@charset "UTF-8";

:root {
  --forest: #17372d;
  --forest-deep: #0b211b;
  --moss: #3f604e;
  --yellow: #caa45b;
  --yellow-soft: #e9d6ae;
  --paper: #f2eee5;
  --white: #fffdf7;
  --ink: #102d23;
  --muted: #637168;
  --line: rgba(18, 59, 45, .2);
  --display: 'Iowan Old Style', 'Baskerville', 'Palatino Linotype', 'Book Antiqua', Georgia, serif;
  --utility: 'Barlow Condensed', 'Arial Narrow', sans-serif;
  --body: 'DM Sans', 'Segoe UI', Arial, sans-serif;
  --ease: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 400 1rem/1.65 var(--body); overflow-x: hidden; }
img { display: block; width: 100%; max-width: 100%; }
a { color: inherit; }
button, a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
.wrap { width: min(1280px, calc(100% - 96px)); margin-inline: auto; }
.section { padding-block: 120px; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: var(--yellow); color: var(--forest); font-weight: 800; text-decoration: none; transition: top .2s; }
.skip-link:focus { top: 16px; }
.eyebrow { margin: 0 0 20px; font-size: .76rem; line-height: 1.2; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.green { color: var(--moss); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { overflow-wrap: anywhere; }
h2 { margin: 0; font: 500 clamp(3.5rem, 6.7vw, 7rem)/.92 var(--display); letter-spacing: -.045em; }
h2 em { color: var(--yellow); font-style: normal; }
.lead { font-size: clamp(1.28rem, 2vw, 1.7rem); line-height: 1.38; letter-spacing: -.025em; }
.button { display: inline-flex; min-height: 60px; padding: 16px 22px; align-items: center; justify-content: space-between; gap: 30px; border: 1px solid transparent; font: 700 .84rem/1 var(--utility); letter-spacing: .08em; text-transform: uppercase; text-decoration: none; transition: transform .25s var(--ease), background .25s, color .25s; }
.button:hover { transform: translateY(-3px); }
.button span { font-size: 1.35em; line-height: 1; }
.button-yellow { background: var(--yellow); color: var(--forest-deep); }
.button-yellow:hover { background: #ffda62; }
.button-green { background: var(--forest); color: white; }
.button-green:hover { background: var(--moss); }
.button-outline { color: white; border-color: rgba(255,255,255,.65); }
.button-outline:hover { background: white; color: var(--forest); }
.text-link, .arrow-link { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; text-underline-offset: 6px; }
.text-link.light { color: white; }
.arrow-link { margin-top: 16px; text-decoration: none; border-bottom: 2px solid currentColor; padding-bottom: 4px; }
.arrow-link span { font-size: 1.4em; transition: transform .25s var(--ease); }
.arrow-link:hover span { transform: translate(5px, 5px); }

.site-header { height: 88px; padding: 0 42px; display: grid; grid-template-columns: 240px 1fr 240px; align-items: center; gap: 30px; background: var(--white); position: relative; z-index: 20; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 12px; font-size: 1rem; line-height: 1.08; text-decoration: none; }
.brand img { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; }
.brand b { font-weight: 800; }
.site-header nav { display: flex; justify-content: center; gap: clamp(18px, 2.8vw, 38px); }
.site-header nav a { position: relative; padding: 10px 0; font-size: .88rem; font-weight: 700; text-decoration: none; }
.site-header nav a::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 2px; background: var(--forest); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.site-header nav a:hover::after { transform: scaleX(1); }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 20px; padding: 12px 18px; border: 1px solid var(--forest); font: 700 .84rem/1 var(--utility); letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: background .2s, color .2s; }
.header-cta:hover { background: var(--forest); color: white; }

.hero { min-height: calc(100svh - 88px); padding: clamp(54px, 7vw, 96px) max(48px, calc((100vw - 1280px)/2)); display: grid; grid-template-columns: .95fr 1.05fr; grid-template-rows: 1fr auto; gap: 44px 50px; background: var(--forest); color: white; position: relative; overflow: hidden; isolation: isolate; }
.hero::before { content: ''; position: absolute; width: 1px; height: 70%; right: 5vw; top: 15%; background: rgba(202,164,91,.28); z-index: -1; }
.hero-copy { align-self: center; position: relative; z-index: 2; }
.hero h1 { margin: 0 0 28px; font: 500 clamp(5rem, 9.8vw, 9.7rem)/.8 var(--display); letter-spacing: -.06em; color: var(--yellow); }
.hero h1 span { display: block; }
.hero h1 span:last-child { margin-left: clamp(12px, 4vw, 72px); color: white; }
.hero-intro { max-width: 590px; margin: 0 0 30px; font-size: clamp(1.12rem, 1.7vw, 1.45rem); line-height: 1.45; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.hero-visual { align-self: center; position: relative; min-width: 0; }
.hero-photo { aspect-ratio: 1.35; border-radius: 2px; overflow: hidden; box-shadow: 24px 24px 0 rgba(202,164,91,.18); }
.hero-photo img { height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.2s var(--ease); }
.hero-visual:hover .hero-photo img { transform: scale(1.1); }
.photo-note { position: absolute; left: -34px; bottom: -32px; width: 210px; padding: 22px 24px; background: var(--yellow); color: var(--forest-deep); font-size: .78rem; line-height: 1.35; box-shadow: 0 14px 40px rgba(0,0,0,.18); }
.photo-note span { display: block; margin-bottom: 5px; font: 600 1.7rem/1 var(--display); }
.hero-stamp { position: absolute; right: -18px; top: -32px; margin: 0; padding: 13px 15px; border: 1px solid var(--yellow); color: var(--yellow); background: var(--forest-deep); font: 700 .62rem/1.25 var(--utility); letter-spacing: .14em; text-transform: uppercase; }
.hero-stamp span { display: block; font: 700 1.65rem/1 var(--utility); letter-spacing: .05em; }
.hero-facts { grid-column: 1 / -1; padding-top: 26px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts div { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 15px; padding: 0 28px; border-right: 1px solid rgba(255,255,255,.2); }
.hero-facts div:first-child { padding-left: 0; }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong { font: 700 2.35rem/1 var(--utility); color: var(--yellow); }
.hero-facts span { max-width: 190px; font-size: .8rem; line-height: 1.35; }

.signal-strip { padding: 17px 0 15px; background: var(--yellow); color: var(--forest-deep); overflow: hidden; }
.signal-strip p { width: max-content; min-width: 100%; margin: 0; display: flex; justify-content: space-around; align-items: center; gap: 36px; padding-inline: 28px; font: 700 .96rem/1 var(--utility); text-transform: uppercase; letter-spacing: .12em; }
.signal-strip i { font-style: normal; font-size: .7em; }

.manifesto { display: grid; grid-template-columns: 70px 1.1fr .9fr; gap: 36px 70px; align-items: start; }
.section-number { padding-top: 10px; font: 700 1rem/1 var(--utility); color: var(--moss); }
.manifesto h2 em { display: inline-block; color: var(--forest); border-bottom: .1em solid var(--yellow); }
.manifesto-copy { padding-top: 20px; }
.manifesto-copy p:not(.lead) { color: var(--muted); }

.day-section { padding: 110px 0 120px; background: var(--forest-deep); color: white; }
.day-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; margin-bottom: 70px; align-items: start; }
.day-heading h2 { color: var(--yellow); }
.day-flow { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.28); }
.day-flow li { min-height: 320px; padding: 28px 28px 10px; border-right: 1px solid rgba(255,255,255,.18); transition: background .28s, transform .28s var(--ease); }
.day-flow li:first-child { padding-left: 0; }
.day-flow li:last-child { border-right: 0; }
.day-flow li:hover { background: rgba(255,255,255,.05); transform: translateY(-6px); }
.day-flow li > span { display: block; margin-bottom: 72px; color: var(--yellow); font: 700 .95rem/1 var(--utility); }
.day-flow h3 { margin: 0 0 14px; font: 500 2rem/1.05 var(--display); }
.day-flow p { margin: 0; color: rgba(255,255,255,.72); font-size: .92rem; }
.continuity-panel { margin-top: 78px; padding: 46px; display: grid; grid-template-columns: 230px 1fr; gap: 55px; align-items: start; background: var(--yellow); color: var(--forest-deep); border-top: 5px solid var(--white); }
.continuity-number { min-height: 190px; display: grid; place-content: center; text-align: left; border-top: 1px solid var(--forest-deep); border-bottom: 1px solid var(--forest-deep); }
.continuity-number strong { display: block; font: 700 5.2rem/.82 var(--utility); }
.continuity-number span { margin-top: 8px; font: 700 1rem/1.1 var(--utility); text-transform: uppercase; letter-spacing: .08em; }
.continuity-panel h3 { max-width: 780px; margin: 0 0 18px; font: 500 clamp(2.2rem, 4.1vw, 4.1rem)/.98 var(--display); letter-spacing: -.035em; }
.continuity-panel p:not(.eyebrow) { max-width: 850px; }
.training-tags { list-style: none; margin: 28px 0 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.training-tags li { padding: 8px 0; border-bottom: 1px solid rgba(11,33,27,.45); font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.partybus-panel { margin-top: 22px; display: grid; grid-template-columns: minmax(250px, .7fr) minmax(0, 1.3fr); border: 1px solid rgba(255,255,255,.24); }
.partybus-photo { grid-column: 1 / -1; margin: 0; position: relative; aspect-ratio: 1.9; overflow: hidden; border-bottom: 1px solid rgba(255,255,255,.24); }
.partybus-photo img { height: 100%; object-fit: cover; object-position: center 57%; }
.partybus-photo figcaption { position: absolute; right: 0; bottom: 0; max-width: 360px; padding: 14px 18px; background: var(--yellow); color: var(--forest-deep); font: 700 .78rem/1.25 var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.partybus-title { min-height: 430px; padding: 38px; display: flex; flex-direction: column; background: var(--white); color: var(--forest-deep); }
.partybus-title .eyebrow { color: var(--moss); }
.partybus-wordmark { margin: auto 0 28px; font: 500 clamp(4.4rem, 7vw, 7.2rem)/.72 var(--display); letter-spacing: -.065em; }
.partybus-title > span { width: fit-content; padding-top: 12px; border-top: 1px solid var(--forest-deep); font: 700 .85rem/1 var(--utility); letter-spacing: .13em; text-transform: uppercase; }
.partybus-copy { padding: 46px 50px 50px; background: rgba(255,255,255,.045); }
.partybus-copy h3 { max-width: 780px; margin: 0 0 20px; color: var(--yellow); font: 500 clamp(2.6rem, 4.8vw, 5rem)/.92 var(--display); letter-spacing: -.04em; }
.partybus-copy .lead { max-width: 820px; margin-bottom: 24px; color: white; }
.partybus-copy > p:not(.lead) { max-width: 860px; color: rgba(255,255,255,.72); }
.partybus-features { list-style: none; margin: 32px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; border-top: 1px solid rgba(255,255,255,.2); }
.partybus-features li { padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.2); font: 700 .82rem/1.25 var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.partybus-features li::before { content: '✓'; margin-right: 10px; color: var(--yellow); }

.pack-story { display: grid; grid-template-columns: 1.08fr .92fr; gap: 100px; align-items: center; }
.pack-collage { min-height: 720px; position: relative; }
.pack-collage figure { margin: 0; position: absolute; }
.pack-collage img { height: 100%; object-fit: cover; }
.pack-collage figcaption { padding-top: 8px; color: var(--muted); font-size: .72rem; }
.pack-main { inset: 0 13% 23% 0; }
.pack-main img { border-radius: 0; }
.pack-small { width: 52%; height: 40%; right: 0; bottom: 0; z-index: 2; }
.pack-small img { border: 10px solid var(--paper); border-radius: 0; }
.scribble { position: absolute; right: -10px; top: 10px; padding: 14px 16px; border: 1px solid var(--forest); color: var(--forest); background: var(--paper); font: 700 .86rem/1.15 var(--utility); text-align: left; text-transform: uppercase; letter-spacing: .08em; transform: rotate(2deg); }
.pack-copy p:not(.eyebrow) { color: var(--muted); }
.check-list { list-style: none; margin: 30px 0 0; padding: 0; border-top: 1px solid var(--line); }
.check-list li { padding: 13px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.check-list li::before { content: '↗'; display: inline-block; margin-right: 12px; color: var(--moss); }

.legal-page { background: var(--paper); }
.legal-page .site-header { position: sticky; top: 0; border-bottom: 1px solid var(--line); }
.legal-page .site-header nav { justify-content: flex-end; }
.legal-main { width: min(980px, calc(100% - 96px)); margin: 0 auto; padding: 90px 0 120px; }
.legal-hero { padding-bottom: 54px; margin-bottom: 54px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 850px; margin: 0; font: 500 clamp(4.3rem, 10vw, 8.6rem)/.82 var(--display); letter-spacing: -.06em; color: var(--forest); }
.legal-hero p:last-child { max-width: 720px; margin: 28px 0 0; color: var(--muted); font-size: 1.08rem; }
.legal-content { max-width: 780px; }
.legal-content section { margin-top: 48px; }
.legal-content section:first-child { margin-top: 0; }
.legal-content h2 { margin: 0 0 18px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1; letter-spacing: -.035em; }
.legal-content h3 { margin: 28px 0 10px; font: 600 1.25rem/1.2 var(--display); }
.legal-content p, .legal-content li { color: #3f5148; }
.legal-content ul { padding-left: 1.2em; }
.legal-content a { text-underline-offset: 4px; }
.legal-card { padding: 30px; background: var(--white); border-left: 5px solid var(--yellow); }
.legal-back { display: inline-flex; margin-top: 58px; font-weight: 800; text-underline-offset: 5px; }
.legal-page footer { margin-top: 0; }

.time-callout { padding: 110px 0; background: var(--yellow); color: var(--forest-deep); position: relative; overflow: hidden; }
.time-callout::after { content: 'ZEIT'; position: absolute; right: -20px; bottom: -90px; color: rgba(18,59,45,.07); font: 700 18rem/1 var(--utility); pointer-events: none; }
.time-grid { display: grid; grid-template-columns: .45fr 1.3fr .65fr; gap: 60px; align-items: start; position: relative; z-index: 1; }
.time-kicker { margin: 12px 0 0; font-size: .75rem; font-weight: 800; text-transform: uppercase; letter-spacing: .15em; }
.time-callout h2 { font-size: clamp(3.6rem, 6.1vw, 6.5rem); }
.time-callout h2 em { color: var(--forest-deep); border-bottom: .11em solid var(--white); }
.time-grid > p:last-child { margin-top: 18px; font-weight: 600; }

.pension { display: grid; grid-template-columns: .86fr 1.14fr; gap: 110px; align-items: center; }
.pension-photo { position: relative; }
.pension-photo img { aspect-ratio: .72; object-fit: cover; border-radius: 0; }
.pension-photo span { position: absolute; right: -65px; bottom: 36px; width: 190px; padding: 23px; background: var(--forest); color: white; text-align: left; font: 500 1.35rem/1.08 var(--display); }
.pension-copy { padding-left: 20px; }
.pension-copy p:not(.eyebrow) { max-width: 650px; color: var(--muted); }
.pension-copy .button { margin-top: 15px; }

.services { background: var(--forest); color: white; }
.services-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.services-heading h2 { color: var(--yellow); }
.services-heading > p { margin: 0 0 10px; color: rgba(255,255,255,.72); }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.service-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.22); transition: transform .3s var(--ease), background .3s; }
.service-card, .time-grid > *, .continuity-panel > *, .shop-teaser-inner > * { min-width: 0; }
.service-card:hover { transform: translateY(-9px); background: rgba(255,255,255,.11); }
.service-card.featured { background: var(--yellow); color: var(--forest-deep); border-color: var(--yellow); }
.service-card.featured:hover { transform: translateY(-9px); }
.service-index { font: 700 1rem/1 var(--utility); opacity: .75; }
.mini-label { margin: 18px 0 0; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.service-card h3 { margin: auto 0 18px; font: 500 clamp(2.2rem, 3.7vw, 3.7rem)/.94 var(--display); }
.service-card p { margin: 0 0 28px; color: rgba(255,255,255,.72); }
.service-card.featured p { color: rgba(9,40,30,.75); }
.service-card strong { font: 800 1.65rem/1 var(--display); }

.about { display: grid; grid-template-columns: .82fr 1.18fr; gap: 110px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { aspect-ratio: .74; object-fit: cover; border-radius: 0; }
.about-badge { position: absolute; left: -36px; top: 60px; padding: 20px 24px; background: var(--yellow); color: var(--forest-deep); font: 700 1rem/1.12 var(--utility); text-align: left; text-transform: uppercase; letter-spacing: .06em; box-shadow: 0 18px 40px rgba(18,59,45,.15); }
.about-copy > p:not(.eyebrow) { max-width: 690px; color: var(--muted); }
.about-copy blockquote { margin: 35px 0 0; padding: 22px 0 22px 28px; border-left: 6px solid var(--yellow); font: 600 clamp(1.35rem, 2.2vw, 2rem)/1.3 var(--display); }

.prices { background: var(--white); }
.price-intro { display: grid; grid-template-columns: 1.3fr .7fr; gap: 90px; align-items: end; margin-bottom: 65px; }
.price-intro > p { color: var(--muted); }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); }
.price-card { min-height: 300px; padding: 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: white; transition: transform .3s var(--ease), box-shadow .3s; }
.price-card:last-child { border-right: 0; }
.price-card:hover { transform: translateY(-8px); box-shadow: 0 20px 45px rgba(18,59,45,.12); z-index: 2; }
.price-card.yellow { background: var(--yellow); }
.price-card > p { margin: 0; font-size: .7rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.price-card h3 { margin: auto 0 20px; font: 600 2.2rem/1 var(--display); }
.price-card h3 small { display: block; margin-top: 6px; font: 600 .85rem/1.2 var(--body); text-transform: none; }
.price-card strong { font: 800 2.35rem/1 var(--display); }
.price-card strong span { font: 600 .75rem/1 var(--body); }
.price-note { display: block; margin-top: 12px; font: 700 .78rem/1.2 var(--utility); letter-spacing: .06em; text-transform: uppercase; }
.social-rate { margin-top: 28px; padding: 28px 32px; display: grid; grid-template-columns: auto 1fr; gap: 24px; align-items: start; background: var(--forest); color: white; border-top: 4px solid var(--yellow); }
.social-rate > span { color: var(--yellow); font: 800 2.7rem/1 var(--display); }
.social-rate h3 { margin: 0 0 6px; font: 600 1.8rem/1 var(--display); }
.social-rate p { max-width: 860px; margin: 0; color: rgba(255,255,255,.76); }

.area { text-align: center; }
.area > p:not(.eyebrow) { max-width: 730px; margin: 30px auto 50px; color: var(--muted); }
.route-line { display: flex; align-items: center; justify-content: space-between; gap: 8px; font: 700 .86rem/1 var(--utility); text-transform: uppercase; letter-spacing: .06em; }
.route-line i { flex: 1; height: 1px; background: var(--forest); position: relative; }
.route-line i::after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; background: var(--yellow); border: 1px solid var(--forest); border-radius: 50%; }

.steps { padding: 110px 0; background: var(--yellow); color: var(--forest-deep); }
.steps-heading { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-bottom: 60px; }
.steps ol { list-style: none; margin: 0 0 0 32%; padding: 0; }
.steps li { padding: 26px 0; display: grid; grid-template-columns: 70px 1fr; gap: 24px; border-top: 1px solid rgba(18,59,45,.32); }
.steps li:last-child { border-bottom: 1px solid rgba(18,59,45,.32); }
.steps li > span { width: 52px; height: 52px; display: grid; place-content: center; border: 1px solid var(--forest); font: 700 1.35rem/1 var(--utility); }
.steps h3 { margin: 2px 0 5px; font: 600 2rem/1 var(--display); }
.steps p { margin: 0; max-width: 650px; }

.faq { display: grid; grid-template-columns: .78fr 1.22fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: 120px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 24px 0; display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center; cursor: pointer; list-style: none; font-weight: 800; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 34px; height: 34px; display: grid; place-content: center; border: 1px solid var(--forest); font-size: 1.25rem; transition: transform .25s var(--ease), background .25s; }
.faq-list details[open] summary span { transform: rotate(45deg); background: var(--yellow); }
.faq-list details p { max-width: 720px; margin: -4px 55px 24px 0; color: var(--muted); }

.shop-teaser { padding: 100px 0; background: #0d0d0c; color: #eee9df; border-top: 1px solid rgba(202,164,91,.34); }
.shop-teaser-inner { display: grid; grid-template-columns: .62fr 1.38fr; gap: 100px; align-items: start; }
.shop-wordmark { margin: 6px 0 0; color: var(--yellow); font: 600 clamp(2rem, 3vw, 3rem)/1 var(--display); letter-spacing: .16em; }
.shop-teaser h2 { max-width: 900px; color: #f4efe6; font-size: clamp(3.3rem, 5.5vw, 5.6rem); }
.shop-teaser h2 + p { max-width: 670px; margin: 30px 0; color: rgba(238,233,223,.7); }
.shop-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.shop-actions .button { min-width: 220px; }
.shop-status { display: inline-block; padding-top: 13px; border-top: 1px solid var(--yellow); color: var(--yellow); font: 700 .8rem/1 var(--utility); letter-spacing: .12em; text-transform: uppercase; }

.contact { min-height: 760px; display: grid; place-items: center; color: white; background: var(--forest-deep); position: relative; overflow: hidden; isolation: isolate; }
.contact-photo { position: absolute; inset: 0; z-index: -2; }
.contact-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.8); }
.contact::after { content: ''; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(9,40,30,.97) 0%, rgba(9,40,30,.9) 45%, rgba(9,40,30,.45) 100%); }
.contact-inner { padding-block: 90px; }
.contact h2 { color: var(--yellow); font-size: clamp(5rem, 10vw, 10rem); }
.contact-inner > p:not(.eyebrow) { max-width: 600px; font-size: 1.16rem; }
.contact-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-top: 32px; }

footer { padding: 58px 0 28px; background: var(--forest-deep); color: white; border-top: 1px solid rgba(255,255,255,.15); }
.footer-main { display: grid; grid-template-columns: 1fr auto auto; gap: 60px; align-items: center; }
.footer-brand { display: inline-flex; align-items: center; gap: 15px; text-decoration: none; font-weight: 800; }
.footer-brand img { width: 60px; height: 60px; border-radius: 50%; }
.footer-brand small { display: block; color: var(--yellow); font-size: .68rem; font-weight: 600; }
.footer-links { display: flex; gap: 24px; }
.footer-links a, .to-top { font-size: .82rem; font-weight: 700; text-underline-offset: 5px; }
.footer-bottom { margin-top: 42px; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.52); font-size: .72rem; }
.mobile-contact { display: none; }

.has-motion .reveal { opacity: 0; transform: translateY(30px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.has-motion .reveal.is-visible { opacity: 1; transform: translateY(0); }
.has-motion .hero-copy { animation: hero-in .9s var(--ease) both; }
.has-motion .hero-visual { animation: hero-in 1.05s .12s var(--ease) both; }
.has-motion .hero-facts { animation: hero-in .85s .28s var(--ease) both; }
@keyframes hero-in { from { opacity: 0; transform: translateY(35px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1080px) {
  .wrap { width: min(100% - 56px, 980px); }
  .site-header { padding-inline: 28px; grid-template-columns: 210px 1fr auto; }
  .site-header nav { display: none; }
  .hero { padding-inline: 38px; gap: 40px 24px; }
  .hero-facts div { padding-inline: 15px; }
  .manifesto { grid-template-columns: 48px 1fr; }
  .manifesto-copy { grid-column: 2; padding-top: 0; }
  .pack-story, .pension, .about { gap: 60px; }
  .time-grid { grid-template-columns: .35fr 1.15fr .7fr; gap: 35px; }
  .price-grid { grid-template-columns: repeat(2, 1fr); }
  .price-card:nth-child(2) { border-right: 0; }
  .price-card:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .faq { gap: 60px; }
  .shop-teaser-inner { grid-template-columns: .5fr 1.5fr; gap: 60px; }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  body { padding-bottom: 62px; }
  .wrap { width: min(100% - 34px, 680px); }
  .legal-main { width: min(100% - 34px, 680px); padding: 62px 0 88px; }
  .legal-page .site-header { grid-template-columns: 1fr auto; }
  .legal-page .site-header nav { display: flex; }
  .legal-page .site-header nav a:not(:last-child) { display: none; }
  .legal-hero h1 { font-size: clamp(3.7rem, 18vw, 6rem); }
  .legal-card { padding: 24px 20px; }
  .section { padding-block: 78px; }
  h2 { font-size: clamp(3rem, 13.5vw, 5rem); }
  .site-header { height: 76px; padding-inline: 17px; display: flex; justify-content: space-between; }
  .brand img { width: 46px; height: 46px; }
  .brand { font-size: .9rem; }
  .brand > span { display: none; }
  .header-cta { padding: 10px 14px; }
  .header-cta span { display: none; }
  .hero { min-height: auto; padding: 58px 17px 30px; display: flex; flex-direction: column; gap: 42px; }
  .hero-copy { order: 1; }
  .hero-visual { order: 2; }
  .hero-facts { order: 3; width: 100%; grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .hero h1 { font-size: clamp(4rem, 17vw, 5.5rem); }
  .hero h1 span:last-child { margin-left: 0; }
  .hero-photo { aspect-ratio: 1.18; border-radius: 0; box-shadow: 12px 12px 0 rgba(202,164,91,.18); }
  .photo-note { left: 0; bottom: -26px; width: 158px; padding: 17px 18px; font-size: .64rem; }
  .photo-note span { font-size: 1.35rem; }
  .hero-stamp { right: 0; top: -24px; }
  .hero-facts div { min-height: 80px; padding: 14px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .hero-facts div:last-child { border-bottom: 0; }
  .hero-facts strong { min-width: 86px; }
  .signal-strip p { justify-content: flex-start; overflow: hidden; }
  .manifesto { grid-template-columns: 1fr; gap: 20px; }
  .section-number { display: none; }
  .manifesto-copy { grid-column: auto; }
  .day-heading, .services-heading, .price-intro, .steps-heading { grid-template-columns: 1fr; gap: 22px; }
  .day-flow { grid-template-columns: 1fr; }
  .day-flow li, .day-flow li:first-child { min-height: auto; padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .day-flow li > span { margin-bottom: 18px; }
  .continuity-panel { margin-top: 48px; padding: 30px 22px; grid-template-columns: 1fr; gap: 32px; }
  .continuity-number { width: 100%; min-height: 120px; place-content: center start; }
  .continuity-number strong { font-size: 4.4rem; }
  .partybus-panel { grid-template-columns: 1fr; }
  .partybus-photo { aspect-ratio: 1.18; }
  .partybus-photo img { object-position: 47% center; }
  .partybus-photo figcaption { max-width: 86%; font-size: .72rem; }
  .partybus-title { min-height: 290px; padding: 28px 22px; }
  .partybus-wordmark { margin-top: 54px; font-size: clamp(4.2rem, 20vw, 6.5rem); }
  .partybus-copy { padding: 34px 22px 38px; }
  .partybus-features { grid-template-columns: 1fr; }
  .pack-story, .pension, .about { grid-template-columns: 1fr; gap: 58px; }
  .pack-collage { min-height: 520px; }
  .pack-main { inset: 0 6% 25% 0; }
  .scribble { right: -2px; top: -24px; font-size: .78rem; }
  .time-grid { grid-template-columns: 1fr; gap: 28px; }
  .time-callout { padding-block: 78px; }
  .time-callout::after { font-size: 10rem; }
  .pension-photo { width: 86%; }
  .pension-photo span { right: -22px; width: 165px; padding: 18px; font-size: 1.05rem; }
  .pension-copy { padding-left: 0; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 310px; }
  .about-photo { width: 88%; margin-left: auto; }
  .about-badge { left: -32px; top: 30px; padding: 16px 19px; font-size: .83rem; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card, .price-card:nth-child(2) { min-height: 245px; border-right: 0; border-bottom: 1px solid var(--line); }
  .route-line { flex-direction: column; gap: 0; }
  .route-line i { width: 1px; min-height: 24px; flex: none; }
  .route-line i::after { left: -3px; right: auto; top: auto; bottom: 0; }
  .steps ol { margin-left: 0; }
  .steps li { grid-template-columns: 55px 1fr; }
  .faq { grid-template-columns: 1fr; gap: 42px; }
  .faq-intro { position: static; }
  .shop-teaser { padding-block: 78px; }
  .shop-teaser-inner { grid-template-columns: 1fr; gap: 44px; }
  .shop-wordmark { font-size: clamp(2rem, 11vw, 3.1rem); }
  .shop-teaser h2 { font-size: clamp(3rem, 13.5vw, 5rem); }
  .shop-actions { align-items: stretch; flex-direction: column; }
  .shop-actions .button { width: 100%; }
  .contact { min-height: 680px; }
  .contact::after { background: rgba(9,40,30,.83); }
  .contact h2 { font-size: clamp(4.7rem, 21vw, 7rem); }
  .contact-actions { align-items: stretch; flex-direction: column; }
  .contact-actions .button { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 30px; }
  .footer-links { flex-wrap: wrap; }
  .to-top { justify-self: start; }
  .footer-bottom { flex-direction: column; gap: 8px; }
  .mobile-contact { position: fixed; left: 0; right: 0; bottom: 0; z-index: 50; height: 62px; display: grid; grid-template-columns: 1fr 1fr; background: var(--yellow); border-top: 1px solid var(--forest); }
  .mobile-contact a { display: grid; place-content: center; color: var(--forest-deep); font-weight: 800; text-decoration: none; }
  .mobile-contact a + a { background: var(--forest); color: white; }
}

@media (min-width: 600px) and (max-width: 780px) {
  .hero { min-height: auto; padding: 64px 34px 38px; display: grid; grid-template-columns: .95fr 1.05fr; grid-template-rows: auto auto; gap: 54px 34px; }
  .hero-copy, .hero-visual, .hero-facts { order: initial; }
  .hero h1 { font-size: clamp(4.6rem, 12vw, 6rem); }
  .hero-photo { aspect-ratio: .9; }
  .photo-note { left: -18px; }
  .hero-facts { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
  .hero-facts div { min-height: 88px; padding: 14px 18px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 0; }
  .hero-facts div:first-child { padding-left: 0; }
  .hero-facts strong { min-width: auto; }
}

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