/* ==========================================================================
   Okanagan Construction & Handyman Services — v2  (light · premium · no photos)
   System: warm paper base, ink + rust, brand chevron motif, blueprint texture
   Type:   Barlow Condensed (display, matches the logo wordmark) + Barlow (body)
   ========================================================================== */

:root {
  --paper:    #f3eee3;   /* warm cream base */
  --paper-up: #fbf8f1;   /* raised near-white */
  --paper-dn: #e9e1d1;   /* sunk surface */
  --line:     #d8cdb8;   /* hairline on paper */
  --line-2:   #c9bda3;

  --ink:      #1c1a15;   /* warm near-black */
  --ink-2:    #2a261d;   /* raised dark surface */
  --ink-soft: #565043;   /* body text on paper */
  --ink-mute: #847c69;   /* muted */

  --rust:     #c2521c;   /* primary accent (hammer orange) */
  --rust-br:  #df6a2c;   /* bright */
  --rust-dp:  #97380f;   /* deep / pressed */
  --rust-tint:#f0d9c4;   /* pale wash */

  --tan:      #d8c4a0;   /* warm sand block */
  --tan-dn:   #c9b389;

  --display: "Barlow Condensed", "Arial Narrow", sans-serif;
  --body: "Barlow", system-ui, sans-serif;

  --gutter: clamp(1.25rem, 4vw, 5.5rem);
  --section: clamp(4.5rem, 9vw, 9rem);
  --maxw: 1280px;

  --ease: cubic-bezier(0.2, 0.7, 0.2, 1);
  --ease-soft: cubic-bezier(0.33, 1, 0.68, 1);
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: clip;   /* belt-and-suspenders against horizontal overflow */
  font-family: var(--body);
  background: var(--paper);
  color: var(--ink);
  font-size: clamp(1.02rem, 0.97rem + 0.22vw, 1.12rem);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { font-family: var(--display); font-weight: 700; line-height: 0.95; letter-spacing: -0.005em; margin: 0; text-wrap: balance; }

.wrap { max-width: var(--maxw); margin-inline: auto; padding-inline: var(--gutter); }
.bleed-line { height: 1px; background: var(--line); }

/* eyebrow with index tick */
.eyebrow {
  font-family: var(--display); font-weight: 600; text-transform: uppercase;
  letter-spacing: 0.24em; font-size: 0.82rem; color: var(--rust);
  display: inline-flex; align-items: center; gap: 0.75rem;
  flex-wrap: wrap; max-width: 100%;
}
.eyebrow::before { content: ""; width: 2.4rem; height: 2px; background: currentColor; flex: none; }
.eyebrow.on-dark { color: var(--rust-br); }

/* big background section numeral */
.bignum {
  font-family: var(--display); font-weight: 700; line-height: 1;
  font-size: clamp(5rem, 16vw, 13rem); color: var(--line);
  opacity: .55; pointer-events: none; user-select: none;
}

/* ---------- buttons ---------------------------------------------------- */
.btn {
  --bg: var(--rust); --fg: #fff;
  font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em;
  font-size: 1.04rem; background: var(--bg); color: var(--fg); border: none;
  padding: 0.9em 1.7em; display: inline-flex; align-items: center; gap: 0.6em; cursor: pointer;
  transition: background .25s var(--ease), transform .2s var(--ease), box-shadow .25s var(--ease);
}
.btn:hover { background: var(--rust-br); transform: translateY(-2px); box-shadow: 0 14px 28px -14px rgba(151,56,15,.85); }
.btn:active { background: var(--rust-dp); transform: translateY(0); }
.btn .arr { transition: transform .25s var(--ease); }
.btn:hover .arr { transform: translateX(5px); }
.btn--ink { --bg: var(--ink); --fg: var(--paper); }
.btn--ink:hover { --bg: #000; background: #000; }
.btn--ghost { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); box-shadow: inset 0 0 0 2px var(--ink); }
.btn--ghost.on-dark { color: var(--paper); box-shadow: inset 0 0 0 2px rgba(243,238,227,.45); }
.btn--ghost.on-dark:hover { background: var(--paper); color: var(--ink); }
.btn--lg { font-size: 1.16rem; padding: 1.02em 2em; }

/* ---------- header ----------------------------------------------------- */
.utility { background: #4c4842; color: var(--paper); font-size: 0.9rem; }  /* grey banner (per brief) */
.utility__inner { display: flex; align-items: center; justify-content: flex-end; gap: clamp(1rem, 2.5vw, 2.2rem); min-height: 42px; flex-wrap: wrap; }
.utility a { display: inline-flex; align-items: center; gap: .5em; color: var(--paper); transition: color .2s var(--ease); }
.utility a:hover { color: var(--rust-br); }
.utility .sep { width: 1px; height: 16px; background: rgba(243,238,227,.22); }
.utility svg { width: 16px; height: 16px; flex: none; }
.utility .phone { font-family: var(--display); font-weight: 700; font-size: 1.16rem; }

.nav {
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: saturate(140%) blur(8px);
  color: var(--ink); position: sticky; top: 0; z-index: 60;
  border-bottom: 1px solid transparent; transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}
.nav.scrolled { border-color: var(--line); box-shadow: 0 12px 30px -22px rgba(28,26,21,.55); }
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 80px; }
/* logo lockup: vector hammers mark + crisp wordmark */
.brand { display: inline-flex; flex-direction: column; align-items: center; gap: .3rem; line-height: 1; text-align: center; }
.brand__mark { height: 40px; width: auto; display: block; }
.brand__type { display: flex; flex-direction: column; align-items: center; line-height: .8; }
.brand__name { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: 1.62rem; letter-spacing: .005em; color: var(--ink); }
.brand__sub { font-family: var(--display); font-weight: 600; text-transform: uppercase; font-size: .58rem; letter-spacing: .44em; color: var(--rust); padding-left: .44em; margin-top: .2em; }
.brand--light .brand__name { color: var(--paper); }
.brand--light .brand__sub { color: var(--rust-br); }

.nav__menu-wrap { display: none; }
.menu { display: flex; align-items: center; gap: clamp(1rem, 2vw, 2.1rem); list-style: none; margin: 0; padding: 0; }
.menu a {
  font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .05em;
  font-size: 1.04rem; color: var(--ink); padding: .4em 0; position: relative; transition: color .2s var(--ease);
}
.menu a::after { content: ""; position: absolute; left: 0; bottom: -2px; height: 2px; width: 100%; background: var(--rust); transform: scaleX(0); transform-origin: left; transition: transform .28s var(--ease); }
.menu a:hover, .menu a[aria-current="page"] { color: var(--rust); }
.menu a:hover::after, .menu a[aria-current="page"]::after { transform: scaleX(1); }
.nav__cta { display: flex; align-items: center; gap: 1rem; }
.burger { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.burger span { display: block; width: 26px; height: 2px; background: var(--ink); margin: 5px 0; transition: transform .3s var(--ease), opacity .2s var(--ease); }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ---------- blueprint backdrop helper --------------------------------- */
.blueprint {
  background-image:
    linear-gradient(to right, color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 1px),
    linear-gradient(to bottom, color-mix(in srgb, var(--ink) 5%, transparent) 1px, transparent 1px);
  background-size: 32px 32px;
}

/* ---------- hero (typographic, no image) ------------------------------ */
.hero { position: relative; background: var(--paper); border-bottom: 1px solid var(--line); }
.hero__inner { padding-block: clamp(3rem, 7vw, 6rem); }
.hero h1 {
  font-size: clamp(3rem, 11vw, 8.5rem); text-transform: uppercase;
  margin-top: clamp(1rem, 2vw, 1.6rem); letter-spacing: -0.025em; line-height: 0.9;
  max-width: 16ch;
}
.hero h1 .accent { color: var(--rust); }
.hero__row {
  display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.6rem, 4vw, 3.5rem);
  align-items: start; margin-top: clamp(2.2rem, 4.5vw, 3.4rem);
  padding-top: clamp(2rem, 4vw, 2.6rem); border-top: 1px solid var(--line);
}
.hero__sub { font-size: clamp(1.12rem, 1.5vw, 1.4rem); color: var(--ink-soft); max-width: 46ch; margin: 0; }
.hero__right { display: flex; flex-direction: column; gap: 1.6rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; }
.hero__ticks { display: grid; gap: .7rem; }
.hero__ticks span { display: inline-flex; align-items: center; gap: .6em; font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; font-weight: 500; color: var(--ink-soft); font-size: 1.05rem; }
.hero__ticks svg { width: 20px; height: 20px; color: var(--rust); flex: none; }

/* ---------- marquee credibility strip --------------------------------- */
.cred { background: var(--ink); color: var(--paper); }
.cred__inner { display: grid; grid-template-columns: repeat(4, 1fr); }
.cred__item { padding: clamp(1.4rem,3vw,2.1rem) clamp(1rem,2.5vw,2rem); border-left: 1px solid var(--ink-2); display: flex; gap: .9rem; align-items: center; }
.cred__item:first-child { border-left: 0; }
.cred__item svg { width: 30px; height: 30px; color: var(--rust-br); flex: none; }
.cred__item b { font-family: var(--display); text-transform: uppercase; font-size: 1.18rem; line-height: 1; display: block; letter-spacing: .01em; }
.cred__item span { color: #b9b1a0; font-size: .92rem; }

/* ---------- section scaffolding --------------------------------------- */
.section { padding-block: var(--section); position: relative; }
.section--up { background: var(--paper-up); }
.section--dn { background: var(--paper-dn); }
.section--ink { background: var(--ink); color: var(--paper); }
.shead { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; flex-wrap: wrap; margin-bottom: clamp(2.4rem, 5vw, 3.6rem); }
.shead__l { max-width: 46rem; }
.shead h2 { font-size: clamp(2.3rem, 5.2vw, 4rem); text-transform: uppercase; margin-top: .8rem; }
.shead p { color: var(--ink-soft); font-size: 1.14rem; margin-top: 1rem; }
.section--ink .shead p { color: #c4bcab; }
.section--ink .shead h2 { color: var(--paper); }

/* ---------- the four worlds (matte warm panels) ----------------------- */
.worlds { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(1rem, 1.8vw, 1.5rem); }
.world {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; flex-direction: column; align-items: center; text-align: center;
  padding: clamp(1.8rem, 2.6vw, 2.6rem) clamp(1.3rem, 2vw, 1.9rem);
  min-height: clamp(360px, 30vw, 460px);
  color: var(--ink); background: var(--paper-dn);
  border: 1px solid var(--line-2); border-top: 3px solid var(--rust);
  transition: background .3s var(--ease), border-color .3s var(--ease), transform .3s var(--ease);
}
.world::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .05;
  background-image: linear-gradient(135deg, var(--ink) 1px, transparent 1px); background-size: 22px 22px; }
.world:hover { background: var(--paper-up); border-color: var(--rust); transform: translateY(-4px); }

/* the clickable circle (per brief) */
.world__circle {
  width: clamp(110px, 10vw, 150px); aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; position: relative; margin-bottom: clamp(1.2rem, 2vw, 1.6rem);
  border: 1.5px solid rgba(194,82,28,.38); background: rgba(194,82,28,.08);
  transition: background .3s var(--ease), border-color .3s var(--ease);
}
.world__circle svg { width: 44%; height: 44%; stroke: var(--rust); fill: none; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.world__circle .world__no {
  position: absolute; top: -2px; right: -2px; transform: translate(20%, -20%);
  width: clamp(40px, 5vw, 52px); aspect-ratio: 1; border-radius: 50%;
  display: grid; place-items: center; background: var(--rust); color: #fff;
  font-family: var(--display); font-weight: 700; font-size: clamp(1.1rem, 2vw, 1.5rem);
}
.world:hover .world__circle { background: var(--rust); border-color: var(--rust); }
.world:hover .world__circle svg { stroke: #fff; }

.world h3 { font-size: clamp(1.6rem, 2.4vw, 2.2rem); text-transform: uppercase; }
.world p { margin: .8rem auto 1.3rem; max-width: 32ch; font-size: .98rem; color: var(--ink-soft); }
.world__chips { display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin-bottom: 1.6rem; }
.world__chips span { font-family: var(--display); text-transform: uppercase; letter-spacing: .04em; font-size: .82rem; padding: .34em .8em; border: 1px solid var(--line-2); color: var(--ink-soft); }
.world__go { margin-top: auto; font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .07em; display: inline-flex; align-items: center; gap: .6em; font-size: 1rem; color: var(--rust); }
.world:hover .world__go { color: var(--rust-dp); }
.world:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }

/* ---------- trades index (icon grid) ---------------------------------- */
.trades { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border: 1px solid var(--line); background: var(--line); }
.trade { background: var(--paper-up); padding: clamp(1.3rem, 2.6vw, 1.9rem); display: flex; flex-direction: column; gap: .8rem; transition: background .25s var(--ease), color .25s var(--ease); }
.trade:hover { background: var(--ink); color: var(--paper); }
.trade svg { width: 34px; height: 34px; stroke: var(--rust); fill: none; stroke-width: 1.5; transition: stroke .25s var(--ease); }
.trade:hover svg { stroke: var(--rust-br); }
.trade b { font-family: var(--display); text-transform: uppercase; font-size: 1.18rem; line-height: 1.02; letter-spacing: .005em; }
.trade span { font-size: .9rem; color: var(--ink-mute); transition: color .25s var(--ease); }
.trade:hover span { color: #c4bcab; }

/* ---------- work / trades grid (icon cards) -------------------------- */
.workgrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: clamp(.7rem, 1.1vw, 1rem); }
.work {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: clamp(.95rem, 1.6vw, 1.25rem); text-align: center;
  padding: clamp(1.7rem, 2.8vw, 2.5rem) 1rem;
  background: var(--paper-up); border: 1px solid var(--line);
  color: var(--ink);
  transition: background .25s var(--ease), border-color .25s var(--ease), transform .25s var(--ease);
}
/* icon sits in a soft rust disc, echoing the division panels */
.work__ic {
  width: clamp(42px, 4.2vw, 50px); height: auto; box-sizing: content-box;
  padding: clamp(15px, 1.8vw, 20px); border-radius: 50%;
  background: rgba(194,82,28,.07); border: 1px solid rgba(223,106,44,.4);
  transition: background .25s var(--ease), border-color .25s var(--ease);
}
.work__label { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .02em; font-size: clamp(1rem, 1.3vw, 1.14rem); line-height: 1.1; color: var(--ink); transition: color .25s var(--ease); }
.work__label .arr { display: none; }
.work:hover { background: var(--paper); border-color: var(--rust); transform: translateY(-4px); }
.work:hover .work__ic { background: rgba(194,82,28,.13); border-color: var(--rust); }
.work:hover .work__label { color: var(--rust); }
.work:focus-visible { outline: 3px solid var(--rust); outline-offset: 2px; }

/* ---------- why / features ------------------------------------------- */
.feat { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 3vw, 2.6rem); }
.feat__item { position: relative; padding-top: 1.4rem; }
.feat__item::before { content: ""; position: absolute; top: 0; left: 0; width: 46px; height: 3px; background: var(--rust); }
.feat__item .ic { display: block; width: 40px; height: 40px; color: var(--rust); margin-bottom: 1rem; }
.feat__item .ic svg { width: 100%; height: 100%; stroke: currentColor; fill: none; stroke-width: 1.6; }
.feat__item h4 { font-size: 1.55rem; text-transform: uppercase; margin-bottom: .5rem; }
.feat__item p { color: var(--ink-soft); margin: 0; }
.section--ink .feat__item p { color: #c4bcab; }
.section--ink .feat__item .ic, .section--ink .feat__item::before { color: var(--rust-br); }
.section--ink .feat__item::before { background: var(--rust-br); }

/* ---------- service page subhero -------------------------------------- */
.subhero { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); padding-block: clamp(3rem, 6vw, 5.5rem); }
.subhero .blueprint-ov { position: absolute; inset: 0; opacity: .5;
  background-image: linear-gradient(to right, rgba(243,238,227,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(243,238,227,.05) 1px, transparent 1px); background-size: 36px 36px; }
.subhero__inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1.4fr .6fr; gap: 2rem; align-items: end; }
.subhero h1 { font-size: clamp(2.8rem, 7vw, 5.4rem); text-transform: uppercase; margin-top: 1rem; }
.subhero p { color: #cfc8b8; font-size: clamp(1.08rem, 1.4vw, 1.28rem); margin-top: 1.3rem; max-width: 60ch; }
.subhero__num { font-family: var(--display); font-weight: 700; font-size: clamp(6rem, 14vw, 12rem); line-height: .8; color: rgba(223,106,44,.18); text-align: right; }
.crumbs { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: .85rem; color: var(--rust-br); display: flex; gap: .6em; align-items: center; }
.crumbs a { color: #b9b1a0; } .crumbs a:hover { color: var(--rust-br); }
.crumbs .sep { color: var(--ink-2); }
.subhero__cta { margin-top: 2rem; display: flex; gap: 1rem; flex-wrap: wrap; }

/* ---------- accordion services --------------------------------------- */
.acc { border-top: 1px solid var(--line); }
.acc__item { border-bottom: 1px solid var(--line); }
.acc__btn { width: 100%; background: none; border: none; cursor: pointer; text-align: left; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: clamp(.9rem, 2.5vw, 1.8rem); padding: clamp(1.25rem, 2.4vw, 1.85rem) .25rem; color: var(--ink); transition: color .25s var(--ease); }
.acc__btn:hover { color: var(--rust); }
.acc__num { font-family: var(--display); font-weight: 600; font-size: 1.02rem; color: var(--ink-mute); transition: color .25s var(--ease); }
.acc__ic { width: 34px; height: 34px; flex: none; }
.acc__ic img { width: 100%; height: 100%; object-fit: contain; display: block; }
.acc__btn:hover .acc__num, .acc__btn[aria-expanded="true"] .acc__num { color: var(--rust); }
.acc__title { font-family: var(--display); font-weight: 700; text-transform: uppercase; font-size: clamp(1.5rem, 3vw, 2.2rem); line-height: 1; }
.acc__icon { position: relative; width: 26px; height: 26px; flex: none; }
.acc__icon::before, .acc__icon::after { content: ""; position: absolute; background: currentColor; border-radius: 2px; }
.acc__icon::before { top: 12px; left: 0; width: 26px; height: 2.5px; }
.acc__icon::after { left: 12px; top: 0; width: 2.5px; height: 26px; transition: transform .35s var(--ease); }
.acc__btn[aria-expanded="true"] .acc__icon::after { transform: scaleY(0); }
.acc__btn[aria-expanded="true"] { color: var(--rust); }
.acc__panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .4s var(--ease); }
.acc__panel.open { grid-template-rows: 1fr; }
.acc__panel > div { overflow: hidden; }
.acc__list { list-style: none; margin: 0; padding: 0 0 clamp(1.6rem,3vw,2.4rem) clamp(2.4rem,6vw,4.4rem); columns: 260px 3; column-gap: 2.5rem; }
.acc__list li { break-inside: avoid; padding: .42rem 0 .42rem 1.5rem; position: relative; color: var(--ink-soft); font-size: 1.02rem; line-height: 1.4; }
.acc__list li::before { content: ""; position: absolute; left: 0; top: .82em; width: 9px; height: 9px; transform: rotate(45deg); border-right: 2px solid var(--rust); border-bottom: 2px solid var(--rust); }
.acc__cta { padding: 0 0 clamp(1.8rem,3vw,2.4rem) clamp(2.4rem,6vw,4.4rem); }

/* highlighted program block */
.program { margin-top: clamp(2.5rem,5vw,3.5rem); background: var(--ink); color: var(--paper); padding: clamp(2rem,5vw,3.5rem); display: grid; grid-template-columns: 1.2fr 1fr; gap: clamp(1.5rem,4vw,3rem); align-items: center; position: relative; overflow: hidden; }
.program::before { content: ""; position: absolute; inset: 0; opacity: .5; background-image: linear-gradient(to right, rgba(243,238,227,.05) 1px, transparent 1px), linear-gradient(to bottom, rgba(243,238,227,.05) 1px, transparent 1px); background-size: 34px 34px; }
.program > * { position: relative; z-index: 1; }
.program h3 { font-size: clamp(1.9rem,4vw,3rem); text-transform: uppercase; }
.program p { color: #cfc8b8; margin-top: 1rem; }
.program__aside { border-left: 3px solid var(--rust-br); padding-left: clamp(1.2rem,3vw,2rem); }
.program__aside p { color: #e7e0d2; font-size: 1.05rem; margin: 0; }

/* cross-link */
.crosslink { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; background: var(--paper-up); border: 1px solid var(--line); padding: clamp(1.5rem,4vw,2.5rem); }
.crosslink strong { font-family: var(--display); text-transform: uppercase; font-size: 1.7rem; display: block; }
.crosslink span { color: var(--ink-soft); }

/* ---------- CTA band -------------------------------------------------- */
.cta-band { background: var(--rust); color: #fff; padding-block: clamp(3rem,7vw,5.5rem); position: relative; overflow: hidden; }
.cta-band::after { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(45deg, transparent 0 24px, rgba(0,0,0,.045) 24px 25px); pointer-events: none; }
.cta-band__inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 2rem; flex-wrap: wrap; }
.cta-band h2 { font-size: clamp(2.1rem,5vw,3.6rem); text-transform: uppercase; max-width: 16ch; }
.cta-band p { margin: .6rem 0 0; color: #fbe7da; font-size: 1.12rem; }
.cta-band .phone-cta { font-family: var(--display); font-weight: 700; font-size: clamp(1.6rem,3vw,2.3rem); display: inline-flex; align-items: center; gap: .5em; }

/* ---------- footer ---------------------------------------------------- */
.footer { background: var(--ink); color: var(--paper); padding-block: clamp(3rem,6vw,4.5rem) 2rem; }
.footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(2rem,5vw,4rem); }
.footer__brand .brand { margin-bottom: 1.2rem; align-items: flex-start; text-align: left; }
.footer__brand .brand__mark { height: 56px; }
.footer__brand .brand__type { align-items: flex-start; }
.footer__brand .brand__name { font-size: 2rem; }
.footer__brand .brand__sub { letter-spacing: .34em; padding-left: 0; }
.footer__brand p { color: #b3ac9e; max-width: 36ch; }
.footer h5 { font-family: var(--display); text-transform: uppercase; letter-spacing: .12em; font-size: .95rem; color: var(--rust-br); margin: 0 0 1.1rem; }
.footer ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .65rem; }
.footer a { color: #d9d2c4; transition: color .2s var(--ease); }
.footer a:hover { color: #fff; }
.footer .contact-line { display: flex; align-items: center; gap: .7em; }
.footer .contact-line svg { width: 18px; height: 18px; color: var(--rust-br); flex: none; }
.footer .contact-line .big { font-family: var(--display); font-weight: 700; font-size: 1.4rem; }
.footer__bottom { margin-top: clamp(2.5rem,5vw,3.5rem); padding-top: 1.5rem; border-top: 1px solid var(--ink-2); display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; color: var(--ink-mute); font-size: .9rem; }

/* ---------- estimate form -------------------------------------------- */
.form-wrap { display: grid; grid-template-columns: 1fr 1.1fr; gap: clamp(2rem,5vw,4.5rem); align-items: start; }
.form-aside h2 { font-size: clamp(2rem,4vw,3rem); text-transform: uppercase; margin-top: .7rem; }
.form-aside p { color: var(--ink-soft); margin-top: 1rem; }
.form-aside .contact-card { margin-top: 2rem; display: grid; gap: 1.1rem; }
.form-aside .contact-card a, .form-aside .contact-card div { display: flex; align-items: center; gap: .9em; font-size: 1.05rem; }
.form-aside .contact-card svg { width: 22px; height: 22px; color: var(--rust); flex: none; }
.form-aside .contact-card .big { font-family: var(--display); font-weight: 700; font-size: 1.5rem; }
form.estimate { background: var(--paper-up); border: 1px solid var(--line); padding: clamp(1.5rem,4vw,2.5rem); }
.field { margin-bottom: 1.3rem; }
.field label { font-family: var(--display); font-weight: 600; text-transform: uppercase; letter-spacing: .06em; font-size: .92rem; display: block; margin-bottom: .5rem; }
.field label .req { color: var(--rust); }
.field input, .field select, .field textarea { width: 100%; font-family: var(--body); font-size: 1.02rem; padding: .85em 1em; background: var(--paper); color: var(--ink); border: 1.5px solid var(--line); border-radius: 0; transition: border-color .2s var(--ease), box-shadow .2s var(--ease); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--rust); box-shadow: 0 0 0 3px rgba(194,82,28,.16); }
.field textarea { resize: vertical; min-height: 130px; }
.field--row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem; }
.toggle { display: flex; gap: .8rem; flex-wrap: wrap; }
.toggle input { position: absolute; opacity: 0; pointer-events: none; }
.toggle label { flex: 1; min-width: 130px; cursor: pointer; text-align: center; margin: 0; padding: .9em 1em; background: var(--paper); border: 1.5px solid var(--line); transition: all .2s var(--ease); }
.toggle input:checked + label { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.toggle input:focus-visible + label { box-shadow: 0 0 0 3px rgba(194,82,28,.3); }
.form-note { font-size: .88rem; color: var(--ink-mute); margin-top: 1rem; }
.form-status { margin-top: 1rem; font-family: var(--display); text-transform: uppercase; letter-spacing: .05em; display: none; padding: .9em 1.1em; }
.form-status.show { display: block; }
.form-status.ok { background: rgba(60,120,60,.14); color: #2f6d2f; border-left: 3px solid #3c8a3c; }
.form-status.err { background: rgba(194,82,28,.12); color: var(--rust-dp); border-left: 3px solid var(--rust); }

/* reveal animations removed — client prefers a static page */

/* ---------- responsive ----------------------------------------------- */
@media (max-width: 1000px) {
  .hero__row { grid-template-columns: 1fr; }
  .cred__inner { grid-template-columns: 1fr 1fr; }
  .cred__item:nth-child(3) { border-left: 0; }
  .trades { grid-template-columns: 1fr 1fr; }
  .workgrid { grid-template-columns: 1fr 1fr; }
  .worlds { grid-template-columns: 1fr 1fr; }
  .feat { grid-template-columns: 1fr; gap: 1.6rem; }
  .subhero__inner { grid-template-columns: 1fr; }
  .subhero__num { display: none; }
}
@media (max-width: 900px) {
  .menu { display: none; }
  .burger { display: block; }
  .nav__menu-wrap { display: block; position: absolute; top: 100%; left: 0; right: 0; background: var(--paper-up); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s var(--ease); }
  .nav__menu-wrap.open { grid-template-rows: 1fr; }
  .nav__menu-wrap > div { overflow: hidden; }
  .menu.mobile { display: grid; gap: .25rem; padding: 1rem var(--gutter) 1.5rem; }
  .menu.mobile a { font-size: 1.3rem; padding: .6em 0; border-bottom: 1px solid var(--line); }
  .menu.mobile a::after { display: none; }
  .nav__cta .btn-estimate { display: none; }
  .program { grid-template-columns: 1fr; }
  .form-wrap { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  :root { --section: clamp(3.2rem, 11vw, 4.4rem); }

  .utility__inner { justify-content: center; }
  .utility .email-text { display: none; }

  /* hero: tighter, full-width tap targets, drop duplicate ticks */
  .hero__row { margin-top: 1.8rem; padding-top: 1.8rem; gap: 1.6rem; }
  .hero__right { gap: 1.4rem; }
  .hero__actions { width: 100%; gap: .8rem; }
  .hero__actions .btn { width: 100%; justify-content: center; }
  .hero__ticks { display: none; }

  /* credibility strip */
  .cred__inner { grid-template-columns: 1fr; }
  .cred__item { border-left: 0; border-top: 1px solid var(--ink-2); }
  .cred__item:first-child { border-top: 0; }

  /* section heads: hide oversized decorative numeral */
  .shead { gap: 1rem; margin-bottom: 2rem; }
  .shead .bignum { display: none; }

  /* division panels: natural height, not 360px each */
  .worlds { grid-template-columns: 1fr; gap: 1rem; }
  .world { min-height: auto; padding: 2rem 1.6rem; }
  .world p { max-width: 38ch; }

  .trades { grid-template-columns: 1fr; }
  .field--row { grid-template-columns: 1fr; }
  .acc__list { columns: 1; }
  .acc__btn { grid-template-columns: auto 1fr auto; }
  .acc__ic { display: none; }

  /* CTA band + service-page hero: stacked, full-width buttons */
  .cta-band__inner { flex-direction: column; align-items: stretch; }
  .cta-band .btn--lg { width: 100%; justify-content: center; }
  .subhero__cta { width: 100%; }
  .subhero__cta .btn { width: 100%; justify-content: center; }

  /* footer stacks to one column */
  .footer__grid { grid-template-columns: 1fr; gap: 2.4rem; }
  .footer__bottom { flex-direction: column; gap: .5rem; }
}
/* all phone widths: hero CTAs span full width and sit flush, evenly stacked */
@media (max-width: 768px) {
  .hero__actions { width: 100%; gap: .8rem; }
  .hero__actions .btn { width: 100%; justify-content: center; }
}
/* ===== No motion (client preference): keep the UI completely static ===== */
*, *::before, *::after { animation: none !important; transition: none !important; }
.btn:hover, .world:hover { transform: none !important; }
.btn .arr, .btn:hover .arr, .world__go .arr, .world:hover .world__go .arr { transform: none !important; }
html { scroll-behavior: auto; }
