:root {
  --v3-ink: #0b0e1a;
  --v3-paper: #f4f0e7;
  --v3-white: #fffdf8;
  --v3-acid: #dfff38;
  --v3-blue: #5865ff;
  --v3-coral: #ff654d;
  --v3-aqua: #38dcc2;
  --v3-line: #cfcabf;
  --v3-muted: #666861;
  --v3-sans: "Bricolage Grotesque", "Segoe UI", sans-serif;
  --v3-serif: "Source Serif 4", Georgia, serif;
  --v3-mono: "Fragment Mono", ui-monospace, monospace;
  --v3-page: 1320px;
  --v3-gutter: clamp(20px, 4vw, 58px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--v3-ink); }
body { margin: 0; background: var(--v3-paper); color: var(--v3-ink); font-family: var(--v3-sans); font-size: 17px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body[data-nav-open="true"] { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button { font: inherit; }
::selection { background: var(--v3-acid); color: var(--v3-ink); }
:focus-visible { outline: 3px solid var(--v3-acid); outline-offset: 4px; }

.v3-shell { width: min(100%, var(--v3-page)); margin-inline: auto; padding-inline: var(--v3-gutter); }
.v3-skip { position: fixed; top: 12px; left: 12px; z-index: 1000; padding: 10px 14px; background: var(--v3-acid); color: var(--v3-ink); transform: translateY(-160%); }
.v3-skip:focus { transform: none; }

.v3-header { position: sticky; top: 0; z-index: 100; background: rgba(11,14,26,.94); color: var(--v3-white); border-bottom: 1px solid rgba(255,255,255,.14); backdrop-filter: blur(14px); }
.v3-header-inner { min-height: 72px; display: flex; align-items: center; gap: 34px; }
.v3-brand { display: inline-flex; align-items: center; gap: 9px; color: inherit; font-size: 23px; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.v3-brand small { margin-left: 4px; color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; }
.v3-brand-mark { position: relative; width: 13px; height: 13px; background: var(--v3-acid); transform: rotate(45deg); }
.v3-brand-mark::after { content: ""; position: absolute; width: 7px; height: 7px; right: -8px; bottom: -8px; border: 1px solid var(--v3-blue); }
.v3-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.v3-nav a { color: rgba(255,255,255,.72); font-size: 14px; font-weight: 600; text-decoration: none; }
.v3-nav a:hover { color: var(--v3-white); }
.v3-mobile-action { display: none; }
.v3-menu { display: none; width: 46px; height: 46px; margin-left: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; color: var(--v3-white); cursor: pointer; }
.v3-menu span, .v3-menu::before, .v3-menu::after { content: ""; display: block; width: 18px; height: 1.5px; margin: 4px auto; background: currentColor; transition: transform 180ms ease, opacity 180ms ease; }
body[data-nav-open="true"] .v3-menu span { opacity: 0; }
body[data-nav-open="true"] .v3-menu::before { transform: translateY(5.5px) rotate(45deg); }
body[data-nav-open="true"] .v3-menu::after { transform: translateY(-5.5px) rotate(-45deg); }

.v3-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 13px 22px; border: 1px solid transparent; border-radius: 0; font-weight: 700; line-height: 1; text-decoration: none; clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 12px, 100% 100%, 0 100%); transition: transform 160ms ease, background 160ms ease; }
.v3-button:hover { transform: translate(-2px,-2px); }
.v3-button--acid { background: var(--v3-acid); color: var(--v3-ink); }
.v3-button--ink { background: var(--v3-ink); color: var(--v3-white); }

.v3-hero { position: relative; overflow: hidden; min-height: 840px; padding: clamp(70px, 9vw, 126px) 0 clamp(88px, 10vw, 140px); background: var(--v3-ink); color: var(--v3-white); perspective: 1200px; }
.v3-grid-lines { position: absolute; inset: 0; opacity: .14; background-image: linear-gradient(rgba(255,255,255,.3) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.3) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.v3-shape { position: absolute; pointer-events: none; }
.v3-shape--ring { width: 430px; height: 430px; left: -220px; bottom: -220px; border: 74px solid var(--v3-blue); border-radius: 50%; opacity: .75; will-change: transform; }
.v3-shape--square { width: 110px; height: 110px; right: 5%; top: 12%; border: 2px solid var(--v3-acid); transform: rotate(18deg); will-change: transform; }
.v3-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,.85fr) minmax(520px,1.15fr); gap: clamp(50px,7vw,110px); align-items: center; }
.v3-kicker { display: inline-flex; align-items: center; gap: 10px; color: var(--v3-acid); font: 400 11px/1.3 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-kicker::before { content: ""; width: 20px; height: 2px; background: currentColor; }
.v3-kicker--dark { color: var(--v3-ink); }
.v3-hero-copy h1 { max-width: 7.2ch; margin: 30px 0 0; font-size: clamp(68px,8.4vw,126px); font-weight: 610; letter-spacing: -.07em; line-height: .85; text-wrap: balance; }
.v3-hero-copy p { max-width: 610px; margin: 34px 0 0; color: rgba(255,255,255,.68); font-family: var(--v3-serif); font-size: clamp(20px,2vw,26px); line-height: 1.45; }
.v3-actions { display: flex; align-items: center; gap: 24px; margin-top: 38px; }
.v3-text-link { color: var(--v3-white); font-weight: 650; text-underline-offset: 5px; }
.v3-trust { display: flex; flex-wrap: wrap; align-items: center; gap: 6px 0; margin-top: 36px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); }
.v3-trust span { color: rgba(255,255,255,.48); font: 400 11px/1.4 var(--v3-mono); letter-spacing: .05em; }
.v3-trust span:not(:last-child)::after { content: "·"; margin: 0 12px; color: rgba(255,255,255,.2); }

