/* Flettons v2 — company pages: About us, Why choose us, Partners, Contact, Flettons Plus, HomeCheck.
   Loaded after site.css. Holds only what site.css lacks: small shared "co-" blocks first,
   then page-scoped rules (body.route-aboutUs, -whyChooseUs, -partners, -contact, -plus-overview, -homeCheck). */

/* 1. Dark-context details -------------------------------------------------- */
.page-hero :focus-visible { outline-color: var(--accent-bright); }
.page-hero .link { color: var(--accent-bright); }
.page-hero__aside .link { margin-top: 4px; font-size: 0.95rem; }

/* 2. Shared blocks --------------------------------------------------------- */
.co-lead { margin-top: 24px; max-width: 38rem; font-size: 1.1rem; color: var(--muted); }
.sec--ink .co-lead { color: var(--on-dark-muted); }
.co-gap-top { margin-top: 32px; }
.co-center { text-align: center; }
.co-split-title { font-size: clamp(2.1rem, 1.4rem + 1.9vw, 3.2rem); }
.co-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.co-media-split { align-items: center; }
.co-figure { margin: 0; }
.co-figure .split__img { aspect-ratio: 4 / 3; }

.co-links { display: flex; flex-wrap: wrap; gap: 12px 32px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); font-size: 0.95rem; }
.sec--ink .co-links { border-top-color: var(--line-dark); }

/* Bordered panel (light or dark section) */
.co-panel { display: grid; gap: 14px; align-content: start; padding: clamp(26px, 3vw, 40px); border: 1px solid var(--line); border-radius: var(--r); background: rgba(255, 255, 255, 0.45); }
.co-panel .eyebrow { margin-bottom: 0; }
.co-panel h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 1.3rem + 0.8vw, 2.1rem); line-height: 1.12; letter-spacing: -0.01em; font-variation-settings: "SOFT" 40, "opsz" 48; }
.co-panel p { color: var(--muted); }
.co-panel p a { color: var(--accent-ink); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.co-panel .co-actions { margin-top: 8px; }
.sec--ink .co-panel { background: rgba(246, 245, 243, 0.04); border-color: var(--line-dark); }
.sec--ink .co-panel p { color: var(--on-dark-muted); }
.sec--ink .co-panel p a { color: var(--on-dark); }

/* Dark aside card: readable inline links */
.aside-card p a { color: var(--on-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.aside-card .eyebrow { margin-bottom: 0; }
.aside-card .btn { justify-self: start; }

/* Ruled check list (benefits) */
.checks.co-list { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0 32px; border-top: 1px solid var(--ink); }
.co-list li { padding: 22px 0 22px 28px; border-bottom: 1px solid var(--line); font-weight: 600; line-height: 1.4; }
.co-list li::before { top: calc(22px + 0.55em); }

/* Title + text row (5 across) */
.co-points { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); border-top: 1px solid var(--ink); }
.co-points li { display: grid; gap: 10px; align-content: start; padding: 30px 24px 8px 0; }
.co-points li + li { padding-left: 24px; border-left: 1px solid var(--line); }
.co-points strong { font-size: 1.05rem; font-weight: 600; line-height: 1.3; }
.co-points span { color: var(--muted); font-size: 0.95rem; }

/* Notes */
.co-note { display: flex; gap: 14px; align-items: flex-start; max-width: 62rem; margin-top: 32px; padding: 20px 22px; border: 1px solid var(--line); border-radius: var(--r); color: var(--muted); font-size: 0.96rem; }
.co-note .icon { flex: none; margin-top: 1px; color: var(--ink); }
.co-disclaimer { max-width: 50rem; margin-top: 28px; font-size: 0.9rem; color: var(--muted); }
.co-hero-note { display: flex; gap: 10px; align-items: flex-start; max-width: 34rem; margin-top: 24px; font-size: 0.92rem; color: var(--on-dark-muted); }
.co-hero-note .icon { flex: none; margin-top: 2px; color: var(--on-dark); }
.cta .co-cta-foot { margin-top: 26px; font-size: 0.95rem; }
.co-cta-foot__sep { margin: 0 10px; }
.co-cta-foot > span + span { margin-top: 4px; }
.co-cta-foot a { color: var(--on-dark); font-weight: 600; text-decoration: underline; text-underline-offset: 4px; }
.cta .page-hero__meta { margin-top: 26px; }

.cta p.eyebrow { font-size: 0.78rem; color: var(--accent-bright); }

/* Stats with a supporting line (dark) */
.co-stats { margin: 0 0 clamp(40px, 5vw, 64px); }
.co-stats dd span { margin-left: 4px; font-family: var(--sans); font-size: 0.45em; font-weight: 500; color: var(--on-dark-muted); }
.stat-row dd.co-stats__note { max-width: 17rem; margin-top: 12px; font-family: var(--sans); font-size: 0.9rem; line-height: 1.45; color: var(--on-dark-muted); font-variation-settings: normal; }

/* Two-up cards and three-up steps */
.cards.co-cards--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.steps.co-steps--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Reviews without a score card */
.reviews.co-reviews--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 0; }
blockquote.review { margin: 0; }
.review .icon { width: 28px; height: 28px; color: var(--ink); }

/* 3. About us ------------------------------------------------------------- */
body.route-aboutUs .co-hero-photo { margin: 0; }
body.route-aboutUs .co-hero-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 30% center; border-radius: var(--r); }
body.route-aboutUs .co-story { align-items: center; }
body.route-aboutUs .co-story__prose { margin-top: 28px; }
body.route-aboutUs .co-story__prose p { color: var(--muted); font-size: 1.08rem; }
body.route-aboutUs .co-story h2 { font-size: clamp(2.1rem, 1.4rem + 1.9vw, 3.2rem); }
body.route-aboutUs .co-difference { align-items: center; }
body.route-aboutUs .co-difference h2 { font-size: clamp(2.1rem, 1.4rem + 1.9vw, 3.2rem); }
body.route-aboutUs .co-difference__checks { margin-top: 28px; }
.features .feature > .icon { width: 28px; height: 28px; margin-bottom: 6px; }

