/* ==========================================================================
   Label Grafix — Design System & Site Styles
   Brand colours sampled directly from the supplied Label Grafix logo files.
   ========================================================================== */

:root {
  /* Brand palette — sampled from logo artwork */
  --gold: #FDB913;
  --gold-dark: #E0A20B;
  --gold-light: #FFD873;
  --ink: #231F20;          /* primary dark / charcoal from logo mark */
  --ink-soft: #3A3638;
  --ink-2: #414143;        /* secondary grey from logo shadow */
  --ink-3: #6B6B6C;
  --cyan: #4FC3E8;         /* accent from logo "x" — use sparingly */
  --magenta: #C33F97;      /* accent from logo "x" — use sparingly */

  --white: #FFFFFF;
  --paper: #FAF9F7;
  --surface: #F4F2EF;
  --border: #E5E1DB;
  --border-strong: #D8D3CB;

  --text: #221F1F;
  --text-muted: #5B5754;
  --text-on-dark: #F5F3F0;
  --text-on-dark-muted: #C9C5C0;

  --focus-ring: #1F8FD4;

  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;

  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;

  --shadow-sm: 0 1px 3px rgba(35, 31, 32, 0.08), 0 1px 2px rgba(35, 31, 32, 0.06);
  --shadow-md: 0 8px 24px rgba(35, 31, 32, 0.10), 0 2px 6px rgba(35, 31, 32, 0.06);
  --shadow-lg: 0 20px 45px rgba(35, 31, 32, 0.16), 0 6px 14px rgba(35, 31, 32, 0.08);

  --container: 1200px;
  --header-h: 84px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
html, body { margin: 0; padding: 0; overflow-x: hidden; max-width: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.5em; font-weight: 700; line-height: 1.2; color: var(--ink); letter-spacing: -0.01em; }
p { margin: 0 0 1em; }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 1rem; }
svg { display: block; }

h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
h2 { font-size: clamp(1.7rem, 3vw, 2.4rem); }
h3 { font-size: clamp(1.15rem, 1.6vw, 1.4rem); }

.lede { font-size: 1.15rem; color: var(--text-muted); max-width: 62ch; }

/* ---------- Focus & accessibility ---------- */
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--focus-ring);
  outline-offset: 3px;
  border-radius: 4px;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--ink);
  color: var(--white);
  padding: 12px 20px;
  z-index: 1000;
  border-radius: 0 0 8px 0;
  font-weight: 600;
}
.skip-link:focus {
  left: 0;
}

/* Honeypot field for the contact form — hidden from sighted users and
   keyboard/screen-reader navigation, but still present in the markup so
   basic spam bots that auto-fill every field tend to fill it in too. The
   server-side handler rejects any submission where this field is non-empty. */
.hp-field {
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  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;
}

/* ---------- Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}
.section {
  padding: clamp(56px, 8vw, 100px) 0;
}
.section--surface { background: var(--surface); }
.section--ink { background: var(--ink); color: var(--text-on-dark); }
.section--ink h2, .section--ink h3 { color: var(--white); }
.section--ink p { color: var(--text-on-dark-muted); }

.section-head {
  max-width: 720px;
  margin: 0 0 44px;
}
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gold-dark);
  margin-bottom: 12px;
}
.eyebrow::before {
  content: "";
  width: 22px;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--magenta));
  border-radius: 2px;
}
.section--ink .eyebrow { color: var(--gold); }

.grid {
  display: grid;
  gap: 28px;
}
.grid--2 { grid-template-columns: repeat(2, 1fr); }
.grid--3 { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Balances a grid whose item count isn't a multiple of its column count
   (e.g. 5 cards at 3-per-row leaves a short last row of 2). Switches that
   grid to a centered flex layout instead of a short row sitting flush left
   with an empty trailing column. Card width matches the grid it replaces
   (gap is inherited from .grid). */
