/* CO Floors — design option C (owner-approved 2026-08-06).
 *
 * C = A's industrial type system and rust/steel palette wearing B's room-led structure:
 * a FLAT typographic hero with no photograph behind the headline, a full-bleed room chooser
 * directly beneath it, numbered sections, and a tabular cost sheet.
 *
 * ⛔ NOT a pafloors reskin. Different type system (heavy condensed uppercase display vs serif),
 * different palette (rust/steel vs oak/bone), different section architecture. Sibling
 * domain-flip sites must never share a design layer.
 *
 * Two design-round fixes are baked in and must not be undone:
 *   1. The brand lockup motto is white-space:nowrap and WILL push the header past the viewport
 *      on phones — the media queries that hide it below 1080px/520px are load-bearing.
 *   2. The cost value's unit overflows its fixed grid column at 375px and runs into the screen
 *      edge; it is hidden below 700px, where the section heading already states the unit.
 */

:root{
  --co-ink:#231A14;
  --co-mut:#6E6055;
  --co-bone:#FCFAF6;
  --co-birch:#F2E9DE;
  --co-lake:#A8492A;
  --co-lake-dk:#7E3520;
  --co-line:#E6DCCE;
}

/* ---------------------------------------------------------------- WordPress scaffolding
   GeneratePress's own header, nav and footer are replaced wholesale: C's two-line brand
   lockup and full-bleed room grid cannot be produced from GP's markup. */
body.co-page .site-header,
body.co-page .main-navigation,
body.co-page .site-footer{ display:none !important; }

body.co-page{
  margin:0; background:var(--co-bone); color:var(--co-ink);
  font:16.5px/1.6 "Inter",ui-sans-serif,system-ui,-apple-system,Helvetica,sans-serif;
  -webkit-font-smoothing:antialiased;
}
body.co-page .site.grid-container,
body.co-page .site-content,
body.co-page .content-area,
body.co-page .site-main{ max-width:100%; width:100%; padding:0; margin:0; }
body.co-page .site-content{ display:block; }

body.co-fullbleed .inside-article{ padding:0; background:transparent; border:0; box-shadow:none; }
body.co-fullbleed .entry-header{ display:none; }
body.co-fullbleed .entry-content{ margin:0; }

body.co-page h1, body.co-page h2, body.co-page h3, body.co-page h4{
  margin:0; font-weight:800; letter-spacing:-.03em; line-height:1.03;
}
body.co-page a{ color:inherit; }

.co-wrap{ max-width:1200px; margin:0 auto; padding:0 26px; }
.co-disp{ font-family:"Archivo","Inter",Helvetica,sans-serif; text-transform:uppercase;
  letter-spacing:-.02em; }

