/* ============================================================
   Ironhead Fabrication — Marketing site styles
   Loads ON TOP of ../../colors_and_type.css
   ============================================================ */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { background: var(--bone-50); color: var(--fg); font-family: var(--font-body); }
img { max-width: 100%; display: block; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }

.eyebrow--on-dark { color: var(--spark-400); }

/* ===== Buttons ===== */
.btn {
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: var(--r-4);
  cursor: pointer;
  transition: background var(--dur) var(--ease-out),
              color var(--dur) var(--ease-out),
              box-shadow var(--dur) var(--ease-out),
              transform var(--dur-fast) var(--ease-out),
              border-color var(--dur) var(--ease-out);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1;
}
.btn--sm  { padding: 9px 14px;  font-size: 11px; }
.btn--md  { padding: 12px 20px; font-size: 12px; }
.btn--lg  { padding: 16px 26px; font-size: 13px; letter-spacing: 0.18em; }

.btn--primary           { background: var(--iron-900); color: var(--bone-50); }
.btn--primary:hover     { background: var(--iron-700); box-shadow: var(--glow-spark); }
.btn--primary:active    { transform: translateY(1px); box-shadow: var(--shadow-inset); }

.btn--primary-on-dark        { background: var(--spark-500); color: var(--iron-900); }
.btn--primary-on-dark:hover  { background: var(--spark-400); box-shadow: var(--glow-spark); }

.btn--secondary         { background: transparent; color: var(--iron-900); border-color: var(--iron-800); }
.btn--secondary:hover   { background: var(--iron-100); }

.btn--ghost             { background: transparent; color: var(--iron-900); }
.btn--ghost:hover       { background: var(--iron-100); }

.btn--ghost-on-dark        { background: transparent; color: var(--bone-50); border-color: rgba(255,255,255,0.25); }
.btn--ghost-on-dark:hover  { background: rgba(255,255,255,0.08); border-color: var(--spark-500); }

.btn--hot               { background: var(--ember-500); color: var(--bone-50); }
.btn--hot:hover         { background: var(--ember-600); }

.btn:disabled { opacity: 0.5; cursor: not-allowed; }

/* ===== Header ===== */
.site-header {
  position: fixed; inset: 0 0 auto 0; z-index: 50;
  transition: background var(--dur) var(--ease-out), border-color var(--dur) var(--ease-out);
  border-bottom: 1px solid transparent;
}
.site-header.is-scrolled {
  background: rgba(11, 16, 24, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--iron-700);
}
.site-header__inner {
  max-width: 1200px; margin: 0 auto;
  padding: 16px 32px;
  display: grid; grid-template-columns: auto 1fr auto;
  align-items: center; gap: 32px;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--bone-50);
}
.brand__mark { width: 44px; height: 44px; object-fit: contain; }
.brand__word { display: flex; flex-direction: column; line-height: 1; }
.brand__title {
  font-family: var(--font-display); font-weight: 900;
  font-size: 18px; letter-spacing: 0.06em; text-transform: uppercase;
}
.brand__sub {
  font-family: var(--font-heading); font-weight: 500;
  font-size: 9px; letter-spacing: 0.28em; text-transform: uppercase;
  color: var(--spark-400); margin-top: 4px;
}

.site-nav { display: flex; gap: 28px; justify-content: center; }
.site-nav a {
  font-family: var(--font-heading); font-weight: 500;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--bone-50); text-decoration: none;
  transition: color var(--dur);
}
.site-nav a:hover { color: var(--spark-400); }

.site-header__actions { display: flex; align-items: center; gap: 18px; }
.site-header__phone {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--bone-50); text-decoration: none;
  font-family: var(--font-mono); font-size: 13px;
  white-space: nowrap;
}
.site-header__phone:hover { color: var(--spark-400); }