.v3-stage { position: relative; min-height: 590px; }
.v3-stage-axis { position: absolute; z-index: 0; background: rgba(255,255,255,.3); }
.v3-stage-axis--x { left: -5%; right: -4%; top: 48%; height: 1px; }
.v3-stage-axis--y { top: -5%; bottom: -6%; left: 52%; width: 1px; }
.v3-browser { position: absolute; z-index: 2; left: 3%; top: 10%; width: 82%; margin: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.3); background: var(--v3-white); box-shadow: 34px 38px 0 var(--v3-blue); transform: rotate(-2.2deg); }
.v3-browser::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(11,14,26,.08); }
.v3-browser-bar { height: 38px; display: flex; align-items: center; gap: 7px; padding: 0 14px; border-bottom: 1px solid #d8d8d2; background: #f5f5f0; }
.v3-browser-bar i { width: 8px; height: 8px; background: #c7c7c0; border-radius: 50%; }
.v3-browser-bar span { margin-left: auto; color: #5d625e; font: 400 9px/1 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }
.v3-browser img { width: 100%; aspect-ratio: 16/10; object-fit: cover; object-position: top; }
.v3-signal { position: absolute; z-index: 4; width: 210px; padding: 19px; border: 2px solid var(--v3-ink); color: var(--v3-ink); box-shadow: 10px 10px 0 rgba(0,0,0,.3); }
.v3-signal small { display: block; font: 400 9px/1 var(--v3-mono); letter-spacing: .1em; }
.v3-signal strong { display: block; margin-top: 12px; font-size: 22px; line-height: 1; }
.v3-signal span { display: block; margin-top: 7px; font-size: 12px; }
.v3-signal--fix { left: -4%; bottom: 12%; background: var(--v3-acid); transform: rotate(3deg); }
.v3-signal--build { right: -2%; top: 2%; background: var(--v3-coral); transform: rotate(5deg); }
.v3-coordinate { position: absolute; right: 0; bottom: 1%; color: rgba(255,255,255,.48); font: 400 10px/1 var(--v3-mono); letter-spacing: .12em; }

/* Live job ticker (replaces static signal cards) */
.v3-ticker { position: absolute; z-index: 4; width: 230px; border: 2px solid var(--v3-ink); color: var(--v3-ink); box-shadow: 10px 10px 0 rgba(0,0,0,.3); }
.v3-ticker--fix { left: -4%; bottom: 12%; background: var(--v3-acid); transform: rotate(3deg); }
.v3-ticker--build { right: -2%; top: 2%; background: var(--v3-coral); transform: rotate(5deg); }
.v3-ticker-card { padding: 19px; min-height: 108px; transition: opacity 280ms ease, transform 280ms ease; }
.v3-ticker-card.is-leaving { opacity: 0; transform: translateY(-10px); }
.v3-ticker-card.is-entering { opacity: 0; transform: translateY(10px); }
.v3-ticker-card small { display: block; font: 400 9px/1 var(--v3-mono); letter-spacing: .1em; }
.v3-ticker-card strong { display: block; margin-top: 10px; font-size: 20px; line-height: 1.1; }
.v3-ticker-card span { display: block; margin-top: 8px; font-size: 12px; opacity: .8; }

.v3-options { padding: clamp(100px,11vw,160px) 0; background: var(--v3-paper); }
.v3-section-head { max-width: 900px; margin-bottom: clamp(48px,6vw,78px); }
.v3-section-head h2 { max-width: 10ch; margin: 24px 0 0; font-size: clamp(50px,6.5vw,88px); font-weight: 610; letter-spacing: -.065em; line-height: .92; }
.v3-section-head > p { max-width: 650px; margin: 26px 0 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 21px; }
.v3-section-head--split { max-width: none; display: grid; grid-template-columns: 1fr .7fr; gap: 60px; align-items: end; }
.v3-section-head--split > p { margin: 0 0 8px; }

.v3-option-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 12px; }
.v3-option { position: relative; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; padding: clamp(27px,3.5vw,46px); border: 2px solid var(--v3-ink); text-decoration: none; clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); transition: transform 180ms ease, box-shadow 180ms ease; }
.v3-option:hover { transform: translate(-4px,-4px); box-shadow: 8px 8px 0 var(--v3-ink); }
.v3-option::after { content: ""; position: absolute; width: 130px; height: 130px; right: -54px; bottom: -58px; border: 24px solid currentColor; border-radius: 50%; opacity: .12; }
.v3-option-number { font: 400 11px/1 var(--v3-mono); letter-spacing: .1em; }
.v3-option h3 { max-width: 8ch; margin: 38px 0 0; font-size: clamp(31px,3.2vw,47px); letter-spacing: -.055em; line-height: .9; }
.v3-option p { margin: 12px 0 0; font-family: var(--v3-serif); font-size: 17px; }
.v3-option-arrow { position: absolute; top: 24px; right: 26px; font-size: 22px; }
.v3-option--a { grid-column: span 5; }
.v3-option--b { grid-column: span 7; }
.v3-option--c { grid-column: span 4; }
.v3-option--d { grid-column: span 4; }
.v3-option--e { grid-column: span 4; }
.v3-option--f { grid-column: span 12; min-height: 210px; }
.v3-option--f h3 { max-width: none; }
.v3-option--g { grid-column: span 6; }
.v3-option--h { grid-column: span 6; }

.v3-option-buy { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-top: 26px; }
.v3-option-buy strong { font-size: clamp(26px, 2.6vw, 36px); font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.v3-option-buy strong small { font-size: .42em; font-weight: 600; letter-spacing: .02em; }
.v3-option-buy em { flex-shrink: 0; padding: 11px 15px; border: 2px solid currentColor; font: 700 12px/1 var(--v3-sans); font-style: normal; letter-spacing: .05em; text-transform: uppercase; white-space: nowrap; }
.v3-option--acid { background: var(--v3-acid); }
.v3-option--blue { background: var(--v3-blue); color: var(--v3-white); }
.v3-option--paper { background: var(--v3-white); }
.v3-option--coral { background: var(--v3-coral); }
.v3-option--aqua { background: var(--v3-aqua); }
.v3-option--ink { background: var(--v3-ink); color: var(--v3-white); border-color: var(--v3-ink); }

.v3-range { padding: 30px 0; border-block: 2px solid var(--v3-ink); background: var(--v3-acid); }
.v3-range-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; font: 400 11px/1.2 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }
.v3-range-inner i { flex: 1; height: 1px; background: var(--v3-ink); }

.v3-work { padding: clamp(100px,11vw,160px) 0; background: var(--v3-white); }
.v3-work-grid { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); grid-auto-rows: 210px; gap: 14px; }
.v3-work-card { position: relative; overflow: hidden; border: 2px solid var(--v3-ink); color: var(--v3-white); text-decoration: none; }
.v3-work-card--practice { grid-column: span 8; grid-row: span 3; }
.v3-work-card--table { grid-column: span 4; grid-row: span 2; }
.v3-work-card--trade { grid-column: span 4; grid-row: span 1; }
.v3-work-image { position: absolute; inset: 0; background: #ddd; }
.v3-work-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(11,14,26,.9), transparent 56%); }
.v3-work-image img { width: 100%; height: 100%; object-fit: cover; object-position: top; transition: transform 500ms cubic-bezier(.2,.8,.2,1); }
.v3-work-card:hover img { transform: scale(1.025); }
.v3-work-meta { position: absolute; z-index: 2; inset: auto 0 0; display: grid; grid-template-columns: 1fr auto; gap: 10px 24px; align-items: end; padding: clamp(24px,3vw,42px); }
.v3-work-meta span { grid-column: 1/-1; color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; }
.v3-work-meta strong { max-width: 18ch; font-size: clamp(22px,2.7vw,40px); letter-spacing: -.045em; line-height: 1; }
.v3-work-meta i { font-style: normal; font-size: 24px; }
.v3-work-card--trade .v3-work-meta { padding: 22px; }
.v3-work-card--trade .v3-work-meta strong { font-size: 23px; }