/* ---------------------------------------------------------------- header */
.co-hdr{ background:var(--co-ink); color:#EDEBE7; position:sticky; top:0; z-index:30; }
.co-hdr .co-wrap{ display:flex; align-items:center; gap:30px; height:74px; }
.co-brand{ text-decoration:none; display:flex; flex-direction:column; gap:3px; line-height:1; }
.co-brand .bn{ font:800 23px/1 "Archivo","Inter",Helvetica,sans-serif; text-transform:uppercase;
  letter-spacing:-.02em; color:#fff; }
.co-brand .bn em{ font-style:normal; color:var(--co-lake); }
.co-brand .bs{ font-size:10px; letter-spacing:.16em; text-transform:uppercase; color:#8B959C;
  display:flex; gap:8px; white-space:nowrap; }
.co-brand .bmotto{ text-transform:none; letter-spacing:.01em; font-size:11px; font-style:italic; }
.co-nav{ margin-left:auto; display:flex; gap:26px; font-size:13px; text-transform:uppercase;
  letter-spacing:.09em; color:#C4CACE; }
.co-nav a{ text-decoration:none; padding:5px 0; border-bottom:2px solid transparent; }
.co-nav a:hover{ border-color:var(--co-lake); color:#fff; }
.co-navtoggle{ display:none; margin-left:auto; background:none; border:1px solid #3A4045;
  color:#EDEBE7; border-radius:3px; padding:9px 13px; font:12px inherit; text-transform:uppercase;
  letter-spacing:.1em; cursor:pointer; }

/* ---------------------------------------------------------------- hero (flat, typographic) */
.co-hero{ background:var(--co-ink); color:#F2F0EC; }
.co-hero .co-wrap{ padding:64px 26px 38px; }
.co-hero .inner{ max-width:62ch; }
.co-kicker{ font-size:11px; letter-spacing:.2em; text-transform:uppercase; color:#E08A66;
  margin-bottom:20px; font-weight:700; }
.co-hero h1{ font-size:clamp(34px,5.2vw,62px); font-family:"Archivo","Inter",Helvetica,sans-serif;
  text-transform:uppercase; }
.co-hero p{ margin:20px 0 0; font-size:17.5px; color:#B9C0C5; max-width:52ch; }
.co-btns{ display:flex; gap:12px; flex-wrap:wrap; margin-top:30px; }
.co-btn{ display:inline-block; background:var(--co-lake); color:#fff; text-decoration:none;
  padding:15px 26px; font:700 13px/1 inherit; letter-spacing:.11em; text-transform:uppercase; }
.co-btn.alt{ background:transparent; border:1px solid #464C51; color:#E6E3DE; }

/* ---------------------------------------------------------------- room chooser (full bleed) */
.co-rooms{ display:grid; grid-template-columns:repeat(3,1fr); gap:2px; background:var(--co-lake); }
.co-room{ position:relative; overflow:hidden; text-decoration:none; display:block; min-height:200px; }
.co-room img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.co-room::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(15,17,19,.05) 42%,rgba(15,17,19,.88)); }
.co-room .lab{ position:absolute; left:20px; right:20px; bottom:16px; z-index:2; color:#fff; }
.co-room .lab h3{ font-size:17px; font-family:"Archivo","Inter",sans-serif; text-transform:uppercase;
  letter-spacing:-.01em; }
.co-room .lab p{ margin:5px 0 0; font-size:13.5px; color:#D5DBDE; }

/* ---------------------------------------------------------------- sections */
.co-sec{ padding:70px 0; border-bottom:1px solid var(--co-line); }
.co-sec.alt{ background:#EDEBE6; }
.co-sec.dark{ background:var(--co-ink); color:#EFEDE9; border-bottom:0; }
.co-num{ font:800 12px/1 inherit; letter-spacing:.2em; color:var(--co-lake); margin-bottom:14px; }
.co-sec h2{ font-size:clamp(24px,3.1vw,36px); font-family:"Archivo","Inter",sans-serif;
  text-transform:uppercase; max-width:20ch; }
.co-lede{ color:var(--co-mut); max-width:62ch; margin-top:14px; }
.co-sec.dark .co-lede{ color:#A6AEB3; }

/* materials — cards (B's contribution to C) */
.co-mgrid{ display:grid; grid-template-columns:repeat(4,1fr); gap:16px; margin-top:32px; }
.co-mcard{ background:#fff; border:1px solid var(--co-line); text-decoration:none; display:block; }
.co-mcard img{ width:100%; aspect-ratio:4/3; object-fit:cover; display:block; }
.co-mcard .t{ padding:15px 17px 19px; }
.co-mcard h3{ font-size:16px; font-family:"Archivo","Inter",sans-serif; text-transform:uppercase; }
.co-mcard p{ margin:6px 0 0; font-size:14px; color:var(--co-mut); }
.co-mcard:hover{ border-color:var(--co-lake); }

/* costs — table (A's contribution) */
table.co-costs{ width:100%; border-collapse:collapse; margin-top:32px; font-size:16px; }
table.co-costs th{ text-align:left; font:700 11px/1 inherit; letter-spacing:.16em;
  text-transform:uppercase; color:var(--co-mut); padding:0 0 12px; border-bottom:2px solid var(--co-ink); }
table.co-costs td{ padding:14px 0; border-bottom:1px solid var(--co-line); }
table.co-costs td.p{ text-align:right; font-variant-numeric:tabular-nums; font-weight:700;
  white-space:nowrap; }
table.co-costs td.u{ text-align:right; color:var(--co-mut); font-size:13px; width:92px; }
.co-disclaimer{ margin-top:18px; font-size:13.5px; color:var(--co-mut); max-width:66ch; }

/* estimator */
.co-est .co-wrap{ display:grid; grid-template-columns:1fr 400px; gap:46px; align-items:center; }
.co-panel{ border:1px solid #3A4045; padding:24px; }
.co-panel h3{ font-size:14px; letter-spacing:.12em; text-transform:uppercase; color:#fff;
  margin-bottom:16px; }
.co-field{ margin-bottom:13px; }
.co-field label{ display:block; font-size:11px; letter-spacing:.13em; text-transform:uppercase;
  color:#98A0A6; margin-bottom:6px; font-weight:700; }
.co-field input,.co-field select{ width:100%; border:1px solid #3A4045; border-radius:0;
  padding:11px 12px; font:15px inherit; background:#15181A; color:#EFEDE9; }
.co-row2{ display:grid; grid-template-columns:1fr 1fr; gap:11px; }
.co-gobtn{ width:100%; margin-top:6px; background:var(--co-lake); color:#fff; border:0; padding:14px;
  font:700 13px/1 inherit; letter-spacing:.11em; text-transform:uppercase; cursor:pointer; }
.co-panel .note{ font-size:12px; color:#8B959C; margin-top:12px; line-height:1.5; }


/* ---------- estimator, light theme ----------
   The design-round mockup only ever showed the dark estimator, so the light variant shipped
   unstyled: light labels on a light ground measured 2.39:1 under the glyphs on the dedicated
   estimator page. Caught by rendering the live page. */
.co-est.light{ background:#EDEBE6; color:var(--co-ink); }
.co-est.light h2{ color:var(--co-ink); }
.co-est.light .co-lede,.co-est.light .co-est-points{ color:var(--co-mut); }
.co-est.light .co-panel{ background:#fff; border-color:var(--co-line); }
.co-est.light .co-panel h3{ color:var(--co-ink); }
.co-est.light .co-field label{ color:#4E585E; }
.co-est.light .co-field input,.co-est.light .co-field select{ background:#fff;
  border-color:var(--co-line); color:var(--co-ink); }
.co-est.light .co-panel .note,.co-est.light .co-toggle{ color:#4E585E; }
.co-est.light .co-result{ border-top-color:var(--co-line); }
.co-est.light .co-total{ color:var(--co-lake-dk); }
.co-est.light .co-total-cap,.co-est.light .co-explain{ color:var(--co-mut); }
.co-est.light .co-split-row{ color:var(--co-ink); border-bottom-color:var(--co-line); }
.co-est.light .co-estimate-flag{ background:#F6EFE7; color:#4A3B33; }
/* dark-theme note was 2.75:1 */
.co-panel .note{ color:#A3ACB2; }
/* .co-toggle is a bare <button>: with no rule at all it took the UA default and measured
   1.27:1 on the light estimator. Style it explicitly on both grounds. */
.co-toggle{ background:none; border:0; padding:4px 0; cursor:pointer; font:inherit;
  font-size:13px; text-decoration:underline; text-underline-offset:3px; color:#A3ACB2; }
.co-est.light .co-toggle{ color:#4E585E; }

/* Ohio notes — numbered rows */
.co-notes{ margin-top:32px; display:grid; gap:0; }
.co-note-row{ display:grid; grid-template-columns:34px 1fr; gap:20px; padding:22px 0;
  border-bottom:1px solid var(--co-line); }
.co-note-row .k{ font:800 13px/1 inherit; color:var(--co-lake); letter-spacing:.06em; }
.co-note-row h3{ font-size:18px; }
.co-note-row p{ margin:8px 0 0; font-size:15.5px; color:var(--co-mut); }

.co-facts{ display:grid; grid-template-columns:repeat(4,1fr); gap:0; margin-top:34px;
  border-top:2px solid var(--co-ink); border-bottom:1px solid var(--co-line); }
.co-facts div{ padding:24px 22px 24px 0; border-right:1px solid var(--co-line); }
.co-facts div:last-child{ border-right:0; }
.co-facts .n{ font:800 clamp(20px,2.5vw,28px)/1 "Archivo","Inter",sans-serif; color:var(--co-lake);
  letter-spacing:-.02em; }
.co-facts p{ margin:8px 0 0; font-size:13.5px; color:var(--co-mut); }

/* a dated callout — local registration is timely, but it is color, not the headline */
.co-alert{ background:#243B36; color:#E8F0ED; padding:26px 28px; margin-top:34px;
  display:grid; grid-template-columns:auto 1fr; gap:22px; align-items:start; }
.co-alert .tag{ background:var(--co-lake); color:#fff; font-size:11px; font-weight:800;
  letter-spacing:.11em; text-transform:uppercase; padding:7px 12px; white-space:nowrap; }
.co-alert h3{ font-size:19px; color:#fff; }
.co-alert p{ margin:9px 0 0; font-size:15.5px; color:#B9CCC6; max-width:74ch; }

.co-cities{ display:grid; grid-template-columns:repeat(3,1fr); gap:0; margin-top:30px;
  border-top:2px solid var(--co-ink); }
.co-cities a{ padding:15px 20px 15px 0; border-bottom:1px solid var(--co-line);
  border-right:1px solid var(--co-line); text-decoration:none; font-size:16px; }
.co-cities a:hover{ color:var(--co-lake); }

.co-faq{ margin-top:30px; max-width:76ch; }
.co-faq details{ border-bottom:1px solid var(--co-line); padding:18px 0; }
.co-faq summary{ cursor:pointer; font-weight:700; font-size:17px; }
.co-faq p{ margin:10px 0 0; color:var(--co-mut); font-size:16px; }


/* ---------------------------------------------------------------- nav submenus
   The design-round mockups had a FLAT nav, so option C never needed these rules. Once real pages
   existed the nav grew submenus and every child rendered inline — scrollWidth 2027 at a 1440
   viewport. Caught by rendering the live site, not by any structural check. */
.co-nav{ list-style:none; margin:0; padding:0; }
.co-nav > li{ position:relative; }
.co-nav > li > a{ display:flex; align-items:center; gap:7px; }
.co-caret{ width:7px; height:7px; border-right:1.5px solid currentColor;
  border-bottom:1.5px solid currentColor; transform:rotate(45deg) translateY(-2px); opacity:.6; }
.co-sub{ position:absolute; top:100%; left:-14px; min-width:238px; background:var(--co-ink);
  border:1px solid #2E3438; padding:8px; display:none;
  box-shadow:0 14px 34px rgba(0,0,0,.45); }
.co-nav > li:hover > .co-sub, .co-nav > li:focus-within > .co-sub{ display:block; }
.co-sub a{ display:block; padding:9px 12px; text-decoration:none; color:#D4D9DC; font-size:14.5px;
  border-bottom:0; text-transform:none; letter-spacing:0; }
.co-sub a:hover{ background:#20262A; color:#fff; }


/* ---------------------------------------------------------------- footer */
.co-ft{ background:var(--co-ink); color:#A6AEB3; padding:56px 0 30px; font-size:14.5px; }
.co-ft-cols{ display:grid; grid-template-columns:2fr 1fr 1fr 1fr; gap:32px; }
.co-ft-brand{ font:800 20px "Archivo","Inter",sans-serif; text-transform:uppercase; color:#fff; }
.co-ft-tag{ margin-top:6px; font-size:13.5px; font-style:italic; color:#C08C79; }
.co-ft-note{ margin:11px 0 0; font-size:13.5px; max-width:40ch; color:#79828A; }
.co-ft h4{ font-size:11px; letter-spacing:.16em; text-transform:uppercase; color:#9BA4AA;
  margin-bottom:11px; }
.co-ft a{ display:block; text-decoration:none; padding:4px 0; color:#A6AEB3; }
.co-ft a:hover{ color:#fff; }
.co-ft-fine{ margin-top:40px; padding-top:18px; border-top:1px solid #2A2F33; font-size:13px;
  color:#9BA4AA; }
.co-ft-sep{ margin:0 9px; }
.co-ft-inq{ display:inline !important; color:#9BA4AA !important; text-decoration:underline; }
.co-ft-inq:hover{ color:#fff !important; }

/* Wide content scrolls inside its OWN box; the page body never scrolls. The design layer wraps
   every table in .co-tablewrap — without this rule the cost-guide comparison table pushed the
   whole page to 427px inside a 360px viewport. */
.co-tablewrap{ overflow-x:auto; -webkit-overflow-scrolling:touch; max-width:100%; }
.co-tablewrap table{ min-width:520px; }

/* ---------------------------------------------------------------- article pages */
body.co-article .inside-article{ max-width:800px; margin:0 auto; padding:52px 26px 30px;
  background:transparent; border:0; box-shadow:none; }
body.co-article .entry-header{ margin-bottom:0; }
body.co-article .entry-title{ font-family:"Archivo","Inter",sans-serif; text-transform:uppercase;
  font-size:clamp(29px,3.8vw,44px); }
body.co-article .entry-meta{ font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--co-mut); margin-top:14px; }
body.co-article .entry-content{ margin-top:26px; font-size:17px; line-height:1.72; }
body.co-article .entry-content h2{ font-size:24px; margin:44px 0 0;
  font-family:"Archivo","Inter",sans-serif; text-transform:uppercase; }
body.co-article .entry-content h3{ font-size:19px; margin:32px 0 0; }
body.co-article .entry-content p{ margin:15px 0 0; }
body.co-article .entry-content ul,body.co-article .entry-content ol{ margin:15px 0 0;
  padding-left:22px; }
body.co-article .entry-content li{ margin-bottom:8px; }
body.co-article .entry-content li::marker{ color:var(--co-lake); }
body.co-article .entry-content a{ color:var(--co-lake-dk); text-underline-offset:2px; }
body.co-article .entry-content img{ max-width:100%; height:auto; display:block; }
body.co-article .entry-content figure{ margin:34px 0 0; }
body.co-article .entry-content figcaption{ font-size:13px; color:var(--co-mut); margin-top:8px; }

/* ---------------------------------------------------------------- responsive */
@media(max-width:1080px){
  /* LOAD-BEARING: the motto is nowrap and will widen the header past the viewport */
  .co-brand .bdot,.co-brand .bmotto{ display:none; }
}
@media(max-width:980px){
  .co-rooms{ grid-template-columns:1fr 1fr; }
  .co-mgrid{ grid-template-columns:1fr 1fr; }
  .co-est .co-wrap{ grid-template-columns:1fr; gap:30px; }
  .co-facts,.co-cities{ grid-template-columns:1fr 1fr; }
  .co-ft-cols{ grid-template-columns:1fr 1fr; }
  .co-alert{ grid-template-columns:1fr; gap:14px; }
}
@media(max-width:760px){
  .co-navtoggle{ display:block; }
  .co-nav{ position:absolute; top:74px; left:0; right:0; background:var(--co-ink);
    flex-direction:column; gap:0; padding:6px 26px 16px; display:none;
    border-bottom:3px solid var(--co-lake); }
  .co-nav.open{ display:flex; }
  .co-nav a{ padding:13px 0; border-bottom:1px solid #2A2F33; }
  .co-nav > li{ position:static; }
  .co-sub{ position:static; display:block; border:0; box-shadow:none; padding:0 0 10px 12px;
    min-width:0; background:transparent; }
  .co-caret{ display:none; }
  .co-rooms,.co-mgrid,.co-cities{ grid-template-columns:1fr; }
  .co-facts{ grid-template-columns:1fr; }
  .co-facts div{ border-right:0; border-bottom:1px solid var(--co-line); padding-right:0; }
}
@media(max-width:520px){ .co-brand .bs{ display:none; } }

/* ============================================================================
   OPTION C — northern light. Owner-approved 2026-08-06 ("c is good but use better
   hero image"; hero swapped to hero-room and the scrim rebuilt so the type column
   is always legible over a bright photograph).

   These rules come LAST on purpose. An override placed EARLIER in the file loses to
   the original rule at the same specificity — that cost a round trip on ohfloors.
   ============================================================================ */

/* header: light, not the industrial dark bar */
.co-hdr{ background:rgba(251,250,247,.94); backdrop-filter:blur(10px);
  border-bottom:1px solid var(--co-line); color:var(--co-ink); }
.co-brand .bn{ font:750 22px/1 "Inter",ui-sans-serif,system-ui,sans-serif; letter-spacing:-.035em;
  text-transform:none; color:var(--co-ink); }
.co-brand .bn em{ color:var(--co-lake); }
.co-brand .bs{ color:var(--co-mut); }
.co-nav{ color:var(--co-mut); text-transform:none; letter-spacing:0; font-size:14.5px; }
.co-nav a:hover{ border-color:var(--co-lake); color:var(--co-lake); }
.co-navtoggle{ border:1px solid var(--co-line); color:var(--co-ink); border-radius:99px;
  text-transform:none; letter-spacing:0; }
.co-sub{ background:var(--co-bone); border:1px solid var(--co-line); border-radius:10px;
  box-shadow:0 14px 34px rgba(22,32,43,.13); }
.co-sub a{ color:var(--co-ink); border-radius:7px; }
.co-sub a:hover{ background:var(--co-birch); color:var(--co-lake); }

/* hero: full-bleed photograph, headline overlaid. Dual gradient — bottom for depth, left so the
   type column has a dark ground even when the photograph is bright there. */
.co-hero{ position:relative; min-height:clamp(420px,54vw,600px); display:flex; align-items:flex-end;
  background:#0E161F; padding:0; }
.co-hero.sm{ min-height:clamp(300px,34vw,420px); }
.co-hero img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover;
  object-position:center 74%; }
.co-hero::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(180deg,rgba(22,17,11,0) 0 44%,rgba(22,17,11,.42)),
             linear-gradient(96deg,rgba(22,17,11,.72) 0 26%,rgba(22,17,11,.30) 56%,rgba(22,17,11,0) 78%); }
.co-hero .co-wrap{ position:relative; z-index:2; padding:110px 26px 48px; }
.co-hero .inner{ max-width:60ch; }
.co-hero h1{ font-size:clamp(31px,4.4vw,52px); line-height:1.07; color:#fff; text-transform:none;
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif; font-weight:680; letter-spacing:-.025em; }
.co-hero p{ margin:16px 0 0; color:#DDE6EC; font-size:18px; max-width:52ch; }
.co-eyebrow{ font-size:11.5px; font-weight:700; letter-spacing:.16em; text-transform:uppercase;
  color:#9CCBE4; margin-bottom:14px; }
.co-btns{ display:flex; gap:12px; flex-wrap:wrap; margin-top:26px; }
.co-btn{ background:var(--co-lake); color:#fff; border-radius:6px; text-transform:none;
  letter-spacing:0; font-weight:650; font-size:15px; padding:14px 26px; }
/* A's ghost button is dark text on paper; over C's photograph it rendered as an EMPTY box. */
.co-btn.alt{ background:transparent; color:#F2F6F8; border:1px solid rgba(242,246,248,.45); }
.co-btn.alt:hover{ border-color:#fff; }

/* body type: geometric sans throughout, no uppercase industrial display */
body.co-page{ background:var(--co-bone); }
body.co-page h1, body.co-page h2, body.co-page h3, body.co-page h4{ font-weight:645;
  letter-spacing:-.022em; }
.co-sec h2, .co-mcard h3, .co-room .lab h3, .co-facts .n, .co-ft-brand,
body.co-article .entry-title, body.co-article .entry-content h2{
  font-family:"Inter",ui-sans-serif,system-ui,sans-serif; text-transform:none; letter-spacing:-.022em; }
.co-sec.alt{ background:var(--co-birch); }
.co-num{ color:var(--co-lake); }
.co-mcard{ border:1px solid var(--co-line); border-radius:12px; overflow:hidden;
  background:var(--co-bone); }
.co-mcard:hover{ border-color:var(--co-lake); }
.co-room{ border-radius:12px; }
.co-rooms{ gap:16px; background:transparent; }
.co-cities{ display:flex; flex-wrap:wrap; gap:10px; border-top:0; }
.co-cities a{ background:var(--co-bone); border:1px solid var(--co-line); border-radius:99px;
  padding:10px 19px; }
.co-cities a:hover{ border-color:var(--co-lake); color:var(--co-lake); }
.co-facts .n{ color:var(--co-lake); }
.co-notes .c{ background:var(--co-bone); border:1px solid var(--co-line); border-radius:12px; }
.co-alert{ background:var(--co-ink); border-radius:12px; }
.co-alert .tag{ background:var(--co-lake); border-radius:99px; }
table.co-costs th{ border-bottom:1px solid var(--co-ink); }

/* estimator: BOTH themes styled from the start — ohfloors shipped the light one unstyled at 2.39:1 */
.co-est{ background:var(--co-ink); }
.co-panel{ background:#1B2733; border:1px solid #2B3947; border-radius:12px; }
.co-panel h3{ color:#EAF1F6; text-transform:none; letter-spacing:0; font-size:15px; }
.co-field label{ color:#9FB0BE; text-transform:none; letter-spacing:0; font-size:12.5px;
  font-weight:600; }
.co-field input,.co-field select{ background:#121C25; border:1px solid #2B3947; border-radius:8px;
  color:#EAF1F6; }
.co-gobtn{ background:var(--co-lake); border-radius:8px; text-transform:none; letter-spacing:0;
  font-size:15px; }
.co-panel .note{ color:#93A4B2; }
.co-est.light{ background:var(--co-birch); color:var(--co-ink); }
.co-est.light h2{ color:var(--co-ink); }
.co-est.light .co-lede,.co-est.light .co-est-points{ color:var(--co-mut); }
.co-est.light .co-panel{ background:var(--co-bone); border-color:var(--co-line); }
.co-est.light .co-panel h3{ color:var(--co-ink); }
.co-est.light .co-field label{ color:#4C5A66; }
.co-est.light .co-field input,.co-est.light .co-field select{ background:#fff;
  border-color:var(--co-line); color:var(--co-ink); }
.co-est.light .co-panel .note,.co-est.light .co-toggle{ color:#4C5A66; }
.co-est.light .co-total{ color:var(--co-lake-dk); }
.co-est.light .co-total-cap,.co-est.light .co-explain{ color:var(--co-mut); }
.co-est.light .co-split-row{ color:var(--co-ink); border-bottom-color:var(--co-line); }
.co-est.light .co-estimate-flag{ background:#EAF2F7; color:#33424E; }
/* a bare <button> takes the UA default and measured 1.27:1 on ohfloors */
.co-toggle{ background:none; border:0; padding:4px 0; cursor:pointer; font:inherit; font-size:13px;
  text-decoration:underline; text-underline-offset:3px; color:#9FB0BE; }

/* footer contrast: set at the SOURCE value, not as an earlier override */
.co-ft{ background:var(--co-ink); color:#AEBCC8; }
.co-ft h4{ color:#9AA9B6; text-transform:uppercase; }
.co-ft-brand{ color:#fff; text-transform:none; }
.co-ft-tag{ color:#8FC0DC; }
.co-ft-note{ color:#8494A2; }
.co-ft a{ color:#AEBCC8; }
.co-ft a:hover{ color:#fff; }
.co-ft-fine{ border-top:1px solid #24313D; color:#9AA9B6; }
.co-ft-inq{ color:#9AA9B6 !important; }

/* article pages */
body.co-article .entry-title{ text-transform:none; }
body.co-article .entry-content a{ color:var(--co-lake-dk); }
body.co-article .entry-content li::marker{ color:var(--co-lake); }

/* The material pages are ARTICLE pages, so `body.co-article .entry-content a` (0,0,3,1) outranks
   `.co-btn` (0,0,1,0) and repainted the hero button dark-blue-on-blue — 1.31:1 on all eight of
   them. Caught by rendering the live page, not by any structural check. Match the specificity. */
body.co-article .entry-content a.co-btn{ color:#fff; }
body.co-article .entry-content a.co-btn.alt{ color:#F2F6F8; }
body.co-article .entry-content .co-hero a{ text-decoration:none; }

/* RETROFIT FIX 2026-08-06 — the hero was rendering INSIDE the article content column (boxed and
   narrow) and the theme's own entry-title repeated the same heading directly above it. Break the
   hero out to full width and suppress the duplicate title on any page that carries a page hero.
   Caught by screenshotting the page; contrast and overflow checks both passed with it broken. */
body.co-article .entry-content > .co-hero{
  margin-left:calc(50% - 50vw); margin-right:calc(50% - 50vw);
  width:100vw; max-width:100vw; margin-top:0;
}
body.co-has-hero .entry-header,
body.co-has-hero .entry-title{ display:none !important; }
body.co-has-hero .entry-content{ margin-top:0; }
body.co-has-hero .co-hero h1{ margin-top:0; }

/* no white strip where the suppressed entry-header used to sit */
body.co-has-hero .site-content,
body.co-has-hero .content-area,
body.co-has-hero .entry-content{ padding-top:0 !important; margin-top:0 !important; }
body.co-has-hero .inside-article{ padding-top:0 !important; }

/* The theme ships `img{height:auto}`, which beat `height:100%` on the absolutely-positioned
   hero image: it rendered at its natural height (1440 x 1253/1880 = 960px) instead of filling
   the 486px hero, so body text was drawn on top of the photograph. Raise specificity and force it.
   Contrast checks caught the symptom (text over a photo); only measuring the img found the cause. */
.co-hero.has-photo > img,
.co-hero > img{
  position:absolute !important; inset:0 !important;
  width:100% !important; height:100% !important;
  object-fit:cover !important; max-width:none !important;
}

/* Two room cards (Entry & mudroom, Bedrooms) use light photographs, and the card gradient was not
   dark enough at the bottom for the white label — 4.06:1 and 3.99:1, both under AA. Deepen it and
   add a text shadow so a bright photo cannot drop the label below AA again. */
.co-room::after{ background:linear-gradient(180deg,rgba(18,14,10,.04) 34%,rgba(18,14,10,.92)) !important; }
.co-room .lab h3, .co-room .lab p{ text-shadow:0 1px 3px rgba(0,0,0,.55); }
.co-room .lab p{ color:#EDE7E0 !important; }

/* the hero eyebrow measured 4.36:1 on a light hero — just under AA. Lighten it and add a shadow. */
.co-hero .co-eyebrow{ color:#F0C9A8 !important; text-shadow:0 1px 3px rgba(0,0,0,.5); }


/* ---------------------------------------------------------------- estimator RESULT layout
   ⚠️ ADDED 2026-08-08. Only COLOUR rules ever existed for these classes on this site, so the
   result block had no layout: `<div class="co-split-row"><span>Materials</span><span>$1,100 –
   $3,250</span></div>` rendered as the run-together string "Materials$1,100 – $3,250". Colour-only
   styling passes a contrast check perfectly. pafloors had these rules; the reskin dropped them.
   LAYOUT ONLY — every existing colour rule above still applies. */
.co-result{ margin-top:22px; padding-top:20px; }
.co-total-cap{ font-size:12px; letter-spacing:.13em; text-transform:uppercase; font-weight:700; }
.co-total{ font-size:clamp(26px,3.4vw,34px); font-weight:760; letter-spacing:-.03em;
  margin:6px 0 16px; font-variant-numeric:tabular-nums; }
.co-split-row{ display:grid; grid-template-columns:1fr auto; gap:16px; align-items:baseline;
  padding:10px 0; font-size:15px; }
.co-split-row span:last-child{ text-align:right; font-weight:660;
  font-variant-numeric:tabular-nums; white-space:nowrap; }
.co-explain{ margin-top:16px; font-size:14.5px; line-height:1.62; }
.co-explain p{ margin:0 0 10px; }
.co-explain p:last-child{ margin-bottom:0; }
.co-estimate-flag{ margin-top:16px; padding:14px 16px; font-size:14px; line-height:1.6; }
@media(max-width:420px){ .co-split-row{ font-size:14px; gap:10px; } }


/* ---------------------------------------------------------------- guides index
   Added 2026-08-09: [co_posts] was never registered, so /guides/ had no styles either. */
.co-post-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(260px,1fr));
  gap:22px; margin:26px 0 8px; }
.co-post-card{ display:block; border:1px solid var(--co-line); border-radius:3px;
  overflow:hidden; background:#fff; text-decoration:none; }
.co-post-card img{ width:100%; height:170px; object-fit:cover; display:block; }
.co-post-card .t{ padding:16px 18px 18px; }
.co-post-card h3{ margin:0 0 8px; font-size:18px; line-height:1.3; }
.co-post-card p{ margin:0 0 10px; font-size:14.5px; line-height:1.55; color:var(--co-mut); }
.co-post-card .d{ font-size:12px; letter-spacing:.12em; text-transform:uppercase;
  color:var(--co-mut); }
.co-post-card:hover{ border-color:var(--co-mut); }