/* ===== Hero ===== */
.hero {
  position: relative; overflow: hidden;
  background: var(--iron-950);
  color: var(--bone-50);
  padding: 168px 0 96px;
  min-height: 720px;
}
.hero__bg {
  position: absolute; inset: 0; pointer-events: none;
}
.hero__steel {
  position: absolute; inset: 0;
  background:
    repeating-linear-gradient(115deg,
      rgba(255,255,255,0.03) 0 1px,
      transparent 1px 8px),
    radial-gradient(ellipse at 70% 40%, rgba(130,176,214,0.18) 0%, transparent 55%),
    linear-gradient(180deg, var(--iron-950) 0%, var(--iron-900) 100%);
}
.hero__spark {
  position: absolute; border-radius: 50%;
  background: radial-gradient(circle, var(--spark-300) 0%, var(--spark-500) 30%, transparent 65%);
  filter: blur(1px);
  opacity: 0.85;
}
.hero__spark--1 { width: 280px; height: 280px; right: -40px; top: 30%; opacity: 0.5; filter: blur(40px); }
.hero__spark--2 { width: 8px; height: 8px; right: 22%; top: 64%; box-shadow: 0 0 20px var(--spark-400); }
.hero__spark--3 { width: 5px; height: 5px; right: 18%; top: 58%; box-shadow: 0 0 14px var(--spark-300); }
.hero__vignette {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, transparent 0%, rgba(11,16,24,0.5) 100%);
}

.hero__inner {
  position: relative; z-index: 1;
  max-width: 1200px; margin: 0 auto;
  padding: 0 32px;
}
.hero__copy { max-width: 720px; }
.hero h1.hero__title {
  color: var(--bone-50);
  margin: 18px 0 24px;
  font-size: clamp(48px, 6.8vw, 92px);
}
.hero h1.hero__brand {
  font-size: clamp(56px, 9vw, 132px);
  line-height: 0.92;
  letter-spacing: 0.02em;
  margin: 16px 0 0;
  text-shadow: 0 1px 0 rgba(0,0,0,0.4);
}
.hero__tagline {
  font-family: var(--font-heading); font-weight: 500;
  font-size: clamp(15px, 1.8vw, 20px);
  letter-spacing: 0.34em; text-transform: uppercase;
  color: var(--spark-400);
  margin: 14px 0 26px;
  display: flex; align-items: center; gap: 16px;
}
.hero__rule {
  width: 40px; height: 2px; background: var(--spark-500); flex: 0 0 auto; display: block;
}
.hero__lead {
  font-size: 18px; line-height: 1.65; color: var(--iron-300);
  max-width: 56ch; margin: 0 0 36px;
}
.hero__cta { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__cta .btn--primary { border-color: rgba(255,255,255,0.25); }
.hero__cta .btn--primary:hover { border-color: var(--spark-500); }
.hero__strip {
  display: flex; gap: 28px; flex-wrap: wrap;
  margin-top: 64px; padding-top: 28px;
  border-top: 1px solid var(--iron-700);
}
.hero__strip-item {
  display: flex; align-items: center; gap: 10px;
  font-family: var(--font-heading); font-weight: 500;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--iron-300);
}
.hero__strip-item svg { color: var(--spark-400); }

/* ===== Services ===== */
.services { padding: 120px 0; background: var(--bone-50); }
.services__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.services__head { max-width: 720px; margin-bottom: 56px; }
.services__head .h2 { margin: 14px 0 0; color: var(--iron-900); }
.services__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }

.svc {
  background: var(--white); border: 1px solid var(--iron-200);
  padding: 28px 24px;
  transition: border-color var(--dur), transform var(--dur), box-shadow var(--dur);
  display: flex; flex-direction: column;
}
.svc:hover { border-color: var(--iron-800); transform: translateY(-2px); box-shadow: var(--shadow-2); }
.svc__top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; }
.svc__num { font-family: var(--font-mono); font-size: 11px; color: var(--spark-700); letter-spacing: 0.05em; }
.svc__top svg { color: var(--iron-800); }
.svc__title {
  font-family: var(--font-heading); font-weight: 600;
  font-size: 18px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--iron-900); margin: 0 0 10px;
}
.svc__body { font-size: 13px; line-height: 1.6; color: var(--fg-2); margin: 0 0 18px; flex: 1; }
.svc__link {
  background: none; border: 0; padding: 0; cursor: pointer;
  font-family: var(--font-heading); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--iron-900);
  display: inline-flex; align-items: center; gap: 8px;
  align-self: flex-start;
  transition: gap var(--dur), color var(--dur);
}
.svc__link:hover { color: var(--spark-700); gap: 12px; }

