/* ==========================================================================
   PHS Renovations — Evergreen
   pages.css — inner-page shell: compact page hero, breadcrumb, spec bar,
   inclusion cards, prose, gallery, contact form, FAQ
   ========================================================================== */

/* ============ PAGE HERO ============ */
.page-hero { padding: 44px 0 72px; position: relative; }
.page-hero .wrap { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.page-hero.solo .wrap { grid-template-columns: 1fr; max-width: 900px; }
.page-hero h1 {
  font-family: var(--disp); font-weight: 400;
  font-size: clamp(2.5rem, 5vw, 4.2rem); line-height: 1.02;
  letter-spacing: -.015em; margin: 20px 0 0;
}
.page-hero h1 .it { font-style: italic; color: var(--burgundy); }
.page-hero .lede { color: var(--ink-2); font-size: 1.14rem; line-height: 1.62; max-width: 520px; margin-top: 22px; }
.page-hero .lede b { color: var(--ink); font-weight: 600; }
.page-hero.solo .lede { max-width: 660px; }

.crumbs { display: flex; align-items: center; gap: 9px; font-size: 12.5px; color: var(--muted); margin-bottom: 22px; flex-wrap: wrap; }
.crumbs a { text-decoration: none; color: var(--muted); transition: color .2s; }
.crumbs a:hover { color: var(--burgundy); }
.crumbs .sl { color: var(--line-2); }
.crumbs .cur { color: var(--ink-2); }

/* page hero image */
.page-plate {
  position: relative; border-radius: 6px; overflow: hidden; aspect-ratio: 4/3.2;
  background: linear-gradient(150deg, #e8e9ec, #dcdde1); box-shadow: var(--shadow-card);
}
.page-plate img { width: 100%; height: 100%; object-fit: cover; display: block; }
.page-plate .scrim {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(20, 28, 22, .68) 100%);
}
.page-plate .placard { position: absolute; left: 20px; bottom: 18px; color: #f3efe4; }
.page-plate .placard .idx { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-soft); }
.page-plate .placard .ttl { font-family: var(--disp); font-size: 20px; font-weight: 500; margin-top: 4px; }
.page-plate-frame {
  position: absolute; inset: -14px -14px 14px 14px;
  border: 1.5px solid var(--gold); border-radius: 6px; z-index: -1;
}
.page-plate-wrap { position: relative; }
@media (max-width: 980px) {
  .page-hero .wrap { grid-template-columns: 1fr; gap: 40px; }
  .page-plate { aspect-ratio: 4/3; }
}

/* ============ SPEC BAR ============ */
.specs { background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.specs .wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; padding: 0 36px; }
.specs .sp { padding: 30px 28px 30px 0; border-right: 1px solid var(--line); }
.specs .sp:last-child { border-right: 0; }
.specs .sp:not(:first-child) { padding-left: 28px; }
.specs .k { font-size: 11px; letter-spacing: 1.8px; text-transform: uppercase; color: var(--faint); }
.specs .v { font-family: var(--disp); font-size: 1.5rem; font-weight: 500; color: var(--burgundy); margin-top: 7px; line-height: 1.15; }
.specs .n { font-size: 12.5px; color: var(--muted); margin-top: 6px; }
@media (max-width: 900px) {
  .specs .wrap { grid-template-columns: 1fr 1fr; }
  .specs .sp:nth-child(2) { border-right: 0; }
  .specs .sp:nth-child(1), .specs .sp:nth-child(2) { border-bottom: 1px solid var(--line); }
  .specs .sp:nth-child(odd) { padding-left: 0; }
  .specs .sp:nth-child(even) { padding-left: 28px; }
}
@media (max-width: 520px) {
  .specs .wrap { grid-template-columns: 1fr; }
  .specs .sp { border-right: 0; border-bottom: 1px solid var(--line); padding-left: 0 !important; }
  .specs .sp:last-child { border-bottom: 0; }
}

/* ============ INCLUSION CARDS ============ */
.incl { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.incl-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 30px 30px 32px; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.incl-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--line-2); }
.incl-card .ci {
  width: 44px; height: 44px; border-radius: 12px; background: var(--burgundy-soft);
  display: grid; place-items: center; color: var(--burgundy);
}
.incl-card h3 { font-family: var(--disp); font-weight: 500; font-size: 1.35rem; margin-top: 18px; }
.incl-card > p { color: var(--ink-2); font-size: 14.8px; line-height: 1.6; margin-top: 10px; }
.incl-card ul { list-style: none; margin-top: 16px; display: flex; flex-direction: column; gap: 10px; }
.incl-card li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14.5px; color: var(--muted); line-height: 1.5;
}
.incl-card li::before {
  content: ""; flex: none; margin-top: 7px; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold);
}
@media (max-width: 780px) { .incl { grid-template-columns: 1fr; } }

