/* =========================================================
   SIGNAL — Werbetechnik & Beschriftung Zürich (Demo)
   Bold typographic · industrial · high-contrast
   ========================================================= */

/* ---------- Tokens ---------- */
:root {
  --paper: #f5f5f2;
  --ink: #111111;
  --ink-soft: #2a2a28;
  --yellow: #ffd400;
  --grey: #6b6b66;
  --line: #d9d9d3;
  --line-dark: #333330;

  --max: 1240px;
  --gutter: clamp(1.25rem, 4vw, 3.5rem);
  --radius: 2px;

  --ff-display: "Archivo", "Arial Narrow", system-ui, sans-serif;
  --ff-body: "Inter", system-ui, -apple-system, Segoe UI, Roboto, sans-serif;

  --step: cubic-bezier(0.16, 1, 0.3, 1);
  --header-h: 74px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
body {
  margin: 0;
  font-family: var(--ff-body);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.6;
  font-size: clamp(1rem, 0.96rem + 0.2vw, 1.075rem);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

/* ---------- Focus / a11y ---------- */
:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 3px;
}
.skip-link {
  position: absolute;
  left: 1rem; top: -60px;
  background: var(--ink);
  color: var(--yellow);
  padding: 0.75rem 1.25rem;
  z-index: 1000;
  font-weight: 800;
  transition: top 0.2s var(--step);
}
.skip-link:focus { top: 1rem; }
.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;
}

/* ---------- Typography ---------- */
.display {
  font-family: var(--ff-display);
  font-weight: 900;
  line-height: 0.92;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0;
}
h1, h2, h3 { font-family: var(--ff-display); font-weight: 800; line-height: 1; letter-spacing: -0.015em; margin: 0 0 0.4em; }
h1 { text-transform: uppercase; }
p { margin: 0 0 1.1em; }
.lead {
  font-size: clamp(1.15rem, 1rem + 0.7vw, 1.5rem);
  line-height: 1.45;
  color: var(--ink-soft);
  max-width: 42ch;
}

.mark { background: var(--yellow); color: var(--ink); padding: 0 0.12em; box-decoration-break: clone; -webkit-box-decoration-break: clone; }
.tape {
  display: inline-block;
  background: var(--yellow);
  color: var(--ink);
  font-family: var(--ff-display);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  padding: 0.35em 0.85em;
  transform: rotate(-1.4deg);
}

/* ---------- Layout ---------- */
.wrap { width: 100%; max-width: var(--max); margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(3.5rem, 8vw, 7rem); }
.section--dark { background: var(--ink); color: var(--paper); }
.section--dark h1, .section--dark h2, .section--dark h3 { color: var(--paper); }
.section--tight { padding-block: clamp(2.5rem, 5vw, 4rem); }

.section-head { max-width: 60ch; margin-bottom: clamp(2rem, 4vw, 3.25rem); }
.section-head .eyebrow { margin-bottom: 1rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--ff-display);
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.16em; font-size: 0.78rem;
  color: var(--ink-soft);
}
.section--dark .eyebrow { color: var(--yellow); }
.eyebrow::before { content: ""; width: 34px; height: 3px; background: var(--yellow); display: inline-block; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: color-mix(in srgb, var(--paper) 88%, transparent);
  backdrop-filter: blur(10px);
  border-bottom: 2px solid var(--ink);
  transition: transform 0.35s var(--step), box-shadow 0.3s var(--step);
}
.site-header.is-hidden { transform: translateY(-100%); }
.site-header.is-scrolled { box-shadow: 0 6px 24px rgba(0,0,0,0.09); }
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: var(--header-h);
}
.brand {
  font-family: var(--ff-display);
  font-weight: 900; font-size: 1.6rem;
  text-transform: uppercase; letter-spacing: -0.01em;
  display: inline-flex; align-items: center; gap: 0.5rem;
}
.brand .dot { width: 0.55rem; height: 0.55rem; background: var(--yellow); border-radius: 50%; display: inline-block; box-shadow: 0 0 0 3px var(--ink); }
.brand:hover .dot { animation: pulse 1s var(--step) infinite; }
@keyframes pulse { 50% { transform: scale(1.5); } }
@media (prefers-reduced-motion: reduce) { .brand:hover .dot { animation: none; } }