/* ===== Work ===== */
.work { padding: 120px 0; background: var(--bone-100); border-top: 1px solid var(--iron-200); border-bottom: 1px solid var(--iron-200); }
.work__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.work__head { max-width: 720px; margin-bottom: 64px; }
.work__head .h2 { margin: 14px 0 0; color: var(--iron-900); }
.work__rows { display: flex; flex-direction: column; gap: 80px; }

.work-row {
  display: grid; grid-template-columns: 1.1fr 1fr; gap: 56px; align-items: center;
}
.work-row--alt { grid-template-columns: 1fr 1.1fr; }
.work-row--alt .work-row__photo { order: 2; }

.work-row__photo {
  position: relative;
  aspect-ratio: 4 / 3;
  border: 1px solid var(--iron-200);
  overflow: hidden;
}
.work-row__photo-label {
  position: absolute; right: 12px; bottom: 12px;
  font-family: var(--font-mono); font-size: 10px;
  color: rgba(255,255,255,0.55); letter-spacing: 0.05em;
  background: rgba(11,16,24,0.45); padding: 4px 8px;
  backdrop-filter: blur(4px);
}
/* Painted placeholders — warm/cool shop palette */
.work-row__photo--gate {
  background:
    linear-gradient(165deg, rgba(130,176,214,0.18) 0%, transparent 50%),
    repeating-linear-gradient(45deg, rgba(255,255,255,0.04) 0 2px, transparent 2px 14px),
    linear-gradient(180deg, var(--iron-800) 0%, var(--iron-950) 100%);
}
.work-row__photo--trailer {
  background:
    radial-gradient(ellipse at 75% 70%, rgba(226,90,45,0.30) 0%, transparent 45%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 6px),
    linear-gradient(180deg, var(--iron-700) 0%, var(--iron-900) 100%);
}
.work-row__photo--pipe {
  background:
    linear-gradient(160deg, rgba(245,242,236,0.10) 0%, transparent 40%),
    repeating-linear-gradient(0deg, rgba(255,255,255,0.05) 0 4px, transparent 4px 28px),
    linear-gradient(180deg, var(--iron-800) 0%, var(--iron-950) 100%);
}

.work-row__tag {
  font-family: var(--font-mono); font-size: 11px; color: var(--spark-700);
  letter-spacing: 0.04em; margin-bottom: 14px;
}
.work-row__title {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 32px; letter-spacing: 0.02em; text-transform: uppercase;
  line-height: 1.1; color: var(--iron-900); margin: 0 0 16px;
}
.work-row__body { font-size: 15px; line-height: 1.65; color: var(--fg-2); margin: 0 0 28px; max-width: 50ch; }
.work-row__metrics { display: flex; gap: 24px; padding-top: 20px; border-top: 1px solid var(--iron-200); }
.metric__k {
  font-family: var(--font-display); font-weight: 700;
  font-size: 22px; color: var(--iron-900); letter-spacing: 0.02em;
}
.metric__v {
  font-family: var(--font-heading); font-weight: 500;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--fg-3); margin-top: 4px;
}

.work__more { display: flex; justify-content: center; margin-top: 72px; }