/* ============ WHAT'S INCLUDED — "one kitchen, every detail" ============
   Image-led proof: one finished kitchen shown whole, then the elements up
   close. Supersedes .incl on the service pages; .incl is kept until the
   other pages are rolled over. PHOTOS ARE PLACEHOLDERS — see the ship-gate
   comment in the markup; every inner class is scoped under a .proof-* parent
   so the short names (cap/lab/ph/k/t/n/s) never collide with other sections. */
.proof-hero {
  position: relative; margin-top: 48px; border-radius: 18px; overflow: hidden;
  aspect-ratio: 16 / 8.6; box-shadow: var(--shadow-card);
}
.proof-hero img { width: 100%; height: 100%; object-fit: cover; }
.proof-hero .scrim { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 44%, rgba(16, 20, 16, .66) 100%); }
.proof-hero .cap { position: absolute; left: 26px; bottom: 22px; color: #f4efe6; display: flex; align-items: baseline; gap: 13px; flex-wrap: wrap; }
.proof-hero .cap .k { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-soft); }
.proof-hero .cap .t { font-family: var(--disp); font-weight: 500; font-size: 1.5rem; }

.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 20px; }
.proof-cell { margin: 0; }
.proof-cell .ph { position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 3.1; box-shadow: var(--shadow-card); }
.proof-cell .ph img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s cubic-bezier(.2, .8, .2, 1); }
.proof-cell:hover .ph img { transform: scale(1.04); }
.proof-cell .lab { display: flex; align-items: baseline; gap: 8px; margin-top: 13px; }
.proof-cell .lab .n { font-family: var(--disp); font-weight: 500; font-size: 1.12rem; color: var(--ink); }
.proof-cell .lab .s { font-size: 12.5px; color: var(--muted); }
.proof-cell .lab::before {
  content: ""; width: 9px; height: 5px; flex: none; margin-top: 6px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg);
}
@media (max-width: 780px) { .proof-grid { grid-template-columns: 1fr; } .proof-hero { aspect-ratio: 4 / 3; } }

/* ============ SPLIT CONTENT ============ */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.split.rev .split-media { order: -1; }
.split-media { border-radius: 14px; overflow: hidden; aspect-ratio: 4/3; box-shadow: var(--shadow-card); background: var(--ivory-2); }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-copy h2 {
  font-family: var(--disp); font-weight: 400; font-size: clamp(1.9rem, 3.4vw, 2.7rem);
  line-height: 1.08; margin-top: 16px; letter-spacing: -.01em;
}
.split-copy h2 .it { font-style: italic; color: var(--burgundy); }
.split-copy p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.65; margin-top: 16px; }
@media (max-width: 900px) { .split { grid-template-columns: 1fr; gap: 36px; } .split.rev .split-media { order: 0; } }

/* ============ PROSE ============ */
.prose { max-width: 720px; }
.prose h3 { font-family: var(--disp); font-weight: 500; font-size: 1.5rem; margin-top: 36px; }
.prose h3:first-child { margin-top: 0; }
.prose p { color: var(--ink-2); font-size: 1.05rem; line-height: 1.7; margin-top: 14px; }
.prose ul { margin-top: 14px; padding-left: 0; list-style: none; display: flex; flex-direction: column; gap: 10px; }
.prose li { display: flex; align-items: flex-start; gap: 11px; color: var(--ink-2); font-size: 1.02rem; line-height: 1.6; }
.prose li::before {
  content: ""; flex: none; margin-top: 9px; width: 6px; height: 6px;
  border-radius: 50%; background: var(--gold);
}