.grid--balance-last {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.grid--balance-last > * {
  flex: 0 0 calc((100% - 56px) / 3);
  max-width: calc((100% - 56px) / 3);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 28px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 1rem;
  border: 2px solid transparent;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  min-height: 48px;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }

.btn--primary {
  background: var(--gold);
  color: var(--ink);
  box-shadow: var(--shadow-sm);
}
.btn--primary:hover { background: var(--gold-dark); box-shadow: var(--shadow-md); }

.btn--dark {
  background: var(--ink);
  color: var(--white);
}
.btn--dark:hover { background: var(--ink-soft); }

.btn--outline {
  background: transparent;
  color: var(--ink);
  border-color: var(--ink);
}
.btn--outline:hover { background: var(--ink); color: var(--white); }

.section--ink .btn--outline {
  color: var(--white);
  border-color: rgba(245, 243, 240, 0.5);
}
.section--ink .btn--outline:hover { background: var(--white); color: var(--ink); }

.btn--ghost {
  background: transparent;
  color: var(--ink);
  padding-left: 4px;
  padding-right: 4px;
  min-height: auto;
}
.btn--ghost::after { content: "\2192"; transition: transform 0.15s ease; }
.btn--ghost:hover::after { transform: translateX(4px); }
.btn--ghost:hover { transform: none; }

.btn--sm { padding: 10px 20px; min-height: 40px; font-size: 0.9rem; }
.btn--block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 500;
  /* Solid background (not translucent + backdrop-filter): backdrop-filter would
     establish a new containing block on this element, which breaks the
     position:fixed mobile nav panel and sticky CTA nested inside it. */
  background: var(--white);
  border-bottom: 1px solid var(--border);
}
.site-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: var(--header-h);
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img {
  height: 46px;
  width: auto;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}
.main-nav a {
  padding: 10px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.97rem;
  color: var(--ink-2);
  transition: background-color 0.15s ease, color 0.15s ease;
}
.main-nav a:hover,
.main-nav a[aria-current="page"] {
  color: var(--ink);
  background: var(--surface);
}
.main-nav a[aria-current="page"] {
  box-shadow: inset 0 -3px 0 var(--gold);
}
.nav-quote-btn, .nav-call-btn { display: none; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.call-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--ink);
  padding: 10px 8px;
}
.call-link svg { width: 18px; height: 18px; flex-shrink: 0; }

.nav-toggle {
  display: none;
  background: transparent;
  border: none;
  padding: 10px;
  border-radius: 8px;
  min-height: 44px;
  min-width: 44px;
}
.nav-toggle:hover { background: var(--surface); }
.nav-toggle .bar {
  display: block;
  width: 24px;
  height: 2.5px;
  background: var(--ink);
  margin: 5px 0;
  border-radius: 2px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] .bar:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] .bar:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] .bar:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

.nav-scrim {
  display: none;
}

/* ---------- Hero ---------- */
.hero {
  background: linear-gradient(155deg, #2c2828 0%, var(--ink) 45%, #17140f 100%);
  color: var(--text-on-dark);
  position: relative;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -30% auto;
  width: 55%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(253, 185, 19, 0.16), transparent 65%);
  pointer-events: none;
}
.hero .container {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 48px;
  align-items: center;
  padding-top: clamp(52px, 8vw, 96px);
  padding-bottom: clamp(52px, 8vw, 96px);
  position: relative;
}
.hero h1 { color: var(--white); }
.hero h1 .accent { color: var(--gold); }
.hero-copy .lede { color: var(--text-on-dark-muted); font-size: 1.2rem; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}
.hero-trustbar {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 26px;
  margin-top: 40px;
  padding-top: 28px;
  border-top: 1px solid rgba(245, 243, 240, 0.15);
}
.hero-trustbar span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.92rem;
  color: var(--text-on-dark-muted);
  font-weight: 600;
}
.hero-trustbar svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; }

/* ---------- Image placeholders ---------- */
.img-placeholder {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  border: 2px dashed var(--border-strong);
  background:
    repeating-linear-gradient(135deg, rgba(65,65,67,0.05) 0 12px, rgba(65,65,67,0.09) 12px 24px),
    var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-placeholder .ph-inner {
  text-align: center;
  padding: 14px;
  max-width: 300px;
}
.img-placeholder .ph-icon {
  width: 28px;
  height: 28px;
  margin: 0 auto 8px;
  color: var(--ink-3);
}
.img-placeholder .ph-label {
  display: inline-block;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--ink-2);
  padding: 3px 9px;
  border-radius: 999px;
  margin-bottom: 6px;
}
.img-placeholder .ph-desc {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.35;
}
.img-placeholder .ph-dims {
  display: block;
  margin-top: 5px;
  font-size: 0.68rem;
  color: var(--ink-3);
  font-weight: 600;
}

