/* ==========================================================================
   Platinum Prints — one-page landing (based on the 6-page draft styles)
   Palette: near-black / charcoal / platinum silver + one accent (signal cyan)
   All unknown content uses the single class `.placeholder` (see PLACEHOLDERS.md)
   ========================================================================== */

:root {
  --ink: #0f1115;
  --ink-2: #161920;
  --charcoal: #1f232b;
  --steel: #2c313a;
  --slate: #5b6470;
  --muted: #9aa3ad;
  --silver: #c9ced6;
  --platinum: #e6e9ed;
  --paper: #f5f6f8;
  --white: #ffffff;
  --accent: #1fb8e8;        /* use on dark backgrounds / as fills */
  --accent-strong: #0a6e93; /* accessible accent for text on light backgrounds */
  --accent-soft: #e3f5fc;
  --ph-bg: #fff4b8;
  --ph-border: #c99a00;
  --ph-text: #4d3a00;

  --radius: 14px;
  --radius-sm: 10px;
  --shadow: 0 1px 2px rgba(15,17,21,.06), 0 8px 24px rgba(15,17,21,.08);
  --max: 1180px;
  --gutter: clamp(1.1rem, 4vw, 2rem);
  --font: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  font-size: 1.0625rem;
  line-height: 1.6;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: var(--accent-strong); text-underline-offset: .18em; }
a:hover { color: var(--ink); }
h1, h2, h3, h4 { line-height: 1.15; margin: 0 0 .6em; letter-spacing: -.015em; }
h1 { font-size: clamp(2.1rem, 7.2vw, 3.6rem); font-weight: 800; }
h2 { font-size: clamp(1.6rem, 5vw, 2.4rem); font-weight: 800; }
h3 { font-size: 1.2rem; font-weight: 700; }
p { margin: 0 0 1em; }
ul { padding-left: 1.2em; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; border-radius: 4px; }
.icon { width: 1.5em; height: 1.5em; flex: none; }

.skip-link {
  position: absolute; left: 1rem; top: -100px; z-index: 100;
  background: var(--accent); color: var(--ink); padding: .6rem 1rem; border-radius: 8px; font-weight: 700;
}
.skip-link:focus { top: 1rem; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.visually-hidden {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}

.container { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.25rem, 9vw, 6rem); }
.section--tint { background: var(--paper); }
.section--dark { background: var(--ink); color: var(--platinum); }
.section--dark h2, .section--dark h3 { color: var(--white); }
.section-head { max-width: 46rem; margin-bottom: clamp(1.75rem, 5vw, 2.75rem); }
.section-head p { color: var(--slate); font-size: 1.1rem; }
.section--dark .section-head p { color: var(--muted); }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .78rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
  color: var(--accent-strong); margin-bottom: .9rem;
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: currentColor; }
.section--dark .eyebrow, .hero .eyebrow { color: var(--accent); }
.lead { font-size: clamp(1.1rem, 2.6vw, 1.3rem); color: var(--slate); }

