:root {
  --ink: #24211f;
  --text: #37312c;
  --muted: #736c64;
  --soft: #f7f5f1;
  --paper: #ffffff;
  --line: #e8e1d9;
  --line-strong: #d7cec3;
  --accent: #8a4b2d;
  --sage: #667568;
  --bluegray: #63717a;
  --gold: #9b7a37;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", Calibri, sans-serif;
  letter-spacing: 0;
  overflow-x: hidden;
}

main {
  display: flex;
  flex-direction: column;
}

img {
  display: block;
  max-width: 100%;
}

.visually-hidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

a {
  color: inherit;
}

h1,
h2,
h3,
p,
figure,
dl,
dd {
  margin: 0;
}

h1,
h2,
h3,
strong {
  text-wrap: balance;
}

h1,
h2,
h3 {
  overflow-wrap: break-word;
}

p,
dd {
  overflow-wrap: anywhere;
}

.site-header {
  min-height: 4.75rem;
  padding: 0 3.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  background: #fff;
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

.brand {
  display: grid;
  gap: .2rem;
  text-decoration: none;
}

.brand span,
.eyebrow,
.button,
.case-route span,
.case-slide-copy span,
.case-tab span,
.category-entry span,
.category-entry em,
.signal-strip span,
.process-menu a,
.brief-steps span,
.brief-step-label,
.brief-tags span,
.brief-prep span,
.brief-option-grid span,
.brief-simple span,
.option-lane-heading span,
.option-card span,
.capability-grid span,
.flow-grid span,
.text-link,
.hero-visual figcaption span {
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.brand span {
  color: var(--muted);
  font-size: .76rem;
  letter-spacing: .12em;
}

.brand strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.28rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: normal;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1.15rem;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 400;
}

.nav a {
  padding: 0;
  min-width: 0;
  text-decoration: none;
}

.nav a:hover,
.nav a.active {
  color: var(--ink);
}

.hero {
  order: 2;
  width: min(96rem, 100%);
  margin: 0 auto;
  min-height: auto;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(22rem, .55fr);
  border-bottom: 1px solid var(--line);
}

.category-showcase {
  order: 2;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  min-width: 0;
  padding: 4.3rem 3.5rem 4rem;
  display: grid;
  align-content: center;
}

.eyebrow {
  margin-bottom: 1rem;
  color: var(--accent);
}

.hero h1 {
  max-width: 43rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.45rem, 4.25vw, 4.45rem);
  line-height: .96;
  font-weight: 500;
}

.lead {
  width: min(100%, 36rem);
  margin-top: 1.4rem;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

.hero-actions,
.cta-actions {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.button {
  min-height: 3.05rem;
  padding: .88rem 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  text-decoration: none;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}

.button-primary {
  background: var(--ink);
  color: #fff;
}

.button-primary:hover {
  background: var(--accent);
  border-color: var(--accent);
}

.button-secondary {
  background: #fff;
  color: var(--ink);
}

.button-secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.hero-visual {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--soft);
}

.hero-visual a {
  min-height: 0;
  display: block;
  overflow: hidden;
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: 27rem;
  object-fit: cover;
  transition: transform .24s ease;
}

.hero-visual a:hover img {
  transform: scale(1.018);
}

.hero-visual figcaption {
  padding: 1.2rem 1.5rem 1.35rem;
  display: grid;
  gap: .45rem;
  background: #fff;
  border-top: 1px solid var(--line);
}

.hero-visual figcaption span {
  color: var(--gold);
}

.hero-visual figcaption strong {
  max-width: 48rem;
  color: var(--text);
  font-size: 1.02rem;
  line-height: 1.45;
}

.category-entry-grid {
  width: min(76rem, calc(100% - 4rem));
  min-width: 0;
  margin: 0 auto;
  padding: 2.7rem 0 3rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-content: stretch;
  background: #fff;
  gap: 1.15rem;
}

.category-entry {
  min-height: 0;
  padding: 0;
  display: grid;
  grid-template-rows: minmax(12.5rem, 1fr) auto;
  border: 1px solid var(--line);
  background: #fff;
  text-decoration: none;
  overflow: hidden;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.category-entry::after {
  content: none;
}

.category-entry span {
  color: var(--bluegray);
}

.category-entry-media {
  min-width: 0;
  width: 100%;
  min-height: 12.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: #fbfaf7;
}

.category-entry-media img {
  width: 100%;
  height: 100%;
  padding: 1.45rem;
  object-fit: contain;
  object-position: 50% 50%;
  opacity: 1;
  transition: transform .22s ease;
}

.category-entry-media-spiral img {
  object-position: 50% 50%;
}

.category-entry-media-hardcover img {
  object-position: 50% 50%;
}

.category-entry-media-leather img {
  object-position: 50% 50%;
}

.category-entry-media-glue img {
  object-position: 50% 50%;
}

.category-entry-copy {
  min-width: 0;
  padding: .85rem .9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
}

.category-entry strong {
  display: block;
  max-width: 100%;
  color: var(--ink);
  font-size: .82rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.28;
  text-transform: uppercase;
  text-shadow: none;
}

.category-entry strong::after {
  content: "";
  width: 2.2rem;
  height: 1px;
  margin: .5rem auto 0;
  display: block;
  background: var(--accent);
}

.category-entry:hover,
.category-entry:focus-visible {
  border-color: var(--line-strong);
  transform: translateY(-.12rem);
  outline: 0;
}

.category-entry:hover .category-entry-media img,
.category-entry:focus-visible .category-entry-media img {
  transform: scale(1.035);
}

.signal-strip {
  order: 3;
  width: min(96rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.signal-strip div {
  min-height: 9.4rem;
  padding: 1.35rem 1.55rem;
  border-right: 1px solid var(--line);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip span {
  display: block;
  margin-bottom: .85rem;
  color: var(--bluegray);
}

.signal-strip strong {
  display: block;
  margin-bottom: .6rem;
  font-size: 1rem;
  line-height: 1.35;
}

.signal-strip p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.6;
}

.section {
  width: min(96rem, 100%);
  margin: 0 auto;
  border-bottom: 1px solid var(--line);
}

.project-routes {
  order: 1;
  width: 100%;
  max-width: none;
}

.process-led {
  order: 5;
}

.production-board {
  order: 4;
  background: #fff;
}

.quote-flow {
  order: 6;
}

.final-cta {
  order: 7;
}

.section-intro {
  min-width: 0;
  padding: 4.25rem 3rem 2rem;
  display: grid;
  grid-template-columns: minmax(12rem, .52fr) minmax(0, 1fr) auto;
  gap: 2rem;
  align-items: end;
}

.project-routes .section-intro {
  display: none;
}

.project-routes .section-intro h2 {
  max-width: 43rem;
  font-size: clamp(2.25rem, 3.4vw, 3.55rem);
}

.section-intro h2 {
  max-width: 52rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 2.15vw, 2.45rem);
  line-height: 1.08;
  font-weight: 500;
}

.section-intro > p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.production-board-shell {
  display: grid;
  grid-template-columns: minmax(18rem, .36fr) minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.production-intro {
  width: min(58rem, calc(100% - 6rem));
  min-height: 0;
  margin: 0 auto;
  padding: 4.25rem 0 2.4rem;
  display: block;
  text-align: center;
  border-right: 0;
  background: #fff;
}

.production-intro h2 {
  max-width: 34rem;
  margin: 0 auto;
}

.production-intro > p:not(.eyebrow) {
  max-width: 38rem;
  margin-top: 1.15rem;
  margin-left: auto;
  margin-right: auto;
}

.production-actions {
  margin-top: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .9rem 1.2rem;
}

.production-option-stack {
  min-width: 0;
  display: grid;
  background: #fff;
}

.option-lane {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(13.5rem, 17rem) minmax(0, 1fr);
  border-bottom: 1px solid var(--line);
}

.option-lane:last-child {
  border-bottom: 0;
}

.option-lane-heading {
  min-width: 0;
  padding: 1.65rem 1.45rem;
  display: grid;
  align-content: start;
  gap: .7rem;
  border-right: 1px solid var(--line);
  background: #fbfaf7;
}

.option-lane-craft .option-lane-heading {
  background: #f8f3e8;
}

.option-lane-heading span {
  color: var(--accent);
}

.option-lane-heading h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.55rem, 2.1vw, 2.35rem);
  font-weight: 500;
  line-height: 1.02;
}

.option-lane-heading p {
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.58;
}

.option-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 0;
}

.production-card-grid {
  width: min(88rem, calc(100% - 6rem));
  margin: 0 auto 4.5rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.45rem;
}

.option-card {
  min-width: 0;
  min-height: 18rem;
  padding: 1rem;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  gap: .72rem;
  border: 1px solid var(--line);
  color: var(--text);
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.option-card:last-child {
  border-right: 1px solid var(--line);
}

.production-card-grid .option-card {
  background: #fff;
  min-height: 29rem;
  padding: 1.1rem;
}

.option-lane .option-card {
  background: rgba(255, 255, 255, .84);
}

.option-lane .option-card:nth-child(4n) {
  border-right: 0;
}

.option-card:hover,
.option-card:focus-visible {
  background: var(--soft);
  color: var(--accent);
  outline: 0;
}

.option-card figure {
  min-width: 0;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #fff;
}

.option-card img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  transition: transform .22s ease;
}

.option-card img.option-card-image-cover {
  object-fit: cover;
}

.option-card img.option-card-image-contain {
  object-fit: contain;
}

.option-card:hover img,
.option-card:focus-visible img {
  transform: scale(1.025);
}

.option-card span {
  color: var(--sage);
}

.option-card strong {
  display: block;
  max-width: 17rem;
  font-size: 1rem;
  line-height: 1.35;
}

.option-card p {
  max-width: 19rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.text-link {
  align-self: end;
  padding-bottom: .28rem;
  color: var(--accent);
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  white-space: nowrap;
}

.case-carousel {
  position: relative;
  display: flex;
  flex-direction: column;
  border-top: 0;
}

.case-carousel-stage {
  height: auto;
  min-height: 30rem;
  max-height: 44rem;
  aspect-ratio: 3 / 1;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.case-slide {
  height: 100%;
  min-height: 0;
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease-out, visibility 0s linear .22s;
  contain: layout paint;
  will-change: opacity;
}

.case-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(30, 25, 22, .48) 0%, rgba(30, 25, 22, .2) 34%, rgba(30, 25, 22, 0) 68%);
  pointer-events: none;
}

.case-slide[hidden] {
  display: none;
}

.case-slide.is-active {
  z-index: 2;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition-delay: 0s;
}

.case-slide-image {
  min-width: 0;
  height: 100%;
  display: block;
  overflow: hidden;
  background: var(--soft);
  text-decoration: none;
}

.case-slide-image picture {
  width: 100%;
  height: 100%;
  display: block;
}

.case-slide-image img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  transition: transform .24s ease;
}