.v3-process { position: relative; overflow: hidden; padding: clamp(90px,10vw,145px) 0; background: var(--v3-blue); color: var(--v3-white); }
.v3-process::after { content: ""; position: absolute; width: 380px; height: 380px; right: -170px; top: -190px; border: 60px solid var(--v3-acid); border-radius: 50%; opacity: .9; }
.v3-process-head { position: relative; z-index: 1; }
.v3-process-head h2 { margin: 24px 0 58px; font-size: clamp(52px,6.5vw,86px); letter-spacing: -.065em; line-height: .9; }
.v3-process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.45); }
.v3-process-grid article { min-height: 250px; padding: 30px 30px 0 0; border-right: 1px solid rgba(255,255,255,.35); }
.v3-process-grid article + article { padding-left: 30px; }
.v3-process-grid article:last-child { border-right: 0; }
.v3-process-grid span { color: var(--v3-acid); font: 400 11px/1 var(--v3-mono); }
.v3-process-grid h3 { margin: 92px 0 0; font-size: 34px; letter-spacing: -.04em; }
.v3-process-grid p { margin: 12px 0 0; color: rgba(255,255,255,.72); font-family: var(--v3-serif); font-size: 18px; }

.v3-cta { padding: clamp(82px,10vw,140px) 0; background: var(--v3-coral); border-bottom: 2px solid var(--v3-ink); }
.v3-cta-inner { position: relative; overflow: hidden; min-height: 480px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; border: 2px solid var(--v3-ink); background: var(--v3-acid); padding: clamp(38px,7vw,100px); clip-path: polygon(0 0, calc(100% - 58px) 0, 100% 58px, 100% 100%, 0 100%); }
.v3-cta-inner h2 { max-width: 8ch; margin: 24px 0 0; font-size: clamp(66px,9vw,126px); letter-spacing: -.075em; line-height: .82; }
.v3-cta-inner p { margin: 25px 0 30px; font-family: var(--v3-serif); font-size: 22px; }
.v3-cta-shape { position: absolute; width: 330px; height: 330px; right: 7%; top: 15%; border: 52px solid var(--v3-blue); border-radius: 50%; }
.v3-cta-shape::after { content: ""; position: absolute; width: 110px; height: 110px; left: -130px; bottom: -80px; background: var(--v3-coral); transform: rotate(18deg); }

.v3-footer { padding: 74px 0 96px; background: var(--v3-ink); color: var(--v3-white); }
.v3-footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 50px; }
.v3-brand--footer { width: max-content; }
.v3-footer p { max-width: 32ch; margin: 20px 0 0; color: rgba(255,255,255,.58); }
.v3-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.v3-footer-grid strong { margin-bottom: 5px; color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-footer-grid a { color: rgba(255,255,255,.65); text-decoration: none; }
.v3-footer-grid a:hover { color: var(--v3-white); }
.v3-footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.48); font: 400 10px/1 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1000px) {
  .v3-hero-grid { grid-template-columns: 1fr; }
  .v3-hero-copy h1 { max-width: 8ch; }
  .v3-stage { min-height: 600px; width: min(100%,760px); margin-inline: auto; }
  .v3-option--a, .v3-option--b { grid-column: span 6; }
  .v3-option--c, .v3-option--d, .v3-option--e { grid-column: span 4; }
  .v3-option--g, .v3-option--h { grid-column: span 6; }
  .v3-work-card--practice { grid-column: span 7; }
  .v3-work-card--table, .v3-work-card--trade { grid-column: span 5; }
}

