:root {
  --burgundy: #7a0924;
  --burgundy-dark: #5e061b;
  --ink: #101820;
  --parchment: #f7f1e8;
  --paper: #fffdf8;
  --line: #e6d8c7;
  --green: #4fa66a;
  --muted: #6c625b;
  --shadow: 0 24px 70px rgba(16, 24, 32, 0.16);
  --serif: "Playfair Display", "Cormorant Garamond", Georgia, serif;
  --sans: Inter, Manrope, "Source Sans 3", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
.mobile-only { display: none; }
.setup-banner {
  padding: 10px 22px;
  color: #fffdf8;
  background: var(--burgundy);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}
.setup-banner a { text-decoration: underline; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  min-height: 82px;
  padding: 16px clamp(22px, 5vw, 70px);
  background: rgba(255, 253, 248, 0.88);
  border-bottom: 1px solid rgba(230, 216, 199, 0.68);
  backdrop-filter: blur(16px);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-weight: 800;
  font-size: 21px;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 32px;
  color: var(--burgundy);
}
.brand-mark svg { width: 28px; height: 44px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.brand-logo {
  display: block;
  width: clamp(150px, 14vw, 218px);
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}
.brand-footer .brand-logo {
  filter: brightness(0) invert(1);
  opacity: 0.94;
}
.sketch-icon {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-1deg);
}
.ink-icon {
  overflow: visible;
  filter: drop-shadow(0 2px 1px rgba(16,24,32,0.06));
}
.ink-icon-main { stroke: currentColor; }
.ink-icon-accent {
  fill: none;
  stroke: var(--burgundy);
  stroke-width: 1.15;
  stroke-linecap: round;
  opacity: 0.78;
}
.ink-icon-dot {
  fill: var(--green);
  stroke: var(--paper);
  stroke-width: 0.7;
}
.raster-ink-icon {
  display: block;
  object-fit: contain;
  object-position: center;
}
.line-icon .raster-ink-icon {
  width: 56px;
  height: 56px;
}
.audience-grid .raster-ink-icon {
  width: 56px;
  height: 56px;
}
.principle-grid .raster-ink-icon,
.deliverable-grid .raster-ink-icon,
.price-info-grid .raster-ink-icon,
.outcome-grid .raster-ink-icon,
.value-grid .raster-ink-icon,
.situation-grid .raster-ink-icon,
.audience-profile-grid .raster-ink-icon,
.fit-grid .raster-ink-icon,
.problem-grid .raster-ink-icon,
.assurance-grid .raster-ink-icon {
  width: 48px;
  height: 48px;
  padding: 3px;
}
.sketch-icon.large {
  width: 44px;
  height: 44px;
}
.sketch-icon.mini {
  width: 18px;
  height: 18px;
}
.main-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2.5vw, 34px);
  font-size: 14px;
  font-weight: 750;
}
.main-nav a { padding: 8px 0; }
.main-nav a:hover,
.main-nav a.active { color: var(--burgundy); }
.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  white-space: nowrap;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}
.header-cta:hover,
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(122, 9, 36, 0.22);
}
.header-cta,
.btn-primary {
  color: #fffdf8;
  background: var(--burgundy);
  box-shadow: 0 12px 24px rgba(122, 9, 36, 0.18);
}
.header-cta::after,
.btn-primary::after,
.section-head a::after,
.service-grid a::after { content: "→"; margin-left: 10px; }
.btn-secondary {
  color: var(--burgundy);
  background: rgba(255, 253, 248, 0.78);
  border-color: var(--burgundy);
}
.btn-light {
  color: var(--burgundy);
  background: #fffdf8;
  border-color: rgba(255,255,255,0.7);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(420px, 0.92fr) minmax(520px, 1.08fr);
  gap: clamp(24px, 4vw, 66px);
  align-items: center;
  min-height: 760px;
  padding: clamp(42px, 5vw, 68px) clamp(22px, 5vw, 70px) 66px;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 35%, rgba(122, 9, 36, 0.08), transparent 22%),
    linear-gradient(115deg, rgba(247, 241, 232, 0.97), rgba(255, 253, 248, 0.92)),
    var(--parchment);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.52;
  background-image:
    linear-gradient(22deg, transparent 0 46%, rgba(122, 9, 36, 0.09) 47%, transparent 48%),
    repeating-linear-gradient(0deg, transparent 0 27px, rgba(122, 9, 36, 0.04) 28px 29px);
  mask-image: radial-gradient(circle at 74% 34%, #000 0 34%, transparent 62%);
}
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
h1, h2 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 800;
  letter-spacing: 0.012em;
  line-height: 1.11;
}
h1 { font-size: clamp(var(--h1-min, 36px), var(--h1-fluid, 4.4vw), var(--h1-max, 56px)); }
h1 span { color: var(--burgundy); }
.hero-copy p {
  max-width: 520px;
  margin: 28px 0 30px;
  font-size: 18px;
  color: #3d332d;
}
.hero-actions { display: flex; gap: 18px; flex-wrap: wrap; }
.trust-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-top: 46px;
  font-size: 13px;
  color: var(--muted);
  flex-wrap: wrap;
}
.trust-row strong { color: var(--ink); margin-right: 8px; }
.trust-row strong::before { content: "★★★★★"; color: #d7a944; letter-spacing: 2px; margin-right: 10px; }
.avatar-stack { display: flex; }
.avatar-stack span {
  width: 34px;
  height: 34px;
  margin-left: -8px;
  border: 2px solid var(--paper);
  border-radius: 50%;
  background: linear-gradient(135deg, #dac0a2, #7a0924);
}
.avatar-stack span:first-child { margin-left: 0; }
.avatar-stack span:nth-child(2) { background: linear-gradient(135deg, #d7ecf1, #101820); }
.avatar-stack span:nth-child(3) { background: linear-gradient(135deg, #f2c785, #7a0924); }
.avatar-stack span:nth-child(4) { background: linear-gradient(135deg, #f3ddd2, #4fa66a); }

.hero-system {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 560px;
}
.hero-system > :not(.hero-artwork) {
  position: relative;
  z-index: 1;
}
.hero-artwork {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
  --art-opacity: 0.82;
}
.js .hero-artwork {
  opacity: 0;
  transform: translate3d(0, 12px, 0) scale(0.985);
  transition: opacity 420ms ease-out, transform 560ms cubic-bezier(0.22, 0.8, 0.28, 1);
}
.js .hero-artwork.is-ready {
  opacity: var(--art-opacity);
  transform: none;
}
.hero-artwork-main {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 16px 18px rgba(16,24,32,0.07));
  animation: heroArtworkFloat 10s ease-in-out infinite;
}
.js .hero-artwork:not(.is-ready) .hero-artwork-main,
.js .hero-artwork:not(.is-ready) .hero-artwork-orbit,
.js .hero-artwork:not(.is-ready) .hero-artwork-dot { animation-play-state: paused; }
.hero-artwork-orbit {
  position: absolute;
  width: 22%;
  aspect-ratio: 1;
  right: 9%;
  top: 10%;
  border: 1px dashed rgba(122,9,36,0.5);
  border-radius: 50%;
  animation: heroInkOrbit 18s linear infinite;
}
.hero-artwork-dot {
  position: absolute;
  width: 9px;
  aspect-ratio: 1;
  right: 18%;
  top: 15%;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(79,166,106,0.13);
  animation: heroInkDot 4.6s ease-in-out infinite;
}
.hero-system .hero-artwork {
  width: min(44%, 340px);
  right: -6%;
  top: 0;
  --art-opacity: 0.32;
}
.hero-system .hero-artwork-orbit { right: 3%; top: 4%; }
.hero-system .hero-artwork-dot { right: 15%; top: 10%; }
.hero-system--art {
  display: grid;
  place-items: center;
  min-height: 460px;
}
.hero-system--art .hero-artwork {
  position: relative;
  inset: auto;
  width: min(100%, 600px);
  --art-opacity: 0.9;
}
.hero-system--art .hero-artwork-orbit { right: 5%; top: 6%; }
.hero-system--art .hero-artwork-dot { right: 16%; top: 11%; }
.dashboard-shell {
  position: relative;
  width: min(720px, 100%);
  min-height: 382px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 12px;
  border-radius: 20px;
  background: linear-gradient(145deg, #20272c, #07090a);
  box-shadow: 0 20px 52px rgba(16, 24, 32, 0.14);
  transform: none;
  animation: heroPanelFloat 12s ease-in-out infinite;
}
.dashboard {
  padding: 20px;
  border-radius: 16px;
  background: #fffaf2;
  border: 1px solid #eadfce;
}
.dash-top,
.panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}
.dash-top span,
.panel-head span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}
.dash-top strong {
  display: block;
  margin-top: 5px;
  font-size: 18px;
}
.dash-top small { color: var(--muted); }
.status-dot {
  padding: 6px 10px;
  border-radius: 99px;
  color: #23733b;
  background: #e7f5ea;
  font-size: 12px;
  font-weight: 800;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin: 18px 0 12px;
}
.metric-card {
  min-height: 88px;
  padding: 11px;
  border-radius: 8px;
  background: #fffdf8;
  border: 1px solid #efe4d5;
}
.metric-card span { color: var(--muted); font-size: 12px; font-weight: 800; }
.metric-card strong { display: block; margin-top: 4px; font-size: 22px; line-height: 1; }
.sparkline {
  width: 100%;
  height: 22px;
  margin-top: 10px;
  stroke: var(--burgundy);
  fill: none;
  stroke-width: 2;
}
.dash-bottom {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  gap: 12px;
}
.activity-panel,
.calendar-panel {
  min-height: 140px;
  padding: 12px;
  border-radius: 9px;
  background: #fffdf8;
  border: 1px solid #efe4d5;
}
.activity-list { display: grid; gap: 10px; margin-top: 13px; }
.activity-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0e6da;
  font-size: 12px;
}
.activity-item b { color: var(--burgundy); }
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
  margin-top: 10px;
  text-align: center;
  font-size: 11px;
}
.calendar-grid b {
  display: grid;
  place-items: center;
  min-height: 24px;
  border-radius: 50%;
  font-weight: 700;
}
.active-day { color: #fff; background: var(--burgundy); }
.floating-cards {
  position: absolute;
  right: -12px;
  top: 10%;
  display: grid;
  gap: 10px;
  width: 180px;
  opacity: 0.88;
}
.float-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  border-radius: 8px;
  background: rgba(255,253,248,0.94);
  border: 1px solid rgba(230,216,199,0.9);
  box-shadow: 0 10px 24px rgba(16,24,32,0.10);
  animation: heroCardFloat 10s ease-in-out infinite;
}
.float-card:nth-child(2) { animation-delay: -3.4s; }
.float-card:nth-child(3) { animation-delay: -6.8s; }
.float-card .card-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--burgundy);
  border-radius: 50%;
}
.float-card strong { display: block; font-size: 13px; }
.float-card span { display: block; color: var(--muted); font-size: 12px; }
.float-card em {
  display: inline-block;
  margin-top: 7px;
  padding: 3px 8px;
  border-radius: 99px;
  color: #2f8249;
  background: #e6f5ea;
  font-style: normal;
  font-size: 11px;
  font-weight: 800;
}
.service-switcher {
  position: relative;
  left: auto;
  bottom: auto;
  display: flex;
  gap: 6px;
  padding: 10px;
  border-radius: 26px;
  background: #151b20;
  box-shadow: 0 18px 40px rgba(16,24,32,0.34);
  transform: none;
  animation: heroControlFloat 11s ease-in-out infinite;
}
.service-tab {
  display: grid;
  place-items: center;
  gap: 4px;
  min-width: 92px;
  min-height: 72px;
  color: #f6efe6;
  background: transparent;
  border: 0;
  border-radius: 18px;
  font: 800 13px/1 var(--sans);
  cursor: pointer;
}
.service-tab.active {
  background: rgba(255,255,255,0.08);
  box-shadow: inset 0 -3px 0 var(--burgundy);
}
.tab-icon {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 50%;
  color: #fff;
}

.benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.benefits article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 20px clamp(18px, 4vw, 64px);
  background: var(--paper);
}
.line-icon {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  color: var(--burgundy);
  border: 0;
  border-radius: 0;
}
.benefits strong { display: block; font-size: 14px; }
.benefits p { margin: 2px 0 0; color: var(--muted); font-size: 13px; }

.section { padding: 72px clamp(22px, 5vw, 70px); }
.section-label {
  margin: 0 0 12px;
  color: var(--burgundy);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.centered { text-align: center; }
.section h2 {
  font-size: clamp(31px, 3.65vw, 48px);
  letter-spacing: 0.014em;
  line-height: 1.12;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 28px;
}
.section-head a,
.service-grid a {
  color: var(--burgundy);
  font-weight: 850;
  font-size: 14px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}
.service-grid article,
.pricing-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.service-grid article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
.service-grid article > span,
.service-grid article > .raster-ink-icon {
  position: absolute;
  right: -24px;
  bottom: -26px;
  z-index: 0;
  display: block;
  width: 160px;
  height: 160px;
  margin: 0;
  opacity: 0.12;
  pointer-events: none;
}
.service-grid article > :is(span, .raster-ink-icon) .raster-ink-icon,
.service-grid article > .raster-ink-icon {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
}
.service-grid article > h3,
.service-grid article > p,
.service-grid article > a,
.service-grid article > ul {
  position: relative;
  z-index: 1;
}
.service-grid article:hover > :is(span, .raster-ink-icon) { opacity: 0.18; }
.service-grid article,
.pricing-grid article,
.work-grid article {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}
.service-grid article:hover,
.pricing-grid article:hover,
.work-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(122, 9, 36, 0.28);
  box-shadow: 0 18px 38px rgba(16, 24, 32, 0.08);
}
.service-cta-card {
  display: grid;
  place-items: center;
  align-items: center;
  justify-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.service-cta-card .btn {
  justify-self: center;
  width: auto;
  min-width: 0;
  color: #fffdf8;
  padding-inline: 22px;
}
.service-cta-card .btn::after {
  content: none;
}
h3 {
  margin: 0 0 10px;
  font-size: 16px;
  letter-spacing: 0.008em;
  line-height: 1.32;
}
.service-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.service-grid .service-cta-card {
  grid-column: auto;
}
.service-grid p,
.audience-grid p,
.process-grid p,
.pricing-grid li,
.pricing-grid p,
.work-grid p,
.site-footer p {
  color: var(--muted);
  font-size: 14px;
}

.audience {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  background: linear-gradient(180deg, #fffdf8, #faf5ed);
}
.audience-copy { max-width: none; }
.audience-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: clamp(14px, 2vw, 28px);
  text-align: center;
}
.audience-grid span { display: block; margin-bottom: 14px; font-size: 36px; color: var(--ink); }
.audience-grid .sketch-icon {
  margin: 0 auto 14px;
  color: var(--ink);
}
.audience-action {
  display: flex;
  justify-content: flex-end;
  padding-top: 6px;
}

.process { position: relative; background: #fffdf8; }
.process-line {
  height: 1px;
  max-width: 1120px;
  margin: 34px auto -18px;
  background: linear-gradient(90deg, transparent, var(--burgundy), transparent);
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  text-align: center;
}
.process .process-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.process-number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  margin: 0 auto 16px;
  gap: 2px;
}
.process-number .number-glyph {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.process-grid h3 {
  font-size: 18px;
  line-height: 1.18;
}
.process-grid p {
  font-size: 14px;
  line-height: 1.55;
}
.process-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.process-intro h2,
.process-principles h2,
.process-detail h2,
.process-deliverables h2,
.process-client h2,
.process-next h2 {
  max-width: 900px;
}
.process-intro > p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #3d332d;
  font-size: 18px;
  line-height: 1.8;
}
.process-principles {
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.7), rgba(255, 253, 248, 0.96)),
    #f7f1e8;
}
.principle-grid,
.deliverable-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.principle-grid article,
.deliverable-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.05);
}
.principle-grid .sketch-icon,
.deliverable-grid .sketch-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 8px;
}
.principle-grid h3,
.deliverable-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}
.principle-grid p,
.deliverable-grid p,
.process-timeline p,
.process-timeline li,
.process-client li,
.process-next p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.process-detail,
.process-deliverables {
  background: #fffdf8;
}
.process-timeline {
  position: relative;
  display: grid;
  gap: 18px;
}
.process-timeline::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 22px;
  width: 1px;
  background: linear-gradient(180deg, var(--burgundy), rgba(122, 9, 36, 0.08));
}
.process-timeline article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: start;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.process-timeline b {
  z-index: 1;
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  color: #fffdf8;
  background: var(--burgundy);
  border-radius: 999px;
}
.process-timeline h3 {
  font-size: 22px;
}
.process-timeline .timeline-lead {
  color: #2b2521;
  font-weight: 740;
}
.process-timeline ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}
.process-timeline li::before,
.process-client li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--burgundy);
  font-weight: 900;
}
.process-client {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #faf5ed;
}
.process-client ul {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.process-client li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.process-next {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 15%, rgba(122, 9, 36, 0.08), transparent 24%),
    #f7f1e8;
}
.process-next p {
  max-width: 760px;
  margin: 18px 0 0;
}
.pricing-intro,
.reference-intro,
.about-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.pricing-intro h2,
.pricing-includes h2,
.pricing-faq h2,
.pricing-next h2,
.reference-intro h2,
.reference-outcomes h2,
.about-intro h2,
.about-values h2,
.about-stack h2,
.about-next h2 {
  max-width: 900px;
}
.pricing-intro > p,
.reference-intro > p,
.about-intro > p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #3d332d;
  font-size: 18px;
  line-height: 1.8;
}
.pricing-includes,
.reference-outcomes,
.about-values {
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.7), rgba(255, 253, 248, 0.96)),
    #f7f1e8;
}
.price-info-grid,
.outcome-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.price-info-grid article,
.outcome-grid article,
.value-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.05);
}
.price-info-grid .sketch-icon,
.outcome-grid .sketch-icon,
.value-grid .sketch-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 8px;
}
.price-info-grid h3,
.outcome-grid h3,
.value-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}
.price-info-grid p,
.outcome-grid p,
.value-grid p,
.pricing-faq p,
.pricing-next p,
.about-stack li,
.about-next p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.pricing-faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.faq-list {
  display: grid;
  gap: 12px;
}
.faq-list details {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.faq-list summary {
  color: var(--ink);
  font-weight: 850;
  cursor: pointer;
}
.faq-list p {
  margin: 12px 0 0;
}
.pricing-next,
.about-next {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 15%, rgba(122, 9, 36, 0.08), transparent 24%),
    #f7f1e8;
}
.pricing-next p,
.about-next p {
  max-width: 760px;
  margin: 18px 0 0;
}
.about-stack {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.about-stack ul {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.about-stack li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.about-stack li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--burgundy);
  font-weight: 900;
}