/* ============ GALLERY ============ */
.gal { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gal figure {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4/3;
  background: var(--ivory-2); border: 1px solid var(--line);
}
.gal figure.tall { grid-row: span 2; aspect-ratio: 4/6.2; }
.gal figure.wide { grid-column: span 2; aspect-ratio: 8/3; }
.gal img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gal figure:hover img { transform: scale(1.05); }
.gal figcaption {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 40px 18px 16px; color: #f3efe4;
  background: linear-gradient(180deg, transparent, rgba(20, 28, 22, .78));
  font-size: 13px;
}
.gal figcaption b { font-family: var(--disp); font-size: 17px; font-weight: 500; display: block; }
.gal figcaption span { opacity: .82; font-size: 12.5px; }
@media (max-width: 900px) {
  .gal { grid-template-columns: 1fr 1fr; }
  .gal figure.wide { grid-column: span 2; }
  .gal figure.tall { grid-row: span 1; aspect-ratio: 4/3; }
}
@media (max-width: 560px) {
  .gal { grid-template-columns: 1fr; }
  .gal figure.wide { grid-column: span 1; aspect-ratio: 4/3; }
}

/* ============ CONTACT ============ ---------------------------------------
   The contact "desk" itself now lives in site.css — it serves both the home
   page and contact.html. All that belongs here is the inner-page hero trim it
   sits under.
   ------------------------------------------------------------------------ */

/* the contact hero is a page header, not a stage — trimmed so the ask stays
   near the top of the first screen */
.page-hero.tight { padding: 40px 0 56px; }
.page-hero.tight h1 { font-size: clamp(2.4rem, 4.3vw, 3.5rem); }
.page-hero.tight .lede { max-width: 54ch; }
@media (max-width: 620px) { .page-hero.tight { padding: 30px 0 40px; } }

/* ============ FAQ ============ */
.faq { margin-top: 44px; max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 22px 0; display: flex;
  align-items: center; justify-content: space-between; gap: 20px;
  font-family: var(--disp); font-size: 1.2rem; font-weight: 500; color: var(--ink);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary .pl { flex: none; width: 26px; height: 26px; position: relative; }
.faq summary .pl::before, .faq summary .pl::after {
  content: ""; position: absolute; left: 50%; top: 50%; background: var(--gold);
  transform: translate(-50%, -50%); transition: transform .25s;
}
.faq summary .pl::before { width: 13px; height: 1.6px; }
.faq summary .pl::after { width: 1.6px; height: 13px; }
.faq details[open] summary .pl::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq details p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.68; padding-bottom: 24px; max-width: 680px; }

/* ============ TEAM ROSTER — "the masthead" ============
   The people behind your project as a real org — left-aligned and photo-forward,
   grouped by tier: Leadership (2 directors, each with a one-line remit) → Design
   (2 designers) → the build crew (6). Borderless portraits with the name set
   BELOW the photo; a short gold rule + label opens each tier. Scale steps the
   leads (300px) above designers & crew (236px, matched); crew capped at 3-up.
   All ten are REAL PHS staff photos (img/team/, 4:5). Entrance via the shared
   .reveal. Scoped .tm-*. */
.tm-flag { font-size: .82em; margin-left: .12em; }

.tm-tier { margin-top: 54px; }
.tm-tier:first-of-type { margin-top: 50px; }

/* short gold rule + label opening each tier */
.tm-lbl {
  display: flex; align-items: center; gap: 14px; margin-bottom: 26px;
  font-family: var(--disp); font-weight: 500; font-size: 1.08rem; color: var(--ink); letter-spacing: -.005em;
}
.tm-lbl .rule { flex: none; width: 34px; height: 2px; background: var(--gold); border-radius: 2px; }
.tm-lbl .ct { font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--faint); font-weight: 600; }
.tm-lbl-link {
  margin-left: auto; font-size: 13px; font-weight: 600; color: var(--gold-2);
  text-decoration: none; border-bottom: 1px solid var(--gold-soft); padding-bottom: 2px; transition: border-color .2s;
}
.tm-lbl-link:hover { border-color: var(--gold-2); }

/* left-aligned rows; leads larger, designers & crew matched at 236px */
.tm-lead { display: grid; grid-template-columns: repeat(2, minmax(0, 300px)); gap: 30px; }
.tm-duo  { display: grid; grid-template-columns: repeat(2, minmax(0, 236px)); gap: 26px; }
.tm-crew { display: grid; grid-template-columns: repeat(3, minmax(0, 236px)); gap: 32px 26px; }

/* borderless portrait, name below */
.tm-person { margin: 0; }
.tm-ph { aspect-ratio: 4/5; border-radius: 14px; overflow: hidden; background: var(--band); box-shadow: var(--shadow-card); }
.tm-ph img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s cubic-bezier(.2,.8,.2,1); }
.tm-person:hover .tm-ph img { transform: scale(1.035); }
.tm-person figcaption { margin-top: 15px; }
.tm-person b { display: block; font-family: var(--disp); font-weight: 500; letter-spacing: -.015em; color: var(--ink); line-height: 1.12; }
.tm-role { display: block; margin-top: 7px; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold-2); font-weight: 600; }
.tm-remit { margin-top: 11px; color: var(--ink-2); font-size: .95rem; line-height: 1.55; max-width: 34ch; }
.tm-lead .tm-person b { font-size: 1.95rem; }
.tm-duo  .tm-person b { font-size: 1.5rem; }
.tm-crew .tm-person b { font-size: 1.1rem; }
.tm-crew .tm-role { font-size: 10px; letter-spacing: 1.2px; margin-top: 5px; }

@media (max-width: 860px) { .tm-lead, .tm-duo { grid-template-columns: repeat(2, minmax(0, 260px)); } }
@media (max-width: 620px) {
  .tm-lead { grid-template-columns: 1fr; gap: 22px; }
  .tm-duo, .tm-crew { grid-template-columns: 1fr 1fr; gap: 18px; }
  .tm-lbl-link { margin-left: 0; }
  .tm-lbl { flex-wrap: wrap; }
}

/* ============ FULL PROCESS — ten steps as four phase lanes ============
   The 10 internal steps grouped into the four public stages, as compact lanes,
   so the whole set fits one viewport (a 10-row scroll list loses the reader).
   Every chip carries its NAMED OWNER — "every step has a named owner" is the
   rigor proof. Static; entrance via the shared .reveal. Scoped .lane-*. */