@media (max-width: 760px) {
  .v3-header-inner { min-height: 64px; }
  .v3-header-inner > .v3-button { display: none; }
  .v3-menu { display: block; }
  .v3-nav { position: fixed; inset: 64px 0 0; z-index: 99; display: grid; align-content: start; gap: 0; padding: 26px var(--v3-gutter); background: var(--v3-ink); opacity: 0; pointer-events: none; transform: translateY(-12px); transition: opacity 160ms ease, transform 160ms ease; }
  body[data-nav-open="true"] .v3-nav { opacity: 1; pointer-events: auto; transform: none; }
  .v3-nav a { padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.18); color: var(--v3-white); font-size: 28px; letter-spacing: -.04em; }
  .v3-mobile-action { display: block; color: var(--v3-acid) !important; }
  .v3-hero { min-height: 0; padding-top: 64px; }
  .v3-hero-copy h1 { font-size: clamp(58px,18vw,84px); line-height: .88; }
  .v3-hero-copy p { font-size: 20px; }
  .v3-actions { display: grid; align-items: stretch; }
  .v3-button { width: 100%; }
  .v3-text-link { text-align: center; }
  .v3-stage { min-height: 445px; margin-top: 30px; }
  .v3-browser { left: 5%; top: 8%; width: 88%; box-shadow: 18px 20px 0 var(--v3-blue); }
  .v3-signal { width: 160px; padding: 14px; }
  .v3-signal strong { font-size: 17px; }
  .v3-signal--fix { left: 0; bottom: 8%; }
  .v3-signal--build { right: 0; top: 1%; }
  .v3-ticker { width: 180px; }
  .v3-ticker-card { padding: 14px; min-height: 90px; }
  .v3-ticker-card strong { font-size: 16px; }
  .v3-ticker--fix { left: 0; bottom: 8%; }
  .v3-ticker--build { right: 0; top: 1%; }
  .v3-trust { gap: 4px 0; }
  .v3-trust span { font-size: 10px; }
  .v3-shape--square { display: none; }
  .v3-section-head--split { grid-template-columns: 1fr; gap: 22px; }
  .v3-section-head--split > p { margin: 0; }
  .v3-option-grid { grid-template-columns: 1fr; }
  .v3-option--a, .v3-option--b, .v3-option--c, .v3-option--d, .v3-option--e, .v3-option--f, .v3-option--g, .v3-option--h { grid-column: auto; min-height: 170px; }
  .v3-option h3 { margin-top: 24px; font-size: 34px; }
  .v3-option-buy { margin-top: 20px; }
  .v3-option-buy strong { font-size: 26px; }
  .v3-range-inner { justify-content: flex-start; overflow-x: auto; }
  .v3-range-inner span { white-space: nowrap; }
  .v3-range-inner i { min-width: 36px; }
  .v3-work-grid { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .v3-work-card--practice, .v3-work-card--table, .v3-work-card--trade { grid-column: auto; grid-row: auto; min-height: 420px; }
  .v3-work-card--trade { min-height: 300px; }
  .v3-process-grid { grid-template-columns: 1fr; }
  .v3-process-grid article, .v3-process-grid article + article { min-height: 210px; padding: 26px 0; border-right: 0; border-top: 1px solid rgba(255,255,255,.35); }
  .v3-process-grid h3 { margin-top: 56px; }
  .v3-cta-inner { min-height: 480px; }
  .v3-cta-shape { width: 190px; height: 190px; right: -70px; top: 8%; border-width: 32px; opacity: .7; }
  .v3-footer-grid { grid-template-columns: 1fr 1fr; }
  .v3-footer-grid > div:first-child { grid-column: 1/-1; }
  .v3-footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: no-preference) {
  .v3-shape--square { animation: v3-turn 14s linear infinite; }
  .v3-signal--fix { animation: v3-float-a 5s ease-in-out infinite; }
  .v3-signal--build { animation: v3-float-b 6s ease-in-out infinite; }
  .v3-ticker--fix { animation: v3-float-a 5s ease-in-out infinite; }
  .v3-ticker--build { animation: v3-float-b 6s ease-in-out infinite; }
  @keyframes v3-turn { to { transform: rotate(378deg); } }
  @keyframes v3-float-a { 50% { transform: translateY(-8px) rotate(1deg); } }
  @keyframes v3-float-b { 50% { transform: translateY(7px) rotate(3deg); } }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Team Teaser */
.v3-team-teaser {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--v3-blue);
  color: var(--v3-white);
  text-align: center;
}

.v3-team-teaser-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.v3-team-teaser .v3-section-head {
  max-width: 780px;
  margin-bottom: 50px;
  color: var(--v3-white);
}

.v3-team-teaser .v3-section-head h2 {
  color: var(--v3-white);
  margin-inline: auto;
  max-width: 10ch;
}

.v3-team-teaser .v3-section-head p {
  color: rgba(255,255,255,.78);
  margin-inline: auto;
  max-width: 55ch;
}

.v3-team-teaser-images {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
  justify-content: center;
  flex-wrap: wrap;
}

.v3-team-teaser-images img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 3px solid rgba(255,255,255,.3);
}

@media (max-width: 760px) {
  .v3-team-teaser .v3-section-head {
    margin-bottom: 40px;
  }
  .v3-team-teaser-images {
    margin-bottom: 40px;
    gap: 15px;
  }
  .v3-team-teaser-images img {
    width: 80px;
    height: 80px;
  }
}

/* Testimonial Section */
.v3-testimonials {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--v3-paper);
}

.v3-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.v3-testimonial-card {
  background: var(--v3-white);
  border: 2px solid var(--v3-ink);
  padding: 30px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.v3-testimonial-card p {
  font-family: var(--v3-serif);
  font-size: 19px;
  line-height: 1.6;
  color: var(--v3-ink);
  margin-bottom: 20px;
}

.v3-testimonial-card cite {
  display: block;
  font-style: normal;
  font-weight: 600;
  color: var(--v3-ink);
  font-size: 15px;
}

.v3-testimonial-card cite span {
  display: block;
  font-weight: 400;
  color: var(--v3-muted);
  font-size: 13px;
  margin-top: 4px;
}

@media (max-width: 1000px) {
  .v3-testimonials-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  .v3-testimonials-grid { grid-template-columns: 1fr; }
  .v3-testimonial-card { padding: 24px; }
  .v3-testimonial-card p { font-size: 17px; }
}

/* FAQ Section */
.v3-faq {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--v3-white);
}

