:root {
  --ink: #090909;
  --paper: #fffdf8;
  --warm: #f3eee5;
  --muted: #5a5751;
  --line: #ddd5c8;
  --cyan: #05c7f2;
  --red: #d83b31;
  --gold: #f6c84c;
  --white: #ffffff;
  --shadow: 0 18px 46px rgba(9, 9, 9, .10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

body::selection {
  background: var(--cyan);
  color: var(--ink);
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -60px;
  z-index: 20;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 4px;
  transition: top .2s ease;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: grid;
  grid-template-columns: minmax(150px, 280px) 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 92px;
  padding: 6px clamp(18px, 4vw, 56px);
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid rgba(9, 9, 9, .12);
  backdrop-filter: blur(16px);
}

.brand {
  display: block;
  width: clamp(150px, 24vw, 280px);
  text-decoration: none;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 62px;
  object-fit: contain;
  object-position: center;
  margin: 0 auto;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.footer-logo {
  display: block;
  width: min(300px, 100%);
  height: auto;
  max-height: 90px;
  padding: 10px 12px;
  border-radius: 10px;
  background: var(--paper);
  box-shadow: 0 14px 32px rgba(0, 0, 0, .28);
}

.nav-links,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: .94rem;
  font-weight: 800;
}

.nav-links a,
.site-footer nav a {
  text-decoration: none;
}

.nav-links a:hover,
.site-footer nav a:hover,
.direct-email a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-decoration-color: var(--cyan);
  text-underline-offset: 4px;
}

.header-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border: 2px solid var(--ink);
  border-radius: 4px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
}

.header-cta {
  background: var(--ink);
  color: var(--white);
}

.button.primary {
  background: var(--ink);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, .82);
  color: var(--ink);
}

.button:hover,
.header-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(9, 9, 9, .14);
}

.hero {
  position: relative;
  min-height: calc(80svh - 84px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .92fr);
  align-items: center;
  gap: 36px;
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px) 118px;
  overflow: hidden;
  background: #0e0d0b;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 253, 248, .96) 0%, rgba(255, 253, 248, .82) 34%, rgba(255, 253, 248, .22) 58%, rgba(255, 253, 248, .03) 100%),
    linear-gradient(180deg, rgba(9, 9, 9, .04), rgba(9, 9, 9, .16));
  z-index: 1;
}

.hero-media {
  position: absolute;
  inset: 0;
  background-image: url("assets/hero-workshop-consultation.jpg");
  background-size: cover;
  background-position: center;
  filter: saturate(1.02) contrast(1.03);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
  min-width: 0;
}

.eyebrow,
.kicker {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3rem, 8vw, 7rem);
  line-height: .94;
  letter-spacing: 0;
}

h1 span {
  display: block;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.7rem);
  line-height: 1.05;
  font-weight: 850;
  letter-spacing: 0;
}

h3 {
  font-size: 1.3rem;
  line-height: 1.12;
  font-weight: 850;
  letter-spacing: 0;
}

.hero-lede {
  max-width: 620px;
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  color: #2c2a26;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.hero-strip {
  position: absolute;
  left: clamp(18px, 4vw, 56px);
  right: clamp(18px, 4vw, 56px);
  bottom: 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.hero-strip span {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 10px;
  background: rgba(255, 255, 255, .82);
  border: 1px solid rgba(9, 9, 9, .14);
  font-weight: 900;
  text-align: center;
}

.intro-band,
.feature-band,
.notice-band,
.section,
.quote-section,
.legal,
.site-footer {
  padding-inline: clamp(18px, 4vw, 56px);
}

.intro-band {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .65fr);
  gap: clamp(28px, 6vw, 88px);
  padding-block: clamp(44px, 7vw, 86px);
  background: var(--ink);
  color: var(--white);
}

.intro-band .kicker,
.feature-band .kicker {
  color: var(--gold);
}

.intro-band p:last-child {
  align-self: end;
  max-width: 620px;
  color: #ebe7df;
  font-size: 1.15rem;
}

.section {
  padding-block: clamp(58px, 8vw, 112px);
}

.section-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.section-heading p {
  max-width: 720px;
  color: var(--muted);
  font-size: 1.06rem;
}

.section-heading.compact {
  max-width: 620px;
  margin: 0;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 300px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid rgba(9, 9, 9, .16);
  border-top: 5px solid var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-card p {
  margin-bottom: 0;
  color: #3a3732;
}

.service-card.cyan { border-top-color: var(--cyan); }
.service-card.red { border-top-color: var(--red); }
.service-card.gold { border-top-color: var(--gold); }
.service-card.ink { border-top-color: var(--ink); color: var(--ink); }
.service-card.ink p { color: #3a3732; }

.card-icon {
  width: 46px;
  height: 5px;
  margin-bottom: auto;
  background: var(--ink);
  border-radius: 999px;
  color: transparent;
  font-size: 0;
}

.cyan .card-icon { background: var(--cyan); }
.red .card-icon { background: var(--red); }
.gold .card-icon { background: var(--gold); }
.ink .card-icon {
  background: var(--ink);
}

.print-section {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
  padding: clamp(58px, 8vw, 112px) clamp(18px, 4vw, 56px);
  background: #111111;
  color: var(--white);
}

.print-copy {
  max-width: 760px;
}

.print-copy .kicker {
  color: var(--gold);
}

.print-copy p {
  color: #eee9df;
  font-size: 1.08rem;
}

.print-copy .button {
  margin-top: 14px;
}

.print-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-self: start;
}

.print-panel article {
  min-height: 250px;
  padding: 24px;
  background: var(--paper);
  color: var(--ink);
  border: 1px solid rgba(255, 255, 255, .18);
  border-top: 5px solid var(--gold);
}

.print-panel article:nth-child(2) {
  border-top-color: var(--cyan);
}

.print-panel article:nth-child(3) {
  border-top-color: var(--red);
}

.print-panel p {
  margin-bottom: 0;
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, .7fr) minmax(0, 1fr);
  gap: clamp(28px, 6vw, 86px);
  align-items: start;
  background: var(--warm);
}