.lanes { margin-top: 40px; display: flex; flex-direction: column; }
.lane {
  display: grid; grid-template-columns: 190px 1fr; gap: 30px; align-items: center;
  padding: 20px 0; border-top: 1px solid var(--line);
}
.lane:last-child { border-bottom: 1px solid var(--line); }
.lane-hd { display: flex; align-items: baseline; gap: 12px; }
.lane-n { font-family: var(--disp); font-size: 1.5rem; font-weight: 500; color: var(--gold); line-height: 1; }
.lane-name { font-family: var(--disp); font-size: 1.18rem; font-weight: 500; color: var(--ink); line-height: 1.15; }
.lane-steps { display: flex; gap: 12px; flex-wrap: wrap; }
.lane-step {
  flex: 1 1 0; min-width: 150px; background: var(--paper); border: 1px solid var(--line);
  border-radius: 13px; padding: 14px 15px; display: grid; grid-template-columns: 26px 1fr; gap: 11px;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.lane-step:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--line-2); }
.lane-i {
  width: 26px; height: 26px; border-radius: 50%; background: var(--ivory);
  border: 1.4px solid var(--gold); color: var(--burgundy);
  display: grid; place-items: center; font-family: var(--disp); font-size: 13px; font-weight: 500;
}
.lane-step.warr .lane-i { background: var(--gold); border-color: var(--gold); color: #2a1d05; }
.lane-t { display: block; font-size: 13.5px; font-weight: 600; color: var(--ink); line-height: 1.28; }
.lane-own {
  display: flex; align-items: center; gap: 6px; margin-top: 7px;
  color: var(--gold-2); font-size: 12px; font-weight: 600; letter-spacing: .2px;
}
.lane-own::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex: none; }
@media (max-width: 900px) {
  .lane { grid-template-columns: 1fr; gap: 14px; align-items: start; }
}

/* ============ NOTE (mock-only placeholder marker) ============ */
.mock-note {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fdf6e6; border: 1px dashed var(--gold);
  border-radius: 12px; padding: 14px 16px; margin-top: 24px;
  font-size: 13px; line-height: 1.55; color: #6b5216; max-width: 720px;
}
.mock-note b { color: #4a380d; }

/* ============================================================================
   DESIGN & PLANNING — bespoke sections (film · deliverables · designers)
   Every child name is scoped under .film-* / .deliv-* / .dz-* so the short
   names never collide with other sections. Each section carries its own
   architecture per DESIGN-LANGUAGE.md; the shared tokens carry the warmth.
   ========================================================================== */

/* ---------- FILM: the design-phase video, on a warm band --------------------
   A click-to-load facade — we ship the real branded poster + a play button and
   nothing else; site.js swaps in a youtube-nocookie iframe on click, so there
   is zero third-party JS until the visitor actually presses play. The poster
   already carries its own title, so we don't overlay one. */
.film { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 96px 0; }
.film-stage {
  position: relative; margin: 42px auto 0; max-width: 940px;
  aspect-ratio: 16 / 9; border-radius: 20px; overflow: hidden;
  box-shadow: var(--shadow-card); background: var(--burgundy-2);
}
.film-play, .film-frame { position: absolute; inset: 0; width: 100%; height: 100%; }
.film-play { border: 0; padding: 0; margin: 0; cursor: pointer; background: none; display: block; }
.film-frame { border: 0; }
.film-poster { width: 100%; height: 100%; object-fit: cover; display: block; }
.film-scrim {
  position: absolute; inset: 0;
  background: radial-gradient(60% 60% at 50% 50%, rgba(16,12,14,.28), rgba(16,12,14,.08) 70%);
  transition: background .3s;
}
.film-play:hover .film-scrim, .film-play:focus-visible .film-scrim {
  background: radial-gradient(60% 60% at 50% 50%, rgba(16,12,14,.4), rgba(16,12,14,.14) 72%);
}
.film-btn {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 84px; height: 84px; border-radius: 50%;
  background: var(--gold); color: #2a1d05;
  display: grid; place-items: center;
  box-shadow: 0 16px 36px -10px rgba(0,0,0,.5);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), background .25s, color .25s;
}
.film-btn svg { margin-left: 5px; }   /* optically centre the play triangle */
.film-play:hover .film-btn, .film-play:focus-visible .film-btn {
  transform: translate(-50%, -50%) scale(1.08); background: var(--gold-2); color: #fff;
}
.film-play:focus { outline: none; }
.film-play:focus-visible { outline: 3px solid var(--gold); outline-offset: 4px; }
.film-cap { text-align: center; margin-top: 16px; font-size: 13px; color: var(--muted); }
/* designed poster — used where no good photographic frame exists (e.g. the
   process film: YouTube's only hi-res frame is a pillar-boxed logo card, an
   off-brand mismatch). Honest: a branded "play this film" panel, not a fake
   photo. The real poster is a real-deploy asset PHS supplies. */