.v3-faq-grid {
  display: grid;
  gap: 12px;
}

.v3-faq-item details {
  border: 2px solid var(--v3-ink);
  background: var(--v3-paper);
}

.v3-faq-item summary {
  padding: 20px 24px;
  font-weight: 650;
  font-size: 20px;
  color: var(--v3-ink);
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.v3-faq-item summary::-webkit-details-marker { display: none; }
.v3-faq-item summary::after {
  content: "+";
  font-size: 24px;
  transition: transform 150ms ease;
}

.v3-faq-item details[open] summary::after {
  transform: rotate(45deg);
}

.v3-faq-item p {
  padding: 0 24px 20px;
  color: var(--v3-muted);
  font-family: var(--v3-serif);
  font-size: 18px;
  line-height: 1.6;
}

@media (max-width: 760px) {
  .v3-faq-item summary { font-size: 18px; padding: 18px 20px; }
  .v3-faq-item p { font-size: 16px; padding: 0 20px 18px; }
}

/* Map Section */
.v3-map-section {
  padding: clamp(90px, 10vw, 145px) 0;
  background: var(--v3-paper);
}

.v3-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.v3-map-card {
  background: var(--v3-white);
  border: 2px solid var(--v3-ink);
  padding: 24px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  text-align: center;
}

.v3-map-card h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.v3-map-card iframe {
  width: 100%;
  height: 300px;
  border: 1px solid var(--v3-line);
  filter: grayscale(0.8);
}

@media (max-width: 1000px) {
  .v3-map-grid { grid-template-columns: 1fr; }
}

/* ---- Service pages ---- */
.v3-svc-hero { position: relative; overflow: hidden; padding: clamp(64px,8vw,110px) 0 clamp(70px,8vw,120px); background: var(--v3-ink); color: var(--v3-white); }
.v3-svc-hero .v3-shell { position: relative; display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.55fr); gap: clamp(40px,6vw,90px); align-items: end; }
.v3-svc-hero h1 { max-width: 13ch; margin: 26px 0 0; font-size: clamp(48px,6.5vw,88px); font-weight: 610; letter-spacing: -.065em; line-height: .92; text-wrap: balance; }
.v3-svc-lede { max-width: 620px; margin: 26px 0 0; color: rgba(255,255,255,.68); font-family: var(--v3-serif); font-size: clamp(19px,2vw,24px); line-height: 1.5; }
.v3-svc-actions { display: flex; align-items: center; gap: 22px; margin-top: 34px; flex-wrap: wrap; }
.v3-svc-pricebox { border: 2px solid rgba(255,255,255,.35); padding: 26px 28px; background: rgba(255,255,255,.04); }
.v3-svc-pricebox > small { display: block; color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-svc-pricebox > strong { display: block; margin-top: 12px; font-size: clamp(38px,4.5vw,56px); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.v3-svc-pricebox > strong small { font-size: .4em; font-weight: 600; letter-spacing: .02em; }
.v3-svc-pricebox > span { display: block; margin-top: 10px; color: rgba(255,255,255,.6); font-family: var(--v3-serif); font-size: 16px; line-height: 1.45; }

.v3-svc { padding: clamp(80px,9vw,130px) 0; background: var(--v3-paper); }
.v3-svc--white { background: var(--v3-white); }

.v3-spec-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.v3-spec-card { padding: 26px 26px 30px; border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.v3-spec-card > small { display: block; margin-bottom: 14px; color: var(--v3-muted); font: 400 10px/1.4 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }
.v3-spec-card h3 { margin: 0 0 10px; font-size: 22px; letter-spacing: -.03em; }
.v3-spec-card p { margin: 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 16px; }

.v3-checklist { margin: 0; padding: 0; list-style: none; display: grid; border: 2px solid var(--v3-ink); background: var(--v3-white); }
.v3-checklist li { display: flex; gap: 14px; align-items: baseline; padding: 15px 20px; border-bottom: 1px solid var(--v3-line); font-size: 17px; font-weight: 600; }
.v3-checklist li:last-child { border-bottom: 0; }
.v3-checklist li::before { content: "✓"; flex-shrink: 0; width: 22px; height: 22px; display: inline-flex; align-items: center; justify-content: center; background: var(--v3-acid); color: var(--v3-ink); font-size: 13px; font-weight: 700; transform: translateY(3px); }
.v3-checklist li span { font-weight: 400; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 15px; }

/* Widget shell */
.v3-widget { margin-top: clamp(44px,6vw,68px); border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 0 100%); }
.v3-widget-head { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding: 20px 28px; border-bottom: 2px solid var(--v3-ink); background: var(--v3-acid); }
.v3-widget-head h3 { margin: 0; font-size: clamp(21px,2.6vw,30px); letter-spacing: -.04em; }
.v3-widget-head small { font: 400 10px/1.4 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; text-align: right; }
.v3-widget-body { padding: clamp(24px,4vw,44px); }

/* Estimator + ROI calculator */
.v3-wgrid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(28px,4vw,50px); align-items: start; }
.v3-field { display: grid; gap: 8px; margin-bottom: 22px; }
.v3-field label { font-weight: 700; font-size: 14px; letter-spacing: .02em; }
.v3-field select { padding: 13px 14px; border: 2px solid var(--v3-ink); border-radius: 0; background: var(--v3-paper); font: inherit; font-size: 16px; }
.v3-field input[type="range"] { width: 100%; height: 34px; accent-color: var(--v3-blue); }
.v3-field output { font: 400 13px/1.4 var(--v3-mono); color: var(--v3-muted); }
.v3-result { border: 2px solid var(--v3-ink); background: var(--v3-ink); color: var(--v3-white); padding: 26px 28px 28px; }
.v3-result > small { color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-result > strong { display: block; margin-top: 12px; font-size: clamp(32px,4vw,48px); font-weight: 700; letter-spacing: -.04em; line-height: 1.05; }
.v3-result > p { margin: 12px 0 0; color: rgba(255,255,255,.7); font-family: var(--v3-serif); font-size: 16px; }
.v3-result .v3-button { margin-top: 22px; }

/* Configurator */
.v3-conf { display: grid; grid-template-columns: minmax(0,1fr) 340px; gap: clamp(24px,3vw,40px); align-items: start; }
.v3-conf-opts { display: grid; gap: 10px; }
.v3-conf-opt { display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; padding: 15px 18px; border: 2px solid var(--v3-line); background: var(--v3-paper); cursor: pointer; transition: border-color 120ms ease, background 120ms ease, box-shadow 120ms ease; }
.v3-conf-opt:hover { border-color: var(--v3-ink); }
.v3-conf-opt input[type="checkbox"] { width: 22px; height: 22px; margin: 0; accent-color: var(--v3-blue); }
.v3-conf-opt strong { display: block; font-size: 17px; }
.v3-conf-opt span { display: block; margin-top: 3px; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 14px; }
.v3-conf-opt em { font-style: normal; font: 700 15px/1 var(--v3-mono); white-space: nowrap; }
.v3-conf-opt[data-on="true"] { border-color: var(--v3-ink); background: var(--v3-white); box-shadow: 6px 6px 0 var(--v3-acid); }
.v3-conf-count { display: inline-flex; align-items: center; border: 2px solid var(--v3-ink); background: var(--v3-white); }
.v3-conf-count button { width: 40px; height: 40px; border: 0; background: transparent; font-size: 20px; font-weight: 700; cursor: pointer; }
.v3-conf-count button:hover { background: var(--v3-acid); }
.v3-conf-count output { width: 44px; text-align: center; font: 700 17px/1 var(--v3-mono); }
.v3-conf-total { position: sticky; top: 96px; border: 2px solid var(--v3-ink); background: var(--v3-ink); color: var(--v3-white); padding: 26px; }
.v3-conf-total > small { color: var(--v3-acid); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-conf-total > strong { display: block; margin-top: 10px; font-size: clamp(42px,4.5vw,56px); font-weight: 700; letter-spacing: -.05em; line-height: 1; }
.v3-conf-spec { margin: 18px 0 0; padding: 16px; min-height: 120px; border: 1px solid rgba(255,255,255,.25); background: rgba(255,255,255,.06); font: 400 12px/1.8 var(--v3-mono); color: rgba(255,255,255,.78); white-space: pre-wrap; }
.v3-conf-total .v3-button { width: 100%; margin-top: 18px; }
.v3-conf-note { margin: 12px 0 0; color: rgba(255,255,255,.5); font-family: var(--v3-serif); font-size: 13px; }

/* One-page anatomy */
.v3-anat { display: grid; grid-template-columns: minmax(260px,.85fr) 1.15fr; gap: clamp(28px,4vw,54px); align-items: start; }
.v3-anat-page { position: sticky; top: 96px; display: grid; gap: 10px; padding: 12px; border: 2px solid var(--v3-ink); background: var(--v3-white); }
.v3-anat-block { min-height: 56px; display: flex; align-items: center; justify-content: center; border: 1.5px dashed var(--v3-line); color: var(--v3-muted); font: 400 10px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; transition: background 160ms ease, transform 160ms ease; }
.v3-anat-block[data-active="true"] { background: var(--v3-acid); border: 1.5px solid var(--v3-ink); color: var(--v3-ink); transform: scale(1.02); }
.v3-anat-list { display: grid; gap: 10px; }
.v3-anat-item { padding: 18px 20px; border: 2px solid var(--v3-line); background: var(--v3-white); cursor: pointer; font: inherit; text-align: left; transition: border-color 120ms ease, box-shadow 120ms ease; }
.v3-anat-item strong { display: flex; justify-content: space-between; align-items: baseline; gap: 14px; font-size: 18px; }
.v3-anat-item strong i { font-style: normal; font: 400 11px/1.5 var(--v3-mono); color: var(--v3-muted); white-space: nowrap; }
.v3-anat-item p { margin: 8px 0 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 15px; }
.v3-anat-item[data-active="true"] { border-color: var(--v3-ink); box-shadow: 6px 6px 0 var(--v3-acid); }

/* Tier comparison */
.v3-compare { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.v3-tier { display: flex; flex-direction: column; padding: 28px; border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.v3-tier--feat { background: var(--v3-ink); color: var(--v3-white); }
.v3-tier > small { font: 400 10px/1.4 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; color: var(--v3-muted); }
.v3-tier--feat > small { color: var(--v3-acid); }
.v3-tier h3 { margin: 12px 0 0; font-size: 26px; letter-spacing: -.03em; }
.v3-tier-price { margin: 14px 0 0; font-size: 42px; font-weight: 700; letter-spacing: -.04em; line-height: 1; }
.v3-tier-price small { font-size: 15px; font-weight: 600; }
.v3-tier ul { margin: 20px 0 26px; padding: 0; list-style: none; display: grid; gap: 10px; }
.v3-tier li { display: flex; gap: 10px; font-family: var(--v3-serif); font-size: 15px; line-height: 1.45; }
.v3-tier li::before { content: "✓"; flex-shrink: 0; font-family: var(--v3-sans); font-weight: 700; color: var(--v3-blue); }
.v3-tier--feat li::before { color: var(--v3-acid); }
.v3-tier .v3-button { margin-top: auto; justify-content: center; }

@media (max-width: 1000px) {
  .v3-svc-hero .v3-shell { grid-template-columns: 1fr; align-items: start; }
  .v3-spec-grid, .v3-compare { grid-template-columns: 1fr; }
  .v3-wgrid, .v3-conf, .v3-anat { grid-template-columns: 1fr; }
  .v3-conf-total, .v3-anat-page { position: static; }
  .v3-anat-page { order: 2; }
}

/* ---- Showroom "browse all" link ---- */
.v3-work-more { margin: clamp(30px,4vw,44px) 0 0; font-family: var(--v3-serif); font-size: 19px; color: var(--v3-muted); }
.v3-work-more a { color: var(--v3-ink); font-weight: 700; text-underline-offset: 4px; }

/* ---- Blog ---- */
.v3-blog-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.v3-blog-card { display: flex; flex-direction: column; padding: 30px 30px 34px; border: 2px solid var(--v3-ink); background: var(--v3-white); text-decoration: none; clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); transition: transform 180ms ease, box-shadow 180ms ease; }
.v3-blog-card:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--v3-ink); }
.v3-blog-card > small { color: var(--v3-muted); font: 400 10px/1.5 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-blog-card h3 { margin: 16px 0 0; font-size: clamp(24px,2.6vw,32px); letter-spacing: -.04em; line-height: 1.05; }
.v3-blog-card p { margin: 14px 0 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 17px; }
.v3-blog-card .v3-blog-cta { margin-top: 22px; font: 700 12px/1 var(--v3-sans); letter-spacing: .05em; text-transform: uppercase; }
.v3-blog-card--feat { grid-column: 1/-1; background: var(--v3-ink); color: var(--v3-white); }
.v3-blog-card--feat p { color: rgba(255,255,255,.72); }
.v3-blog-card--feat > small { color: var(--v3-acid); }
.v3-blog-card--feat .v3-blog-cta { color: var(--v3-acid); }
.v3-blog-card--stub { border-style: dashed; border-color: var(--v3-line); background: transparent; cursor: default; }
.v3-blog-card--stub:hover { transform: none; box-shadow: none; }
.v3-blog-card--stub h3 { color: var(--v3-muted); }

/* ---- Article ---- */
.v3-article { max-width: 760px; }
.v3-article > p, .v3-article > ul { margin: 0 0 26px; font-family: var(--v3-serif); font-size: 20px; line-height: 1.7; color: var(--v3-ink); }
.v3-article > ul { padding-left: 22px; }
.v3-article > ul li { margin-bottom: 12px; }
.v3-article > h2 { margin: 54px 0 22px; font-size: clamp(30px,3.4vw,40px); letter-spacing: -.05em; line-height: 1; }
.v3-article > h2:first-of-type { margin-top: 44px; }
.v3-article strong { font-family: var(--v3-sans); font-weight: 700; }
.v3-article .v3-pull { margin: 40px 0; padding: 26px 30px; border-left: 10px solid var(--v3-acid); background: var(--v3-white); font-family: var(--v3-serif); font-size: 24px; line-height: 1.5; }
.v3-article-meta { display: flex; gap: 18px; align-items: baseline; margin-top: 22px; color: rgba(255,255,255,.6); font: 400 12px/1.6 var(--v3-mono); letter-spacing: .06em; text-transform: uppercase; }

/* ---- Flow builder (automation) ---- */
.v3-flow { display: flex; align-items: center; flex-wrap: wrap; }
.v3-flow-node { position: relative; min-width: 210px; max-width: 240px; margin-bottom: 22px; padding: 16px 18px 14px; border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 16px) 0, 100% 16px, 100% 100%, 0 100%); }
.v3-flow-node--trigger { border-left: 10px solid var(--v3-blue); }
.v3-flow-node--action { border-left: 10px solid var(--v3-acid); }
.v3-flow-node > small { display: block; margin-bottom: 9px; color: var(--v3-muted); font: 400 9px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-flow-node select { width: 100%; border: 0; padding: 0; background: transparent; font: 600 15px/1.35 var(--v3-sans); color: var(--v3-ink); cursor: pointer; }
.v3-flow-node select:focus-visible { outline: 2px solid var(--v3-blue); }
.v3-flow-remove { position: absolute; top: 6px; right: 10px; border: 0; background: none; cursor: pointer; color: var(--v3-muted); font-size: 16px; line-height: 1; }
.v3-flow-remove:hover { color: var(--v3-coral); }
.v3-flow-arrow { align-self: center; margin: 0 10px 22px; font: 700 22px/1 var(--v3-mono); color: var(--v3-ink); }
.v3-flow-add { align-self: center; width: 52px; height: 52px; margin-bottom: 22px; border: 2px dashed var(--v3-line); border-radius: 50%; background: transparent; color: var(--v3-muted); font-size: 24px; cursor: pointer; }
.v3-flow-add:hover { border-color: var(--v3-ink); color: var(--v3-ink); }
.v3-flow-foot { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 8px; padding-top: 24px; border-top: 2px solid var(--v3-ink); }
.v3-flow-summary { flex: 1; min-width: 260px; margin: 0; color: var(--v3-muted); font: 400 13px/1.8 var(--v3-mono); }

@media (max-width: 760px) {
  .v3-blog-grid { grid-template-columns: 1fr; }
  .v3-flow { flex-direction: column; align-items: stretch; }
  .v3-flow-node { max-width: none; margin-bottom: 0; }
  .v3-flow-arrow { margin: 6px 0 6px 24px; transform: rotate(90deg); align-self: flex-start; }
  .v3-flow-add { margin: 6px 0 0; }
}

/* flow builder touch targets */
.v3-flow-remove { padding: 8px; font-size: 20px; }
.v3-flow-node select { padding: 6px 0; }

/* ---- Forms (start page) ---- */
.v3-form { border: 2px solid var(--v3-ink); background: var(--v3-white); padding: clamp(26px,4vw,46px); clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); }
.v3-form h2 { margin: 16px 0 0; font-size: clamp(34px,4vw,48px); letter-spacing: -.05em; line-height: .95; }
.v3-form-intro { margin: 16px 0 26px; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 18px; max-width: 56ch; }
.v3-form-field { display: grid; gap: 7px; margin-bottom: 18px; }
.v3-form-field label { font-weight: 700; font-size: 14px; letter-spacing: .02em; }
.v3-form-field input, .v3-form-field textarea, .v3-form-field select { width: 100%; font: inherit; font-size: 16px; color: var(--v3-ink); padding: 12px 14px; border: 2px solid var(--v3-ink); border-radius: 0; background: var(--v3-paper); }
.v3-form-field input:focus, .v3-form-field textarea:focus, .v3-form-field select:focus { outline: 3px solid var(--v3-blue); outline-offset: 1px; }
.v3-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
.v3-form-options { margin: 4px 0 20px; border: 2px solid var(--v3-ink); background: var(--v3-paper); }
.v3-form-options summary { padding: 15px 18px; font-weight: 650; font-size: 17px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
.v3-form-options summary::-webkit-details-marker { display: none; }
.v3-form-options-body { padding: 4px 18px 18px; }
.v3-form-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 10px; }
.v3-form-status { margin: 0; color: var(--v3-coral); font-weight: 600; }
.v3-form-fallback { display: inline-block; margin-top: 16px; font-weight: 650; text-underline-offset: 4px; }
.v3-form-fine { margin: 20px 0 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 15px; max-width: 60ch; }
.v3-field-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.sku-chip { display: flex; align-items: baseline; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; padding: 12px 16px; border: 2px solid var(--v3-ink); background: var(--v3-acid); }
.sku-chip span { font: 400 9px/1 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.sku-chip strong { font-size: 16px; }
.sku-chip em { font-style: normal; font: 700 13px/1 var(--v3-mono); }
.sku-chip a { margin-left: auto; font-size: 13px; text-underline-offset: 3px; }
.v3-success { border: 2px solid var(--v3-ink); background: var(--v3-white); padding: clamp(30px,5vw,60px); clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); }
.v3-success h2 { margin: 14px 0 0; font-size: clamp(38px,5vw,58px); letter-spacing: -.05em; }
.v3-success p { margin: 18px 0 26px; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 19px; max-width: 52ch; }

/* ---- Collection (starting points) ---- */
.v3-coll-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.v3-coll-card { display: flex; flex-direction: column; border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); transition: transform 180ms ease, box-shadow 180ms ease; }
.v3-coll-card:hover { transform: translate(-3px,-3px); box-shadow: 7px 7px 0 var(--v3-ink); }
.v3-coll-card > a { display: block; }
.v3-coll-card img { display: block; width: 100%; aspect-ratio: 4/3; object-fit: cover; border-bottom: 2px solid var(--v3-ink); }
.v3-coll-card > div { display: flex; flex-direction: column; gap: 8px; flex: 1; padding: 20px 22px 22px; }
.v3-coll-card small { color: var(--v3-muted); font: 400 10px/1.4 var(--v3-mono); letter-spacing: .1em; text-transform: uppercase; }
.v3-coll-card h3 { margin: 0; font-size: 26px; letter-spacing: -.03em; }
.v3-coll-card p { margin: 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 16px; }
.v3-coll-actions { margin-top: auto; padding-top: 16px; display: flex; gap: 18px; font-weight: 700; font-size: 14px; }
.v3-coll-actions a { text-underline-offset: 4px; }

