/* GAP Industries — organic growth and conversion system
   Brand gate: navy #0B2447, amber #E8A33D, warm paper, founder-led voice. */

@font-face {
  font-family: 'Fraunces';
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url('/css/fonts/fraunces-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/css/fonts/geist-latin.woff2') format('woff2');
}
@font-face {
  font-family: 'JetBrains Mono';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('/css/fonts/jetbrains-mono-latin.woff2') format('woff2');
}

:root {
  --og-navy: #0b2447;
  --og-navy-deep: #061831;
  --og-navy-soft: #17375d;
  --og-amber: #e8a33d;
  --og-amber-hi: #f2c173;
  --og-amber-text: #85510d;
  --og-red: #b83a2d;
  --og-teal: #2f877b;
  --og-paper: #f7f2e8;
  --og-paper-2: #fffdf8;
  --og-ink: #13202a;
  --og-muted: #52636d;
  --og-line: rgba(11, 36, 71, .15);
  --og-dark-line: rgba(255, 255, 255, .14);
  --og-shadow: 0 22px 60px rgba(6, 24, 49, .13);
  --og-max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.og-site {
  margin: 0;
  overflow-x: clip;
  color: var(--og-ink);
  background: var(--og-paper);
  font-family: 'Geist', system-ui, sans-serif;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
}
body.og-site a { color: inherit; }
body.og-site img { display: block; max-width: 100%; }
body.og-site button,
body.og-site input,
body.og-site select,
body.og-site textarea { font: inherit; }

.og-skip {
  position: fixed;
  left: 16px;
  top: -90px;
  z-index: 999;
  padding: 10px 14px;
  color: #1b1305;
  background: var(--og-amber);
  font-weight: 800;
}
.og-skip:focus { top: 12px; }

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

.og-wrap { width: min(var(--og-max), calc(100% - 48px)); margin: 0 auto; }
.og-narrow { width: min(780px, calc(100% - 48px)); margin: 0 auto; }
.og-section { padding: clamp(76px, 9vw, 122px) 0; }
.og-section--tight { padding: clamp(58px, 7vw, 88px) 0; }
.og-dark { color: #f6fafb; background: var(--og-navy); }
.og-deep { color: #f6fafb; background: var(--og-navy-deep); }
.og-paper { background: var(--og-paper); }
.og-white { background: var(--og-paper-2); }

.og-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--og-amber-text);
  font-family: 'JetBrains Mono', ui-monospace, monospace;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}
.og-dark .og-eyebrow,
.og-deep .og-eyebrow { color: var(--og-amber-hi); }
.og-eyebrow::before { width: 28px; height: 2px; content: ''; background: currentColor; }

.og-display,
.og-h2,
.og-h3 {
  margin: 0;
  font-family: 'Fraunces', Georgia, serif;
  letter-spacing: -.035em;
}
.og-display { max-width: 15ch; font-size: clamp(3rem, 7.6vw, 6.9rem); line-height: .93; }
.og-h2 { max-width: 22ch; font-size: clamp(2.25rem, 4.8vw, 4.25rem); line-height: 1.01; }
.og-h3 { font-size: clamp(1.35rem, 2.4vw, 1.85rem); line-height: 1.14; }
.og-deck { max-width: 66ch; margin: 24px 0 0; color: var(--og-muted); font-size: clamp(1.08rem, 1.7vw, 1.3rem); }
.og-dark .og-deck,
.og-deep .og-deck { color: #cbd7df; }

.og-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(82px, 10vw, 138px) 0 clamp(76px, 9vw, 118px);
  color: #f6fafb;
  background:
    radial-gradient(900px 520px at 80% 18%, rgba(232, 163, 61, .18), transparent 58%),
    radial-gradient(760px 560px at 8% 0%, rgba(47, 135, 123, .20), transparent 62%),
    linear-gradient(145deg, var(--og-navy-deep), var(--og-navy));
}
.og-hero::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: '';
  opacity: .18;
  background-image: repeating-linear-gradient(120deg, rgba(255,255,255,.07) 0 1px, transparent 1px 18px);
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}
.og-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}
.og-hero-grid > * { min-width: 0; }
.og-hero .og-display { margin-top: 22px; }
.og-hero .og-deck { color: #d0dce3; }
.og-hero-card {
  position: relative;
  padding: 12px;
  border: 1px solid rgba(242, 193, 115, .35);
  background: rgba(255,255,255,.07);
  box-shadow: 0 30px 90px rgba(0,0,0,.28);
  transform: rotate(1.2deg);
}
.og-hero-card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.og-hero-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 15px 8px 5px;
  color: #d7e2e8;
  font-family: 'JetBrains Mono', monospace;
  font-size: .7rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.og-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 30px; }
