:root {
  --ink: #11110f;
  --muted: #6d675f;
  --soft: #f7f5f1;
  --line: rgba(17,17,15,.14);
  --gold: #d3a13e;
  --gold-bright: #f6d36b;
  --gold-deep: #8d641e;
  --green: #12372f;
  --white: #fff;
  --radius: 2px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
:where(a, button, .button, .header-action, .brief button) {
  transition: background .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}
:where(a, button, .button, .header-action, .brief button):focus-visible {
  outline: 3px solid var(--gold-bright);
  outline-offset: 2px;
}
.gold-hover,
:where(.button, .header-action, .brief button, .cookie-banner button, .checkout-actions button, .product-actions .button, .cart-line button):not(:disabled):hover,
:where(.button, .header-action, .brief button, .cookie-banner button, .checkout-actions button, .product-actions .button, .cart-line button):not(:disabled):focus-visible {
  border-color: rgba(141,100,30,.78);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  box-shadow: 0 0 0 3px rgba(246,211,107,.20);
}
.button.light:not(:disabled):hover,
.button.light:not(:disabled):focus-visible {
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 240px minmax(0,1fr) auto;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 12px clamp(18px,5vw,72px);
  background: rgba(255,255,255,.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.mark { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; line-height: 1.05; }
.mark img { width: 48px; height: 48px; padding: 7px; border-radius: var(--radius); object-fit: contain; background: var(--soft); border: 1px solid var(--line); }
.mark:hover, .mark:focus-visible { color: var(--gold-deep); }
.mark:hover img, .mark:focus-visible img {
  border-color: rgba(141,100,30,.72);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
}
.site-nav { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; }
.site-nav a {
  padding: 6px 7px;
  color: var(--muted);
  text-decoration: none;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.site-nav a:hover, .site-nav a:focus-visible {
  color: var(--ink);
  border-color: rgba(141,100,30,.55);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
}
.header-action, .button, .brief button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: var(--radius);
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.header-action { justify-self: end; }
.header-action, .button, .brief button { font-size: 13px; }
.button.light { background: var(--white); color: var(--ink); }
.button.dark { background: var(--ink); color: var(--white); }
.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 520px);
  gap: clamp(28px,6vw,92px);
  align-items: center;
  padding: clamp(48px,7vw,94px) clamp(20px,5vw,72px) 48px;
}
.hero-copy { max-width: 740px; }
.kicker {
  margin: 0 0 14px;
  color: var(--gold);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold), var(--gold-deep));
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3 { margin: 0; letter-spacing: 0; }
h1 { max-width: 720px; font-size: clamp(34px, 4.2vw, 54px); line-height: 1.04; font-weight: 800; }
h2 { max-width: 740px; font-size: clamp(26px, 2.8vw, 40px); line-height: 1.1; font-weight: 760; }
h3 { font-size: 22px; line-height: 1.16; }
.hero-copy > p:not(.kicker) { max-width: 680px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.actions { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 26px; }
.hero-signals { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 22px; }
.hero-signals span {
  padding: 8px 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
}
.hero-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--soft);
}
.hero-card img { width: 100%; aspect-ratio: 1 / .72; object-fit: cover; filter: saturate(.9) contrast(1.04); }
.hero-card div { display: grid; gap: 8px; padding: 18px; }
.hero-card span { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.hero-card strong { font-size: 19px; line-height: 1.35; }
.studio-stack {
  position: relative;
  min-height: 420px;
  border: 1px solid var(--line);
  overflow: hidden;
  background: var(--soft);
}
.studio-stack img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .18; filter: grayscale(1) contrast(1.08); }
.studio-stack div {
  position: relative;
  z-index: 1;
  display: grid;
  align-content: center;
  min-height: 420px;
  padding: clamp(22px,4vw,42px);
}
.studio-stack h2 { font-size: clamp(24px, 2.6vw, 34px); color: var(--gold); }
.studio-stack ul { display: grid; margin: 22px 0 0; padding: 0; list-style: none; border: 1px solid var(--line); background: rgba(255,255,255,.72); backdrop-filter: blur(10px); }
.studio-stack li { padding: 16px 18px; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 17px; font-weight: 780; }
.studio-stack li:last-child { border-bottom: 0; }
.service-ticker {
  display: flex;
  overflow: hidden;
  border-block: 1px solid rgba(184,138,55,.42);
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright), var(--gold));
  color: var(--ink);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
}
.service-ticker span { min-width: max-content; padding: 12px 0; animation: ticker 28s linear infinite; }
@keyframes ticker { to { transform: translateX(-100%); } }
.stamp-title {
  width: fit-content;
  margin-bottom: 18px;
  transform: rotate(-2deg);
}
.stamp-title span {
  position: relative;
  display: inline-block;
  padding: 10px 22px 12px;
  background: linear-gradient(100deg, var(--gold-deep), var(--gold-bright) 48%, var(--gold));
  color: var(--ink);
  font-size: clamp(28px,4vw,58px);
  font-weight: 950;
  line-height: .92;
  text-transform: uppercase;
  text-shadow: 3px 3px 0 rgba(255,255,255,.8), 7px 7px 0 rgba(17,17,15,.18);
}
.stamp-title span::before {
  content: "";
  position: absolute;
  inset: -10px -10px 10px 10px;
  z-index: -1;
  background: var(--ink);
}
.stamp-title.compact span { font-size: clamp(24px,3vw,42px); }
.line-title {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 18px;
}
.line-title span {
  color: var(--ink);
  font-size: clamp(34px,5vw,72px);
  font-weight: 950;
  line-height: .9;
  text-transform: uppercase;
  text-shadow:
    2px 2px 0 var(--white),
    4px 4px 0 var(--gold),
    6px 6px 0 rgba(17,17,15,.22);
}
.line-title::after {
  content: "";
  height: 14px;
  border-block: 3px solid var(--ink);
}
.what-it-is {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(300px,.78fr);
  gap: clamp(28px,6vw,92px);
  align-items: end;
  padding: 76px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.what-it-is p:last-child { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.studio-model {
  display: grid;
  grid-template-columns: minmax(320px,.82fr) minmax(0,1fr);
  gap: 14px;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}
.model-lead {
  display: grid;
  align-content: center;
  min-height: 430px;
  padding: clamp(22px,4vw,44px);
  border: 1px solid rgba(18,55,47,.22);
  background: #f2f7f4;
}
.model-lead h2 { max-width: 640px; }
.model-lead p:not(.kicker) { max-width: 620px; color: var(--muted); font-size: 17px; line-height: 1.72; }
.model-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
}
.model-grid article {
  min-height: 136px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}
.model-grid span { color: var(--gold); font-size: 12px; font-weight: 950; }
.model-grid strong { font-size: 21px; line-height: 1.18; }
.ceo-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 480px);
  gap: clamp(28px,6vw,88px);
  align-items: center;
  padding: clamp(52px,7vw,96px) clamp(20px,5vw,72px) 56px;
  border-bottom: 1px solid var(--line);
}
.ceo-hero p:not(.kicker), .ceo-story p, .ceo-note p { color: var(--muted); line-height: 1.72; }
.ceo-portrait { border: 1px solid var(--line); background: var(--white); }
.ceo-portrait img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; filter: grayscale(1) contrast(1.04); }
.ceo-portrait figcaption { padding: 16px; color: var(--ink); font-weight: 850; }
.ceo-quick {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  border-bottom: 1px solid var(--line);
}
.ceo-quick article { min-height: 132px; padding: 18px; border-right: 1px solid var(--line); }
.ceo-quick span, .ceo-career span { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.ceo-quick strong { display: block; margin-top: 26px; font-size: 18px; line-height: 1.25; }
.ceo-story {
  display: grid;
  grid-template-columns: minmax(280px,.68fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  padding: 82px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
}
.ceo-career {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.ceo-career article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.ceo-career h3 { margin-top: 34px; }
.ceo-note {
  display: grid;
  grid-template-columns: 70px minmax(0,1fr) auto;
  gap: clamp(20px,4vw,58px);
  align-items: center;
  padding: 56px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
}
.index-bar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-block: 1px solid var(--line);
}
.index-bar a {
  display: grid;
  gap: 18px;
  min-height: 112px;
  padding: 18px;
  border-right: 1px solid var(--line);
  text-decoration: none;
  color: var(--ink);
}
.index-bar a:hover, .index-bar a:focus-visible {
  border-color: rgba(141,100,30,.55);
  background: linear-gradient(90deg, rgba(246,211,107,.58), rgba(211,161,62,.34));
  color: var(--ink);
}
.index-bar span { color: var(--gold); font-size: 12px; font-weight: 900; }
.section {
  display: grid;
  grid-template-columns: 70px minmax(0,.78fr) minmax(320px,1fr);
  gap: clamp(20px,4vw,58px);
  padding: 82px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 88px;
}
.section-number { color: var(--gold); font-size: 13px; font-weight: 900; }
.statement p, .section-title + p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 16px; }
.copy-stack { display: grid; gap: 20px; }
.principles { display: grid; gap: 8px; }
.principles span, .audience-list span {
  display: block;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--soft);
  color: var(--ink);
  font-weight: 760;
}
.services, .engagements, .work, .sectors, .method, .contact { grid-template-columns: 70px minmax(0, 360px) minmax(0,1fr); }
.service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
}
.service-list article, .method-grid article {
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.service-list article:hover, .method-grid article:hover { background: var(--soft); }
.service-list span, .method-grid span { color: var(--gold); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.service-list p, .method-grid p { color: var(--muted); line-height: 1.6; }
.service-system {
  display: grid;
  grid-template-columns: minmax(160px, 260px) minmax(0,1fr);
  gap: 12px;
}
.service-tabs { display: grid; gap: 10px; align-content: start; }
.service-tabs button {
  min-height: 58px;
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-weight: 900;
  text-align: left;
  cursor: pointer;
}
.service-tabs button.active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.service-tabs button:hover, .service-tabs button:focus-visible {
  border-color: rgba(141,100,30,.78);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
}
.service-panels {
  min-height: 470px;
  border: 1px solid rgba(184,138,55,.34);
  background: linear-gradient(135deg, rgba(184,138,55,.10), transparent 46%), var(--white);
}
.service-panels article { display: none; min-height: 470px; padding: clamp(22px,5vw,56px); }
.service-panels article.active { display: grid; align-content: center; }
.service-panels span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.service-panels h3 { max-width: 900px; margin-top: 28px; font-size: clamp(32px,4.3vw,62px); line-height: 1.02; }
.service-panels p { max-width: 820px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-panels ul { display: grid; gap: 10px; max-width: 850px; margin: 34px 0 0; padding: 0; list-style: none; }
.service-panels li { padding: 13px 16px; border: 1px solid var(--line); background: rgba(255,255,255,.72); font-weight: 760; }
.engagement-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
}
.engagement-grid article {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
}
.engagement-grid article:nth-child(2), .engagement-grid article:nth-child(3) { background: var(--white); }
.engagement-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.engagement-grid h3 { margin-top: 58px; }
.engagement-grid p { color: var(--muted); line-height: 1.58; }
.engagement-grid strong { margin-top: auto; color: var(--ink); font-size: 14px; }
.pricing-preview {
  display: grid;
  grid-template-columns: minmax(280px,.8fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  align-items: center;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.pricing-preview-card {
  display: grid;
  gap: 16px;
  padding: clamp(20px,4vw,34px);
  border: 1px solid rgba(184,138,55,.34);
  background: linear-gradient(135deg, rgba(184,138,55,.12), transparent 44%), var(--white);
}
.pricing-preview-card strong { font-size: clamp(24px,2.6vw,34px); }
.pricing-preview-card p { margin: 0; color: var(--muted); line-height: 1.65; }
.store-strip {
  display: grid;
  grid-template-columns: minmax(280px,.62fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  align-items: center;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.store-strip p:not(.kicker) { color: var(--muted); line-height: 1.7; }
.store-strip-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.store-strip-grid a {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
}
.store-strip-grid img { width: 100%; height: 100%; object-fit: cover; }
.store-strip-grid span {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  padding: 10px 12px;
  background: rgba(255,255,255,.9);
  color: var(--ink);
  font-weight: 950;
}
.store-hero {
  min-height: calc(100vh - 76px);
  display: grid;
  grid-template-columns: minmax(0, .86fr) minmax(320px, 560px);
  gap: clamp(28px,6vw,86px);
  align-items: center;
  padding: clamp(52px,7vw,96px) clamp(20px,5vw,72px) 56px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.store-hero p:not(.kicker) { max-width: 700px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.store-feature {
  border: 1px solid rgba(184,138,55,.42);
  background: var(--soft);
  overflow: hidden;
}
.store-feature img { width: 100%; aspect-ratio: 1 / 1.12; object-fit: cover; }
.merch-research {
  display: grid;
  grid-template-columns: minmax(260px,.58fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.research-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.research-grid article {
  min-height: 250px;
  display: grid;
  align-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}
.research-grid span { color: var(--gold); font-weight: 950; }
.research-grid strong { font-size: 23px; line-height: 1.12; }
.research-grid p { margin: 0; color: var(--muted); line-height: 1.6; }
.store-products {
  display: grid;
  gap: 26px;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.product-card {
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.product-card:hover, .product-card:focus-within {
  border-color: rgba(141,100,30,.72);
  background: linear-gradient(180deg, rgba(246,211,107,.14), var(--white) 36%);
  box-shadow: 0 0 0 3px rgba(246,211,107,.16);
}
.product-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: contain; padding: 8px; background: #fff; }
.product-card > div { display: grid; align-content: space-between; gap: 12px; padding: 18px; }
.product-card small { color: var(--gold); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { font-size: 24px; }
.product-card .price { font-size: 31px; font-weight: 950; }
.product-card p { margin: 0; color: var(--muted); line-height: 1.56; }
.product-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 4px; }
.product-actions .button { min-height: 46px; padding-inline: 10px; font-size: 11px; text-align: center; }
.editorial-band {
  display: grid;
  gap: 28px;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.thumb-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 14px;
}
.thumb-card {
  min-height: 420px;
  display: grid;
  grid-template-rows: 190px 1fr;
  border: 1px solid var(--line);
  background: var(--white);
  overflow: hidden;
}
.thumb-card img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.92) contrast(1.04); }
.thumb-card div { padding: 18px; }
.thumb-card span {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 12px;
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  font-weight: 950;
  font-style: italic;
}
.thumb-card h3 { font-size: clamp(24px,2.5vw,34px); line-height: 1.08; }
.checkout-hero {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(280px,420px);
  gap: clamp(26px,5vw,72px);
  align-items: end;
  padding: 84px clamp(20px,5vw,72px) 56px;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}
.checkout-hero p:not(.kicker), .estimator-copy p, .checkout-summary-mini p { color: var(--muted); line-height: 1.7; }
.checkout-summary-mini {
  display: grid;
  gap: 12px;
  padding: 20px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.checkout-summary-mini span { color: var(--gold); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.checkout-summary-mini strong { font-size: 28px; }
.estimator {
  display: grid;
  grid-template-columns: minmax(260px,.6fr) minmax(320px,1fr) minmax(260px,.52fr);
  gap: 16px;
  align-items: start;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.estimate-form, .estimate-result, .cart-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}
.estimate-form fieldset { display: grid; gap: 8px; margin: 0; padding: 0; border: 0; }
.estimate-form legend { margin-bottom: 8px; font-weight: 900; }
.estimate-form label, .checkout-customer label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .07em;
}
.estimate-form fieldset label {
  min-height: 44px;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 10px 12px;
  border: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  letter-spacing: 0;
  text-transform: none;
}
.estimate-controls, .checkout-customer {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 10px;
}
.estimate-form select, .estimate-form textarea, .checkout-customer input {
  width: 100%;
  min-height: 48px;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.estimate-form textarea { min-height: 116px; resize: vertical; }
.estimate-form .full { grid-column: 1/-1; }
.estimate-result {
  position: sticky;
  top: 96px;
}
.estimate-result span { color: var(--gold); font-size: 12px; font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.estimate-result strong { font-size: clamp(36px,4vw,58px); line-height: 1; }
.estimate-result p { margin: 0; color: var(--muted); line-height: 1.55; }
.pricing-section {
  display: grid;
  gap: 26px;
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.price-card {
  min-height: 360px;
  display: grid;
  align-content: space-between;
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
}
.price-card:hover { border-color: rgba(184,138,55,.5); background: var(--soft); }
.price-card small { color: var(--gold); font-weight: 950; text-transform: uppercase; letter-spacing: .08em; }
.price-card h3 { font-size: 26px; }
.price-card .price {
  display: grid;
  gap: 2px;
  font-size: 34px;
  font-weight: 900;
}
.price-card .price span, .modal-price span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.price-card p { color: var(--muted); line-height: 1.55; }
.price-card ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.price-card li { padding: 9px 10px; border: 1px solid var(--line); background: rgba(255,255,255,.7); font-weight: 720; }
.price-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.price-actions .button { min-height: 46px; padding-inline: 10px; font-size: 11px; }
.modal-open { overflow: hidden; }
.service-modal {
  position: fixed;
  inset: 0;
  z-index: 110;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(17,17,15,.52);
}
.service-modal-card {
  position: relative;
  width: min(920px, 100%);
  max-height: min(86vh, 820px);
  overflow: auto;
  display: grid;
  gap: 18px;
  padding: clamp(20px,4vw,36px);
  border: 1px solid rgba(246,211,107,.58);
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 26px 80px rgba(17,17,15,.28);
}
.service-modal-card small {
  color: var(--gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.service-modal-card h2 { max-width: 760px; }
.service-modal-card > p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.service-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
  font-weight: 950;
}
.modal-price {
  display: grid;
  gap: 2px;
  width: fit-content;
  padding: 12px 14px;
  border: 1px solid rgba(141,100,30,.42);
  background: linear-gradient(90deg, rgba(246,211,107,.26), rgba(211,161,62,.10));
  font-size: 34px;
  font-weight: 950;
}
.modal-value {
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid rgba(141,100,30,.46);
  background: linear-gradient(90deg, rgba(246,211,107,.26), rgba(211,161,62,.08));
}
.modal-value strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.modal-value p { margin: 0; color: var(--muted); line-height: 1.62; }
.modal-split {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 12px;
}
.modal-split section {
  display: grid;
  gap: 10px;
  align-content: start;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.modal-split strong {
  display: inline-block;
  width: fit-content;
  padding: 6px 10px;
  color: var(--ink);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  border: 1px solid rgba(141,100,30,.42);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.modal-split p { margin: 0; color: var(--muted); line-height: 1.62; }
.modal-split ul { display: grid; gap: 8px; margin: 0; padding: 0; list-style: none; }
.modal-split li { padding: 9px 10px; border: 1px solid var(--line); background: var(--white); font-weight: 760; }
.modal-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.cart-section {
  display: grid;
  grid-template-columns: minmax(260px,.55fr) minmax(0,1fr);
  gap: clamp(24px,5vw,72px);
  padding: 72px clamp(20px,5vw,72px);
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.cart-lines { display: grid; gap: 8px; min-height: 80px; }
.cart-line {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto auto;
  gap: 10px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--line);
  background: var(--white);
}
.cart-line span { color: var(--muted); font-size: 13px; }
.cart-line button {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  background: var(--white);
  cursor: pointer;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}
.cart-total span { color: var(--muted); font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.cart-total strong { font-size: 32px; }
.checkout-actions { display: flex; gap: 10px; flex-wrap: wrap; }
.checkout-status { display: none; margin: 0; padding: 12px; border: 1px solid rgba(184,138,55,.35); background: var(--soft); color: var(--ink); font-weight: 760; line-height: 1.5; }
.checkout-status.show { display: block; }
.checkout-status.error { border-color: rgba(122,31,31,.42); color: #7a1f1f; }
.button.disabled, .checkout-actions button:disabled {
  border-color: var(--line);
  background: #d9d5cd;
  color: #716b62;
  cursor: not-allowed;
}
.checkout-message {
  min-height: 100vh;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 18px;
  padding: clamp(24px,6vw,80px);
  background: var(--white);
}
.checkout-message img { width: 64px; }
.checkout-message p:not(.kicker) { max-width: 620px; color: var(--muted); line-height: 1.7; }
.text-link {
  display: inline-flex;
  margin-top: 18px;
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
  border-bottom: 1px solid var(--gold);
}
.text-link:hover, .text-link:focus-visible {
  color: var(--ink);
  border-bottom-color: var(--gold-deep);
  background: linear-gradient(180deg, transparent 48%, rgba(246,211,107,.55) 48%);
}
.work-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 12px;
}
.work-row a {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--soft);
  text-decoration: none;
}
.work-row img { width: 100%; height: 100%; object-fit: cover; opacity: .92; transition: transform .5s ease; }
.work-row a:hover,
.work-row a:focus-visible,
.store-strip-grid a:hover,
.store-strip-grid a:focus-visible,
.thumb-card:hover,
.thumb-card:focus-within {
  border-color: rgba(141,100,30,.72);
  box-shadow: 0 0 0 4px rgba(246,211,107,.45);
}
.work-row a:hover img { transform: scale(1.04); }
.work-row a:hover span,
.work-row a:focus-visible span,
.store-strip-grid a:hover span,
.store-strip-grid a:focus-visible span {
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
}
.work-row span {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px 12px;
  border-radius: var(--radius);
  background: rgba(17,17,15,.72);
  color: var(--white);
  font-weight: 850;
  backdrop-filter: blur(12px);
}
.sectors { background: var(--soft); }
.sector-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 12px;
}
.sector-grid article {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
}
.sector-grid span {
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.sector-grid p { color: var(--muted); line-height: 1.6; }
.method-wrap { display: grid; gap: 12px; }
.method-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.method-grid article { min-height: 170px; }
.audience-list {
  display: grid;
  grid-template-columns: repeat(5,minmax(0,1fr));
  gap: 8px;
}
.audience-list span { background: var(--white); font-size: 13px; text-align: center; }
.contact { background: var(--soft); }
.contact-note { max-width: 360px; color: var(--muted); line-height: 1.65; }
.brief {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  padding: 20px;
  border: 1px solid rgba(184,138,55,.38);
  border-radius: var(--radius);
  background:
    linear-gradient(90deg, rgba(184,138,55,.16), transparent 34%) 0 0 / 100% 1px no-repeat,
    var(--white);
}
.brief label { display: grid; gap: 8px; color: var(--muted); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.brief .full { grid-column: 1/-1; }
.brief input, .brief select, .brief textarea {
  width: 100%;
  min-height: 50px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--ink);
  font: inherit;
}
.brief input:focus, .brief select:focus, .brief textarea:focus {
  outline: 2px solid rgba(184,138,55,.22);
  outline-offset: 0;
  border-color: var(--gold);
}
.brief select {
  appearance: none;
  -webkit-appearance: none;
  padding-right: 58px;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--white) 50%),
    linear-gradient(135deg, var(--white) 50%, transparent 50%),
    linear-gradient(to left, var(--ink) 46px, var(--white) 46px);
  background-position:
    calc(100% - 25px) 50%,
    calc(100% - 18px) 50%,
    100% 0;
  background-size: 8px 8px, 8px 8px, 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.brief textarea { min-height: 150px; resize: vertical; }
.brief button {
  grid-column: 1/-1;
  justify-content: space-between;
  min-height: 52px;
  padding-inline: 18px;
}
.brief button::after {
  content: ">";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  margin-left: 16px;
  border: 1px solid rgba(255,255,255,.32);
  color: var(--gold);
}
.brief-status {
  grid-column: 1/-1;
  display: none;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid rgba(184,138,55,.36);
  background: var(--soft);
  color: var(--ink);
  font-weight: 800;
  line-height: 1.5;
}
.brief-status.show { display: block; }
.brief-status.error { border-color: rgba(122,31,31,.42); color: #7a1f1f; }
.staff-access {
  display: grid;
  gap: 12px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.staff-access strong { font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }
.staff-access p { margin: 0; color: var(--muted); line-height: 1.55; }
.staff-access a { width: fit-content; }
.site-footer {
  display: grid;
  grid-template-columns: minmax(280px,.9fr) repeat(2,minmax(260px,1fr));
  gap: clamp(28px,5vw,72px);
  align-items: start;
  padding: 64px clamp(20px,5vw,72px);
  background: #10100f;
  color: var(--white);
  border-top: 1px solid rgba(246,211,107,.28);
}
.footer-brand { display: grid; gap: 18px; align-items: start; max-width: 540px; }
.site-footer img { width: 72px; height: 72px; object-fit: contain; }
.site-footer .footer-brand > img[data-email-access="true"] {
  cursor: pointer;
  user-select: none;
}
.site-footer .footer-brand > img[data-email-access="true"]:hover {
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  box-shadow: 0 0 0 4px rgba(246,211,107,.28);
}
.email-access-popover {
  position: fixed;
  z-index: 120;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(141,100,30,.78);
  background: linear-gradient(90deg, var(--gold-bright), var(--gold));
  color: var(--ink);
  font: inherit;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .06em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 40px rgba(17,17,15,.18);
}
.site-footer strong {
  display: block;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,.16);
  color: var(--white);
  font-size: 17px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.site-footer p { margin: 0; color: rgba(255,255,255,.66); line-height: 1.65; }
.site-footer nav { display: grid; gap: 9px; }
.site-footer a { color: rgba(255,255,255,.72); text-decoration: none; font-weight: 650; }
.site-footer a:hover, .site-footer a:focus-visible {
  color: var(--gold-bright);
  border-color: rgba(246,211,107,.48);
  background: rgba(246,211,107,.10);
}
.footer-socials { display: flex; gap: 10px; flex-wrap: wrap; }
.footer-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  color: var(--white);
  font-weight: 950;
}
.footer-feed {
  display: grid;
  gap: 16px;
}
.footer-feed a {
  display: grid;
  grid-template-columns: 116px minmax(0,1fr);
  gap: 16px;
  align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.82);
  font-size: 16px;
  line-height: 1.38;
}
.footer-feed img {
  width: 116px;
  height: 78px;
  object-fit: cover;
  filter: saturate(.85) contrast(1.06);
}
.legal-hero {
  padding: 92px clamp(20px,5vw,72px) 48px;
  background: var(--soft);
  border-bottom: 1px solid var(--line);
}
.legal-hero div { max-width: 820px; }
.legal-hero p:not(.kicker) { max-width: 680px; color: var(--muted); line-height: 1.7; }
.legal-wrap {
  display: grid;
  grid-template-columns: 240px minmax(0, 860px);
  gap: clamp(24px,5vw,76px);
  padding: 72px clamp(20px,5vw,72px);
}
.legal-aside {
  position: sticky;
  top: 104px;
  align-self: start;
  display: grid;
  gap: 8px;
  padding: 16px;
  border: 1px solid var(--line);
  background: var(--white);
}
.legal-aside a { color: var(--muted); text-decoration: none; font-weight: 800; }
.legal-aside a:hover, .legal-aside a:focus-visible {
  color: var(--ink);
  background: linear-gradient(90deg, rgba(246,211,107,.55), rgba(211,161,62,.18));
}
.legal-content { display: grid; gap: 28px; }
.legal-content section {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.legal-content h2 { font-size: clamp(24px, 2.2vw, 34px); }
.legal-content p, .legal-content li { color: var(--muted); line-height: 1.72; }
.legal-content ul { margin: 14px 0 0; padding-left: 20px; }
.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  max-width: 560px;
  padding: 16px;
  border: 1px solid rgba(184,138,55,.45);
  background: var(--white);
  box-shadow: 0 18px 50px rgba(17,17,15,.14);
}
.cookie-banner p { margin: 0; color: var(--muted); line-height: 1.55; font-size: 13px; }
.cookie-banner a { color: var(--ink); font-weight: 850; }
.cookie-banner a:hover, .cookie-banner a:focus-visible {
  color: var(--gold-deep);
  background: rgba(246,211,107,.22);
}
.cookie-banner button {
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid var(--ink);
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--white);
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; }
  .site-nav a { font-size: 20px; }
  .header-action { grid-column: 2; grid-row: 1; justify-self: end; align-self: center; }
  .hero, .section, .services, .engagements, .work, .sectors, .method, .contact { grid-template-columns: 1fr; }
  .ceo-hero, .ceo-story, .ceo-note, .what-it-is, .studio-model, .service-system, .pricing-preview, .store-strip, .checkout-hero, .estimator, .cart-section, .store-hero, .merch-research { grid-template-columns: 1fr; }
  .index-bar { grid-template-columns: repeat(2,1fr); }
  .service-list, .work-row, .method-grid, .engagement-grid, .sector-grid, .pricing-grid, .thumb-grid, .product-grid, .research-grid, .store-strip-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ceo-quick, .ceo-career { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .audience-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}
@media (max-width: 640px) {
  .index-bar, .service-list, .work-row, .method-grid, .engagement-grid, .sector-grid, .audience-list, .brief, .site-footer, .pricing-grid, .estimate-controls, .checkout-customer, .thumb-grid, .product-grid, .research-grid, .product-actions, .price-actions, .store-strip-grid, .modal-split { grid-template-columns: 1fr; }
  .site-header {
    position: relative;
    grid-template-columns: minmax(0,1fr) auto;
    gap: 10px;
    min-height: 0;
    padding: 10px 14px 12px;
  }
  .mark { gap: 9px; min-width: 0; }
  .mark img { width: 42px; height: 42px; padding: 6px; }
  .mark span { font-size: 16px; line-height: 1.02; }
  .header-action {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 11px;
    letter-spacing: .06em;
  }
  .site-nav {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 6px;
    overflow: visible;
    justify-content: stretch;
    padding: 2px 0 0;
  }
  .site-nav a {
    min-width: 0;
    padding: 8px 6px;
    border: 1px solid var(--line);
    background: var(--white);
    font-size: 11px;
    line-height: 1;
    color: var(--ink);
    text-align: center;
  }
  .hero, .store-hero, .checkout-hero, .ceo-hero {
    min-height: auto;
    gap: 24px;
    padding: 34px 18px 30px;
  }
  .hero-copy > p:not(.kicker), .store-hero p:not(.kicker), .checkout-hero p:not(.kicker) {
    font-size: 16px;
    line-height: 1.58;
  }
  .actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .button, .brief button {
    width: 100%;
    min-height: 46px;
    padding: 11px 13px;
    font-size: 12px;
    letter-spacing: .06em;
  }
  .hero-signals { gap: 6px; }
  .hero-signals span { width: 100%; padding: 9px 10px; font-size: 12px; }
  .studio-stack { min-height: 280px; }
  .studio-stack div { min-height: 280px; padding: 18px; }
  .studio-stack li { padding: 12px 13px; font-size: 14px; }
  .stamp-title {
    max-width: 100%;
    margin-bottom: 16px;
    transform: rotate(-1deg);
  }
  .stamp-title span {
    max-width: calc(100vw - 46px);
    padding: 9px 13px 10px;
    font-size: 25px;
    line-height: .95;
    text-shadow: 2px 2px 0 rgba(255,255,255,.82), 4px 4px 0 rgba(17,17,15,.16);
  }
  .stamp-title span::before { inset: -7px -7px 7px 7px; }
  .stamp-title.compact span { font-size: 24px; }
  .what-it-is, .studio-model, .section, .pricing-preview, .store-strip, .merch-research, .store-products, .cart-section {
    padding: 42px 18px;
  }
  .model-lead, .service-panels article, .checkout-summary-mini, .estimate-form, .estimate-result, .cart-panel {
    padding: 16px;
  }
  .service-panels h3, .thumb-card h3 { font-size: 27px; line-height: 1.08; }
  .store-feature img { aspect-ratio: 1 / 1; }
  .store-strip-grid a { min-height: 260px; }
  .product-card img { aspect-ratio: 4 / 5; padding: 6px; }
  .product-card > div { padding: 15px; }
  .product-card h3 { font-size: 21px; }
  .product-card .price { font-size: 28px; }
  .service-modal { padding: 10px; place-items: end center; }
  .service-modal-card {
    max-height: 88vh;
    padding: 18px;
  }
  .modal-price { font-size: 30px; }
  .modal-actions { display: grid; grid-template-columns: 1fr; }
  .cart-line {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }
  .cart-line > strong { grid-column: 1; }
  .cart-line button { grid-row: 1 / span 2; grid-column: 2; }
  .line-title { grid-template-columns: 1fr; }
  .line-title::after { height: 10px; }
  .footer-feed a { grid-template-columns: 92px minmax(0,1fr); }
  .footer-feed img { width: 92px; height: 66px; }
  .model-grid { grid-template-columns: 1fr; }
  .service-panels, .service-panels article, .studio-stack, .studio-stack div, .model-lead { min-height: auto; }
  .service-panels h3 { font-size: 32px; }
  .ceo-quick, .ceo-career { grid-template-columns: 1fr; }
  h1 { font-size: 30px; line-height: 1.06; }
  h2 { font-size: 25px; line-height: 1.1; }
  h3 { font-size: 20px; }
  .brief button { grid-column: auto; }
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    max-width: none;
    max-height: 34vh;
    overflow: auto;
    padding: 10px;
  }
  .cookie-banner p { font-size: 11px; line-height: 1.36; }
  .cookie-banner button { min-height: 34px; width: 100%; font-size: 11px; }
}