/* ---- Team ---- */
.v3-team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.v3-team-card { border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%); }
.v3-team-card img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-bottom: 2px solid var(--v3-ink); }
.v3-team-card > div { padding: 18px 20px 22px; }
.v3-team-card h3 { margin: 0; font-size: 24px; letter-spacing: -.03em; }
.v3-team-role { margin: 6px 0 0; color: var(--v3-muted); font: 400 11px/1.4 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }
.v3-team-bio { margin: 12px 0 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 16px; line-height: 1.5; }

/* ---- Image band ---- */
.v3-band { border: 2px solid var(--v3-ink); }
.v3-band img { display: block; width: 100%; aspect-ratio: 21/9; object-fit: cover; }
.v3-band-note { margin: 10px 0 0; color: var(--v3-muted); font: 400 11px/1.4 var(--v3-mono); letter-spacing: .08em; text-transform: uppercase; }

/* ---- Note panel ---- */
.v3-note { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(24px,4vw,60px); align-items: start; padding: clamp(28px,4vw,46px); border: 2px solid var(--v3-ink); background: var(--v3-white); clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 28px, 100% 100%, 0 100%); }
.v3-note h3 { margin: 0; font-size: clamp(26px,3vw,36px); letter-spacing: -.04em; line-height: 1.05; }
.v3-note p { margin: 0; color: var(--v3-muted); font-family: var(--v3-serif); font-size: 18px; line-height: 1.6; }

/* ---- Plain list ---- */
.v3-plainlist { margin: 0; padding: 0; list-style: none; border: 2px solid var(--v3-ink); background: var(--v3-white); }
.v3-plainlist li { padding: 18px 22px; border-bottom: 1px solid var(--v3-line); }
.v3-plainlist li:last-child { border-bottom: 0; }
.v3-plainlist strong { display: block; margin-bottom: 5px; font-size: 18px; }
.v3-plainlist span { color: var(--v3-muted); font-family: var(--v3-serif); font-size: 16px; }

/* ---- 404 ---- */
.v3-error-code { display: block; color: var(--v3-acid); font: 700 clamp(90px,16vw,180px)/0.9 var(--v3-sans); letter-spacing: -.06em; }

@media (max-width: 1000px) {
  .v3-coll-grid, .v3-team-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  .v3-form-grid, .v3-coll-grid, .v3-team-grid, .v3-note { grid-template-columns: 1fr; }
}
