/* ============================= TOKENS ============================= */
  :root {
    --onyx: #08080a;
    --onyx-2: #0c0c0f;
    --coal: #131317;
    --coal-2: #1a1a20;
    --line: #2a2519;
    --gold: #cfa845;
    --gold-2: #edcf88;
    --gold-3: #8a6a22;
    --sand: #e5dac3;
    --cream: #f8f4ec;
    --dim: #a29c90;
    --ease: cubic-bezier(0.16, 0.84, 0.44, 1);
    --ease-strong: cubic-bezier(0.65, 0, 0.35, 1);
    --font-display: "Cormorant Garamond", ui-serif, Georgia, serif;
    --font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, sans-serif;
  }

  * { box-sizing: border-box; }
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 5.5rem;
    -webkit-tap-highlight-color: transparent;
  }
  body {
    margin: 0;
    background: var(--onyx);
    color: var(--cream);
    font-family: var(--font-sans);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    position: relative;
  }
  img { max-width: 100%; display: block; }
  a { color: inherit; text-decoration: none; }
  button { font: inherit; color: inherit; background: none; border: none; cursor: pointer; }
  ul { list-style: none; margin: 0; padding: 0; }
  h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 500; letter-spacing: -0.012em; margin: 0; }
  em { font-style: italic; font-weight: 400; }
  p { margin: 0; }
  ::selection { background: var(--gold); color: #08080a; }
  :focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; border-radius: 4px; }

  ::-webkit-scrollbar { width: 9px; height: 9px; }
  ::-webkit-scrollbar-track { background: #08080a; }
  ::-webkit-scrollbar-thumb { background: linear-gradient(180deg, #4a3d1c, #2a2519); border-radius: 999px; }
  ::-webkit-scrollbar-thumb:hover { background: var(--gold-3); }

  /* film grain */
  .grain {
    position: fixed; inset: 0; z-index: 100; pointer-events: none; opacity: 0.05;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/><feColorMatrix type='saturate' values='0'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
    background-size: 220px 220px;
  }

  .container { max-width: 80rem; margin: 0 auto; padding: 0 1.25rem; }
  @media (min-width: 640px) { .container { padding: 0 1.5rem; } }
  @media (min-width: 1024px) { .container { padding: 0 2rem; } }

  /* ============================= KEYFRAMES ============================= */
  @keyframes float { 0%, 100% { transform: translate3d(0,0,0); } 50% { transform: translate3d(0,-12px,0); } }
  @keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
  @keyframes ring { 0% { opacity: .55; transform: scale(.9); } 70%,100% { opacity: 0; transform: scale(1.6); } }
  @keyframes fadeUp { from { opacity: 0; transform: translate3d(0,26px,0); filter: blur(4px); } to { opacity: 1; transform: translate3d(0,0,0); filter: blur(0); } }
  @keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
  @keyframes popIn { from { opacity: 0; transform: translate3d(0,14px,0) scale(.98); } to { opacity: 1; transform: translate3d(0,0,0) scale(1); } }
  @keyframes maskUp { from { transform: translate3d(0,112%,0); } to { transform: translate3d(0,0,0); } }
  @keyframes spinSlow { to { transform: rotate(360deg); } }
  @keyframes lineScroll { 0% { transform: scaleY(0); transform-origin: top; } 45% { transform: scaleY(1); transform-origin: top; } 55% { transform: scaleY(1); transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }
  @keyframes draw { from { stroke-dashoffset: 200; } to { stroke-dashoffset: 0; } }
  @keyframes shimmerSheen { from { transform: translateX(-120%) skewX(-18deg); } to { transform: translateX(120%) skewX(-18deg); } }

  .text-gold-gradient {
    background: linear-gradient(100deg, #8a6a22 0%, #edcf88 32%, #fff6de 48%, #edcf88 64%, #8a6a22 100%);
    background-size: 220% auto;
    -webkit-background-clip: text; background-clip: text; color: transparent;
    animation: shine 8s linear infinite;
  }
  .outline-text { color: transparent; -webkit-text-stroke: 1px rgba(207,168,69,0.16); }
  .glass { background: rgba(12,12,15,0.66); backdrop-filter: blur(18px) saturate(160%); -webkit-backdrop-filter: blur(18px) saturate(160%); }
  .hairline-gold { background: linear-gradient(90deg, transparent, rgba(207,168,69,0.6), transparent); }
  .no-scrollbar { scrollbar-width: none; -ms-overflow-style: none; }

  /* ============================= INLINE SVG ICONS (phone / pin) ============================= */
  .ico { width: 1em; height: 1em; flex-shrink: 0; vertical-align: -0.12em; fill: var(--gold-2); }
  .contact-list .icon .ico { width: 1.05rem; height: 1.05rem; vertical-align: 0; }
  .contact-actions .call-btn .ico,
  .mobile-callbar .call .ico,
  .menu-note a:hover .ico { fill: #150f04; }
  .no-scrollbar::-webkit-scrollbar { display: none; }

  /* ============================= REVEAL ============================= */
  [data-reveal] {
    opacity: 0;
    transform: translate3d(0,30px,0);
    transition: opacity 1.1s var(--ease), transform 1.1s var(--ease), filter 1.1s ease;
    filter: blur(6px);
    will-change: opacity, transform, filter;
  }
  [data-reveal="left"] { transform: translate3d(-34px,0,0); }
  [data-reveal="right"] { transform: translate3d(34px,0,0); }
  [data-reveal="zoom"] { transform: scale(.92); filter: blur(4px); }
  [data-reveal].is-visible { opacity: 1; transform: none; filter: blur(0); }
  [data-reveal="clip"] { opacity: 1; filter: none; transform: none; clip-path: inset(0 100% 0 0); transition: clip-path 1.5s var(--ease-strong); }
  [data-reveal="clip"].is-visible { clip-path: inset(0 0 0 0); }

  .mask-line { display: block; overflow: hidden; padding: .12em .08em .2em 0; margin: -.12em -.08em -.2em 0; }

  .img-wrap { position: relative; overflow: hidden; background: var(--coal); }
  .img-wrap .img-skeleton { position: absolute; inset: 0; background: linear-gradient(135deg, var(--coal-2), var(--coal), var(--onyx)); transition: opacity .8s ease; }
  .img-wrap img { width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.08); filter: blur(8px); transition: opacity 1s ease, transform 1.6s var(--ease), filter 1.1s ease; }
  .img-wrap img.is-loaded { opacity: 1; transform: scale(1); filter: blur(0); }
  .img-wrap img.is-loaded ~ .img-skeleton, .img-wrap .img-skeleton.hide { opacity: 0; }

  .card-hover { transition: transform .6s var(--ease), border-color .5s ease, box-shadow .6s ease; }
  .card-hover:hover { transform: translateY(-6px); border-color: rgba(207,168,69,0.45); box-shadow: 0 30px 65px -30px rgba(207,168,69,0.45); }

  .leader { flex: 1 1 1rem; min-width: 1rem; border-bottom: 1px dotted rgba(207,168,69,0.4); transform: translateY(-.32em); }
  .map-dark { filter: invert(.92) hue-rotate(180deg) saturate(.65) contrast(.92) brightness(.9); }

  .btn-sheen { position: relative; overflow: hidden; }
  .btn-sheen::after {
    content: ""; position: absolute; inset: 0; transform: translateX(-120%) skewX(-18deg);
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.5), transparent);
    transition: transform 1s var(--ease); pointer-events: none;
  }
  .btn-sheen:hover::after { transform: translateX(120%) skewX(-18deg); }

  /* ============================= BUTTONS ============================= */
  .btn {
    position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
    overflow: hidden; border-radius: 999px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase;
    transition: transform .5s var(--ease), box-shadow .5s var(--ease), background-position .5s var(--ease), background-color .5s ease, border-color .5s ease;
    padding: .75rem 1.5rem; font-size: .78rem; white-space: nowrap;
  }
  .btn:active { transform: scale(.97); }
  .btn-lg { padding: 1rem 2rem; font-size: .84rem; }
  .btn-gold {
    background: linear-gradient(90deg, var(--gold-3), var(--gold), var(--gold-3)); background-size: 200% auto;
    color: #120e05; box-shadow: 0 16px 40px -18px rgba(207,168,69,0.85);
  }
  .btn-gold:hover { background-position: 100% center; box-shadow: 0 22px 48px -16px rgba(207,168,69,0.95); transform: translateY(-2px); }
  .btn-ghost { border: 1px solid rgba(207,168,69,0.4); color: var(--sand); }
  .btn-ghost:hover { border-color: rgba(207,168,69,0.8); background: rgba(207,168,69,0.1); transform: translateY(-2px); }
  .btn-dark { border: 1px solid rgba(255,255,255,0.1); background: rgba(255,255,255,0.05); color: var(--cream); backdrop-filter: blur(10px); }
  .btn-dark:hover { border-color: rgba(207,168,69,0.4); background: rgba(255,255,255,0.1); transform: translateY(-2px); }
  .btn-full { width: 100%; }
  .btn span.arrow { transition: transform .5s var(--ease); }
  .btn:hover span.arrow { transform: translateX(4px); }

  /* ============================= KICKER / HEADINGS ============================= */
  .kicker { display: inline-flex; align-items: center; gap: .6rem; font-size: .64rem; font-weight: 500; letter-spacing: .36em; color: var(--gold); text-transform: uppercase; }
  .kicker .diamond-dot { font-size: .55rem; }
  @media (min-width: 640px) { .kicker { font-size: .68rem; } }

  .section-heading { display: flex; flex-direction: column; gap: 1.25rem; }
  .section-heading h2 { margin-top: .75rem; font-size: 2.3rem; line-height: 1.02; color: var(--cream); }
  @media (min-width: 640px) { .section-heading h2 { font-size: 3rem; } }
  @media (min-width: 1024px) { .section-heading h2 { font-size: 3.6rem; } }
  .section-heading.center { text-align: center; max-width: 40rem; margin: 0 auto; }
  .section-heading.split { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 2.5rem; }
  .section-heading.split .heading-main { max-width: 40rem; }
  .section-heading .subtitle { font-size: .92rem; line-height: 1.7; color: var(--dim); }
  .section-heading.split .side { display: flex; flex-direction: column; gap: 1rem; max-width: 26rem; }
  @media (max-width: 1023px) { .section-heading.split { flex-direction: column; align-items: flex-start; } .section-heading.split .side { max-width: none; } }

  .ornament { display: flex; align-items: center; justify-content: center; gap: .75rem; }
  .ornament .rule { height: 1px; width: 4rem; }
  @media (min-width: 640px) { .ornament .rule { width: 6rem; } }

  .glow { position: absolute; pointer-events: none; border-radius: 999px; background: rgba(207,168,69,0.07); filter: blur(90px); }

  /* ============================= HEADER ============================= */
  .progress-track { position: fixed; inset-inline: 0; top: 0; z-index: 60; height: 2px; }
  .progress-fill { height: 100%; width: 0%; transform-origin: left; background: linear-gradient(90deg, var(--gold-3), var(--gold-2), var(--gold)); transition: width .15s linear; }

  .site-header { position: fixed; inset-inline: 0; top: 0; z-index: 50; padding: 1rem .75rem; transition: padding .6s var(--ease); }
  @media (min-width: 640px) { .site-header { padding: 1.5rem 1.25rem; } }
  .site-header.solid { padding: .65rem .75rem; }
  @media (min-width: 640px) { .site-header.solid { padding: .65rem 1.25rem; } }

  .header-inner {
    margin: 0 auto; max-width: 80rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem;
    border: 1px solid transparent; border-radius: 999px; padding: .4rem .5rem; transition: all .6s var(--ease);
  }
  .site-header.solid .header-inner {
    border-color: rgba(207,168,69,0.15); padding: .4rem .4rem .4rem 1rem; border-radius: 999px;
    box-shadow: 0 24px 60px -30px rgba(0,0,0,0.95);
  }
  @media (min-width: 640px) { .site-header.solid .header-inner { padding-left: 1.5rem; } }

  .logo { display: flex; align-items: center; gap: .65rem; }
  .logo img { flex-shrink: 0; width: 2.65rem; height: 2.65rem; border-radius: 999px; border: 1px solid rgba(207,168,69,0.3); object-fit: cover; box-shadow: 0 10px 30px -12px rgba(0,0,0,0.9); transition: transform .8s var(--ease); }
  .site-header.solid .logo img { width: 2.25rem; height: 2.25rem; }
  .logo:hover img { transform: rotate(360deg); }
  .logo .wordmark { display: flex; flex-direction: column; line-height: 1; }
  .logo .wordmark .name { font-family: var(--font-display); font-weight: 600; letter-spacing: .26em; font-size: .98rem; color: var(--cream); transition: color .5s ease; }
  .logo:hover .wordmark .name { color: var(--gold-2); }
  .logo .wordmark .sub { margin-top: .15rem; font-size: .5rem; font-weight: 300; letter-spacing: .44em; color: rgba(207,168,69,0.85); }
  @media (min-width: 640px) { .logo .wordmark .name { font-size: 1.05rem; } .logo .wordmark .sub { font-size: .56rem; } }

  .nav-desktop { display: none; align-items: center; gap: .15rem; }
  @media (min-width: 1024px) { .nav-desktop { display: flex; } }
  .nav-desktop a { position: relative; border-radius: 999px; padding: .5rem 1rem; font-size: .74rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; color: rgba(229,218,195,0.75); transition: color .4s ease; }
  .nav-desktop a:hover { color: var(--cream); }
  .nav-desktop a.active { color: var(--gold-2); }
  .nav-desktop a .tick { position: absolute; bottom: -1px; left: 50%; width: 3px; height: 3px; transform: translateX(-50%) rotate(45deg); background: var(--gold); opacity: 0; transition: opacity .5s ease; }
  .nav-desktop a.active .tick { opacity: 1; }
  .nav-desktop a:hover .tick { opacity: .6; }

  .header-actions { display: flex; align-items: center; gap: .5rem; }
  .header-actions .btn-menu-cta { display: none; }
  @media (min-width: 640px) { .header-actions .btn-menu-cta { display: inline-flex; padding: .65rem 1.25rem; } }

  .menu-toggle { position: relative; display: flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.3); background: rgba(8,8,10,0.4); backdrop-filter: blur(8px); transition: border-color .4s ease; }
  .menu-toggle:hover { border-color: rgba(207,168,69,0.7); }
  @media (min-width: 1024px) { .menu-toggle { display: none; } }
  .menu-toggle .burger { position: relative; display: block; height: .75rem; width: 1.25rem; }
  .menu-toggle .burger span { position: absolute; left: 0; display: block; height: 1px; width: 1.25rem; background: var(--gold-2); transition: all .4s var(--ease); }
  .menu-toggle .burger span:nth-child(1) { top: 0; }
  .menu-toggle .burger span:nth-child(2) { top: .375rem; }
  .menu-toggle .burger span:nth-child(3) { top: .75rem; }
  .menu-toggle.open .burger span:nth-child(1) { top: .375rem; transform: rotate(45deg); }
  .menu-toggle.open .burger span:nth-child(2) { opacity: 0; }
  .menu-toggle.open .burger span:nth-child(3) { top: .375rem; transform: rotate(-45deg); }

  /* Mobile panel */
  .mobile-panel { position: fixed; inset: 0; z-index: 40; pointer-events: none; }
  .mobile-panel.open { pointer-events: auto; }
  .mobile-panel .backdrop { position: absolute; inset: 0; background: rgba(8,8,10,0.9); backdrop-filter: blur(30px); opacity: 0; transition: opacity .5s ease; }
  .mobile-panel.open .backdrop { opacity: 1; }
  .mobile-panel .blob { position: absolute; top: 33%; right: -5rem; height: 20rem; width: 20rem; border-radius: 999px; background: rgba(207,168,69,0.1); filter: blur(100px); opacity: 0; transition: opacity .8s ease; }
  .mobile-panel.open .blob { opacity: 1; }
  .mobile-panel nav { position: absolute; inset-inline: 0; top: 0; display: flex; min-height: 100%; flex-direction: column; padding: 6rem 1.5rem 2.5rem; transition: all .55s var(--ease); transform: translateY(-1rem); opacity: 0; }
  .mobile-panel.open nav { transform: translateY(0); opacity: 1; }
  .mobile-panel .eyebrow { font-size: .6rem; letter-spacing: .34em; color: rgba(207,168,69,0.7); text-transform: uppercase; }
  .mobile-panel ul { margin-top: .5rem; }
  .mobile-panel li a { display: flex; align-items: baseline; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,0.07); padding: 1rem 0; font-family: var(--font-display); font-size: 1.85rem; color: var(--cream); transition: all .5s var(--ease); transform: translateY(.75rem); opacity: 0; }
  .mobile-panel.open li a { transform: translateY(0); opacity: 1; }
  .mobile-panel li a .idx { font-family: var(--font-sans); font-size: .6rem; letter-spacing: .3em; color: rgba(207,168,69,0.5); }
  .mobile-panel li a.active span:first-child { color: var(--gold-2); font-style: italic; }
  .mobile-panel .panel-actions { margin-top: auto; display: flex; flex-direction: column; gap: .75rem; padding-top: 2.5rem; transition: all .55s var(--ease); transform: translateY(.75rem); opacity: 0; }
  .mobile-panel.open .panel-actions { transform: translateY(0); opacity: 1; }
  .mobile-panel .panel-address { margin-top: .5rem; text-align: center; font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--dim); }

  /* ============================= HERO ============================= */
  .hero { position: relative; display: flex; min-height: 100svh; flex-direction: column; justify-content: center; overflow: hidden; padding: 7rem 0 3rem; }
  @media (min-width: 640px) { .hero { padding: 8rem 0 6rem; } }
  @media (min-width: 1024px) { .hero { padding-bottom: 7rem; } }

  .hero-bg { position: absolute; inset: 0; z-index: -1; }
  .hero-bg .bg-img { position: absolute; inset: 0; will-change: transform; }
  .hero-bg .overlay-1 { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(8,8,10,0.85), rgba(8,8,10,0.7), var(--onyx)); }
  .hero-bg .overlay-2 { position: absolute; inset: 0; background: radial-gradient(110% 80% at 12% 35%, rgba(8,8,10,0.94) 0%, rgba(8,8,10,0.6) 48%, rgba(8,8,10,0.25) 100%); }
  .hero-bg .overlay-3 { position: absolute; inset: 0; background: radial-gradient(45% 40% at 82% 22%, rgba(207,168,69,0.16) 0%, transparent 70%); }

  .hero-grid { margin: 0 auto; display: grid; width: 100%; max-width: 80rem; align-items: center; gap: 3rem; padding: 0 1.25rem; }
  @media (min-width: 640px) { .hero-grid { padding: 0 1.5rem; } }
  @media (min-width: 1024px) { .hero-grid { grid-template-columns: 1.08fr .92fr; gap: 2rem; padding: 0 2rem; } }

  .hero-copy { max-width: 42rem; }
  .hero-badge {
    display: inline-flex; align-items: center; gap: .65rem; border-radius: 999px; border: 1px solid rgba(207,168,69,0.3);
    background: rgba(8,8,10,0.4); padding: .4rem 1rem .4rem .5rem; font-size: .66rem; font-weight: 500; letter-spacing: .2em;
    color: var(--sand); text-transform: uppercase; backdrop-filter: blur(8px);
    animation: fadeUp 1s var(--ease) both; animation-delay: .3s;
  }
  @media (min-width: 640px) { .hero-badge { font-size: .7rem; } }
  .hero-badge .dot-wrap { position: relative; display: flex; height: 1.25rem; width: 1.25rem; align-items: center; justify-content: center; border-radius: 999px; background: rgba(207,168,69,0.15); }
  .hero-badge .dot-wrap .ring { position: absolute; inset: 0; border-radius: 999px; border: 1px solid rgba(207,168,69,0.7); animation: ring 2.6s ease-out infinite; }
  .hero-badge .dot-wrap .dot { height: .375rem; width: .375rem; border-radius: 999px; background: var(--gold-2); }

  .hero h1 { margin-top: 1.5rem; font-size: 2.7rem; line-height: .98; color: var(--cream); }
  @media (min-width: 640px) { .hero h1 { font-size: 3.9rem; } }
  @media (min-width: 1024px) { .hero h1 { font-size: 4.7rem; } }
  @media (min-width: 1280px) { .hero h1 { font-size: 5.4rem; } }
  .hero h1 .mask-line span { display: block; animation: maskUp 1.1s var(--ease-strong) both; }
  .hero h1 .mask-line:nth-child(1) span { animation-delay: .45s; }
  .hero h1 .mask-line:nth-child(2) span { animation-delay: .58s; }
  .hero h1 em { padding-right: .5rem; }

  .hero-sub { margin-top: 1.5rem; max-width: 34rem; font-size: .95rem; line-height: 1.7; color: rgba(229,218,195,0.85); animation: fadeUp 1s var(--ease) both; animation-delay: .7s; }
  @media (min-width: 640px) { .hero-sub { font-size: 1.08rem; } }

  .hero-cta { margin-top: 2rem; display: flex; flex-direction: column; gap: .75rem; animation: fadeUp 1s var(--ease) both; animation-delay: .82s; }
  @media (min-width: 640px) { .hero-cta { flex-direction: row; align-items: center; gap: 1rem; } }
  .hero-cta .btn { width: 100%; }
  @media (min-width: 640px) { .hero-cta .btn { width: auto; } }

  .hero-picks { margin-top: 2.25rem; display: flex; flex-wrap: wrap; gap: 1rem 1.75rem; border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; animation: fadeUp 1s var(--ease) both; animation-delay: .95s; }
  .hero-picks a { display: flex; align-items: center; gap: .75rem; }
  .hero-picks .thumb { position: relative; height: 3rem; width: 3rem; flex-shrink: 0; overflow: hidden; border-radius: 999px; box-shadow: 0 0 0 1px rgba(207,168,69,0.45), 0 0 0 3px var(--onyx); transition: box-shadow .5s ease; }
  .hero-picks a:hover .thumb { box-shadow: 0 0 0 1px var(--gold), 0 0 0 3px var(--onyx); }
  .hero-picks .thumb img { transition: transform .8s var(--ease); }
  .hero-picks a:hover .thumb img { transform: scale(1.12); }
  .hero-picks .pick-name { display: block; font-family: var(--font-display); font-size: 1.02rem; color: var(--cream); transition: color .5s ease; }
  .hero-picks a:hover .pick-name { color: var(--gold-2); }
  .hero-picks .pick-price { font-size: .7rem; letter-spacing: .12em; color: rgba(207,168,69,0.85); }

  .hero-portrait { position: relative; display: none; }
  @media (min-width: 1024px) { .hero-portrait { display: block; } }
  .hero-portrait-inner { position: relative; margin: 0 auto; width: 20.5rem; }
  @media (min-width: 1280px) { .hero-portrait-inner { width: 22.5rem; } }
  .hero-portrait-frame { position: absolute; inset: -.75rem; transform: translate(1.25rem, 1.25rem); border-radius: 999px 999px 2.2rem 2.2rem; border: 1px solid rgba(207,168,69,0.25); animation: fadeIn 1.2s ease both; animation-delay: 1.1s; }
  .hero-portrait-img { position: relative; overflow: hidden; border-radius: 999px 999px 2rem 2rem; border: 1px solid rgba(207,168,69,0.3); box-shadow: 0 60px 110px -40px rgba(0,0,0,1); animation: fadeUp 1s var(--ease) both; animation-delay: .78s; }
  .hero-portrait-img .img-wrap { aspect-ratio: 4/5; }
  .hero-portrait-img .fade-bottom { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,0.85), rgba(8,8,10,0.1), transparent); pointer-events: none; }
  .hero-portrait-caption { position: absolute; inset-inline: 1rem; bottom: 1rem; display: flex; align-items: flex-end; justify-content: space-between; gap: .75rem; }
  .hero-portrait-caption .eyebrow { font-size: .55rem; letter-spacing: .28em; color: rgba(207,168,69,0.9); text-transform: uppercase; }
  .hero-portrait-caption .title { margin-top: .25rem; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.1; color: var(--cream); }
  .hero-portrait-caption .price { flex-shrink: 0; border-radius: 999px; border: 1px solid rgba(207,168,69,0.4); background: rgba(8,8,10,0.6); padding: .25rem .75rem; font-size: .8rem; font-weight: 500; color: var(--gold-2); backdrop-filter: blur(8px); }

  .hero-badge-rotating { position: absolute; top: 3.5rem; left: -4rem; animation: fadeIn 1.2s ease both; animation-delay: 1.3s; }
  .rotating-badge { position: relative; height: 7rem; width: 7rem; }
  @media (min-width: 1280px) { .rotating-badge { height: 8rem; width: 8rem; } }
  .rotating-badge svg.ring-svg { animation: spinSlow 26s linear infinite; height: 100%; width: 100%; }
  .rotating-badge .badge-center { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; }
  .rotating-badge .badge-center img { height: 2.75rem; width: 2.75rem; border-radius: 999px; border: 1px solid rgba(207,168,69,0.4); object-fit: cover; }

  .hero-floater { position: absolute; top: 42%; right: -3rem; animation: fadeUp 1s var(--ease) both; animation-delay: 1.25s; }
  @media (min-width: 1280px) { .hero-floater { right: -4rem; } }
  .hero-floater .card { animation: float 9s ease-in-out infinite; border-radius: 1rem; border: 1px solid rgba(207,168,69,0.25); padding: .75rem 1rem; box-shadow: 0 30px 60px -30px rgba(0,0,0,1); }
  .hero-floater .eyebrow { font-size: .55rem; letter-spacing: .26em; color: rgba(207,168,69,0.9); text-transform: uppercase; }
  .hero-floater .title { margin-top: .1rem; font-family: var(--font-display); font-size: 1.05rem; color: var(--cream); }
  .hero-floater .price { font-size: .78rem; font-weight: 500; color: var(--gold-2); }

  .hero-bottombar { position: absolute; inset-inline: 0; bottom: 0; display: none; }
  @media (min-width: 640px) { .hero-bottombar { display: block; } }
  .hero-bottombar-inner { margin: 0 auto; display: flex; max-width: 80rem; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 1.25rem 1.5rem; }
  @media (min-width: 1024px) { .hero-bottombar-inner { padding: 1.25rem 2rem; } }
  .scroll-down { display: flex; align-items: center; gap: .75rem; font-size: .6rem; letter-spacing: .3em; color: rgba(229,218,195,0.6); text-transform: uppercase; transition: color .5s ease; }
  .scroll-down:hover { color: var(--gold-2); }
  .scroll-down .line { position: relative; display: block; height: 2.5rem; width: 1px; overflow: hidden; background: rgba(255,255,255,0.1); }
  .scroll-down .line span { position: absolute; inset: 0; background: var(--gold); animation: lineScroll 2.4s var(--ease-strong) infinite; }
  .quick-nav { display: flex; align-items: center; gap: .25rem; }
  .quick-nav a { display: flex; align-items: center; gap: .25rem; border-radius: 999px; padding: .4rem .75rem; font-size: .6rem; letter-spacing: .26em; color: rgba(229,218,195,0.6); text-transform: uppercase; transition: color .4s ease; }
  .quick-nav a:hover { color: var(--gold-2); }
  .quick-nav a .sep { margin-right: .5rem; font-size: .4rem; color: rgba(207,168,69,0.5); }

  /* ============================= POPULAR ============================= */
  .popular { position: relative; overflow: hidden; padding: 4rem 0; }
  @media (min-width: 640px) { .popular { padding: 6rem 0; } }
  @media (min-width: 1024px) { .popular { padding: 7rem 0; } }
  .popular .arrows-desktop { display: none; align-items: center; gap: .5rem; }
  @media (min-width: 1024px) { .popular .arrows-desktop { display: flex; } }
  .arrow-btn { display: flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.4); font-size: 1.1rem; color: var(--gold-2); transition: all .4s ease; }
  .arrow-btn:hover:not(:disabled) { background: var(--gold); color: #150f04; }
  .arrow-btn:disabled { cursor: default; border-color: rgba(255,255,255,0.07); color: rgba(255,255,255,0.2); }

  .popular-track { -ms-overflow-style: none; margin-top: 2.5rem; display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 1.25rem; padding: 0 1.25rem .75rem; }
  @media (min-width: 640px) { .popular-track { margin-top: 3.5rem; scroll-padding-inline: 1.5rem; padding: 0 1.5rem .75rem; } }
  @media (min-width: 1024px) { .popular-track { padding: 0 2rem .75rem; scroll-padding-inline: 2rem; } }

  .popular-card { width: 74vw; max-width: 19.5rem; flex-shrink: 0; scroll-snap-align: start; }
  @media (min-width: 640px) { .popular-card { width: 18.5rem; } }
  @media (min-width: 1024px) { .popular-card { width: 19.5rem; } }
  .popular-card .frame { position: relative; aspect-ratio: 4/5; overflow: hidden; border-radius: 1.5rem; border: 1px solid rgba(255,255,255,0.08); transition: border-color .5s ease; }
  .popular-card:hover .frame { border-color: rgba(207,168,69,0.45); }
  .popular-card .frame img { transition: transform 1.3s var(--ease); }
  .popular-card:hover .frame img.is-loaded { transform: scale(1.07); }
  .popular-card .frame-fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,0.9), rgba(8,8,10,0.15), rgba(8,8,10,0.1)); pointer-events: none; }
  .popular-card .index { position: absolute; top: 1rem; left: 1rem; font-family: var(--font-display); font-style: italic; font-size: 2.4rem; line-height: 1; color: rgba(237,207,136,0.9); filter: drop-shadow(0 2px 12px rgba(0,0,0,0.6)); }
  .popular-card .cat-tag { position: absolute; top: 1rem; right: 1rem; border-radius: 999px; border: 1px solid rgba(207,168,69,0.25); padding: .25rem .6rem; font-size: .55rem; letter-spacing: .22em; color: var(--sand); text-transform: uppercase; }
  .popular-card .bottom { position: absolute; inset-inline: 1rem; bottom: 1rem; }
  .popular-card .bottom .rule { margin-bottom: .75rem; display: block; height: 1px; width: 2rem; background: var(--gold); transition: width .5s ease; }
  .popular-card:hover .bottom .rule { width: 3.5rem; }
  .popular-card .bottom .row { display: flex; align-items: center; justify-content: space-between; gap: .75rem; }
  .popular-card .bottom .cta-text { font-size: .62rem; letter-spacing: .22em; color: rgba(229,218,195,0.8); text-transform: uppercase; transition: color .5s ease; }
  .popular-card:hover .bottom .cta-text { color: var(--gold-2); }
  .popular-card .bottom .price { border-radius: 999px; background: var(--gold); padding: .25rem .75rem; font-size: .8rem; font-weight: 600; color: #150f04; }
  .popular-card .body { padding: 1rem .25rem 0; }
  .popular-card .body h3 { font-size: 1.45rem; line-height: 1.15; color: var(--cream); transition: color .5s ease; }
  .popular-card:hover .body h3 { color: var(--gold-2); }
  .popular-card .body p { margin-top: .25rem; font-size: .82rem; line-height: 1.55; color: var(--dim); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }

  .popular-progress-wrap { margin: 1rem auto 0; display: flex; max-width: 80rem; align-items: center; justify-content: space-between; gap: 1.5rem; padding: 0 1.25rem; }
  @media (min-width: 640px) { .popular-progress-wrap { padding: 0 1.5rem; } }
  @media (min-width: 1024px) { .popular-progress-wrap { padding: 0 2rem; } }
  .popular-progress-track { height: 1px; flex: 1; background: rgba(255,255,255,0.08); }
  .popular-progress-fill { height: 1px; background: linear-gradient(90deg, var(--gold-3), var(--gold-2)); width: 12%; transition: width .2s linear; }
  .arrows-mobile { display: flex; align-items: center; gap: .5rem; }
  @media (min-width: 1024px) { .arrows-mobile { display: none; } }

  /* ============================= MENU ============================= */
  .menu-section { position: relative; overflow-x: clip; padding: 4rem 0; }
  @media (min-width: 640px) { .menu-section { padding: 6rem 0; } }
  @media (min-width: 1024px) { .menu-section { padding: 7rem 0; } }
  .menu-section .radial-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(90% 50% at 50% 0%, rgba(207,168,69,0.08) 0%, transparent 60%); }

  .menu-layout { margin-top: 2rem; }
  @media (min-width: 1024px) { .menu-layout { margin-top: 3.5rem; display: grid; grid-template-columns: 15.5rem 1fr; gap: 2.5rem; } }
  @media (min-width: 1280px) { .menu-layout { grid-template-columns: 17rem 1fr; gap: 3.5rem; } }

  .mobile-pills-wrap { position: sticky; top: 4.2rem; z-index: 30; margin: 0 -1.25rem; border-top: 1px solid rgba(255,255,255,0.06); border-bottom: 1px solid rgba(255,255,255,0.06); padding: .6rem 1.25rem; }
  @media (min-width: 640px) { .mobile-pills-wrap { margin: 0 -1.5rem; padding: .6rem 1.5rem; } }
  @media (min-width: 1024px) { .mobile-pills-wrap { display: none; } }
  .mobile-pills { position: relative; display: flex; gap: .4rem; overflow-x: auto; margin: 0 -.25rem; padding: 0 .25rem; }
  .pill { display: flex; flex-shrink: 0; scroll-snap-align: center; align-items: center; gap: .4rem; border-radius: 999px; border: 1px solid rgba(255,255,255,0.09); background: rgba(255,255,255,0.03); padding: .5rem .9rem; font-size: .74rem; font-weight: 500; letter-spacing: .06em; color: rgba(229,218,195,0.8); white-space: nowrap; transition: all .5s ease; }
  .pill .idx { font-family: var(--font-display); font-size: .8rem; font-style: italic; color: rgba(207,168,69,0.6); }
  .pill.active { border-color: rgba(207,168,69,0.6); background: linear-gradient(90deg, rgba(138,106,34,0.9), var(--gold), rgba(138,106,34,0.9)); color: #150f04; }
  .pill.active .idx { color: rgba(21,15,4,0.7); }

  .menu-sidebar { display: none; }
  @media (min-width: 1024px) { .menu-sidebar { display: block; } }
  .menu-sidebar-inner { position: sticky; top: 7rem; display: flex; flex-direction: column; gap: 1.25rem; }
  .menu-sidebar .cats-label { margin-bottom: .75rem; padding: 0 .9rem; font-size: .58rem; letter-spacing: .34em; color: rgba(207,168,69,0.7); text-transform: uppercase; }
  .menu-sidebar-nav { position: relative; }
  .menu-sidebar-highlight { position: absolute; left: 0; height: 2.75rem; width: 100%; border-radius: .75rem; border: 1px solid rgba(207,168,69,0.25); background: rgba(207,168,69,0.08); transition: transform .55s var(--ease); }
  .menu-sidebar ul { position: relative; display: flex; flex-direction: column; gap: .25rem; }
  .cat-btn { display: flex; height: 2.75rem; width: 100%; align-items: center; gap: .75rem; border-radius: .75rem; padding: 0 .9rem; text-align: left; color: rgba(229,218,195,0.65); transition: color .4s ease; }
  .cat-btn:hover { color: var(--cream); }
  .cat-btn.active { color: var(--cream); }
  .cat-btn .idx { width: 1.25rem; font-family: var(--font-display); font-size: .95rem; font-style: italic; color: rgba(207,168,69,0.45); }
  .cat-btn.active .idx { color: var(--gold-2); }
  .cat-btn .label { flex: 1; font-size: .86rem; font-weight: 500; letter-spacing: .02em; }
  .cat-btn .count { font-size: .62rem; color: var(--dim); }

  .phone-card { border-radius: 1.25rem; border: 1px solid rgba(207,168,69,0.2); background: linear-gradient(135deg, rgba(207,168,69,0.1), transparent); padding: 1.25rem; }
  .phone-card .label { font-size: .58rem; letter-spacing: .3em; color: rgba(207,168,69,0.8); text-transform: uppercase; }
  .phone-card a { margin-top: .35rem; display: block; font-family: var(--font-display); font-size: 1.7rem; line-height: 1; color: var(--cream); transition: color .4s ease; }
  .phone-card a:hover { color: var(--gold-2); }
  .phone-card p { margin-top: .5rem; font-size: .76rem; line-height: 1.5; color: var(--dim); }

  .menu-editor-toggle { margin: 1.25rem auto 0; border: 1px solid rgba(207,168,69,0.45); border-radius: 999px; padding: .65rem 1.2rem; color: var(--gold-2); background: rgba(207,168,69,0.08); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; }
  .editor-login-modal[hidden], .menu-editor-toggle[hidden] { display: none; }
  .editor-login-modal { position: fixed; z-index: 1000; inset: 0; display: grid; place-items: center; padding: 1rem; }
  .editor-login-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
  .editor-login-card { position: relative; width: min(100%, 26rem); border: 1px solid rgba(207,168,69,.35); border-radius: 1.25rem; padding: 2rem; background: var(--coal); box-shadow: 0 2rem 5rem rgba(0,0,0,.55); }
  .editor-login-card h2 { margin-top: .35rem; color: var(--cream); font-family: var(--font-display); font-size: 2rem; }
  .editor-login-help { margin: .5rem 0 1.25rem; color: var(--dim); font-size: .8rem; }
  .editor-login-card label { display: block; margin-top: .9rem; color: var(--sand); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
  .editor-login-card input { display: block; width: 100%; margin-top: .4rem; border: 1px solid rgba(255,255,255,.14); border-radius: .5rem; padding: .7rem; color: var(--cream); background: rgba(255,255,255,.06); }
  .editor-login-card .btn { margin-top: 1.25rem; }
  .editor-login-close { position: absolute; top: .7rem; right: .8rem; border: 0; color: var(--dim); background: transparent; font-size: 1.6rem; cursor: pointer; }
  .editor-login-error { margin-top: .8rem; color: #e9a29b; font-size: .78rem; }
  .menu-editor-toggle:hover { background: rgba(207,168,69,0.18); }
  .menu-editor { max-width: 62rem; margin: 1rem auto 0; padding: 1rem; border: 1px solid rgba(207,168,69,0.25); border-radius: 1rem; background: rgba(8,8,10,.75); text-align: left; }
  .editor-category + .editor-category { margin-top: 1.25rem; }
  .editor-category-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; border-bottom: 1px solid rgba(255,255,255,.1); padding-bottom: .5rem; }
  .editor-category-head h3 { color: var(--cream); font-size: 1.1rem; }
  .editor-add, .editor-delete { border: 1px solid rgba(207,168,69,.4); border-radius: 999px; padding: .4rem .7rem; color: var(--gold-2); background: transparent; font-size: .65rem; cursor: pointer; }
  .editor-delete { border-color: rgba(220,100,90,.45); color: #e9a29b; }
  .editor-items { display: grid; gap: .5rem; margin-top: .65rem; }
  .editor-item { display: grid; grid-template-columns: minmax(0, 1fr) 7rem auto; gap: .5rem; align-items: center; }
  .editor-item input { width: 100%; border: 1px solid rgba(255,255,255,.12); border-radius: .45rem; padding: .55rem .65rem; color: var(--cream); background: rgba(255,255,255,.06); }
  @media (max-width: 520px) { .editor-item { grid-template-columns: 1fr 1fr; } .editor-delete { grid-column: 1 / -1; justify-self: start; } }
.menu-editor-shell { max-width: 62rem; margin: 1rem auto 0; }
  .menu-editor-shell[hidden] { display: none; }
  .editor-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .6rem 1rem; border: 1px solid rgba(207,168,69,0.25); border-bottom: 0; border-radius: 1rem 1rem 0 0; padding: .7rem 1rem; background: rgba(207,168,69,0.07); text-align: left; }
  .editor-status { flex: 1 1 18rem; font-size: .74rem; line-height: 1.45; color: var(--dim); }
  .editor-status[data-tone="ok"] { color: #9ed6a4; }
  .editor-status[data-tone="error"] { color: #e9a29b; }
  .editor-status[data-tone="busy"] { color: var(--gold-2); }
  .editor-toolbar-actions { display: flex; gap: .5rem; }
  .editor-save, .editor-close, .editor-logout { border: 1px solid rgba(207,168,69,.4); border-radius: 999px; padding: .45rem .85rem; color: var(--gold-2); background: transparent; font-size: .65rem; letter-spacing: .08em; text-transform: uppercase; cursor: pointer; }
  .editor-save:hover, .editor-close:hover { background: rgba(207,168,69,0.16); }
  .editor-logout { border-color: rgba(255,255,255,.2); color: var(--dim); }
  .editor-logout:hover { color: var(--cream); }
  .menu-editor-shell .menu-editor { max-width: none; margin: 0; border-radius: 0 0 1rem 1rem; }

  .menu-panel { margin-top: 1.5rem; border-radius: 1.6rem; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(to bottom, rgba(255,255,255,0.035), transparent); padding: 1.25rem; animation: fadeIn .5s ease both; }
  @media (min-width: 640px) { .menu-panel { padding: 2rem; } }
  @media (min-width: 1024px) { .menu-panel { margin-top: 0; padding: 2.5rem; } }

  .menu-panel-header { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: .75rem 1.5rem; border-bottom: 1px solid rgba(207,168,69,0.2); padding-bottom: 1.25rem; animation: fadeUp .7s var(--ease) both; }
  @media (min-width: 640px) { .menu-panel-header { padding-bottom: 1.5rem; } }
  .menu-panel-header .idx { font-family: var(--font-display); font-size: 1.15rem; font-style: italic; color: rgba(207,168,69,0.7); }
  .menu-panel-header h3 { font-size: 2.1rem; line-height: 1; color: var(--cream); }
  @media (min-width: 640px) { .menu-panel-header h3 { font-size: 2.7rem; } }
  .menu-panel-header .intro { margin-top: .6rem; max-width: 34rem; font-size: .84rem; line-height: 1.6; color: var(--dim); }
  @media (min-width: 640px) { .menu-panel-header .intro { font-size: .9rem; } }
  .menu-panel-header .count { display: flex; align-items: center; gap: .5rem; font-size: .6rem; letter-spacing: .26em; color: rgba(207,168,69,0.75); text-transform: uppercase; }

  .menu-items { margin-top: .75rem; }
  @media (min-width: 768px) { .menu-items { margin-top: 1rem; display: grid; grid-template-columns: 1fr 1fr; column-gap: 2rem; } }
  .menu-row { display: flex; gap: .9rem; border-radius: 1rem; margin: 0 -.75rem; padding: .85rem .75rem; transition: background-color .5s ease; border-bottom: 1px solid rgba(255,255,255,0.05); animation: popIn .55s var(--ease) both; }
  @media (min-width: 768px) { .menu-row { border-bottom: none; } }
  .menu-row:hover { background: rgba(255,255,255,0.035); }
  .menu-row .thumb { width: 3.6rem; height: 3.6rem; flex-shrink: 0; border-radius: .75rem; overflow: hidden; border: 1px solid rgba(255,255,255,0.08); }
  @media (min-width: 640px) { .menu-row .thumb { width: 4rem; height: 4rem; } }
  .menu-row .thumb img { transition: transform .9s ease; }
  .menu-row:hover .thumb img.is-loaded { transform: scale(1.1); }
  .menu-row .content { min-width: 0; flex: 1; }
  .menu-row .top-line { display: flex; align-items: baseline; gap: .6rem; flex-wrap: wrap; }
  .menu-row h4 { font-size: 1.12rem; line-height: 1.3; color: var(--cream); transition: color .5s ease; }
  @media (min-width: 640px) { .menu-row h4 { font-size: 1.22rem; } }
  .menu-row:hover h4 { color: var(--gold-2); }
  .menu-row .tag { margin-left: .4rem; display: inline-block; transform: translateY(-.1em); border-radius: 999px; border: 1px solid rgba(207,168,69,0.3); background: rgba(207,168,69,0.08); padding: .05rem .4rem; font-family: var(--font-sans); font-size: .5rem; letter-spacing: .2em; color: var(--gold-2); text-transform: uppercase; vertical-align: middle; }
  .menu-row .price { margin-left: auto; flex-shrink: 0; font-size: .92rem; font-weight: 500; font-variant-numeric: tabular-nums; color: var(--gold-2); }
  @media (min-width: 640px) { .menu-row .price { font-size: .98rem; } }
  .menu-row .desc { margin-top: .15rem; font-size: .78rem; line-height: 1.55; color: var(--dim); }
  @media (min-width: 640px) { .menu-row .desc { font-size: .82rem; } }
  .menu-row .leader { display: none; }
  @media (min-width: 640px) { .menu-row .leader { display: block; } }

  .menu-note { margin-top: 1.25rem; display: flex; flex-direction: column; align-items: flex-start; gap: .75rem; border-radius: 1rem; border: 1px solid rgba(207,168,69,0.25); background: rgba(207,168,69,0.06); padding: 1rem; animation: fadeUp .7s var(--ease) both; }
  @media (min-width: 640px) { .menu-note { flex-direction: row; align-items: center; justify-content: space-between; padding: 1rem 1.25rem; } }
  .menu-note p { font-size: .82rem; line-height: 1.6; color: rgba(229,218,195,0.9); }
  @media (min-width: 640px) { .menu-note p { font-size: .88rem; } }
  .menu-note a { flex-shrink: 0; border-radius: 999px; border: 1px solid rgba(207,168,69,0.5); padding: .5rem 1rem; font-size: .72rem; letter-spacing: .14em; color: var(--gold-2); text-transform: uppercase; transition: all .4s ease; }
  .menu-note a:hover { background: var(--gold); color: #150f04; }

  .menu-panel-footer { margin-top: 1.5rem; display: flex; flex-direction: column; align-items: flex-start; justify-content: space-between; gap: .75rem; border-top: 1px solid rgba(255,255,255,0.06); padding-top: 1.25rem; }
  @media (min-width: 640px) { .menu-panel-footer { flex-direction: row; align-items: center; } }
  .menu-panel-footer p { font-size: .74rem; color: var(--dim); }
  .menu-panel-footer .nav-buttons { display: flex; gap: .5rem; }
  .menu-panel-footer button { border-radius: 999px; border: 1px solid rgba(255,255,255,0.1); padding: .5rem 1rem; font-size: .68rem; letter-spacing: .18em; color: rgba(229,218,195,0.8); text-transform: uppercase; transition: all .4s ease; }
  .menu-panel-footer button:hover { border-color: rgba(207,168,69,0.5); color: var(--gold-2); }

  /* ============================= ABOUT ============================= */
  .about { position: relative; overflow: hidden; padding: 4rem 0; }
  @media (min-width: 640px) { .about { padding: 6rem 0; } }
  @media (min-width: 1024px) { .about { padding: 8rem 0; } }
  .about .top-hair { position: absolute; inset-inline: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(207,168,69,0.25), transparent); }
  .about .giant-word { pointer-events: none; position: absolute; right: -1.5rem; bottom: 1.5rem; font-size: 7rem; font-weight: 600; letter-spacing: .1em; user-select: none; }
  @media (min-width: 640px) { .about .giant-word { font-size: 10rem; } }
  @media (min-width: 1024px) { .about .giant-word { font-size: 14rem; } }

  .about-grid { display: grid; align-items: center; gap: 3.5rem; }
  @media (min-width: 1024px) { .about-grid { grid-template-columns: .95fr 1.05fr; gap: 5rem; } }

  .about-images { position: relative; margin: 0 auto; width: 100%; max-width: 26rem; }
  @media (min-width: 1024px) { .about-images { max-width: none; } }
  .about-images .frame-outline { position: absolute; inset: -.75rem; transform: translate(1rem, 1rem); border-radius: 2rem; border: 1px solid rgba(207,168,69,0.25); }
  @media (min-width: 640px) { .about-images .frame-outline { transform: translate(1.5rem, 1.5rem); } }
  .about-images .main-img { position: relative; overflow: hidden; border-radius: 1.7rem; }
  .about-images .main-img .img-wrap { aspect-ratio: 4/5; }
  .about-images .main-img .fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,0.6), transparent 60%); pointer-events: none; }
  .about-images .corner-img { position: absolute; right: -.75rem; bottom: -2rem; width: 42%; overflow: hidden; border-radius: 1.3rem; border: 6px solid var(--onyx); box-shadow: 0 30px 70px -30px rgba(0,0,0,1); }
  @media (min-width: 640px) { .about-images .corner-img { right: -2rem; } }
  .about-images .corner-img .img-wrap { aspect-ratio: 1/1; }
  .about-images .tag-card { position: absolute; top: -1.25rem; left: -.5rem; border-radius: 1rem; border: 1px solid rgba(207,168,69,0.25); padding: .75rem 1rem; }
  @media (min-width: 640px) { .about-images .tag-card { left: -1.5rem; } }
  .about-images .tag-card .loc { font-size: .52rem; letter-spacing: .3em; color: rgba(207,168,69,0.85); text-transform: uppercase; }
  .about-images .tag-card .name { font-family: var(--font-display); font-size: 1.15rem; line-height: 1.2; color: var(--cream); }

  .about-copy h2 { margin-top: .75rem; font-size: 2.4rem; line-height: 1.02; color: var(--cream); }
  @media (min-width: 640px) { .about-copy h2 { font-size: 3rem; } }
  @media (min-width: 1024px) { .about-copy h2 { font-size: 3.6rem; } }
  .about-copy .lead { margin-top: 1.5rem; font-size: .96rem; line-height: 1.75; color: rgba(229,218,195,0.85); }
  @media (min-width: 640px) { .about-copy .lead { font-size: 1.05rem; } }

  .about-quote { position: relative; margin-top: 1.75rem; border-left: 1px solid rgba(207,168,69,0.4); padding: .25rem 0 .25rem 1.25rem; }
  .about-quote .mark { position: absolute; top: -1.25rem; left: -.75rem; font-family: var(--font-display); font-size: 4rem; line-height: 1; color: rgba(207,168,69,0.25); }
  .about-quote p { font-family: var(--font-display); font-size: 1.5rem; line-height: 1.3; color: var(--gold-2); font-style: italic; }
  @media (min-width: 640px) { .about-quote p { font-size: 1.8rem; } }

  .pillars { margin-top: 2rem; display: grid; gap: 1rem; }
  @media (min-width: 640px) { .pillars { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
  .pillars li { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 1rem; }
  .pillars .diamond-dot { font-size: .55rem; color: var(--gold); }
  .pillars .title { margin-top: .5rem; font-family: var(--font-display); font-size: 1.15rem; line-height: 1.2; color: var(--cream); }
  .pillars .text { margin-top: .4rem; font-size: .78rem; line-height: 1.55; color: var(--dim); }

  .about-actions { margin-top: 2.25rem; display: flex; flex-direction: column; gap: .75rem; }
  @media (min-width: 640px) { .about-actions { flex-direction: row; align-items: center; } }
  .about-actions .addr { font-size: .76rem; color: var(--dim); }
  @media (min-width: 640px) { .about-actions .addr { margin-left: .5rem; } }

  /* ============================= GALLERY ============================= */
  .gallery { position: relative; overflow: hidden; padding: 4rem 0; }
  @media (min-width: 640px) { .gallery { padding: 6rem 0; } }
  @media (min-width: 1024px) { .gallery { padding: 7rem 0; } }
  .gallery .radial-bg { position: absolute; inset: 0; z-index: -1; background: radial-gradient(70% 50% at 50% 100%, rgba(207,168,69,0.06) 0%, transparent 60%); }
  .gallery-grid { margin-top: 2.5rem; display: grid; grid-auto-rows: 9.5rem; grid-template-columns: repeat(2, 1fr); gap: .65rem; }
  @media (min-width: 640px) { .gallery-grid { margin-top: 3.5rem; grid-auto-rows: 11.5rem; grid-template-columns: repeat(4, 1fr); gap: .75rem; } }
  .gallery-item { position: relative; overflow: hidden; border-radius: 1.15rem; border: 1px solid rgba(255,255,255,0.08); text-align: left; transition: border-color .5s ease; cursor: pointer; }
  .gallery-item:hover { border-color: rgba(207,168,69,0.5); }
  @media (min-width: 640px) { .gallery-item.span-big { grid-column: span 2; grid-row: span 2; } }
  .gallery-item .img-wrap img { transition: transform 1.4s var(--ease); }
  .gallery-item:hover .img-wrap img.is-loaded { transform: scale(1.08); }
  .gallery-item .shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,0.9), rgba(8,8,10,0.15), transparent); opacity: .8; transition: opacity .5s ease; }
  .gallery-item:hover .shade { opacity: .97; }
  .gallery-item .caption { position: absolute; inset-inline: 0; bottom: 0; padding: .9rem; }
  @media (min-width: 640px) { .gallery-item .caption { padding: 1rem; } }
  .gallery-item .caption .rule { margin-bottom: .5rem; display: block; height: 1px; width: 1.5rem; background: var(--gold); transition: width .5s ease; }
  .gallery-item:hover .caption .rule { width: 3rem; }
  .gallery-item .caption .group { display: block; font-size: .52rem; letter-spacing: .28em; color: rgba(207,168,69,0.85); text-transform: uppercase; }
  .gallery-item .caption .name { display: block; font-family: var(--font-display); font-size: 1.05rem; line-height: 1.2; color: var(--cream); }
  @media (min-width: 640px) { .gallery-item .caption .name { font-size: 1.2rem; } }
  .gallery-item .expand { position: absolute; top: .75rem; right: .75rem; display: flex; height: 2rem; width: 2rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.4); font-size: .7rem; color: var(--gold-2); opacity: 0; transition: opacity .5s ease; }
  .gallery-item:hover .expand { opacity: 1; }

  .lightbox { position: fixed; inset: 0; z-index: 70; display: none; align-items: center; justify-content: center; background: rgba(8,8,10,0.95); padding: 1rem; backdrop-filter: blur(20px); animation: fadeIn .35s ease both; }
  @media (min-width: 640px) { .lightbox { padding: 2rem; } }
  .lightbox.open { display: flex; }
  .lightbox-close { position: absolute; top: 1rem; right: 1rem; display: flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.35); background: rgba(255,255,255,0.06); color: var(--gold-2); font-size: 1rem; transition: all .4s ease; }
  .lightbox-close:hover { background: var(--gold); color: #150f04; }
  @media (min-width: 640px) { .lightbox-close { top: 1.5rem; right: 1.5rem; } }
  .lightbox-nav { position: absolute; z-index: 10; display: flex; height: 2.75rem; width: 2.75rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(255,255,255,0.15); background: rgba(8,8,10,0.7); font-size: 1.25rem; color: var(--gold-2); transition: border-color .4s ease; }
  .lightbox-nav:hover { border-color: rgba(207,168,69,0.6); }
  .lightbox-nav.prev { left: .5rem; }
  .lightbox-nav.next { right: .5rem; }
  @media (min-width: 640px) { .lightbox-nav.prev { left: 1.5rem; } .lightbox-nav.next { right: 1.5rem; } .lightbox-nav { height: 3rem; width: 3rem; } }
  .lightbox-figure { width: 100%; max-width: 56rem; overflow: hidden; border-radius: 1.4rem; border: 1px solid rgba(207,168,69,0.25); background: var(--coal); box-shadow: 0 50px 120px -50px rgba(0,0,0,1); animation: popIn .4s var(--ease) both; }
  .lightbox-figure img { max-height: 66svh; width: 100%; object-fit: cover; }
  .lightbox-caption { display: flex; align-items: center; justify-content: space-between; gap: .75rem; padding: .9rem 1rem; }
  @media (min-width: 640px) { .lightbox-caption { padding: .9rem 1.5rem; } }
  .lightbox-caption .group { display: block; font-size: .52rem; letter-spacing: .28em; color: rgba(207,168,69,0.85); text-transform: uppercase; }
  .lightbox-caption .name { font-family: var(--font-display); font-size: 1.1rem; color: var(--cream); }
  @media (min-width: 640px) { .lightbox-caption .name { font-size: 1.25rem; } }
  .lightbox-caption .count { font-size: .62rem; letter-spacing: .24em; color: rgba(207,168,69,0.75); text-transform: uppercase; font-variant-numeric: tabular-nums; }

  /* ============================= CONTACT ============================= */
  .contact { position: relative; overflow: hidden; padding: 4rem 0; }
  @media (min-width: 640px) { .contact { padding: 6rem 0; } }
  @media (min-width: 1024px) { .contact { padding: 7rem 0; } }
  .contact .top-hair { position: absolute; inset-inline: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(207,168,69,0.25), transparent); }
  .contact-card { margin-top: 2.5rem; display: grid; overflow: hidden; border-radius: 1.8rem; border: 1px solid rgba(255,255,255,0.08); background: linear-gradient(135deg, rgba(255,255,255,0.05), transparent, rgba(207,168,69,0.04)); }
  @media (min-width: 640px) { .contact-card { margin-top: 3.5rem; } }
  @media (min-width: 1024px) { .contact-card { grid-template-columns: .95fr 1.05fr; } }

  .contact-info { display: flex; flex-direction: column; justify-content: space-between; gap: 2rem; padding: 1.5rem; }
  @media (min-width: 640px) { .contact-info { padding: 2.5rem; } }
  .contact-info .label { font-size: .6rem; letter-spacing: .32em; color: rgba(207,168,69,0.8); text-transform: uppercase; }
  .contact-info h3 { margin-top: .5rem; font-size: 2rem; line-height: 1; color: var(--cream); }
  @media (min-width: 640px) { .contact-info h3 { font-size: 2.6rem; } }
  .contact-list { margin-top: 1.75rem; display: flex; flex-direction: column; gap: 1.25rem; }
  .contact-list li { display: flex; align-items: flex-start; gap: .9rem; }
  .contact-list .icon { margin-top: .1rem; flex-shrink: 0; display: flex; height: 2.25rem; width: 2.25rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.25); background: rgba(207,168,69,0.08); font-size: .85rem; }
  .contact-list .field-label { display: block; font-size: .58rem; letter-spacing: .28em; color: rgba(207,168,69,0.75); text-transform: uppercase; }
  .contact-list .field-value { display: block; margin-top: .15rem; font-family: var(--font-display); font-size: 1.35rem; line-height: 1.2; color: var(--cream); }
  .contact-list .maps-link { display: inline-block; margin-top: .25rem; font-size: .74rem; color: var(--dim); transition: color .4s ease; }
  .contact-list .maps-link:hover { color: var(--gold-2); text-decoration: underline; text-underline-offset: 4px; }
  .contact-list .phone-value { display: block; margin-top: .15rem; font-family: var(--font-display); font-size: 2.2rem; line-height: 1; letter-spacing: .02em; }
  @media (min-width: 640px) { .contact-list .phone-value { font-size: 2.8rem; } }
  .contact-list .phone-note { display: block; margin-top: .25rem; font-size: .74rem; color: var(--dim); }
  .contact-actions { display: flex; flex-direction: column; gap: .75rem; }
  .contact-actions .call-btn { position: relative; display: flex; width: 100%; align-items: center; justify-content: center; gap: .5rem; overflow: hidden; border-radius: 999px; background: linear-gradient(90deg, var(--gold-3), var(--gold), var(--gold-3)); background-size: 200% auto; padding: 1rem 1.5rem; font-size: .92rem; font-weight: 600; letter-spacing: .04em; color: #150f04; box-shadow: 0 20px 50px -20px rgba(207,168,69,0.9); transition: all .5s var(--ease); }
  @media (min-width: 640px) { .contact-actions .call-btn { font-size: 1.05rem; } }
  .contact-actions .call-btn:hover { background-position: 100% center; transform: translateY(-2px); }

  /* ============================= OPENING HOURS ============================= */
  .hours-badge { --hours-color: #43e08e; --hours-rgb: 52,217,128; position: relative; display: inline-flex; align-items: center; gap: .4rem; min-width: 0; border-radius: 999px; border: 1px solid rgba(var(--hours-rgb),.34); background: linear-gradient(110deg, rgba(var(--hours-rgb),.16), rgba(8,8,10,.58) 72%); padding: .38rem .6rem .38rem .5rem; box-shadow: 0 0 0 rgba(var(--hours-rgb),0); backdrop-filter: blur(8px); transition: color .4s ease, border-color .4s ease, background .5s ease, box-shadow .5s ease; animation: hoursBadgeIn .8s var(--ease) both; }
  @media (min-width: 400px) { .hours-badge { gap: .5rem; padding: .4rem .8rem .4rem .55rem; } }
  .hours-badge.is-closed { --hours-color: #ff6b74; --hours-rgb: 255,93,104; }
  .hours-badge .ico { display: block; width: .85rem; height: .85rem; flex-shrink: 0; opacity: .9; fill: var(--hours-color); transition: fill .4s ease, transform .5s var(--ease); }
  .hours-badge:not(.is-closed) .ico { animation: hoursIconPulse 2.4s ease-in-out infinite; }
  .hours-copy { display: flex; flex-direction: column; min-width: 0; line-height: 1.15; }
  .hours-status { font-size: .68rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; color: var(--hours-color); transition: color .4s ease; }
  .hours-badge.is-closed .hours-status { color: var(--hours-color); }
  .hours-detail { display: none; }

  .hours-dot-wrap { position: relative; display: flex; height: 1.05rem; width: 1.05rem; flex-shrink: 0; align-items: center; justify-content: center; border-radius: 999px; background: rgba(var(--hours-rgb,52,217,128),.2); transition: background .4s ease; }
  .hours-dot-wrap.small { height: .95rem; width: .95rem; }
  .hours-dot-wrap .ring { position: absolute; inset: 0; border-radius: 999px; border: 1px solid var(--hours-color, #43e08e); animation: ring 2.6s ease-out infinite; }
  .hours-dot-wrap .dot { height: .36rem; width: .36rem; border-radius: 999px; background: var(--hours-color, #43e08e); box-shadow: 0 0 6px 1px rgba(var(--hours-rgb,52,217,128),.7); transition: background .4s ease, box-shadow .4s ease; }
  .hours-badge.is-closed .hours-dot-wrap { --hours-color: #ff6b74; --hours-rgb: 255,93,104; }
  .hours-badge.is-closed .hours-dot-wrap .ring { animation: none; opacity: .5; }
  .hours-badge.is-closed .hours-dot-wrap .dot { box-shadow: 0 0 6px 1px rgba(255,107,116,.6); }
  .hours-badge:not(.is-closed) .hours-dot-wrap .dot,
  .hours-item:not(.is-closed) .hours-dot-wrap .dot { animation: hoursBreathe 2.4s ease-in-out infinite; }
  .is-closed .hours-dot-wrap,
  .hours-item.is-closed .hours-dot-wrap { background: rgba(255,93,104,0.2); }
  .is-closed .hours-dot-wrap .ring,
  .hours-item.is-closed .hours-dot-wrap .ring { border-color: rgba(255,93,104,0.75); animation: none; opacity: .5; }
  .is-closed .hours-dot-wrap .dot,
  .hours-item.is-closed .hours-dot-wrap .dot { background: #ff6b74; box-shadow: 0 0 6px 1px rgba(255,107,116,0.6); }
  @keyframes hoursBreathe {
    0%, 100% { opacity: 1; box-shadow: 0 0 6px 1px rgba(67,224,142,0.7); transform: scale(1); }
    50% { opacity: .5; box-shadow: 0 0 11px 4px rgba(67,224,142,0.95); transform: scale(1.12); }
  }
  @keyframes hoursBadgeIn { from { opacity: 0; transform: translateY(-4px); filter: brightness(.65); } to { opacity: 1; transform: translateY(0); filter: brightness(1); } }
  @keyframes hoursShimmer { 0%, 55% { opacity: 0; transform: scale(.92); } 70% { opacity: .8; } 100% { opacity: 0; transform: scale(1.08); } }
  @keyframes hoursIconPulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.12); } }
  @media (max-width: 399px) {
    .hours-badge { gap: .35rem; padding: .42rem .55rem .42rem .45rem; }
  }
  @media (prefers-reduced-motion: reduce) {
    .hours-badge, .hours-badge .ico, .hours-dot-wrap .ring, .hours-dot-wrap .dot { animation: none; }
  }

  .hours-live { --hours-color: #43e08e; --hours-rgb: 52,217,128; display: inline-flex; align-items: center; gap: .45rem; margin-top: .3rem; font-size: .8rem; font-weight: 700; color: var(--hours-color); transition: color .4s ease; }
  .hours-item.is-closed .hours-live { --hours-color: #ff6b74; --hours-rgb: 255,93,104; }
  .hours-live .hours-dot-wrap { background: rgba(var(--hours-rgb),.2); }
  .hours-live .hours-dot-wrap .ring { border-color: var(--hours-color); }
  .hours-live .hours-dot-wrap .dot { background: var(--hours-color); box-shadow: 0 0 6px 1px rgba(var(--hours-rgb),.7); }

  .hours-grid { margin-top: .85rem; display: flex; flex-direction: column; gap: 0; font-size: .8rem; }
  .hours-grid li { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; padding: .4rem 0; border-bottom: 1px solid rgba(255,255,255,0.06); }
  .hours-grid li:last-child { border-bottom: none; }
  .hours-grid .day { color: var(--dim); }
  .hours-grid .time { color: var(--cream); font-weight: 500; font-variant-numeric: tabular-nums; }
  .hours-grid li.is-today { border-bottom-color: rgba(207,168,69,0.25); }
  .hours-grid li.is-today .day { color: rgba(207,168,69,0.85); font-weight: 600; }
  .hours-grid li.is-today .time { color: var(--gold-2); }

  .contact-map { position: relative; min-height: 18rem; border-top: 1px solid rgba(255,255,255,0.08); }
  @media (min-width: 640px) { .contact-map { min-height: 22rem; } }
  @media (min-width: 1024px) { .contact-map { min-height: 100%; border-top: none; border-left: 1px solid rgba(255,255,255,0.08); } }
  .contact-map iframe { position: absolute; inset: 0; height: 100%; width: 100%; border: 0; }
  .contact-map .fade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(8,8,10,0.4), transparent); pointer-events: none; }
  .contact-map .map-tag { position: absolute; inset-inline: 1rem; bottom: 1rem; display: flex; align-items: center; justify-content: space-between; gap: .75rem; border-radius: 1rem; border: 1px solid rgba(207,168,69,0.2); padding: .75rem 1rem; }
  .contact-map .map-tag .loc-label { display: block; font-size: .55rem; letter-spacing: .26em; color: rgba(207,168,69,0.85); text-transform: uppercase; }
  .contact-map .map-tag .loc-name { display: block; margin-top: .1rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: var(--font-display); font-size: 1.05rem; color: var(--cream); }
  .contact-map .map-tag a { flex-shrink: 0; border-radius: 999px; border: 1px solid rgba(207,168,69,0.45); padding: .5rem .9rem; font-size: .64rem; letter-spacing: .16em; color: var(--gold-2); text-transform: uppercase; transition: all .4s ease; }
  .contact-map .map-tag a:hover { background: var(--gold); color: #150f04; }

  /* ============================= FOOTER ============================= */
  .site-footer { position: relative; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.07); background: var(--onyx-2); padding-top: 3.5rem; }
  @media (min-width: 640px) { .site-footer { padding-top: 5rem; } }
  .site-footer .top-hair { position: absolute; inset-inline: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(207,168,69,0.4), transparent); }
  .site-footer .blob { position: absolute; top: -6rem; left: 50%; height: 14rem; width: 30rem; transform: translateX(-50%); border-radius: 999px; background: rgba(207,168,69,0.06); filter: blur(80px); }
  .footer-grid { display: grid; gap: 2.5rem; }
  @media (min-width: 640px) { .footer-grid { grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1024px) { .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; } }
  .footer-brand { display: flex; align-items: center; gap: .75rem; }
  .footer-brand img { height: 3rem; width: 3rem; border-radius: 999px; border: 1px solid rgba(207,168,69,0.3); object-fit: cover; }
  .footer-brand .wordmark { display: flex; flex-direction: column; line-height: 1; }
  .footer-brand .name { font-family: var(--font-display); font-size: 1.25rem; font-weight: 600; letter-spacing: .26em; color: var(--cream); }
  .footer-brand .sub { margin-top: .15rem; font-size: .55rem; font-weight: 300; letter-spacing: .44em; color: rgba(207,168,69,0.85); }
  .footer-quote { margin-top: 1.25rem; max-width: 24rem; font-family: var(--font-display); font-size: 1.45rem; line-height: 1.3; color: var(--gold-2); font-style: italic; }
  @media (min-width: 640px) { .footer-quote { font-size: 1.6rem; } }
  .footer-blurb { margin-top: .75rem; max-width: 24rem; font-size: .84rem; line-height: 1.6; color: var(--dim); }
  .footer-col .label { font-size: .6rem; letter-spacing: .32em; color: rgba(207,168,69,0.75); text-transform: uppercase; }
  .footer-col ul { margin-top: 1rem; display: flex; flex-direction: column; gap: .6rem; }
  .footer-col li a { display: inline-flex; align-items: center; gap: .5rem; font-size: .9rem; color: rgba(229,218,195,0.8); transition: color .4s ease; }
  .footer-col li a:hover { color: var(--gold-2); }
  .footer-col li a .tick { height: 1px; width: 0; background: var(--gold); transition: width .4s ease; }
  .footer-col li a:hover .tick { width: 1rem; }
  .footer-contact ul { margin-top: 1rem; display: flex; flex-direction: column; gap: .75rem; font-size: .9rem; color: rgba(229,218,195,0.8); }
  .footer-contact li { display: flex; align-items: flex-start; gap: .5rem; }
  .footer-contact a { display: flex; align-items: center; gap: .5rem; transition: color .4s ease; }
  .footer-contact a:hover { color: var(--gold-2); }
  .footer-contact .call-now { margin-top: 1.25rem; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.45); padding: .75rem 1.25rem; font-size: .72rem; font-weight: 500; letter-spacing: .16em; color: var(--gold-2); text-transform: uppercase; transition: all .5s ease; }
  .footer-contact .call-now:hover { background: var(--gold); color: #150f04; }

  .footer-bottom { margin-top: 3rem; display: flex; flex-direction: column; align-items: center; justify-content: space-between; gap: .75rem; border-top: 1px solid rgba(255,255,255,0.07); padding: 1.5rem 0; }
  @media (min-width: 640px) { .footer-bottom { flex-direction: row; } }
  .footer-bottom p:first-child { text-align: center; font-size: .74rem; color: var(--dim); }
  @media (min-width: 640px) { .footer-bottom p:first-child { text-align: left; } }
  .footer-bottom p:last-child { display: flex; align-items: center; gap: .5rem; font-size: .64rem; letter-spacing: .24em; color: rgba(207,168,69,0.55); text-transform: uppercase; }

  .footer-wordmark { position: relative; margin-top: 1.5rem; height: 13vw; overflow: hidden; }
  @media (min-width: 640px) { .footer-wordmark { height: 10vw; } }
  @media (min-width: 1024px) { .footer-wordmark { height: 8.5rem; } }
  .footer-wordmark span { position: absolute; inset-inline: 0; top: 0; text-align: center; font-family: var(--font-display); font-size: 20vw; line-height: .8; font-weight: 600; letter-spacing: .14em; white-space: nowrap; user-select: none; }
  @media (min-width: 640px) { .footer-wordmark span { font-size: 15vw; } }
  @media (min-width: 1024px) { .footer-wordmark span { font-size: 13rem; } }

  /* ============================= FLOATING ACTIONS ============================= */
  .mobile-spacer { height: 4.5rem; background: var(--onyx-2); }
  @media (min-width: 640px) { .mobile-spacer { display: none; } }

  .mobile-callbar { position: fixed; inset-inline: 0; bottom: 0; z-index: 40; border-top: 1px solid rgba(207,168,69,0.2); background: rgba(12,12,15,0.92); backdrop-filter: blur(20px); padding: .75rem 1rem calc(max(.75rem, env(safe-area-inset-bottom))); transform: translateY(100%); opacity: 0; transition: all .5s ease; }
  .mobile-callbar.show { transform: translateY(0); opacity: 1; }
  @media (min-width: 640px) { .mobile-callbar { display: none; } }
  .mobile-callbar .row { display: flex; align-items: center; gap: .65rem; }
  .mobile-callbar .call { flex: 1; display: flex; align-items: center; justify-content: center; gap: .5rem; border-radius: 999px; background: linear-gradient(90deg, var(--gold-3), var(--gold), var(--gold-3)); background-size: 200% auto; padding: .9rem; font-size: .86rem; font-weight: 600; letter-spacing: .04em; color: #150f04; box-shadow: 0 14px 34px -16px rgba(207,168,69,0.9); transition: transform .3s ease; }
  .mobile-callbar .call:active { transform: scale(.98); }
  .mobile-callbar .menu-link { display: flex; height: 3rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.4); padding: 0 1rem; font-size: .7rem; letter-spacing: .16em; color: var(--gold-2); text-transform: uppercase; }

  .to-top { position: fixed; right: 1.25rem; bottom: 1.5rem; z-index: 40; display: none; height: 3rem; width: 3rem; align-items: center; justify-content: center; border-radius: 999px; border: 1px solid rgba(207,168,69,0.3); color: var(--gold-2); transform: translateY(1rem); opacity: 0; pointer-events: none; transition: all .5s ease; }
  .to-top.show { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .to-top:hover { border-color: rgba(207,168,69,0.7); background: rgba(207,168,69,0.1); }
  @media (min-width: 640px) { .to-top { display: flex; } }

  /* ============================= CURTAIN ============================= */
  .curtain { position: fixed; inset: 0; z-index: 90; display: flex; align-items: center; justify-content: center; background: var(--onyx); pointer-events: none; transition: opacity 1s var(--ease-strong), transform 1s var(--ease-strong); }
  .curtain.done { transform: translateY(-100%); opacity: 0.9; transition: opacity 1s var(--ease-strong), transform 1s var(--ease-strong), visibility 0s 1s; visibility: hidden; }
  .curtain-inner { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
  .curtain-inner svg { height: 3.5rem; width: 3.5rem; }
  .curtain-inner p { animation: fadeUp 1s var(--ease) both; animation-delay: .35s; font-family: var(--font-display); font-size: 1rem; letter-spacing: .42em; color: rgba(237,207,136,0.9); }
  .curtain-diamond path.outline { stroke-dasharray: 200; animation: draw 1.3s var(--ease-strong) both; }

  @media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
    [data-reveal] { opacity: 1 !important; transform: none !important; filter: none !important; clip-path: none !important; }
    .img-wrap img { opacity: 1 !important; transform: none !important; filter: none !important; }
    .text-gold-gradient { animation: none; background-position: center; }
  }