.film-poster--art {
  position: absolute; inset: 0; display: block;
  background:
    radial-gradient(78% 96% at 84% 6%, rgba(202, 148, 42, .30), transparent 55%),
    radial-gradient(72% 92% at 8% 100%, rgba(110, 36, 35, .55), transparent 60%),
    linear-gradient(155deg, var(--burgundy) 6%, var(--burgundy-2) 74%);
}
.film-poster-meta { position: absolute; left: 34px; right: 34px; bottom: 30px; }
.fp-eyebrow { display: block; font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-soft); }
.fp-title {
  display: block; font-family: var(--disp); font-style: italic; font-weight: 400;
  font-size: clamp(1.6rem, 3vw, 2.2rem); color: #fff; margin-top: 8px;
}
@media (max-width: 620px) {
  .film { padding: 68px 0; }
  .film-btn { width: 64px; height: 64px; }
  .film-poster-meta { left: 22px; right: 22px; bottom: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .film-btn, .film-play:hover .film-btn, .film-scrim { transition: none; }
}

/* ---------- DELIVERABLES: what a PHS design actually produces ---------------
   Three tangible artifacts, in the order they're made (concept → technical →
   visualization; the kicker encodes that sequence — numbers stay reserved for
   the process section). The visuals are DRAWN line-art, not stock photos —
   honest and on-brand (same call as the fence icon) and they carry the colour. */
.deliv { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.deliv-card {
  display: flex; flex-direction: column;
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  overflow: hidden; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.deliv-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--line-2); }
.deliv-art {
  position: relative; aspect-ratio: 4 / 3; overflow: hidden;
  background: var(--band); border-bottom: 1px solid var(--line);
}
/* each card auto-crossfades through real PHS deliverable images (site.js) */
.deliv-slide {
  position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: cover; opacity: 0; transition: opacity .9s ease;
}
.deliv-slide.on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .deliv-slide { transition: none; } }
.deliv-body { padding: 24px 26px 26px; display: flex; flex-direction: column; flex: 1; }
.deliv-kick { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--gold-2); }
.deliv-card h3 { font-family: var(--disp); font-weight: 500; font-size: 1.32rem; margin-top: 8px; }
.deliv-card p { color: var(--ink-2); font-size: 14.8px; line-height: 1.6; margin-top: 11px; }
.deliv-foot {
  margin-top: auto; padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 13px; line-height: 1.5; color: var(--muted);
  display: flex; gap: 9px; align-items: flex-start;
}
.deliv-foot::before {
  content: ""; flex: none; margin-top: 5px; width: 9px; height: 5px;
  border-left: 2px solid var(--gold); border-bottom: 2px solid var(--gold); transform: rotate(-45deg);
}
@media (max-width: 860px) {
  .deliv { grid-template-columns: 1fr; max-width: 460px; margin-left: auto; margin-right: auto; }
}

/* ---------- DESIGNERS: the two people who'll actually design it -------------
   An editorial pair spread on a warm band. Each designer is a real portrait
   beside a credentials LEDGER (a device used nowhere else on the page) and one
   signature line — Stephanie's real design philosophy, Hope's focus. Rows
   alternate the portrait side for rhythm. Real photos → no ship-gate. */
.designers { background: var(--band); border-top: 1px solid var(--line); padding: 96px 0; }
.dz-list { margin-top: 46px; display: flex; flex-direction: column; gap: 30px; }
.dz-card {
  display: grid; grid-template-columns: 300px 1fr; gap: 42px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 20px;
  padding: 30px; transition: transform .3s, box-shadow .3s, border-color .3s;
}
.dz-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--line-2); }
.dz-card:nth-child(even) { grid-template-columns: 1fr 300px; }
.dz-card:nth-child(even) .dz-portrait { order: 2; }
.dz-portrait {
  position: relative; border-radius: 14px; overflow: hidden; aspect-ratio: 4 / 5;
  background: var(--ivory-2); box-shadow: var(--shadow-card);
}
.dz-portrait img { width: 100%; height: 100%; object-fit: cover; display: block; }
.dz-name-row { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; }
.dz-card h3 { font-family: var(--disp); font-weight: 500; font-size: 1.7rem; letter-spacing: -.01em; }
.dz-role {
  font-size: 11px; letter-spacing: 1.6px; text-transform: uppercase; color: var(--gold-2);
  padding-bottom: 3px; border-bottom: 1px solid var(--gold-soft);
}
.dz-bio { color: var(--ink-2); font-size: 1rem; line-height: 1.62; margin-top: 15px; max-width: 56ch; }
.dz-bio b { color: var(--ink); font-weight: 600; }
.dz-creds { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px 26px; }
.dz-creds > div { display: flex; flex-direction: column; gap: 3px; }
.dz-creds dt { font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--faint); }
.dz-creds dd { font-size: 13.8px; line-height: 1.4; color: var(--ink); font-weight: 500; }
.dz-note { margin-top: 22px; padding-left: 17px; border-left: 2px solid var(--gold); }
.dz-note-k { display: block; font-size: 10.5px; letter-spacing: 1.4px; text-transform: uppercase; color: var(--gold-2); margin-bottom: 7px; }
.dz-quote { font-family: var(--disp); font-style: italic; font-size: 1.12rem; line-height: 1.45; color: var(--burgundy); }
.dz-focus { font-size: .98rem; line-height: 1.55; color: var(--ink-2); }
@media (max-width: 760px) {
  .dz-card, .dz-card:nth-child(even) { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
  .dz-card:nth-child(even) .dz-portrait { order: 0; }
  .dz-portrait { aspect-ratio: 4 / 3.4; max-width: 360px; }
  .dz-creds { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 480px) {
  .dz-creds { grid-template-columns: 1fr; }
}

/* ============================================================================
   OUR PROCESS — tools (calm, static)
   Simplified per user feedback (2026-08-16): no featured scanner card, no
   schematic, no scan animation — just three equal tool cards. Scoped .tech-*.
   ========================================================================== */
.tech { background: var(--paper); border-top: 1px solid var(--line); }
.tech-grid {
  margin-top: 44px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
}
.tech-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; transition: transform .25s, box-shadow .25s, border-color .25s;
}
.tech-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-card); border-color: var(--line-2); }
.tech-ci {
  width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
  background: var(--gold-soft); color: var(--gold-2);
}
.tech-card h4 { font-family: var(--disp); font-weight: 500; font-size: 1.22rem; margin-top: 16px; }
.tech-card p { color: var(--ink-2); font-size: 14.6px; line-height: 1.58; margin-top: 9px; }
.tech-foot { margin-top: 26px; }
.tech-foot a { color: var(--burgundy); font-weight: 600; font-size: 14.5px; text-decoration: none; }
.tech-foot a:hover { text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 720px) {
  .tech-grid { grid-template-columns: 1fr; }
}