/* ===== Quote CTA band ===== */
.quotecta {
  background: var(--iron-950);
  color: var(--bone-50);
  padding: 76px 0;
  position: relative; overflow: hidden;
}
.quotecta::before {
  content: ''; position: absolute; inset: 0;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.025) 0 1px, transparent 1px 10px),
    radial-gradient(ellipse at 90% 30%, rgba(130,176,214,0.20) 0%, transparent 50%);
  pointer-events: none;
}
.quotecta__inner {
  position: relative;
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1.2fr 1fr; gap: 56px; align-items: center;
}
.quotecta__title {
  font-family: var(--font-heading); font-weight: 700;
  font-size: clamp(32px, 4vw, 52px); line-height: 1.05;
  letter-spacing: 0.02em; text-transform: uppercase;
  margin: 14px 0 16px; color: var(--bone-50);
}
.quotecta__body { font-size: 16px; line-height: 1.7; color: var(--iron-300); margin: 0; max-width: 50ch; }
.quotecta__actions { display: flex; flex-direction: column; gap: 18px; align-items: flex-start; }
.quotecta__phone {
  display: inline-flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--bone-50);
  padding: 12px 0;
}
.quotecta__phone svg { color: var(--spark-400); }
.quotecta__phone-num {
  display: block;
  font-family: var(--font-mono); font-size: 22px; font-weight: 600;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.quotecta__phone-lbl {
  display: block;
  font-family: var(--font-heading); font-size: 10px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--iron-400); margin-top: 2px;
}

/* ===== Footer ===== */
.site-footer { background: var(--iron-900); color: var(--bone-50); padding: 72px 0 0; }
.site-footer__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1.6fr 1.4fr 1fr 0.9fr; gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--iron-700);
}
.site-footer__mark { width: 96px; height: 96px; object-fit: contain; margin-bottom: 18px; }
.site-footer__tag { font-size: 14px; line-height: 1.6; color: var(--iron-300); margin: 0; max-width: 32ch; }
.site-footer__lbl {
  font-family: var(--font-heading); font-weight: 600;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--spark-400); margin-bottom: 18px;
}
.site-footer__line {
  display: flex; align-items: center; gap: 10px;
  font-size: 13px; color: var(--iron-300);
  padding: 6px 0;
  white-space: nowrap;
}
.site-footer__line span { overflow: hidden; text-overflow: ellipsis; }
.site-footer__line svg { color: var(--iron-400); flex: 0 0 auto; }
.site-footer__socials { display: flex; gap: 14px; }
.site-footer__socials a {
  width: 38px; height: 38px;
  display: inline-grid; place-items: center;
  border: 1px solid var(--iron-700); color: var(--bone-50);
  text-decoration: none;
  transition: border-color var(--dur), color var(--dur);
}
.site-footer__socials a:hover { border-color: var(--spark-500); color: var(--spark-400); }

.site-footer__strip {
  max-width: 1200px; margin: 0 auto; padding: 24px 32px;
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-family: var(--font-mono); font-size: 11px; color: var(--iron-400);
}
.site-footer__small { letter-spacing: 0.05em; }

/* ===== Modal ===== */
.modal {
  position: fixed; inset: 0; z-index: 100;
  background: rgba(11, 16, 24, 0.72);
  backdrop-filter: blur(8px);
  display: grid; place-items: center;
  padding: 24px;
  animation: fade-in 200ms var(--ease-out);
}
@keyframes fade-in { from { opacity: 0 } to { opacity: 1 } }
.modal__panel {
  background: var(--bone-50);
  width: 100%; max-width: 640px;
  border: 1px solid var(--iron-800);
  padding: 36px 36px 28px;
  position: relative;
  animation: panel-in 280ms var(--ease-out);
  max-height: 90vh; overflow: auto;
}
@keyframes panel-in {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
.modal__close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: 0; cursor: pointer;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  color: var(--fg-2); transition: color var(--dur);
}
.modal__close:hover { color: var(--iron-900); }
.modal__title {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 32px; letter-spacing: 0.02em; text-transform: uppercase;
  margin: 10px 0 8px; color: var(--iron-900); line-height: 1.05;
}
.modal__lead { font-size: 14px; color: var(--fg-2); margin: 0 0 22px; line-height: 1.6; }

.formgrid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px 18px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field--full { grid-column: 1 / -1; }
.field > span {
  font-family: var(--font-heading); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--fg-2);
}
.field input, .field select, .field textarea {
  font-family: var(--font-body); font-size: 14px; color: var(--iron-900);
  padding: 10px 12px;
  border: 1px solid var(--iron-300); background: var(--white);
  border-radius: var(--r-4); outline: none;
  transition: border-color var(--dur), box-shadow var(--dur);
}
.field input:focus, .field select:focus, .field textarea:focus {
  border-color: var(--iron-900);
  box-shadow: 0 0 0 3px var(--spark-300);
}
.check { display: flex; align-items: center; gap: 10px; padding-top: 4px; font-size: 14px; color: var(--fg); }
.check input { width: 16px; height: 16px; accent-color: var(--iron-900); }