.pricing { background: #faf5ed; }
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
}
.pricing-grid article { display: flex; flex-direction: column; min-height: 360px; }
.pricing-grid h3 { font-size: 22px; text-align: center; }
.pricing-grid strong {
  display: block;
  margin: 6px 0 18px;
  color: var(--burgundy);
  text-align: center;
  font-size: 24px;
}
.pricing-grid ul { display: grid; gap: 10px; margin: 0 0 24px; padding: 0; list-style: none; }
.pricing-grid li::before { content: "✓"; color: var(--burgundy); font-weight: 900; margin-right: 10px; }
.pricing-grid .btn { margin-top: auto; width: 100%; }
.featured-price {
  color: #fffdf8;
  background: radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 34%), var(--burgundy) !important;
  border-color: transparent !important;
}
.featured-price p,
.featured-price li,
.featured-price strong { color: rgba(255,253,248,0.9); }
.featured-price li::before { color: #fff; }

.work-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 22px;
}
.reference-card {
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
  overflow: hidden;
}
.reference-card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 18px;
}
.reference-card small {
  display: block;
  margin: 2px 0 8px;
  color: var(--burgundy);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.reference-card h3 {
  margin-bottom: 10px;
  font-size: 19px;
}
.reference-card p {
  margin: 0 0 18px;
}
.reference-detail {
  padding-top: 16px;
  border-top: 1px solid rgba(230, 216, 199, 0.78);
  line-height: 1.65;
}
.reference-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--burgundy);
  font-size: 14px;
  font-weight: 900;
}
.reference-link::after {
  content: "↗";
  font-size: 13px;
}
.work-visual {
  display: grid;
  place-items: center;
  height: 130px;
  margin-bottom: 18px;
  border-radius: 8px;
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at 85% 18%, rgba(122,9,36,0.07), transparent 32%),
    linear-gradient(180deg, #fffdf8, #f7f1e8);
  overflow: hidden;
  position: relative;
}
.reference-card .work-visual {
  border-color: rgba(230, 216, 199, 0.9);
}
.reference-card .logo-panel-dark {
  background:
    radial-gradient(circle at 82% 20%, rgba(79,166,106,0.26), transparent 30%),
    linear-gradient(135deg, #172027, #2e3f42);
  border-color: rgba(16, 24, 32, 0.18);
}
.reference-card .logo-panel-dark::before {
  border-color: rgba(255,255,255,0.12);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(255,255,255,0.08) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 0 48%, rgba(255,255,255,0.06) 49% 51%, transparent 52%);
}
.reference-card .logo-panel-dark::after {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}
.work-visual span {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  color: var(--burgundy);
  border: 1px solid rgba(122,9,36,0.35);
  border-radius: 50%;
  background: rgba(255,253,248,0.82);
  font-family: var(--serif);
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}
.work-visual img {
  position: relative;
  z-index: 2;
  display: block;
  max-width: min(82%, 190px);
  max-height: 76px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(16, 24, 32, 0.1));
}
.work-visual::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 7px;
  border: 1px solid rgba(122,9,36,0.08);
  background:
    linear-gradient(90deg, transparent 0 48%, rgba(122,9,36,0.05) 49% 51%, transparent 52%),
    linear-gradient(0deg, transparent 0 48%, rgba(122,9,36,0.04) 49% 51%, transparent 52%);
}
.work-visual::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 13px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(122, 9, 36, 0.2), transparent);
}
.visual-shop { background-color: #e9eee8; }
.visual-pdf { background-color: #eee3d3; }
.visual-booking { background-color: #f3eee6; }
.visual-crm { background-color: #dfe7ea; }
.visual-system { background-color: #e5e2dc; }

.contact {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
  padding: 58px clamp(22px, 5vw, 70px);
  color: #fffdf8;
  background:
    radial-gradient(circle at 12% 50%, rgba(255,255,255,0.12), transparent 25%),
    linear-gradient(105deg, #5e061b, #8c0e2d 55%, #5e061b);
}
.contact h2 {
  font-size: clamp(30px, 3.25vw, 44px);
  letter-spacing: 0.014em;
  line-height: 1.13;
}
.contact p { font-size: 18px; color: rgba(255,253,248,0.86); }

/* Blog */
.blog-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(300px, 0.72fr) minmax(520px, 1.28fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  overflow: hidden;
  padding: 50px clamp(22px, 8vw, 132px);
  background: var(--parchment);
  border-bottom: 1px solid var(--line);
}
.blog-hero > :not(.hero-artwork) { position: relative; z-index: 1; }
.blog-hero .hero-artwork { width: min(38vw, 470px); right: -8vw; top: -34%; --art-opacity: 0.18; }
.blog-hero-copy > p, .blog-date { margin: 0 0 12px; color: var(--burgundy); font-size: 13px; font-weight: 900; letter-spacing: 0.05em; text-transform: uppercase; }
.blog-hero h1 { max-width: 540px; font-size: clamp(34px, 3.5vw, 48px); }
.blog-hero-copy > span { display: block; max-width: 460px; margin-top: 16px; color: #4d423a; font-size: 16px; line-height: 1.55; }
.blog-topic-nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.blog-topic-nav a {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 68px;
  padding: 11px 13px;
  color: var(--ink);
  border: 1px solid rgba(122,9,36,0.14);
  border-radius: 7px;
  background: rgba(255,253,248,0.76);
  box-shadow: 0 10px 24px rgba(16,24,32,0.04);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.22;
  transition: border-color 160ms ease, background 160ms ease, color 160ms ease, transform 160ms ease;
}
.blog-topic-nav a:hover,
.blog-topic-nav a:focus-visible {
  color: var(--burgundy);
  border-color: rgba(122,9,36,0.42);
  background: #fffdf8;
  transform: translateY(-2px);
}
.blog-topic-nav a.active {
  color: #fffdf8;
  border-color: var(--burgundy);
  background: var(--burgundy);
  box-shadow: 0 12px 24px rgba(122,9,36,0.18);
}
.blog-topic-icon {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.blog-topic-nav a.active .blog-topic-icon { filter: brightness(0) invert(1); }
.blog-listing { display: block; }
.blog-search { margin: 0 0 28px; padding: 0 0 24px; border-bottom: 1px solid var(--line); }
.blog-search > label { display: block; margin-bottom: 8px; color: var(--ink); font-weight: 700; }
.blog-search-control { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 10px; max-width: 760px; }
.blog-search-control input { width: 100%; min-height: 46px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 5px; background: var(--paper-light); color: var(--ink); font: inherit; }
.blog-search-control input:focus { border-color: var(--burgundy); outline: 2px solid rgba(122, 9, 36, .12); outline-offset: 1px; }
.blog-search-summary { margin: 10px 0 0; color: #6b5d52; font-size: 14px; }
.blog-search-summary a { color: var(--burgundy); font-weight: 700; }
.blog-sidebar { align-self: start; position: sticky; top: 22px; display: grid; gap: 7px; }
.blog-sidebar h2 { margin: 0 0 8px; font-size: 22px; }
.blog-sidebar a { padding: 8px 0; color: #4d423a; font-weight: 750; }
.blog-sidebar a.active, .blog-sidebar a:hover { color: var(--burgundy); }
.blog-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.blog-card { overflow: hidden; border: 1px solid var(--line); border-radius: 7px; background: #fffdf8; }
.blog-card-image { display: block; aspect-ratio: 16 / 9; background: #eadfce; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; }
.blog-card-body { padding: 22px; }
.blog-card-body h2 { font-size: 28px; line-height: 1.15; }
.blog-card-body h2 a { color: var(--ink); }
.blog-card-body > p:not(.blog-date) { color: #5f5349; line-height: 1.6; }
.blog-read, .article-back { color: var(--burgundy); font-weight: 850; }
.blog-empty { grid-column: 1 / -1; padding: 56px 22px; text-align: center; border: 1px dashed var(--line); }
.article { width: min(900px, calc(100% - 44px)); margin: 0 auto; padding: 82px 0; }
.article-head { max-width: 790px; margin: 0 auto 36px; }
.article-back { display: inline-block; margin-bottom: 42px; }
.article h1 { font-size: clamp(38px, 5vw, 62px); }
.article-excerpt { margin: 24px 0 0; color: #584b41; font-size: 20px; line-height: 1.6; }
.article-featured { display: block; width: 100%; max-height: 560px; margin: 0 0 48px; object-fit: cover; border-radius: 7px; }
.article-content { width: min(720px, 100%); margin: 0 auto; font-size: 18px; line-height: 1.75; }
.article-content h2, .article-content h3 { margin: 1.6em 0 0.55em; }
.article-content img { display: block; width: 100%; height: auto; margin: 28px 0; border-radius: 6px; }
.article-content figure { margin: 28px 0; }
.article-content figcaption { margin-top: -18px; color: var(--muted); font-size: 13px; }
.article-content blockquote { margin: 28px 0; padding: 2px 0 2px 22px; border-left: 3px solid var(--burgundy); color: #59483e; font: italic 24px/1.45 var(--serif); }
.inkwell {
  width: 86px;
  height: 86px;
  margin-bottom: 16px;
  border-radius: 50% 50% 42% 42%;
  background: radial-gradient(circle at 50% 35%, #fff 0 5px, #101820 7px 27px, #050708 28px);
  box-shadow: inset 0 -18px 0 rgba(255,255,255,0.09), 0 20px 40px rgba(0,0,0,0.22);
}
.contact-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.contact-form label {
  display: grid;
  gap: 6px;
  color: #fffdf8;
  font-size: 13px;
  font-weight: 800;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255,255,255,0.38);
  border-radius: 5px;
  background: #fffdf8;
  color: var(--ink);
  font: 600 14px/1.3 var(--sans);
  padding: 13px 14px;
}
.message-label { grid-column: span 2; }
.consent {
  grid-column: span 2;
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: center;
  font-weight: 650 !important;
  color: rgba(255,253,248,0.82) !important;
}
.consent input { width: auto; }
.contact-form button { align-self: end; width: 100%; }
.contact-teaser {
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 36px;
  padding-top: 34px;
  padding-bottom: 34px;
  align-items: center;
}
.contact-teaser .btn {
  justify-self: end;
  min-width: 280px;
  padding: 0 30px;
  min-height: 58px;
  font-size: 15px;
  box-shadow: 0 16px 30px rgba(16,24,32,0.18);
}
.contact-teaser .section-label {
  margin-bottom: 6px;
  font-size: 11px;
  letter-spacing: 0.11em;
}
.contact-teaser h2 {
  max-width: none;
  font-size: clamp(20px, 1.65vw, 26px);
  line-height: 1.08;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.contact-teaser p:not(.section-label) {
  max-width: 56ch;
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.45;
}
.form-notice,
.form-errors {
  grid-column: 1 / -1;
  padding: 12px 14px;
  border-radius: 5px;
  background: rgba(255,255,255,0.12);
  color: #fffdf8;
  font-size: 14px;
  font-weight: 800;
}
.form-errors {
  background: rgba(16,24,32,0.22);
}

.contact-hero .contact-widget .widget-stage {
  min-height: 260px;
}
.contact-hero .contact-widget .widget-stage article {
  position: relative;
  left: auto;
  top: auto;
  width: auto;
  margin-bottom: 14px;
  transform: none;
}
.contact-page {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 24px;
  align-items: start;
  padding-top: 36px;
  padding-bottom: 72px;
  background: var(--paper);
}
.contact-details,
.contact-page-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--light);
  box-shadow: 0 24px 60px rgba(16,24,32,0.07);
}
.contact-details {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
.contact-details > :not(.hero-artwork) { position: relative; z-index: 1; }
.contact-details .hero-artwork {
  width: min(52%, 270px);
  right: -12%;
  bottom: -17%;
  --art-opacity: 0.38;
}
.contact-details h2 {
  margin-bottom: 10px;
  font-size: clamp(24px, 2.2vw, 34px);
}
.contact-intro {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.65;
}
.contact-detail-list {
  display: grid;
  gap: 12px;
}
.contact-detail-list a,
.contact-detail-list div {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(230,216,199,0.9);
  border-radius: 8px;
  color: var(--ink);
  background: #fffaf2;
}
.contact-detail-list strong,
.contact-detail-list span {
  display: block;
}
.contact-detail-list strong {
  margin-bottom: 3px;
  color: var(--burgundy);
  font-size: 13px;
}
.contact-page-form {
  padding: 28px;
  color: var(--ink);
  grid-template-columns: repeat(2, 1fr);
}
.contact-page-form label {
  color: var(--ink);
}
.contact-page-form input,
.contact-page-form select,
.contact-page-form textarea {
  border-color: var(--line);
  background: #fffdf8;
}
.contact-page-form .message-label,
.contact-page-form .consent,
.contact-page-form .form-notice,
.contact-page-form .form-errors {
  grid-column: 1 / -1;
}
.contact-page-form .consent {
  color: rgba(16,24,32,0.74) !important;
}
.contact-page-form .form-notice {
  background: rgba(79,166,106,0.12);
  color: #245b35;
}
.contact-page-form .form-errors {
  background: rgba(122,9,36,0.09);
  color: var(--burgundy);
}

.site-footer {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 1fr);
  gap: 38px;
  padding: 44px clamp(22px, 5vw, 70px);
  color: #fffdf8;
  background: #101820;
}
.brand-footer { color: #fffdf8; }
.site-footer h3 { margin-bottom: 12px; }
.site-footer a {
  display: block;
  margin: 7px 0;
  color: rgba(255,253,248,0.72);
  font-size: 14px;
}

.sub-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(320px, 0.9fr) minmax(360px, 0.7fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  padding: clamp(64px, 8vw, 112px) clamp(22px, 5vw, 70px);
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 18%, rgba(122, 9, 36, 0.08), transparent 26%),
    linear-gradient(115deg, rgba(247, 241, 232, 0.98), rgba(255, 253, 248, 0.95));
}
.sub-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.45;
  pointer-events: none;
  background-image: repeating-linear-gradient(0deg, transparent 0 28px, rgba(122, 9, 36, 0.045) 29px 30px);
}
.sub-hero > * {
  position: relative;
  z-index: 1;
}
.sub-hero h1 {
  max-width: 900px;
  font-size: clamp(34px, 4.8vw, 61px);
  letter-spacing: 0.012em;
  line-height: 1.1;
}
.sub-hero p:not(.section-label) {
  max-width: 720px;
  margin: 24px 0 28px;
  color: #3d332d;
  font-size: 18px;
}
.sub-hero-visual {
  min-height: 340px;
  position: relative;
  display: grid;
  place-items: center;
}
.sub-hero-visual .hero-artwork {
  width: min(70%, 400px);
  right: -16%;
  top: -11%;
  --art-opacity: 0.34;
}
.sub-hero-visual .hero-artwork-main { animation-duration: 11.5s; }
.sub-hero-art-only {
  min-height: 390px;
}
.sub-hero-art-only .hero-artwork {
  position: relative;
  inset: auto;
  width: min(100%, 540px);
  --art-opacity: 0.88;
}
.sub-hero-art-only .hero-artwork-orbit { right: 5%; top: 6%; }
.sub-hero-art-only .hero-artwork-dot { right: 16%; top: 11%; }
.sub-hero-widget .widget-panel,
.screenshot-stack > img,
.sub-hero-visual > .page-mark {
  position: relative;
  z-index: 1;
}
.screenshot-stack .hero-artwork {
  width: min(56%, 330px);
  right: -12%;
  top: -15%;
  --art-opacity: 0.28;
}
.screenshot-stack {
  min-height: 420px;
  perspective: 1200px;
}
.screenshot-stack img {
  position: absolute;
  width: min(86%, 560px);
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: top center;
  border: 1px solid rgba(122, 9, 36, 0.16);
  border-radius: 10px;
  background: #fffdf8;
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.16);
}
.screenshot-stack img:nth-of-type(1) {
  z-index: 3;
  transform: translate(-54px, 18px) rotate(-5deg);
}
.screenshot-stack img:nth-of-type(2) {
  z-index: 2;
  transform: translate(50px, -34px) rotate(4deg);
}
.screenshot-stack img:nth-of-type(3) {
  z-index: 1;
  transform: translate(92px, 62px) rotate(8deg);
  opacity: 0.82;
}
.page-mark {
  width: 150px;
  height: 150px;
  color: var(--burgundy);
  stroke-width: 1.25;
}
.sub-hero-visual > span {
  position: absolute;
  border: 1px solid rgba(122, 9, 36, 0.2);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.72);
  box-shadow: 0 20px 50px rgba(16,24,32,0.08);
}
.sub-hero-visual > span:nth-of-type(1) {
  width: 68%;
  height: 42%;
  transform: rotate(-4deg);
}
.sub-hero-visual > span:nth-of-type(2) {
  width: 52%;
  height: 28%;
  transform: translate(44px, 64px) rotate(3deg);
}
.sub-hero-visual > span:nth-of-type(3) {
  width: 42%;
  height: 18%;
  transform: translate(-54px, -74px) rotate(5deg);
}
.sub-hero-widget {
  min-height: 430px;
  align-items: center;
}
.widget-panel {
  width: min(100%, 560px);
  padding: 18px;
  border: 1px solid rgba(122, 9, 36, 0.16);
  border-radius: 12px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 28px 70px rgba(16, 24, 32, 0.14);
  transform: rotate(-3deg);
  animation: dashboardDrift 7s ease-in-out infinite;
}
.widget-panel-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 0 0 14px;
  border-bottom: 1px solid var(--line);
}
.widget-panel-top span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 8px;
}
.widget-panel-top strong {
  font-weight: 850;
}
.widget-panel-top small,
.widget-stage small {
  color: var(--burgundy);
  font-weight: 850;
  font-size: 12px;
}
.widget-stage {
  position: relative;
  min-height: 188px;
  margin: 16px 0;
}
.widget-stage article {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(247, 241, 232, 0.72), rgba(255, 253, 248, 0.96)),
    #fffdf8;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms ease;
}
.widget-stage article.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.widget-stage .sketch-icon {
  width: 46px;
  height: 46px;
  padding: 10px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 10px;
}
.widget-stage h3 {
  margin-top: 4px;
  font-size: 24px;
}
.widget-stage p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.widget-switches {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}
.widget-switches button {
  display: grid;
  gap: 7px;
  place-items: center;
  min-height: 72px;
  padding: 10px 8px;
  color: var(--ink);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  cursor: pointer;
  transition: border-color 180ms ease, color 180ms ease, background-color 180ms ease, transform 180ms ease;
}
.widget-switches button:hover,
.widget-switches button.active {
  color: var(--burgundy);
  border-color: rgba(122, 9, 36, 0.34);
  background: #fbf4ec;
  transform: translateY(-2px);
}
.widget-switches .sketch-icon {
  color: currentColor;
}
.expanded {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ink-band,
.sub-cta {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) auto;
  gap: 30px;
  align-items: center;
  padding: 58px clamp(22px, 5vw, 70px);
  color: #fffdf8;
  background: linear-gradient(105deg, #5e061b, #8c0e2d 58%, #5e061b);
}
.ink-band h2,
.sub-cta h2 {
  margin: 0 0 12px;
  font-family: var(--serif);
  font-size: clamp(30px, 3.6vw, 46px);
  letter-spacing: 0.014em;
  line-height: 1.13;
}
.ink-band p,
.sub-cta p {
  max-width: 760px;
  color: rgba(255,253,248,0.84);
}
.ink-diagram {
  display: flex;
  gap: 12px;
  align-items: center;
  color: #fffdf8;
}
.ink-diagram .sketch-icon {
  width: 64px;
  height: 64px;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.editorial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}
.editorial-grid article {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}
.editorial-grid h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 3vw, 42px);
}
.page-audience {
  display: block;
}
.audience-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.88fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.audience-intro h2,
.audience-situations h2,
.audience-profiles h2,
.audience-honesty h2,
.audience-next h2 {
  max-width: 900px;
}
.audience-intro > p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #3d332d;
  font-size: 18px;
  line-height: 1.8;
}
.audience-situations {
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.7), rgba(255, 253, 248, 0.96)),
    #f7f1e8;
}
.situation-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.situation-grid article,
.audience-profile-grid article,
.fit-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.05);
}
.situation-grid article {
  padding: 26px;
}
.situation-grid .sketch-icon,
.audience-profile-grid .sketch-icon,
.fit-grid .sketch-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 8px;
}
.situation-grid h3,
.audience-profile-grid h3,
.fit-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}
.situation-grid p,
.audience-profile-grid p,
.fit-grid p,
.audience-honesty li,
.audience-next p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.audience-profiles {
  background: #fffdf8;
}
.audience-profile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.audience-profile-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
}
.audience-profile-grid .profile-lead {
  color: #2b2521;
  font-weight: 760;
}
.profile-needs {
  display: grid;
  gap: 9px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
}
.profile-needs li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.profile-needs li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--burgundy);
  font-weight: 900;
}
.profile-solution {
  margin-top: auto;
  padding: 15px 16px;
  color: #3d332d !important;
  border-left: 3px solid var(--burgundy);
  background: #fbf4ec;
}
.audience-fit {
  background: #faf5ed;
}
.fit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.fit-grid article {
  padding: 26px;
}
.audience-honesty {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(420px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.audience-honesty ul {
  display: grid;
  gap: 14px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}
.audience-honesty li {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.audience-honesty li::before {
  content: "-";
  margin-right: 10px;
  color: var(--burgundy);
  font-weight: 900;
}
.audience-next {
  display: grid;
  grid-template-columns: minmax(320px, 1fr) auto;
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at 88% 15%, rgba(122, 9, 36, 0.08), transparent 24%),
    #f7f1e8;
}
.audience-next p {
  max-width: 760px;
  margin: 18px 0 0;
}
.service-intro {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: #fffdf8;
}
.service-intro h2,
.problem-solver h2,
.service-details h2,
.service-flow h2 {
  max-width: 880px;
}
.service-intro > p {
  max-width: 820px;
  margin: 34px 0 0;
  color: #3d332d;
  font-size: 18px;
  line-height: 1.8;
}
.problem-solver {
  background:
    linear-gradient(180deg, rgba(247, 241, 232, 0.68), rgba(255, 253, 248, 0.96)),
    #f7f1e8;
}
.problem-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.problem-grid article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 24px;
  border: 1px solid rgba(122, 9, 36, 0.15);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.86);
  box-shadow: 0 16px 40px rgba(16, 24, 32, 0.05);
}
.problem-grid article > div,
.flow-steps article > div {
  min-width: 0;
}
.problem-grid .sketch-icon,
.assurance-grid .sketch-icon {
  width: 42px;
  height: 42px;
  padding: 9px;
  color: var(--burgundy);
  border: 1px solid #d6b9c1;
  border-radius: 8px;
}
.problem-grid .raster-ink-icon {
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

/* Card grids share the same quiet illustrated watermark treatment. */
:is(
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .assurance-grid
) article {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}
:is(
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .assurance-grid
) article > .raster-ink-icon {
  position: absolute;
  right: -28px;
  bottom: -30px;
  z-index: 0;
  width: 156px;
  height: 156px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  opacity: 0.11;
  pointer-events: none;
}
:is(
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .assurance-grid
) article > :is(h3, p, ul, a, .profile-lead, .profile-solution) {
  position: relative;
  z-index: 1;
}
:is(
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .assurance-grid
) article:hover > .raster-ink-icon { opacity: 0.17; }

.contact-detail-list .raster-ink-icon {
  width: 44px;
  height: 44px;
}
.problem-grid strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.45;
}
.problem-grid p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.service-details {
  background: #fffdf8;
}
.service-details .service-grid {
  gap: 18px;
}
.service-details .service-grid article {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px;
}
.service-details .service-grid h3 {
  font-size: 20px;
}
.service-details .service-grid p {
  line-height: 1.72;
}
.service-details .service-lead {
  color: #2b2521;
  font-weight: 720;
}
.service-fit {
  margin: 14px 0 0;
  padding: 14px 16px;
  color: #3d332d !important;
  border-left: 3px solid var(--burgundy);
  background: #fbf4ec;
}
.service-includes {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
}
.service-includes li {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}
.service-includes li::before {
  content: "✓";
  margin-right: 9px;
  color: var(--burgundy);
  font-weight: 900;
}
.service-details .service-grid a {
  margin-top: auto;
}
.service-assurance {
  background: #faf5ed;
}
.assurance-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.assurance-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffdf8;
}
.assurance-grid h3 {
  margin-top: 18px;
  font-size: 18px;
}
.assurance-grid p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}
.service-flow {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(440px, 1fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  background: #fffdf8;
}
.flow-copy {
  position: sticky;
  top: 110px;
}
.flow-copy .btn {
  margin-top: 22px;
}
.flow-steps {
  display: grid;
  gap: 14px;
}
.flow-steps article {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fffefb;
}
.flow-steps b {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fffdf8;
  background: var(--burgundy);
  border-radius: 999px;
}
.flow-steps h3 {
  font-size: 18px;
}
.flow-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.reveal {
  opacity: 1;
  transform: none;
}
.reveal.is-visible {
  transition: opacity 560ms ease, transform 560ms ease;
}

@keyframes floatIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes dashboardDrift {
  0%, 100% { transform: rotate(-3deg) translateY(0); }
  50% { transform: rotate(-2.5deg) translateY(-7px); }
}
@keyframes heroArtworkFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1deg); }
  50% { transform: translate3d(0, -8px, 0) rotate(1deg); }
}
@keyframes heroInkOrbit {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@keyframes heroInkDot {
  0%, 100% { transform: translate3d(0, 0, 0) scale(0.9); opacity: 0.68; }
  50% { transform: translate3d(-7px, 6px, 0) scale(1); opacity: 1; }
}
@keyframes heroPanelFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -4px, 0); }
}
@keyframes heroCardFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(-4px, -5px, 0); }
}
@keyframes heroControlFloat {
  0%, 100% { transform: translate3d(0, 0, 0); }
  50% { transform: translate3d(0, -3px, 0); }
}
@keyframes inkIconEnter {
  0% { opacity: 0; transform: translate3d(0, 5px, 0) rotate(-4deg) scale(0.92); }
  62% { opacity: 1; transform: translate3d(0, -1px, 0) rotate(0.5deg) scale(1.025); }
  100% { opacity: 1; transform: rotate(-1deg); }
}
@keyframes inkIconNod {
  0%, 100% { transform: rotate(-1deg); }
  50% { transform: translate3d(0, -2px, 0) rotate(2deg); }
}
.reveal.is-visible .ink-icon {
  animation: inkIconEnter 620ms cubic-bezier(0.22, 0.8, 0.28, 1) both;
}

