:root {
  --navy-950: #06101c;
  --navy-900: #091525;
  --navy-850: #0c1b2d;
  --gold: #d4af37;
  --gold-soft: #c5a880;
  --gold-pale: #ead9a6;
  --white: #f8f8f5;
  --slate: #99a6b5;
  --slate-light: #c3cad1;
  --line: rgba(197, 168, 128, 0.22);
  --container: 1180px;
  --radius: 3px;
}

@font-face {
  font-family: "PersianUI";
  src: local("Vazirmatn"), local("IRANSansX"), local("Shabnam"), local("Tahoma");
  font-display: swap;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--navy-950);
  font-family: "PersianUI", Vazirmatn, Tahoma, Arial, sans-serif;
  line-height: 1.85;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.container { width: min(calc(100% - 64px), var(--container)); margin: 0 auto; }
.site-shell { background: linear-gradient(180deg, var(--navy-900), var(--navy-950)); }

.site-header {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  background: rgba(6, 16, 28, 0.82);
  border-bottom: 1px solid rgba(255,255,255,.08);
  backdrop-filter: blur(18px);
}
.header-inner { display: flex; height: 82px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; direction: rtl; align-items: center; gap: 13px; min-width: 220px; }
.brand-logo { width: 49px; height: 49px; flex: 0 0 49px; object-fit: contain; background: var(--white); border-radius: 50%; }
.brand-mark {
  display: grid; width: 39px; height: 39px; place-items: center; position: relative;
  color: var(--gold); border: 1px solid var(--gold); transform: rotate(45deg);
}
.brand-mark::before { content: ""; position: absolute; inset: 4px; border: 1px solid rgba(212,175,55,.45); }
.brand-mark span { transform: rotate(-45deg); font-size: 20px; font-family: Georgia, serif; }
.brand-copy { display: grid; gap: 0; }
.brand-copy strong { color: var(--white); font-size: 14px; font-weight: 700; letter-spacing: -.2px; }
.brand-copy small { color: var(--gold-soft); font-size: 10px; }
.desktop-nav { display: flex; align-items: center; gap: 31px; margin-inline: auto; }
.desktop-nav a { color: var(--slate-light); font-size: 12px; transition: color .2s ease; }
.desktop-nav a:hover, .footer-instagram:hover { color: var(--gold-pale); }
.header-actions { display: flex; gap: 9px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  min-height: 42px; padding: 0 17px; border: 1px solid transparent; border-radius: var(--radius);
  font-size: 12px; font-weight: 700; transition: transform .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 36px; padding-inline: 14px; font-size: 11px; }