.nav-desktop ul { display: flex; gap: clamp(1rem, 2vw, 2rem); align-items: center; }
.nav-desktop a {
  font-family: var(--ff-display);
  font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.04em; font-size: 0.92rem;
  padding: 0.4rem 0; position: relative;
}
.nav-desktop a::after {
  content: ""; position: absolute; left: 0; bottom: -2px;
  width: 100%; height: 3px; background: var(--yellow);
  transform: scaleX(0); transform-origin: left;
  transition: transform 0.28s var(--step);
}
.nav-desktop a:hover::after, .nav-desktop a:focus-visible::after { transform: scaleX(1); }
.nav-desktop a[aria-current="page"] { color: var(--ink); }
.nav-desktop a[aria-current="page"]::after { transform: scaleX(1); }

.header-cta {
  display: inline-flex; align-items: center;
  background: var(--ink); color: var(--paper);
  font-family: var(--ff-display); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.03em;
  font-size: 0.85rem; padding: 0.7rem 1.15rem;
  transition: background 0.2s var(--step), color 0.2s var(--step);
}
.header-cta:hover { background: var(--yellow); color: var(--ink); }

/* Hamburger */
.burger {
  display: none; background: none; border: 0;
  width: 46px; height: 46px; position: relative; z-index: 210;
}
.burger span {
  position: absolute; left: 9px; right: 9px; height: 3px;
  background: var(--ink); transition: transform 0.3s var(--step), opacity 0.2s var(--step);
}
.burger span:nth-child(1) { top: 15px; }
.burger span:nth-child(2) { top: 22px; }
.burger span:nth-child(3) { top: 29px; }
.burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.burger[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile overlay */
.nav-mobile {
  position: fixed; inset: 0; z-index: 200;
  background: var(--ink); color: var(--paper);
  display: flex; flex-direction: column; justify-content: center;
  padding: var(--gutter);
  transform: translateY(-100%);
  transition: transform 0.5s var(--step);
  visibility: hidden;
}
.nav-mobile.is-open { transform: translateY(0); visibility: visible; }
.nav-mobile ul { display: flex; flex-direction: column; gap: 0.35rem; }
.nav-mobile a {
  font-family: var(--ff-display); font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.01em;
  font-size: clamp(2.2rem, 11vw, 3.75rem); line-height: 1.05;
  color: var(--paper);
  display: inline-block;
  transition: color 0.2s var(--step), transform 0.3s var(--step);
}
.nav-mobile a:hover, .nav-mobile a:focus-visible { color: var(--yellow); transform: translateX(10px); }
.nav-mobile a[aria-current="page"] { color: var(--yellow); }
.nav-mobile .m-foot { margin-top: 2.5rem; color: var(--grey); font-family: var(--ff-body); font-size: 0.95rem; }
.nav-mobile .m-foot a { font-family: var(--ff-body); font-size: 1rem; text-transform: none; letter-spacing: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-family: var(--ff-display); font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.03em;
  padding: 0.95rem 1.7rem; font-size: 0.98rem;
  border: 2px solid var(--ink); background: var(--ink); color: var(--paper);
  transition: transform 0.2s var(--step), background 0.2s var(--step), color 0.2s var(--step), box-shadow 0.2s var(--step);
}
.btn .arrow { transition: transform 0.25s var(--step); }
.btn:hover { background: var(--yellow); color: var(--ink); transform: translateY(-3px); box-shadow: 0 10px 0 -2px var(--ink); }
.btn:hover .arrow { transform: translateX(5px); }
.btn--yellow { background: var(--yellow); color: var(--ink); border-color: var(--ink); }
.btn--yellow:hover { background: var(--ink); color: var(--yellow); }
.btn--ghost { background: transparent; color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--paper); box-shadow: none; }
.section--dark .btn--ghost { color: var(--paper); border-color: var(--paper); }
.section--dark .btn--ghost:hover { background: var(--yellow); color: var(--ink); border-color: var(--yellow); }