/* Watermarks are intentionally still and subdued; the reveal animation would force them opaque. */
:is(
  .service-grid,
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .assurance-grid
) article > .raster-ink-icon,
.service-grid article > span .raster-ink-icon {
  animation: none !important;
}
.reveal.is-visible article:nth-child(2) .ink-icon { animation-delay: 70ms; }
.reveal.is-visible article:nth-child(3) .ink-icon { animation-delay: 140ms; }
.reveal.is-visible article:nth-child(4) .ink-icon { animation-delay: 210ms; }
.reveal.is-visible article:nth-child(5) .ink-icon { animation-delay: 280ms; }
a:hover .ink-icon,
article:hover .ink-icon { animation: inkIconNod 520ms ease-in-out; }

@media (max-width: 1440px) {
  .hero {
    grid-template-columns: minmax(340px, 0.92fr) minmax(500px, 1.08fr);
    gap: 20px;
  }
  .hero-copy { max-width: 580px; }
  .hero-copy h1 { font-size: 47px; line-height: 1.08; }
  .hero-copy p {
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 26px;
  }
  .hero-system { min-height: 520px; }
  .dashboard-shell {
    width: min(720px, 100%);
    min-height: 372px;
  }
  .dashboard { padding: 20px; }
  .metric-grid {
    gap: 9px;
    margin-top: 18px;
  }
  .metric-card {
    min-height: 86px;
    padding: 12px;
  }
  .metric-card strong { font-size: 21px; }
  .dash-bottom { gap: 10px; }
  .floating-cards {
    width: 176px;
    right: -8px;
    top: 11%;
    gap: 9px;
  }
  .float-card {
    min-height: 76px;
    padding: 12px;
  }
  .service-switcher {
    width: min(680px, 100%);
  }
}