.button-large { min-height: 56px; padding-inline: 23px; font-size: 13px; }
.button-gold { color: var(--navy-950); background: var(--gold); }
.button-gold:hover { background: #e2c252; }
.button-ghost, .button-outline { color: var(--gold-pale); background: rgba(212,175,55,.04); border-color: rgba(212,175,55,.55); }
.button-outline { color: var(--white); background: rgba(6,16,28,.26); border-color: rgba(248,248,245,.4); }
.button-outline:hover { color: var(--navy-950); background: var(--white); border-color: var(--white); }
.button-meta { color: rgba(6,16,28,.65); font-size: 11px; font-weight: 500; }
.icon { font-family: Georgia, serif; font-size: 17px; line-height: 1; }
.icon-whatsapp { font-size: 20px; }
.menu-toggle, .mobile-menu { display: none; }

.hero { min-height: 750px; position: relative; display: flex; align-items: center; isolation: isolate; overflow: hidden; }
.hero-image { position: absolute; inset: 0; z-index: -3; background: url("assets/hero-commercial.png") center / cover no-repeat; }
.hero-overlay { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,14,25,.96) 0%, rgba(6,16,28,.83) 40%, rgba(6,16,28,.25) 100%), linear-gradient(180deg, rgba(6,16,28,.45), rgba(6,16,28,.72)); }
.hero-grid { position: absolute; inset: 0; z-index: -1; opacity: .18; background-image: linear-gradient(rgba(212,175,55,.15) 1px, transparent 1px), linear-gradient(90deg, rgba(212,175,55,.15) 1px, transparent 1px); background-size: 110px 110px; mask-image: linear-gradient(90deg, rgba(0,0,0,.8), transparent 75%); }
.hero-content { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 40px; align-items: center; padding-top: 74px; }
.hero-copy { max-width: 700px; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold-soft); font-size: 11px; font-weight: 700; letter-spacing: 1.4px; }
.eyebrow span { width: 31px; height: 1px; background: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin: 18px 0 20px; font-size: clamp(38px, 5vw, 68px); line-height: 1.32; letter-spacing: -2.2px; font-weight: 800; }
h1 em, h2 em { color: var(--gold); font-style: normal; }
.hero-lead { max-width: 630px; margin-bottom: 31px; color: #ccd2d8; font-size: 15px; line-height: 2.1; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 11px; }
.hero-cta .arrow { margin-right: 4px; font-size: 20px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 24px; color: var(--slate-light); font-size: 11px; }
.check { display: inline-grid; width: 17px; height: 17px; margin-left: 5px; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-size: 10px; }
.hero-aside { align-self: end; padding-bottom: 10px; }
.hero-note { display: flex; align-items: flex-start; gap: 14px; color: var(--slate-light); font-size: 12px; line-height: 2.05; }
.note-line { width: 1px; height: 65px; background: var(--gold); }
.hero-note strong { color: var(--gold-pale); font-weight: 500; }
.hero-coordinate { margin-top: 47px; color: rgba(197,168,128,.65); font-family: Georgia, serif; font-size: 10px; letter-spacing: 1.4px; direction: ltr; }
.scroll-cue { position: absolute; right: max(32px, calc((100vw - var(--container)) / 2)); bottom: 34px; display: flex; align-items: center; gap: 12px; color: var(--slate); font-size: 10px; writing-mode: vertical-rl; }
.scroll-cue span { display: block; width: 1px; height: 46px; background: var(--gold); }

.metrics-section { background: var(--navy-850); border-block: 1px solid rgba(255,255,255,.06); }
.metrics-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.metric { min-height: 120px; display: flex; align-items: center; gap: 17px; padding: 22px 24px; border-left: 1px solid rgba(255,255,255,.08); color: var(--slate-light); font-size: 11px; line-height: 1.9; }
.metric:first-child { border-right: 1px solid rgba(255,255,255,.08); }
.metric strong { color: var(--gold); font-family: Georgia, serif; font-size: 25px; font-weight: 400; direction: ltr; }
.metric-contact { position: relative; justify-content: space-between; border-left: 0; color: var(--gold-pale); }
.metric-contact a { color: var(--gold); font-size: 16px; direction: ltr; display: inline-block; }
.metric-arrow { align-self: flex-end; color: var(--gold); font-family: Georgia, serif; font-size: 23px; }

.section { padding: 126px 0; }
.about-section { background: var(--white); color: var(--navy-900); }
.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }
.about-section .eyebrow, .about-section .text-link { color: #9b7b29; }
.section-intro h2, .expertise-copy h2 { margin: 18px 0 20px; font-size: clamp(30px, 4vw, 49px); line-height: 1.42; letter-spacing: -1.3px; }
.section-intro h2 em { color: #b08b28; }
.section-intro p { max-width: 460px; color: #65707a; font-size: 14px; line-height: 2.25; }
.text-link { display: inline-flex; gap: 13px; align-items: center; margin-top: 15px; font-size: 12px; font-weight: 700; }
.text-link span { font-size: 19px; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(-4px); }
.about-card { min-height: 350px; padding: 38px 41px 29px; color: var(--white); background: var(--navy-900); box-shadow: 19px 19px 0 rgba(197,168,128,.18); }
.about-card-top, .about-card-footer { display: flex; justify-content: space-between; align-items: center; }
.section-number { color: var(--gold); font-family: Georgia, serif; font-size: 13px; direction: ltr; letter-spacing: 1px; }
.gold-dot { width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
blockquote { max-width: 490px; margin: 58px 0 25px; font-size: 23px; line-height: 1.9; font-weight: 500; }
.signature { color: var(--gold-pale); font-family: "Baskerville", Georgia, serif; font-size: 22px; }
.about-card-footer { padding-top: 26px; margin-top: 26px; border-top: 1px solid var(--line); color: var(--slate); font-size: 11px; }
.seal { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--gold-soft); border-radius: 50%; color: var(--gold-soft); font-size: 7px; line-height: 1.25; text-align: center; }

.services-section { background: #f2f3f2; color: var(--navy-900); }
.section-heading { display: grid; grid-template-columns: 1fr 340px; gap: 50px; align-items: end; margin-bottom: 44px; }
.section-heading h2 { margin: 16px 0 0; font-size: clamp(31px, 4vw, 48px); line-height: 1.35; letter-spacing: -1.3px; }
.section-heading h2 em { color: #b08b28; }
.section-heading > p { margin-bottom: 5px; color: #6b757d; font-size: 13px; line-height: 2.1; }
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 13px; }
.service-card { min-height: 390px; display: flex; flex-direction: column; padding: 25px 23px 22px; background: #fff; border: 1px solid #dfe3e2; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 18px 30px rgba(9,21,37,.1); }
.service-card-featured { color: var(--white); background: var(--navy-900); border-color: var(--gold); box-shadow: 0 10px 25px rgba(9,21,37,.12); }
.card-index { color: #a5adb3; direction: ltr; font-family: Georgia, serif; font-size: 11px; }
.service-card-featured .card-index { color: var(--gold-soft); }
.service-icon { width: 48px; height: 48px; display: grid; place-items: center; margin: 44px 0 25px; color: var(--gold); border: 1px solid var(--gold-soft); font-family: Georgia, serif; font-size: 26px; }
.service-card h3 { min-height: 57px; margin-bottom: 15px; font-size: 17px; line-height: 1.7; }
.service-card p { min-height: 106px; color: #75808a; font-size: 12px; line-height: 2; }
.service-card-featured p { color: #b1bbc2; }
.card-link { display: flex; gap: 9px; align-items: center; margin-top: auto; padding-top: 17px; color: #9b7b29; border-top: 1px solid #e3e6e5; font-size: 11px; font-weight: 700; }
.service-card-featured .card-link { color: var(--gold-pale); border-color: var(--line); }
.card-link span { font-size: 18px; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(-4px); }

.expertise-section { background: var(--navy-900); overflow: hidden; }
.expertise-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 120px; align-items: center; }
.expertise-visual { min-height: 430px; position: relative; display: grid; place-items: center; }
.visual-orbit { position: absolute; border: 1px solid rgba(212,175,55,.35); border-radius: 50%; transform: rotate(-27deg); }
.orbit-one { width: 380px; height: 170px; }
.orbit-two { width: 490px; height: 260px; transform: rotate(42deg); border-color: rgba(212,175,55,.18); }
.visual-compass { width: 192px; height: 192px; position: relative; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 0 0 15px rgba(212,175,55,.04), 0 0 0 16px rgba(212,175,55,.18); }
.visual-compass::before, .visual-compass::after { content: ""; position: absolute; background: var(--gold); opacity: .55; }
.visual-compass::before { width: 1px; height: 100%; }
.visual-compass::after { width: 100%; height: 1px; }
.compass-center { z-index: 1; width: 65px; height: 65px; display: grid; place-items: center; color: var(--navy-900); background: var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 30px; }
.compass-label { position: absolute; color: var(--gold-soft); font-family: Georgia, serif; font-size: 11px; }
.compass-n { top: 13px; }.compass-e { right: 14px; }.compass-s { bottom: 13px; }.compass-w { left: 14px; }
.visual-caption { position: absolute; right: 22px; bottom: 24px; display: flex; align-items: center; gap: 10px; color: var(--slate); font-size: 10px; }
.visual-caption span { width: 20px; height: 1px; background: var(--gold); }
.expertise-copy h2 { color: var(--white); }
.expertise-copy h2 em { color: var(--gold); }
.expertise-copy > p { max-width: 520px; color: var(--slate); font-size: 13px; line-height: 2.25; }
.principles { margin-top: 39px; }
.principle { display: flex; gap: 19px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.principle-icon { color: var(--gold); font-family: Georgia, serif; font-size: 13px; }
.principle h3 { margin: 0 0 3px; color: var(--white); font-size: 14px; }
.principle p { margin: 0; color: var(--slate); font-size: 11px; }

.process-section { background: var(--white); color: var(--navy-900); }
.section-heading-centered { display: grid; grid-template-columns: 1fr 300px; margin-bottom: 74px; }
.process-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.process-step { position: relative; padding-left: 50px; }
.process-number { display: block; margin-bottom: 31px; color: #b08b28; font-family: Georgia, serif; font-size: 15px; direction: ltr; }
.process-line { position: absolute; top: 11px; left: 0; right: 45px; height: 1px; background: #d9dddc; }
.process-line::after { content: ""; position: absolute; left: 0; top: -3px; width: 7px; height: 7px; background: var(--gold); border-radius: 50%; }
.process-step:not(:last-child) { border-left: 1px solid #d9dddc; }
.process-step h3 { margin-bottom: 10px; font-size: 18px; }
.process-step p { max-width: 240px; color: #73808a; font-size: 12px; line-height: 2.1; }

.consultation-section { padding: 0 0 125px; background: var(--white); color: var(--navy-900); }
.consultation-card { position: relative; display: grid; grid-template-columns: 70px 1fr 340px; gap: 40px; align-items: center; padding: 57px 66px; color: var(--white); background: var(--navy-900); overflow: hidden; }
.consultation-card::after { content: ""; position: absolute; width: 360px; height: 360px; left: -100px; bottom: -210px; border: 1px solid rgba(212,175,55,.3); border-radius: 50%; box-shadow: 0 0 0 35px rgba(212,175,55,.04), 0 0 0 70px rgba(212,175,55,.03); }
.consultation-mark { position: relative; z-index: 1; width: 62px; height: 62px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold); border-radius: 50%; font-family: Georgia, serif; font-size: 27px; }
.consultation-copy { position: relative; z-index: 1; }
.consultation-copy h2 { margin: 14px 0 13px; font-size: clamp(25px, 3.2vw, 39px); line-height: 1.5; }
.consultation-copy p { max-width: 540px; margin: 0; color: var(--slate-light); font-size: 12px; line-height: 2.1; }
.consultation-actions { position: relative; z-index: 1; display: grid; gap: 8px; }
.contact-row { display: flex; align-items: center; gap: 12px; padding: 10px 13px; border: 1px solid rgba(255,255,255,.14); transition: border-color .2s ease, background .2s ease; }
.contact-row:hover { background: rgba(212,175,55,.08); border-color: var(--gold-soft); }
.contact-icon { width: 31px; height: 31px; display: grid; place-items: center; color: var(--gold); border: 1px solid var(--gold-soft); border-radius: 50%; font-family: Georgia, serif; font-size: 15px; }
.contact-row span:nth-child(2) { display: grid; flex: 1; gap: 1px; }
.contact-row small { color: var(--slate); font-size: 9px; }
.contact-row strong { color: var(--gold-pale); font-family: Georgia, "PersianUI", serif; font-size: 14px; font-weight: 400; }
.contact-row .arrow { color: var(--gold); font-size: 18px; }

.site-footer { color: var(--slate); background: #050c15; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 138px; }
.footer-main .brand { min-width: auto; }
.footer-main p, .footer-instagram { margin: 0; font-size: 11px; }
.footer-instagram { color: var(--gold-soft); }
.footer-instagram span { margin-right: 7px; font-size: 15px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; border-top: 1px solid rgba(255,255,255,.09); color: #697582; font-size: 9px; }
.footer-bottom a { color: var(--gold-soft); }
.floating-actions { position: fixed; z-index: 15; left: 22px; bottom: 22px; display: grid; gap: 10px; }
.floating-button { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 50%; box-shadow: 0 8px 20px rgba(0,0,0,.25); font-family: Georgia, serif; font-size: 22px; transition: transform .2s ease; }
.floating-button:hover { transform: translateY(-4px); }
.floating-whatsapp { color: var(--navy-950); background: var(--gold); }
.floating-call { color: var(--gold); background: var(--navy-900); }
.mobile-sticky-cta { display: none; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal-delay { transition-delay: .12s; }.reveal-delay-2 { transition-delay: .22s; }.reveal-delay-3 { transition-delay: .32s; }

@media (max-width: 1020px) {
  .desktop-nav { gap: 17px; }
  .header-actions .button-small { padding-inline: 10px; }
  .hero-content { grid-template-columns: 1fr 210px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 340px; }
  .service-icon { margin-top: 27px; }
  .expertise-layout, .split-layout { gap: 65px; }
  .consultation-card { grid-template-columns: 58px 1fr 290px; padding-inline: 42px; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 36px), var(--container)); }
  .site-header { background: rgba(6,16,28,.95); }
  .header-inner { height: 70px; }
  .desktop-nav, .header-actions { display: none; }
  .brand { min-width: 0; }
  .brand-copy strong { font-size: 12px; }
  .brand-copy small { font-size: 9px; }
  .brand-logo { width: 42px; height: 42px; flex-basis: 42px; }
  .menu-toggle { display: flex; width: 40px; height: 40px; flex-direction: column; justify-content: center; align-items: center; gap: 5px; color: var(--gold); background: transparent; border: 1px solid rgba(212,175,55,.5); cursor: pointer; }
  .menu-toggle span:not(.sr-only) { width: 17px; height: 1px; background: currentColor; transition: transform .2s ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .mobile-menu { display: grid; position: absolute; top: 70px; inset-inline: 0; padding: 17px 18px 21px; background: rgba(6,16,28,.98); border-top: 1px solid rgba(255,255,255,.07); box-shadow: 0 20px 30px rgba(0,0,0,.2); transform: translateY(-140%); transition: transform .3s ease; }
  .mobile-menu.is-open { transform: translateY(0); }
  .mobile-menu > a { padding: 11px 0; color: var(--slate-light); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 12px; }
  .mobile-menu-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 16px; }
  .hero { min-height: 740px; align-items: end; }
  .hero-image { background-position: 67% center; }
  .hero-overlay { background: linear-gradient(180deg, rgba(6,16,28,.38) 0%, rgba(6,16,28,.78) 41%, rgba(6,16,28,.98) 92%); }
  .hero-grid { opacity: .1; }
  .hero-content { display: block; padding-top: 118px; padding-bottom: 89px; }
  .hero-copy { max-width: none; }
  h1 { margin-top: 15px; font-size: clamp(34px, 10vw, 49px); line-height: 1.48; letter-spacing: -1.4px; }
  .hero-lead { margin-bottom: 23px; font-size: 13px; }
  .hero-cta { display: grid; }
  .button-large { min-height: 52px; }
  .trust-row { gap: 10px; margin-top: 17px; font-size: 10px; }
  .hero-aside, .scroll-cue { display: none; }
  .metrics-grid { grid-template-columns: 1fr 1fr; }
  .metric { min-height: 108px; padding: 17px 14px; gap: 10px; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 10px; }
  .metric:first-child { border-right: 0; }
  .metric:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.08); }
  .metric strong { font-size: 20px; }
  .metric-contact { grid-column: 1 / -1; border-right: 0 !important; border-left: 0; }
  .section { padding: 80px 0; }
  .split-layout, .expertise-layout { grid-template-columns: 1fr; gap: 52px; }
  .section-intro h2, .expertise-copy h2 { font-size: 34px; }
  .about-card { min-height: 310px; padding: 27px 25px 24px; box-shadow: 10px 10px 0 rgba(197,168,128,.18); }
  blockquote { margin-top: 40px; font-size: 20px; }
  .section-heading, .section-heading-centered { display: block; margin-bottom: 35px; }
  .section-heading > p { margin-top: 16px; }
  .services-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-card { min-height: 0; padding: 22px 20px 18px; }
  .service-icon { margin: 26px 0 17px; }
  .service-card h3 { min-height: 0; margin-bottom: 8px; font-size: 16px; }
  .service-card p { min-height: 0; margin-bottom: 22px; }
  .expertise-visual { min-height: 300px; }
  .orbit-one { width: 270px; height: 130px; }
  .orbit-two { width: 350px; height: 200px; }
  .visual-compass { width: 145px; height: 145px; }
  .compass-center { width: 52px; height: 52px; font-size: 24px; }
  .process-track { display: block; }
  .process-step { padding: 0 0 38px; }
  .process-step:not(:last-child) { border-left: 0; }
  .process-line { top: 10px; right: 40px; left: 0; }
  .process-step p { max-width: none; }
  .consultation-section { padding-bottom: 80px; }
  .consultation-card { display: block; padding: 35px 25px; }
  .consultation-mark { margin-bottom: 27px; }
  .consultation-actions { margin-top: 29px; }
  .footer-main { align-items: flex-start; flex-direction: column; padding: 35px 0; gap: 16px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; padding-bottom: 85px; }
  .floating-actions { left: 16px; bottom: 76px; }
  .floating-button { width: 42px; height: 42px; font-size: 19px; }
  .mobile-sticky-cta { position: fixed; z-index: 14; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; height: 54px; background: var(--navy-950); box-shadow: 0 -8px 20px rgba(0,0,0,.2); }
  .mobile-sticky-cta a { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--gold-pale); border-left: 1px solid rgba(255,255,255,.1); font-size: 12px; }
  .mobile-sticky-cta a:first-child { color: var(--navy-950); background: var(--gold); border: 0; }
  .mobile-sticky-cta span { font-family: Georgia, serif; font-size: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
