:root {
    --ink: #10243a;
    --ink-soft: #203c58;
    --cream: #f8f5ee;
    --paper: #fffdf9;
    --apricot: #e98d62;
    --apricot-light: #f7d7c2;
    --gold: #e6b558;
    --sage: #abb49a;
    --line: rgba(16, 36, 58, .14);
    --serif: Georgia, 'Times New Roman', serif;
    --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; }
.skip-link { position: absolute; left: 1rem; top: -5rem; z-index: 10; background: var(--paper); color: var(--ink); padding: .75rem 1rem; font-weight: 700; }
.skip-link:focus { top: 1rem; }

.site-header { min-height: 84px; max-width: 1440px; margin: auto; padding: 0 clamp(1.25rem, 4vw, 4rem); display: flex; align-items: center; justify-content: space-between; background: var(--paper); }
.wordmark { display: inline-flex; gap: .45rem; align-items: center; color: var(--ink); text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.wordmark-name { font-size: .7rem; font-weight: 850; letter-spacing: .075em; }
.wordmark-year { min-width: 1.9rem; padding: .28rem .28rem .24rem; border: 1.5px solid var(--apricot); color: var(--apricot); font-family: var(--serif); font-size: 1.05rem; font-weight: 700; letter-spacing: -.06em; line-height: 1; text-align: center; }
nav { display: flex; align-items: center; gap: clamp(1rem, 2.6vw, 2.4rem); font-size: .9rem; font-weight: 650; }
nav a { text-decoration: none; }
nav a:not(.nav-contact):hover, nav a:not(.nav-contact):focus-visible { text-decoration: underline; text-underline-offset: .35rem; }
.nav-contact { border: 1px solid var(--ink); padding: .55rem .9rem; }
.nav-contact:hover, .nav-contact:focus-visible { background: var(--ink); color: #fff; }

.hero { position: relative; isolation: isolate; min-height: min(720px, calc(100vh - 84px)); max-width: 1440px; margin: auto; overflow: hidden; display: grid; align-items: end; padding: clamp(2.5rem, 7vw, 6.5rem) clamp(1.25rem, 8vw, 8rem); color: #fff; }
.hero-picture, .hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-picture { z-index: -2; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(4, 17, 30, .78) 0%, rgba(4, 17, 30, .50) 30%, rgba(4, 17, 30, .14) 52%, rgba(4, 17, 30, 0) 72%), linear-gradient(0deg, rgba(4, 17, 30, .22), transparent 42%); }
.hero-content { max-width: 690px; }
.eyebrow { margin: 0 0 1.1rem; color: var(--gold); text-transform: uppercase; letter-spacing: .15em; font-size: .7rem; font-weight: 780; }
.eyebrow-dark { color: var(--apricot); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, blockquote { font-family: var(--serif); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
h1 { margin-bottom: 1.45rem; font-size: clamp(3.7rem, 8vw, 7.7rem); }
h1 em { color: var(--apricot-light); }
.hero-copy { max-width: 460px; margin-bottom: 2rem; font-size: clamp(1rem, 1.5vw, 1.25rem); }
.button { display: inline-flex; align-items: center; gap: .9rem; padding: .9rem 1.15rem; text-decoration: none; font-weight: 750; font-size: .9rem; transition: transform .15s ease, background .15s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.button-light { background: var(--paper); color: var(--ink); }
.button-light span { color: var(--apricot); font-size: 1.3rem; line-height: .6; }
.hero-caption { position: absolute; right: clamp(1.25rem, 4vw, 4rem); bottom: 1.6rem; margin: 0; font-size: .72rem; letter-spacing: .04em; opacity: .86; }

.section-shell { max-width: 1280px; margin: auto; padding: clamp(4.5rem, 9vw, 8.5rem) clamp(1.25rem, 4vw, 4rem); }
.offer { display: grid; grid-template-columns: minmax(230px, .73fr) 1.25fr; gap: clamp(2.5rem, 7vw, 7rem); }
.section-intro h2, .contact h2 { margin-bottom: 1.35rem; font-size: clamp(2.7rem, 5vw, 5rem); }
.section-intro > p:last-child { max-width: 360px; color: var(--ink-soft); }
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: start; gap: 1rem; }
.offer-card { position: relative; min-height: 320px; padding: 1.5rem; display: flex; flex-direction: column; justify-content: end; overflow: hidden; }
.offer-card-dark { background: var(--ink); color: #fff; }
.offer-card-warm { background: var(--apricot); color: #fff; }
.offer-card-pale { background: #e3e6d8; }
.offer-card svg { position: absolute; top: 1.5rem; left: 1.5rem; width: 46px; fill: none; stroke: currentColor; stroke-width: 1.35; stroke-linecap: round; stroke-linejoin: round; opacity: .82; }
.card-number { position: absolute; top: 1.6rem; right: 1.5rem; font-size: .68rem; letter-spacing: .12em; opacity: .68; }
.offer-card h3 { margin-bottom: .55rem; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; letter-spacing: -.04em; line-height: 1.05; }
.offer-card p { margin-bottom: 0; font-size: .86rem; line-height: 1.5; opacity: .86; }

.statement { background: var(--ink); color: #fff; }
.statement-inner { max-width: 900px; margin: auto; padding: clamp(5rem, 11vw, 10rem) clamp(1.25rem, 4vw, 4rem); text-align: center; }
.statement blockquote { margin: 0 auto 2rem; max-width: 800px; color: var(--apricot-light); font-size: clamp(2.8rem, 5.6vw, 5.8rem); }
.statement-inner > p:last-child { max-width: 530px; margin: 0 auto; color: rgba(255,255,255,.78); }

.contact { display: grid; grid-template-columns: 1.1fr 1fr; gap: clamp(2rem, 7vw, 7rem); align-items: end; }
.contact-panel { padding: clamp(1.7rem, 4vw, 3.2rem); background: var(--paper); border-top: 5px solid var(--apricot); box-shadow: 0 14px 38px rgba(16, 36, 58, .07); }
.contact-panel > p { max-width: 430px; margin-bottom: 2rem; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; letter-spacing: -.025em; }
.contact-details { padding-top: 1.1rem; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; display: grid; gap: .32rem; }
.contact-details a { color: var(--ink); font-weight: 720; text-decoration-color: var(--apricot); text-decoration-thickness: 2px; text-underline-offset: .22rem; }

.site-footer { padding: 0 clamp(1.25rem, 4vw, 4rem); background: var(--paper); }
.footer-top, .footer-bottom { max-width: 1280px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.footer-top { padding: 2.25rem 0; border-bottom: 1px solid var(--line); }
.footer-top p { margin: 0; color: var(--ink-soft); font-size: .9rem; }
.footer-bottom { padding: 1.1rem 0; color: var(--ink-soft); font-size: .75rem; }
.legal-links { display: flex; gap: 1.2rem; }
.legal-links a { text-underline-offset: .25rem; }

.legal-header { max-width: 1440px; margin: auto; padding: 1.2rem clamp(1.25rem, 4vw, 4rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-main { max-width: 820px; margin: auto; padding: clamp(4rem, 9vw, 8rem) clamp(1.25rem, 4vw, 4rem); }
.legal-main h1 { color: var(--ink); font-size: clamp(3.3rem, 7vw, 6rem); }
.legal-main h2 { margin: 3.1rem 0 1rem; font-size: clamp(1.7rem, 3vw, 2.4rem); }
.legal-main h3 { margin: 2rem 0 .5rem; font-size: 1rem; }
.legal-main p, .legal-main li { max-width: 690px; }
.legal-main a { color: var(--ink); text-decoration-color: var(--apricot); text-decoration-thickness: 2px; text-underline-offset: .18rem; }
.legal-main address { font-style: normal; line-height: 1.7; }
.legal-note { margin-top: 3rem; padding: 1.1rem 1.2rem; border-left: 4px solid var(--apricot); background: var(--paper); color: var(--ink-soft); font-size: .88rem; }

@media (max-width: 800px) {
    .site-header { min-height: 70px; }
    nav a:not(.nav-contact) { display: none; }
    .hero { min-height: 680px; align-items: start; padding-top: 3.1rem; padding-bottom: 2rem; }
    .hero-image { object-position: center; }
    .hero-shade { background: linear-gradient(180deg, rgba(4,17,30,.72) 0%, rgba(4,17,30,.43) 28%, rgba(4,17,30,0) 54%); }
    .hero-content { max-width: 100%; }
    .hero-copy { display: none; }
    .hero-content .button { position: absolute; left: 50%; bottom: 1.5rem; transform: translateX(-50%); white-space: nowrap; }
    .hero-content .button:hover, .hero-content .button:focus-visible { transform: translateX(-50%) translateY(-2px); }
    .hero-caption { display: none; }
    .offer, .contact { grid-template-columns: 1fr; }
    .offer-grid { grid-template-columns: 1fr; }
    .offer-card, .offer-card:nth-child(2), .offer-card:nth-child(3) { min-height: 225px; margin-top: 0; }
    .footer-top { align-items: flex-start; flex-direction: column; gap: 1rem; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: .7rem; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
@media (forced-colors: active) { .hero-shade { background: rgba(0,0,0,.8); } .button-light, .nav-contact { border: 1px solid CanvasText; } }