@media (max-width: 1280px) {
  .hero-copy h1 { font-size: 43px; }
  .hero-copy p { font-size: 16px; }
  .hero-system { min-height: 500px; }
  .dashboard-shell {
    width: min(680px, 100%);
    min-height: 360px;
  }
  .dashboard { padding: 20px; }
  .metric-card strong { font-size: 20px; }
  .floating-cards { width: 168px; }
  .service-grid {
    gap: 12px;
  }
  .service-grid article { padding: 20px; }
}

@media (max-width: 1180px) {
  .main-nav { display: none; }
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-copy { max-width: 720px; }
  .hero-system { min-height: 540px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .audience { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(3, 1fr); }
  .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .work-grid { grid-template-columns: repeat(3, 1fr); }
  .expanded { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .situation-grid,
  .principle-grid,
  .deliverable-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .fit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .assurance-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
  .site-header { min-height: 72px; }
  .mobile-only { display: block; }
  .header-cta { display: none; }
  .hero {
    grid-template-columns: minmax(0, 1fr);
    padding-top: 42px;
  }
  .hero-copy,
  .hero-system {
    min-width: 0;
    max-width: 100%;
  }
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .trust-row {
    max-width: calc(100vw - 48px);
  }
  h1 { font-size: 34px; }
  .sub-hero,
  .section {
    max-width: 100vw;
    padding-left: 24px;
    padding-right: 24px;
    overflow: hidden;
  }
  .sub-hero > div,
  .widget-stage article > div,
  .pricing-intro > *,
  .reference-intro > *,
  .about-intro > *,
  .price-info-grid article,
  .outcome-grid article,
  .value-grid article,
  .process-intro > *,
  .principle-grid article,
  .process-timeline article > div,
  .deliverable-grid article,
  .audience-intro > *,
  .situation-grid article,
  .audience-profile-grid article,
  .fit-grid article,
  .service-intro > *,
  .problem-grid article,
  .service-grid article,
  .assurance-grid article,
  .flow-steps article {
    min-width: 0;
  }
  .sub-hero > div:first-child,
  .sub-hero-widget,
  .pricing-intro,
  .pricing-includes .section-head,
  .price-info-grid,
  .pricing-faq,
  .pricing-next,
  .reference-intro,
  .reference-outcomes .section-head,
  .outcome-grid,
  .about-intro,
  .about-values .section-head,
  .value-grid,
  .about-stack,
  .about-next,
  .service-intro,
  .process-intro,
  .process-principles .section-head,
  .principle-grid,
  .process-detail .section-head,
  .process-timeline,
  .process-deliverables .section-head,
  .deliverable-grid,
  .process-client,
  .process-next,
  .audience-intro,
  .audience-situations .section-head,
  .situation-grid,
  .audience-profiles .section-head,
  .audience-profile-grid,
  .audience-fit .fit-grid,
  .audience-honesty,
  .audience-next,
  .problem-solver .section-head,
  .problem-grid,
  .service-details .section-head,
  .service-details .service-grid,
  .service-assurance .assurance-grid,
  .service-flow,
  .flow-steps {
    width: calc(100vw - 132px);
    max-width: calc(100vw - 132px);
  }
  .problem-grid article,
  .price-info-grid article,
  .outcome-grid article,
  .value-grid article,
  .principle-grid article,
  .process-timeline article,
  .deliverable-grid article,
  .situation-grid article,
  .audience-profile-grid article,
  .fit-grid article,
  .service-grid article,
  .assurance-grid article,
  .flow-steps article {
    width: 100%;
    max-width: 100%;
  }
  .service-cta-card {
    padding: 0;
  }
  .sub-hero h1 {
    max-width: 100%;
    font-size: 20px;
    overflow-wrap: anywhere;
  }
  .section h2 {
    max-width: 100%;
    font-size: 24px;
    overflow-wrap: anywhere;
  }
  .sub-hero p:not(.section-label),
  .widget-stage h3,
  .widget-stage p,
  .pricing-intro > p,
  .price-info-grid h3,
  .price-info-grid p,
  .pricing-faq p,
  .pricing-next p,
  .reference-intro > p,
  .outcome-grid h3,
  .outcome-grid p,
  .about-intro > p,
  .value-grid h3,
  .value-grid p,
  .about-stack li,
  .about-next p,
  .process-intro > p,
  .principle-grid h3,
  .principle-grid p,
  .process-timeline h3,
  .process-timeline p,
  .process-timeline li,
  .deliverable-grid h3,
  .deliverable-grid p,
  .process-client li,
  .process-next p,
  .audience-intro > p,
  .situation-grid h3,
  .situation-grid p,
  .audience-profile-grid h3,
  .audience-profile-grid p,
  .profile-needs li,
  .audience-honesty li,
  .audience-next p,
  .service-intro > p,
  .problem-grid strong,
  .problem-grid p,
  .service-grid h3,
  .service-grid p,
  .service-includes li {
    overflow-wrap: anywhere;
  }
  .service-cta-card .btn {
    min-width: 0;
  }
  .sub-hero p:not(.section-label) { max-width: 100%; }
  .hero-copy p { font-size: 16px; }
  .hero-actions { width: 100%; }
  .hero-actions .btn,
  .btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }
  .hero-system { min-height: 620px; margin-inline: -14px; }
  .dashboard-shell {
    left: 14px;
    top: 22px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr;
    transform: none;
  }
  .dashboard { padding: 16px; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }
  .dash-bottom { grid-template-columns: 1fr; }
  .floating-cards {
    top: auto;
    right: 20px;
    left: 20px;
    bottom: 96px;
    width: auto;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .float-card { min-height: 78px; }
  .service-switcher {
    left: 14px;
    right: 14px;
    bottom: 12px;
    overflow-x: auto;
    border-radius: 18px;
  }
  .service-tab { min-width: 82px; min-height: 64px; }
  .benefits { grid-template-columns: 1fr; }
  .section-head { align-items: flex-start; flex-direction: column; }
  .service-grid,
  .audience-grid,
  .price-info-grid,
  .outcome-grid,
  .value-grid,
  .principle-grid,
  .process-timeline,
  .deliverable-grid,
  .situation-grid,
  .audience-profile-grid,
  .fit-grid,
  .process-grid,
  .pricing-grid,
  .work-grid,
  .expanded,
  .contact,
  .contact-page,
  .site-footer,
  .sub-hero,
  .ink-band,
  .sub-cta,
  .editorial-grid,
  .pricing-intro,
  .pricing-faq,
  .pricing-next,
  .reference-intro,
  .about-intro,
  .about-stack,
  .about-next,
  .process-intro,
  .process-client,
  .process-next,
  .audience-intro,
  .audience-honesty,
  .audience-next,
  .service-intro,
  .problem-grid,
  .assurance-grid,
  .service-flow { grid-template-columns: 1fr; }
  .contact-teaser .btn {
    justify-self: stretch;
    min-width: 0;
  }
  .contact-teaser h2 {
    white-space: normal;
    max-width: 100%;
    font-size: 24px;
  }
  .contact-page-form {
    grid-template-columns: 1fr;
    padding: 22px;
  }
  .contact-details {
    padding: 24px;
  }
  .contact-page {
    gap: 18px;
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .contact-detail-list a,
  .contact-detail-list div {
    grid-template-columns: 36px 1fr;
  }
  .audience-intro > p { margin-top: 0; font-size: 16px; }
  .audience-next .btn { width: 100%; }
  .pricing-intro > p,
  .reference-intro > p,
  .about-intro > p { margin-top: 0; font-size: 16px; }
  .pricing-next .btn,
  .about-next .btn { width: 100%; }
  .widget-panel {
    width: 100%;
    padding: 12px;
    overflow: hidden;
    transform: none;
    animation: none;
  }
  .sub-hero-visual .hero-artwork {
    width: min(58%, 280px);
    right: -9%;
    top: -14%;
    --art-opacity: 0.25;
  }
  .sub-hero-art-only {
    min-height: 270px;
  }
  .sub-hero-art-only .hero-artwork {
    width: min(92%, 360px);
    --art-opacity: 0.78;
  }
  .screenshot-stack .hero-artwork { --art-opacity: 0.22; }
  .contact-details .hero-artwork {
    width: min(50%, 220px);
    right: -10%;
    bottom: -9%;
  }
  .widget-panel-top {
    grid-template-columns: auto 1fr;
  }
  .widget-panel-top small {
    grid-column: 1 / -1;
  }
  .widget-stage {
    min-height: 0;
    margin: 12px 0;
  }
  .widget-stage article {
    position: relative;
    inset: auto;
    display: none !important;
    grid-template-columns: 1fr;
    padding: 18px;
    opacity: 1;
    transform: none;
  }
  .widget-stage article.active {
    display: grid !important;
  }
  .widget-stage h3 {
    font-size: 20px;
  }
  .widget-switches {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .widget-switches button {
    min-height: 56px;
    font-size: 11px;
    overflow: hidden;
  }
  .process-intro > p { margin-top: 0; font-size: 16px; }
  .process-next .btn { width: 100%; }
  .process-timeline::before { display: none; }
  .process-timeline article,
  .process-timeline ul { grid-template-columns: 1fr; }
  .process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
  }
  .process-number {
    height: 38px;
    margin-bottom: 12px;
  }
  .process-number .number-glyph {
    width: 38px;
    height: 38px;
  }
  .process-grid h3 {
    font-size: 13px;
    line-height: 1.16;
  }
  .process-grid p {
    font-size: 11px;
    line-height: 1.35;
  }
  .service-intro > p { margin-top: 0; font-size: 16px; }
  .problem-grid article,
  .flow-steps article {
    grid-template-columns: 1fr;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flow-copy { position: static; }
  .sub-hero-visual { min-height: 220px; }
  .screenshot-stack {
    min-height: 330px;
    margin-top: 18px;
  }
  .screenshot-stack img {
    width: min(88%, 360px);
  }
  .screenshot-stack img:nth-of-type(1) {
    transform: translate(-18px, 28px) rotate(-4deg);
  }
  .screenshot-stack img:nth-of-type(2) {
    transform: translate(20px, -18px) rotate(4deg);
  }
  .screenshot-stack img:nth-of-type(3) {
    transform: translate(38px, 76px) rotate(7deg);
  }
  .sub-cta .btn { width: 100%; }
  .contact-teaser {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .contact-teaser h2 {
    font-size: 22px;
  }
  .process-line { display: none; }
  .contact-form { grid-template-columns: 1fr; }
  .message-label,
  .consent { grid-column: span 1; }
}

@media (max-width: 480px) {
  .sub-hero > div:first-child,
  .sub-hero-widget,
  .pricing-intro,
  .pricing-includes .section-head,
  .price-info-grid,
  .pricing-faq,
  .pricing-next,
  .reference-intro,
  .reference-outcomes .section-head,
  .outcome-grid,
  .about-intro,
  .about-values .section-head,
  .value-grid,
  .about-stack,
  .about-next,
  .service-intro,
  .process-intro,
  .process-principles .section-head,
  .principle-grid,
  .process-detail .section-head,
  .process-timeline,
  .process-deliverables .section-head,
  .deliverable-grid,
  .process-client,
  .process-next,
  .audience-intro,
  .audience-situations .section-head,
  .situation-grid,
  .audience-profiles .section-head,
  .audience-profile-grid,
  .audience-fit .fit-grid,
  .audience-honesty,
  .audience-next,
  .problem-solver .section-head,
  .problem-grid,
  .service-details .section-head,
  .service-details .service-grid,
  .service-assurance .assurance-grid,
  .service-flow,
  .flow-steps {
    width: calc(100vw - 132px);
    max-width: calc(100vw - 132px);
  }
  .sub-hero h1,
  .section h2 {
    font-size: 22px;
    line-height: 1.08;
  }
  .sub-hero p:not(.section-label),
  .pricing-intro > p,
  .reference-intro > p,
  .about-intro > p,
  .process-intro > p,
  .audience-intro > p,
  .service-intro > p {
    font-size: 14px;
    line-height: 1.72;
  }
  .problem-grid strong {
    font-size: 15px;
  }
  .blog-hero { padding: 62px 24px 52px; }
  .blog-listing { grid-template-columns: 1fr; gap: 28px; }
  .blog-sidebar { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-sidebar h2 { grid-column: 1 / -1; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-search-control { grid-template-columns: 1fr; }
  .blog-search-control .btn { grid-column: 1 / -1; width: 100%; }
  .article { width: min(100% - 48px, 900px); padding: 56px 0; }
}

/* Shared responsive layer: keeps every template within the viewport and uses one mobile navigation pattern. */
.menu-toggle,
.site-drawer,
.menu-backdrop { display: none; }

.header-cta,
.btn {
  min-height: var(--button-height, 48px);
  border-radius: var(--button-radius, 4px);
}

@media (max-width: 1180px) {
  .site-header {
    min-height: 70px;
    padding: 12px clamp(18px, 4vw, 32px);
    gap: 16px;
  }
  .brand-logo { width: min(164px, 48vw); max-height: 42px; }
  .main-nav,
  .header-cta { display: none; }
  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: var(--button-radius, 4px);
    background: var(--paper);
    color: var(--burgundy);
    cursor: pointer;
    place-content: center;
    gap: 5px;
  }
  .menu-toggle span { display: block; width: 21px; height: 2px; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 70;
    background: rgba(16, 24, 32, 0.38);
    opacity: 0;
    pointer-events: none;
    transition: opacity 220ms ease;
  }
  .site-drawer {
    position: fixed;
    inset: 0 auto 0 0;
    z-index: 80;
    display: flex;
    width: min(86vw, 390px);
    min-height: 100dvh;
    padding: 22px 24px 24px;
    flex-direction: column;
    background: var(--paper);
    border-right: 1px solid var(--line);
    box-shadow: 22px 0 55px rgba(16, 24, 32, 0.2);
    opacity: 0;
    pointer-events: none;
    transform: translateX(-102%);
    transition: transform 240ms ease, opacity 240ms ease;
  }
  .drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .drawer-head .brand-logo { width: 156px; }
  .drawer-close { width: 42px; height: 42px; border: 0; color: var(--ink); background: transparent; font-size: 34px; font-weight: 300; line-height: 1; cursor: pointer; }
  .drawer-nav { display: grid; padding-top: 16px; }
  .drawer-nav a { padding: 13px 0; border-bottom: 1px solid var(--line); font: 700 17px/1.2 var(--serif); }
  .drawer-nav a.active { color: var(--burgundy); }
  .drawer-contact { display: grid; gap: 9px; margin-top: auto; padding-top: 24px; color: var(--muted); font-size: 14px; }
  .drawer-contact a:not(.btn) { overflow-wrap: anywhere; }
  .drawer-contact .btn { width: 100%; margin-top: 10px; color: var(--paper); }
  body.menu-open { overflow: hidden; }
  body.menu-open .site-drawer { opacity: 1; pointer-events: auto; transform: translateX(0); }
  body.menu-open .menu-backdrop { opacity: 1; pointer-events: auto; }
}

@media (max-width: 820px) {
  .hero,
  .sub-hero {
    width: 100%;
    min-width: 0;
    padding-inline: 20px;
  }
  .hero { gap: 30px; padding-top: 34px; padding-bottom: 42px; }
  .hero-copy,
  .hero-copy h1,
  .hero-copy p,
  .hero-actions,
  .hero-system,
  .sub-hero > div,
  .section,
  .site-footer { min-width: 0; max-width: 100%; }
  .hero-copy h1 { font-size: clamp(32px, 10vw, 44px); }
  .hero-copy p { font-size: 16px; margin: 20px 0 24px; }
  .hero-actions { display: grid; gap: 10px; }
  .hero-actions .btn { width: 100%; }
  .hero-system { min-height: 430px; margin: 0; }
  .hero-system .hero-artwork {
    width: min(48%, 250px);
    right: -5%;
    top: -3%;
    --art-opacity: 0.2;
  }
  .hero-system--art { min-height: 300px; }
  .hero-system--art .hero-artwork {
    width: min(94%, 420px);
    --art-opacity: 0.86;
  }
  .blog-hero .hero-artwork {
    width: min(63vw, 300px);
    right: -14vw;
    top: -13%;
    --art-opacity: 0.24;
  }
  .dashboard-shell { position: relative; inset: auto; width: 100%; min-height: 350px; transform: none; }
  .dashboard { padding: 15px; }
  .metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .metric-card { min-height: 80px; padding: 10px; }
  .metric-card strong { font-size: 20px; }
  .dash-bottom { grid-template-columns: 1fr; }
  .calendar-panel,
  .floating-cards { display: none; }
  .service-switcher { left: 0; right: 0; bottom: 0; width: 100%; border-radius: 10px; }
  .service-tab { min-width: 82px; min-height: 58px; font-size: 11px; }
  .sub-hero > div:first-child,
  .sub-hero-widget,
  .pricing-intro,
  .pricing-includes .section-head,
  .price-info-grid,
  .pricing-faq,
  .pricing-next,
  .reference-intro,
  .reference-outcomes .section-head,
  .outcome-grid,
  .about-intro,
  .about-values .section-head,
  .value-grid,
  .about-stack,
  .about-next,
  .service-intro,
  .process-intro,
  .process-principles .section-head,
  .principle-grid,
  .process-detail .section-head,
  .process-timeline,
  .process-deliverables .section-head,
  .deliverable-grid,
  .process-client,
  .process-next,
  .audience-intro,
  .audience-situations .section-head,
  .situation-grid,
  .audience-profiles .section-head,
  .audience-profile-grid,
  .audience-fit .fit-grid,
  .audience-honesty,
  .audience-next,
  .problem-solver .section-head,
  .problem-grid,
  .service-details .section-head,
  .service-details .service-grid,
  .service-assurance .assurance-grid,
  .service-flow,
  .flow-steps { width: 100% !important; max-width: 100% !important; }
  .section { padding-inline: 20px; }
  .sub-hero h1,
  .section h2 { font-size: clamp(25px, 7vw, 34px); line-height: 1.13; }
  .site-footer { padding: 42px 20px; gap: 28px; }
  .contact-page { padding-inline: 20px; }
}

@media (max-width: 560px) {
  .service-grid,
  .pricing-grid,
  .work-grid { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits article { padding: 18px 20px; }
  .blog-hero { padding-inline: 20px; }
  .article { width: min(100% - 40px, 900px); }
  .contact-page-form,
  .contact-details { padding: 20px; }
}

@media (min-width: 561px) and (max-width: 820px) {
  .audience-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 980px) {
  .blog-hero {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 40px 32px;
  }
  .blog-hero .hero-artwork {
    width: min(46vw, 330px);
    right: -8vw;
    top: -22%;
    --art-opacity: 0.12;
  }
  .blog-hero-copy > span { max-width: 600px; }
}

@media (max-width: 560px) {
  .blog-hero {
    gap: 20px;
    padding: 32px 20px;
  }
  .blog-hero h1 { max-width: 340px; font-size: 32px; }
  .blog-hero-copy > span { margin-top: 10px; font-size: 15px; }
  .blog-hero .hero-artwork { display: none; }
  .blog-topic-nav {
    display: flex;
    gap: 9px;
    width: calc(100% + 40px);
    margin-inline: -20px;
    padding-inline: 20px;
    overflow-x: auto;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  .blog-topic-nav::-webkit-scrollbar { display: none; }
  .blog-topic-nav a {
    flex: 0 0 168px;
    min-height: 62px;
    scroll-snap-align: start;
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    transition-duration: 0.001ms !important;
  }
  .reveal {
    opacity: 1;
    transform: none;
  }
}

.cookie-consent {
  position: fixed;
  z-index: 100;
  left: 18px;
  right: 18px;
  bottom: 18px;
  width: min(760px, calc(100% - 36px));
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 253, 248, 0.98);
  box-shadow: 0 16px 42px rgba(16, 24, 32, 0.2);
  color: var(--ink);
}
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { display: block; font-size: 16px; }
.cookie-consent p { max-width: 470px; margin: 5px 0 0; font-size: 13px; line-height: 1.45; }
.cookie-consent-actions { display: flex; flex: 0 0 auto; gap: 9px; }
.cookie-consent .btn { min-height: 42px; padding: 10px 14px; font-size: 13px; white-space: nowrap; }
@media (max-width: 680px) {
  .cookie-consent { align-items: stretch; flex-direction: column; gap: 14px; bottom: 10px; left: 10px; right: 10px; width: calc(100% - 20px); }
  .cookie-consent-actions { width: 100%; }
  .cookie-consent .btn { flex: 1 1 0; }
}
