/* ===========================================================================
   services-pages.css — HALCYON CLEARANCE — page-scoped styles (CONCEPT DRAFT)
   ---------------------------------------------------------------------------
   Loaded read-only by collections.html + house-clearance.html ONLY, ON TOP of
   the shared styles.css. Adds the components those deep service pages need
   (sub-page hero, speed-tier cards, load-fraction van graphics, take/don't-take
   columns, disposal-route cards, clearance angle cards, empathetic probate
   callout, and a mobile sticky quote bar). Reuses styles.css tokens + classes
   everywhere possible; introduces NO new colours outside the existing palette.
   Mobile-first; nothing here may produce horizontal scroll at 390px.
   ========================================================================= */

/* ---------- sub-page breadcrumb ---------- */
.svc-crumb { font-size: .82rem; color: #9fb0c8; margin-bottom: 14px; }
.svc-crumb a { color: #D1DBE6; text-decoration: none; }
.svc-crumb a:hover { color: var(--amber); }

/* ---------- sub-page hero ---------- */
.svc-hero {
  position: relative; color: var(--white); overflow: hidden;
  padding: 76px 0 84px;
  background:
    radial-gradient(1000px 460px at 88% -12%, rgba(242,169,0,.16), transparent 60%),
    linear-gradient(155deg, var(--ink-900) 0%, var(--ink-800) 55%, var(--ink-850) 100%);
}
.svc-hero .eyebrow {
  display: inline-block; background: rgba(242,169,0,.14); border: 1px solid rgba(242,169,0,.4);
  /* --steel is a light-surface token (2.29:1 on this dark hero); amber is 8.9:1 here */
  color: var(--amber); font-weight: 800; font-size: .74rem; letter-spacing: .09em;
  text-transform: uppercase; padding: 6px 12px; border-radius: 999px; margin-bottom: 16px;
}
.svc-hero h1 { color: var(--white); font-size: clamp(2rem,4.4vw,3.1rem); max-width: 18ch; margin-bottom: .34em; }
.svc-hero .amber-line { color: var(--amber); }
.svc-hero .lede { color: #CBD6E3; max-width: 52ch; font-size: 1.05rem; margin-bottom: 26px; }

/* ---------- same-day rave banner ---------- */
.rave {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 22px;
  background: linear-gradient(135deg, rgba(242,169,0,.16), rgba(242,169,0,.05));
  border: 1px solid rgba(242,169,0,.5); border-radius: 16px;
  padding: 18px 22px; margin-top: 8px;
}
.rave .rave-flag {
  flex: none; font-family: var(--display); font-weight: 800;
  /* the only .rave in the estate carries an ink-900 background (collections.html)
     and light body text — an ink flag there was ink-on-ink, invisible */
  font-size: 1.15rem; color: var(--amber); letter-spacing: .01em; line-height: 1.1;
}
.rave .rave-text { margin: 0; color: #F1F4F7; font-size: .95rem; max-width: 46ch; }
.rave .rave-text strong { color: var(--white); }
.rave .rave-sub { display: block; margin-top: 4px; font-size: .8rem; color: #C8D4E2; }

/* ---------- generic light section on white/canvas already covered by styles.css ---------- */
.svc-lead { max-width: 64ch; color: var(--ink-soft); font-size: 1.02rem; }
.svc-lead + .svc-lead { margin-top: 10px; }

/* ---------- speed tiers ---------- */
.speed-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 720px) { .speed-grid { grid-template-columns: repeat(3,1fr); } }
.speed-card {
  position: relative; background: var(--card); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 24px 22px 22px; display: flex; flex-direction: column;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease;
}
.speed-card:hover { box-shadow: var(--shadow-card); }
/* PRE-LAUNCH: a tier that cannot be bought must not look buyable. Dimmed,
   non-interactive, and it keeps its own "suspended until launch" note so the
   ladder still shows what is coming without offering it. Delete this rule and
   the `suspended` flags in config.js at launch. */
.speed-card--suspended { opacity: .55; }
.speed-card--suspended label { cursor: not-allowed; }
.speed-card--suspended:hover { box-shadow: none; }
.speed-card--suspended .speed-note { color: var(--amber, #F2A900); font-weight: 700; }
.speed-card.headline { background: var(--ink-900); border-color: var(--ink-900); color: #EFF2F6; }
.speed-card.headline:hover { box-shadow: 0 26px 46px -18px rgba(17,24,32,.55); }
.speed-card .flag {
  position: absolute; top: -12px; left: 22px; background: var(--amber); color: var(--amber-ink);
  font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase;
  padding: 5px 11px; border-radius: 999px; box-shadow: 0 8px 18px -8px rgba(242,169,0,.8);
}
.speed-card .tier-name { font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; color: var(--slate); }
.speed-card.headline .tier-name { color: #C8D4E2; }
.speed-card .promise { font-size: 1.18rem; font-weight: 800; color: var(--ink-900); margin: 8px 0 4px; }
.speed-card.headline .promise { color: var(--white); }
.speed-card .price-add {
  font-family: var(--display); font-weight: 800; font-variant-numeric: tabular-nums; font-size: 1.9rem;
  color: var(--ink-900); margin: 6px 0 2px;
}
/* the headline card inverts to an ink background but never re-coloured its
   price — "+£50" rendered ink-on-ink, invisible on the one card that leads */
.speed-card.headline .price-add { color: #EFF2F6; }
.speed-card .price-note { font-size: .82rem; color: var(--ink-soft); margin: 0; }
.speed-card.headline .price-note { color: #9fb0c8; }
.speed-card .subject { margin-top: 12px; font-size: .8rem; color: #C8D4E2; border-top: 1px dashed rgba(255,255,255,.2); padding-top: 12px; }

/* ---------- load-fraction van ladder ---------- */
.load-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
@media (min-width: 760px) { .load-grid { grid-template-columns: repeat(4,1fr); } }
.load-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 16px 20px; text-align: center;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s ease;
}
.load-card:hover { box-shadow: var(--shadow-card); border-color: rgba(242,169,0,.5); }
.load-card .van { width: 100%; max-width: 150px; height: auto; margin: 0 auto 12px; }
.load-card .load-label { font-size: .78rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; color: var(--slate); }
.load-card .load-price { font-family: var(--display); font-weight: 800; font-variant-numeric: tabular-nums; font-size: 1.8rem; color: var(--ink-900); margin: 4px 0 2px; }
.load-card .load-desc { font-size: .82rem; color: var(--ink-soft); margin: 0; }

/* ---------- take / don't-take columns ---------- */
.take-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 780px) { .take-grid { grid-template-columns: 1fr 1fr; } }
.take-col { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 22px 20px; }
.take-col h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin-bottom: 14px; }
.take-col .badge-ic { width: 30px; height: 30px; flex: none; border-radius: 9px; display: inline-flex; align-items: center; justify-content: center; font-size: 1rem; }
.take-col.yes .badge-ic { background: rgba(26,122,58,.14); color: #1a7a3a; }
.take-col.no .badge-ic { background: rgba(179,38,30,.12); color: var(--red); }
.take-col.no { border-color: rgba(179,38,30,.35); }
.take-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 9px; }
.take-list li { display: flex; gap: 10px; align-items: flex-start; font-size: .93rem; color: var(--ink-soft); }
.take-list li::before { content: ""; flex: none; width: 8px; height: 8px; margin-top: 7px; border-radius: 50%; }
.take-col.yes .take-list li::before { background: #1a7a3a; }
.take-col.no .take-list li::before { background: var(--red); }
.take-note { margin: 16px 0 0; font-size: .85rem; color: var(--ink-soft); }

/* ---------- disposal-route cards ---------- */
.route-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 820px) { .route-grid { grid-template-columns: repeat(3,1fr); } }
.route-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.route-card .route-tag { font-size: .7rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--steel); }
.route-card h3 { font-size: 1.05rem; margin: 6px 0 6px; }
.route-card p { font-size: .9rem; margin: 0; color: var(--ink-soft); }
.planned-flag {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  background: rgba(242,169,0,.1); border: 1px solid rgba(242,169,0,.4); color: #6b4f00;
  border-radius: 999px; padding: 7px 14px; font-size: .82rem; font-weight: 700;
}

/* ---------- clearance angle cards ---------- */
.angle-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 680px) { .angle-grid { grid-template-columns: 1fr 1fr; } }
.angle-card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; display: flex; flex-direction: column; gap: 6px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease);
}
.angle-card:hover { box-shadow: var(--shadow-card); }
.angle-card .angle-ic { font-size: 1.6rem; line-height: 1; }
.angle-card h3 { font-size: 1.12rem; margin: 6px 0 2px; }
.angle-card p { font-size: .93rem; margin: 0; color: var(--ink-soft); }

/* ---------- empathetic probate callout ---------- */
.probate {
  background: linear-gradient(180deg, #F9FAFC, var(--white));
  border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 26px;
}
.probate h3 { color: var(--ink-900); font-size: 1.3rem; margin-bottom: 12px; }
.probate p { font-size: 1rem; color: var(--ink-soft); max-width: 60ch; }
.probate p:last-child { margin-bottom: 0; }

/* ---------- what-happens-to-items reuse framing ---------- */
.reuse-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 760px) { .reuse-grid { grid-template-columns: repeat(3,1fr); } }
.reuse-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 20px; }
.reuse-card .reuse-ic { font-size: 1.7rem; }
.reuse-card h3 { font-size: 1.05rem; margin: 8px 0 4px; }
.reuse-card p { font-size: .9rem; margin: 0; color: var(--ink-soft); }

/* ---------- tech / evidence strip ---------- */
.tech-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 640px) { .tech-grid { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .tech-grid { grid-template-columns: repeat(4,1fr); } }
.tech-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 18px; }
.tech-card .tech-ic { width: 40px; height: 40px; border-radius: var(--radius-sm); background: rgba(17,24,32,.06); display: inline-flex; align-items: center; justify-content: center; font-size: 1.15rem; margin-bottom: 10px; }
.tech-card h3 { font-size: 1rem; margin-bottom: 4px; }
.tech-card p { font-size: .88rem; margin: 0; color: var(--ink-soft); }

/* ---------- receipt promise strip ---------- */
.receipt-strip {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
  background: var(--white); border: 1px dashed var(--amber); border-radius: 16px;
  padding: 20px 24px; margin-top: 6px;
}
.receipt-strip .ic { font-size: 1.6rem; flex: none; }
.receipt-strip p { margin: 0; font-size: .95rem; color: var(--ink-soft); }
.receipt-strip strong { color: var(--ink-900); }

/* =========================================================================
   Deep service-page polish — aligned to the ink+amber redesign register.
   Display type (Hanken) on prices/labels/tags with tabular numerals, subtle
   specimen-card shadows on the light service cards. No decorative grid, no
   mono readouts, no third accent - ink leads, amber is the single highlight.
   ========================================================================= */
.svc-hero > .container { position: relative; z-index: 1; }
.svc-crumb { font-size: .72rem; letter-spacing: .04em; }

/* category labels + tags — display face, not mono */
.speed-card .tier-name, .load-card .load-label { font-family: var(--display); font-weight: 700; letter-spacing: .06em; }
.route-card .route-tag, .planned-flag { font-family: var(--display); font-weight: 700; }

/* specimen-card polish on the light service cards */
.speed-card, .load-card, .take-col, .route-card, .angle-card, .reuse-card {
  box-shadow: var(--shadow-sm);
}
.angle-card .angle-ic, .reuse-card .reuse-ic { color: var(--steel); }

/* mobile sticky quote bar */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  background: rgba(17,24,32,.97); border-top: 1px solid rgba(242,169,0,.4);
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -10px 30px -12px rgba(4,14,30,.5);
}
.sticky-cta .sc-text { min-width: 0; }
.sticky-cta .sc-line1 { display: block; color: var(--white); font-weight: 800; font-size: .92rem; line-height: 1.2; }
.sticky-cta .sc-line2 { display: block; color: #C8D4E2; font-size: .74rem; margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sticky-cta .btn { flex: none; }
.svc-page { padding-bottom: 78px; }        /* room for the sticky bar */
@media (min-width: 900px) {
  .sticky-cta { display: none; }             /* desktop keeps the header CTA */
  .svc-page { padding-bottom: 0; }
}
