:root {
  --forest: #063d2a;
  --leaf: #0f6949;
  --leaf-dark: #0a5138;
  --gold: #d7a62a;
  --cream: #fff8ea;
  --sage: #e9f3ec;
  --ink: #17231d;
  --muted: #607067;
  --white: #fff;
  --line: rgba(6, 61, 42, .13);
  --shadow: 0 20px 50px rgba(6, 61, 42, .11);
  --radius: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, Manrope, system-ui, -apple-system, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: auto; scroll-padding-top: 88px; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--white); font-family: var(--sans); font-size: 16px; line-height: 1.7; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.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; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: 12px; transform: translateY(-160%); padding: 10px 16px; border-radius: 8px; color: var(--white); background: var(--forest); }
.skip-link:focus { transform: none; }
.scroll-progress { position: fixed; z-index: 1001; inset: 0 0 auto; height: 3px; pointer-events: none; }
.scroll-progress span { display: block; width: 100%; height: 100%; transform: scaleX(0); transform-origin: left; background: linear-gradient(90deg, var(--leaf), var(--gold)); will-change: transform; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; transition: background .2s, box-shadow .2s; }
.site-header.scrolled { background: rgba(255,255,255,.96); box-shadow: 0 8px 30px rgba(6,61,42,.09); backdrop-filter: blur(14px); }
.header-inner { min-height: 80px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; line-height: 1; color: var(--forest); }
.brand img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.brand strong { display: block; font-family: var(--serif); font-size: 19px; text-transform: uppercase; letter-spacing: .04em; }
.brand small { display: block; color: #9b7211; font-weight: 700; font-size: 9px; letter-spacing: .15em; text-transform: uppercase; margin-top: 6px; }
.desktop-nav { display: flex; align-items: center; gap: clamp(18px, 2vw, 32px); margin-left: auto; }
.desktop-nav a { position: relative; color: var(--forest); font-size: 14px; font-weight: 700; text-decoration: none; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -8px; height: 2px; transform: scaleX(0); background: var(--gold); transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.menu-button { display: none; width: 46px; height: 46px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.menu-button span:not(.sr-only) { width: 20px; height: 2px; background: var(--forest); }
.mobile-nav { padding: 10px 20px 24px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 12px 20px rgba(6,61,42,.08); }
.mobile-nav a { display: block; max-width: 1180px; margin: 0 auto; padding: 12px; color: var(--forest); font-weight: 700; text-decoration: none; }

.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid var(--leaf); border-radius: 999px; color: var(--white); background: var(--leaf); font-weight: 800; text-decoration: none; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--leaf-dark); transform: translateY(-2px); box-shadow: 0 9px 20px rgba(15,105,73,.18); }
.button span { transition: transform .22s ease; }
.button:hover span { transform: translate(3px, -2px); }
.button-small { min-height: 44px; padding: 9px 17px; font-size: 13px; }
.button-secondary { color: var(--forest); background: transparent; border-color: rgba(6,61,42,.35); }
.button-secondary:hover { background: var(--white); }
.button-gold { color: var(--forest); background: var(--gold); border-color: var(--gold); }
.button-gold:hover { color: var(--white); background: #bd8b0b; }
.button-outline { color: var(--white); background: transparent; border-color: rgba(255,255,255,.55); }
.button-outline:hover { background: rgba(255,255,255,.1); }
.text-link { display: inline-flex; gap: 8px; color: var(--leaf); font-weight: 800; text-decoration: none; border-bottom: 1px solid currentColor; }

.hero { position: relative; min-height: 750px; padding: 132px 0 82px; overflow: hidden; background: radial-gradient(circle at 85% 18%, rgba(215,166,42,.18), transparent 27%), var(--cream); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(215,166,42,.25); border-radius: 50%; left: -250px; bottom: 20px; }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -280px; top: -310px; border-radius: 50%; background: radial-gradient(circle, rgba(215,166,42,.16), transparent 66%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.05fr .8fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--leaf); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { color: var(--forest); font-family: var(--serif); line-height: 1.08; letter-spacing: -.025em; }
h1 { margin-bottom: 24px; font-size: clamp(46px, 6vw, 76px); }
h1 span, h2 span { color: var(--leaf); font-style: italic; }
h2 { margin-bottom: 20px; font-size: clamp(34px, 4vw, 50px); }
.hero-lead { max-width: 620px; color: #42544a; font-size: clamp(17px, 2vw, 20px); line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 30px 0 12px; }
.booking-note { max-width: 580px; color: var(--muted); font-size: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 0; margin: 24px 0 0; list-style: none; color: var(--forest); font-size: 13px; font-weight: 700; }
.trust-list li::before { content: "✓"; display: inline-grid; width: 19px; height: 19px; margin-right: 7px; place-items: center; border-radius: 50%; color: var(--white); background: var(--leaf); font-size: 11px; }
.hero-visual { --tilt-x: 0deg; --tilt-y: 0deg; --glow-x: 50%; --glow-y: 50%; position: relative; z-index: 1; justify-self: center; perspective: 1000px; }
.poster-frame { position: relative; z-index: 2; max-width: 400px; padding: 10px; overflow: hidden; border-radius: 210px 210px 26px 26px; background: var(--white); box-shadow: var(--shadow); transform: rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) rotate(1.5deg); transition: transform .25s ease-out; will-change: transform; }
.poster-frame::after { content: ""; position: absolute; inset: 0; z-index: 2; border-radius: inherit; opacity: .34; pointer-events: none; background: radial-gradient(circle at var(--glow-x) var(--glow-y), rgba(255,255,255,.55), transparent 35%); transition: background .2s; }
.poster-frame img { width: 100%; border-radius: 200px 200px 20px 20px; }
.hero-orbit { position: absolute; z-index: 0; display: block; border: 1px solid rgba(215,166,42,.4); border-radius: 50%; pointer-events: none; }
.hero-orbit::before { content: ""; position: absolute; width: 9px; height: 9px; top: 18%; left: 3%; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(215,166,42,.12); }
.orbit-one { inset: -35px -48px; }
.orbit-two { inset: 30px -85px -25px 30px; border-color: rgba(15,105,73,.18); transform: rotate(28deg); }
.floating-card { position: absolute; z-index: 4; left: -70px; bottom: 38px; display: flex; align-items: center; gap: 12px; min-width: 215px; padding: 15px 18px; border-radius: 16px; background: rgba(255,255,255,.94); box-shadow: var(--shadow); backdrop-filter: blur(8px); }
.floating-card > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; color: var(--white); background: var(--leaf); font-size: 22px; }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { color: var(--forest); font-size: 14px; }
.floating-card small { color: var(--muted); font-size: 10px; }
.hero-curve { position: absolute; inset: auto -5% -42px; height: 80px; border-radius: 50% 50% 0 0; background: var(--white); }

.quick-trust { position: relative; z-index: 2; padding: 25px 0 8px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 13px; padding: 10px 20px; border-right: 1px solid var(--line); }
.trust-grid > div:last-child { border: 0; }
.trust-grid > div > span { display: grid; flex: 0 0 auto; width: 43px; height: 43px; place-items: center; border-radius: 50%; color: var(--leaf); background: var(--sage); font-size: 20px; }
.trust-grid > div:hover > span { animation: iconPop .45s ease; }
.trust-grid p, .trust-grid strong, .trust-grid small { display: block; margin: 0; }
.trust-grid strong { color: var(--forest); font-size: 13px; }
.trust-grid small { color: var(--muted); font-size: 10px; }

.section { padding: 105px 0; }
.section-heading { max-width: 650px; }
.section-heading.centered { margin: 0 auto 50px; text-align: center; }
.section-heading > p:not(.eyebrow), .how-copy > p:not(.eyebrow) { color: var(--muted); }
.split-heading { display: flex; max-width: none; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 45px; }
.split-heading > div { max-width: 650px; }
.split-heading > p { max-width: 390px; }
.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.benefit-viewport { overflow: hidden; overflow-anchor: none; border-radius: var(--radius); }
.benefit-slider { overflow-anchor: none; }
.benefit-slider.slider-ready .benefit-grid { --slides-visible: 3; --slider-index: 0; display: flex; gap: 18px; transform: translateX(calc(var(--slider-index) * ((100% + 18px) / var(--slides-visible)) * -1)); transition: transform .75s cubic-bezier(.22,.8,.24,1); will-change: transform; }
.benefit-slider.slider-ready .benefit-card { flex: 0 0 calc((100% - (var(--slides-visible) - 1) * 18px) / var(--slides-visible)); }
.slider-controls { display: none; }
.slider-ready .slider-controls { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 20px; margin-top: 30px; }
.slider-arrows { display: flex; gap: 9px; }
.slider-arrows button { width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 50%; color: var(--forest); background: var(--white); font-size: 20px; cursor: pointer; transition: color .2s, background .2s, transform .2s, opacity .2s; }
.slider-arrows button:hover:not(:disabled) { color: var(--white); background: var(--leaf); transform: translateY(-2px); }
.slider-arrows button:disabled { opacity: .35; cursor: not-allowed; }
.slider-dots { display: flex; align-items: center; justify-content: center; gap: 8px; }
.slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 99px; background: #b8c9bd; cursor: pointer; transition: width .3s, background .3s; }
.slider-dots button.active { width: 28px; background: var(--leaf); }
.slider-pause { min-height: 44px; justify-self: end; padding: 8px 14px; border: 1px solid var(--line); border-radius: 99px; color: var(--forest); background: var(--white); font-size: 12px; font-weight: 800; cursor: pointer; }
.slider-pause span { display: inline-block; min-width: 14px; margin-right: 4px; color: var(--leaf); }
.benefit-card { position: relative; min-height: 230px; padding: 30px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .3s, box-shadow .3s, border-color .3s; }
.benefit-card::after { content: ""; position: absolute; width: 90px; height: 90px; right: -50px; bottom: -50px; border-radius: 50%; background: var(--gold); opacity: .08; transform: scale(.5); transition: transform .35s ease, opacity .35s; }
.benefit-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.benefit-card:hover::after { opacity: .14; transform: scale(2.8); }
.benefit-card:hover > span { color: var(--white); background: var(--leaf); transform: rotate(-7deg) scale(1.08); }
.benefit-card > span { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 28px; border-radius: 50%; color: var(--leaf); background: var(--sage); font-size: 23px; }
.benefit-card > span { transition: transform .3s, color .3s, background .3s; }
.benefit-card h3, .service-card h3, .steps h3, .area-panel h3 { color: var(--forest); font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.benefit-card p, .service-card p, .steps p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.services-section { background: var(--sage); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 340px; padding: 34px; overflow: hidden; border: 1px solid transparent; border-radius: var(--radius); background: var(--white); transition: transform .3s, box-shadow .3s, border-color .3s; }
.service-card::after { content: ""; position: absolute; right: -55px; top: -55px; width: 130px; height: 130px; border: 1px solid rgba(215,166,42,.25); border-radius: 50%; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(215,166,42,.35); box-shadow: 0 22px 45px rgba(6,61,42,.11); }
.service-card:hover::after { animation: ringExpand .75s ease; }
.service-number { margin-bottom: 45px; color: var(--gold); font-family: var(--serif); font-size: 38px; transition: transform .3s; }
.service-card:hover .service-number { transform: translateX(7px); }
.service-card h3 { max-width: 250px; }
.service-card small { display: block; margin: 18px 0; color: var(--muted); }
.service-card a { margin-top: auto; color: var(--leaf); font-size: 13px; font-weight: 800; text-decoration: none; }

.how-section { background: var(--forest); }
.how-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); }
.how-copy { position: sticky; top: 120px; align-self: start; }
.how-copy .eyebrow { color: #ecc85f; }
.how-copy h2, .how-copy h2 span { color: var(--white); }
.how-copy > p:not(.eyebrow) { color: rgba(255,255,255,.7); }
.how-copy .text-link { color: #ecc85f; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 0 0 36px; position: relative; }
.steps li:not(:last-child)::before { content: ""; position: absolute; left: 28px; top: 58px; bottom: 3px; width: 1px; background: rgba(255,255,255,.22); }
.steps li > span { display: grid; width: 58px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; color: #ecc85f; font-family: var(--serif); font-size: 22px; }
.steps h3 { margin: 2px 0 7px; color: var(--white); font-size: 24px; }
.steps p { color: rgba(255,255,255,.66); }

.guide-section { background: var(--cream); }
.guide-card { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(40px, 8vw, 110px); align-items: center; padding: 65px; border: 1px solid rgba(215,166,42,.25); border-radius: 34px; background: rgba(255,255,255,.63); }
.foot-art { position: relative; width: 180px; height: 300px; margin: auto; transform: rotate(-8deg); }
.foot-art b { position: absolute; width: 135px; height: 235px; left: 20px; bottom: 0; border-radius: 55% 45% 52% 48% / 68% 54% 46% 32%; background: linear-gradient(145deg, var(--leaf), var(--forest)); box-shadow: inset -20px -15px 30px rgba(0,0,0,.13), 20px 24px 40px rgba(6,61,42,.13); }
.foot-art span { position: absolute; z-index: 2; top: 7px; display: block; border-radius: 50%; background: var(--leaf); }
.foot-art span:nth-child(1) { left: 6px; width: 43px; height: 52px; }
.foot-art span:nth-child(2) { left: 52px; top: 0; width: 34px; height: 42px; }
.foot-art span:nth-child(3) { left: 90px; top: 8px; width: 29px; height: 34px; }
.foot-art span:nth-child(4) { left: 124px; top: 20px; width: 23px; height: 27px; }
.foot-art span:nth-child(5) { left: 151px; top: 35px; width: 18px; height: 20px; }
.disclaimer { margin-top: 25px; padding: 18px 20px; border-left: 4px solid var(--gold); border-radius: 0 12px 12px 0; color: #49584f; background: var(--white); font-size: 13px; }
.disclaimer strong { display: block; color: var(--forest); }

.area-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 100px); align-items: center; }
.area-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin-top: 28px; }
.area-panel { position: relative; padding: 45px; border-radius: 30px; background: var(--sage); }
.map-pin { display: grid; width: 60px; height: 60px; margin-bottom: 28px; place-items: center; border-radius: 50% 50% 50% 0; color: var(--gold); background: var(--forest); transform: rotate(-45deg); }
.map-pin::first-letter { transform: rotate(45deg); }
.area-panel h3 { font-size: 28px; }
.area-chips { display: flex; flex-wrap: wrap; gap: 9px; }
.area-chips span { padding: 8px 13px; border: 1px solid rgba(6,61,42,.15); border-radius: 99px; color: var(--forest); background: var(--white); font-size: 12px; font-weight: 700; }
.fine-print { margin: 24px 0 0; color: var(--muted); font-size: 11px; }

.faq-section { background: #fbfcfb; }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(50px, 8vw, 100px); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item h3 { margin: 0; }
.faq-item button { width: 100%; min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 18px 0; border: 0; color: var(--forest); background: transparent; text-align: left; font-weight: 800; cursor: pointer; }
.faq-item button span { display: grid; flex: 0 0 auto; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--sage); font-size: 20px; }
.faq-answer { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .3s ease, opacity .25s ease; }
.faq-answer.open { max-height: 240px; opacity: 1; }
.faq-answer p { padding: 0 44px 24px 0; color: var(--muted); font-size: 14px; }
.faq-item button span { transition: transform .25s, background .25s; }
.faq-item button[aria-expanded="true"] span { color: var(--white); background: var(--leaf); transform: rotate(180deg); }

.contact-section { padding-bottom: 80px; }
.contact-card { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; padding: 58px 65px; border-radius: 32px; color: rgba(255,255,255,.75); background: var(--forest); box-shadow: var(--shadow); }
.contact-card h2 { color: var(--white); }
.contact-card p { margin-bottom: 0; }
.eyebrow.light { color: #ecc85f; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.contact-actions small { text-align: center; color: rgba(255,255,255,.55); }

.site-footer { padding: 70px 0 92px; color: rgba(255,255,255,.68); background: #032b1d; }
.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 50px; }
.brand-light strong { color: var(--white); }
.footer-brand p { max-width: 320px; margin-top: 20px; }
.footer-grid h2 { margin: 0 0 18px; color: var(--white); font-family: var(--sans); font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { display: block; margin: 9px 0; color: rgba(255,255,255,.68); font-size: 13px; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 60px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); font-size: 11px; }
.footer-bottom p { margin: 0; }
.mobile-action-bar { display: none; }
.side-contact { position: fixed; z-index: 88; right: 0; top: 50%; display: flex; flex-direction: column; gap: 8px; transform: translateY(-50%); filter: drop-shadow(0 12px 20px rgba(6,61,42,.16)); }
.side-contact a { width: 142px; min-height: 50px; display: flex; align-items: center; gap: 12px; padding: 7px 15px 7px 8px; border-radius: 16px 0 0 16px; color: var(--white); background: var(--leaf); font-size: 13px; font-weight: 800; text-decoration: none; transform: translateX(86px); transition: transform .3s cubic-bezier(.2,.8,.2,1), background .2s; }
.side-contact a:last-child { background: var(--forest); }
.side-contact a:hover, .side-contact a:focus-visible { transform: translateX(0); }
.side-contact-icon { display: grid; flex: 0 0 auto; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--forest); background: var(--white); font-size: 18px; }
.side-contact-call .side-contact-icon { color: var(--white); background: rgba(255,255,255,.16); }

.policy-main { min-height: 70vh; padding: 150px 0 90px; background: linear-gradient(var(--cream) 0 330px, var(--white) 330px); }
.policy-shell { max-width: 800px; }
.policy-shell > a { display: inline-block; margin-bottom: 35px; color: var(--leaf); font-weight: 800; text-decoration: none; }
.policy-shell h1 { font-size: clamp(42px, 6vw, 64px); }
.policy-status { padding: 18px 22px; margin: 35px 0; border-left: 4px solid var(--gold); background: var(--cream); }
.policy-body h2 { margin-top: 42px; font-family: var(--serif); font-size: 25px; }
.policy-body p, .policy-body li { color: var(--muted); }

.reveal { opacity: 1; transform: none; }
.motion-enabled .reveal { opacity: 0; transform: translateY(24px) scale(.985); transition: opacity .65s cubic-bezier(.2,.8,.2,1), transform .65s cubic-bezier(.2,.8,.2,1); transition-delay: calc(var(--reveal-order, 0) * 70ms); }
.motion-enabled .reveal.visible { opacity: 1; transform: none; }
.motion-enabled .hero .reveal { opacity: 1; transform: none; transition: none; }

@keyframes gentleFloat { 0%, 100% { transform: translateY(0) rotate(-1deg); } 50% { transform: translateY(-10px) rotate(1deg); } }
@keyframes footFloat { 0%, 100% { transform: rotate(-8deg) translateY(0); } 50% { transform: rotate(-5deg) translateY(-9px); } }
@keyframes pinFloat { 0%, 100% { transform: rotate(-45deg) translate(0, 0); } 50% { transform: rotate(-45deg) translate(4px, -4px); } }
@keyframes orbitSpin { to { transform: rotate(360deg); } }
@keyframes ambientPulse { 0%, 100% { transform: scale(.9); opacity: .55; } 50% { transform: scale(1.12); opacity: 1; } }
@keyframes iconPop { 40% { transform: scale(1.15) rotate(-8deg); } }
@keyframes ringExpand { 50% { transform: scale(1.13); border-color: rgba(215,166,42,.6); } }
@keyframes letterBreathe { from { opacity: 0; letter-spacing: .3em; } to { opacity: 1; letter-spacing: .16em; } }
@keyframes contactRailEnter { from { opacity: 0; transform: translate(100%, -50%); } to { opacity: 1; transform: translate(0, -50%); } }

@media (max-width: 960px) {
  .desktop-nav, .desktop-action { display: none; }
  .menu-button { display: flex; }
  .site-header { background: rgba(255,255,255,.96); }
  .hero { padding-top: 125px; }
  .hero-grid { grid-template-columns: 1fr 350px; gap: 45px; }
  .floating-card { left: -30px; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); gap: 15px; }
  .trust-grid > div { border: 0; justify-content: flex-start; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-slider.slider-ready .benefit-grid { --slides-visible: 2; }
  .service-card { padding: 28px; }
  .guide-card { padding: 45px; }
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  body { font-size: 14px; line-height: 1.6; }
  .container { width: min(100% - 28px, 600px); }
  .section { padding: 54px 0; }
  .header-inner { min-height: 64px; gap: 12px; }
  .brand { gap: 8px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 16px; }
  .brand small { margin-top: 4px; font-size: 7px; }
  .menu-button { width: 42px; height: 42px; }
  .mobile-nav { max-height: calc(100vh - 64px); padding: 5px 14px 14px; overflow-y: auto; }
  .mobile-nav a { padding: 9px 10px; }
  .hero { min-height: auto; padding: 92px 0 46px; }
  .hero-grid, .how-grid, .guide-card, .area-grid, .faq-layout, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 30px; }
  .hero-copy { text-align: center; }
  .hero .eyebrow { max-width: 330px; margin: 0 auto 12px; font-size: 10px; line-height: 1.5; }
  h1 { margin-bottom: 17px; font-size: clamp(37px, 11vw, 48px); line-height: 1.03; }
  h2 { margin-bottom: 14px; font-size: 31px; line-height: 1.12; }
  .hero-lead { font-size: 15px; line-height: 1.65; }
  .hero-lead, .booking-note { margin-inline: auto; }
  .hero-actions { margin: 22px 0 10px; }
  .hero-actions, .trust-list { justify-content: center; }
  .hero-actions .button { min-height: 47px; padding: 10px 17px; font-size: 13px; }
  .booking-note { max-width: 370px; font-size: 10px; line-height: 1.5; }
  .trust-list { gap: 7px 14px; margin-top: 17px; font-size: 11px; }
  .trust-list li::before { width: 17px; height: 17px; margin-right: 5px; }
  .hero-visual { width: 245px; max-width: 72vw; }
  .poster-frame { padding: 7px; }
  .hero-orbit { inset: -18px -25px; }
  .orbit-two { inset: 15px -40px -12px 18px; }
  .floating-card { left: -28px; bottom: 22px; min-width: 175px; padding: 10px 12px; }
  .floating-card > span { width: 34px; height: 34px; font-size: 16px; }
  .floating-card strong { font-size: 12px; }
  .floating-card small { font-size: 8px; }
  .hero-curve { bottom: -25px; height: 48px; }
  .quick-trust { padding: 20px 0 3px; overflow: hidden; }
  .trust-grid { width: calc(100% - 14px); display: flex; gap: 8px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .trust-grid::-webkit-scrollbar { display: none; }
  .trust-grid > div { flex: 0 0 158px; min-height: 64px; padding: 8px 10px; scroll-snap-align: start; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
  .trust-grid > div > span { width: 36px; height: 36px; font-size: 17px; }
  .section-heading.centered { margin-bottom: 28px; }
  .section-heading > p:not(.eyebrow), .how-copy > p:not(.eyebrow) { font-size: 13px; }
  .split-heading { display: block; }
  .split-heading { margin-bottom: 25px; }
  .benefit-grid, .service-grid { grid-template-columns: 1fr; }
  .benefit-slider.slider-ready .benefit-grid { --slides-visible: 1; }
  .slider-ready .slider-controls { grid-template-columns: auto 1fr auto; gap: 10px; margin-top: 18px; }
  .slider-arrows { gap: 6px; }
  .slider-arrows button { width: 44px; height: 44px; }
  .slider-dots { justify-content: center; gap: 6px; }
  .slider-dots button { width: 7px; height: 7px; }
  .slider-dots button.active { width: 20px; }
  .slider-pause { grid-column: auto; justify-self: end; width: 44px; min-height: 44px; padding: 6px; overflow: hidden; font-size: 0; }
  .slider-pause span { margin: 0; font-size: 12px; }
  .benefit-card { min-height: 188px; padding: 22px; }
  .benefit-card > span { width: 42px; height: 42px; margin-bottom: 18px; font-size: 19px; }
  .benefit-card h3, .service-card h3, .steps h3, .area-panel h3 { font-size: 20px; }
  .benefit-card p, .service-card p, .steps p { font-size: 12px; }
  .service-grid { display: flex; gap: 12px; margin-inline: -14px; padding: 2px 14px 14px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .service-grid::-webkit-scrollbar { display: none; }
  .service-card { flex: 0 0 84%; min-height: 235px; padding: 23px; scroll-snap-align: center; }
  .service-number { margin-bottom: 20px; font-size: 30px; }
  .service-card small { margin: 12px 0; font-size: 10px; }
  .service-card a { font-size: 12px; }
  .how-copy { position: static; }
  .how-grid { gap: 32px; }
  .steps li { grid-template-columns: 44px 1fr; gap: 15px; padding-bottom: 25px; }
  .steps li > span { width: 44px; height: 44px; font-size: 17px; }
  .steps li:not(:last-child)::before { left: 21px; top: 46px; }
  .steps h3 { margin-top: 0; }
  .guide-card { gap: 8px; padding: 28px 20px; border-radius: 24px; }
  .foot-art { width: 180px; height: 300px; margin: -64px auto -54px; animation: none; transform: rotate(-8deg) scale(.52); }
  .disclaimer { margin-top: 18px; padding: 14px 15px; font-size: 11px; }
  .area-grid { gap: 30px; }
  .area-actions { gap: 16px; margin-top: 20px; }
  .area-actions .button { min-height: 46px; }
  .area-panel { padding: 25px 20px; border-radius: 22px; }
  .map-pin { width: 48px; height: 48px; margin-bottom: 20px; }
  .area-chips { gap: 7px; }
  .area-chips span { padding: 6px 10px; font-size: 10px; }
  .faq-layout { gap: 25px; }
  .faq-item button { min-height: 62px; padding: 14px 0; font-size: 13px; line-height: 1.4; }
  .faq-item button span { width: 30px; height: 30px; }
  .faq-answer p { padding: 0 38px 18px 0; font-size: 12px; }
  .contact-section { padding-bottom: 45px; }
  .contact-card { gap: 23px; padding: 30px 20px; border-radius: 24px; text-align: center; }
  .contact-card h2 { font-size: 30px; }
  .contact-card p { font-size: 12px; }
  .contact-actions { gap: 9px; }
  .contact-actions .button { min-height: 46px; font-size: 12px; }
  .footer-grid { gap: 28px 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-brand p { margin: 14px 0 0; font-size: 12px; }
  .footer-grid h2 { margin-bottom: 10px; font-size: 11px; }
  .footer-grid > div:not(:first-child) a, .footer-grid > div:not(:first-child) span { margin: 6px 0; font-size: 11px; }
  .footer-bottom { margin-top: 35px; padding-top: 18px; }
  .site-footer { padding: 48px 0 94px; }
  .mobile-action-bar { position: fixed; z-index: 90; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1fr; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); background: var(--white); box-shadow: 0 -8px 25px rgba(6,61,42,.13); }
  .side-contact { display: none; }
  .mobile-action-bar a { min-height: 46px; display: grid; place-items: center; border-radius: 99px 0 0 99px; color: var(--white); background: var(--leaf); font-size: 13px; font-weight: 800; text-decoration: none; }
  .mobile-action-bar a:last-child { border-radius: 0 99px 99px 0; background: var(--forest); }
}

@media (max-width: 420px) {
  .container { width: calc(100% - 24px); }
  h1 { font-size: clamp(35px, 11vw, 42px); }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .floating-card { left: -32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