/* 4. Why choose us -------------------------------------------------------- */
body.route-whyChooseUs .co-promise { gap: 16px; padding: 34px 32px; }
body.route-whyChooseUs .co-promise .icon { width: 32px; height: 32px; color: var(--on-dark); }
body.route-whyChooseUs .co-promise__text { font-family: var(--serif); font-size: clamp(1.7rem, 1.3rem + 1vw, 2.3rem); line-height: 1.16; letter-spacing: -0.01em; font-variation-settings: "SOFT" 40, "opsz" 72; }
body.route-whyChooseUs .co-promise__text em { font-style: italic; font-weight: 300; color: var(--accent-bright); }
body.route-whyChooseUs .co-center { margin-bottom: 28px; }

/* 5. Partners ------------------------------------------------------------- */
body.route-partners .co-panel h3 { font-size: clamp(1.5rem, 1.25rem + 0.6vw, 1.9rem); }
body.route-partners .co-apply { scroll-margin-top: var(--header-h); }
body.route-partners .co-apply .cta__in { max-width: 70rem; }
body.route-partners .co-apply .cta__in > p { max-width: 42rem; }
.co-highlights { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 40px; border-top: 1px solid var(--line-dark); counter-reset: highlight; }
.co-highlights li { padding: 24px 28px 4px 0; counter-increment: highlight; }
.co-highlights li + li { padding-left: 28px; border-left: 1px solid var(--line-dark); }
.co-highlights li::before { content: counter(highlight, decimal-leading-zero); display: block; margin-bottom: 12px; font-family: var(--serif); font-size: 1.7rem; line-height: 1; color: var(--accent-bright); font-variation-settings: "SOFT" 20, "opsz" 72; }
.co-highlights strong { display: block; margin-bottom: 6px; font-weight: 600; color: var(--on-dark); }
.co-highlights span { display: block; font-size: 0.95rem; color: var(--on-dark-muted); }

