/* Shared finishing layer: restrained typography, clearer spacing, consistent surfaces. */
:root { --gutter: clamp(1.25rem,5.5vw,6rem); --radius: 12px; --line: #253440; --muted: #b2c1cd; --sans: 'Helvetica Neue',Arial,Helvetica,sans-serif; }
body { -webkit-font-smoothing: antialiased; }
.section { padding-block: clamp(4rem,7vw,7rem); }
h2 { font-size: clamp(2.15rem,3.7vw,3.8rem); line-height: 1.1; letter-spacing: -.045em; }
.eyebrow { font-size: .875rem; letter-spacing: .12em; line-height: 1.5; }
.header { min-height: 104px; gap: 2rem; }
.brand-logo { width: 76px; height: 76px; border-radius: 12px; }
.brand-wordmark { font-size: 1.2rem; letter-spacing: -.025em; }
.header nav { gap: clamp(1rem,2vw,2rem); }
.header nav>a { font-size: .9375rem; }
.button, .size-row .size-link { border-radius: 8px; min-height: 52px; }
.button-small { min-height: 46px; }
.hero h1 { font-size: clamp(3.15rem,6.3vw,6.5rem); line-height: 1.04; letter-spacing: -.05em; }
.hero-copy { max-width: 46rem; }
.hero-description { max-width: 29rem; line-height: 1.75; }
.hero .eyebrow { font-size: .875rem; }
.location { font-size: .875rem; }
.occasion-strip { font-size: .875rem; letter-spacing: .04em; padding-block: 1.4rem; }
.experience-text { gap: clamp(2rem,5vw,5rem); }
.experience-copy { line-height: 1.85; }
.floor-showcase img { border-radius: 12px; }
.floor-showcase figcaption { font-size: .875rem; padding-top: .3rem; }
.size-guide { border-block: 1px solid var(--line); gap: clamp(2rem,6vw,6rem); }
.size-guide-action p { margin-inline: auto; }
.testimonials-heading { text-align: center; margin-bottom: 2rem; }
.has-carousel .testimonial-card { background: #0d141b; border: 1px solid var(--line); border-radius: 12px; }
.has-carousel .testimonial-card blockquote { font-size: clamp(1.125rem,2vw,1.5rem); line-height: 1.7; max-width: 44rem; margin-inline: auto; }
.testimonial-card figcaption { width: 100%; font-size: 1rem; }
.testimonial-stars { font-size: 1.125rem; }
.quote { gap: clamp(2.5rem,6vw,6rem); }
.quote-form { border-radius: 12px; }
.field label, .form-note { font-size: .9375rem; }
.field input,.field select,.field textarea { border-radius: 7px; border-color: #425767; }
.contact-links { border-top: 1px solid var(--line); }
.footer { gap: 1rem 2rem; padding-block: 2.25rem; font-size: .875rem; }
.deposit-back { padding-top: 1.75rem; }
.sizes-page .sizes, .deposit-page .payment { padding-top: 2.5rem; }
.sizes-page h1, .deposit-page #payment-title { font-size: clamp(2.6rem,4.6vw,4.5rem); line-height: 1.08; letter-spacing: -.045em; }
.sizes-intro { margin-bottom: 3rem; }
.size-photo-card { border-radius: 12px; padding-bottom: 1.75rem; }
.size-photo-card .size-photo { border-radius: 11px 11px 0 0; }
.size-photo-card h3 { padding-top: .4rem; }
.size-photo-card h4 { font-size: 1.0625rem; }
.size-photo-card p { font-size: 1rem; line-height: 1.65; }
.size-note { font-size: .9375rem; line-height: 1.75; }
.custom-size { border-bottom: 1px solid var(--line); }
.custom-size-panel { align-self: center; }
.payment-copy { gap: 1.5rem 4rem; }
.payment-copy>p:not(.eyebrow) { font-size: 1.0625rem; }
.invoice-breakdown { padding: 1.5rem; background: #0d141b; border: 1px solid var(--line); border-radius: 12px; }
.invoice-breakdown ul { gap: .5rem 2rem; }
.invoice-label,.balance-help,.payment-facts,.payment-confirm,.payment-note,.stripe-mark { font-size: .9375rem; }
.payment-options { gap: 2rem; align-items: stretch; }
.payment-card { padding: clamp(1.5rem,3vw,2.75rem); border-radius: 12px; }
.payment-kicker { font-size: 1rem; color: #d4e5f1; }
.payment-description { font-size: 1rem; line-height: 1.75; }
.payment-card h3 { margin-top: .75rem; font-size: 3.75rem; color: var(--accent); }
.payment-facts { padding-block: 1.25rem; margin-block: 1.5rem; }
.payment-confirm { padding-block: .25rem; }
.walkthrough.section { padding: 0; }
@media(min-width:1600px) { .section:not(.walkthrough), .header,.footer { padding-inline: max(var(--gutter),calc((100vw - 1440px)/2)); } }
@media(max-width:1000px) { .header { gap: 1rem; } .header nav { gap: .75rem; } }
@media(max-width:850px) {
 .header { min-height: 88px; padding-block: .8rem; }
 .brand-logo { width: 62px; height: 62px; }
 .brand-wordmark { font-size: 1.0625rem; }
 .header nav { padding-top: 1rem; gap: .75rem; }
 .header nav>a { min-height: 50px; }
 .hero h1 { font-size: clamp(2.9rem,9vw,4.6rem); }
 .hero-scroll.is-ready .hero { padding-top: 2rem; padding-bottom: 4.5rem; }
 .hero-description { margin-block: 1.25rem 1.5rem; font-size: 1rem; }
 .experience,.quote { padding-block: 4rem; }
 .size-guide-action p { margin-inline: 0; }
 .payment-copy { gap: 1.25rem; }
 .sizes-intro { gap: 1.5rem; }
 .footer { align-items: flex-start; }
}
@media(max-width:460px) {
 .brand { gap: .55rem; }
 .brand-logo { width: 54px; height: 54px; }
 .hero h1 { font-size: clamp(2.5rem,10.7vw,3.5rem); }
 .hero .eyebrow { font-size: .8125rem; letter-spacing: .09em; }
 .hero .button { min-width: 0; width: 100%; }
 .hero-scroll.is-ready .hero { min-height: 600px; }
 .location { font-size: .875rem; line-height: 1.5; }
 .occasion-strip { font-size: .8125rem; }
 .quote-form { padding: 1.25rem; }
 .payment-options { gap: 1.25rem; }
 .contact-link { font-size: .9375rem; }
}
