:root {
  --navy: #09162b;
  --navy-soft: #132641;
  --orange: #f57b20;
  --orange-dark: #d95e08;
  --ink: #13233b;
  --muted: #5f6c7d;
  --surface: #f4f6f8;
  --paper: #fff;
  --line: #dfe4ea;
  --danger: #a22c32;
  --shadow: 0 14px 38px rgba(9, 22, 43, .1);
  color: var(--ink);
  background: var(--surface);
  font-family: Montserrat, "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
a { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 20; padding: .75rem; background: #fff; }
.skip-link:focus { top: 1rem; }
button, input, select, textarea, a { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
.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; }
.site-header { position: relative; z-index: 2; color: #fff; background: var(--navy); }
.header-inner, .page, .footer-inner { width: min(1160px, calc(100% - 2rem)); margin: auto; }
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 1.5rem; }
.brand { display: inline-flex; margin-right: auto; text-decoration: none; }
.brand img { display: block; width: 172px; height: 46px; object-fit: cover; object-position: 50% 52%; border-radius: 2px; }
.suite-name { color: #fff; font-size: .76rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.nav { display: flex; align-items: center; gap: .25rem; flex-wrap: wrap; }
.nav a, .link-button { padding: .65rem .72rem; border: 0; border-radius: 7px; color: inherit; background: none; text-decoration: none; cursor: pointer; }
.nav a[aria-current=page] { background: rgba(255,255,255,.14); }
.hero { padding: 5.5rem 0 7rem; color: white; background: linear-gradient(115deg, rgba(9,22,43,.98), rgba(9,22,43,.84)), radial-gradient(circle at 85% 15%, #233c5d, var(--navy)); }
.hero-grid { display: grid; gap: 2rem; }
.eyebrow { color: var(--orange); font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { color: var(--navy); font-weight: 800; letter-spacing: -.025em; }
.hero h1, .page-title h1 { max-width: 850px; margin: .6rem 0 1rem; font-size: clamp(2.4rem, 7vw, 4.7rem); line-height: 1.04; }
.hero h1, .member-hero h1 { color: #fff; }
.hero p { max-width: 670px; color: #e4e9ef; font-size: 1.12rem; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 2rem; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: .82rem 1.15rem; border: 0; border-radius: 8px; color: #fff; background: var(--orange); box-shadow: 0 6px 18px rgba(245,123,32,.2); font-weight: 800; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--orange-dark); }
.button:disabled { opacity: .65; cursor: wait; }
.button.secondary { color: #fff; border: 1px solid rgba(255,255,255,.7); background: transparent; box-shadow: none; }
.button.small { padding: .62rem .82rem; font-size: .88rem; }
.section { padding: 4.5rem 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.75rem; }
.section-heading h2 { margin: .35rem 0 0; font-size: clamp(1.8rem,4vw,2.8rem); }
.section-heading p { max-width: 580px; color: var(--muted); }
.catalog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%,280px),1fr)); gap: 1.15rem; }
.guide-card, .history-row, .auth-card, .empty-state, .placeholder, .service-error { padding: 1.5rem; border: 1px solid var(--line); border-radius: 14px; background: var(--paper); box-shadow: var(--shadow); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: .5rem; }
.status { padding: .32rem .58rem; border-radius: 99px; color: #465365; background: #edf0f3; font-size: .73rem; font-weight: 800; }
.status.active, .status.all-access, .status.individual { color: #0d5c49; background: #e1f1ec; }
.status.expired { color: #8b382e; background: #f8e6e2; }
.guide-card h3, .history-row h3 { margin: 1rem 0 .5rem; font-size: 1.28rem; }
.guide-card > p { min-height: 4.7rem; color: var(--muted); line-height: 1.55; }
.guide-meta { display: flex; justify-content: space-between; gap: .5rem; margin-top: 1rem; padding-top: 1rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.text-link { display: inline-block; margin-top: 1.15rem; color: var(--orange-dark); font-weight: 800; }
.pricing { display: grid; gap: 1.5rem; padding: 2.25rem; border: 1px solid #dce2e8; border-left: 6px solid var(--orange); border-radius: 14px; background: #fff; box-shadow: var(--shadow); }
.price { color: var(--navy); font-size: 2.6rem; font-weight: 800; }
.price small { font-size: 1rem; }
.site-footer { padding: 2rem 0; color: #dce3ec; background: var(--navy); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-logo { width: 150px; height: 40px; object-fit: cover; object-position: 50% 52%; }
.page { padding: 2.75rem 0 5rem; }
.page-title h1 { font-size: clamp(2.2rem,6vw,3.8rem); }
.page-title p { color: var(--muted); font-size: 1.08rem; }
.member-hero { min-height: 330px; color: #fff; background: linear-gradient(90deg, rgba(9,22,43,.9), rgba(9,22,43,.25)), url("/assets/images/pinnacle-sunrise.png") center 56% / cover no-repeat; }
.member-hero .page-title { max-width: 720px; padding-top: 2.5rem; }
.member-hero .page-title p { color: #eef2f6; }
.member-content { margin-top: -3rem; position: relative; }
.auth-screen { display: grid; min-height: calc(100vh - 82px); place-items: center; padding: 3.5rem 0; background: linear-gradient(90deg, rgba(9,22,43,.83), rgba(9,22,43,.42)), url("/assets/images/pinnacle-snowcaps.png") center / cover no-repeat; }
.auth-wrap { width: min(490px, calc(100% - 2rem)); margin-left: max(1rem, calc((100vw - 1160px)/2)); margin-right: auto; }
.auth-card { padding: clamp(1.6rem,5vw,2.5rem); }
.auth-card h1 { margin: .55rem 0 .6rem; font-size: clamp(2rem,5vw,3rem); line-height: 1.06; }
.auth-intro { margin: 0 0 1.5rem; color: var(--ink); font-size: 1.04rem; font-weight: 650; }
.field { display: grid; gap: .45rem; margin: 1rem 0; }
.field label { color: var(--navy); font-weight: 750; }
.field input { width: 100%; padding: .85rem; border: 1px solid #aeb8c4; border-radius: 8px; background: #fff; font-size: 1rem; }
.form-actions { display: grid; gap: .75rem; margin-top: 1.25rem; }
.form-note, .form-links { color: var(--muted); font-size: .9rem; line-height: 1.5; }
.form-links a { color: #1e4d80; font-weight: 650; }
.message { margin: 1rem 0; padding: .8rem; border-radius: 8px; }
.message.error { color: var(--danger); background: #fae7e8; }
.message.success { color: #155743; background: #e2f1ec; }
.history-list { display: grid; gap: .8rem; }
.history-row { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.history-row h3 { margin: .3rem 0; }
.history-row p { margin: .25rem 0; color: var(--muted); }
.lock { display: grid; max-width: 300px; gap: .25rem; color: #85382f; text-align: right; }
.lock span, .locked-note { font-size: .85rem; }
.empty-state, .placeholder, .service-error { padding: 3rem; text-align: center; }
.service-error { max-width: 680px; margin: 3rem auto; }
.loading-shell { padding: 4rem; text-align: center; }
.guide-mount { min-height: 60vh; }
.seo-guide { width:min(1160px,calc(100% - 2rem)); margin:auto; padding:3rem 0 5rem; }
.seo-guide.narrow { width:min(800px,calc(100% - 2rem)); }
.seo-overview { display:grid; grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr); gap:clamp(2rem,6vw,5rem); align-items:center; min-height:650px; }
.seo-overview h1,.result-hero h1,.guide-heading h1 { margin:.6rem 0 1rem; font-size:clamp(2.35rem,6vw,4.7rem); line-height:1.04; }
.lede { color:var(--muted); font-size:1.12rem; line-height:1.7; }
.quiet,.field-help { color:var(--muted); font-size:.88rem; line-height:1.5; }
.ascent-card,.progress-card,.review-card,.locked-result,.roadmap-phase,.metric-grid article,.route-card,.seo-guide.result>section { padding:clamp(1.4rem,4vw,2.3rem); border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:var(--shadow); }
.ascent-card { border-top:5px solid var(--orange); }
.ascent-card ol { list-style:none; padding:0; counter-reset:ascent; }
.ascent-card li { display:grid; gap:.3rem; padding:1rem 0 1rem 2.8rem; border-bottom:1px solid var(--line); position:relative; }
.ascent-card li::before { counter-increment:ascent; content:counter(ascent); position:absolute; left:0; display:grid; width:1.8rem; height:1.8rem; color:#fff; background:var(--navy); border-radius:50%; place-items:center; font-weight:800; }
.ascent-card li span { color:var(--muted); font-size:.9rem; }
.seo-guide fieldset { margin:2rem 0; padding:1.5rem; border:1px solid var(--line); border-radius:14px; background:#fff; }
.seo-guide legend { padding:0 .5rem; color:var(--navy); font-size:1.3rem; font-weight:800; }
.seo-guide .field { margin:1.4rem 0; }
.seo-guide input:not([type=checkbox]),.seo-guide select,.seo-guide textarea { width:100%; min-height:48px; padding:.82rem; border:1px solid #9da9b7; border-radius:8px; background:#fff; }
.seo-guide textarea { min-height:110px; resize:vertical; }
.field-help { margin:0; }.field-error { margin:.1rem 0; color:var(--danger); font-size:.86rem; font-weight:700; }.has-error input,.has-error select,.has-error textarea { border:2px solid var(--danger)!important; }
.sticky-actions { position:sticky; bottom:0; display:flex; align-items:center; gap:1rem; padding:1rem; border:1px solid var(--line); border-radius:12px; background:rgba(255,255,255,.96); box-shadow:0 -8px 25px rgba(9,22,43,.08); }
.button.tertiary { color:var(--navy); background:#e9edf2; box-shadow:none; }.form-actions { display:flex; flex-wrap:wrap; }
.stage-list { padding:0; list-style:none; }.stage-list li { display:grid; grid-template-columns:2.4rem 1fr auto; align-items:center; gap:.8rem; min-height:62px; color:var(--muted); }.stage-list li>span { display:grid; width:2rem; height:2rem; border:2px solid #9da9b7; border-radius:50%; place-items:center; }.stage-list .complete>span { color:#fff; border-color:#16705a; background:#16705a; }.stage-list .current { color:var(--navy); }.stage-list .current>span { border-color:var(--orange); }.stage-list small { font-size:.75rem; }
.result-hero { padding:3rem 0; }.confidence { display:inline-block; padding:.6rem .8rem; border-radius:99px; background:#e8eef5; }.result-nav { position:sticky; top:0; z-index:1; display:flex; gap:.4rem; padding:.8rem; overflow:auto; background:var(--navy); border-radius:10px; }.result-nav a { padding:.6rem; color:#fff; white-space:nowrap; }.seo-guide.result>section { margin:1.5rem 0; box-shadow:none; }.primary-callout { padding:1.2rem; border-left:5px solid var(--orange); background:#fff5ed; }.condition-grid,.metric-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }.signal { padding:1rem 0; border-bottom:1px solid var(--line); }.recommendation { display:grid; grid-template-columns:3rem 1fr; gap:1rem; padding:1.4rem 0; border-top:1px solid var(--line); }.recommendation.urgent { margin:.5rem 0; padding:1.4rem; border:2px solid #b34a35; border-radius:12px; }.rank { display:grid; width:2.5rem; height:2.5rem; color:#fff; background:var(--navy); border-radius:50%; place-items:center; font-weight:800; }.tags { display:flex; gap:.4rem; flex-wrap:wrap; }.tags span { padding:.3rem .5rem; border-radius:99px; background:#edf0f3; font-size:.75rem; font-weight:700; }.recommendation details { margin-top:1rem; }.recommendation summary { cursor:pointer; color:#1e4d80; font-weight:750; }.roadmap-phase { margin:1rem 0; box-shadow:none; }.roadmap-action { display:flex; gap:.8rem; padding:1rem 0; border-top:1px solid var(--line); cursor:pointer; }.roadmap-action input { width:22px; height:22px; flex:none; }.roadmap-action>span { display:grid; gap:.3rem; }.roadmap-action small { color:var(--muted); }.metric-grid article { box-shadow:none; }.metric-grid dl { display:grid; grid-template-columns:auto 1fr; gap:.5rem; }.metric-grid dt { font-weight:800; }.metric-grid dd { margin:0; }.lock-mark { display:grid; width:3rem; height:3rem; place-items:center; border-radius:50%; background:#f7e4df; color:#8b382e; }.locked-result { display:grid; justify-items:start; gap:.8rem; }.locked-result a:not(.button),.service-error a { color:#1e4d80; font-weight:700; }.preview-bar { display:flex; justify-content:center; gap:1rem; padding:.8rem; color:#fff; background:#263c58; }.preview-bar nav { display:flex; gap:.8rem; flex-wrap:wrap; }.preview-bar a { color:#fff; }
.recommendation-detail { display:grid; grid-template-columns:auto 1fr; gap:.35rem .75rem; }.recommendation-detail dt { font-weight:800; }.recommendation-detail dd { margin:0; }
@media print { .site-header,.site-footer,.result-nav,.preview-bar,.roadmap-action input { display:none!important; }.seo-guide { width:100%; padding:0; }.seo-guide.result>section { break-inside:avoid; border-color:#aaa; }.seo-guide * { box-shadow:none!important; } }
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior:auto!important; animation-duration:.01ms!important; transition-duration:.01ms!important; } }
@media (max-width: 820px) {
  .header-inner { align-items: flex-start; padding: 1rem 0; flex-wrap: wrap; }
  .suite-name { margin-left: auto; }
  .nav { width: 100%; overflow-x: auto; flex-wrap: nowrap; }
  .hero { padding: 3.5rem 0 5rem; }
  .section { padding: 3rem 0; }
  .section-heading, .history-row { align-items: flex-start; flex-direction: column; }
  .lock { text-align: left; }
  .guide-card > p { min-height: 0; }
  .pricing { padding: 1.4rem; }
  .auth-wrap { margin: auto; }
  .seo-overview,.condition-grid,.metric-grid { grid-template-columns:1fr; }.seo-overview { min-height:auto; }.result-nav { border-radius:0; }.sticky-actions { align-items:stretch; flex-direction:column; }.stage-list li { grid-template-columns:2.4rem 1fr; }.stage-list small { grid-column:2; }.recommendation { grid-template-columns:2.4rem 1fr; }
}
@media (max-width: 480px) {
  .brand img { width: 138px; height: 38px; }
  .suite-name { font-size: .68rem; }
}