/* 6. Contact -------------------------------------------------------------- */
body.route-contact .co-contact-hero .page-hero__in { align-items: start; padding-top: clamp(48px, 5vw, 80px); }
body.route-contact .co-contact-hero .page-hero__bg { opacity: 0.35; }
.co-reach { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 40px; margin-top: 36px; padding-top: 28px; border-top: 1px solid var(--line-dark); }
.co-reach__label { margin-bottom: 10px; font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent-bright); }
.co-reach__detail { margin-top: 10px; font-size: 0.95rem; color: var(--on-dark-muted); }
.co-reach .co-reach__label + .co-reach__detail { margin-top: 0; }
.co-reach .btn { margin-top: 16px; }
.co-phone { display: inline-flex; align-items: center; min-height: 48px; font-family: var(--serif); font-size: clamp(2.1rem, 1.5rem + 1.6vw, 3rem); line-height: 1; letter-spacing: -0.015em; white-space: nowrap; color: var(--on-dark); font-variation-settings: "SOFT" 20, "opsz" 72; transition: color .15s ease; }
.co-phone:hover { color: var(--accent-bright); }
.co-callback { margin-top: 24px; font-size: 0.95rem; color: var(--on-dark-muted); }
.co-callback .link { margin-left: 4px; }
.co-pillars { margin-top: 28px; }