/* ============ PORTFOLIO — "Case files" (editorial spreads + room filter) ============
   Direction A, chosen 2026-08-16 (from mocks-new/portfolio.html). The one real
   asset — the 2023 "During & After" film — is given flagship weight (reuses the
   .film-* facade); every other project is shown beside its real spec sheet
   (.pj-specs, borrowed from home.css). A room filter (the mosaic direction's one
   good idea) scopes the rows; flip-alternation is recomputed in site.js so it
   stays clean when filtered. The home page owns the compact accordion+stage, so
   this page deliberately takes the generous spread instead. */
.cs-flag { margin-top: 44px; display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; align-items: center; }
.cs-flag .film-stage { margin: 0; max-width: none; aspect-ratio: 16 / 10; }
.cs-eyebrow { font: 600 11px/1 var(--ui); letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold-2); }
.cs-sheet h3 { font-family: var(--disp); font-weight: 400; font-size: 1.85rem; line-height: 1.1; letter-spacing: -.01em; color: var(--ink); margin: 12px 0 0; }
.cs-sheet h3 .it { font-style: italic; color: var(--burgundy); }
.cs-narr { color: var(--ink-2); font-size: 1.02rem; line-height: 1.62; margin: 14px 0 0; }
.cs-sheet .pj-specs { margin-top: 22px; }

