:root {
    --ink: #17211e;
    --forest: #16352f;
    --forest-deep: #0d2722;
    --sage: #dfe7df;
    --paper: #f5f1e8;
    --cream: #fbf9f4;
    --gold: #d8ad62;
    --gold-dark: #a8792b;
    --muted: #66716d;
    --line: rgba(23, 33, 30, .15);
    --white: #fff;
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    --shadow: 0 28px 70px rgba(11, 32, 27, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body, input, textarea, select, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { border-radius: 0; }
button { cursor: pointer; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; color: var(--white); background: var(--forest-deep); transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; height: 88px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.16); }
.header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; line-height: 1; }
.brand-mark { display: grid; place-items: center; width: 43px; height: 43px; color: var(--forest); background: var(--gold); font-weight: 850; letter-spacing: -.06em; }
.brand > span:last-child { display: grid; gap: 4px; }
.brand strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }
.brand small { font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .72; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 14px; }
.main-nav a { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .2s; }
.main-nav > a:hover::after { right: 0; }
.nav-cta { padding: 11px 18px; color: var(--forest); background: var(--white); font-weight: 700; }
.menu-button { display: none; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.3); color: inherit; background: transparent; }
.menu-button > span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 820px; padding: 164px 0 92px; color: var(--white); background: var(--forest); overflow: hidden; }
.hero::before { content: ''; position: absolute; width: 720px; height: 720px; left: -380px; top: 80px; border: 1px solid rgba(216,173,98,.15); border-radius: 50%; box-shadow: 0 0 0 120px rgba(216,173,98,.035), 0 0 0 240px rgba(216,173,98,.025); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 24px; color: rgba(255,255,255,.68); font-size: 11px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow span { width: 35px; height: 1px; background: var(--gold); }
.eyebrow.dark { color: var(--muted); }
.eyebrow.light { color: rgba(255,255,255,.68); }
.hero h1 { margin: 0; max-width: 680px; font-family: var(--serif); font-size: clamp(60px, 6.3vw, 88px); line-height: .98; font-weight: 400; letter-spacing: -.045em; }
.hero h1 em { color: var(--gold); font-weight: 400; }
.hero-lead { max-width: 590px; margin: 31px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 13px 24px; border: 0; font-size: 14px; font-weight: 780; transition: transform .18s, background .18s, color .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--forest); background: var(--gold); }
.button-primary:hover { background: #e8c481; }
.text-link { padding-block: 12px; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 14px; }
.text-link span { margin-left: 10px; color: var(--gold); }
.hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 55px 0 0; border-top: 1px solid rgba(255,255,255,.15); }
.hero-points div { display: grid; grid-template-columns: auto 1fr; gap: 10px; padding: 21px 18px 0 0; }
.hero-points dt { color: var(--gold); font-size: 10px; font-weight: 800; }
.hero-points dd { margin: 0; color: rgba(255,255,255,.62); font-size: 12px; line-height: 1.45; }
.hero-visual { position: relative; justify-self: end; width: min(100%, 510px); }
.hero-visual::before { content: ''; position: absolute; inset: -22px 22px 22px -22px; border: 1px solid rgba(216,173,98,.28); }
.hero-visual img { position: relative; width: 100%; aspect-ratio: .82; object-fit: cover; box-shadow: var(--shadow); }
.availability-card { position: absolute; right: -42px; top: 64px; display: flex; align-items: center; gap: 14px; min-width: 218px; padding: 17px 19px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.availability-card .pulse { width: 10px; height: 10px; flex: 0 0 auto; background: #4a9c72; border-radius: 50%; box-shadow: 0 0 0 6px rgba(74,156,114,.14); }
.availability-card div { display: grid; gap: 2px; }
.availability-card small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.availability-card strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.visual-caption { position: absolute; left: -34px; bottom: -27px; display: grid; gap: 2px; padding: 18px 22px; color: var(--white); background: var(--forest-deep); border-left: 3px solid var(--gold); }
.visual-caption span { color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.visual-caption strong { font-size: 13px; }

.stay-types { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; margin-bottom: 56px; }
.section-heading h2, .request-intro h2, .partner-copy h2, .faq h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 66px); line-height: 1.06; font-weight: 400; letter-spacing: -.035em; }
.section-heading > p { margin: 0 0 6px; color: var(--muted); line-height: 1.8; }
.section-heading.compact { grid-template-columns: 1fr; }
.type-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.type-card { position: relative; min-height: 500px; padding: 38px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,.26); transition: color .25s, background .25s, transform .25s; overflow: hidden; }
.type-card::before { content: ''; position: absolute; width: 260px; height: 260px; right: -160px; top: -160px; border: 1px solid currentColor; border-radius: 50%; opacity: .12; }
.type-card:hover { z-index: 2; color: var(--white); background: var(--forest); transform: translateY(-8px); box-shadow: var(--shadow); }
.card-number { color: var(--gold-dark); font-size: 11px; font-weight: 800; }
.type-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 58px 0 25px; color: var(--forest); background: var(--sage); font-family: var(--serif); font-size: 34px; }
.type-card:hover .type-icon { color: var(--forest); background: var(--gold); }
.type-card h3 { margin: 0 0 14px; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.type-card p { min-height: 76px; margin: 0; color: var(--muted); }
.type-card:hover p, .type-card:hover li { color: rgba(255,255,255,.68); }
.type-card ul { margin: 24px 0 31px; padding: 20px 0 0; border-top: 1px solid currentColor; list-style: none; opacity: .9; }
.type-card li { margin: 7px 0; color: var(--muted); font-size: 13px; }
.type-card li::before { content: '—'; margin-right: 8px; color: var(--gold); }
.type-card a { display: flex; justify-content: space-between; align-items: center; margin-top: auto; font-size: 13px; font-weight: 780; }
.type-card a span { color: var(--gold-dark); font-size: 20px; }

.request-section { color: var(--white); background: var(--forest-deep); }
.request-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 80px; align-items: start; }
.request-intro { position: sticky; top: 120px; }
.request-intro > p:not(.eyebrow) { margin: 29px 0; color: rgba(255,255,255,.65); line-height: 1.8; }
.empty-inventory { display: flex; gap: 14px; padding: 20px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); }
.empty-inventory > span { display: grid; place-items: center; width: 28px; height: 28px; flex: 0 0 auto; color: var(--forest-deep); background: var(--gold); border-radius: 50%; font-weight: 900; }
.empty-inventory div { display: grid; gap: 3px; }
.empty-inventory strong { font-size: 13px; }
.empty-inventory small { color: rgba(255,255,255,.55); line-height: 1.5; }
.form-card { padding: 42px; color: var(--ink); background: var(--cream); box-shadow: var(--shadow); }
.alert { margin-bottom: 25px; padding: 15px 17px; border-left: 4px solid; font-size: 14px; }
.alert.success { color: #185d3d; background: #e7f5ed; border-color: #319565; }
.alert.error { color: #862e2e; background: #fff0ef; border-color: #ca4b4b; }
.field-grid { display: grid; gap: 18px; }
.field-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
form > label, .field-grid label { display: grid; gap: 8px; margin-bottom: 18px; }
label > span, fieldset legend { font-size: 12px; font-weight: 750; }
label > span small { color: var(--muted); font-weight: 500; }
input, textarea, select { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid rgba(23,33,30,.2); outline: 0; transition: border .18s, box-shadow .18s; }
textarea { resize: vertical; }
input:focus, textarea:focus, select:focus { border-color: var(--gold-dark); box-shadow: 0 0 0 3px rgba(216,173,98,.18); }
.stay-choice, .channel-choice { margin: 0 0 24px; padding: 0; border: 0; }
.stay-choice legend, .channel-choice legend { margin-bottom: 10px; }
.stay-choice { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.stay-choice legend { grid-column: 1/-1; }
.stay-choice label { cursor: pointer; }
.stay-choice input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; pointer-events: none; }
.stay-choice label > span { display: grid; min-height: 78px; align-content: center; padding: 12px; border: 1px solid var(--line); background: var(--white); }
.stay-choice label > span strong { font-size: 12px; }
.stay-choice label > span small { margin-top: 2px; color: var(--muted); font-size: 10px; }
.stay-choice input:checked + span { border-color: var(--forest); color: var(--white); background: var(--forest); }
.stay-choice input:checked + span small { color: rgba(255,255,255,.66); }
.stay-choice input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.consent { grid-template-columns: 18px 1fr; align-items: start; gap: 10px; cursor: pointer; }
.consent input { width: 17px; min-height: 17px; margin: 2px 0 0; accent-color: var(--forest); }
.consent span { color: var(--muted); font-size: 11px; line-height: 1.5; font-weight: 500; }
.button-gold { width: 100%; color: var(--forest-deep); background: var(--gold); }
.button-gold:hover { background: #e7c17d; }
.form-note { margin: 10px 0 0; color: var(--muted); text-align: center; font-size: 11px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.honeypot input { width: 1px; min-height: 1px; padding: 0; }

.process { background: var(--cream); }
.process-list { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.process-list li { position: relative; padding: 28px 28px 0 0; }
.process-list li::before { content: ''; position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--gold-dark); border-radius: 50%; }
.process-list li > span { color: var(--gold-dark); font-family: var(--serif); font-size: 38px; }
.process-list h3 { margin: 30px 0 9px; font-family: var(--serif); font-size: 23px; font-weight: 500; }
.process-list p { margin: 0; color: var(--muted); font-size: 14px; }

.partner-section { color: var(--white); background: #142b36; }
.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.partner-copy > p:not(.eyebrow):not(.integration-note) { max-width: 570px; color: rgba(255,255,255,.66); line-height: 1.8; }
.channel-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 28px 0 20px; }
.channel-row span { padding: 9px 12px; border: 1px solid rgba(255,255,255,.2); color: rgba(255,255,255,.85); font-size: 12px; }
.integration-note { display: flex; align-items: flex-start; gap: 9px; color: rgba(255,255,255,.52); font-size: 11px; line-height: 1.55; }
.integration-note span { display: grid; place-items: center; width: 19px; height: 19px; flex: 0 0 auto; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-weight: 800; }
.partner-form { padding: 40px; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
.partner-form h3 { margin: 0; font-family: var(--serif); font-size: 31px; font-weight: 500; }
.partner-form > p { margin: 5px 0 24px; color: var(--muted); font-size: 13px; }
.channel-choice > div { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.channel-choice label { cursor: pointer; }
.channel-choice input { position: absolute; width: 1px; height: 1px; min-height: 1px; opacity: 0; }
.channel-choice label span { display: block; padding: 11px; border: 1px solid var(--line); background: var(--white); text-align: center; }
.channel-choice input:checked + span { color: var(--white); background: var(--forest); border-color: var(--forest); }
.channel-choice input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: 2px; }
.button-light { width: 100%; color: var(--white); background: var(--forest); }

.faq { background: var(--paper); }
.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 23px 45px 23px 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 21px; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: '+'; position: absolute; right: 5px; color: var(--gold-dark); font-family: var(--sans); font-size: 24px; font-weight: 300; }
.accordion details[open] summary::after { content: '−'; }
.accordion p { margin: -7px 0 24px; max-width: 680px; color: var(--muted); }

.site-footer { padding: 70px 0; color: var(--white); background: #091d19; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 55px; align-items: start; }
.footer-grid > div:not(.footer-brand) { display: grid; gap: 8px; }
.footer-grid > div:not(.footer-brand) strong { margin-bottom: 4px; color: var(--gold); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-grid > p { margin: 0; color: rgba(255,255,255,.45); font-size: 12px; text-align: right; }

@media (max-width: 1020px) {
    .hero { min-height: auto; }
    .hero-grid { gap: 42px; }
    .availability-card { right: -15px; }
    .type-card { padding: 28px; }
    .request-grid, .partner-grid { gap: 45px; }
    .form-card, .partner-form { padding: 30px; }
}

@media (max-width: 820px) {
    .shell { width: min(100% - 32px, 680px); }
    .section { padding: 78px 0; }
    .site-header { height: 76px; }
    .menu-button { display: block; }
    .main-nav { position: absolute; left: 16px; right: 16px; top: 68px; display: none; padding: 18px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
    .main-nav.open { display: grid; gap: 4px; }
    .main-nav a { padding: 12px; }
    .nav-cta { color: var(--white); background: var(--forest); }
    .hero { padding: 126px 0 80px; }
    .hero-grid, .request-grid, .partner-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-grid { gap: 74px; }
    .hero-visual { width: min(92%, 510px); justify-self: center; }
    .hero h1 { font-size: clamp(54px, 12vw, 78px); }
    .section-heading { grid-template-columns: 1fr; gap: 25px; }
    .type-grid { grid-template-columns: 1fr; }
    .type-card { min-height: auto; }
    .type-icon { margin-top: 32px; }
    .type-card p { min-height: auto; }
    .request-intro { position: static; }
    .process-list { grid-template-columns: repeat(2, 1fr); gap: 38px 0; }
    .partner-grid { gap: 55px; }
    .faq-grid { gap: 45px; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid > p { text-align: left; }
}

@media (max-width: 560px) {
    .shell { width: calc(100% - 28px); }
    .hero h1 { font-size: 50px; }
    .hero-lead { font-size: 16px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
    .text-link { text-align: center; }
    .hero-points { grid-template-columns: 1fr; }
    .hero-points div { padding-top: 13px; }
    .hero-visual { width: calc(100% - 20px); }
    .availability-card { right: -9px; top: 28px; min-width: 195px; padding: 13px; }
    .visual-caption { left: -9px; }
    .section-heading h2, .request-intro h2, .partner-copy h2, .faq h2 { font-size: 41px; }
    .type-card { padding: 25px; }
    .form-card, .partner-form { padding: 23px 18px; }
    .stay-choice, .field-grid.two, .channel-choice > div { grid-template-columns: 1fr; }
    .stay-choice label > span { min-height: 62px; }
    .process-list { grid-template-columns: 1fr; }
    .process-list h3 { margin-top: 12px; }
    .footer-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}
