/* Campaign page only. Existing site typography and colors are retained. */
.quonset-page { --lp-muted: #b8c2d4; --lp-gold: #e6a80f; }
.quonset-page .skip-link { position: fixed; left: 1rem; top: -100px; z-index: 200; padding: .8rem 1rem; background: #ffd166; color: #101b2e; }
.quonset-page .skip-link:focus { top: 1rem; }
.quonset-page .lp-section { padding-block: clamp(3rem, 6vw, 5.5rem); }
.quonset-page p { line-height: 1.7; }
.quonset-page .lp-muted { color: var(--lp-muted); }
.quonset-page .lp-eyebrow { color: var(--lp-gold); font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; margin-bottom: 1rem; }
.quonset-page h2 { font-family: var(--font-display); font-size: clamp(2.1rem, 3.6vw, 3.3rem); font-weight: 400; line-height: 1.06; margin-bottom: 1.25rem; }
.quonset-page h3 { font: 600 1.05rem/1.35 var(--font-body); margin-bottom: .65rem; }
.lp-hero { background: #13233e; border-bottom: 1px solid #30415d; padding-block: clamp(2.75rem, 5vw, 5rem); }
.lp-hero-grid { display: grid; grid-template-columns: 1fr 1.04fr; gap: clamp(2rem,4vw,4rem); align-items: center; }
.lp-hero h1 { font: 400 clamp(3rem,4.6vw,4.5rem)/1.02 var(--font-display); letter-spacing: .01em; margin-bottom: 1.4rem; }
.lp-hero h1 span { display: block; color: var(--lp-gold); }
.lp-hero-copy { max-width: 49ch; color: #d7deea; font-size: 1.05rem; margin-bottom: 1.7rem; }
.lp-call { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: .9rem 1.3rem; border-radius: 4px; background: var(--lp-gold); color: #101b2e !important; font-weight: 700; font-size: 1rem; text-decoration: none; }
.lp-call:hover { background: #ffd166; }
.lp-link { display: inline-block; color: #ffd166; text-decoration: underline; text-underline-offset: .25em; padding-block: .5rem; font-weight: 500; }
.lp-person-line { display: flex; gap: .85rem; align-items: center; margin-top: 1.5rem; }
.lp-person-line img { width: 52px; height: 52px; object-fit: cover; object-position: center 25%; border-radius: 50%; }
.lp-person-line p { font-size: .82rem; line-height: 1.45; color: var(--lp-muted); }
.lp-person-line strong { display: block; font-size: .93rem; color: #fff; }
.lp-hero-visual { margin: 0; }
.lp-hero-visual > img { width: 100%; aspect-ratio: 1.22; object-fit: cover; border-radius: 6px; }
.lp-hero-visual figcaption { display: flex; justify-content: space-between; gap: .75rem; margin-top: .8rem; font-size: .77rem; color: #c2ccdc; }
.lp-hero-visual figcaption strong { color: #fff; font-weight: 500; }
.lp-benefits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 2rem; margin: 2.5rem 0 0; padding-top: 1.75rem; border-top: 1px solid #34415b; }
.lp-benefits dt { font: 400 1.75rem/1.2 var(--font-display); color: var(--lp-gold); margin-bottom: .4rem; }
.lp-benefits dd { margin: 0; color: #c3cbd9; font-size: .88rem; line-height: 1.6; max-width: 36ch; }
.lp-fit-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); }
.lp-fit-summary { font-size: 1.07rem; margin-bottom: 1.5rem; }
.lp-straightwall-photo { margin: 1.5rem 0 0; }
.lp-straightwall-photo img { width: 100%; border-radius: 6px; }
.lp-straightwall-photo figcaption { font-size: .8rem; color: #c3cbd9; margin-top: .7rem; line-height: 1.5; }
.lp-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; border-top: 1px solid #34415b; padding-top: 1.5rem; margin-block: 1.5rem; }
.lp-specs dt { color: var(--lp-muted); font-size: .8rem; margin-bottom: .3rem; }
.lp-specs dd { margin: 0; font-size: 1.15rem; font-weight: 600; }
.lp-scope-note { border-left: 3px solid var(--lp-gold); padding: .4rem 0 .4rem 1rem; font-size: .9rem; color: #c3cbd9; }
.lp-meet { background: #19263c; }
.lp-meet-grid { display: grid; grid-template-columns: .72fr 1fr; gap: clamp(2rem, 7vw, 6rem); align-items: center; max-width: 1080px; margin-inline: auto; }
.lp-meet-photo { width: 100%; max-height: 520px; aspect-ratio: .87; object-fit: cover; object-position: center 25%; border-radius: 6px; }
.lp-meet-copy p { color: #c3cbd9; margin-bottom: 1.2rem; }
.lp-role { color: var(--lp-gold) !important; font-size: .88rem; font-weight: 500; }
.lp-checklist-heading { max-width: 650px; margin-bottom: 2rem; }
.lp-checklist { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 0 2.5rem; }
.lp-checklist li { border-top: 1px solid #34415b; padding-block: 1.5rem; }
.lp-checklist .lp-num { font: 400 1.5rem/1 var(--font-display); color: var(--lp-gold); display: block; margin-bottom: .8rem; }
.lp-checklist p { font-size: .92rem; color: var(--lp-muted); }
.lp-clarify { margin-top: 1rem; border: 1px solid #34415b; padding: 1.2rem 1.5rem; border-radius: 4px; color: #c3cbd9; font-size: .9rem; }
.lp-call-plan { margin-top: 3rem; padding-top: 2.5rem; border-top: 1px solid #34415b; display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.lp-call-plan p { color: #c3cbd9; }
.lp-faq-section { background: #141e30; }
.lp-faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 4rem; }
.quonset-page .faq-question { min-height: 60px; text-align: left; font-size: 1rem; }
.quonset-page .faq-answer p { color: #c3cbd9; }
.lp-final { background: #e6a80f; color: #101b2e; text-align: center; }
.lp-final p { max-width: 56ch; margin: 0 auto 1.6rem; }
.lp-final .lp-call { background: #152947; color: #fff !important; }
.lp-final .lp-secondary { margin-top: 1rem; margin-bottom: 0; font-size: .9rem; }
.lp-secondary a { text-decoration: underline; text-underline-offset: .2em; font-weight: 600; padding: .6rem .3rem; display: inline-block; color: inherit; }
.lp-footer { padding-block: 2.5rem; }
.lp-footer-grid { display: flex; justify-content: space-between; align-items: start; gap: 2rem; }
.lp-footer p { color: var(--lp-muted); font-size: .85rem; margin-top: .9rem; }
.lp-footer nav { display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; }
.lp-footer nav a { padding-block: .5rem; color: #d5dce7; }
.lp-footer .lp-footer-contact { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; margin-top: .75rem; }
.lp-footer-contact a { color: #ffd166; font-size: .9rem; padding-block: .5rem; }
.lp-sticky-call { display: none; }
.quonset-page :focus-visible { outline: 3px solid #ffd166; outline-offset: 5px; }
.lp-final :focus-visible { outline-color: #101b2e; }
.quonset-page [id] { scroll-margin-top: 160px; }
@media (max-width: 900px) {
  .lp-hero-grid, .lp-fit-grid { grid-template-columns: 1fr; }
  .lp-hero h1 { font-size: clamp(2.8rem,7.5vw,4.5rem); }
  .lp-hero-copy { max-width: 60ch; }
  .lp-hero-visual > img { aspect-ratio: 1.65; }
  .lp-faq-grid { grid-template-columns: 1fr; gap: 1.5rem; }
}
@media (max-width: 640px) {
  .lp-benefits { grid-template-columns: 1fr; gap: 1.2rem; }
  .lp-meet-grid, .lp-call-plan { grid-template-columns: 1fr; gap: 1.6rem; }
  .lp-meet-photo { max-height: 420px; aspect-ratio: 1; }
  .lp-checklist { grid-template-columns: 1fr 1fr; gap: 0 1.3rem; }
  .lp-footer-grid { flex-direction: column; }
  .lp-hero-visual figcaption { flex-direction: column; gap: .2rem; }
  .lp-hero .lp-call { width: 100%; }
  .quonset-page { padding-bottom: calc(84px + env(safe-area-inset-bottom, 0px)); }
  .lp-sticky-call { display: block; position: fixed; inset: auto 0 0; z-index: 90; background: #0e1520; border-top: 1px solid #34415b; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); }
  .lp-sticky-call a { display: flex; min-height: 50px; }
}
@media (prefers-reduced-motion: reduce) {
  .quonset-page *, .quonset-page *::before, .quonset-page *::after { scroll-behavior: auto !important; transition: none !important; }
}