.co-form-card { padding: clamp(24px, 3vw, 40px); border-radius: var(--r); background: var(--bone); color: var(--text); scroll-margin-top: calc(var(--header-h) + 16px); }
.co-form-card :focus-visible { outline-color: var(--accent); }
.co-form-card .icon { --icon-accent: var(--accent); }
.co-form-card__head h2 { font-size: clamp(1.9rem, 1.5rem + 1vw, 2.5rem); }
.co-form-card__head p { margin-top: 10px; color: var(--muted); }
.co-req { color: #a3291d; }
.field input::placeholder, .field textarea::placeholder { color: #6f6b62; opacity: 1; }
.field [aria-invalid="true"] { border-color: #a3291d; }
.notice--error { border-color: #a3291d; background: rgba(163, 41, 29, 0.06); color: #a3291d; }
.notice strong { font-weight: 600; }
.co-secure { display: flex; gap: 10px; align-items: center; justify-content: center; text-align: center; }
.co-secure .icon { flex: none; color: var(--ink); }

.co-contact-info { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(300px, 0.6fr); gap: clamp(32px, 6vw, 112px); align-items: start; }
.co-contact-info h2 { margin-bottom: clamp(32px, 4vw, 52px); }
.co-faq-more { margin-top: 28px; }
.co-evidence { display: grid; gap: 16px; position: sticky; top: calc(var(--header-h) + 24px); }
.co-evidence .review:not(.review--score) { background: rgba(255, 255, 255, 0.45); }
.co-evidence .review:not(.review--score) p { font-family: var(--serif); font-size: 1.45rem; line-height: 1.25; font-variation-settings: "SOFT" 40, "opsz" 48; }
.co-facts { display: flex; flex-wrap: wrap; gap: 8px 22px; padding: 6px 2px 0; font-size: 0.92rem; font-weight: 600; color: var(--text); }
.co-facts li { display: inline-flex; align-items: center; gap: 9px; }
.co-facts li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }

/* 7. Flettons Plus -------------------------------------------------------- */
.co-route:hover { border-color: var(--line); }
.co-route .card__img { aspect-ratio: 16 / 8; }
.co-route .card__body { gap: 14px; padding: clamp(24px, 3vw, 38px); }
.co-route .card__body .eyebrow { margin: 0; color: var(--accent-ink); }
.co-route h3 { font-family: var(--serif); font-weight: 400; font-size: clamp(1.7rem, 1.4rem + 0.8vw, 2.2rem); line-height: 1.1; letter-spacing: -0.01em; font-variation-settings: "SOFT" 40, "opsz" 48; }
.card__body .co-route__price { display: flex; align-items: baseline; gap: 10px; color: var(--text); }
.co-route__price .price-label { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.co-route__price .price { font-family: var(--serif); font-size: 2.4rem; line-height: 1; letter-spacing: -0.02em; color: var(--text); font-variation-settings: "SOFT" 20, "opsz" 72; }
.co-route .checks { margin: 6px 0 12px; font-size: 0.98rem; }
.co-route .checks a { color: var(--accent-ink); font-weight: 600; }
.co-route .checks a:hover { text-decoration: underline; text-underline-offset: 3px; }
.co-route .btn { justify-self: start; }

.co-tiers { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.co-tier { display: grid; grid-template-rows: auto auto 1fr auto; gap: 12px; padding: clamp(26px, 3vw, 36px); border: 1px solid var(--line); border-radius: var(--r); background: rgba(255, 255, 255, 0.45); }
.co-tier__name { font-family: var(--serif); font-weight: 400; font-size: clamp(1.6rem, 1.35rem + 0.6vw, 2rem); line-height: 1.1; letter-spacing: -0.01em; font-variation-settings: "SOFT" 40, "opsz" 48; }
.co-tier__for { color: var(--muted); font-size: 0.96rem; }
.co-tier .checks { margin: 14px 0 18px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 0.98rem; }
.co-tier--featured { background: var(--ink); border-color: var(--ink); color: var(--on-dark); }
.co-tier--featured .co-tier__for { color: var(--on-dark-muted); }
.co-tier--featured .checks { border-top-color: var(--line-dark); }
.co-tier--featured .checks li::before { border-color: var(--accent-bright); }
.co-tier--featured :focus-visible { outline-color: var(--accent-bright); }

/* Illustrative dashboard */
.plus-preview { display: grid; gap: 12px; margin: 0; padding: 16px; border-radius: calc(var(--r) + 4px); background: var(--ink); color: var(--on-dark); }
.plus-preview__bar { display: flex; gap: 6px; padding: 4px 6px 4px; }
.plus-preview__bar span { width: 9px; height: 9px; border-radius: 50%; background: rgba(246, 245, 243, 0.22); }
.plus-preview__hero { display: grid; gap: 0; padding: 24px; border: 1px solid var(--line-dark); border-radius: var(--r); background: var(--ink-2); }
.plus-preview__kicker { font-size: 0.75rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--accent-bright); }
.plus-preview__address { margin-top: 10px; font-family: var(--serif); font-size: 1.9rem; line-height: 1.12; font-variation-settings: "SOFT" 40, "opsz" 48; }
.plus-preview__hero p:not([class]) { margin-top: 10px; font-size: 0.92rem; color: var(--on-dark-muted); }
.plus-preview__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin: 0; }
.plus-preview__grid div { padding: 16px 18px; border: 1px solid var(--line-dark); border-radius: var(--r); }
.plus-preview__grid dt { font-size: 0.75rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--on-dark-muted); }
.plus-preview__grid dd { margin: 6px 0 0; font-size: 0.98rem; font-weight: 600; }
.plus-preview__grid div:first-child dd::before { content: ""; display: inline-block; width: 8px; height: 8px; margin-right: 8px; border-radius: 50%; background: var(--accent-bright); vertical-align: 0.1em; }
.plus-preview__timeline { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 0; padding: 14px 6px 2px; border-top: 1px solid var(--line-dark); font-size: 0.88rem; color: var(--on-dark-muted); }
.plus-preview__timeline li { display: inline-flex; align-items: center; }
.plus-preview__timeline li + li::before { content: ""; width: 26px; height: 1px; margin: 0 12px; background: rgba(246, 245, 243, 0.3); }
.plus-preview figcaption { padding: 2px 6px 4px; font-size: 0.82rem; color: var(--on-dark-muted); }

/* 8. HomeCheck ------------------------------------------------------------ */
body.route-homeCheck .page-hero__aside .price { margin-left: 2px; }
body.route-homeCheck .co-helps { gap: clamp(40px, 6vw, 112px); }
body.route-homeCheck .co-helps .co-split-title { font-size: clamp(2rem, 1.4rem + 1.5vw, 2.8rem); }
.co-suitable { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, 0.7fr); gap: clamp(32px, 6vw, 112px); align-items: center; }
body.route-homeCheck .aside-card { padding: clamp(28px, 3vw, 40px); }

/* Context fixes: eyebrows stay eyebrows inside cards and panels */
.co-panel p.eyebrow, .co-route .card__body p.eyebrow { font-size: 0.78rem; color: var(--accent-ink); }
.sec--ink .co-panel p.eyebrow, .aside-card p.eyebrow { font-size: 0.78rem; color: var(--accent-bright); }
.co-route { background: var(--bone); }
body.route-partners .co-spotlight .split__img { aspect-ratio: 4 / 5; }
@media (max-width: 1279px) {
  body.route-partners .co-spotlight .split__img { aspect-ratio: 16 / 10; }
}

/* 9. Responsive ----------------------------------------------------------- */
@media (min-width: 1280px) {
  body.route-aboutUs .co-hero-split { grid-template-columns: minmax(0, 1.25fr) minmax(320px, 0.75fr); align-items: center; }
  body.route-contact .co-contact-hero .page-hero__in { grid-template-columns: minmax(0, 1fr) minmax(460px, 0.9fr); gap: 48px 72px; }
}

@media (min-width: 821px) and (max-width: 1279px) {
  .steps.co-steps--3 .step:nth-child(2) { border-right: 1px solid var(--line); margin-right: 28px; }
}

@media (max-width: 1279px) {
  body.route-aboutUs .co-hero-photo img { aspect-ratio: 16 / 9; object-position: 30% 30%; }
  .checks.co-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .co-points { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 32px; }
  .co-points li, .co-points li + li { padding: 24px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .co-contact-info { grid-template-columns: 1fr; }
  .co-evidence { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .co-facts { grid-column: 1 / -1; }
  .co-suitable { grid-template-columns: 1fr; }
  body.route-contact .co-form-card { max-width: 760px; }
}

@media (max-width: 1023px) {
  .co-tiers { grid-template-columns: 1fr; }
  .reviews.co-reviews--3 { grid-template-columns: 1fr; }
  .co-highlights { grid-template-columns: 1fr; }
  .co-highlights li, .co-highlights li + li { padding: 20px 0; border-left: 0; border-bottom: 1px solid var(--line-dark); }
}

@media (max-width: 820px) {
  .checks.co-list, .co-points, .cards.co-cards--2, .steps.co-steps--3, .co-evidence { grid-template-columns: 1fr; }
  .plus-preview__timeline { flex-direction: column; align-items: flex-start; gap: 8px; }
  .plus-preview__timeline li::before, .plus-preview__timeline li + li::before { content: ""; width: 6px; height: 6px; margin: 0 10px 0 0; border-radius: 50%; background: rgba(246, 245, 243, 0.35); }
  .co-cta-foot > span { display: block; }
  .co-cta-foot > .co-cta-foot__sep { display: none; }
  .co-reach { grid-template-columns: 1fr; gap: 26px; }
  .co-reach .btn { width: 100%; }
  .co-stats > div { padding: 18px 14px 20px 0; }
  .co-stats > div + div { padding-left: 14px; }
  .stat-row dd.co-stats__note { font-size: 0.84rem; }
  body.route-aboutUs .co-hero-photo img { aspect-ratio: 4 / 3; }
  .co-form-card { padding: 22px 18px; }
  .co-note { padding: 18px; }
  .co-panel .co-actions .btn, .aside-card .btn, .co-route .btn { width: 100%; }
}