.modal__foot {
  margin-top: 24px; padding-top: 20px;
  border-top: 1px solid var(--iron-200);
  display: flex; justify-content: space-between; align-items: center; gap: 16px;
}
.modal__foot small { font-size: 11px; color: var(--fg-3); }

.modal__sent {
  text-align: center; padding: 24px 0 12px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
}
.modal__sent svg { color: var(--success); }
.modal__sent-title {
  font-family: var(--font-heading); font-weight: 700;
  font-size: 28px; letter-spacing: 0.03em; text-transform: uppercase;
  margin: 6px 0 0; color: var(--iron-900);
}
.modal__sent-body { font-size: 15px; color: var(--fg-2); margin: 0; max-width: 40ch; line-height: 1.6; }

/* ============================================================
   IRONHEAD — multi-page additions (home / services / contact)
   ============================================================ */

/* ---- Tweak hooks ---------------------------------------- */
/* Primary CTA → ember torch */
[data-cta="ember"] .btn--primary          { background: var(--ember-500); color: var(--bone-50); }
[data-cta="ember"] .btn--primary:hover    { background: var(--ember-600); box-shadow: 0 0 0 1px var(--ember-400), 0 0 24px rgba(226,90,45,0.45); }
[data-cta="ember"] .svc__link:hover,
[data-cta="ember"] .work-row__tag,
[data-cta="ember"] .svc-detail__tag       { color: var(--ember-600); }

/* Chamfered corners */
[data-corners="chamfer"] { --r-4: 8px; }
[data-corners="chamfer"] .svc,
[data-corners="chamfer"] .svc-detail,
[data-corners="chamfer"] .work-row__photo,
[data-corners="chamfer"] .contact-card,
[data-corners="chamfer"] .modal__panel,
[data-corners="chamfer"] image-slot { border-radius: 8px; }

/* ---- Active nav state ----------------------------------- */
.site-nav a.is-active { color: var(--spark-400); }
.site-nav a.is-active::after {
  content: ''; display: block; height: 2px; margin-top: 5px;
  background: var(--spark-500);
}

/* ---- Mobile nav toggle ---------------------------------- */
.site-header__menu {
  display: none;
  background: none; border: 1px solid var(--iron-600);
  color: var(--bone-50); width: 42px; height: 42px;
  cursor: pointer; place-items: center; border-radius: var(--r-4);
}
.mobile-nav {
  position: fixed; inset: 0; z-index: 60;
  background: rgba(11,16,24,0.96);
  backdrop-filter: blur(8px);
  display: flex; flex-direction: column;
  padding: 96px 32px 32px;
  animation: fade-in 200ms var(--ease-out);
}
.mobile-nav a {
  font-family: var(--font-heading); font-weight: 600;
  font-size: 28px; letter-spacing: 0.04em; text-transform: uppercase;
  color: var(--bone-50); text-decoration: none;
  padding: 18px 0; border-bottom: 1px solid var(--iron-700);
}
.mobile-nav a.is-active { color: var(--spark-400); }
.mobile-nav__close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: 0; color: var(--bone-50); cursor: pointer;
}
.mobile-nav__foot {
  margin-top: auto; display: flex; flex-direction: column; gap: 8px;
  font-family: var(--font-mono); font-size: 14px; color: var(--iron-300);
}
.mobile-nav__foot a { font-size: 14px; border: 0; padding: 4px 0; color: var(--spark-400); font-family: var(--font-mono); letter-spacing: 0; }

/* ---- Hero photo slot ------------------------------------ */
.hero__photo {
  position: absolute; inset: 0; width: 100%; height: 100%;
  border: 0;
}
.hero__photo::part(empty) { background: var(--iron-900); }
.hero__wash {
  position: absolute; inset: 0; pointer-events: none;
  background:
    linear-gradient(180deg, rgba(11,16,24,0.55) 0%, transparent 30%, transparent 55%, var(--iron-950) 100%),
    linear-gradient(90deg, rgba(11,16,24,0.85) 0%, rgba(11,16,24,0.4) 50%, rgba(11,16,24,0.25) 100%);
}