.case-slide-image:hover img {
  transform: scale(1.018);
}

@media (prefers-reduced-motion: reduce) {
  .case-slide,
  .case-slide-image img {
    transition: none;
  }
}

.case-slide-copy {
  display: none;
}

.carousel-hero-copy {
  width: min(28rem, calc(100% - 4rem));
  position: absolute;
  left: clamp(2rem, 16vw, 20rem);
  top: 50%;
  z-index: 4;
  transform: translateY(-50%);
  color: #fff;
  pointer-events: none;
}

.carousel-hero-copy .eyebrow {
  margin-bottom: .75rem;
  color: rgba(255, 255, 255, .86);
}

.carousel-hero-copy .hero-display {
  display: block;
  max-width: 27rem;
  color: #fff;
  font-family: "Avenir Next", "Segoe UI", Calibri, sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.04;
  text-transform: uppercase;
  text-shadow: 0 .18rem 1.3rem rgba(0, 0, 0, .28);
}

.carousel-hero-copy p:not(.eyebrow) {
  max-width: 24rem;
  margin-top: .85rem;
  color: rgba(255, 255, 255, .9);
  font-size: 1rem;
  font-style: italic;
  line-height: 1.6;
  text-shadow: 0 .1rem .9rem rgba(0, 0, 0, .26);
}

.hero-cta {
  min-height: 2.2rem;
  margin-top: 1.25rem;
  padding: .58rem 1.25rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .95);
  color: var(--ink);
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  pointer-events: auto;
  transition: background .18s ease, color .18s ease;
}

.hero-cta:hover,
.hero-cta:focus-visible {
  background: var(--ink);
  color: #fff;
  outline: 0;
}

.case-slide-copy span {
  color: var(--accent);
}

.case-slide-copy h3 {
  max-width: 28rem;
  margin-top: .85rem;
  font-size: clamp(1.9rem, 2.4vw, 2.65rem);
  line-height: 1.02;
}

