
  

  
  @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;
    }
  }
}


    .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;
    }

    .ccxLaM {
      flex:0 0 clamp(280px, 30vw, 420px);
      color:inherit;
      border:1px solid var(--glass-highlight);
      cursor:pointer;
      height:560px;
      display:flex;
      padding:40px 36px;
      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);
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.6s ease, border-color 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(26px) saturate(155%);
      justify-content:space-between;
      scroll-snap-align:center;
      -webkit-backdrop-filter:blur(26px) saturate(155%);
    }

    .ccxLaM.selected {
      transform:translateY(-8px);
      box-shadow:var(--shadow-gold), inset 0 0 0 1px rgba(201, 162, 75, 0.5);
      border-color:var(--color-gold);
    }

    .ccxLaM:hover {
      transform:translateY(-14px);
      box-shadow:var(--shadow-gold);
    }

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

    .eYVGHO {
      color:var(--color-obsidian);
      width:100%;
      display:block;
      position:relative;
      font-size:inherit;
      background:var(--color-ivory);
      min-height:100vh;
      overflow-x:hidden;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      background-image:radial-gradient(120% 90% at 50% -10%, var(--color-marble) 0%, var(--color-ivory) 42%, var(--color-marble) 100%);
    }

    .fsvBRL {
      color:inherit;
      inset:0;
      display:block;
      opacity:0.7;
      z-index:1;
      position:fixed;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      mix-blend-mode:multiply;
      pointer-events:none;
      background-size:44px 44px;
      background-image:linear-gradient(90deg, rgba(201, 162, 75, 0.04) 1px, transparent 1px), linear-gradient(rgba(201, 162, 75, 0.04) 1px, transparent 1px);
    }

    .ERGda {
      gap:30px;
      color:inherit;
      display:flex;
      padding:26px 0;
      z-index:2;
      position:relative;
      animation:courseIn 0.7s cubic-bezier(0.16, 1, 0.3, 1) both;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.18);
      flex-direction:row;
      animation-delay:var(--courseDelay);
    }

    @keyframes courseIn {
        0% {
          opacity: 0;
        }

        0% {
          transform: translateX(-18px);
        }

        100% {
          opacity: 1;
        }

        100% {
          transform: translateX(0);
        }
    }

    .TmByA {
      color:var(--color-gold-deep);
      display:block;
      font-size:40px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
    }

    .PAYEn {
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--surface-veil-panel));
      border-top:1px solid rgba(201, 162, 75, 0.22);
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:256px;
      padding-left:24px;
      padding-right:24px;
      flex-direction:column;
      padding-bottom:72px;
    }

    .dXooiP {
      --ledger-pe:(Formulas.hasSelection) ? "auto" : "none";
      left:50%;
      color:var(--color-obsidian);
      width:min(680px, calc(100vw - 48px));
      border:1px solid rgba(201, 162, 75, 0.35);
      bottom:28px;
      display:flex;
      opacity:var(--ledgerOp);
      padding:26px 30px;
      z-index:60;
      position:fixed;
      font-size:inherit;
      transform:translateX(-50%) translateY(var(--ledgerY));
      background:var(--nav-bg);
      box-shadow:var(--shadow-luxe), 0 0 0 1px var(--glass-highlight) inset;
      transition:transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.6s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:20px;
      flex-direction:column;
      pointer-events:var(--ledgerPe);
      backdrop-filter:blur(26px) saturate(150%);
    }

    .dnBcTW {
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--surface-veil) 40%, transparent);
      border-top:1px solid rgba(201, 162, 75, 0.18);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:256px;
      padding-left:48px;
      padding-right:48px;
      flex-direction:column;
    }

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

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

    .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;
    }

    .bTpxJI {
      color:inherit;
      display:flex;
      padding:var(--space-section) 48px;
      z-index:2;
      position:relative;
      font-size:inherit;
      background: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:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bUxXwH {
      gap:18px;
      color:inherit;
      width:100%;
      border:none;
      cursor:pointer;
      display:flex;
      padding:20px 16px;
      font-size:inherit;
      background:transparent;
      text-align:left;
      transition:background 0.4s ease, padding-left 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.18);
      flex-direction:row;
      justify-content:space-between;
    }

    .bUxXwH.active {
      background:rgba(201, 162, 75, 0.1);
      padding-left:24px;
    }

    .bUxXwH:hover {
      background:rgba(201, 162, 75, 0.1);
    }

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

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

    .LJaUT {
      flex:0 0 44px;
      color:var(--color-gold-deep);
      display:block;
      font-size:22px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
    }

    .eUEGNT {
      gap:24px;
      color:inherit;
      display:flex;
      font-size:inherit;
      margin-top:4px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .DXYmZ {
      gap:1px;
      color:inherit;
      border:1px solid rgba(156, 123, 46, 0.2);
      display:grid;
      overflow:hidden;
      font-size:inherit;
      background:rgba(156, 123, 46, 0.2);
      font-family:inherit;
      font-weight:inherit;
      border-radius:12px;
      flex-direction:row;
      grid-template-columns:repeat(2, 1fr);
    }

    .cFdypd {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:clamp(40px, 6vw, 68px);
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .eXYNGG {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.66;
      font-size:14px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .ftLVSv {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:34px;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .vRnyn {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.62;
      font-size:12px;
      font-family:inherit;
      font-weight:300;
      line-height:1.7;
      flex-direction:row;
      letter-spacing:0.03em;
    }

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

    .qUEjo {
      color:var(--color-obsidian);
      display:block;
      font-size:22px;
      min-width:26px;
      text-align:center;
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:row;
    }

    .cvEURa {
      gap:48px;
      color:inherit;
      width:100%;
      display:grid;
      font-size:inherit;
      max-width:1080px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:0.9fr 1.1fr;
    }

    @media (max-width: 900px) {

    .cvEURa {
      gap:40px;
      grid-template-columns:1fr;
    }
    }

    .cRFzYU {
      gap:18px;
      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;
    }

    .btOcMU {
      flex:0 0 auto;
      color:var(--color-gold-deep);
      display:block;
      font-size:15px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.24em;
    }

    .efnhlo {
      gap:8px;
      color:inherit;
      display:flex;
      padding:20px 22px;
      font-size:inherit;
      background:var(--surface-panel);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cabTCm {
      color:inherit;
      cursor:pointer;
      display:flex;
      padding:30px 24px;
      font-size:inherit;
      transition:background 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.2);
      flex-direction:column;
    }

    .cabTCm.open {
      background:rgba(201, 162, 75, 0.06);
    }

    .cabTCm:hover {
      background:rgba(201, 162, 75, 0.06);
    }

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

    .cfYzMS {
      color:inherit;
      width:190px;
      border:6px solid #ffffff;
      height:190px;
      display:block;
      z-index:2;
      position:relative;
      animation:floatDishImg 6s ease-in-out infinite;
      font-size:inherit;
      align-self:center;
      box-shadow:0 0 0 1px rgba(201, 162, 75, 0.55), 0 0 0 8px rgba(255, 255, 255, 0.9), 0 0 0 9px rgba(201, 162, 75, 0.65), inset 0 2px 6px rgba(255, 255, 255, 0.9), inset 0 -4px 10px rgba(0, 0, 0, 0.28), 0 26px 50px -18px rgba(0, 0, 0, 0.5), var(--shadow-gold);
      object-fit:cover;
      transition:transform 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    @keyframes floatDishImg {
        0% {
          transform: translateY(0);
        }

        50% {
          transform: translateY(-12px);
        }

        100% {
          transform: translateY(0);
        }
    }

    .trvwG {
      color:var(--color-gold-deep);
      display:block;
      font-size:22px;
      font-family:var(--font-display);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.14em;
    }

    .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;
    }

    .fGYwqe {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.7;
      font-size:14px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1.9;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .cWfWAN {
      color:var(--color-gold-deep);
      width:32px;
      border:1px solid rgba(156, 123, 46, 0.4);
      cursor:pointer;
      height:32px;
      display:flex;
      font-size:16px;
      background:transparent;
      transition:all 0.3s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      justify-content:center;
    }

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

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

    .fBzFFA {
      color:var(--color-muted);
      border:none;
      cursor:pointer;
      display:inline-block;
      opacity:var(--clOp);
      padding:0px;
      font-size:inherit;
      background:transparent;
      transition:color 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:inherit;
      text-transform:inherit;
    }

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

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

    .cHvedJ {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.24em;
      text-transform:uppercase;
    }

    .VsxXR {
      gap:24px;
      color:inherit;
      height:var(--rowH);
      display:flex;
      opacity:var(--rowOp);
      overflow:hidden;
      font-size:inherit;
      transition:opacity 0.4s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .eCJqSV {
      color:rgba(11, 10, 8, 0.7);
      display:block;
      font-size:30px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .cwdgpN {
      gap:0px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cjGdGo {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:clamp(30px, 4vw, 52px);
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:row;
      letter-spacing:0.06em;
    }

    .emTjqY {
      gap:22px;
      color:inherit;
      width:100%;
      border:none;
      cursor:pointer;
      display:flex;
      padding:26px 20px;
      font-size:inherit;
      background:transparent;
      text-align:left;
      transition:padding-left 0.5s cubic-bezier(0.16, 1, 0.3, 1), background 0.5s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-bottom:1px solid rgba(201, 162, 75, 0.18);
      flex-direction:row;
    }

    .emTjqY.active {
      background:rgba(201, 162, 75, 0.08);
      padding-left:32px;
    }

    .emTjqY:hover {
      background:rgba(201, 162, 75, 0.08);
    }

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

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

    .bAhDIu {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.72;
      font-size:14px;
      font-family:inherit;
      font-weight:300;
      line-height:1.9;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .dXxCeg {
      gap:6px;
      flex:1 1 auto;
      color:inherit;
      display:flex;
      font-size:inherit;
      min-width:0px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .BgXth {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:24px;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .eLDySC {
      flex:0 0 34px;
      color:var(--color-obsidian);
      width:34px;
      height:34px;
      display:flex;
      font-size:11px;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      align-items:center;
      font-family:var(--font-display);
      font-weight:400;
      border-radius:50%;
      flex-direction:row;
      letter-spacing:0;
      justify-content:center;
    }

    .dsNeAX {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.58;
      font-size:11px;
      font-family:var(--font-body);
      font-weight:300;
      line-height:1.6;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .ffbzuo {
      gap:4px;
      flex:0 0 56px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

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

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

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

    .bsmunC {
      gap:5px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fzWHew {
      gap:10px;
      color:var(--color-gold-deep);
      border:1px solid rgba(156, 123, 46, 0.35);
      display:flex;
      padding:12px;
      z-index:2;
      position:relative;
      font-size:9px;
      background:var(--barBg);
      margin-top:22px;
      transition:all 0.5s ease;
      align-items:center;
      font-family:var(--font-body);
      font-weight:400;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.34em;
      text-transform:uppercase;
      justify-content:center;
    }

    .fHpuAs {
      gap:14px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fCkiqA {
      color:var(--color-gold-deep);
      display:block;
      opacity:0.55;
      animation:emptyPulse 5s ease-in-out infinite;
      font-size:48px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
    }

    @keyframes emptyPulse {
        0% {
          opacity: 0.35;
        }

        0% {
          transform: scale(1);
        }

        50% {
          opacity: 0.7;
        }

        50% {
          transform: scale(1.06);
        }

        100% {
          opacity: 0.35;
        }

        100% {
          transform: scale(1);
        }
    }

    .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;
    }

    .dDDKcg {
      color:var(--color-obsidian);
      margin:0 0 44px;
      display:block;
      opacity:0.7;
      font-size:14px;
      max-width:480px;
      font-family:inherit;
      font-weight:300;
      line-height:1.9;
      flex-direction:row;
    }

    .DWsTd {
      color:var(--color-obsidian);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:16px 30px;
      font-size:10px;
      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.3em;
      text-transform:uppercase;
    }

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

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

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

    .bYAUkO {
      color:inherit;
      display:flex;
      padding:var(--space-section) 48px;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--surface-veil) 40%, transparent);
      border-top:1px solid rgba(201, 162, 75, 0.18);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .cRUzWN {
      gap:5px;
      flex:1 1 auto;
      color:inherit;
      display:flex;
      font-size:inherit;
      min-width:0px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

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

    .CptVb {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.26em;
      text-transform:uppercase;
    }

    .eaGtBE {
      color:inherit;
      display:flex;
      padding:0 48px 40px;
      font-size:inherit;
      align-items:baseline;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      justify-content:space-between;
    }

    .bLfClA {
      flex:0 0 auto;
      color:var(--glyphColor);
      width:34px;
      height:34px;
      display:flex;
      font-size:26px;
      transform:rotate(var(--glyphRot));
      transition:transform 0.5s cubic-bezier(0.16, 1, 0.3, 1), color 0.4s ease;
      align-items:center;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
      justify-content:center;
    }

    .eQYjIs {
      flex:1 1 auto;
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:clamp(22px, 3vw, 34px);
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .bupoiO {
      color:var(--color-gold-deep);
      right:22px;
      bottom:20px;
      display:block;
      z-index:3;
      position:absolute;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .dwTFDa {
      gap:56px;
      color:inherit;
      width:100%;
      display:grid;
      font-size:inherit;
      max-width:1080px;
      align-items:stretch;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:1fr 1.15fr;
    }

    @media (max-width: 900px) {

    .dwTFDa {
      gap:40px;
      grid-template-columns:1fr;
    }
    }

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

    .bPJBZM {
      gap:56px;
      color:inherit;
      width:100%;
      display:grid;
      font-size:inherit;
      max-width:1080px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      grid-template-columns:0.85fr 1.15fr;
    }

    @media (max-width: 900px) {

    .bPJBZM {
      gap:40px;
      grid-template-columns:1fr;
    }
    }

    .eVPBeb {
      gap:28px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dzOcex {
      color:var(--color-gold-deep);
      display:block;
      font-size:16px;
      font-family:var(--font-display);
      font-weight:400;
      white-space:nowrap;
      flex-direction:row;
      letter-spacing:0.1em;
    }

    .bqgHdy {
      color:inherit;
      inset:0;
      display:block;
      opacity:var(--glowOp);
      position:absolute;
      font-size:inherit;
      background:radial-gradient(120% 80% at 50% 0%, rgba(230, 200, 116, 0.28), transparent 55%);
      transition:opacity 0.6s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .eWhLCI {
      color:var(--color-obsidian);
      display:block;
      opacity:0.65;
      font-size:10px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.24em;
      text-transform:uppercase;
    }

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

    .ehzklq {
      color:inherit;
      margin:0 0 30px;
      display:block;
      font-size:clamp(38px, 6vw, 76px);
      max-width:760px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1.05;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .cLkWpx {
      color:var(--color-muted);
      display:block;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .cQMufB {
      gap:4px;
      color:inherit;
      display:flex;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bgpIDq {
      color:var(--color-obsidian);
      display:block;
      font-size:26px;
      font-family:var(--font-display);
      font-weight:400;
      line-height:1.1;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .buOvDn {
      gap:26px;
      color:inherit;
      border:1px solid var(--glass-highlight);
      display:flex;
      padding:40px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-luxe), inset 0 1px 0 var(--glass-highlight-strong);
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(28px) saturate(150%);
      -webkit-backdrop-filter:blur(28px) saturate(150%);
    }

    .dDgGIa {
      gap:4px;
      flex:1 1 auto;
      color:inherit;
      display:flex;
      font-size:inherit;
      min-width:0px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eIohmQ {
      flex:0 0 auto;
      color:inherit;
      width:10px;
      height:10px;
      display:block;
      font-size:inherit;
      transform:scale(var(--nodeScale));
      background:var(--nodeBg);
      transition:transform 0.4s ease, background 0.4s ease;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .dULos {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.66;
      z-index:2;
      position:relative;
      font-size:14px;
      font-family:inherit;
      font-weight:300;
      line-height:1.8;
      flex-direction:row;
      letter-spacing:0.03em;
    }

    .cAEHEs {
      color:var(--color-gold-deep);
      display:block;
      opacity:0.7;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .cVmTMp {
      gap:32px;
      color:inherit;
      display:flex;
      padding:20px 48px 48px;
      font-size:inherit;
      overflow-x:auto;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      scrollbar-width:none;
      scroll-snap-type:x mandatory;
      -webkit-overflow-scrolling:touch;
    }

    .cVmTMp::-webkit-scrollbar {
    width: 0;
    }

    .ebqtAy {
      color:var(--color-obsidian);
      display:block;
      font-size:30px;
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:row;
      letter-spacing:0.04em;
    }

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

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

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

    .eFuWU {
      color:inherit;
      display:block;
      opacity:var(--revealOp);
      overflow:hidden;
      font-size:inherit;
      max-width:640px;
      margin-top:var(--revealMt);
      max-height:var(--revealMax);
      transition:opacity 0.5s ease, max-height 0.6s cubic-bezier(0.16, 1, 0.3, 1), margin-top 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      padding-left:72px;
      flex-direction:row;
    }

    .dwXsYx {
      color:inherit;
      width:44%;
      border:8px solid #ffffff;
      height:44%;
      display:block;
      z-index:2;
      position:relative;
      animation:floatVesselImg 7s ease-in-out infinite;
      font-size:inherit;
      transform:scale(var(--coreScale));
      box-shadow:0 0 0 1px rgba(201, 162, 75, 0.55), 0 0 0 10px rgba(255, 255, 255, 0.92), 0 0 0 12px rgba(201, 162, 75, 0.7), inset 0 2px 8px rgba(255, 255, 255, 0.9), inset 0 -5px 12px rgba(0, 0, 0, 0.3), 0 30px 60px -20px rgba(0, 0, 0, 0.55), var(--shadow-gold);
      object-fit:cover;
      transition:transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    @keyframes floatVesselImg {
        0% {
          transform: scale(var(--coreScale)) translateY(0);
        }

        50% {
          transform: scale(var(--coreScale)) translateY(-9px);
        }

        100% {
          transform: scale(var(--coreScale)) translateY(0);
        }
    }

    .ehpHxB {
      top:20px;
      left:22px;
      color:var(--color-gold-deep);
      display:block;
      z-index:3;
      position:absolute;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .eeGPyI {
      color:inherit;
      width:78%;
      border:1px solid rgba(156, 123, 46, 0.28);
      height:78%;
      display:block;
      position:absolute;
      animation:spinRing 22s linear infinite;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
    }

    .eeGPyI::before {
      inset:14%;
      border:1px solid rgba(201, 162, 75, 0.22);
      content:"";
      position:absolute;
      border-radius:50%;
    }

    .eeGPyI::after {
      inset:30%;
      border:1px dashed rgba(156, 123, 46, 0.3);
      content:"";
      position:absolute;
      border-radius:50%;
    }

    @keyframes spinRing {
        0% {
          transform: rotate(0deg);
        }

        100% {
          transform: rotate(360deg);
        }
    }

    .eoQigw {
      gap:0px;
      color:inherit;
      width:100%;
      display:flex;
      font-size:inherit;
      max-width:820px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eHTFPz {
      gap:3px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .ePDRFS {
      gap:22px;
      color:inherit;
      border:1px dashed rgba(156, 123, 46, 0.4);
      display:flex;
      padding:80px 24px;
      font-size:inherit;
      max-width:520px;
      background:var(--surface-veil-soft);
      text-align:center;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
    }

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

    .eenaUs {
      gap:8px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dnPjOK {
      gap:10px;
      color:inherit;
      height:var(--sealedH);
      display:flex;
      opacity:var(--sealedOp);
      overflow:hidden;
      font-size:inherit;
      text-align:center;
      transition:opacity 0.5s ease;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .yURww {
      gap:2px;
      color:inherit;
      display:flex;
      font-size:inherit;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .fDYwtP {
      gap:24px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      border-top:1px solid rgba(156, 123, 46, 0.28);
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      padding-top:24px;
      flex-direction:row;
      justify-content:space-between;
    }

    .dfSEox {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:clamp(28px, 3.5vw, 40px);
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:row;
      letter-spacing:0.03em;
    }

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

    .fzhShT {
      color:var(--color-gold-deep);
      border:1px solid rgba(156, 123, 46, 0.4);
      display:block;
      padding:6px 12px;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.24em;
      text-transform:uppercase;
    }

    .ehxOUl {
      color:var(--color-gold-deep);
      display:block;
      font-size:13px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.18em;
    }

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

    .eKglnk {
      gap:10px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .CgJPB {
      top:-60px;
      color:inherit;
      right:-60px;
      width:220px;
      border:1px solid rgba(156, 123, 46, 0.22);
      height:220px;
      display:block;
      position:absolute;
      animation:provSpin 26s linear infinite;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      pointer-events:none;
    }

    @keyframes provSpin {
        0% {
          transform: rotate(0deg);
        }

        100% {
          transform: rotate(360deg);
        }
    }

    .dKZsHP {
      gap:24px;
      color:inherit;
      display:flex;
      z-index:2;
      position:relative;
      font-size:inherit;
      border-top:1px solid rgba(156, 123, 46, 0.28);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      padding-top:22px;
      flex-direction:row;
      justify-content:space-between;
    }

    .cqIApP {
      flex:0 0 auto;
      color:inherit;
      width:var(--markW);
      height:1px;
      display:block;
      opacity:var(--markOp);
      font-size:inherit;
      background:var(--gradient-gold);
      transition:width 0.5s ease, opacity 0.5s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

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

    .fcgQvM {
      color:var(--color-gold-deep);
      border:none;
      cursor:pointer;
      display:inline-block;
      font-size:9px;
      background:transparent;
      margin-top:4px;
      transition:color 0.3s ease;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
      text-decoration:underline;
      text-underline-offset:4px;
    }

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

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

    .eYqQkj {
      color:inherit;
      border:1px solid var(--glass-highlight);
      display:flex;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-luxe), inset 0 1px 0 var(--glass-highlight-strong);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      aspect-ratio:1;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(28px) saturate(150%);
      justify-content:center;
      -webkit-backdrop-filter:blur(28px) saturate(150%);
    }

    .bQPbzN {
      color:var(--color-muted);
      display:block;
      font-size:7px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .fBjrhL {
      color:var(--color-obsidian);
      display:block;
      font-size:15px;
      font-family:var(--font-display);
      font-weight:400;
      white-space:nowrap;
      flex-direction:row;
      letter-spacing:0.06em;
    }

    .dCLlqK {
      color:var(--color-gold-deep);
      display:block;
      font-size:12px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.14em;
      text-transform:uppercase;
    }

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

    .AmrB {
      color:var(--color-gold-deep);
      display:block;
      font-size:13px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.16em;
      text-transform:uppercase;
    }

    .dOgVYe {
      color:var(--color-muted);
      display:block;
      font-size:10px;
      margin-top:64px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.32em;
      text-transform:uppercase;
    }

    .ftmNap {
      color:var(--color-obsidian);
      border:none;
      cursor:pointer;
      display:inline-block;
      padding:20px 54px;
      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;
      border-radius:999px;
      flex-direction:row;
      letter-spacing:0.34em;
      text-transform:uppercase;
    }

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

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

    .dYLsrV {
      color:var(--color-gold-deep);
      border:none;
      cursor:pointer;
      display:inline-block;
      opacity:var(--saOp);
      padding:0px;
      font-size:inherit;
      background:transparent;
      transition:color 0.3s ease;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:inherit;
      text-transform:inherit;
    }

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

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

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

    .mgGen {
      --plate-scale:1;
      color:var(--color-obsidian);
      width:130px;
      height:130px;
      display:flex;
      z-index:2;
      position:relative;
      animation:floatPlate 6s ease-in-out infinite;
      font-size:inherit;
      align-self:center;
      background:var(--gradient-gold);
      box-shadow:inset -12px -14px 34px rgba(0, 0, 0, 0.28), inset 10px 12px 30px rgba(255, 255, 255, 0.55), var(--shadow-gold);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:50%;
      flex-direction:column;
      justify-content:center;
    }

    @keyframes floatPlate {
        0% {
          transform: translateY(0);
        }

        50% {
          transform: translateY(-9px);
        }

        100% {
          transform: translateY(0);
        }
    }

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

    .dbPBSU {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      font-family:var(--font-body);
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.26em;
      text-transform:uppercase;
    }

    .bWrsUs {
      color:inherit;
      display:block;
      padding:40px 0 var(--space-section);
      z-index:2;
      position:relative;
      font-size:inherit;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

    .euZtXJ {
      color:var(--color-muted);
      display:block;
      font-size:9px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.22em;
      text-transform:uppercase;
    }

    .AZXEc {
      color:var(--color-obsidian);
      display:block;
      font-size:15px;
      font-family:var(--font-display);
      font-weight:400;
      padding-top:5px;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .dJneCY {
      top:8px;
      left:78px;
      color:inherit;
      width:1px;
      bottom:8px;
      display:block;
      opacity:0.5;
      position:absolute;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--color-gold) 12%, var(--color-gold) 88%, transparent);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      pointer-events:none;
    }

    .cgsHDH {
      color:inherit;
      display:flex;
      padding:var(--space-section) 48px;
      z-index:2;
      position:relative;
      font-size:inherit;
      background:linear-gradient(180deg, transparent, var(--surface-veil) 45%, transparent);
      border-top:1px solid rgba(201, 162, 75, 0.18);
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .dJxJTb {
      flex:0 0 auto;
      color:var(--color-muted);
      width:30px;
      border:1px solid rgba(156, 123, 46, 0.35);
      cursor:pointer;
      height:30px;
      display:flex;
      font-size:15px;
      background:transparent;
      transition:all 0.3s ease;
      align-items:center;
      font-family:var(--font-body);
      font-weight:inherit;
      border-radius:50%;
      flex-direction:row;
      justify-content:center;
    }

    .dJxJTb:hover {
      color:var(--color-ivory);
      background:var(--color-obsidian);
      border-color:transparent;
    }

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

    .dSvrqu {
      gap:24px;
      color:inherit;
      width:100%;
      border:1px solid rgba(201, 162, 75, 0.3);
      display:flex;
      padding:26px 32px;
      flex-wrap:wrap;
      font-size:inherit;
      max-width:760px;
      background:var(--surface-veil-panel);
      box-shadow:var(--shadow-luxe);
      margin-top:44px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:row;
      justify-content:space-between;
    }

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

    .buaWWr {
      color:var(--color-gold-deep);
      display:block;
      font-size:30px;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
    }

    .eNDpYi {
      color:inherit;
      width:100%;
      height:2px;
      display:block;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:rgba(156, 123, 46, 0.2);
      font-family:inherit;
      font-weight:inherit;
      border-radius:999px;
      margin-bottom:22px;
      flex-direction:row;
    }

    .cgrnQT {
      color:var(--color-gold-deep);
      display:block;
      font-size:12px;
      font-family:var(--font-display);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.04em;
    }

    .ezVRNM {
      gap:18px;
      color:var(--color-gold-deep);
      display:flex;
      font-size:10px;
      align-items:center;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
      letter-spacing:0.3em;
      text-transform:uppercase;
    }

    .RCbGI {
      gap:28px;
      color:inherit;
      border:1px solid var(--glass-highlight);
      display:flex;
      padding:40px;
      overflow:hidden;
      position:relative;
      font-size:inherit;
      background:var(--glass-bg);
      box-shadow:var(--shadow-luxe), inset 0 1px 0 var(--glass-highlight-strong);
      font-family:inherit;
      font-weight:inherit;
      border-radius:var(--radius-lg);
      flex-direction:column;
      backdrop-filter:blur(28px) saturate(150%);
      justify-content:space-between;
      -webkit-backdrop-filter:blur(28px) saturate(150%);
    }

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

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

    .dMYlWo {
      gap:0px;
      color:inherit;
      width:100%;
      display:flex;
      position:relative;
      font-size:inherit;
      max-width:760px;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .eYzzXr {
      color:inherit;
      margin:0px;
      display:block;
      font-size:30px;
      font-family:var(--font-display);
      font-weight:300;
      flex-direction:row;
      letter-spacing:0.12em;
    }

    .dXMZxf {
      color:var(--color-obsidian);
      display:block;
      font-size:12px;
      font-family:var(--font-body);
      font-weight:400;
      flex-direction:row;
      letter-spacing:0.06em;
    }

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

    .dPwjvY {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      font-size:clamp(34px, 4.5vw, 56px);
      font-family:var(--font-display);
      font-weight:300;
      line-height:1;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .fAqCOj {
      color:var(--color-obsidian);
      margin:0px;
      display:block;
      opacity:0.78;
      font-size:16px;
      max-width:380px;
      font-style:italic;
      font-family:var(--font-display);
      font-weight:300;
      line-height:1.7;
      flex-direction:row;
      letter-spacing:0.02em;
    }

    .efMmIQ {
      gap:5px;
      color:inherit;
      display:flex;
      font-size:inherit;
      text-align:right;
      align-items:flex-end;
      font-family:inherit;
      font-weight:inherit;
      flex-direction:column;
    }

    .bTkLVX {
      color:inherit;
      width:var(--pw);
      height:100%;
      display:block;
      font-size:inherit;
      background:var(--gradient-gold);
      box-shadow:var(--shadow-gold);
      transition:width 0.7s cubic-bezier(0.16, 1, 0.3, 1);
      font-family:inherit;
      font-weight:inherit;
      flex-direction:row;
    }

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