.hero-media .img-placeholder {
  aspect-ratio: 4 / 5;
  border-color: rgba(245, 243, 240, 0.25);
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,0.04) 0 12px, rgba(255,255,255,0.07) 12px 24px),
    rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadow-lg);
}
.hero-media .img-placeholder .ph-desc { color: var(--text-on-dark-muted); }
.hero-media .img-placeholder .ph-dims { color: var(--text-on-dark-muted); }
.hero-media .img-placeholder .ph-icon { color: var(--gold); }

.ratio-1-1 { aspect-ratio: 1 / 1; }
.ratio-4-3 { aspect-ratio: 4 / 3; }
.ratio-4-5 { aspect-ratio: 4 / 5; }
.ratio-7-5 { aspect-ratio: 7 / 5; }
.ratio-16-9 { aspect-ratio: 16 / 9; }
.ratio-3-1 { aspect-ratio: 3 / 1; }

/* ---------- Real photography frames (replaces .img-placeholder once a
   final photo is supplied for a given slot) ---------- */
.media-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: var(--surface);
}
.media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.hero-media .media-frame { box-shadow: var(--shadow-lg); }
.split-media .media-frame { box-shadow: var(--shadow-md); }

/* ---------- Intro / two-col ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}
.split.reverse .split-media { order: 2; }

/* ---------- Service / feature cards ---------- */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
  border-color: var(--border-strong);
}
.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(150deg, var(--gold-light), var(--gold));
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  color: var(--ink);
  flex-shrink: 0;
}
.card-icon svg { width: 26px; height: 26px; }
.card h3 { margin-bottom: 8px; }
.card p { color: var(--text-muted); margin-bottom: 18px; flex-grow: 1; }
.card-link {
  font-weight: 700;
  font-size: 0.94rem;
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.card-link::after { content: "\2192"; transition: transform 0.15s ease; }
.card-link:hover::after { transform: translateX(4px); }

.card--placeholder {
  border: 1px dashed var(--border-strong);
  background: var(--surface);
  box-shadow: none;
}
.card--placeholder:hover { transform: none; box-shadow: none; }
.placeholder-flag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 0.76rem;
  font-weight: 700;
  color: #8A5A00;
  background: #FFF3D6;
  border: 1px solid #F0D793;
  padding: 5px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
  width: fit-content;
}
.placeholder-flag svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ---------- Service card image area (top of card) ---------- */
/* Bleeds to the card's own edges (negative margin = card padding) so the
   photo reads as a header image once supplied, with rounded top corners
   matching the card's own border-radius. Swap the placeholder markup for
   a real <picture> element directly in the page's HTML once the final
   photo exists — no other card markup or CSS needs to change. */
.card-media {
  margin: -30px -30px 20px;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background:
    repeating-linear-gradient(135deg, rgba(65,65,67,0.05) 0 12px, rgba(65,65,67,0.09) 12px 24px),
    var(--surface);
  display: flex;
  align-items: center;
  justify-content: center;
}
.card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-media .cm-inner {
  text-align: center;
  padding: 14px;
}
.card-media .cm-icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0 auto 6px;
  color: var(--ink-3);
}
.card-media .cm-label {
  display: inline-block;
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--ink-2);
  padding: 3px 8px;
  border-radius: 999px;
  margin-bottom: 7px;
}
.card-media .cm-file {
  display: block;
  font-size: 0.68rem;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  color: var(--ink-2);
  word-break: break-all;
  line-height: 1.4;
}
.card-media .cm-dims {
  display: block;
  margin-top: 3px;
  font-size: 0.66rem;
  color: var(--ink-3);
  font-weight: 600;
}