/* ---- Generic page header (services / contact) ----------- */
.page-head {
  position: relative; overflow: hidden;
  background: var(--iron-950); color: var(--bone-50);
  padding: 168px 0 72px;
  border-bottom: 1px solid var(--iron-700);
}
.page-head__bg {
  position: absolute; inset: 0; pointer-events: none;
  background:
    repeating-linear-gradient(115deg, rgba(255,255,255,0.03) 0 1px, transparent 1px 9px),
    radial-gradient(ellipse at 85% 20%, rgba(130,176,214,0.16) 0%, transparent 55%),
    linear-gradient(180deg, var(--iron-950) 0%, var(--iron-900) 100%);
}
.page-head__inner { position: relative; max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.page-head h1 {
  color: var(--bone-50); font-family: var(--font-heading); font-weight: 700;
  font-size: clamp(40px, 6vw, 76px); line-height: 1.02;
  letter-spacing: 0.01em; margin: 16px 0 18px; max-width: 18ch;
}
.page-head__lead { font-size: 18px; line-height: 1.7; color: var(--iron-300); max-width: 58ch; margin: 0; }
.page-head__crumb {
  font-family: var(--font-mono); font-size: 12px; color: var(--iron-400);
  letter-spacing: 0.04em;
}
.page-head__crumb a { color: var(--iron-400); text-decoration: none; }
.page-head__crumb a:hover { color: var(--spark-400); }

/* ---- About band (home) ---------------------------------- */
.about { padding: 76px 0; background: var(--bone-50); }
.about__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 1fr 1.15fr; gap: 72px; align-items: center;
}
.about__copy .h2 { color: var(--iron-900); margin: 14px 0 20px; }
.about__copy p { font-size: 17px; line-height: 1.75; color: var(--fg-2); margin: 0 0 18px; max-width: 52ch; }
.about__sig {
  display: flex; align-items: center; gap: 14px; margin-top: 28px;
  font-family: var(--font-mono); font-size: 13px; color: var(--fg-3);
}
.about__sig img { width: 56px; height: 56px; object-fit: contain; }
.about__visual {
  position: relative; aspect-ratio: 5/4;
  border: 1px solid var(--iron-200);
}
.about__visual image-slot { width: 100%; height: 100%; }
.about__visual-tag {
  position: absolute; left: 0; bottom: 0; z-index: 2;
  background: var(--iron-900); color: var(--bone-50);
  font-family: var(--font-mono); font-size: 12px; letter-spacing: 0.04em;
  padding: 10px 16px;
}

/* ---- Services teaser (home, 5-up) ----------------------- */
.svc-teaser { padding: 76px 0; background: var(--white); }
.svc-teaser__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.svc-teaser__head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 32px; margin-bottom: 48px; flex-wrap: wrap;
}
.svc-teaser__head .h2 { color: var(--iron-900); margin: 14px 0 0; }
.svc-teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 4px; background: var(--white); border: none; }
.svc-tile {
  background: var(--iron-800); padding: 32px 28px;
  display: flex; flex-direction: column; gap: 14px; min-height: 220px;
  text-decoration: none; color: var(--bone-50);
  transition: background var(--dur) var(--ease-out), transform var(--dur) var(--ease-out);
  position: relative;
}
.svc-tile:hover { background: var(--iron-700); }
.svc-tile:hover .svc-tile__title { color: var(--spark-700); }
.svc-tile__num { font-family: var(--font-mono); font-size: 11px; color: var(--spark-700); letter-spacing: 0.05em; }
.svc-tile__icon { color: var(--bone-200); }
.svc-tile__title {
  font-family: var(--font-heading); font-weight: 600; font-size: 20px;
  letter-spacing: 0.03em; text-transform: uppercase; color: var(--bone-50);
  margin: 0; transition: color var(--dur);
}
.svc-tile__body { font-size: 14px; line-height: 1.6; color: var(--iron-300); margin: 0; }
.svc-tile__more {
  margin-top: auto; font-family: var(--font-heading); font-weight: 600;
  font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--iron-900);
  display: inline-flex; align-items: center; gap: 8px; transition: gap var(--dur); color: var(--bone-50);
}
.svc-tile:hover .svc-tile__more { gap: 12px; color: var(--spark-700); }