.og-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.og-btn:hover { transform: translateY(-2px); }
.og-btn--primary { color: #1b1305 !important; background: var(--og-amber); }
.og-btn--primary:hover { background: var(--og-amber-hi); }
.og-btn--ghost { color: #f6fafb !important; border-color: rgba(255,255,255,.38); background: rgba(255,255,255,.04); }
.og-btn--ink { color: #fff !important; background: var(--og-navy); }
.og-btn--ink:hover { background: var(--og-navy-soft); }
.og-btn[disabled] { cursor: wait; opacity: .67; transform: none; }

.og-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 28px 0 0;
  color: #c4d1d9;
  font-family: 'JetBrains Mono', monospace;
  font-size: .72rem;
  letter-spacing: .04em;
}
.og-trustline span::before { margin-right: 8px; color: var(--og-amber-hi); content: '◆'; font-size: .58rem; }

.og-intro-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(34px, 7vw, 84px); align-items: start; }
.og-copy p { margin: 0 0 20px; color: var(--og-muted); font-size: 1.05rem; }
.og-copy strong { color: var(--og-ink); }
.og-copy .og-h2 { margin-bottom: 28px; }
.og-dark .og-copy p,
.og-deep .og-copy p { color: #cbd7df; }
.og-dark .og-copy strong,
.og-deep .og-copy strong { color: #fff; }

.og-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 42px; }
.og-card-grid--2 { grid-template-columns: repeat(2, 1fr); }
.og-card {
  min-width: 0;
  padding: 28px;
  border: 1px solid var(--og-line);
  background: var(--og-paper-2);
  box-shadow: 0 8px 25px rgba(11, 36, 71, .04);
}
.og-dark .og-card,
.og-deep .og-card { border-color: var(--og-dark-line); background: rgba(255,255,255,.055); box-shadow: none; }
.og-card .og-tag {
  display: block;
  margin-bottom: 18px;
  color: var(--og-amber-text);
  font-family: 'JetBrains Mono', monospace;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.og-dark .og-card .og-tag,
.og-deep .og-card .og-tag { color: var(--og-amber-hi); }
.og-card p { margin: 13px 0 0; color: var(--og-muted); }
.og-dark .og-card p,
.og-deep .og-card p { color: #c8d5dd; }
.og-card ul { margin: 18px 0 0; padding-left: 1.1rem; color: var(--og-muted); }
.og-dark .og-card ul,
.og-deep .og-card ul { color: #c8d5dd; }
.og-card li { margin: 8px 0; }
.og-card-link { display: inline-flex; margin-top: 22px; color: var(--og-amber-text) !important; font-weight: 800; text-underline-offset: 4px; }
.og-dark .og-card-link,
.og-deep .og-card-link { color: var(--og-amber-hi) !important; }

/* Selected work: an image-led proof surface with a stronger editorial type scale. */
.og-work-hero .og-display { max-width: 13ch; }
.og-work-hero .og-deck { max-width: 58ch; font-size: clamp(1.15rem, 2vw, 1.48rem); }
.og-section-lead { max-width: 820px; }
.og-section-lead .og-h2 { margin-top: 16px; max-width: 18ch; }
.og-section-lead > p { max-width: 68ch; margin: 24px 0 0; color: var(--og-muted); font-size: 1.08rem; }
.og-project {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, .82fr);
  gap: clamp(34px, 6vw, 78px);
  align-items: center;
  margin-top: clamp(64px, 9vw, 118px);
}
.og-project--reverse { grid-template-columns: minmax(340px, .82fr) minmax(0, 1.18fr); }
.og-project--reverse .og-project-visual { grid-column: 2; }
.og-project--reverse .og-project-copy { grid-column: 1; grid-row: 1; }
.og-project-visual {
  position: relative;
  display: block;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(11,36,71,.20);
  color: var(--og-ink) !important;
  background: #fff;
  box-shadow: 0 30px 74px rgba(6,24,49,.18);
  text-decoration: none;
  transform: rotate(-.65deg);
  transition: transform .2s ease, box-shadow .2s ease;
}
.og-project--reverse .og-project-visual { transform: rotate(.65deg); }
.og-project-visual:hover { box-shadow: 0 36px 90px rgba(6,24,49,.24); transform: translateY(-4px) rotate(0); }
.og-project-browser {
  display: grid;
  grid-template-columns: 9px 9px 9px minmax(0, 1fr);
  gap: 7px;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid var(--og-line);
  background: #f5f1e9;
}
.og-project-browser i { width: 9px; height: 9px; border-radius: 50%; background: #d8a34f; }
.og-project-browser i:nth-child(2) { background: #c86958; }
.og-project-browser i:nth-child(3) { background: #4f9187; }
.og-project-browser b { overflow: hidden; margin-left: 6px; color: #68757d; font-family: 'JetBrains Mono', monospace; font-size: .62rem; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.og-project-visual img { width: 100%; aspect-ratio: 1.44 / 1; object-fit: cover; object-position: top center; }
.og-project-copy { min-width: 0; }
.og-project-meta { display: flex; flex-wrap: wrap; gap: 9px 14px; align-items: center; margin-bottom: 20px; font-family: 'JetBrains Mono', monospace; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; }
.og-project-meta span { display: grid; width: 34px; height: 34px; place-items: center; color: #1b1305; background: var(--og-amber); font-weight: 800; }
.og-project-meta strong { color: var(--og-navy); }
.og-project-meta em { margin-left: auto; color: #246b52; font-style: normal; font-weight: 800; }
.og-project-meta em::before { margin-right: 6px; content: '●'; }
.og-project-title { margin: 0; color: var(--og-navy); font-family: 'Fraunces', Georgia, serif; font-size: clamp(2.65rem, 5vw, 4.8rem); line-height: .95; letter-spacing: -.05em; }
.og-project-lede { margin: 24px 0 0; color: var(--og-muted); font-size: 1.08rem; line-height: 1.72; }
.og-project-copy h3 { margin: 27px 0 0; color: var(--og-ink); font-family: 'JetBrains Mono', monospace; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.og-project-list { margin: 15px 0 0; padding: 0; list-style: none; }
.og-project-list li { position: relative; margin: 10px 0; padding-left: 22px; color: var(--og-muted); }
.og-project-list li::before { position: absolute; left: 0; color: var(--og-amber-text); content: '◆'; font-size: .62rem; top: .38em; }
.og-project-copy .og-disclosure { margin: 20px 0 0; padding-top: 16px; border-top: 1px solid var(--og-line); }

.og-work-preview-head { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(30px, 7vw, 88px); align-items: end; }
.og-work-preview-head .og-h2 { margin-top: 16px; max-width: 16ch; }
.og-work-preview-head > p { margin: 0 0 8px; color: var(--og-muted); font-size: 1.08rem; }
.og-work-preview-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 44px; }
.og-work-card { display: block; overflow: hidden; border: 1px solid var(--og-line); color: var(--og-ink) !important; background: var(--og-paper-2); box-shadow: 0 18px 45px rgba(6,24,49,.10); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.og-work-card:hover { box-shadow: 0 28px 62px rgba(6,24,49,.16); transform: translateY(-4px); }
.og-work-card img { width: 100%; aspect-ratio: 1.44 / 1; object-fit: cover; object-position: top center; border-bottom: 1px solid var(--og-line); }
.og-work-card > span { display: grid; padding: 24px; }
.og-work-card small { color: var(--og-amber-text); font-family: 'JetBrains Mono', monospace; font-size: .67rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.og-work-card strong { margin-top: 10px; color: var(--og-navy); font-family: 'Fraunces', Georgia, serif; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1; letter-spacing: -.04em; }
.og-work-card em { margin-top: 17px; color: var(--og-amber-text); font-style: normal; font-weight: 800; text-decoration: underline; text-underline-offset: 4px; }

.og-proof-strip { border-block: 1px solid var(--og-line); background: var(--og-paper-2); }
.og-proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.og-proof-item { padding: 28px; border-right: 1px solid var(--og-line); }
.og-proof-item:last-child { border-right: 0; }
.og-proof-item strong { display: block; color: var(--og-navy); font-family: 'Fraunces', serif; font-size: 1.42rem; }
.og-proof-item span { display: block; margin-top: 7px; color: var(--og-muted); font-size: .9rem; }

.og-flow { display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: 9px; margin-top: 40px; counter-reset: flow; }
.og-flow-step {
  position: relative;
  min-height: 146px;
  padding: 19px 16px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.055);
  counter-increment: flow;
}
.og-flow-step::before { display: block; margin-bottom: 22px; color: var(--og-amber-hi); content: '0' counter(flow); font-family: 'JetBrains Mono', monospace; font-size: .68rem; }
.og-flow-step strong { display: block; font-family: 'Fraunces', serif; font-size: 1.12rem; line-height: 1.15; }
.og-flow-step span { display: block; margin-top: 9px; color: #bfcdd6; font-size: .8rem; line-height: 1.45; }

.og-offer { position: relative; overflow: hidden; }
.og-offer::before { position: absolute; top: 0; right: 0; width: 72px; height: 5px; content: ''; background: var(--og-amber); }
.og-price { display: block; margin: 16px 0 4px; color: var(--og-navy); font-family: 'Fraunces', serif; font-size: 2.35rem; font-weight: 800; letter-spacing: -.04em; }
.og-price small { font-family: 'Geist', sans-serif; font-size: .78rem; font-weight: 700; letter-spacing: 0; }

.og-table-wrap { margin-top: 34px; overflow-x: auto; border: 1px solid var(--og-line); background: var(--og-paper-2); }
.og-table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.og-table th,
.og-table td { padding: 16px 15px; border-bottom: 1px solid var(--og-line); text-align: left; vertical-align: top; }
.og-table th { color: #fff; background: var(--og-navy); font-family: 'JetBrains Mono', monospace; font-size: .68rem; letter-spacing: .08em; text-transform: uppercase; }
.og-table tr:last-child td { border-bottom: 0; }

.og-commitment {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(32px, 6vw, 74px);
  align-items: start;
  padding: clamp(34px, 6vw, 64px);
  border: 1px solid rgba(242, 193, 115, .34);
  background: rgba(255,255,255,.055);
}
.og-commitment-list { display: grid; gap: 14px; }
.og-commitment-row { padding: 17px 0; border-top: 1px solid rgba(255,255,255,.15); }
.og-commitment-row strong { display: block; color: #fff; }
.og-commitment-row span { display: block; margin-top: 6px; color: #c6d3db; }

.og-form-card { padding: clamp(28px, 5vw, 48px); border: 1px solid var(--og-line); background: var(--og-paper-2); box-shadow: var(--og-shadow); }
.og-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.og-field { display: flex; flex-direction: column; gap: 7px; }
.og-field--wide { grid-column: 1 / -1; }
.og-field label { color: var(--og-ink); font-weight: 800; font-size: .88rem; }
.og-field input,
.og-field select,
.og-field textarea {
  width: 100%;
  border: 1px solid rgba(11,36,71,.28);
  border-radius: 2px;
  padding: 12px 13px;
  color: var(--og-ink);
  background: #fff;
}
.og-field input:focus,
.og-field select:focus,
.og-field textarea:focus { outline: 3px solid rgba(232,163,61,.32); border-color: var(--og-amber-text); }
.og-field small { color: var(--og-muted); }
.og-check { display: grid; grid-template-columns: 20px minmax(0, 1fr); gap: 10px; align-items: start; color: var(--og-muted); font-size: .88rem; }
.og-check input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--og-navy); }
.og-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.og-form-status { min-height: 26px; margin-top: 14px; font-weight: 700; }
.og-form-status[data-state='error'] { color: #8f2f25; }
.og-form-status[data-state='success'] { color: #1f6b4e; }

.og-score-grid { display: grid; gap: 10px; margin-top: 28px; }
.og-score-row { display: grid; grid-template-columns: 36px minmax(0, 1fr) auto; gap: 14px; align-items: center; padding: 16px; border: 1px solid var(--og-line); background: var(--og-paper-2); }
.og-score-row strong:first-child { color: var(--og-amber-text); font-family: 'JetBrains Mono', monospace; }
.og-score-options { white-space: nowrap; color: var(--og-muted); font-family: 'JetBrains Mono', monospace; font-size: .8rem; }

.og-faq { margin-top: 34px; border-top: 3px solid var(--og-navy); }
.og-faq details { border-bottom: 1px solid var(--og-line); }
.og-faq summary { padding: 21px 34px 21px 0; cursor: pointer; font-weight: 800; }
.og-faq details p { max-width: 74ch; margin: 0 0 22px; color: var(--og-muted); }

.og-author { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 34px; align-items: center; }
.og-author img { width: 170px; aspect-ratio: 1; object-fit: cover; border-bottom: 5px solid var(--og-amber); }
.og-author p { max-width: 68ch; color: var(--og-muted); }

.og-callout { padding: 24px 26px; border-left: 4px solid var(--og-amber); background: #fff7e7; }
.og-callout p { margin: 0; color: var(--og-ink); }
.og-disclosure { color: var(--og-muted); font-size: .84rem; }
.og-dark .og-disclosure,
.og-deep .og-disclosure { color: #bdcad3; }

.og-article { padding: clamp(70px, 9vw, 118px) 0; }
.og-article-grid { display: grid; grid-template-columns: minmax(0, 760px) 250px; gap: 64px; align-items: start; }
.og-prose h2 { margin: 62px 0 18px; font-family: 'Fraunces', serif; font-size: clamp(2rem, 3.8vw, 3rem); line-height: 1.04; letter-spacing: -.03em; }
.og-prose h2:first-child { margin-top: 0; }
.og-prose h3 { margin: 35px 0 12px; font-family: 'Fraunces', serif; font-size: 1.5rem; }
.og-prose p { color: var(--og-muted); font-size: 1.05rem; line-height: 1.78; }
.og-prose li { margin: 10px 0; color: var(--og-muted); }
.og-aside { position: sticky; top: 92px; border-top: 2px solid var(--og-navy); padding-top: 16px; }
.og-aside strong { font-family: 'JetBrains Mono', monospace; font-size: .69rem; letter-spacing: .12em; text-transform: uppercase; }
.og-aside a { display: block; padding: 11px 0; border-bottom: 1px solid var(--og-line); color: var(--og-muted) !important; font-size: .86rem; text-decoration: none; }

.og-cta { text-align: center; }
.og-cta .og-h2 { margin-inline: auto; }
.og-cta .og-deck { margin-inline: auto; }
.og-cta .og-actions { justify-content: center; }

.og-sticky {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: min(420px, calc(100% - 36px));
  padding: 13px 15px;
  border: 1px solid rgba(242,193,115,.45);
  color: #fff;
  background: rgba(6,24,49,.96);
  box-shadow: var(--og-shadow);
  font-size: .86rem;
}
.og-sticky a { color: var(--og-amber-hi) !important; font-weight: 800; }

@media (max-width: 980px) {
  .og-hero-grid,
  .og-intro-grid,
  .og-commitment,
  .og-article-grid { grid-template-columns: 1fr; }
  .og-card-grid { grid-template-columns: 1fr 1fr; }
  .og-flow { grid-template-columns: repeat(2, 1fr); }
  .og-aside { display: none; }
  .og-hero-card { max-width: 620px; transform: none; }
  .og-project,
  .og-project--reverse { grid-template-columns: 1fr; }
  .og-project--reverse .og-project-visual,
  .og-project--reverse .og-project-copy { grid-column: auto; grid-row: auto; }
  .og-project-copy { max-width: 720px; }
  .og-work-preview-head { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .og-wrap,
  .og-narrow { width: min(calc(100% - 30px), var(--og-max)); }
  .og-display { max-width: 100%; font-size: clamp(2.5rem, 12.8vw, 3.2rem); overflow-wrap: break-word; }
  .og-card-grid,
  .og-card-grid--2,
  .og-proof-grid,
  .og-flow,
  .og-form-grid,
  .og-author { grid-template-columns: 1fr; }
  .og-proof-item { border-right: 0; border-bottom: 1px solid var(--og-line); }
  .og-proof-item:last-child { border-bottom: 0; }
  .og-field--wide { grid-column: auto; }
  .og-score-row { grid-template-columns: 30px minmax(0, 1fr); }
  .og-score-options { grid-column: 2; white-space: normal; }
  .og-author img { width: 120px; }
  .og-actions .og-btn { flex: 1 1 100%; width: 100%; }
  .og-sticky { display: none; }
  .og-project { gap: 30px; }
  .og-project-title { font-size: clamp(2.45rem, 13vw, 3.35rem); }
  .og-project-meta em { width: 100%; margin-left: 48px; }
  .og-project-visual,
  .og-project--reverse .og-project-visual { transform: none; }
  .og-project-title { overflow-wrap: anywhere; }
  .og-work-preview-grid { grid-template-columns: 1fr; }
}

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

@media print {
  nav.gap-site-nav,
  footer.gap-site-footer,
  .og-no-print,
  .og-sticky { display: none !important; }
  body.og-site { color: #111; background: #fff; }
  .og-section,
  .og-section--tight { padding: 30px 0; }
  .og-card,
  .og-score-row { break-inside: avoid; box-shadow: none; }
}