/* Content notice banner (pending client confirmation) */
.notice {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: #FFF6E0;
  border: 1px solid #F0D793;
  color: #6B4A00;
  border-radius: var(--radius-md);
  padding: 18px 20px;
  margin-bottom: 36px;
}
.notice svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; color: #B8860B; }
.notice strong { display: block; margin-bottom: 3px; color: #4d3500; }
.notice p { margin: 0; font-size: 0.94rem; color: #6B4A00; }

/* ---------- Process steps ---------- */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  counter-reset: step;
}
.step {
  position: relative;
  padding: 30px 24px 24px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--gold);
  font-weight: 800;
  font-size: 1.05rem;
  margin-bottom: 16px;
}
.step h3 { margin-bottom: 8px; font-size: 1.1rem; }
.step p { color: var(--text-muted); margin: 0; font-size: 0.95rem; }
.step-connector {
  display: none;
}

/* ---------- Why choose / benefits ---------- */
.benefit {
  display: flex;
  gap: 16px;
}
.benefit-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(253, 185, 19, 0.14);
  color: var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.section--ink .benefit-icon { background: rgba(253, 185, 19, 0.16); }
.benefit-icon svg { width: 22px; height: 22px; }
.benefit h3 { font-size: 1.05rem; margin-bottom: 6px; }
.benefit p { margin: 0; font-size: 0.94rem; }
.section--ink .benefit p { color: var(--text-on-dark-muted); }
.benefit p { color: var(--text-muted); }

/* ---------- Industries ---------- */
.industry-pill-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.industry-pill {
  display: flex;
  align-items: center;
  gap: 12px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  font-weight: 700;
  color: var(--ink);
}
.industry-pill svg { width: 22px; height: 22px; color: var(--gold-dark); flex-shrink: 0; }

/* ---------- CTA band ---------- */
.cta-band {
  background: linear-gradient(120deg, #17140f 0%, var(--ink) 60%, #2c2828 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: clamp(36px, 6vw, 64px);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: "";
  position: absolute;
  inset: -40% -10% auto auto;
  width: 45%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(253,185,19,0.25), transparent 70%);
}
.cta-band h2 { color: var(--white); position: relative; }
.cta-band h1 { color: var(--white); position: relative; }
.cta-band p { color: var(--text-on-dark-muted); max-width: 56ch; margin-left: auto; margin-right: auto; position: relative; }
.cta-band .hero-actions { justify-content: center; position: relative; }

.cta-band--photo {
  background-image: linear-gradient(120deg, rgba(20,17,13,0.88) 0%, rgba(23,20,15,0.82) 55%, rgba(30,24,20,0.88) 100%), url("../images/cta-printing-project.jpg");
  background-size: cover;
  background-position: center;
}
.cta-band--photo::before { display: none; }
.cta-band--photo .btn--outline {
  color: var(--white);
  border-color: rgba(245, 243, 240, 0.6);
}
.cta-band--photo .btn--outline:hover { background: var(--white); color: var(--ink); }