.materials-panel {
  padding: clamp(18px, 3vw, 32px);
  background: var(--paper);
  border: 1px solid rgba(9, 9, 9, .14);
  box-shadow: var(--shadow);
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tag-list li {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 8px 13px;
  border: 1px solid rgba(9, 9, 9, .14);
  border-radius: 999px;
  background: var(--white);
  font-weight: 750;
}

.feature-band {
  display: grid;
  grid-template-columns: minmax(280px, .8fr) minmax(0, 1fr);
  gap: clamp(26px, 6vw, 80px);
  padding-block: clamp(48px, 6vw, 80px);
  background: var(--ink);
  color: var(--white);
}

.feature-list {
  display: grid;
  gap: 18px;
  align-content: center;
}

.feature-list p {
  margin: 0;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, .26);
  font-size: 1.08rem;
  color: #eee9df;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: none;
}

.steps li {
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(9, 9, 9, .12);
  border-top: 5px solid var(--ink);
  background: var(--warm);
}

.steps li:nth-child(1) { border-color: var(--cyan); }
.steps li:nth-child(2) { border-color: var(--red); }
.steps li:nth-child(3) { border-color: var(--gold); }

.steps span {
  display: block;
  margin-bottom: 34px;
  font-weight: 850;
  font-size: 2.6rem;
  line-height: 1;
}

.steps p {
  margin-bottom: 0;
  color: var(--muted);
}

.notice-band {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  gap: clamp(24px, 5vw, 72px);
  padding-block: clamp(44px, 7vw, 74px);
  background: #f5f0e8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.notice-band h2 {
  font-size: clamp(1.7rem, 3vw, 2.8rem);
}

.notice-band p {
  margin: 0;
  color: #33302c;
  font-size: 1.05rem;
}

.quote-section {
  display: grid;
  grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
  gap: clamp(26px, 6vw, 86px);
  padding-block: clamp(58px, 8vw, 110px);
  background: var(--paper);
}

.quote-copy {
  position: sticky;
  top: 120px;
  align-self: start;
}

.direct-email {
  margin-top: 26px;
  font-weight: 850;
}

.quote-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: clamp(18px, 3vw, 32px);
  background: var(--white);
  color: var(--ink);
  border: 1px solid rgba(9, 9, 9, .16);
  box-shadow: var(--shadow);
}

.quote-form label {
  display: grid;
  gap: 8px;
  font-weight: 900;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(9, 9, 9, .24);
  border-radius: 4px;
  padding: 11px 12px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.quote-form textarea {
  resize: vertical;
  min-height: 168px;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  outline: 4px solid var(--gold);
  border-color: var(--ink);
}

.full,
.form-note,
.full-button {
  grid-column: 1 / -1;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: .92rem;
}

.full-button {
  min-height: 56px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.legal {
  max-width: 1180px;
  padding-block: 34px;
  border-top: 1px solid var(--line);
}

.legal h2 {
  margin-bottom: 10px;
  font-size: 1.45rem;
}

.legal p {
  max-width: 900px;
  color: var(--muted);
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(190px, 260px) minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding-block: 32px;
  background: var(--ink);
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

.site-footer p:first-child {
  font-weight: 950;
}

.site-footer p:last-child {
  color: #dcd7cf;
}

@media (max-width: 1020px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .brand {
    width: min(40vw, 250px);
    min-width: 220px;
  }

  .brand img {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  .nav-links {
    display: none;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: 78svh;
    padding-bottom: 104px;
  }

  .hero::before {
    background:
      linear-gradient(90deg, rgba(255, 253, 248, .99) 0%, rgba(255, 253, 248, .94) 64%, rgba(255, 253, 248, .72) 100%),
      linear-gradient(180deg, rgba(9, 9, 9, .08), transparent 42%);
  }

  .hero-media {
    background-position: 76% center;
    opacity: .42;
  }

  .service-grid,
  .steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .print-section,
  .intro-band,
  .feature-band,
  .notice-band,
  .quote-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .quote-copy {
    position: static;
  }

  .print-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .site-header {
    min-height: 68px;
    gap: 12px;
    padding: 10px 16px;
    grid-template-columns: 1fr;
  }

  .brand {
    width: min(56vw, 190px);
    min-width: 0;
  }

  .header-cta {
    display: none;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr);
    min-height: auto;
    padding: 44px 16px 56px;
  }

  h1 {
    font-size: clamp(2.5rem, 11.4vw, 2.95rem);
    line-height: .95;
    max-width: 100%;
    overflow-wrap: break-word;
  }

  .hero-copy,
  .hero-lede {
    max-width: 100%;
  }

  .eyebrow,
  .kicker {
    font-size: .76rem;
    letter-spacing: .06em;
  }

  .hero-strip {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 32px;
  }

  .hero-strip span {
    min-height: 40px;
    font-size: .82rem;
    min-width: 0;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .service-grid,
  .print-panel,
  .steps,
  .quote-form {
    grid-template-columns: 1fr;
  }

  .service-card,
  .print-panel article,
  .steps li {
    min-height: auto;
  }

  .materials-panel,
  .quote-form {
    box-shadow: 0 12px 30px rgba(9, 9, 9, .10);
  }

  .quote-form {
    padding: 18px;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