/* ---------- Placeholder (single class for find/replace) ---------- */
.placeholder {
  display: inline-flex; align-items: center; gap: .35em;
  background: var(--ph-bg); color: var(--ph-text);
  border: 2px dashed var(--ph-border); border-radius: 10px;
  padding: .12em .7em; font-size: .85em; font-weight: 700; line-height: 1.35;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  letter-spacing: -.01em; vertical-align: middle; max-width: 100%;
  white-space: normal; overflow-wrap: anywhere;
}
.placeholder-block { /* modifier for image/map boxes; still carries .placeholder */
  display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;
  border-radius: var(--radius); padding: 1.25rem; min-height: 220px; width: 100%;
  background:
    repeating-linear-gradient(-45deg, rgba(201,154,0,.10) 0 12px, transparent 12px 24px),
    var(--ph-bg);
  font-size: .9rem;
}
.placeholder-block .icon { width: 2.4rem; height: 2.4rem; margin-bottom: .5rem; opacity: .75; }
.placeholder-block small { display: block; font-weight: 500; margin-top: .25rem; font-family: var(--font); }
.placeholder--logo { /* header wordmark stand-in: visible but subtle */
  background: transparent; color: inherit; border-width: 1.5px; border-radius: 8px;
  padding: .2em .55em; font-family: inherit; font-size: inherit;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 48px; padding: .75rem 1.35rem; border-radius: 999px;
  font-family: inherit; font-weight: 700; font-size: 1rem; text-decoration: none; line-height: 1.2;
  border: 2px solid transparent; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s, transform .15s;
}
.btn .icon { width: 1.15em; height: 1.15em; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--accent); color: var(--ink); }
.btn-primary:hover { background: #5fd0f3; color: var(--ink); }
.btn-ghost { border-color: rgba(230,233,237,.45); color: var(--white); background: transparent; }
.btn-ghost:hover { border-color: var(--white); background: rgba(255,255,255,.06); color: var(--white); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--steel); color: var(--white); }
.btn-outline { border-color: var(--ink); color: var(--ink); }
.btn-outline:hover { background: var(--ink); color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: .75rem; }

/* ---------- Announcement bar ---------- */
.announce {
  background: linear-gradient(90deg, #d9dde3, #f4f5f7 50%, #d9dde3);
  color: var(--ink); font-size: .9rem; text-align: center; padding: .55rem var(--gutter);
  border-bottom: 1px solid #c3c8cf;
}
.announce strong { font-weight: 800; }
.announce .hide-sm { display: none; }
@media (max-width: 639px) { .announce { font-size: .8rem; } }
@media (min-width: 640px) { .announce .hide-sm { display: inline; } }
.announce a { color: var(--ink); font-weight: 700; }
.announce .dot { display: inline-block; width: .5rem; height: .5rem; border-radius: 50%; background: var(--accent-strong); margin-right: .45rem; vertical-align: .08em; box-shadow: 0 0 0 3px rgba(10,110,147,.18); }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(15,17,21,.96); color: var(--white);
  border-bottom: 1px solid var(--steel);
  backdrop-filter: saturate(140%) blur(8px);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 66px; }