/* ---- Services detail page ------------------------------- */
.svc-list { padding: 96px 0; background: var(--bone-50); }
.svc-list__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; display: flex; flex-direction: column; gap: 0; }
.svc-detail {
  display: grid; grid-template-columns: 1fr 1.05fr; gap: 56px; align-items: center;
  padding: 64px 0; border-top: 1px solid var(--iron-200);
}
.svc-detail:first-child { border-top: 0; }
.svc-detail--alt .svc-detail__media { order: 2; }
.svc-detail__media {
  position: relative; aspect-ratio: 4/3; border: 1px solid var(--iron-200); overflow: hidden;
}
.svc-detail__media image-slot { width: 100%; height: 100%; }
.svc-detail__badge {
  position: absolute; left: 0; top: 0; z-index: 2;
  font-family: var(--font-display); font-weight: 900; font-size: 22px;
  background: var(--iron-900); color: var(--spark-400);
  width: 56px; height: 56px; display: grid; place-items: center;
}
.svc-detail__tag { font-family: var(--font-mono); font-size: 12px; color: var(--spark-700); letter-spacing: 0.04em; margin-bottom: 12px; }
.svc-detail__title {
  font-family: var(--font-heading); font-weight: 700; font-size: clamp(28px, 3.4vw, 44px);
  letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.05;
  color: var(--iron-900); margin: 0 0 18px;
}
.svc-detail__body { font-size: 16px; line-height: 1.7; color: var(--fg-2); margin: 0 0 24px; max-width: 52ch; }
.svc-detail__caps { list-style: none; padding: 0; margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.svc-detail__caps li {
  display: flex; align-items: flex-start; gap: 10px;
  font-size: 14px; color: var(--fg); line-height: 1.5;
}
.svc-detail__caps svg { color: var(--spark-600); flex: 0 0 auto; margin-top: 2px; }

/* ---- Capabilities strip --------------------------------- */
.caps-strip { background: var(--iron-900); color: var(--bone-50); padding: 64px 0; }
.caps-strip__inner { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.caps-strip__head { margin-bottom: 36px; }
.caps-strip__head .eyebrow { color: var(--spark-400); }
.caps-strip__head h2 {
  font-family: var(--font-heading); font-weight: 700; color: var(--bone-50);
  font-size: 32px; letter-spacing: 0.02em; margin: 12px 0 0;
}
.caps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--iron-700); border: 1px solid var(--iron-700); }
.caps-cell { background: var(--iron-900); padding: 22px 20px; }
.caps-cell__k { font-family: var(--font-heading); font-weight: 600; font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone-50); margin: 0 0 8px; display: flex; align-items: center; gap: 8px; }
.caps-cell__k svg { color: var(--spark-400); }
.caps-cell__v { font-family: var(--font-mono); font-size: 12px; line-height: 1.7; color: var(--iron-300); margin: 0; }