.case-slide-copy p {
  max-width: 28rem;
  margin-top: 1.05rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.case-slide-copy dl {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.case-slide-copy dl div {
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.case-slide-copy dt {
  margin-bottom: .35rem;
  color: var(--bluegray);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-slide-copy dd {
  color: var(--text);
  font-size: .96rem;
  line-height: 1.5;
}

.case-carousel-controls {
  position: absolute;
  inset: 0;
  z-index: 3;
  border: 0;
  pointer-events: none;
}

.case-carousel-arrows {
  position: absolute;
  inset: 0;
  padding: 0 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-right: 0;
  pointer-events: none;
}

.carousel-arrow,
.case-tab {
  border: 0;
  border-radius: 0;
  background: #fff;
  color: var(--ink);
  font: inherit;
  cursor: pointer;
}

.carousel-arrow {
  width: 3.4rem;
  height: 3.4rem;
  min-height: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, .68);
  background: rgba(48, 48, 48, .28);
  color: #fff;
  box-shadow: none;
  backdrop-filter: blur(10px);
  font-size: 1.1rem;
  pointer-events: auto;
}

.carousel-arrow:last-child {
  border-right: 1px solid rgba(255, 255, 255, .68);
}

.carousel-arrow:hover,
.carousel-arrow:focus-visible {
  background: rgba(48, 48, 48, .34);
  border-color: rgba(255, 255, 255, .78);
  color: #fff;
  outline: 0;
}

.case-tab:hover,
.case-tab:focus-visible {
  background: rgba(255, 255, 255, .86);
  color: var(--ink);
  outline: 0;
}

.case-carousel-tabs {
  width: auto;
  position: absolute;
  left: auto;
  right: 2rem;
  bottom: 1.2rem;
  transform: none;
  display: flex;
  gap: .45rem;
  background: transparent;
  border: 0;
  box-shadow: none;
  pointer-events: auto;
}

.case-tab {
  width: 2.3rem;
  min-height: 2.3rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .58);
  background: rgba(35, 31, 28, .22);
  color: #fff;
  backdrop-filter: blur(10px);
}

.case-tab:last-child {
  border-right: 1px solid rgba(255, 255, 255, .58);
}

.case-tab span {
  color: inherit;
}

.case-tab strong {
  display: none;
}

.case-tab.is-active {
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
}

.case-tab.is-active span {
  color: var(--ink);
}

.case-system {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.case-route {
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.case-route:nth-child(2n) {
  border-right: 0;
}

.case-route:nth-last-child(-n+2) {
  border-bottom: 0;
}

.case-route a {
  min-height: 24rem;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: minmax(14rem, .9fr) minmax(0, 1fr);
  gap: 1.35rem;
  text-decoration: none;
}

.case-route img {
  width: 100%;
  height: 100%;
  min-height: 18rem;
  object-fit: cover;
  border: 1px solid var(--line);
  background: var(--soft);
}

.case-route div {
  min-width: 0;
  display: grid;
  align-content: start;
}

.case-route span {
  color: var(--accent);
}

.case-route h3 {
  margin-top: .75rem;
  font-size: 1.45rem;
  line-height: 1.18;
}

.case-route p {
  margin-top: .85rem;
  color: var(--muted);
  line-height: 1.65;
}

.case-route dl {
  margin-top: 1.4rem;
  display: grid;
  gap: .9rem;
}

.case-route dl div {
  padding-top: .9rem;
  border-top: 1px solid var(--line);
}

.case-route dt {
  margin-bottom: .25rem;
  color: var(--bluegray);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.case-route dd {
  color: var(--text);
  font-size: .94rem;
  line-height: 1.45;
}

.process-led .section-intro,
.quote-flow .section-intro {
  grid-template-columns: minmax(10rem, .4fr) minmax(0, 1fr);
}

.brief-studio {
  background: #fff;
}

.brief-studio .section-intro {
  padding-top: 5rem;
  padding-bottom: 2.1rem;
  background: #fff;
}

.brief-intro h2 {
  max-width: 42rem;
  scroll-margin-top: 6rem;
}

.brief-package {
  width: min(76rem, calc(100% - 6rem));
  margin: 0 auto 4.75rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .38fr);
  border: 1px solid var(--line);
  background: #fff;
}

.brief-kicker,
.brief-input-card span,
.brief-checklist span,
.flow-timeline span,
.cta-brief-strip span {
  display: block;
  color: var(--sage);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.brief-package-main {
  min-width: 0;
  padding: 2.45rem 2.3rem 2.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fbf4f1;
}

.brief-package-main h3 {
  max-width: 38rem;
  margin-top: .9rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 1.03;
}

.brief-package-main p {
  max-width: 39rem;
  margin-top: 1.05rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.72;
}

.brief-input-grid {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-right: 1px solid var(--line);
}

.brief-input-card {
  min-width: 0;
  min-height: 14rem;
  padding: 1.55rem;
  display: grid;
  align-content: start;
  gap: .8rem;
  border-right: 1px solid var(--line);
  background: #fff;
}

.brief-input-card:nth-child(2) {
  background: #fbfaf7;
}

.brief-input-card:last-child {
  border-right: 0;
}

.brief-input-card strong {
  display: block;
  max-width: 17rem;
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.36;
}

.brief-input-card p {
  max-width: 18rem;
  color: var(--muted);
  font-size: .95rem;
  line-height: 1.62;
}

.brief-checklist {
  min-width: 0;
  grid-column: 2;
  grid-row: 1 / span 2;
  padding: 2.15rem 2rem;
  background: var(--soft);
}

.brief-checklist ul {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.brief-checklist li {
  position: relative;
  padding: .82rem 0 .82rem 1.45rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  font-size: .98rem;
  line-height: 1.55;
}

.brief-checklist li::before {
  content: "";
  width: .42rem;
  height: .42rem;
  position: absolute;
  left: .15rem;
  top: 1.35rem;
  background: var(--accent);
}

.quote-handoff {
  padding: 5rem 3rem 5.5rem;
  background: #fff;
}

.quote-handoff-inner {
  width: min(76rem, 100%);
  margin: 0 auto;
  padding-top: 2.2rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .36fr);
  gap: 3rem;
  align-items: end;
  border-top: 1px solid var(--line);
}

.quote-handoff-copy {
  min-width: 0;
  display: grid;
  gap: 1.05rem;
}

.quote-handoff-copy h2 {
  max-width: 42rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.4vw, 2.65rem);
  font-weight: 500;
  line-height: 1.08;
  scroll-margin-top: 6rem;
}

.quote-handoff-copy p:not(.eyebrow) {
  max-width: 36rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.68;
}

.quote-handoff-panel {
  min-width: 0;
  padding: 1.35rem;
  display: grid;
  gap: 1.2rem;
  background: #fbfaf7;
  border: 1px solid var(--line);
}

.quote-handoff-list {
  margin: 0;
  padding: 0;
  display: grid;
  gap: .62rem;
  list-style: none;
}

.quote-handoff-list li {
  min-width: 0;
  display: flex;
  gap: .62rem;
  align-items: center;
  color: var(--text);
  font-size: .95rem;
  line-height: 1.45;
}

.quote-handoff-list li::before {
  width: .42rem;
  height: .42rem;
  flex: 0 0 auto;
  background: var(--accent);
  content: "";
}

.quote-handoff-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
}

.quote-handoff-actions .button {
  min-height: 2.78rem;
  padding: .78rem .95rem;
}

.brief-builder {
  display: grid;
  grid-template-columns: minmax(18rem, 22rem) minmax(0, 1fr);
  border-top: 1px solid var(--line);
}

.brief-steps {
  display: grid;
  align-content: stretch;
  border-right: 1px solid var(--line);
  background: var(--ink);
}

.brief-steps a {
  min-height: 7.6rem;
  padding: 1.15rem 1.25rem;
  display: grid;
  align-content: start;
  gap: .45rem;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  color: #fff;
  text-decoration: none;
  transition: background .18s ease, color .18s ease;
}

.brief-steps a:last-child {
  border-bottom: 0;
}

.brief-steps a:hover,
.brief-steps a:focus-visible {
  background: var(--accent);
  color: #fff;
  outline: 0;
}

.brief-steps span,
.brief-step-label,
.brief-prep span,
.brief-option-grid span {
  display: block;
  color: var(--sage);
}

.brief-steps span {
  color: rgba(255, 255, 255, .64);
}

.brief-steps strong {
  display: block;
  font-size: 1.02rem;
  line-height: 1.35;
}

.brief-steps p {
  color: rgba(255, 255, 255, .7);
  font-size: .9rem;
  line-height: 1.5;
}

.brief-guide {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .42fr);
  background: #fff;
}

.brief-guide-primary {
  min-height: 19rem;
  padding: 2.25rem 2rem;
  display: grid;
  align-content: start;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #f7efed;
}

.brief-guide-primary h3 {
  max-width: 38rem;
  margin-top: .9rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.9rem, 2.6vw, 3rem);
  line-height: 1.02;
  font-weight: 500;
}

.brief-guide-primary > p:not(.brief-step-label) {
  max-width: 39rem;
  margin-top: 1rem;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.brief-tags {
  margin-top: 1.55rem;
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
}

.brief-tags span {
  min-height: 2.15rem;
  padding: .55rem .7rem;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(138, 75, 45, .24);
  background: rgba(255, 255, 255, .7);
  color: var(--text);
  font-size: .68rem;
}

.brief-prep {
  min-width: 0;
  padding: 2rem;
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.brief-prep ul {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.brief-prep li {
  position: relative;
  padding: .7rem 0 .7rem 1.35rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  line-height: 1.55;
}

.brief-prep li::before {
  content: "";
  width: .38rem;
  height: .38rem;
  position: absolute;
  left: .15rem;
  top: 1.28rem;
  background: var(--accent);
}

.brief-option-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brief-option-grid article {
  min-height: 13rem;
  padding: 1.55rem;
  border-right: 1px solid var(--line);
  background: #fff;
}

.brief-option-grid article:nth-child(2n) {
  background: #fbfaf7;
}

.brief-option-grid article:last-child {
  border-right: 0;
}

.brief-option-grid span {
  margin-bottom: .85rem;
}

.brief-option-grid strong {
  display: block;
  max-width: 17rem;
  font-size: 1.06rem;
  line-height: 1.35;
}

.brief-option-grid p {
  margin-top: .75rem;
  color: var(--muted);
  line-height: 1.62;
}

.flow-intro {
  padding-top: 4.25rem;
}

.flow-timeline {
  width: min(76rem, calc(100% - 6rem));
  margin: 0 auto 4.25rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.flow-timeline li {
  min-width: 0;
  min-height: 12rem;
  padding: 1.45rem 1.55rem 1.65rem;
  position: relative;
  border-left: 1px solid var(--line);
  background: #fff;
}

.flow-timeline li:last-child {
  border-right: 1px solid var(--line);
}

.flow-timeline li::after {
  content: "";
  width: 1.75rem;
  height: 1px;
  position: absolute;
  right: -1rem;
  top: 2.35rem;
  z-index: 1;
  background: var(--accent);
}

.flow-timeline li:last-child::after {
  display: none;
}

.flow-timeline span {
  width: 2.15rem;
  height: 2.15rem;
  margin-bottom: 1.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(138, 75, 45, .32);
  background: #fbf4f1;
  color: var(--accent);
}

.flow-timeline strong {
  display: block;
  max-width: 16rem;
  margin-bottom: .72rem;
  color: var(--ink);
  font-size: 1.06rem;
  line-height: 1.35;
}

.flow-timeline p {
  max-width: 18rem;
  color: var(--muted);
  font-size: .96rem;
  line-height: 1.62;
}

.final-cta {
  width: min(76rem, calc(100% - 6rem));
  margin: 0 auto;
  padding: 2.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(13rem, .34fr) auto;
  gap: 2rem;
  align-items: end;
  background: var(--ink);
  color: #fff;
  border: 1px solid var(--ink);
  border-bottom: 0;
}

.final-cta .eyebrow {
  color: rgba(255, 255, 255, .7);
}

.final-cta h2 {
  max-width: 38rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2.25rem;
  line-height: 1.08;
  font-weight: 500;
}

.final-cta-copy p:not(.eyebrow) {
  max-width: 35rem;
  margin-top: 1rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.65;
}

.cta-brief-strip {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, .18);
  border-left: 1px solid rgba(255, 255, 255, .18);
}

.cta-brief-strip span {
  min-height: 2.5rem;
  padding: .72rem .78rem;
  display: inline-flex;
  align-items: center;
  border-right: 1px solid rgba(255, 255, 255, .18);
  border-bottom: 1px solid rgba(255, 255, 255, .18);
  color: rgba(255, 255, 255, .78);
  font-size: .68rem;
}

.final-cta .cta-actions {
  margin-top: 0;
  justify-content: flex-end;
}

.final-cta .button-primary {
  border-color: #fff;
  background: #fff;
  color: var(--ink);
}

.final-cta .button-primary:hover {
  border-color: var(--accent);
  background: var(--accent);
  color: #fff;
}

.final-cta .button-secondary {
  border-color: rgba(255, 255, 255, .35);
  background: transparent;
  color: #fff;
}

.final-cta .button-secondary:hover {
  border-color: #fff;
  color: #fff;
}

.site-footer {
  width: 100%;
  padding: 1.85rem 3rem .8rem;
  display: grid;
  grid-template-columns: minmax(17rem, .56fr) minmax(0, 1.44fr);
  gap: 2rem;
  background: #d6edf0;
  color: #26383a;
  border-top: 1px solid rgba(38, 56, 58, .12);
}

.footer-brand {
  min-width: 0;
  display: grid;
  align-content: start;
}

.footer-mark {
  color: #526b6f;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-brand h2 {
  max-width: 18rem;
  margin-top: .48rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.25rem, 1.45vw, 1.58rem);
  font-weight: 500;
  line-height: 1.12;
}

.footer-brand p {
  max-width: 20rem;
  margin-top: .55rem;
  color: #40575b;
  font-size: .86rem;
  line-height: 1.45;
}

.footer-columns {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.15rem;
}

.footer-column {
  min-width: 0;
  display: grid;
  align-content: start;
  gap: .46rem;
}

.footer-column h3 {
  margin-bottom: .12rem;
  color: #40575b;
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-column a,
.footer-bottom a {
  color: #26383a;
  text-decoration: none;
}

.footer-column a {
  font-size: .84rem;
  line-height: 1.42;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: var(--accent);
}

.footer-brief p {
  color: #40575b;
  font-size: .84rem;
  line-height: 1.45;
}

.footer-cta {
  width: fit-content;
  min-height: 2rem;
  margin-top: .12rem;
  padding: .54rem .72rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #26383a;
  color: #fff !important;
  font-size: .7rem !important;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1;
  text-transform: uppercase;
}

.footer-cta:hover,
.footer-cta:focus-visible {
  background: var(--accent);
  outline: 0;
}

.footer-bottom {
  grid-column: 1 / -1;
  padding-top: .65rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .85rem 1.25rem;
  border-top: 1px solid rgba(38, 56, 58, .18);
  color: #526b6f;
  font-size: .78rem;
}

.product-hero {
  width: min(96rem, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(22rem, .92fr) minmax(30rem, 1.08fr);
  border-bottom: 1px solid var(--line);
}

.product-hero-copy {
  min-width: 0;
  padding: 5rem 3.5rem 4.5rem;
  display: grid;
  align-content: center;
  border-right: 1px solid var(--line);
}

.product-hero h1 {
  max-width: 44rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.65rem, 4.6vw, 4.8rem);
  line-height: .98;
  font-weight: 500;
}

.product-hero-image {
  min-width: 0;
  display: grid;
  grid-template-rows: 1fr auto;
  background: var(--soft);
}

.product-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 31rem;
  object-fit: cover;
}

.product-hero-image figcaption {
  padding: 1.15rem 1.5rem 1.3rem;
  display: grid;
  gap: .45rem;
  background: #fff;
  border-top: 1px solid var(--line);
}

.product-hero-image figcaption span,
.product-family-card span {
  color: var(--accent);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.product-hero-image figcaption strong {
  max-width: 42rem;
  color: var(--text);
  line-height: 1.45;
}

.product-family-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.product-family-card {
  min-width: 0;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-family-card:nth-child(2n) {
  border-right: 0;
}

.product-family-card a {
  min-height: 28rem;
  padding: 1.15rem;
  display: grid;
  grid-template-columns: minmax(13rem, .72fr) minmax(0, 1fr);
  gap: 1.35rem;
  color: inherit;
  text-decoration: none;
}

.product-family-card img {
  width: 100%;
  height: 100%;
  min-height: 21rem;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--line);
}

.product-family-card div {
  min-width: 0;
  align-self: center;
}

.product-family-card h3 {
  margin-top: .75rem;
  font-size: clamp(1.6rem, 2.4vw, 2.45rem);
  line-height: 1.08;
}

.product-family-card p {
  margin-top: .9rem;
  color: var(--muted);
  line-height: 1.68;
}

.product-family-card ul {
  margin: 1.15rem 0 0;
  padding-left: 1.1rem;
  color: var(--text);
  line-height: 1.65;
}

.product-family-card li + li {
  margin-top: .35rem;
}

.product-family-card-wide {
  grid-column: 1 / -1;
  border-right: 0;
}

.product-family-card-wide a {
  grid-template-columns: minmax(18rem, .46fr) minmax(0, .54fr);
}

.product-spec-section {
  width: min(82rem, calc(100% - 6rem));
  margin: 0 auto 3.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.product-spec-section .section-intro {
  padding: 3.4rem 0 2rem;
  grid-template-columns: minmax(10rem, .34fr) minmax(0, .66fr);
  gap: 2rem;
  align-items: end;
}

.product-spec-section .section-intro h2 {
  max-width: 36rem;
  font-size: clamp(2rem, 2.8vw, 3.15rem);
}

.product-spec-section .capability-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.product-spec-section .capability-grid div {
  min-width: 0;
  min-height: 10.8rem;
  padding: 1.35rem 1.45rem 1.5rem;
  display: grid;
  align-content: start;
  gap: .72rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-spec-section .capability-grid span {
  color: var(--accent);
}

.product-spec-section .capability-grid strong {
  max-width: 18rem;
  color: var(--ink);
  font-size: 1.04rem;
  line-height: 1.34;
}

.product-spec-section .capability-grid p {
  max-width: 18rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.55;
}

.product-spec-section + .final-cta {
  margin-top: 0;
}

.moq-hero .product-hero-image img {
  object-position: 50% 50%;
}

.moq-matrix,
.moq-policy-strip,
.moq-factor-grid,
.moq-brief-board {
  width: min(76rem, calc(100% - 6rem));
  margin: 0 auto 4.5rem;
}

.moq-policy-strip {
  margin-bottom: 1.25rem;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.moq-policy-strip article {
  min-width: 0;
  min-height: 12rem;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.moq-policy-strip article:nth-child(2n) {
  background: #fbfaf7;
}

.moq-matrix {
  display: grid;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.moq-matrix-row {
  min-width: 0;
  display: grid;
  grid-template-columns: minmax(13rem, .85fr) minmax(18rem, 1.25fr) minmax(14rem, 1fr);
}

.moq-matrix-row > div {
  min-width: 0;
  padding: 1.25rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.moq-matrix-head {
  background: var(--ink);
  color: #fff;
}

.moq-matrix-head > div {
  border-color: rgba(255, 255, 255, .16);
  color: rgba(255, 255, 255, .82);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.moq-matrix span,
.moq-policy-strip span,
.moq-factor-grid span,
.moq-brief-main span,
.moq-brief-note span {
  display: block;
  margin-bottom: .75rem;
  color: var(--accent);
  font-size: .74rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.25;
  text-transform: uppercase;
}

.moq-matrix strong,
.moq-policy-strip strong,
.moq-factor-grid strong,
.moq-brief-note strong {
  display: block;
  color: var(--text);
  font-size: 1.04rem;
  line-height: 1.35;
}

.moq-matrix p,
.moq-policy-strip p,
.moq-factor-grid p,
.moq-brief-note p {
  margin-top: .75rem;
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.62;
}

.moq-credit-examples {
  margin: .9rem 0 0;
  padding: 0;
  display: grid;
  gap: .55rem;
  list-style: none;
}

.moq-credit-examples li {
  min-width: 0;
  display: grid;
  gap: .2rem;
  padding-top: .55rem;
  border-top: 1px solid rgba(32, 32, 32, .08);
}

.moq-credit-examples b {
  color: var(--text);
  font-size: .84rem;
  line-height: 1.35;
}

.moq-credit-examples span {
  margin: 0;
  color: var(--muted);
  font-size: .86rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
}

.moq-placeholder {
  max-width: 100%;
  min-height: 2.4rem;
  padding: .58rem .68rem;
  display: inline-flex;
  align-items: center;
  border: 1px dashed rgba(138, 75, 45, .38);
  background: #fbfaf7;
  color: var(--accent);
  font-family: "Courier New", Consolas, monospace;
  font-size: .78rem;
  font-weight: 700;
  line-height: 1.35;
  white-space: normal;
  word-break: break-word;
}

.moq-factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.moq-factor-grid article {
  min-width: 0;
  min-height: 14rem;
  padding: 1.35rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.moq-factor-grid article:nth-child(2n) {
  background: #fbfaf7;
}

.quote-flow {
  width: min(82rem, calc(100% - 6rem));
  margin: 0 auto 5rem;
  padding-top: 3.25rem;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.quote-flow .section-intro {
  padding: 0 0 2rem;
  grid-template-columns: minmax(10rem, .3fr) minmax(0, .7fr);
  gap: 2rem;
  align-items: end;
}

.quote-flow .section-intro h2 {
  max-width: 42rem;
  font-size: clamp(2rem, 2.75vw, 3.1rem);
}

.quote-flow .flow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  background: #fff;
}

.quote-flow .flow-grid div {
  min-width: 0;
  min-height: 13.5rem;
  padding: 1.35rem 1.35rem 1.5rem;
  display: grid;
  align-content: start;
  gap: .75rem;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.quote-flow .flow-grid span {
  width: 2.1rem;
  height: 2.1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(138, 75, 45, .3);
  background: #fbf4f1;
  color: var(--accent);
  letter-spacing: 0;
}

.quote-flow .flow-grid strong {
  max-width: 13rem;
  color: var(--ink);
  font-size: 1.03rem;
  line-height: 1.35;
}

.quote-flow .flow-grid p {
  max-width: 15rem;
  color: var(--muted);
  font-size: .92rem;
  line-height: 1.58;
}

.moq-brief-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .42fr);
  border: 1px solid var(--line);
  background: #fff;
}

.moq-brief-main {
  min-width: 0;
  padding: 2.1rem;
  border-right: 1px solid var(--line);
}

.moq-brief-main h3 {
  max-width: 39rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 2.55vw, 3rem);
  font-weight: 500;
  line-height: 1.04;
}

.moq-brief-main ul {
  margin: 1.35rem 0 0;
  padding: 0;
  list-style: none;
}

.moq-brief-main li {
  position: relative;
  padding: .78rem 0 .78rem 1.35rem;
  border-top: 1px solid var(--line);
  color: var(--text);
  line-height: 1.58;
}

.moq-brief-main li::before {
  content: "";
  width: .38rem;
  height: .38rem;
  position: absolute;
  left: .15rem;
  top: 1.42rem;
  background: var(--accent);
}

.moq-brief-note {
  min-width: 0;
  padding: 2.1rem;
  display: grid;
  align-content: start;
  background: var(--soft);
}

.moq-brief-section + .final-cta {
  width: min(68rem, calc(100% - 6rem));
  margin-top: 5.25rem;
  margin-bottom: 4.75rem;
}

@media (max-width: 940px) {
  .product-hero {
    grid-template-columns: 1fr;
  }

  .product-hero-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .product-hero-image img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .product-family-card a,
  .product-family-card-wide a {
    grid-template-columns: 1fr;
  }

  .product-family-card img {
    height: auto;
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .product-spec-section {
    width: min(42rem, calc(100% - 3rem));
  }

  .product-spec-section .section-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .product-spec-section .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moq-matrix-row {
    grid-template-columns: 1fr 1fr;
  }

  .moq-factor-grid,
  .moq-policy-strip,
  .moq-brief-board {
    grid-template-columns: 1fr;
  }

  .moq-policy-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .moq-brief-main {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 700px) {
  .product-hero,
  .product-hero-copy,
  .product-hero-image {
    width: 100%;
    max-width: 100vw;
  }

  .product-hero-copy {
    width: 100vw;
    padding: 3.3rem 2.5rem 3rem 1.25rem;
  }

  .product-hero-copy > * {
    width: min(20.5rem, calc(100vw - 4rem));
    max-width: min(20.5rem, calc(100vw - 4rem));
  }

  .product-hero h1 {
    font-size: 2.35rem;
    line-height: 1.02;
  }

  .product-family-grid {
    grid-template-columns: 1fr;
  }

  .product-family-card,
  .product-family-card:nth-child(2n) {
    border-right: 0;
  }

  .product-family-card {
    border-bottom: 1px solid var(--line);
  }

  .product-family-card:last-child {
    border-bottom: 0;
  }

  .product-family-card a {
    min-height: auto;
    padding: 1rem;
  }

  .product-spec-section {
    width: calc(100% - 2.5rem);
    margin-bottom: 2.5rem;
  }

  .product-spec-section .section-intro {
    padding: 2.8rem 0 1.35rem;
    gap: 1rem;
  }

  .product-spec-section .capability-grid {
    grid-template-columns: 1fr;
  }

  .product-spec-section .capability-grid div {
    min-height: auto;
    padding: 1.05rem 1.1rem 1.15rem;
    gap: .55rem;
  }

  .product-spec-section .capability-grid strong,
  .product-spec-section .capability-grid p {
    max-width: 100%;
  }

  .moq-matrix,
  .moq-policy-strip,
  .moq-factor-grid,
  .moq-brief-board {
    width: calc(100% - 2.5rem);
    margin-bottom: 3.2rem;
  }

  .moq-policy-strip {
    grid-template-columns: 1fr;
  }

  .moq-matrix-row {
    grid-template-columns: 1fr;
  }

  .moq-matrix-row > div,
  .moq-policy-strip article,
  .moq-factor-grid article,
  .moq-brief-main,
  .moq-brief-note {
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }

  .moq-brief-main h3 {
    max-width: 20rem;
    font-size: 2rem;
    line-height: 1.04;
    text-wrap: initial;
  }
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 2rem;
  }

  .hero {
    grid-template-columns: minmax(0, .9fr) minmax(20rem, .58fr);
  }

  .case-slide {
    height: 100%;
    min-height: 0;
  }

  .case-carousel-stage {
    min-height: 28rem;
    max-height: 39rem;
    aspect-ratio: 3 / 1;
  }

  .case-slide-image img {
    min-height: 0;
  }

  .case-route a {
    grid-template-columns: 1fr;
  }

  .case-route img {
    height: auto;
    aspect-ratio: 16 / 9;
  }
}

@media (max-width: 940px) {
  .hero,
  .process-layout,
  .production-board-shell,
  .option-lane,
  .brief-builder,
  .quote-handoff-inner,
  .final-cta,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .category-entry-grid {
    width: min(46rem, calc(100% - 2.5rem));
    padding: 2.1rem 0 2.35rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }

  .category-entry {
    min-height: 0;
  }

  .hero-visual img {
    min-height: auto;
    aspect-ratio: 16 / 9;
  }

  .signal-strip,
  .flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .signal-strip div:nth-child(2n),
  .flow-grid div:nth-child(2n) {
    border-right: 0;
  }

  .signal-strip div:nth-child(-n+2),
  .flow-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .section-intro,
  .process-led .section-intro,
  .quote-flow .section-intro {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .production-intro {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .option-lane-heading {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .case-system,
  .option-card-grid,
  .production-card-grid,
  .brief-simple,
  .capability-grid,
  .brief-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .option-card:nth-child(2n) {
    border-right: 0;
  }

  .option-card:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .case-slide-image {
    border-bottom: 1px solid var(--line);
  }

  .case-slide-image img {
    aspect-ratio: auto;
  }

  .case-route,
  .case-route:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .case-route:nth-child(2n) {
    border-right: 0;
  }

  .case-route:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .process-menu {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brief-steps {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .brief-steps a {
    min-height: 9.5rem;
    border-right: 1px solid var(--line);
    border-bottom: 0;
  }

  .brief-steps a:last-child {
    border-right: 0;
  }

  .brief-guide {
    grid-template-columns: 1fr;
  }

  .brief-guide-primary {
    border-right: 0;
  }

  .brief-option-grid article:nth-child(2n) {
    border-right: 0;
  }

  .brief-option-grid article:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .site-footer {
    gap: 2rem;
  }

  .footer-brand h2 {
    max-width: 27rem;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .capability-grid div:nth-child(3n) {
    border-right: 1px solid var(--line);
  }

  .capability-grid div:nth-child(2n) {
    border-right: 0;
  }

  .capability-grid div:nth-last-child(-n+3) {
    border-bottom: 1px solid var(--line);
  }

  .capability-grid div:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .final-cta .cta-actions {
    justify-content: flex-start;
  }

  .brief-package {
    grid-template-columns: 1fr;
  }

  .quote-handoff-panel {
    max-width: 34rem;
  }

  .brief-package-main {
    border-right: 0;
  }

  .brief-input-grid {
    border-right: 0;
  }

  .brief-checklist {
    grid-column: auto;
    grid-row: auto;
    border-top: 1px solid var(--line);
  }

  .flow-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .flow-timeline li::after {
    display: none;
  }

  .flow-timeline li:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .flow-timeline li:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .cta-brief-strip {
    width: min(24rem, 100%);
  }
}

@media (max-width: 700px) {
  body,
  main,
  .site-header,
  .category-showcase,
  .hero,
  .hero-copy,
    .category-entry-grid,
    .production-card-grid,
    .brief-package,
    .quote-handoff,
    .flow-timeline,
    .brief-simple,
    .production-board-shell,
  .production-option-stack,
  .option-lane,
  .brief-builder,
  .hero-visual,
  .signal-strip,
  .option-showcase,
  .section,
  .final-cta,
  .site-footer {
    width: 100%;
    max-width: 100vw;
  }

  .site-header {
    min-height: auto;
    padding: 1rem 1.1rem;
    align-items: flex-start;
    flex-direction: column;
  }

  .nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, max-content);
    justify-content: start;
    gap: .5rem 1rem;
    font-size: .9rem;
  }

  .brand strong {
    font-size: 1.24rem;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    width: 100%;
    padding: 3.3rem 1.25rem 3rem;
  }

  .category-entry-grid {
    width: calc(100% - 1.5rem);
    padding: 1.25rem 0 1.75rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
  }

  .category-entry {
    min-height: auto;
    padding: 0;
    border: 1px solid var(--line);
  }

  .category-entry-media img {
    padding: .95rem;
    aspect-ratio: auto;
  }

  .category-entry strong {
    max-width: 100%;
    font-size: .72rem;
    line-height: 1.25;
  }

  .category-entry:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .hero-copy > *,
  .hero-actions {
    width: 100%;
    max-width: 22rem;
  }

  .hero h1 {
    max-width: 20rem;
    font-size: 2.12rem;
    line-height: 1.02;
    text-wrap: initial;
  }

  .lead {
    width: 100%;
    max-width: 22rem;
    font-size: 1rem;
  }

  .signal-strip div > * {
    max-width: min(20.5rem, calc(100vw - 4rem));
  }

  .hero-actions,
  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .quote-handoff {
    padding: 3.8rem 0 4.25rem;
  }

  .quote-handoff-inner {
    width: calc(100% - 2.5rem);
    padding-top: 1.75rem;
    gap: 1.45rem;
  }

  .quote-handoff-copy {
    gap: .85rem;
  }

  .quote-handoff-copy h2 {
    max-width: 21rem;
    font-size: 1.88rem;
    line-height: 1.05;
    text-wrap: initial;
  }

  .quote-handoff-copy p:not(.eyebrow) {
    max-width: 22rem;
    font-size: .98rem;
  }

  .quote-handoff-panel {
    padding: 1.1rem;
    gap: 1rem;
  }

  .quote-handoff-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-visual figcaption {
    padding: 1.05rem 1.25rem 1.2rem;
  }

  .signal-strip,
  .case-system,
  .case-carousel-tabs,
  .option-card-grid,
  .production-card-grid,
  .brief-input-grid,
  .brief-simple,
  .capability-grid,
  .brief-steps,
  .brief-option-grid,
  .flow-timeline,
  .flow-grid,
  .process-menu {
    grid-template-columns: 1fr;
  }

  .case-carousel-stage,
  .case-slide {
    height: min(62vh, 34rem);
    min-height: 27rem;
    aspect-ratio: auto;
  }

  .carousel-hero-copy {
    width: min(20rem, calc(100% - 2.5rem));
    left: 1.25rem;
    right: 1.25rem;
    top: 47%;
  }

  .carousel-hero-copy .eyebrow {
    margin-bottom: .55rem;
  }

  .carousel-hero-copy .hero-display {
    max-width: 19rem;
    font-size: 2rem;
    line-height: 1.06;
  }

  .carousel-hero-copy p:not(.eyebrow) {
    max-width: 18rem;
    margin-top: .65rem;
    font-size: .88rem;
    line-height: 1.55;
  }

  .hero-cta {
    min-height: 2rem;
    margin-top: 1rem;
    padding: .52rem .9rem;
  }

  .case-carousel-controls {
    grid-template-columns: 1fr;
  }

  .case-carousel-arrows {
    display: none;
  }

  .case-carousel-tabs {
    width: auto;
    left: auto;
    right: .85rem;
    bottom: .85rem;
    transform: none;
    display: flex;
    grid-template-columns: none;
    gap: .35rem;
  }

  .case-tab {
    width: 2rem;
    min-height: 2rem;
    min-width: 0;
    padding: 0;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .58);
    border-bottom: 0;
  }

  .case-tab strong {
    display: none;
  }

  .case-tab:last-child {
    border-bottom: 0;
    border-right: 1px solid rgba(255, 255, 255, .58);
  }

  .signal-strip div,
  .signal-strip div:nth-child(2n),
  .case-route,
  .case-route:nth-child(2n),
  .option-card,
  .option-card:nth-child(2n),
  .brief-input-card,
  .brief-steps a,
  .brief-option-grid article,
  .brief-option-grid article:nth-child(2n),
  .capability-grid div,
  .capability-grid div:nth-child(2n),
  .capability-grid div:nth-child(3n),
  .flow-timeline li,
  .flow-timeline li:nth-child(2n),
  .flow-grid div,
  .flow-grid div:nth-child(2n) {
    border-right: 0;
  }

  .signal-strip div,
  .case-route,
  .case-route:nth-last-child(-n+2),
  .option-card,
  .option-card:nth-child(-n+2),
  .brief-input-card,
  .brief-steps a,
  .brief-option-grid article,
  .brief-option-grid article:nth-child(-n+2),
  .capability-grid div,
  .capability-grid div:nth-last-child(-n+2),
  .capability-grid div:nth-last-child(-n+3),
  .flow-timeline li,
  .flow-timeline li:nth-child(-n+2),
  .flow-grid div,
  .flow-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .signal-strip div:last-child,
  .case-route:last-child,
  .option-card:last-child,
  .brief-input-card:last-child,
  .brief-steps a:last-child,
  .brief-option-grid article:last-child,
  .capability-grid div:last-child,
  .flow-timeline li:last-child,
  .flow-grid div:last-child {
    border-bottom: 0;
  }

  .section-intro {
    padding: 3.7rem 1.25rem 1.9rem;
    gap: 1.35rem;
  }

  .production-intro {
    width: calc(100% - 2.5rem);
    padding: 3.2rem 0 1.9rem;
    text-align: left;
  }

  .production-intro h2,
  .production-intro > p:not(.eyebrow) {
    margin-left: 0;
    margin-right: 0;
  }

  .production-actions {
    justify-content: flex-start;
  }

  .production-card-grid,
  .brief-package,
  .flow-timeline,
  .brief-simple {
    width: calc(100% - 2.5rem);
    margin-bottom: 3.2rem;
    gap: .9rem;
  }

  .brief-package,
  .flow-timeline {
    gap: 0;
  }

  .production-actions {
    gap: .8rem 1rem;
  }

  .option-lane-heading {
    padding: 1.35rem 1.25rem;
  }

  .section-intro h2,
  .final-cta h2 {
    font-size: 1.82rem;
    line-height: 1.04;
    max-width: 20rem;
    text-wrap: initial;
  }

  .case-route a {
    min-height: auto;
    padding: 1rem;
  }

  .case-route img {
    min-height: auto;
  }

  .process-menu,
  .option-lane-heading,
  .signal-strip div,
  .option-card,
  .brief-package-main,
  .brief-input-card,
  .brief-checklist,
  .brief-guide-primary,
  .brief-prep,
  .brief-option-grid article,
  .capability-grid div,
  .flow-timeline li,
  .flow-grid div {
    padding: 1.25rem 2.5rem 1.25rem 1.25rem;
  }

  .brief-package-main h3 {
    max-width: 20.5rem;
    font-size: 2rem;
    line-height: 1.05;
    text-wrap: initial;
  }

  .brief-package-main p,
  .brief-input-card p,
  .brief-checklist li,
  .flow-timeline p,
  .final-cta-copy p:not(.eyebrow) {
    max-width: 21rem;
  }

  .brief-guide-primary {
    min-height: auto;
  }

  .brief-guide-primary h3 {
    max-width: 20rem;
    font-size: 2rem;
    line-height: 1.04;
    text-wrap: initial;
  }

  .brief-tags {
    gap: .45rem;
  }

  .brief-tags span {
    min-height: 2rem;
    padding: .5rem .6rem;
  }

  .final-cta {
    padding: 3.25rem 1.25rem;
  }

  .flow-grid {
    width: calc(100% - 2.5rem);
    padding: 0 0 3.5rem;
    gap: .75rem;
  }

  .flow-timeline {
    margin-bottom: 3.4rem;
  }

  .site-footer {
    padding: 1.7rem 1.25rem .85rem;
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .footer-brand h2 {
    max-width: 18rem;
    margin-top: .5rem;
    font-size: 1.38rem;
    line-height: 1.1;
  }

  .footer-brand p {
    max-width: 20rem;
    margin-top: .5rem;
    font-size: .84rem;
    line-height: 1.45;
  }

  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem 1.2rem;
  }

  .footer-column {
    gap: .44rem;
  }

  .footer-brief {
    grid-column: 1 / -1;
    max-width: 24rem;
  }

  .footer-bottom {
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
  }
}

@media (max-width: 520px) {
  .category-entry-grid {
    width: calc(100% - 1.5rem);
    grid-template-columns: 1fr;
  }
}

@media (max-width: 390px) {
  .nav {
    grid-template-columns: repeat(2, max-content);
  }

  .hero h1 {
    font-size: 2.12rem;
  }

  .carousel-hero-copy .hero-display {
    font-size: 1.76rem;
  }

  .category-entry strong {
    font-size: .66rem;
  }

  .section-intro h2,
  .final-cta h2 {
    font-size: 1.76rem;
  }

  .brand span,
  .eyebrow,
    .button,
    .case-route span,
    .category-entry em,
    .signal-strip span,
    .process-menu a,
    .brief-steps span,
    .brief-step-label,
    .brief-tags span,
    .brief-prep span,
    .brief-option-grid span,
    .option-lane-heading span,
    .option-card span,
    .capability-grid span,
    .flow-grid span,
  .text-link,
  .hero-visual figcaption span {
    font-size: .68rem;
  }
}

@media (max-width: 940px) {
  .quote-flow {
    width: min(42rem, calc(100% - 3rem));
    margin-bottom: 4rem;
    padding-top: 2.75rem;
  }

  .quote-flow .section-intro {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }

  .quote-flow .flow-grid {
    width: 100%;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .quote-flow .flow-grid div {
    min-height: 12rem;
    padding: 1.2rem;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }

  .quote-flow .flow-grid div:nth-child(2n) {
    border-right: 1px solid var(--line);
  }

  .quote-flow .flow-grid div:nth-child(-n+2) {
    border-bottom: 1px solid var(--line);
  }

  .moq-brief-section + .final-cta {
    width: min(42rem, calc(100% - 3rem));
    margin-top: 4rem;
    margin-bottom: 3.75rem;
  }
}

@media (max-width: 700px) {
  .quote-flow {
    width: calc(100% - 2.5rem);
    margin-bottom: 3.25rem;
    padding-top: 2.25rem;
  }

  .quote-flow .section-intro {
    padding-bottom: 1.35rem;
  }

  .quote-flow .flow-grid {
    grid-template-columns: 1fr;
  }

  .quote-flow .flow-grid div {
    min-height: auto;
    padding: 1.05rem 1.1rem 1.15rem;
  }

  .quote-flow .flow-grid strong,
  .quote-flow .flow-grid p {
    max-width: 100%;
  }

  .moq-brief-section + .final-cta {
    width: calc(100% - 2.5rem);
    margin-top: 3.25rem;
    margin-bottom: 3rem;
  }
}