/* room filter — scopes the editorial rows below the flagship */
.cs-filter { margin-top: 56px; display: flex; flex-wrap: wrap; align-items: center; gap: 8px; }
.cs-chip { font: 600 13px/1 var(--ui); color: var(--ink-2); background: var(--paper); border: 1px solid var(--line-2); padding: 9px 16px; border-radius: 100px; cursor: pointer; transition: background .16s, color .16s, border-color .16s; }
.cs-chip:hover { border-color: var(--ink-2); }
.cs-chip.on { background: var(--ink); color: #fff; border-color: var(--ink); }
.cs-count { margin-left: auto; font: 500 12.5px/1 var(--ui); color: var(--faint); }

/* editorial rows — finished room beside its spec sheet, alternating sides */
.cs-rows { margin-top: 6px; }
.cs-row { display: grid; grid-template-columns: 1fr 1fr; gap: 46px; align-items: center; padding: 44px 0; border-top: 1px solid var(--line); }
.cs-row.is-hidden, .cs-row.is-capped { display: none; }

/* "view more" gate — only a few projects show at once */
.cs-more-wrap { margin-top: 40px; display: flex; justify-content: center; }
.cs-more { display: inline-flex; align-items: center; gap: 9px; font: 600 14.5px/1 var(--ui); color: var(--ink); background: var(--paper); border: 1px solid var(--line-2); padding: 14px 26px; border-radius: 100px; cursor: pointer; transition: background .18s, border-color .18s, transform .18s; }
.cs-more:hover { border-color: var(--ink-2); transform: translateY(-1px); }
.cs-more svg { color: var(--gold-2); }
.cs-more[hidden] { display: none; }
.cs-photo { position: relative; border-radius: 18px; overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow-card); margin: 0; }
.cs-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.cs-row:hover .cs-photo img { transform: scale(1.04); }
.cs-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,16,13,.5), transparent 42%); }
.cs-place { position: absolute; left: 16px; bottom: 14px; z-index: 2; margin: 0; color: #fff; font-family: var(--disp); font-size: 1.25rem; text-shadow: 0 2px 14px rgba(0,0,0,.5); }
.cs-row.flip .cs-photo-cell { order: 2; }
.cs-kick { font: 600 11px/1 var(--ui); letter-spacing: 1.8px; text-transform: uppercase; color: var(--gold-2); }
.cs-body h3 { font-family: var(--disp); font-weight: 400; font-size: 1.5rem; line-height: 1.12; color: var(--ink); margin: 11px 0 0; }
.cs-body > p { color: var(--ink-2); font-size: .99rem; line-height: 1.6; margin: 12px 0 0; }
.cs-body .pj-specs { margin-top: 20px; }

@media (max-width: 900px) {
  .cs-flag, .cs-row { grid-template-columns: 1fr; gap: 24px; }
  .cs-row.flip .cs-photo-cell { order: 0; }
  .cs-filter { margin-top: 44px; }
}
@media (prefers-reduced-motion: reduce) { .cs-photo img { transition: none; } }


/* =====================================================================
   MEDIA HUB — "Behind the build"  (media.html)
   A broadcast / press room: stories, faces and features. The SIGNATURE is the
   CHYRON — a broadcast lower-third label (a gold "on-air" dot + the real
   network name as a borrowed mark) that heads each feature. Films reuse the
   shared .film-* click-to-load facade (site.js [data-film]). Warm-evidence
   tokens throughout; the single pop is the burgundy Baeumler pull-quote.
   HONESTY: the network names (HGTV, CityTV, Global, NTV) and the Baeumler
   Approved mark are real, borrowed marks kept in plain type — no fake photos
   of people we don't have. The three video embeds are placeholders until the
   client supplies YouTube IDs: the facades are left as no-op (data-yt empty)
   and each carries a visible .mh-note.  All classes are .mh-* prefixed.
   ===================================================================== */

/* the signature — a broadcast lower-third label */
.mh-chyron { display: inline-flex; align-items: center; gap: 11px; font: 600 11px/1 var(--ui); letter-spacing: .18em; text-transform: uppercase; color: var(--muted); }
.mh-chyron .live { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 3px var(--gold-soft); flex: none; }
.mh-chyron .net { color: var(--ink); letter-spacing: .12em; }
@media (prefers-reduced-motion: no-preference) {
  .mh-chyron .live { animation: mhLive 2.6s ease-in-out infinite; }
  @keyframes mhLive { 0%, 100% { box-shadow: 0 0 0 3px var(--gold-soft); } 50% { box-shadow: 0 0 0 6px rgba(202, 148, 42, .12); } }
}

/* mock note — honest flag for a pending embed */
.mh-note { display: inline-flex; align-items: center; gap: 8px; font: 500 12px/1.4 var(--ui); color: var(--muted); background: var(--band); border: 1px dashed var(--line-2); border-radius: 100px; padding: 7px 14px; }
.mh-note b { color: var(--ink-2); font-weight: 600; }

/* ---------- three "channel" cards ---------- */
.mh-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 48px; }
.mh-card { display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; text-decoration: none; color: inherit; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.mh-card:hover, .mh-card:focus-visible { transform: translateY(-3px); box-shadow: var(--shadow-card); border-color: var(--line-2); outline: none; }
.mh-card:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }
.mh-card-top { position: relative; aspect-ratio: 5 / 4; overflow: hidden; border-bottom: 1px solid var(--line); }
.mh-card-top img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.mh-card:hover .mh-card-top img { transform: scale(1.04); }
/* type/badge treatment for cards with no photograph (borrowed marks, not fakes) */
.mh-card-top.mark { display: grid; place-items: center; background: radial-gradient(120% 110% at 50% 0%, #fbf7ef, var(--band)); }
.mh-card-top.mark img { width: auto; height: 76px; transition: none; }
.mh-card-top.mark .wm { font-family: var(--disp); font-style: italic; font-size: 1.85rem; color: var(--ink); letter-spacing: .01em; }
.mh-card-top.mark .wm small { font-style: normal; font-family: var(--ui); font-weight: 600; font-size: .5em; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); display: block; text-align: center; margin-top: 8px; }
.mh-card-body { padding: 20px 22px 22px; display: flex; flex-direction: column; flex: 1; }
.mh-card-body .k { font: 600 11px/1 var(--ui); letter-spacing: .16em; text-transform: uppercase; color: var(--gold-2); }
.mh-card-body h3 { font-family: var(--disp); font-weight: 400; font-size: 1.4rem; line-height: 1.1; color: var(--ink); margin: 9px 0 0; }
.mh-card-body p { color: var(--ink-2); font-size: .95rem; line-height: 1.5; margin: 6px 0 0; }
.mh-card-body .go { margin-top: auto; padding-top: 18px; display: inline-flex; align-items: center; gap: 7px; font: 600 13px/1 var(--ui); color: var(--burgundy); }
.mh-card-body .go svg { transition: transform .22s ease; }
.mh-card:hover .go svg { transform: translateX(3px); }

/* ---------- features (broadcast spreads) ---------- */
.mh-feature { padding: 100px 0; }
.mh-feature.band { background: var(--band); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.mh-feature .mh-h { font-family: var(--disp); font-weight: 400; font-size: clamp(1.9rem, 3.5vw, 2.7rem); line-height: 1.08; letter-spacing: -.01em; color: var(--ink); margin: 16px 0 0; }
.mh-feature .mh-h .it { font-style: italic; color: var(--burgundy); }
.mh-lead { color: var(--ink-2); font-size: 1.06rem; line-height: 1.62; margin: 20px 0 0; }
.mh-lead b { color: var(--ink); font-weight: 600; }

/* Bryan — copy-left / film-right spread */
.mh-spread { display: grid; grid-template-columns: 1.02fr .98fr; gap: 56px; align-items: start; }
.mh-spread .mh-col-film { position: sticky; top: 92px; }

/* the pop — burgundy pull-quote */
.mh-quote { margin: 28px 0 0; background: var(--burgundy); color: var(--on-dark); border-radius: 16px; padding: 28px 30px 24px; position: relative; box-shadow: 0 30px 60px -34px rgba(138, 47, 46, .55); }
.mh-quote::before { content: "\201C"; position: absolute; top: 2px; left: 18px; font-family: var(--disp); font-size: 4.2rem; line-height: 1; color: rgba(244, 230, 230, .2); }
.mh-quote p { font-family: var(--disp); font-size: 1.2rem; line-height: 1.5; margin: 0; position: relative; }
.mh-quote p b { color: #fff; font-weight: 500; font-style: italic; }
.mh-quote .cite { display: flex; align-items: center; gap: 9px; margin-top: 18px; font: 600 12.5px/1 var(--ui); letter-spacing: .06em; text-transform: uppercase; color: var(--on-dark-3); }
.mh-quote .cite b { color: #fff; font-weight: 600; }

/* about card — the credential dossier */
.mh-about { margin-top: 22px; background: var(--paper); border: 1px solid var(--line); border-radius: 16px; padding: 24px 26px; }
.mh-about .lbl { font: 600 11px/1 var(--ui); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.mh-about h4 { font-family: var(--disp); font-weight: 400; font-size: 1.35rem; color: var(--ink); margin: 11px 0 0; }
.mh-about .role { display: block; font: 500 13px/1.4 var(--ui); color: var(--gold-2); margin-top: 5px; }
.mh-about p { color: var(--ink-2); font-size: .97rem; line-height: 1.6; margin: 14px 0 0; }
.mh-endorse { display: flex; align-items: center; gap: 13px; margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); }
.mh-endorse img { height: 48px; width: auto; flex: none; }
.mh-endorse span { font: 500 12.5px/1.45 var(--ui); color: var(--muted); }
.mh-endorse b { color: var(--ink-2); font-weight: 600; }

/* the film column (feature films fill their column, unlike the centered hub film) */
.mh-film .film-stage { margin: 0; max-width: none; aspect-ratio: 16 / 10; }
.mh-filmcap { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 14px; font-size: 13px; color: var(--muted); }
.mh-filmcap.center { justify-content: center; text-align: center; }

/* Marc & Mandy — centered head, wide film, ledger beneath (varies from Bryan) */
.mh-marc .mh-h { margin-top: 14px; }
.mh-marc .mh-lead { max-width: 640px; margin-left: auto; margin-right: auto; }
.mh-marc .mh-film { max-width: 940px; margin: 40px auto 0; }
.mh-ledger { max-width: 940px; margin: 34px auto 0; display: grid; grid-template-columns: .82fr 1.18fr; gap: 44px; padding-top: 30px; border-top: 1px solid var(--line-2); align-items: start; }
.mh-ledger .lbl { font: 600 11px/1 var(--ui); letter-spacing: .16em; text-transform: uppercase; color: var(--muted); }
.mh-ledger h4 { font-family: var(--disp); font-weight: 400; font-size: 1.5rem; color: var(--ink); margin: 11px 0 0; }
.mh-ledger p { color: var(--ink-2); font-size: 1.02rem; line-height: 1.64; margin: 0; }

/* network wordmarks — borrowed marks, plain type */
.mh-net { display: flex; flex-wrap: wrap; align-items: center; gap: 9px 13px; margin-top: 15px; }
.mh-net span { font: 600 12px/1 var(--ui); letter-spacing: .1em; text-transform: uppercase; color: var(--ink); }
.mh-net i { width: 3px; height: 3px; border-radius: 50%; background: var(--line-2); }

@media (max-width: 900px) {
  .mh-spread { grid-template-columns: 1fr; gap: 34px; }
  .mh-spread .mh-col-film { position: static; order: -1; }
  .mh-ledger { grid-template-columns: 1fr; gap: 18px; }
  .mh-feature { padding: 72px 0; }
}
@media (max-width: 760px) {
  .mh-cards { grid-template-columns: 1fr; gap: 18px; }
}
@media (prefers-reduced-motion: reduce) {
  .mh-card-top img, .mh-card:hover .mh-card-top img { transition: none; transform: none; }
}
