
  

  
  @property --nav-bg {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.55);
}
@property --glass-bg {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
}
@property --font-body {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Inter', sans-serif;
}
@property --radius-lg {
  syntax: "<length>";
  inherits: true;
  initial-value: 18px;
}
@property --color-gold {
  syntax: "<color>";
  inherits: true;
  initial-value: #c9a24b;
}
@property --color-onyx {
  syntax: "<color>";
  inherits: true;
  initial-value: #14120e;
}
@property --color-blush {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3c9d6;
}
@property --color-ivory {
  syntax: "<color>";
  inherits: true;
  initial-value: #0b0a08;
}
@property --color-muted {
  syntax: "<color>";
  inherits: true;
  initial-value: #a89f8c;
}
@property --color-paper {
  syntax: "<color>";
  inherits: true;
  initial-value: #d9d1c0;
}
@property --shadow-gold {
  syntax: "*";
  inherits: true;
  initial-value: 0 20px 60px -18px rgba(201,162,75,0.45);
}
@property --shadow-luxe {
  syntax: "*";
  inherits: true;
  initial-value: 0 30px 80px -20px rgba(0,0,0,0.6);
}
@property --color-marble {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --font-display {
  syntax: "<font-family>";
  inherits: true;
  initial-value: 'Cormorant Garamond', serif;
}
@property --garden-green {
  syntax: "<color>";
  inherits: true;
  initial-value: #7a8a5c;
}
@property --surface-veil {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --cherub-filter {
  syntax: "*";
  inherits: true;
  initial-value: none;
}
@property --gradient-gold {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #9c7b2e 0%, #e6c874 45%, #c9a24b 70%, #f3e2a8 100%);
}
@property --space-section {
  syntax: "<length>";
  inherits: true;
  initial-value: 96px;
}
@property --surface-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.85);
}
@property --cherub-opacity {
  syntax: "<number>";
  inherits: true;
  initial-value: 1;
}
@property --color-burgundy {
  syntax: "<color>";
  inherits: true;
  initial-value: #8f1d24;
}
@property --color-charcoal {
  syntax: "<color>";
  inherits: true;
  initial-value: #efe9dc;
}
@property --color-obsidian {
  syntax: "<color>";
  inherits: true;
  initial-value: #f7f3ea;
}
@property --color-champagne {
  syntax: "<color>";
  inherits: true;
  initial-value: #e8d7b0;
}
@property --color-gold-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #9c7b2e;
}
@property --glass-highlight {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.5);
}
@property --gradient-marble {
  syntax: "<image>";
  inherits: true;
  initial-value: linear-gradient(135deg, #f7f3ea 0%, #efe9dc 50%, #e3dccb 100%);
}
@property --color-blush-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6a9bd;
}
@property --color-blush-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #b06b82;
}
@property --color-cream-text {
  syntax: "<color>";
  inherits: true;
  initial-value: #f3e9d8;
}
@property --color-gold-bright {
  syntax: "<color>";
  inherits: true;
  initial-value: #e6c874;
}
@property --garden-green-deep {
  syntax: "<color>";
  inherits: true;
  initial-value: #5a6a3e;
}
@property --surface-veil-soft {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.4);
}
@property --surface-veil-panel {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(247,243,234,0.6);
}
@property --glass-highlight-strong {
  syntax: "<color>";
  inherits: true;
  initial-value: rgba(255,255,255,0.7);
}

  :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
  @media (prefers-color-scheme: dark) {
      :host, :root {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
    }
  @media (prefers-color-scheme: light) {
      :host, :root {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}
    }
  [data-nc-theme~="Dark"] {
  --nav-bg: rgba(11,10,8,0.6);
  --glass-bg: linear-gradient(150deg, rgba(40,36,28,0.72) 0%, rgba(20,18,14,0.55) 44%, rgba(201,162,75,0.16) 100%);
  --color-gold: #d9b661;
  --color-ivory: #0b0a08;
  --color-muted: #8c8471;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.55);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.85);
  --color-marble: #14120e;
  --garden-green: #96a86e;
  --surface-veil: rgba(40,36,28,0.4);
  --cherub-filter: invert(1) brightness(1.7) drop-shadow(0 0 10px rgba(201,162,75,0.45));
  --surface-panel: rgba(30,27,22,0.85);
  --cherub-opacity: 0.33;
  --color-charcoal: #1e1b16;
  --color-obsidian: #f7f3ea;
  --color-gold-deep: #c9a24b;
  --glass-highlight: rgba(217,182,97,0.14);
  --garden-green-deep: #7a8a5c;
  --surface-veil-soft: rgba(40,36,28,0.35);
  --surface-veil-panel: rgba(20,18,14,0.6);
  --glass-highlight-strong: rgba(217,182,97,0.2);
}
[data-nc-theme~="Light"] {
  --nav-bg: rgba(247,243,234,0.55);
  --glass-bg: linear-gradient(150deg, rgba(255,255,255,0.55) 0%, rgba(247,243,234,0.32) 44%, rgba(201,162,75,0.14) 100%);
  --color-gold: #c9a24b;
  --color-ivory: #f7f3ea;
  --color-muted: #a89f8c;
  --shadow-gold: 0 20px 60px -18px rgba(201,162,75,0.45);
  --shadow-luxe: 0 30px 80px -20px rgba(0,0,0,0.6);
  --color-marble: #efe9dc;
  --garden-green: #7a8a5c;
  --surface-veil: rgba(255,255,255,0.5);
  --cherub-filter: brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
  --surface-panel: rgba(247,243,234,0.85);
  --cherub-opacity: 1;
  --color-charcoal: #efe9dc;
  --color-obsidian: #0b0a08;
  --color-gold-deep: #9c7b2e;
  --glass-highlight: rgba(255,255,255,0.5);
  --garden-green-deep: #5a6a3e;
  --surface-veil-soft: rgba(255,255,255,0.4);
  --surface-veil-panel: rgba(247,243,234,0.6);
  --glass-highlight-strong: rgba(255,255,255,0.7);
}

    


@layer base {
  
  body, :host {
    /* Color */
    
    /* Fonts */
    --font-sans: 'Inter',sans-serif;
--font-cormorant: 'Cormorant Garamond',serif;
--font-Noto Serif KR: 'Noto Serif KR',serif;
--font-Fleur De Leah: 'Fleur De Leah',handwriting;

    /* Font size */
    
    /* Font weight */
    
    /* Shadows */
    
    /* Border radius */
    
    /* Spacing */
    
    /* Z-index */
    
  }
  @keyframes animation-spin {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes animation-fade-in {
    from {
      opacity:0;
    }
    to {
      opacity:1;
    }
  }
  @keyframes animation-fade-out {
    from {
      opacity:1;
    }
    to {
      opacity:0;
    }
  }
}


    .eFfFPb {
      color:inherit;
      margin:0px;
      display:block;
      flex-direction:row;
      letter-spacing:1px;
    }

    @media (min-width: 900px) {

    .eFfFPb {
      font-size:128px;
    }
    }

    .dhFYKV {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.82;
      z-index:2;
      position:relative;
      font-size:17px;
      max-width:560px;
      text-align:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1.62;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .fjiRgA {
      color:var(--color-obsidian);
      width:100%;
      display:flex;
      padding:var(--space-section) 48px;
      z-index:2;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:column;
    }

    @media (max-width: 900px) {

    .fjiRgA {
      padding-left:24px;
      padding-right:24px;
    }
    }

    .dcovar {
      color:inherit;
      width:60px;
      height:1px;
      display:block;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, var(--color-gold), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dVXwgP {
      color:var(--color-gold-deep);
      width:92px;
      border:1px solid var(--color-gold);
      height:92px;
      display:flex;
      padding:8px;
      z-index:2;
      position:relative;
      font-size:8px;
      background:radial-gradient(circle at center, rgba(201, 162, 75, 0.14), transparent 70%);
      box-shadow:0 0 0 3px rgba(201, 162, 75, 0.12) inset;
      margin-top:8px;
      text-align:center;
      align-items:center;
      font-family:var(--font-body);
      font-weight:600;
      line-height:1.35;
      flex-direction:column;
      letter-spacing:0.18em;
      text-transform:uppercase;
      justify-content:center;
      border-top-left-radius:999px;
      border-top-right-radius:999px;
      border-bottom-left-radius:999px;
      border-bottom-right-radius:999px;
    }

    .eMhdTa {
      gap:24px;
      color:inherit;
      width:100%;
      border:1px solid var(--glass-highlight);
      display:flex;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      max-width:720px;
      background:var(--glass-bg);
      box-shadow:var(--shadow-gold), 0 1px 0 var(--glass-highlight-strong) inset, 0 0 0 1px rgba(201, 162, 75, 0.12) inset;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:72px;
      padding-left:56px;
      padding-right:56px;
      flex-direction:column;
      padding-bottom:64px;
      backdrop-filter:blur(26px) saturate(155%);
      border-top-left-radius:6px;
      -webkit-backdrop-filter:blur(26px) saturate(155%);
      border-top-right-radius:6px;
      border-bottom-left-radius:6px;
      border-bottom-right-radius:6px;
    }

    @media (max-width: 900px) {

    .eMhdTa {
      padding-left:28px;
      padding-right:28px;
    }
    }

    .bmvgSj {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      z-index:2;
      position:relative;
      font-size:clamp(32px, 4.5vw, 52px);
      max-width:560px;
      text-align:center;
      font-family:var(--font-display);
      font-weight:500;
      line-height:1.06;
      flex-direction:row;
      letter-spacing:0.005em;
    }

    .bPwgIX {
      color:var(--color-gold-deep);
      display:block;
      font-size:28px;
      text-align:center;
      font-family:var(--font-display);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.2em;
      text-transform:uppercase;
    }

    .bFAbpF {
      gap:12px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ccLmIW {
      color:var(--color-gold-deep);
      display:block;
      font-size:9px;
      text-align:center;
      font-family:var(--font-body);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.28em;
      text-transform:uppercase;
    }

    .fnFsBF {
      color:inherit;
      width:48px;
      height:1px;
      display:block;
      opacity:0.7;
      font-size:inherit;
      background:linear-gradient(90deg, transparent, var(--color-gold), transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cEpxAv {
      color:var(--color-gold-deep);
      display:block;
      font-size:9px;
      text-align:center;
      font-family:var(--font-body);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .bzLXiZ {
      gap:10px;
      color:inherit;
      width:100%;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cfpkf {
      color:inherit;
      inset:16px;
      border:1px solid rgba(201, 162, 75, 0.28);
      display:block;
      position:absolute;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-radius:10px;
      flex-direction:row;
      pointer-events:none;
    }

    .cDhQhR {
      top:20px;
      color:inherit;
      right:20px;
      width:128px;
      filter:brightness(0) saturate(100%) invert(72%) sepia(38%) saturate(560%) hue-rotate(1deg) brightness(92%) contrast(88%) drop-shadow(0 0 10px rgba(201, 162, 75, 0.35));
      height:128px;
      display:block;
      opacity:0.9;
      z-index:2;
      position:absolute;
      font-size:inherit;
      object-fit:contain;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .buJdRT {
      color:inherit;
      inset:0;
      display:block;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(140deg, var(--glass-highlight-strong) 0%, transparent 30%, transparent 70%, rgba(201, 162, 75, 0.12) 100%);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .butgZV {
      color:var(--color-obsidian);
      display:block;
      opacity:0.66;
      font-size:12px;
      font-style:italic;
      text-align:center;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
    }

    .ckCcvp {
      color:inherit;
      width:100%;
      height:1px;
      display:block;
      opacity:0.6;
      font-size:inherit;
      max-width:420px;
      background:linear-gradient(90deg, transparent, var(--color-gold), transparent);
      margin-top:6px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .dhNUqC {
      color:var(--color-gold-deep);
      display:block;
      opacity:0.85;
      font-size:9px;
      text-align:center;
      font-family:var(--font-body);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.28em;
      text-transform:uppercase;
    }

    .fFLauU {
      gap:8px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      margin-top:8px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dExVsV {
      color:inherit;
      display:flex;
      overflow:hidden;
      position:relative;
      background:radial-gradient(circle at 50% 0%, rgba(201, 162, 75, 0.16) 0%, rgba(11, 10, 8, 0) 60%) var(--color-ivory);
      text-align:center;
      align-items:center;
      padding-top:160px;
      padding-left:22px;
      padding-right:22px;
      flex-direction:column;
      padding-bottom:42px;
      justify-content:center;
    }

    @media (min-width: 900px) {

    .dExVsV {
      padding-top:220px;
      padding-left:56px;
      padding-right:56px;
    }
    }

    .eRmckR {
      color:inherit;
      width:1px;
      height:60px;
      display:block;
      background:linear-gradient(180deg, rgba(201, 162, 75, 0) 0%, var(--color-gold) 100%);
      margin-bottom:28px;
      flex-direction:row;
    }

    .bQilNb {
      color:inherit;
      inset:0;
      display:block;
      z-index:0;
      position:absolute;
      font-size:inherit;
      background:radial-gradient(560px circle at var(--gx) var(--gy), rgba(201, 162, 75, 0.16), transparent 60%);
      transition:background 0.3s ease-out;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      mix-blend-mode:multiply;
      pointer-events:none;
    }

    .dGImcN {
      gap:32px;
      color:inherit;
      width:min(760px, 100%);
      border:1px solid var(--glass-highlight);
      display:flex;
      padding:48px 44px;
      z-index:2;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-luxe), inset 0 1px 0 var(--glass-highlight-strong), inset 0 0 0 1px rgba(201, 162, 75, 0.12);
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(26px) saturate(155%);
      -webkit-backdrop-filter:blur(26px) saturate(155%);
    }

    .qqlNS {
      gap:48px;
      color:var(--color-obsidian);
      width:100%;
      display:flex;
      padding:var(--space-section) 48px;
      z-index:2;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:radial-gradient(1200px circle at 50% 10%, var(--surface-veil-soft), transparent 60%), linear-gradient(180deg, transparent, var(--surface-veil-soft) 50%, transparent);
      border-top:1px solid rgba(201, 162, 75, 0.18);
      align-items:center;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:column;
    }

    .bZwQZJ {
      color:var(--color-muted);
      display:block;
      z-index:2;
      position:relative;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .EgdyX {
      gap:22px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      flex-wrap:wrap;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:center;
    }

    .fzyjLB {
      color:inherit;
      width:46px;
      height:34px;
      display:block;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:var(--gradient-gold);
      box-shadow:inset 0 1px 2px rgba(255, 255, 255, 0.5);
      font-family:inherit;
      font-weight:inherit;
      border-radius:6px;
      flex-direction:row;
    }

    .btlHxj {
      color:var(--color-gold-deep);
      border:1px solid rgba(156, 123, 46, 0.4);
      display:inline-block;
      padding:5px 11px;
      font-size:8px;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .fEWHhB {
      gap:10px;
      color:inherit;
      border:1px solid rgba(201, 162, 75, 0.18);
      display:flex;
      padding:22px 20px;
      font-size:inherit;
      background:var(--surface-veil);
      font-family:inherit;
      font-weight:inherit;
      border-radius:14px;
      flex-direction:column;
    }

    .eyBzxH {
      color:var(--color-obsidian);
      display:block;
      font-size:22px;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.3em;
    }

    .dYMZEc {
      color:var(--color-muted);
      display:block;
      font-size:8px;
      text-align:right;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.28em;
      text-transform:uppercase;
    }

    .FiLqN {
      color:var(--color-obsidian);
      display:block;
      opacity:0.7;
      font-size:13px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.24em;
    }

    .TXzKt {
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .cAMAwV {
      gap:18px;
      color:inherit;
      width:100%;
      display:grid;
      z-index:2;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:repeat(3, 1fr);
    }

    @media (max-width: 720px) {

    .cAMAwV {
      grid-template-columns:1fr;
    }
    }

    .eVqyiO {
      color:var(--color-obsidian);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:20px 54px;
      overflow:hidden;
      position:relative;
      font-size:11px;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      transition:transform 0.4s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      white-space:nowrap;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.34em;
      text-transform:uppercase;
    }

    .eVqyiO:hover {
      transform:translateY(-3px);
    }

    .eVqyiO:active {
      transform:translateY(-1px);
    }

    .eVqyiO:focus {
      outline:2px solid var(--color-gold-deep);
      outline-offset:4px;
    }

    .bCrnmX {
      color:var(--color-obsidian);
      display:block;
      opacity:0.66;
      font-size:13px;
      font-family:var(--font-body);
      font-weight:300;
      line-height:1.7;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .dYBaEJ {
      color:var(--color-gold-deep);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:4px 0;
      font-size:10px;
      background:transparent;
      transition:color 0.3s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      white-space:nowrap;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
      text-decoration:underline;
      text-underline-offset:5px;
    }

    .dYBaEJ:hover {
      color:var(--color-obsidian);
    }

    .dYBaEJ:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .dliwtX {
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .Lqsgh {
      color:var(--color-gold-deep);
      display:block;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.28em;
      text-transform:uppercase;
    }

    .gRDHo {
      gap:20px;
      color:var(--color-obsidian);
      width:100%;
      border:1px solid rgba(156, 123, 46, 0.4);
      height:200px;
      display:flex;
      padding:26px 28px;
      z-index:2;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:linear-gradient(135deg, var(--color-marble), var(--color-ivory));
      box-shadow:var(--shadow-gold);
      font-family:inherit;
      font-weight:inherit;
      border-radius:18px;
      flex-direction:column;
      justify-content:space-between;
    }

    .fuawlm {
      gap:16px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      margin-bottom:56px;
      flex-direction:column;
    }

    .fiXbgt {
      color:var(--gilded-color);
      display:inline;
      font-size:inherit;
      font-family:inherit;
      font-weight:500;
      flex-direction:row;
      letter-spacing:-0.03em;
    }

    .eVbJvX {
      gap:4px;
      color:var(--color-obsidian);
      margin:0px;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:column;
      letter-spacing:0.02em;
    }

    .beBGfz {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.6;
      font-size:12px;
      max-width:480px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .proRG {
      color:var(--color-gold-deep);
      display:block;
      font-size:10px;
      font-family:var(--font-body);
      font-weight:500;
      flex-direction:row;
      letter-spacing:0.6em;
      text-transform:uppercase;
    }

    .cuXYss {
      color:var(--decor-color);
      display:inline;
      font-size:clamp(48px, 6vw, 112px);
      font-style:italic;
      font-family:"Fleur De Leah";
      font-weight:inherit;
      flex-direction:row;
    }

    .cBDAj {
      color:var(--color-obsidian);
      display:block;
      font-size:clamp(40px, 6vw, 88px);
      font-family:var(--font-display);
      font-weight:500;
      line-height:0.95;
      flex-direction:row;
      letter-spacing:0.01em;
    }

    .Manifesto\:Wkdurfi_XHPCq80WU-0zV {
      padding-top:256px;
    }

    .bFEajA {
      top:0px;
      left:0px;
      color:inherit;
      right:0px;
      display:flex;
      padding:22px 48px;
      z-index:50;
      position:fixed;
      font-size:inherit;
      background:var(--nav-bg);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.22);
      flex-direction:row;
      backdrop-filter:blur(22px) saturate(140%);
      justify-content:space-between;
    }

    .freoRq {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .bpMCOh {
      color:inherit;
      display:inline;
      font-size:inherit;
      transition:color 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      text-decoration:none;
    }

    .bpMCOh:hover {
      color:var(--color-obsidian);
    }

    .Lheai {
      gap:0px;
      color:var(--color-gold-deep);
      width:68px;
      border:1px solid rgba(201, 162, 75, 0.4);
      cursor:pointer;
      height:34px;
      display:flex;
      padding:0px;
      position:relative;
      font-size:inherit;
      background:var(--trackBg);
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), inset 0 0 0 1px var(--glass-highlight);
      transition:background 0.6s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.6s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      backdrop-filter:blur(12px) saturate(150%);
      justify-content:space-between;
    }

    .Lheai:hover {
      box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.12), var(--shadow-gold);
      border-color:var(--color-gold);
    }

    .Lheai:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .bDoTyS {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--sunOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .bIBLkk {
      top:3px;
      left:3px;
      color:inherit;
      width:26px;
      height:26px;
      display:block;
      z-index:2;
      position:absolute;
      font-size:inherit;
      transform:translateX(var(--knobX));
      background:var(--gradient-gold);
      box-shadow:inset -3px -4px 8px rgba(0, 0, 0, 0.28), inset 2px 3px 7px rgba(255, 255, 255, 0.55), var(--shadow-gold);
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    .dHyuyV {
      color:var(--color-gold-deep);
      width:34px;
      height:34px;
      display:flex;
      opacity:var(--moonOp);
      z-index:1;
      font-size:13px;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .eqeUBX {
      color:var(--color-obsidian);
      border:1px solid rgba(11, 10, 8, 0.4);
      cursor:pointer;
      display:inline-block;
      padding:12px 24px;
      font-size:10px;
      background:transparent;
      transition:all 0.4s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .eqeUBX:hover {
      color:var(--color-obsidian);
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      border-color:transparent;
    }

    .eqeUBX:focus {
      outline:2px solid var(--color-gold);
      outline-offset:3px;
    }

    .dCWJKc {
      gap:44px;
      color:var(--color-gold-deep);
      display:flex;
      font-size:10px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .devEtw {
      color:var(--color-muted);
      display:inline;
      font-size:8px;
      margin-top:4px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:5px;
      text-transform:uppercase;
    }

    .bJYWXN {
      color:var(--color-obsidian);
      display:inline;
      font-size:26px;
      font-family:var(--font-display);
      font-weight:600;
      flex-direction:row;
      letter-spacing:4px;
    }

    @media (min-width: 900px) {

    .bJYWXN {
      font-size:30px;
    }
    }

    .fzWyMm {
      color:inherit;
      display:flex;
      z-index:102;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      line-height:1;
      flex-direction:column;
      text-decoration:none;
    }