@import url('/styles/base.css');

.site-header { position: relative; z-index: 20; min-height: 4.75rem; display: grid; grid-template-columns: minmax(0, 1fr) auto auto; grid-template-areas: 'brand menu action'; gap: .5rem; align-items: center; padding: .75rem var(--gutter); background: var(--surface); border-bottom: 1px solid color-mix(in srgb, var(--border) 65%, transparent); }
.site-header .brand-logo { grid-area: brand; min-width: 0; }
.site-header > nav { display: none; gap: 1.5rem; align-items: center; justify-content: center; }
.site-header nav a { min-height: 2.75rem; display: inline-flex; align-items: center; color: var(--foreground); font-weight: 650; text-decoration: none; }
.site-header nav a:hover { color: var(--accent); }
.mobile-menu { grid-area: menu; }
.mobile-menu summary { min-height: 2.75rem; display: inline-flex; align-items: center; padding: 0 .4rem; cursor: pointer; color: var(--foreground); font-weight: 750; list-style: none; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu summary::after { content: '↓'; margin-left: .3rem; color: var(--accent); font-size: .8rem; }
.mobile-menu[open] summary::after { content: '↑'; }
.mobile-menu nav { position: absolute; top: 100%; right: 0; left: 0; display: grid; padding: .75rem var(--gutter) 1rem; border-top: 1px solid var(--border); background: var(--surface); box-shadow: 0 1rem 2rem rgba(42, 26, 29, .14); }
.site-header > .button { grid-area: action; }
.button { display: inline-flex; min-height: 3rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius-sm); padding: .75rem 1.15rem; font-weight: 750; text-align: center; text-decoration: none; cursor: pointer; transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-primary { color: #fff; background: var(--accent); box-shadow: 0 .5rem 1.5rem rgba(168, 35, 46, .24); }
.button-primary:hover { background: var(--primary); }
.button-secondary { color: var(--primary); border-color: var(--border); background: var(--surface); }
.button-secondary:hover { border-color: var(--primary); background: var(--accent-soft); }
.button-header { min-height: 2.75rem; padding: .6rem .9rem; color: #fff; background: var(--foreground); }
.button-inverse { color: var(--foreground); background: #fff; }
.hero { position: relative; min-height: calc(100svh - 4.75rem); display: grid; align-items: end; overflow: hidden; color: #fff; background: #351217; isolation: isolate; }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; margin: 0; }
.hero-media img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: 66% center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(53, 18, 23, .95) 0%, rgba(53, 18, 23, .8) 42%, rgba(53, 18, 23, .2) 76%), linear-gradient(0deg, rgba(53, 18, 23, .78) 0%, transparent 42%); }
.hero-content { width: min(100%, 76rem); margin: 0 auto; padding: clamp(2.5rem, 5vw, 4rem) var(--gutter) clamp(2.5rem, 5vw, 4rem); }
.hero h1 { max-width: 13ch; margin: 0 0 1.1rem; font-size: clamp(2.65rem, 5.6vw, 4.75rem); line-height: .98; letter-spacing: -.055em; text-wrap: balance; }
.hero .lede { max-width: 37rem; margin: 0 0 1.4rem; color: rgba(255,255,255,.88); font-size: clamp(1.08rem, 2.4vw, 1.35rem); line-height: 1.5; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; }
.quiet-link { min-height: 3rem; display: inline-flex; align-items: center; padding: .75rem; font-weight: 700; }
.quiet-link-light { color: #fff; text-underline-offset: .3em; }
.hero-proof { display: flex; flex-wrap: wrap; gap: .55rem 1.25rem; margin: 1.5rem 0 0; padding: 1rem 0 0; border-top: 1px solid rgba(255,255,255,.28); list-style: none; color: rgba(255,255,255,.88); font-size: .95rem; font-weight: 650; }
.hero-proof li::before { content: ''; display: inline-block; width: .42rem; height: .42rem; margin-right: .55rem; border-radius: 50%; background: #f0b5ba; vertical-align: .08rem; }
.hero-caption { position: absolute; right: var(--gutter); bottom: 1rem; margin: 0; color: rgba(255,255,255,.68); font-size: .75rem; }
.eyebrow, .status-label { margin: 0 0 .7rem; color: var(--primary); font-size: .78rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow-light { color: #f1bdc1; }
h1, h2, h3 { line-height: 1.08; }
h2 { margin: 0 0 1rem; font-size: clamp(2.15rem, 6vw, 4.5rem); letter-spacing: -.045em; text-wrap: balance; }
h3 { margin: 0 0 .5rem; font-size: 1.18rem; }
.offer-section, .trust-section, .faq-section { max-width: 76rem; display: grid; gap: 2.5rem; margin: 0 auto; padding: clamp(4.5rem, 10vw, 8rem) var(--gutter); }
.section-intro > p:last-child { max-width: 32rem; color: var(--muted); }
.offer-details { max-width: 38rem; }
.offer-kicker { margin: 0 0 1.25rem; font-weight: 800; }
.included-list { display: grid; gap: 0; margin: 0 0 1.5rem; padding: 0; list-style: none; border-top: 1px solid var(--border); }
.included-list li { position: relative; padding: 1rem 0 1rem 2rem; border-bottom: 1px solid var(--border); font-weight: 650; }
.included-list li::before { content: '✓'; position: absolute; left: 0; color: var(--success); font-weight: 900; }
.offer-note { color: var(--muted); }
.text-link { min-height: 2.75rem; display: inline-flex; align-items: center; font-weight: 750; text-underline-offset: .25em; }
.process-section { color: #fff; background: var(--foreground); }
.process-heading, .steps { width: min(100%, 76rem); margin-inline: auto; padding-inline: var(--gutter); }
.process-heading { padding-top: clamp(4.5rem, 10vw, 7rem); }
.process-heading h2 { max-width: 11ch; }
.process-heading > p:last-child { max-width: 34rem; color: #ead9dc; }
.steps { display: grid; gap: 0; margin-top: 2.5rem; padding-bottom: clamp(4.5rem, 10vw, 7rem); list-style: none; }
.steps li { display: grid; grid-template-columns: 3.25rem 1fr; gap: 1rem; padding: 1.5rem 0; border-top: 1px solid rgba(255,255,255,.2); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.2); }
.step-number { color: #f0b5ba; font-weight: 800; font-variant-numeric: tabular-nums; }
.steps strong { display: block; margin-bottom: .45rem; font-size: 1.35rem; }
.steps p { max-width: 28rem; margin: 0; color: #ead9dc; }
.trust-statement { max-width: 39rem; }
.trust-statement > p:not(.eyebrow) { color: var(--muted); font-size: 1.12rem; }
.trust-facts { border-top: 1px solid var(--border); }
.trust-facts article { display: grid; grid-template-columns: 2.4rem 1fr; gap: .5rem 1rem; padding: 1.5rem 0; border-bottom: 1px solid var(--border); }
.trust-facts h3, .trust-facts p { grid-column: 2; }
.trust-facts h3 { margin: 0; }
.trust-facts p { margin: 0; color: var(--muted); }
.fact-index { grid-row: 1 / span 2; color: var(--accent); font-size: .8rem; font-weight: 800; }
.availability-section { max-width: 72rem; margin: 0 auto clamp(4rem, 9vw, 7rem); padding: clamp(2rem, 6vw, 4rem); border: 1px solid var(--border); border-left: .35rem solid var(--warning); background: var(--surface); }
.availability-section h2 { max-width: 18ch; font-size: clamp(1.8rem, 4.5vw, 3.2rem); }
.availability-section > p:not(.status-label) { max-width: 46rem; color: var(--muted); }
.faq-section { border-top: 1px solid var(--border); }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list summary { min-height: 4.25rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-size: 1.08rem; font-weight: 750; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; color: var(--accent); font-size: 1.5rem; font-weight: 400; }
.faq-list details[open] summary::after { content: '−'; }
.faq-list details p { max-width: 44rem; margin: -.15rem 0 1.5rem; color: var(--muted); }
.closing-section { padding: clamp(4.5rem, 12vw, 8rem) var(--gutter); color: #fff; text-align: center; background: var(--primary); }
.closing-section h2 { max-width: 14ch; margin-inline: auto; }
.closing-section > p:not(.eyebrow) { margin: 0 auto 1.75rem; color: #f4dfe1; font-size: 1.15rem; }
.site-footer { display: grid; gap: 2rem; max-width: 76rem; margin: 0 auto; padding: 3rem var(--gutter); color: var(--muted); }
.site-footer > div p { max-width: 28rem; }
.site-footer nav { display: grid; align-content: start; }
.site-footer nav a { min-height: 2.75rem; display: inline-flex; align-items: center; }
.footer-note { padding-top: 1.5rem; border-top: 1px solid var(--border); font-size: .875rem; }

@media (min-width: 48rem) {
    .site-header { grid-template-columns: auto 1fr auto; grid-template-areas: 'brand navigation action'; padding-inline: max(var(--gutter), calc((100vw - 76rem) / 2)); }
    .site-header > nav { grid-area: navigation; }
    .site-header > nav { display: flex; }
    .mobile-menu { display: none; }
    .hero-content { padding-bottom: clamp(2.5rem, 5vw, 4rem); }
    .offer-section, .trust-section, .faq-section { grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); }
    .offer-section { align-items: start; }
    .process-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 3rem; }
    .process-heading .eyebrow { grid-column: 1 / -1; }
    .process-heading > p:last-child { align-self: end; }
    .steps { grid-template-columns: repeat(4, 1fr); }
    .steps li { min-height: 17rem; display: flex; flex-direction: column; padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
    .steps li:first-child { border-left: 1px solid rgba(255,255,255,.2); }
    .steps div { margin-top: auto; }
    .site-footer { grid-template-columns: 2fr 1fr 1fr; }
    .footer-note { grid-column: 1 / -1; }
}

@media (min-width: 64rem) {
    .hero-media img { object-position: center; transform: scale(1.015); transition: transform 700ms ease-out; }
    .hero:hover .hero-media img { transform: scale(1.03); }
}

@media (max-width: 31.25rem) {
    .brand-logo--header { width: min(100%, 8.5rem); }
    .hero-shade { background: linear-gradient(0deg, rgba(53,18,23,.97) 0%, rgba(53,18,23,.82) 58%, rgba(53,18,23,.2) 100%); }
    .hero-media img { object-position: 63% center; }
    .hero-actions .button { width: 100%; }
    .hero-caption { display: none; }
    .availability-section { margin-inline: var(--gutter); }
}

@media (max-width: 22rem) {
    .site-header { grid-template-columns: 1fr auto; grid-template-areas: 'brand menu' 'action action'; }
    .site-header > .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .button:hover, .button:active, .hero-media img, .hero:hover .hero-media img { transform: none; }
}