/* ---------- Hero ---------- */
.hero { position: relative; padding-block: clamp(3rem, 7vw, 6rem) clamp(3rem, 8vw, 7rem); overflow: hidden; }
.hero-grid { display: grid; gap: clamp(2rem, 4vw, 3.5rem); grid-template-columns: 1.05fr 0.95fr; align-items: center; }
.hero-title {
  font-family: var(--ff-display); font-weight: 900;
  text-transform: uppercase; line-height: 0.86;
  letter-spacing: -0.03em;
  font-size: clamp(3.4rem, 13vw, 9.5rem);
  margin: 0.4rem 0 0.5rem;
}
.hero-title .row { display: block; overflow: hidden; }
.hero-title .row span { display: inline-block; }
.hero-title .hl { color: var(--yellow); -webkit-text-stroke: 2px var(--ink); }
.hero-sub { max-width: 40ch; margin-top: 1.4rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 1.8rem; }
.hero-media { position: relative; }
.hero-media .frame {
  border: 3px solid var(--ink);
  aspect-ratio: 4/5;
  overflow: hidden;
  box-shadow: 14px 14px 0 var(--yellow);
}
.hero-media img { width: 100%; height: 100%; object-fit: cover; }
.hero-badge {
  position: absolute; left: -14px; bottom: 28px;
  background: var(--yellow); color: var(--ink);
  font-family: var(--ff-display); font-weight: 900;
  text-transform: uppercase; letter-spacing: 0.02em;
  padding: 0.7rem 1.1rem; font-size: 0.95rem;
  border: 3px solid var(--ink);
  transform: rotate(-3deg);
}

/* ---------- Marquee ---------- */
.marquee {
  background: var(--ink); color: var(--yellow);
  border-block: 3px solid var(--ink);
  overflow: hidden; padding-block: 0.7rem;
  --marquee-speed: 26s;
}
.marquee--paper { background: var(--yellow); color: var(--ink); }
.marquee__track {
  display: flex; width: max-content;
  animation: marquee var(--marquee-speed) linear infinite;
  will-change: transform;
}
.marquee:hover .marquee__track { animation-play-state: paused; }
.marquee__track span {
  font-family: var(--ff-display); font-weight: 900;
  text-transform: uppercase; letter-spacing: -0.01em;
  font-size: clamp(1.6rem, 4.5vw, 3rem);
  padding-inline: 1.5rem;
  display: inline-flex; align-items: center; gap: 1.5rem;
  white-space: nowrap;
}
.marquee__track span::after { content: "◆"; color: var(--yellow); font-size: 0.6em; }
.marquee--paper .marquee__track span::after { color: var(--ink); }
@keyframes marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) {
  .marquee__track { animation: none; flex-wrap: wrap; width: 100%; justify-content: center; }
}

