:root {
  --cream-50: #fbf8f2;
  --cream-100: #f6f0e5;
  --cream-200: #e9decb;
  --oat: #d8c6aa;
  --ink: #292720;
  --ink-soft: #5f5b51;
  --sage: #75806a;
  --sage-dark: #4d5845;
  --gold: #b18b4f;
  --gold-light: #d1b77e;
  --white: #fffdf8;
  --font-display: "Cormorant Garamond", Georgia, serif;
  --font-body: "Manrope", system-ui, sans-serif;
  --shadow-soft: 0 30px 80px rgba(65, 56, 39, .12);
  --ease: cubic-bezier(.2, .75, .2, 1);
  --max: 1280px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream-50); }
body { margin: 0; background: var(--cream-50); color: var(--ink); font-family: var(--font-body); font-size: 16px; line-height: 1.7; }
body.menu-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: 12px; left: 12px; z-index: 1000; transform: translateY(-150%); padding: 10px 16px; background: var(--ink); color: var(--white); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--sage); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; height: 84px; display: grid; grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr); align-items: center; gap: 32px; padding: 0 clamp(20px, 4vw, 64px); border-bottom: 1px solid rgba(41, 39, 32, .1); background: var(--cream-50); transition: height .35s var(--ease), box-shadow .35s var(--ease), background .35s var(--ease); }
.site-header.scrolled { height: 70px; background: rgba(251, 248, 242, .96); box-shadow: 0 12px 35px rgba(65, 56, 39, .08); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; background: #050505; object-fit: contain; transition: transform .4s var(--ease); }
.brand:hover img { transform: rotate(-4deg) scale(1.04); }
.brand-copy { display: flex; flex-direction: column; line-height: 1.1; }
.brand-copy strong { font-family: var(--font-display); font-size: 20px; font-weight: 600; letter-spacing: .05em; }
.brand-copy span { margin-top: 5px; color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
.desktop-nav { display: flex; align-items: center; gap: 30px; }
.desktop-nav a { position: relative; color: var(--ink-soft); font-size: 11px; font-weight: 600; letter-spacing: .15em; text-decoration: none; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 1px; background: var(--gold); transform: scaleX(0); transform-origin: right; transition: transform .3s var(--ease); }
.desktop-nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.header-cta { justify-self: end; padding: 11px 19px; border: 1px solid var(--ink); background: transparent; color: var(--ink); font: 600 10px var(--font-body); letter-spacing: .15em; text-decoration: none; text-transform: uppercase; transition: color .3s var(--ease), background .3s var(--ease); }
.header-cta:hover { background: var(--ink); color: var(--white); }
.menu-button { display: none; justify-self: end; align-items: center; gap: 10px; border: 0; background: transparent; color: var(--ink); font: 600 10px var(--font-body); letter-spacing: .16em; text-transform: uppercase; }
.menu-lines, .menu-lines::before, .menu-lines::after { width: 21px; height: 1px; background: currentColor; transition: transform .3s var(--ease); }
.menu-lines { position: relative; display: block; }
.menu-lines::before, .menu-lines::after { content: ""; position: absolute; left: 0; }
.menu-lines::before { top: -6px; }
.menu-lines::after { top: 6px; }
.menu-button[aria-expanded="true"] .menu-lines { background: transparent; }
.menu-button[aria-expanded="true"] .menu-lines::before { top: 0; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-lines::after { top: 0; transform: rotate(-45deg); }
.mobile-menu { position: fixed; inset: 70px 0 0; z-index: 90; display: none; padding: 50px 28px; background: var(--cream-100); transform: translateY(-10px); opacity: 0; pointer-events: none; transition: opacity .3s var(--ease), transform .3s var(--ease); }
.mobile-menu.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
.mobile-menu nav { display: flex; flex-direction: column; }
.mobile-menu a, .mobile-menu button { padding: 15px 0; border: 0; border-bottom: 1px solid var(--cream-200); background: transparent; color: var(--ink); font-family: var(--font-display); font-size: 36px; text-align: left; text-decoration: none; }

.hero { position: relative; min-height: min(860px, 88svh); overflow: hidden; padding-top: 84px; background: #e8ded0; }
.hero-image { position: absolute; inset: 84px 0 0; background: url("/assets/express-facial-cleansing.webp") center / cover no-repeat; }
.hero-wash { position: absolute; inset: 84px 0 0; background: linear-gradient(90deg, rgba(247, 242, 232, .98) 0%, rgba(247, 242, 232, .88) 34%, rgba(247, 242, 232, .17) 61%, rgba(35, 32, 25, .12) 100%); }
.hero-grain { position: absolute; inset: 84px 0 0; opacity: .13; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.2'/%3E%3C/svg%3E"); }
.hero-content { position: relative; z-index: 2; width: min(650px, 56vw); padding: clamp(118px, 15vh, 156px) 0 clamp(116px, 13vh, 150px) clamp(24px, 8vw, 140px); }
.eyebrow { margin: 0 0 22px; color: var(--sage-dark); font-size: 11px; font-weight: 600; letter-spacing: .26em; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 34px; height: 1px; margin: 0 12px 3px 0; background: var(--gold); }
.hero h1 { max-width: 640px; margin: 0; font-family: var(--font-display); font-size: clamp(62px, 7.2vw, 112px); font-weight: 500; letter-spacing: -.045em; line-height: .84; }
.hero h1 em { color: var(--sage-dark); font-weight: 400; }
.hero-intro { max-width: 520px; margin: 26px 0 0; color: var(--ink-soft); font-family: var(--font-display); font-size: clamp(21px, 1.8vw, 27px); line-height: 1.3; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 26px; border: 1px solid var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .17em; text-decoration: none; text-transform: uppercase; transition: transform .3s var(--ease), color .3s var(--ease), background .3s var(--ease), box-shadow .3s var(--ease); }
.button:hover { transform: translateY(-3px); }
.button-primary { background: var(--ink); color: var(--white); box-shadow: 0 16px 36px rgba(41, 39, 32, .16); }
.button-primary:hover { background: var(--sage-dark); border-color: var(--sage-dark); }
.button-quiet { background: rgba(251, 248, 242, .55); color: var(--ink); }
.button-quiet:hover { background: var(--white); }
.button-dark { border-color: var(--ink); background: var(--ink); color: var(--white); }
.button-dark:hover { border-color: var(--gold); background: var(--gold); color: #17150f; }
.hero-rail { position: absolute; z-index: 2; bottom: 24px; left: clamp(24px, 8vw, 140px); display: flex; gap: clamp(22px, 4vw, 60px); color: var(--ink-soft); font-size: 9px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.hero-rail span { display: flex; align-items: center; gap: 9px; }
.hero-rail i { width: 5px; height: 5px; border: 1px solid var(--gold); border-radius: 50%; }
.scroll-cue { position: absolute; z-index: 2; right: 34px; bottom: 28px; display: flex; align-items: center; gap: 12px; color: var(--white); font-size: 9px; letter-spacing: .18em; text-decoration: none; text-transform: uppercase; writing-mode: vertical-rl; }
.scroll-cue i { width: 1px; height: 46px; background: rgba(255,255,255,.7); animation: scroll-line 2s ease-in-out infinite; }
.hero-reveal { opacity: 1; transform: none; }

.section { padding: clamp(68px, 7vw, 108px) clamp(24px, 6vw, 90px); }
.section-kicker { width: min(var(--max), 100%); margin: 0 auto 30px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; }
.intro { position: relative; isolation: isolate; overflow: hidden; background: var(--cream-50); border-top: 1px solid rgba(41, 39, 32, .08); }
.intro-grid { position: relative; z-index: 1; width: min(var(--max), 100%); display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(48px, 7vw, 94px); align-items: center; margin: 0 auto; }
.intro .section-kicker { position: relative; z-index: 1; }
.display-heading { margin: 0; font-family: var(--font-display); font-size: clamp(58px, 6.4vw, 94px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.display-heading em { color: var(--sage); }
.intro-copy { max-width: 530px; color: var(--ink-soft); }
.intro-copy .lead { color: var(--ink); font-family: var(--font-display); font-size: clamp(23px, 2.1vw, 31px); line-height: 1.25; }
.text-link { display: inline-flex; gap: 15px; align-items: center; margin-top: 20px; color: var(--ink); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-decoration: none; text-transform: uppercase; }
.text-link span { color: var(--gold); font-size: 17px; transition: transform .3s var(--ease); }
.text-link:hover span { transform: translate(4px, -4px); }
.linen-line { position: absolute; z-index: 0; top: -76%; right: 8%; width: 32vw; height: 220%; border: 1px solid rgba(177, 139, 79, .2); border-radius: 50%; transform: rotate(24deg); pointer-events: none; }

.treatments { position: relative; isolation: isolate; overflow: hidden; background: var(--cream-100); border-top: 1px solid rgba(41, 39, 32, .08); }
.treatments > * { position: relative; z-index: 1; }
.section-heading { width: min(var(--max), 100%); display: grid; grid-template-columns: 1fr 1fr; gap: 52px; align-items: end; margin: 0 auto 42px; }
.section-heading h2, .process h2, .packages h2, .launch h2 { margin: 0; font-family: var(--font-display); font-size: clamp(52px, 6.2vw, 92px); font-weight: 400; letter-spacing: -.04em; line-height: .92; }
.section-heading > p { max-width: 520px; margin: 0; color: var(--ink-soft); }
.treatment-editorial { width: min(var(--max), 100%); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 0 auto; }
.feature-card { position: relative; min-height: 320px; overflow: hidden; background: var(--white); box-shadow: var(--shadow-soft); }
.feature-card:first-child { grid-column: span 2; min-height: 440px; }
.feature-card:nth-child(2) { min-height: 440px; }
.feature-card .feature-image { position: absolute; inset: 0; overflow: hidden; }
.feature-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.feature-card:hover img { transform: scale(1.035); }
.feature-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(28, 25, 20, .74), rgba(28, 25, 20, 0) 65%); }
.feature-copy { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(24px, 2.5vw, 38px); color: var(--white); }
.feature-copy span { color: var(--gold-light); font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.feature-copy h3 { margin: 10px 0 8px; font-family: var(--font-display); font-size: clamp(30px, 2.5vw, 44px); font-weight: 400; line-height: 1; }
.feature-card:first-child .feature-copy h3, .feature-card:nth-child(2) .feature-copy h3 { font-size: clamp(40px, 4vw, 60px); }
.feature-copy p { max-width: 540px; margin: 0 0 20px; color: rgba(255,255,255,.82); font-size: 13px; }
.feature-copy a { font-size: 9px; font-weight: 600; letter-spacing: .15em; text-underline-offset: 6px; text-transform: uppercase; }
.service-pedicure img { object-position: center 62%; }
.clarity-note { width: min(920px, 100%); margin: 30px auto 0; padding: 18px 22px; border-left: 2px solid var(--gold); background: rgba(255,253,248,.65); color: var(--ink-soft); font-size: 13px; }
.clarity-note strong { color: var(--ink); }

.process { position: relative; isolation: isolate; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(48px, 7vw, 94px); overflow: hidden; background: var(--white); border-top: 1px solid rgba(41, 39, 32, .08); }
.process > * { position: relative; z-index: 1; }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process h2 em { color: var(--sage); font-weight: 400; }
.process-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cream-200); }
.process-steps li { display: grid; grid-template-columns: 64px 1fr; gap: 18px; padding: 25px 0; border-bottom: 1px solid var(--cream-200); }
.process-steps > li > span { color: var(--gold); font-family: var(--font-display); font-size: 20px; }
.process-steps h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 32px; font-weight: 500; }
.process-steps p { max-width: 520px; margin: 0; color: var(--ink-soft); font-size: 14px; }

.packages { position: relative; isolation: isolate; overflow: hidden; background: var(--cream-50); border-top: 1px solid rgba(41, 39, 32, .08); color: var(--ink); }
.packages::before { content: ""; position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: min(34vw, 540px); pointer-events: none; background: url("/assets/packages-spa-editorial.png") center right / cover no-repeat; opacity: .62; }
.packages > * { position: relative; z-index: 1; }
.packages-heading { width: min(780px, 100%); margin: 0 auto 44px; text-align: center; }
.packages .eyebrow { color: var(--gold); }
.packages .eyebrow::before { display: none; }
.packages-heading > p:last-child { color: var(--ink-soft); }
.package-grid { width: min(var(--max), 100%); display: grid; grid-template-columns: repeat(4, 1fr); margin: 0 auto; border: 1px solid rgba(177, 139, 79, .7); }
.package-grid article { min-height: 240px; padding: 28px; border-right: 1px solid rgba(177, 139, 79, .45); background: rgba(255, 253, 248, .86); transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease); }
.package-grid article:last-child { border-right: 0; }
.package-grid article:hover { transform: translateY(-6px); background: var(--white); color: var(--ink); }
.package-grid span { color: var(--gold); font-size: 8px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.package-grid h3 { margin: 54px 0 12px; font-family: var(--font-display); font-size: 32px; font-weight: 400; line-height: 1; }
.package-grid p { color: var(--ink-soft); font-size: 13px; }
.package-grid article:hover p { color: var(--ink-soft); }

.launch { position: relative; isolation: isolate; display: grid; grid-template-columns: 1fr; justify-items: start; overflow: hidden; background: var(--cream-100); border-top: 1px solid rgba(41, 39, 32, .08); color: var(--ink); }
.launch::before { content: ""; position: absolute; z-index: 0; top: 0; right: 0; bottom: 0; width: min(48vw, 720px); pointer-events: none; background: url("/assets/launch-spa-editorial.png") center right / cover no-repeat; opacity: .72; }
.launch > * { position: relative; z-index: 1; }
.launch-copy { width: min(600px, 54vw); text-align: left; }
.launch .eyebrow { color: var(--gold); }
.launch h2 em { color: var(--gold); font-weight: 400; }
.launch-copy > p:not(.eyebrow) { max-width: 580px; margin: 30px 0 38px; color: var(--ink-soft); }

.launch-dialog { width: min(920px, calc(100vw - 32px)); max-height: calc(100vh - 32px); padding: 0; border: 1px solid rgba(177, 139, 79, .55); background: var(--cream-100); color: var(--ink); box-shadow: 0 30px 100px rgba(19, 15, 10, .42); }
.launch-dialog::backdrop { background: rgba(17, 14, 11, .78); }
.dialog-close { position: absolute; top: 18px; right: 20px; z-index: 2; width: 44px; height: 44px; border: 1px solid rgba(41, 39, 32, .24); background: var(--cream-100); color: var(--ink); font: 300 28px/1 var(--font-body); }
.dialog-intro { padding: 56px 58px 30px; border-bottom: 1px solid rgba(41, 39, 32, .14); background: var(--cream-200); }
.dialog-intro h2 { margin: 0; font-family: var(--font-display); font-size: clamp(52px, 7vw, 78px); font-weight: 400; letter-spacing: -.04em; line-height: .86; }
.dialog-intro h2 em { color: var(--gold); font-weight: 400; }
.dialog-intro > p:last-child { margin: 24px 0 0; color: var(--ink-soft); }
.launch-form { display: grid; gap: 22px; padding: 34px 58px 44px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.launch-form label { display: grid; gap: 9px; color: var(--ink-soft); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.launch-form label small { color: var(--gold); font-size: 8px; }
.launch-form input, .launch-form select, .launch-form textarea { width: 100%; border: 1px solid rgba(41, 39, 32, .28); border-radius: 0; background: var(--cream-50); color: var(--ink); font: 400 15px var(--font-body); letter-spacing: 0; text-transform: none; }
.launch-form input, .launch-form select { min-height: 48px; padding: 0 14px; }
.launch-form textarea { resize: vertical; padding: 13px 14px; }
.launch-form input:focus, .launch-form select:focus, .launch-form textarea:focus { border-color: var(--gold); outline: 2px solid rgba(177, 139, 79, .22); outline-offset: 1px; }
.launch-form .consent { grid-template-columns: auto 1fr; align-items: start; gap: 11px; font-size: 11px; letter-spacing: .02em; line-height: 1.5; text-transform: none; }
.launch-form .consent input { width: 18px; min-height: 18px; margin-top: 1px; accent-color: var(--ink); }
.launch-form .button { justify-self: start; }
.launch-form .button:disabled { cursor: wait; opacity: .62; transform: none; }
.form-status { min-height: 22px; margin: -8px 0 0; color: var(--sage-dark); font-size: 13px; }
.form-trap { position: absolute; left: -10000px; }

.site-footer { position: relative; isolation: isolate; overflow: hidden; padding: clamp(62px, 7vw, 96px) clamp(24px, 6vw, 90px) 26px; background: var(--cream-100); }
.footer-inner, .footer-bottom { position: relative; z-index: 1; width: min(var(--max), 100%); margin-right: auto; margin-left: auto; }
.footer-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .46fr); gap: clamp(50px, 10vw, 150px); align-items: end; }
.footer-brand-block { max-width: 580px; }
.footer-brand { display: inline-flex; flex-direction: column; text-decoration: none; }
.footer-brand strong { font-family: var(--font-display); font-size: clamp(48px, 6vw, 82px); font-weight: 400; letter-spacing: -.045em; line-height: .88; }
.footer-brand small { margin-top: 16px; color: var(--sage-dark); font-size: 9px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; }
.footer-brand-block > p { max-width: 410px; margin: 28px 0 0; color: var(--ink-soft); font-size: 13px; }
.site-footer nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px 28px; padding-bottom: 8px; }
.site-footer nav a { padding-bottom: 8px; border-bottom: 1px solid rgba(41, 39, 32, .16); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; transition: border-color .3s var(--ease), color .3s var(--ease); }
.site-footer nav a:hover { border-color: var(--gold); color: var(--sage-dark); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: clamp(48px, 6vw, 76px); padding-top: 20px; border-top: 1px solid rgba(41, 39, 32, .14); color: var(--ink-soft); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes scroll-line { 0%,100% { transform: scaleY(.4); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } }

@media (max-width: 1050px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-button, .mobile-menu { display: flex; }
  .hero-content { width: 72vw; padding-left: 7vw; }
  .hero-rail { left: 7vw; }
  .package-grid { grid-template-columns: 1fr 1fr; }
  .package-grid article:nth-child(2) { border-right: 0; }
  .package-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(177, 139, 79, .45); }
  .packages::before { width: 44vw; opacity: .38; }
  .launch::before { width: 58vw; opacity: .5; }
}

@media (max-width: 760px) {
  .site-header { height: 70px; padding: 0 18px; }
  .brand img { width: 44px; height: 44px; }
  .brand-copy strong { font-size: 17px; }
  .brand-copy span { font-size: 7px; }
  .hero { min-height: 780px; padding-top: 70px; }
  .hero-image { inset: 70px 0 40%; background-position: 66% center; }
  .hero-wash { inset: 70px 0 0; background: linear-gradient(0deg, var(--cream-100) 0%, rgba(246,240,229,.98) 46%, rgba(246,240,229,.06) 76%); }
  .hero-grain { inset: 70px 0 0; }
  .hero-content { width: 100%; padding: 47vh 22px 126px; }
  .hero h1 { font-size: clamp(62px, 19vw, 86px); line-height: .84; }
  .hero-intro { font-size: 22px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-rail { right: 22px; bottom: 28px; left: 22px; gap: 12px; justify-content: space-between; }
  .hero-rail span { max-width: 90px; font-size: 7px; line-height: 1.3; }
  .scroll-cue { display: none; }
  .section { padding: 64px 22px; }
  .intro-grid, .section-heading, .process, .launch { grid-template-columns: 1fr; gap: 50px; }
  .display-heading { font-size: 68px; }
  .section-heading { margin-bottom: 44px; }
  .treatment-editorial { grid-template-columns: 1fr; gap: 14px; }
  .feature-card, .feature-card:first-child, .feature-card:nth-child(2) { grid-column: auto; min-height: 360px; }
  .feature-card:first-child .feature-copy h3, .feature-card:nth-child(2) .feature-copy h3 { font-size: clamp(40px, 11vw, 54px); }
  .process-intro { position: static; }
  .packages::before, .launch::before { width: 100%; opacity: .2; }
  .launch { justify-items: center; }
  .launch-copy { width: 100%; text-align: center; }
  .launch-dialog { width: calc(100vw - 20px); max-height: calc(100vh - 20px); }
  .dialog-intro { padding: 48px 24px 26px; }
  .launch-form { padding: 28px 24px 34px; }
  .form-grid { grid-template-columns: 1fr; }
  .package-grid { grid-template-columns: 1fr; }
  .package-grid article { min-height: 240px; border-right: 0; border-bottom: 1px solid rgba(177, 139, 79, .45); }
  .package-grid article:last-child { border-bottom: 0; }
  .package-grid h3 { margin-top: 54px; }
  .footer-inner { grid-template-columns: 1fr; gap: 48px; }
  .site-footer nav { max-width: 480px; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  .reveal { opacity: 1; transform: none; }
}