.brand {
  display: inline-flex; flex-direction: column; text-decoration: none; color: var(--white); line-height: 1;
}
.brand:hover { color: var(--white); }
.wordmark {
  font-weight: 800; letter-spacing: .2em; font-size: 1.02rem; white-space: nowrap;
  background: linear-gradient(100deg, #ffffff 0%, #b9bfc8 45%, #f2f4f6 70%, #a7aeb8 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.wordmark b { font-weight: 800; color: transparent; }
.brand-sub { font-size: .62rem; letter-spacing: .22em; text-transform: uppercase; color: var(--muted); margin-top: .35rem; }

.nav-toggle {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 44px; min-width: 44px; padding: .4rem .8rem;
  background: transparent; color: var(--white); border: 1px solid var(--steel); border-radius: 10px;
  font: inherit; font-size: .9rem; font-weight: 600; cursor: pointer;
}
.nav-toggle .bars, .nav-toggle .bars::before, .nav-toggle .bars::after {
  display: block; width: 18px; height: 2px; background: currentColor; border-radius: 2px; transition: transform .2s, opacity .2s;
}
.nav-toggle .bars { position: relative; }
.nav-toggle .bars::before, .nav-toggle .bars::after { content: ""; position: absolute; left: 0; }
.nav-toggle .bars::before { top: -6px; }
.nav-toggle .bars::after { top: 6px; }
.nav-open .nav-toggle .bars { background: transparent; }
.nav-open .nav-toggle .bars::before { transform: translateY(6px) rotate(45deg); }
.nav-open .nav-toggle .bars::after { transform: translateY(-6px) rotate(-45deg); }

.site-nav {
  display: none;
  position: absolute; left: 0; right: 0; top: 100%;
  background: var(--ink); border-bottom: 1px solid var(--steel);
  padding: .5rem var(--gutter) 1.25rem;
  max-height: calc(100vh - 66px); overflow-y: auto;
}
.nav-open .site-nav { display: block; }
.site-nav ul { list-style: none; margin: 0; padding: 0; }
.site-nav li + li { border-top: 1px solid var(--charcoal); }
.site-nav a {
  display: block; padding: .9rem .25rem; color: var(--platinum); text-decoration: none; font-weight: 600;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--accent); }
.site-nav .nav-cta { margin-top: 1rem; }
.site-nav .nav-cta a { display: flex; color: var(--ink); padding: .75rem 1.35rem; }
.site-nav .nav-cta a:hover { color: var(--ink); }

@media (min-width: 960px) {
  .nav-toggle { display: none; }
  .site-nav {
    display: flex !important; align-items: center; position: static; background: none; border: 0; padding: 0; max-height: none; overflow: visible;
  }
  .site-nav ul { display: flex; align-items: center; gap: .25rem; }
  .site-nav li + li { border: 0; }
  .site-nav a { padding: .5rem .75rem; font-size: .95rem; border-radius: 8px; }
  .site-nav a[aria-current="page"] { color: var(--white); box-shadow: inset 0 -2px 0 var(--accent); border-radius: 0; }
  .site-nav .nav-cta { margin: 0 0 0 .75rem; }
  .site-nav .nav-cta a { min-height: 42px; padding: .55rem 1.1rem; }
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden; color: var(--platinum);
  background:
    radial-gradient(60rem 30rem at 85% -10%, rgba(31,184,232,.20), transparent 60%),
    radial-gradient(40rem 30rem at -10% 110%, rgba(201,206,214,.10), transparent 60%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 100%);
}
.hero::after { /* subtle brushed-metal lines */
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background: repeating-linear-gradient(90deg, rgba(255,255,255,.018) 0 1px, transparent 1px 7px);
}
.hero-inner { position: relative; z-index: 1; display: grid; gap: 2.5rem; padding-block: clamp(3rem, 9vw, 6rem); }
.hero h1 { color: var(--white); max-width: 15ch; }
.hero h1 .shine {
  background: linear-gradient(100deg, #ffffff 0%, #aeb5bf 40%, #ffffff 65%, #9aa3ad 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero .lead { color: var(--silver); max-width: 38rem; }
.hero .btn-row { margin-top: 1.75rem; }
.hero-points { list-style: none; padding: 0; margin: 2rem 0 0; display: grid; gap: .6rem; color: var(--silver); font-size: .95rem; }
.hero-points li { display: flex; align-items: center; gap: .6rem; }
.hero-points .icon { color: var(--accent); width: 1.2em; height: 1.2em; }
.hero-art { max-width: 520px; width: 100%; margin-inline: auto; }
.hero-art svg { width: 100%; height: auto; filter: drop-shadow(0 30px 40px rgba(0,0,0,.45)); }
@media (min-width: 900px) {
  .hero-inner { grid-template-columns: 1.1fr .9fr; align-items: center; }
  .hero-points { display: flex; flex-wrap: wrap; gap: .75rem 1.75rem; }
  .hero-points li { white-space: nowrap; }
}

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .grid-2 { grid-template-columns: repeat(2, 1fr); } .grid-3 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 960px) { .grid-3 { grid-template-columns: repeat(3, 1fr); } .grid-4 { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 640px) and (max-width: 959px) { .grid-4 { grid-template-columns: repeat(2, 1fr); } }

.card {
  background: var(--white); border: 1px solid #e3e6ea; border-radius: var(--radius);
  padding: 1.5rem; box-shadow: var(--shadow); display: flex; flex-direction: column;
}
.card p { color: var(--slate); }
.card .card-link { margin-top: auto; font-weight: 700; display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; }
.card .card-link .icon { width: 1em; height: 1em; transition: transform .15s; }
.card .card-link:hover .icon { transform: translateX(3px); }
.card-icon {
  width: 3rem; height: 3rem; border-radius: 12px; display: grid; place-items: center; margin-bottom: 1rem;
  background: linear-gradient(145deg, #2a2f38, #0f1115); color: var(--accent);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
}
.card-icon .icon { width: 1.6rem; height: 1.6rem; }
.card ul { color: var(--slate); margin: 0 0 1.25rem; padding-left: 1.1em; }
.card ul li + li { margin-top: .25rem; }
.section--dark .card { background: var(--charcoal); border-color: var(--steel); box-shadow: none; }
.section--dark .card p, .section--dark .card ul { color: var(--silver); }

/* Product tiles */
.products { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; list-style: none; padding: 0; margin: 0; }
@media (min-width: 640px) { .products { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; } }
@media (min-width: 960px) { .products { grid-template-columns: repeat(4, minmax(0, 1fr)); } }
@media (min-width: 1200px) { .products.products--dense { grid-template-columns: repeat(6, minmax(0, 1fr)); } }
.product {
  position: relative; border-radius: var(--radius-sm); padding: 1.1rem .9rem 1rem;
  background: linear-gradient(160deg, #ffffff 0%, #eef0f3 55%, #dfe3e8 100%);
  border: 1px solid #dde1e6; display: flex; flex-direction: column; align-items: flex-start; gap: .6rem; min-height: 118px;
}
.product .icon { width: 2.1rem; height: 2.1rem; color: var(--accent-strong); }
.product h3 { font-size: .98rem; margin: 0; font-weight: 700; }
.product p { font-size: .85rem; color: var(--slate); margin: 0; line-height: 1.4; }
.product-note { margin-top: 1.25rem; font-size: .95rem; color: var(--slate); }
.products--dense .product { flex-direction: row; align-items: center; min-height: 0; padding: .85rem .9rem; gap: .65rem; }
.products--dense .product .icon { width: 1.6rem; height: 1.6rem; }
.products--dense .product h3 { font-size: .92rem; line-height: 1.25; }
.ph-list { display: flex; flex-wrap: wrap; gap: .5rem; margin: .5rem 0 0; }

/* Chips list */
.chips { display: flex; flex-wrap: wrap; gap: .5rem; list-style: none; padding: 0; margin: 0; }
.chips li {
  background: var(--white); border: 1px solid #d8dce1; border-radius: 999px; padding: .35rem .8rem; font-size: .9rem; font-weight: 600; color: var(--steel);
}
.section--dark .chips li { background: var(--charcoal); border-color: var(--steel); color: var(--platinum); }

/* Feature (split) rows */
.split { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) { .split { grid-template-columns: 1fr 1fr; gap: 3.5rem; } .split--rev > :first-child { order: 2; } }
.split .placeholder-block { min-height: 280px; }

/* Checklist */
.checklist { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .75rem; }
.checklist li { display: flex; gap: .7rem; align-items: flex-start; }
.checklist .icon { color: var(--accent-strong); width: 1.3em; height: 1.3em; margin-top: .15em; }
.section--dark .checklist .icon { color: var(--accent); }

/* Why local */
.why { display: grid; gap: 1rem; }
@media (min-width: 720px) { .why { grid-template-columns: repeat(3, 1fr); gap: 1.25rem; } }
.why-item { padding: 1.5rem; border-radius: var(--radius); background: var(--charcoal); border: 1px solid var(--steel); }
.why-item .icon { width: 2rem; height: 2rem; color: var(--accent); margin-bottom: .9rem; }
.why-item p { color: var(--silver); margin: 0; }

/* Steps */
.steps { list-style: none; padding: 0; margin: 0; display: grid; gap: 1rem; counter-reset: step; }
@media (min-width: 720px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step {
  position: relative; background: var(--white); border: 1px solid #e3e6ea; border-radius: var(--radius); padding: 1.5rem 1.35rem 1.35rem;
  box-shadow: var(--shadow);
}
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  display: inline-grid; place-items: center; width: 2.6rem; height: 2.6rem; border-radius: 50%;
  background: var(--ink); color: var(--accent); font-weight: 800; font-size: .95rem; margin-bottom: 1rem;
}
.step h3 { margin-bottom: .35rem; }
.step p { color: var(--slate); margin: 0; }
.step .placeholder { margin-top: .6rem; }

/* Callout / notice */
.notice {
  border-left: 4px solid var(--accent-strong); background: var(--accent-soft); border-radius: var(--radius-sm);
  padding: 1rem 1.2rem; color: var(--ink);
}
.notice p:last-child { margin: 0; }

/* ---------- Forms ---------- */
.form-layout { display: grid; gap: 2rem; }
@media (min-width: 960px) { .form-layout { grid-template-columns: 1.5fr 1fr; gap: 3rem; align-items: start; } }
.form-card { background: var(--white); border: 1px solid #e0e3e7; border-radius: var(--radius); padding: clamp(1.25rem, 4vw, 2rem); box-shadow: var(--shadow); }
.form-grid { display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .form-grid { grid-template-columns: 1fr 1fr; } .form-grid .full { grid-column: 1 / -1; } }
.field label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .35rem; }
.field .req { color: #b42318; }
.field .hint { display: block; font-size: .85rem; color: var(--slate); margin-top: .3rem; }
.field input, .field select, .field textarea {
  width: 100%; font: inherit; font-size: 1rem; color: var(--ink);
  padding: .75rem .85rem; min-height: 48px; border: 1.5px solid #c3c8cf; border-radius: 10px; background: var(--white);
}
.field textarea { min-height: 130px; resize: vertical; }
.field input[type="file"] { padding: .6rem; background: var(--paper); border-style: dashed; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(31,184,232,.45); outline-offset: 0; border-color: var(--accent-strong); }
.form-foot { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; align-items: flex-start; }
.form-notice {
  margin-top: 1.25rem; padding: 1rem 1.2rem; border-radius: var(--radius-sm);
  background: #fffbe6; border: 2px solid var(--ph-border); color: var(--ph-text);
}
.form-notice { scroll-margin-top: 110px; }
.form-notice:focus { outline: 3px solid var(--accent); outline-offset: 2px; }
.form-notice p { margin: .4rem 0 0; }

.info-list { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: 1rem; }
.info-list li { display: flex; gap: .8rem; align-items: flex-start; }
.info-list .icon { color: var(--accent-strong); width: 1.4rem; height: 1.4rem; margin-top: .15rem; }
.info-list strong { display: block; font-size: .9rem; margin-bottom: .15rem; }

/* ---------- Footer ---------- */
.site-footer { border-top: 1px solid var(--charcoal); background: #0b0c0f; color: var(--muted); font-size: .95rem; padding-top: clamp(3rem, 8vw, 4.5rem); }
.site-footer a { color: var(--silver); }
.site-footer a:hover { color: var(--white); }
.footer-grid { display: grid; gap: 2.25rem; }
@media (min-width: 720px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }
@media (min-width: 1040px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }
.site-footer h2 { font-size: .8rem; letter-spacing: .16em; text-transform: uppercase; color: var(--white); margin-bottom: 1rem; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .6rem; }
.site-footer .brand { margin-bottom: 1rem; }
.footer-contact li { display: flex; gap: .6rem; align-items: flex-start; }
.footer-contact .icon { width: 1.15rem; height: 1.15rem; color: var(--accent); margin-top: .2rem; }
.social { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1rem; }
.social li { display: flex; align-items: center; gap: .5rem; }
.social .icon-btn {
  width: 40px; height: 40px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--steel); color: var(--silver);
}
.social .icon-btn .icon { width: 1.2rem; height: 1.2rem; }
.footer-bottom { border-top: 1px solid var(--charcoal); margin-top: 2.75rem; padding-block: 1.25rem; display: flex; flex-wrap: wrap; gap: .5rem 1.5rem; justify-content: space-between; font-size: .85rem; }
.site-footer .placeholder { font-size: .8rem; }

/* ---------- Utilities ---------- */
.mt-0 { margin-top: 0; } .mb-0 { margin-bottom: 0; }
.mt-2 { margin-top: 2rem; } .mt-3 { margin-top: 3rem; }
.text-muted { color: var(--slate); }
.center { text-align: center; }
.stack > * + * { margin-top: 1rem; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

/* ==========================================================================
   Landing-page additions
   ========================================================================== */
section[id], #main { scroll-margin-top: 72px; }
.eyebrow { flex-wrap: wrap; }

/* About */
.about-grid { display: grid; gap: 2rem; align-items: start; }
@media (min-width: 900px) { .about-grid { grid-template-columns: 1.2fr .8fr; gap: 3.5rem; } }
.about-grid .placeholder-block { min-height: 240px; }
.equip { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .75rem; }
@media (min-width: 640px) { .equip { grid-template-columns: repeat(3, 1fr); } }
.equip li { display: flex; gap: .7rem; align-items: flex-start; background: var(--paper); border: 1px solid #e3e6ea; border-radius: var(--radius-sm); padding: .9rem 1rem; font-size: .95rem; }
.equip .icon { color: var(--accent-strong); width: 1.6rem; height: 1.6rem; }
.equip strong { display: block; line-height: 1.3; }
.equip span { color: var(--slate); font-size: .88rem; line-height: 1.4; display: block; margin-top: .15rem; }
.about-note { margin-top: 1.25rem; }

/* Service categories */
.cats { display: grid; gap: 1.1rem; }
@media (min-width: 760px) { .cats { grid-template-columns: repeat(2, 1fr); gap: 1.4rem; } }
.cat { background: var(--white); border: 1px solid #e3e6ea; border-radius: var(--radius); box-shadow: var(--shadow); padding: 1.35rem; display: flex; flex-direction: column; gap: .9rem; }
.cat-head { display: flex; align-items: center; gap: .85rem; }
.cat-head .card-icon { margin: 0; }
.cat h3 { margin: 0; font-size: 1.25rem; }
.cat > p { color: var(--slate); margin: 0; }
.cat .placeholder-block { min-height: 120px; padding: .9rem; font-size: .82rem; }
.cat .placeholder-block .icon { width: 1.8rem; height: 1.8rem; }
.items { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .5rem; }
.items li { display: flex; align-items: center; gap: .5rem; font-size: .92rem; font-weight: 600; line-height: 1.25; padding: .55rem .6rem; border-radius: 10px; background: linear-gradient(160deg, #ffffff 0%, #eef0f3 60%, #e4e7eb 100%); border: 1px solid #dde1e6; min-width: 0; }
.items .icon { width: 1.35rem; height: 1.35rem; color: var(--accent-strong); }
.cat-foot { margin-top: auto; display: flex; flex-wrap: wrap; gap: .5rem; }
.cat-foot .placeholder { font-size: .78rem; }
.cat .card-link { font-weight: 700; display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; }
.cat .card-link .icon { width: 1em; height: 1em; }

/* Why local: CTA + sample kit */
.local-cta { margin-top: clamp(1.75rem, 5vw, 2.5rem); display: grid; gap: 1.1rem; }
@media (min-width: 900px) { .local-cta { grid-template-columns: 1.1fr .9fr; align-items: stretch; } }
.quote-cta {
  border-radius: calc(var(--radius) + 4px); padding: clamp(1.5rem, 5vw, 2.25rem); color: var(--ink);
  background: linear-gradient(120deg, #e9ecef 0%, #c9ced6 35%, #f5f6f8 60%, #b7bdc6 100%); border: 1px solid #b9bfc8;
  position: relative; overflow: hidden;
}
.quote-cta::before { content: ""; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, rgba(255,255,255,.25) 0 1px, transparent 1px 6px); pointer-events: none; }
.quote-cta > * { position: relative; }
.section--dark .quote-cta h3 { color: var(--ink); font-size: clamp(1.35rem, 4vw, 1.7rem); margin-bottom: .4rem; }
.quote-cta p { color: var(--steel); }
.kit.placeholder-block { min-height: 0; align-items: flex-start; text-align: left; padding: 1.35rem; font-size: .9rem; gap: .35rem; }
.kit.placeholder-block .icon { width: 2rem; height: 2rem; margin: 0 0 .25rem; }
.kit small { font-size: .88rem; line-height: 1.45; }
.kit ul { margin: .35rem 0 0; padding-left: 1.1em; font-family: var(--font); font-weight: 500; font-size: .88rem; }
.why .placeholder { margin-top: .6rem; }

/* Contact */
.contact-aside h2 { font-size: clamp(1.35rem, 4vw, 1.7rem); }
.social-links { list-style: none; padding: 0; margin: 0 0 1.5rem; display: grid; gap: .6rem; }
.social-links li { display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; }
.social-links a { display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; color: var(--ink); text-decoration: none; }
.social-links a:not([href]) { cursor: default; }
.social-links .icon { width: 1.4rem; height: 1.4rem; color: var(--accent-strong); }
.form-card .placeholder { margin-bottom: .25rem; }
.field .opt { font-weight: 500; color: var(--slate); font-size: .85rem; }
.contact-aside .placeholder-block { min-height: 180px; }

/* Sticky tap-to-quote bar (phones / small tablets only) */
.quote-bar {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  padding: .65rem var(--gutter) calc(.65rem + env(safe-area-inset-bottom));
  background: rgba(15,17,21,.94); border-top: 1px solid var(--steel);
  backdrop-filter: saturate(140%) blur(8px);
  transition: transform .2s ease;
}
.quote-bar .btn { width: 100%; min-height: 52px; font-size: 1.05rem; }
.quote-bar.is-hidden { transform: translateY(110%); }
@media (max-width: 959px) { .site-footer { padding-bottom: calc(76px + env(safe-area-inset-bottom)); } }
@media (min-width: 960px) { .quote-bar { display: none; } }
@media (prefers-reduced-motion: reduce) { .quote-bar { transition: none; } }

/* Fixes after screenshot review */
.section-head .eyebrow { color: var(--accent-strong); font-size: .78rem; }
.section--dark .section-head .eyebrow { color: var(--accent); }
@media (min-width: 900px) { .about-grid { align-items: stretch; } .about-grid .placeholder-block { height: 100%; } }
.cat .placeholder-block { flex: 1 1 auto; }
@media (min-width: 1040px) { .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; } }

/* ==========================================================================
   Price list page (prices.html)
   ========================================================================== */
.page-hero {
  position: relative; overflow: hidden; color: var(--silver); padding-block: clamp(2.5rem, 8vw, 4.25rem);
  background: radial-gradient(50rem 24rem at 90% -20%, rgba(31,184,232,.18), transparent 60%), linear-gradient(180deg, var(--ink), var(--ink-2));
}
.page-hero h1 { color: var(--white); font-size: clamp(2rem, 6.5vw, 3.1rem); }
.page-hero .lead { color: var(--silver); max-width: 42rem; }
.page-hero .eyebrow { color: var(--accent); }
.page-hero .btn-row { margin-top: 1.5rem; }
.breadcrumb { font-size: .85rem; margin-bottom: 1rem; color: var(--muted); }
.breadcrumb a { color: var(--silver); }
.price-notes { max-width: 44rem; border-left: 4px solid var(--accent); background: rgba(255,255,255,.05); border-radius: var(--radius-sm); padding: .9rem 1.1rem; font-size: .95rem; }
.price-notes p { margin: 0 0 .5rem; }
.price-notes p:last-child { margin-bottom: 0; }
.price-notes strong { color: var(--white); }
.price-notes .updated { color: var(--muted); font-size: .85rem; }

.cat-jump { background: var(--white); border-bottom: 1px solid #e3e6ea; }
.cat-jump ul { list-style: none; margin: 0; padding: .75rem 0; display: flex; gap: .5rem; overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: thin; }
.cat-jump a { display: inline-flex; align-items: center; gap: .3rem; min-height: 44px; white-space: nowrap; padding: .45rem .9rem; border: 1px solid #d8dce1; border-radius: 999px; font-weight: 700; font-size: .9rem; color: var(--ink); text-decoration: none; background: var(--paper); }
.cat-jump a:hover { border-color: var(--accent-strong); color: var(--accent-strong); }
.cat-jump .count, .price-cat-head .count { font-weight: 600; color: var(--slate); font-size: .85rem; }

.price-cat { padding-block: clamp(2.5rem, 7vw, 4.5rem); }
.price-cat-head { display: flex; align-items: center; gap: .85rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.price-cat-head h2 { margin: 0; font-size: clamp(1.45rem, 4.5vw, 2rem); }
.price-cat-head .card-icon { margin: 0; }
.price-grid { list-style: none; margin: 0; padding: 0; display: grid; gap: 1.1rem; }
@media (min-width: 640px) { .price-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (min-width: 1040px) { .price-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.4rem; } }
.pcard { background: var(--white); border: 1px solid #e3e6ea; border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; display: flex; flex-direction: column; scroll-margin-top: 80px; }
.pcard img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; background: var(--paper); }
.pcard-body { padding: 1.1rem 1.15rem 1.2rem; display: flex; flex-direction: column; gap: .6rem; flex: 1; }
.pcard h3 { margin: 0; font-size: 1.1rem; }
.pcard-body > p { margin: 0; color: var(--slate); font-size: .95rem; line-height: 1.5; }
.pcard-flag .placeholder { font-size: .78rem; }
.ptable { width: 100%; border-collapse: separate; border-spacing: 0; table-layout: fixed; margin-top: auto; border: 1px solid #dde1e6; border-radius: 10px; overflow: hidden; font-variant-numeric: tabular-nums; }
.ptable caption { caption-side: top; text-align: left; font-size: .8rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: var(--slate); padding-bottom: .35rem; }
.ptable th, .ptable td { text-align: center; padding: .5rem .2rem; }
.ptable th { background: var(--ink); color: var(--white); font-size: .82rem; font-weight: 700; }
.ptable td { font-weight: 800; font-size: 1rem; color: var(--ink); background: linear-gradient(180deg, #ffffff, #f1f3f5); }
.ptable td + td, .ptable th + th { border-left: 1px solid #dde1e6; }
.ptable th + th { border-left-color: var(--steel); }
.pcard .card-link { font-weight: 700; display: inline-flex; align-items: center; gap: .35rem; text-decoration: none; min-height: 44px; }
.pcard .card-link .icon { width: 1em; height: 1em; }

.credits { background: var(--paper); font-size: .95rem; }
.credits h2 { font-size: clamp(1.3rem, 4vw, 1.6rem); }
.credits h3 { font-size: 1.05rem; margin-top: 1.5rem; }
.credits ul { padding-left: 1.1em; color: var(--steel); display: grid; gap: .3rem; }
.credits p { color: var(--slate); max-width: 52rem; }

/* Landing page: "See prices" links on the service cards */
.cat-links { display: flex; flex-wrap: wrap; gap: .25rem 1.25rem; margin-top: auto; }
.services-prices { margin-top: 1rem; }
/* CTA band (from the draft styles) */
.cta-band { color: var(--silver); background: radial-gradient(40rem 20rem at 100% 0%, rgba(31,184,232,.22), transparent 65%), linear-gradient(135deg, #1f232b, #12151a); border-top: 1px solid var(--steel); }
.cta-band .container { display: grid; gap: 1.5rem; align-items: center; }
.cta-band h2 { color: var(--white); margin-bottom: .35rem; }
.cta-band p { margin: 0; }
@media (min-width: 860px) { .cta-band .container { grid-template-columns: 1fr auto; } }