/* ---------- USP / stats ---------- */
.usp-grid { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); border: 2px solid var(--line-dark); }
.section--dark .usp-grid { border-color: var(--line-dark); }
.usp {
  padding: clamp(1.5rem, 3vw, 2.4rem);
  border-right: 2px solid var(--line-dark);
}
.usp:last-child { border-right: 0; }
.usp .num {
  font-family: var(--ff-display); font-weight: 900;
  font-size: clamp(2.4rem, 5vw, 3.6rem); line-height: 1;
  color: var(--yellow); -webkit-text-stroke: 1.5px var(--paper);
  display: block;
}
.section--dark .usp .num { -webkit-text-stroke: 1.5px var(--paper); }
.usp .lbl { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.82rem; margin-top: 0.6rem; }
.usp .desc { color: var(--grey); font-size: 0.9rem; margin: 0.35rem 0 0; }
.section--dark .usp .desc { color: #a5a5a0; }

/* ---------- Services ---------- */
.svc-list { display: grid; gap: 0; border-top: 2px solid var(--ink); }
.svc {
  display: grid; grid-template-columns: 5rem 1fr auto; gap: clamp(1rem, 3vw, 2.5rem);
  align-items: center;
  padding: clamp(1.5rem, 3.2vw, 2.4rem) 0;
  border-bottom: 2px solid var(--ink);
  position: relative;
}
.svc .idx { font-family: var(--ff-display); font-weight: 800; font-size: 1.1rem; color: var(--grey); }
.svc .svc-body h3 { font-size: clamp(1.6rem, 4.5vw, 2.6rem); margin: 0 0 0.25em; transition: transform 0.3s var(--step); }
.svc .svc-body p { margin: 0; color: var(--ink-soft); max-width: 55ch; }
.svc .svc-go {
  width: 3.2rem; height: 3.2rem; flex: none;
  display: grid; place-items: center;
  border: 2px solid var(--ink); border-radius: 50%;
  font-size: 1.2rem; transition: background 0.25s var(--step), color 0.25s var(--step), transform 0.25s var(--step);
}
.svc:hover .svc-body h3 { transform: translateX(12px); }
.svc:hover .svc-go { background: var(--yellow); transform: rotate(-45deg) scale(1.05); }

/* ---------- Cards / teasers ---------- */
.card-grid { display: grid; gap: clamp(1.25rem, 2.5vw, 1.75rem); grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
.card {
  border: 2px solid var(--ink); background: var(--paper);
  padding: clamp(1.4rem, 3vw, 2rem);
  display: flex; flex-direction: column;
  transition: transform 0.3s var(--step), box-shadow 0.3s var(--step), background 0.3s var(--step);
}
.card:hover { transform: translateY(-6px); box-shadow: 10px 10px 0 var(--yellow); }
.card .k { font-family: var(--ff-display); font-weight: 800; font-size: 0.85rem; color: var(--grey); text-transform: uppercase; letter-spacing: 0.08em; }
.card h3 { font-size: clamp(1.35rem, 3vw, 1.7rem); margin: 0.5rem 0 0.5rem; }
.card p { margin: 0; color: var(--ink-soft); font-size: 0.97rem; }
.card ul.ticks { margin-top: 1rem; display: grid; gap: 0.5rem; }
.card ul.ticks li { position: relative; padding-left: 1.6rem; font-size: 0.94rem; }
.card ul.ticks li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 0.8rem; height: 0.8rem; background: var(--yellow); border: 1.5px solid var(--ink); }

/* ---------- Split / feature ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; }
.split.reverse .split-media { order: 2; }
.split-media .frame { border: 3px solid var(--ink); overflow: hidden; aspect-ratio: 4/3; }
.split-media img { width: 100%; height: 100%; object-fit: cover; }
.split-media.offset .frame { box-shadow: -14px 14px 0 var(--yellow); }

/* ---------- Gallery ---------- */
.gallery { display: grid; gap: clamp(0.75rem, 1.5vw, 1.1rem); grid-template-columns: repeat(3, 1fr); }
.gallery .tall { grid-row: span 2; }
.g-item {
  position: relative; overflow: hidden; border: 2px solid var(--ink);
  aspect-ratio: 4/3; background: var(--ink);
}
.g-item.tall { aspect-ratio: 4/5.4; }
.g-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--step); }
.g-item:hover img { transform: scale(1.06); }
.g-cap {
  position: absolute; inset: auto 0 0 0;
  background: linear-gradient(to top, rgba(0,0,0,0.82), rgba(0,0,0,0));
  color: var(--paper); padding: 1.6rem 1.1rem 1rem;
  transform: translateY(8px); opacity: 0;
  transition: transform 0.35s var(--step), opacity 0.35s var(--step);
}
.g-item:hover .g-cap, .g-item:focus-within .g-cap { transform: translateY(0); opacity: 1; }
.g-cap .t { font-family: var(--ff-display); font-weight: 800; text-transform: uppercase; font-size: 1.05rem; display: block; }
.g-cap .s { font-size: 0.85rem; color: var(--yellow); }