/* ---- Contact page --------------------------------------- */
.contact { padding: 88px 0 110px; background: var(--bone-50); }
.contact__inner {
  max-width: 1200px; margin: 0 auto; padding: 0 32px;
  display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 64px; align-items: start;
}
.contact__inner--solo {
  grid-template-columns: 1fr; max-width: 720px; gap: 0;
}
.contact__info { display: flex; flex-direction: column; }
.contact__cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin: 4px 0 28px; }
.contact-card {
  border: 1px solid var(--iron-200); background: var(--white);
  padding: 0; margin-bottom: 24px;
}
.contact-card__row {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 22px 24px; border-bottom: 1px solid var(--iron-200);
}
.contact-card__row:last-child { border-bottom: 0; }
.contact-card__ic {
  flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center;
  background: var(--iron-900); color: var(--spark-400);
}
.contact-card__k { font-family: var(--font-heading); font-weight: 600; font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--fg-3); margin: 0 0 4px; }
.contact-card__v { font-size: 16px; color: var(--iron-900); margin: 0; line-height: 1.45; }
.contact-card__v a { color: var(--iron-900); text-decoration: none; }
.contact-card__v a:hover { color: var(--spark-700); }
.contact-card__v.mono { font-family: var(--font-mono); font-size: 18px; font-weight: 600; }
.contact__socials { display: flex; gap: 12px; margin-top: 4px; }
.contact__socials a {
  width: 46px; height: 46px; display: inline-grid; place-items: center;
  border: 1px solid var(--iron-200); color: var(--iron-800); background: var(--white);
  text-decoration: none; transition: border-color var(--dur), color var(--dur), transform var(--dur);
}
.contact__socials a:hover { border-color: var(--iron-800); color: var(--spark-700); transform: translateY(-2px); }

/* Quote form panel (contact page) */
.quoteform {
  border: 2px solid var(--iron-800); background: var(--white); padding: 40px;
}
.quoteform__eyebrow { color: var(--spark-700); }
.quoteform__title {
  font-family: var(--font-heading); font-weight: 700; font-size: 34px;
  letter-spacing: 0.02em; text-transform: uppercase; line-height: 1.05;
  color: var(--iron-900); margin: 10px 0 8px;
}
.quoteform__lead { font-size: 15px; color: var(--fg-2); margin: 0 0 26px; line-height: 1.6; }
.quoteform__foot {
  margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--iron-200);
  display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap;
}
.quoteform__foot small { font-size: 12px; color: var(--fg-3); }
.quoteform__sent {
  text-align: center; padding: 48px 0; display: flex; flex-direction: column;
  align-items: center; gap: 14px;
}
.quoteform__sent svg { color: var(--success); }
.quoteform__sent h3 {
  font-family: var(--font-heading); font-weight: 700; font-size: 30px;
  letter-spacing: 0.03em; text-transform: uppercase; margin: 8px 0 0; color: var(--iron-900);
}
.quoteform__sent p { font-size: 16px; color: var(--fg-2); margin: 0; max-width: 38ch; line-height: 1.6; }

/* ---- Responsive ----------------------------------------- */
@media (max-width: 920px) {
  .site-nav { display: none; }
  .site-header__phone { display: none; }
  .site-header__actions .btn { display: none; }
  .site-header__menu { display: grid; }
  .hero { padding: 140px 0 80px; min-height: 0; }
  .services__grid { grid-template-columns: repeat(2, 1fr); }
  .work-row, .work-row--alt { grid-template-columns: 1fr; gap: 24px; }
  .work-row--alt .work-row__photo { order: 0; }
  .quotecta__inner { grid-template-columns: 1fr; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .formgrid { grid-template-columns: 1fr; }

  .about__inner { grid-template-columns: 1fr; gap: 40px; }
  .svc-teaser__grid { grid-template-columns: 1fr 1fr; }
  .svc-detail, .svc-detail--alt { grid-template-columns: 1fr; gap: 28px; }
  .svc-detail--alt .svc-detail__media { order: 0; }
  .svc-detail__caps { grid-template-columns: 1fr; }
  .caps-grid { grid-template-columns: 1fr 1fr; }
  .contact__inner { grid-template-columns: 1fr; gap: 40px; }
  .page-head { padding: 132px 0 56px; }
  .quoteform { padding: 28px 22px; }
}
@media (max-width: 560px) {
  .svc-teaser__grid { grid-template-columns: 1fr; }
  .caps-grid { grid-template-columns: 1fr; }
  .container, .hero__inner, .about__inner, .svc-teaser__inner, .svc-list__inner, .contact__inner, .page-head__inner { padding-left: 22px; padding-right: 22px; }
}

/* Last-row centering for service tiles */
.svc-teaser__last-row {
  grid-column: 1 / -1;
  display: flex;
  justify-content: center;
  gap: 4px;
  background: var(--white);
}
.svc-teaser__last-row .svc-tile {
  width: calc(33.333% - 1px);
  flex-shrink: 0;
}