/* ---------- FAQ ---------- */
.faq-item {
  border-bottom: 1px solid var(--border);
}
.faq-item:first-child { border-top: 1px solid var(--border); }
.faq-q {
  width: 100%;
  background: none;
  border: none;
  text-align: left;
  padding: 20px 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-weight: 700;
  font-size: 1.02rem;
  color: var(--ink);
}
.faq-q .plus {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.faq-q .plus::before,
.faq-q .plus::after {
  content: "";
  position: absolute;
  background: var(--ink);
  transition: transform 0.2s ease;
}
.faq-q .plus::before { width: 11px; height: 2px; }
.faq-q .plus::after { width: 2px; height: 11px; }
.faq-item[data-open="true"] .plus::after { transform: rotate(90deg); opacity: 0; }
.faq-a {
  padding: 0 4px 20px;
  color: var(--text-muted);
  display: none;
  max-width: 68ch;
}
.faq-item[data-open="true"] .faq-a { display: block; }

/* ---------- Forms ---------- */
.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: clamp(24px, 4vw, 40px);
  box-shadow: var(--shadow-md);
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.form-field { display: flex; flex-direction: column; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field[hidden] { display: none; }
.form-field label {
  font-weight: 700;
  font-size: 0.92rem;
  color: var(--ink);
}
.form-field .optional {
  font-weight: 500;
  color: var(--text-muted);
  font-size: 0.85rem;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"],
.form-field input[type="number"],
.form-field input[type="date"],
.form-field select,
.form-field textarea {
  border: 1.5px solid var(--border-strong);
  border-radius: var(--radius-sm);
  padding: 13px 14px;
  background: var(--paper);
  color: var(--text);
  min-height: 48px;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  background: var(--white);
}
.radio-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 0.95rem;
}
.radio-option input { width: 20px; height: 20px; accent-color: var(--gold-dark); }
.form-consent { margin-top: 4px; }
.consent-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 0.9rem;
  color: var(--text);
  cursor: pointer;
}
.consent-option input {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--gold-dark);
}
.consent-option a { color: var(--ink); font-weight: 700; text-decoration: underline; }
.consent-option a:hover { color: var(--gold-dark); }
.form-consent.has-error .consent-option span { color: #B3261E; }
.form-note {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 16px;
}
.form-error {
  display: none;
  color: #B3261E;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 4px;
}
.form-field.has-error input,
.form-field.has-error select,
.form-field.has-error textarea {
  border-color: #B3261E;
}
.form-field.has-error .form-error { display: block; }
.required-mark { color: #B3261E; }

.form-status {
  display: none;
  margin-bottom: 20px;
  padding: 14px 16px;
  border-radius: var(--radius-sm);
  background: #FFF3D6;
  border: 1px solid #F0D793;
  color: #6B4A00;
  font-weight: 600;
  font-size: 0.92rem;
}
.form-status[data-visible="true"] { display: block; }
.form-status.form-status--error {
  background: #FFF3D6;
  border-color: #F0D793;
  color: #6B4A00;
}
.form-status.form-status--success {
  background: #E5F6EC;
  border-color: #A8DFC0;
  color: #14532D;
}

/* ---------- Contact details ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: start;
}
.contact-detail-list { display: flex; flex-direction: column; gap: 22px; margin-bottom: 30px; }
.contact-detail {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.contact-detail-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--surface);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.contact-detail-icon svg { width: 22px; height: 22px; }
.contact-detail h3 { font-size: 1rem; margin-bottom: 4px; }
.contact-detail p, .contact-detail a { color: var(--text-muted); margin: 0; }
.contact-detail a { font-weight: 700; color: var(--ink); }
.contact-detail a:hover { color: var(--gold-dark); }
.contact-detail .pending {
  color: #8A5A00;
  font-style: italic;
  font-weight: 500;
}

.map-embed {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid var(--border);
  background: var(--surface);
}
.map-embed iframe { width: 100%; height: 100%; display: block; }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--ink);
  color: var(--text-on-dark-muted);
  padding-top: 64px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(245, 243, 240, 0.12);
}
.footer-logo-plate {
  display: inline-flex;
  align-items: center;
  background: var(--paper);
  border-radius: var(--radius-sm);
  padding: 12px 18px;
  margin-bottom: 18px;
}
.footer-brand img { height: 34px; width: auto; display: block; }
.footer-brand p { max-width: 32ch; font-size: 0.94rem; }
.footer-col h4 {
  color: var(--white);
  font-size: 0.85rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: 0.94rem; }
.footer-col a:hover { color: var(--gold); }
.footer-col .pending { font-style: italic; opacity: 0.75; }
.footer-cta .btn { margin-top: 6px; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  flex-wrap: wrap;
  font-size: 0.85rem;
}
.footer-bottom-links { display: flex; gap: 20px; flex-wrap: wrap; }
.footer-bottom-links a:hover { color: var(--gold); }
.powered-by { opacity: 0.85; }
.powered-by a { font-weight: 700; color: var(--gold); }
.powered-by a:hover { text-decoration: underline; }

/* ---------- Sticky mobile CTA ---------- */
.mobile-sticky-cta {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 600;
  background: var(--white);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 24px rgba(35,31,32,0.12);
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
}
.mobile-sticky-cta .row { display: flex; gap: 10px; }
.mobile-sticky-cta .btn { flex: 1; min-height: 50px; }

/* ---------- Privacy / legal content ---------- */
.legal-content h2 { margin-top: 2em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.legal-content li { margin-bottom: 6px; }
.legal-content p { color: var(--text-muted); }
.legal-updated {
  font-size: 0.88rem;
  color: var(--text-muted);
  margin-bottom: 30px;
}

/* ---------- Thank you page ---------- */
.thankyou-hero {
  text-align: center;
  padding: clamp(60px, 10vw, 110px) 0;
}
.thankyou-icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: rgba(253,185,19,0.14);
  color: var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}
.thankyou-icon svg { width: 42px; height: 42px; }
.thankyou-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.gap-lg { gap: 40px; }

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1080px) {
  .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .industry-pill-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

/* With a 6th nav link (Signage & Large Format) added, the desktop nav needs
   tighter spacing between 901px (where it switches back to the hamburger
   menu) and roughly 1220px, so all links plus the header's call/quote
   actions stay on one line without wrapping or overflowing. Links remain
   fully visible and clickable — only spacing/sizing is reduced. */
@media (min-width: 901px) and (max-width: 1220px) {
  .main-nav { gap: 2px; }
  .main-nav a { padding: 10px 9px; font-size: 0.88rem; }
  .header-actions { gap: 6px; }
  .header-actions .call-link span { display: none; }
  .header-actions .call-link { padding: 10px; }
}

@media (min-width: 901px) and (max-width: 1040px) {
  .brand img { height: 38px; }
}

@media (max-width: 900px) {
  .main-nav { display: none; }

  .nav-toggle { display: inline-flex; flex-direction: column; align-items: center; justify-content: center; }

  .main-nav.mobile-open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    position: fixed;
    top: var(--header-h);
    right: 0;
    bottom: 0;
    width: min(320px, 84vw);
    background: var(--white);
    padding: 20px;
    gap: 4px;
    box-shadow: -12px 0 32px rgba(35,31,32,0.18);
    overflow-y: auto;
    z-index: 550;
  }
  .main-nav.mobile-open a {
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 16px;
    font-size: 1.05rem;
    border-bottom: 1px solid var(--border);
    border-radius: 0;
  }
  .main-nav.mobile-open .nav-call-btn {
    display: flex;
    width: 100%;
    margin-top: 18px;
  }
  .main-nav.mobile-open .nav-quote-btn {
    display: flex;
    width: 100%;
    margin-top: 10px;
  }

  .nav-scrim.active {
    display: block;
    position: fixed;
    inset: var(--header-h) 0 0 0;
    background: rgba(35,31,32,0.45);
    z-index: 540;
  }

  .header-actions .call-link span { display: none; }
  .header-actions { display: none; }

  .hero .container { grid-template-columns: 1fr; }
  .hero-media { order: -1; max-width: 420px; margin: 0 auto; }

  .split { grid-template-columns: 1fr; }
  .split.reverse .split-media { order: 0; }
  .split-media { max-width: 480px; margin: 0 auto; }

  .grid--2, .grid--3 { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr 1fr; }
  .grid--balance-last > * { flex-basis: 100%; max-width: 100%; }
  .steps { grid-template-columns: 1fr; }
  .industry-pill-grid { grid-template-columns: 1fr; }

  .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }

  body.has-sticky-cta { padding-bottom: 76px; }
  .mobile-sticky-cta.active { display: block; }

  /* Below this width, columns stack full-width and a strict aspect-ratio can
     make the box too short for its label text. Let height follow content
     instead, so placeholder copy is never clipped. */
  .img-placeholder,
  .hero-media .img-placeholder {
    aspect-ratio: auto;
    min-height: 220px;
  }
}

@media (max-width: 640px) {
  .container { padding: 0 18px; }
  .section { padding: 44px 0; }
  .form-grid { grid-template-columns: 1fr; }
  .grid--4 { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .brand img { height: 38px; }
  .btn { width: 100%; }
  .hero-actions .btn, .thankyou-actions .btn, .cta-band .btn { width: auto; }
  .hero-actions, .thankyou-actions, .cta-band .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn, .thankyou-actions .btn, .cta-band .hero-actions .btn { width: 100%; }
}

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