/* ---------- Process ---------- */
.steps { display: grid; gap: 0; grid-template-columns: repeat(4, 1fr); counter-reset: step; }
.step { padding: clamp(1.4rem, 3vw, 2rem); border-left: 2px solid var(--line-dark); }
.step:first-child { border-left: 0; }
.section--dark .step { border-color: var(--line-dark); }
.step .n {
  font-family: var(--ff-display); font-weight: 900; font-size: 2.4rem;
  color: var(--yellow); line-height: 1;
}
.step h3 { font-size: 1.25rem; margin: 0.5rem 0 0.4rem; }
.step p { margin: 0; color: #a5a5a0; font-size: 0.94rem; }

/* ---------- Team ---------- */
.team-grid { display: grid; gap: clamp(1.25rem, 2.5vw, 1.75rem); grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
.member { border: 2px solid var(--ink); padding: 1.5rem; transition: box-shadow 0.3s var(--step); }
.member:hover { box-shadow: 8px 8px 0 var(--yellow); }
.member .ava {
  width: 100%; aspect-ratio: 1; margin-bottom: 1.1rem;
  background: var(--ink); color: var(--yellow);
  display: grid; place-items: center;
  font-family: var(--ff-display); font-weight: 900; font-size: 3rem;
  border: 2px solid var(--ink);
}
.member h3 { font-size: 1.3rem; margin: 0 0 0.15rem; }
.member .role { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; color: var(--grey); }
.member p { margin: 0.8rem 0 0; font-size: 0.94rem; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band { background: var(--yellow); color: var(--ink); text-align: center; }
.cta-band h2 { font-size: clamp(2.4rem, 8vw, 5.5rem); text-transform: uppercase; }
.cta-band p { max-width: 46ch; margin-inline: auto; font-size: 1.1rem; }
.cta-band .btn { border-color: var(--ink); }

/* ---------- Contact / forms ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.form { display: grid; gap: 1.1rem; }
.field { display: grid; gap: 0.4rem; }
.field label { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; font-size: 0.82rem; }
.field .req { color: var(--grey); font-weight: 400; text-transform: none; letter-spacing: 0; }
.field input, .field select, .field textarea {
  font: inherit; padding: 0.85rem 1rem;
  border: 2px solid var(--ink); background: var(--paper); color: var(--ink);
  border-radius: var(--radius); width: 100%;
  transition: box-shadow 0.2s var(--step), border-color 0.2s var(--step);
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--ink);
  box-shadow: inset 0 -4px 0 var(--yellow);
}
.field.row-2 { grid-template-columns: 1fr 1fr; gap: 1.1rem; }
@media (max-width: 560px) { .field.row-2 { grid-template-columns: 1fr; } }
.form-note { font-size: 0.85rem; color: var(--grey); }
.form-status { font-weight: 700; padding: 0.9rem 1.1rem; border: 2px solid var(--ink); background: var(--yellow); display: none; }
.form-status.is-visible { display: block; }

.info-block { display: grid; gap: 1.6rem; }
.info-item { border-top: 2px solid var(--ink); padding-top: 1rem; }
.info-item .k { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; color: var(--grey); }
.info-item .v { font-size: 1.05rem; margin-top: 0.2rem; }
.info-item a:hover { color: var(--ink); border-bottom: 2px solid var(--yellow); }

.map-placeholder {
  border: 3px solid var(--ink); aspect-ratio: 16/9;
  background:
    repeating-linear-gradient(45deg, transparent 0 22px, rgba(17,17,17,0.05) 22px 24px),
    var(--paper);
  position: relative; display: grid; place-items: center; overflow: hidden;
}
.map-placeholder::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px);
  background-size: 44px 44px; opacity: 0.7;
}
.map-pin {
  position: relative; z-index: 2; text-align: center;
  font-family: var(--ff-display); font-weight: 800; text-transform: uppercase;
}
.map-pin .marker { width: 20px; height: 20px; background: var(--yellow); border: 3px solid var(--ink); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); margin: 0 auto 0.75rem; }

/* ---------- Page hero (inner) ---------- */
.page-hero { border-bottom: 3px solid var(--ink); padding-block: clamp(3rem, 7vw, 5rem) clamp(2rem, 4vw, 3rem); }
.page-hero .display { font-size: clamp(3rem, 11vw, 8rem); }
.breadcrumb { display: flex; gap: 0.5rem; align-items: center; font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.78rem; color: var(--grey); margin-bottom: 1rem; }
.breadcrumb a:hover { color: var(--ink); }
.breadcrumb .sep { color: var(--yellow); }

/* ---------- Detail service block ---------- */
.svc-detail { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: clamp(2rem, 5vw, 4rem); align-items: center; padding-block: clamp(2.5rem, 5vw, 4rem); border-bottom: 2px solid var(--ink); }
.svc-detail.reverse .svc-detail-media { order: 2; }
.svc-detail-media .frame { border: 3px solid var(--ink); overflow: hidden; aspect-ratio: 4/3; box-shadow: 12px 12px 0 var(--yellow); }
.svc-detail-media img { width: 100%; height: 100%; object-fit: cover; }
.svc-detail .big-idx { font-family: var(--ff-display); font-weight: 900; font-size: clamp(3rem, 8vw, 5.5rem); color: var(--yellow); -webkit-text-stroke: 2px var(--ink); line-height: 1; }
.svc-detail h2 { font-size: clamp(1.9rem, 5vw, 3rem); margin: 0.3rem 0 0.6rem; }
.svc-detail ul.ticks { margin-top: 1.2rem; display: grid; gap: 0.55rem; }
.svc-detail ul.ticks li { position: relative; padding-left: 1.7rem; }
.svc-detail ul.ticks li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 0.85rem; height: 0.85rem; background: var(--yellow); border: 1.5px solid var(--ink); }

/* ---------- Reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--step), transform 0.7s var(--step); }
.reveal.is-in { opacity: 1; transform: none; }
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
}

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: var(--paper); padding-block: clamp(3rem, 6vw, 4.5rem) 2rem; border-top: 4px solid var(--yellow); }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: clamp(1.75rem, 4vw, 3rem); margin-bottom: 2.5rem; }
.footer-brand .brand { color: var(--paper); font-size: 2.4rem; }
.footer-brand p { color: #a5a5a0; max-width: 34ch; margin-top: 1rem; }
.footer-col h4 { font-family: var(--ff-display); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.82rem; color: var(--yellow); margin: 0 0 1rem; }
.footer-col ul { display: grid; gap: 0.55rem; }
.footer-col a { color: #d3d3ce; font-size: 0.97rem; }
.footer-col a:hover { color: var(--yellow); }
.footer-bottom {
  border-top: 1px solid var(--line-dark); padding-top: 1.5rem;
  display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; justify-content: space-between; align-items: center;
  color: #8f8f8a; font-size: 0.88rem;
}
.footer-bottom .credit { font-weight: 600; }

/* ---------- Responsive ---------- */
@media (max-width: 960px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { max-width: 460px; }
  .split, .contact-grid, .svc-detail { grid-template-columns: 1fr; }
  .split.reverse .split-media, .svc-detail.reverse .svc-detail-media { order: 0; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .usp:nth-child(2) { border-right: 0; }
  .usp:nth-child(-n+2) { border-bottom: 2px solid var(--line-dark); }
  .steps { grid-template-columns: 1fr 1fr; }
  .step:nth-child(3) { border-left: 0; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  .nav-desktop, .header-cta { display: none; }
  .burger { display: block; }
  .gallery { grid-template-columns: 1fr 1fr; }
  .g-item.tall { grid-row: auto; aspect-ratio: 4/3; }
  .svc { grid-template-columns: 1fr auto; }
  .svc .idx { display: none; }
}
@media (max-width: 480px) {
  .usp-grid { grid-template-columns: 1fr; }
  .usp { border-right: 0; border-bottom: 2px solid var(--line-dark); }
  .usp:last-child { border-bottom: 0; }
  .steps { grid-template-columns: 1fr; }
  .step { border-left: 0; border-top: 2px solid var(--line-dark); }
  .step:first-child { border-top: 0; }
  .gallery { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
}
