/* =====================================================================
   Direction 3 — "The Rotunda"
   Navy-dominant editorial. Hero is full-bleed navy with paper-toned
   serif and orange italic accents. Body transitions to paper. Builds
   in the Jeffersonian classicism of the legacy navy direction — but
   on the canonical Crimson Pro + JetBrains Mono stack.
   ===================================================================== */

.ro-page {
  --ro-pad: 80px;
  background: var(--paper);
}

/* ---------- Chrome (sits over navy hero, no border) ---------- */
.ro-chrome {
  position: absolute; top: 0; left: 0; right: 0; z-index: 50;
  padding: 32px var(--ro-pad);
  display: flex; align-items: center; justify-content: space-between;
  color: var(--cream);
}
.ro-chrome.is-stuck { background: var(--navy); }
.ro-chrome-l {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: rgba(244,239,230,0.7);
  display: flex; align-items: baseline; gap: 24px;
  white-space: nowrap;
}
.ro-chrome-l > span { white-space: nowrap; }
.ro-chrome-l .ro-wm-prim { color: var(--cream); letter-spacing: 0.18em; }
.ro-chrome-l .ro-wm-sep { color: var(--orange); font-family: var(--font-serif); font-style: italic; font-size: 16px; letter-spacing: 0; }
.ro-nav { display: flex; gap: 28px; align-items: center; }
.ro-nav a {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono);
  text-transform: uppercase; color: var(--cream);
  text-decoration: none; padding: 6px 0;
}
.ro-nav a:hover, .ro-nav a.is-active { color: var(--orange); }
.ro-drop { position: relative; }
.ro-drop > button {
  font: inherit; background: none; border: 0; cursor: pointer;
  color: inherit; padding: 6px 0; display: inline-flex;
  align-items: center; gap: 6px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono);
  text-transform: uppercase;
}
.ro-drop > button::after {
  content: ""; width: 5px; height: 5px;
  border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  transition: transform .15s;
}
.ro-drop.is-open > button::after { transform: rotate(-135deg) translateY(2px); }
.ro-drop-menu {
  position: absolute; top: calc(100% + 14px); right: -8px;
  background: var(--paper); border: 1px solid var(--rule);
  min-width: 280px; padding: 12px 0; z-index: 60;
  opacity: 0; pointer-events: none; transform: translateY(-4px);
  transition: opacity .15s, transform .15s;
}
.ro-drop:hover .ro-drop-menu,
.ro-drop:focus-within .ro-drop-menu,
.ro-drop.is-open .ro-drop-menu { opacity: 1; pointer-events: auto; transform: translateY(0); }
/* invisible bridge across the 14px gap so hover doesn't drop between button and menu */
.ro-drop::after { content: ""; position: absolute; top: 100%; left: 0; right: -8px; height: 16px; }
.ro-drop-menu a {
  display: grid; grid-template-columns: 24px 1fr auto; gap: 12px;
  align-items: baseline;
  padding: 10px 20px;
  font-family: var(--font-serif); font-size: 17px;
  letter-spacing: 0; text-transform: none; color: var(--ink);
}
.ro-drop-menu a > i {
  color: var(--orange); font-style: italic; font-family: var(--font-serif);
  font-weight: 500;
}
.ro-drop-menu a:hover { background: var(--cream); color: var(--orange); }
.ro-drop-menu .ro-drop-meta {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  color: var(--muted);
}

/* ---------- Hero (split: portrait left, navy text panel right) ---------- */
.ro-hero {
  background: var(--navy); color: var(--cream);
  display: grid; grid-template-columns: 1.05fr 1fr;
  min-height: 780px;
  position: relative; overflow: hidden;
}
.ro-hero-img {
  background: var(--navy); position: relative; overflow: hidden;
}
.ro-hero-img img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  filter: grayscale(0.08) contrast(1.04);
}
.ro-hero-img::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(35,45,75,0.18) 0%, rgba(35,45,75,0) 30%, rgba(35,45,75,0) 70%, rgba(35,45,75,0.55) 100%);
  pointer-events: none;
}
.ro-hero-img-cap {
  position: absolute; left: 32px; bottom: 28px;
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: rgba(255,255,255,0.88);
  display: flex; align-items: center; gap: 12px;
}
.ro-hero-img-cap::before {
  content: ""; width: 28px; height: 1px; background: var(--orange);
}
.ro-hero-text {
  padding: 140px 80px 80px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.ro-hero-text::before {
  /* atmospheric orange glow on the navy panel */
  content: ""; position: absolute;
  right: -180px; top: -180px;
  width: 520px; height: 520px; pointer-events: none;
  background: radial-gradient(circle, rgba(229,114,0,0.16) 0%, rgba(229,114,0,0) 60%);
}
.ro-hero-text > * { position: relative; z-index: 2; }
.ro-hero-eyebrow {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 12px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: var(--orange);
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 36px;
}
.ro-hero-eyebrow::before {
  content: "§"; font-family: var(--font-serif); font-size: 18px;
  letter-spacing: 0; font-style: italic; color: var(--orange);
}
.ro-hero h1 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 108px; line-height: 0.92; letter-spacing: -0.032em;
  color: var(--cream); margin: 0;
}
.ro-hero h1 em {
  font-style: italic; font-weight: 400; color: var(--orange);
}
.ro-hero h1 .ro-period { color: var(--orange); font-style: normal; }
.ro-hero-rotator {
  margin-top: 36px;
  font-family: var(--font-serif); font-size: 32px; font-style: italic;
  color: rgba(244,239,230,0.88); height: 48px;
  display: flex; align-items: center; gap: 14px;
}
.ro-hero-rotator::before {
  content: "/"; color: var(--orange); font-style: normal;
  font-family: var(--font-mono); font-size: 28px; font-weight: 500;
}
.ro-hero-rotator span {
  display: inline-block; transition: opacity .25s, transform .25s;
}
.ro-hero-rotator span.is-leaving { opacity: 0; transform: translateY(-12px); }
.ro-hero-lede {
  margin-top: 32px; max-width: 500px;
  font-family: var(--font-serif); font-size: 19px; line-height: 1.55;
  color: rgba(244,239,230,0.78);
}
.ro-hero-lede em { color: var(--cream); font-style: italic; }
.ro-hero-actions {
  margin-top: 56px;
  display: flex; gap: 14px; flex-wrap: wrap;
}
.ro-btn {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; text-decoration: none;
  padding: 18px 24px; display: inline-flex; align-items: center; gap: 14px;
  border: 1px solid currentColor; cursor: pointer;
  transition: background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.ro-btn-primary { background: var(--orange); color: #fff; border-color: var(--orange); }
.ro-btn-primary:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.ro-btn-ghost { background: transparent; color: var(--cream); border-color: rgba(244,239,230,0.32); }
.ro-btn-ghost:hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }

/* ---------- Stat row ---------- */
.ro-stats {
  background: var(--navy); color: var(--cream);
  padding: 64px var(--ro-pad);
  border-top: 1px solid var(--rule-on-dark);
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}
.ro-stat .ro-stat-label {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
  margin-bottom: 16px;
}
.ro-stat .ro-stat-value {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 56px; line-height: 1; letter-spacing: -0.018em;
  color: var(--cream);
}
.ro-stat .ro-stat-value em { color: var(--orange); font-style: italic; font-weight: 500; }
.ro-stat .ro-stat-foot {
  margin-top: 12px;
  font-family: var(--font-serif); font-size: 14px; font-style: italic;
  color: rgba(244,239,230,0.6);
}

/* ---------- Marketing Machine subscribe block (in ops section) ---------- */
.ro-news {
  margin-top: 56px;
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 56px;
  display: grid; grid-template-columns: 1fr auto;
  gap: 56px; align-items: center;
}
.ro-news-eyebrow {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: var(--orange); margin-bottom: 18px;
}
.ro-news h3 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 44px; line-height: 1.02; margin: 0;
  color: var(--navy); letter-spacing: -0.024em;
}
.ro-news h3 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-news p {
  font-family: var(--font-serif); font-size: 17px; color: var(--ink-soft);
  margin: 16px 0 0; max-width: 480px; line-height: 1.5;
}
.ro-news-form { display: flex; gap: 0; align-items: stretch; }
.ro-news-form input {
  font-family: var(--font-mono); font-size: 12px;
  letter-spacing: var(--tracking-mono-tight);
  padding: 20px 22px; min-width: 300px;
  background: var(--cream); border: 1px solid var(--rule);
  color: var(--ink); outline: none;
  transition: border-color .2s;
}
.ro-news-form input:focus { border-color: var(--orange); }
.ro-news-form button {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  background: var(--orange); color: #fff; border: 1px solid var(--orange);
  padding: 20px 26px; cursor: pointer;
  transition: background .2s, border-color .2s;
  white-space: nowrap;
}
.ro-news-form button:hover { background: var(--orange-deep); border-color: var(--orange-deep); }

/* ---------- Body sections (paper) ---------- */
.ro-section {
  padding: 128px var(--ro-pad);
  border-top: 1px solid var(--rule);
}
.ro-section.is-cream { background: var(--cream); }
.ro-section-head {
  display: grid; grid-template-columns: 240px 1fr; gap: 56px;
  margin-bottom: 64px;
  align-items: baseline;
}
.ro-section-mark {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
}
.ro-section-mark span { display: block; color: var(--muted); margin-top: 8px; }
.ro-section-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 80px; line-height: 0.98; letter-spacing: -0.028em;
  color: var(--navy); margin: 0;
  text-wrap: balance;
}
.ro-section-title em { color: var(--orange); font-style: italic; font-weight: 400; }

/* ---------- About w/ sidebar (fact sheet) + pullquote ---------- */
.ro-about-body {
  display: grid; grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}
.ro-about-meta {
  border: 1px solid var(--rule);
  padding: 0 24px 32px;
  position: sticky; top: 32px;
  background: var(--paper);
  overflow: hidden;
}
.ro-about-meta-photo {
  margin: 0 -24px 28px;
  aspect-ratio: 1 / 1;
  background: var(--cream-2);
  overflow: hidden;
}
.ro-about-meta-photo img {
  width: 100%; height: 100%;
  display: block; object-fit: cover;
  filter: contrast(1.02);
}
.ro-about-meta-label {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: var(--orange);
  padding-top: 4px;
}

/* ---------- Full-bleed photo bands ---------- */
.ro-juggle-band {
  margin: 24px calc(var(--ro-pad) * -1) 72px;
  position: relative;
  overflow: hidden;
  background: #1a1f2c;
}
.ro-juggle-band img {
  display: block;
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center 30%;
}
.ro-juggle-cap {
  position: absolute; left: var(--ro-pad); bottom: 24px;
  display: flex; align-items: baseline; gap: 18px;
  color: rgba(255,255,255,0.92);
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase;
}
.ro-juggle-cap::before {
  content: ""; width: 28px; height: 1px; background: var(--orange);
}
.ro-juggle-cap em {
  font-family: var(--font-serif); font-style: italic;
  font-size: 16px; letter-spacing: 0; text-transform: none;
  color: rgba(255,255,255,0.85);
}

.ro-section-archive { padding-top: 0 !important; }
.ro-archive-band {
  margin: 0 calc(var(--ro-pad) * -1) 80px;
  position: relative;
  overflow: hidden;
  background: #111;
}
.ro-archive-band img {
  display: block;
  width: 100%;
  height: 520px;
  object-fit: cover;
  object-position: center 35%;
}
.ro-archive-band-cap {
  position: absolute; left: var(--ro-pad); right: var(--ro-pad);
  bottom: 24px;
  display: flex; justify-content: space-between; align-items: baseline;
  color: rgba(255,255,255,0.92);
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase;
}
.ro-archive-band-mark { color: var(--orange-2); }
.ro-archive-band-meta { color: rgba(255,255,255,0.65); }
.ro-about-meta h4 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 26px; line-height: 1.05; margin: 14px 0 20px;
  color: var(--navy); letter-spacing: -0.014em;
}
.ro-about-meta dl { margin: 0; }
.ro-about-meta dt {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  color: var(--muted); margin-top: 16px;
}
.ro-about-meta dd {
  font-family: var(--font-serif); font-size: 16px;
  color: var(--ink); margin: 4px 0 0; line-height: 1.4;
}
.ro-about-meta dd em { color: var(--orange); font-style: italic; }
.ro-about-body p {
  font-family: var(--font-serif); font-size: 21px; line-height: 1.55;
  color: var(--ink-soft); margin: 0 0 22px;
}
.ro-about-body p:first-of-type {
  font-size: 26px; color: var(--ink); line-height: 1.4;
}
.ro-about-body em { color: var(--ink); font-style: italic; }
.ro-about-body .ro-accent { color: var(--orange); font-style: italic; }

.ro-pullquote {
  margin: 56px 0;
  padding: 40px 56px;
  border-left: 2px solid var(--orange);
  background: transparent;
  font-family: var(--font-serif); font-size: 38px; line-height: 1.18;
  color: var(--navy); font-style: italic;
  letter-spacing: -0.012em;
  text-wrap: balance;
}
.ro-pullquote-cite {
  display: block; margin-top: 16px;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--muted); font-style: normal;
}

/* ---------- Now / 3 pillars on cream ---------- */
.ro-now-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ro-now-card {
  background: var(--paper); border: 1px solid var(--rule);
  padding: 36px 32px 40px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 340px;
  position: relative;
}
.ro-now-card.is-fill {
  background: var(--navy); color: var(--cream); border-color: transparent;
}
.ro-now-card .ro-now-numeral {
  font-family: var(--font-serif); font-style: italic; font-weight: 400;
  color: var(--orange); font-size: 36px; line-height: 1;
}
.ro-now-card .ro-now-label {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--muted);
}
.ro-now-card.is-fill .ro-now-label { color: rgba(244,239,230,0.6); }
.ro-now-card h3 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 30px; line-height: 1.08; letter-spacing: -0.014em;
  color: var(--navy); margin: 0;
}
.ro-now-card.is-fill h3 { color: var(--cream); }
.ro-now-card h3 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-now-card p {
  font-family: var(--font-serif); font-size: 16px; line-height: 1.5;
  color: var(--ink-soft); margin: 0;
}
.ro-now-card.is-fill p { color: rgba(244,239,230,0.85); }
.ro-now-card .ro-now-foot {
  margin-top: auto;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
  padding-top: 12px; border-top: 1px solid var(--rule);
}
.ro-now-card.is-fill .ro-now-foot { border-color: var(--rule-on-dark); color: var(--orange-2); }

/* ---------- Section lede (used by Making + Archive) ---------- */
.ro-section-lede {
  font-family: var(--font-serif); font-style: italic;
  font-size: 22px; line-height: 1.45;
  color: var(--ink-soft);
  margin: -32px 0 56px;
  max-width: 880px;
}
.ro-section-lede em { color: var(--ink); font-style: italic; }
.ro-section-lede a {
  color: var(--orange); text-decoration: none;
  border-bottom: 1px solid currentColor;
}
.ro-section-lede a:hover { color: var(--orange-deep); }

.ro-section-title-sm {
  font-size: 56px !important; letter-spacing: -0.022em !important;
}

/* ---------- Making (current products & projects) ---------- */
.ro-making-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.ro-making-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 32px 32px 28px;
  display: flex; flex-direction: column; gap: 14px;
  min-height: 360px;
  transition: border-color .2s, transform .2s;
  cursor: pointer;
}
.ro-making-card:hover {
  border-color: var(--orange); transform: translateY(-3px);
}
.ro-making-card.is-feature {
  background: var(--navy); color: var(--cream); border-color: transparent;
}
.ro-making-card.is-feature:hover { border-color: var(--orange); }
.ro-making-card-top {
  display: flex; justify-content: space-between; align-items: center;
  gap: 16px;
}
.ro-making-kind {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-wide);
  text-transform: uppercase; color: var(--orange);
}
.ro-making-card.is-feature .ro-making-kind { color: var(--orange-2); }
.ro-making-pill {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  padding: 4px 9px; border: 1px solid currentColor;
  color: var(--status-complete); white-space: nowrap;
}
.ro-making-pill.is-dev  { color: var(--orange); }
.ro-making-pill.is-soon { color: var(--ink-soft); }
.ro-making-card.is-feature .ro-making-pill { color: var(--orange-2); border-color: var(--orange-2); }
.ro-making-card h3 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 32px; line-height: 1.04; margin: 6px 0 0;
  color: var(--navy); letter-spacing: -0.018em;
}
.ro-making-card.is-feature h3 { color: var(--cream); }
.ro-making-card h3 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-making-card.is-feature h3 em { color: var(--orange-2); }
.ro-making-card p {
  font-family: var(--font-serif); font-size: 16px; line-height: 1.5;
  color: var(--ink-soft); margin: 0;
}
.ro-making-card.is-feature p { color: rgba(244,239,230,0.85); }
.ro-making-card-foot {
  margin-top: auto;
  display: flex; justify-content: space-between; align-items: baseline;
  padding-top: 16px; border-top: 1px solid var(--rule);
}
.ro-making-card.is-feature .ro-making-card-foot { border-color: var(--rule-on-dark); }
.ro-making-meta {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  color: var(--muted);
}
.ro-making-card.is-feature .ro-making-meta { color: rgba(244,239,230,0.55); }
.ro-making-link {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange); text-decoration: none;
}
.ro-making-link:hover { color: var(--orange-deep); }
.ro-making-card.is-feature .ro-making-link { color: var(--orange-2); }

/* Foundry sub-group */
.ro-foundry {
  margin-top: 48px;
  border-top: 1px solid var(--rule);
  padding-top: 24px;
}
.ro-foundry-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 24px; flex-wrap: wrap;
  margin-bottom: 20px;
}
.ro-foundry-label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
}
.ro-foundry-note {
  font-family: var(--font-serif); font-style: italic;
  font-size: 15px; color: var(--ink-soft);
}
.ro-foundry-note a { color: var(--ink-soft); }
.ro-foundry-note a:hover { color: var(--orange); }
.ro-foundry-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 24px;
}
.ro-making-card.is-foundry {
  min-height: 0;
  padding: 24px 24px 20px;
}
.ro-making-card.is-foundry h3 { font-size: 24px; }

.ro-making-aside {
  margin-top: 40px;
  display: grid; grid-template-columns: 200px 1fr; gap: 32px;
  padding-top: 32px; border-top: 1px solid var(--rule);
  align-items: start;
}
.ro-making-aside-label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--muted);
}
.ro-making-aside ul {
  list-style: none; padding: 0; margin: 0;
  display: grid; grid-template-columns: 1fr 1fr; gap: 8px 32px;
}
.ro-making-aside li {
  font-family: var(--font-serif); font-style: italic;
  font-size: 17px; color: var(--ink-soft);
}
.ro-making-aside li a {
  color: var(--ink-soft); text-decoration: none;
  border-bottom: 1px solid var(--rule); padding-bottom: 1px;
  transition: color .15s, border-color .15s;
}
.ro-making-aside li a:hover { color: var(--orange); border-bottom-color: var(--orange); }

/* ---------- Creative archive (compressed) ---------- */
.ro-archive-table {
  border-top: 1px solid var(--rule);
}
.ro-archive-row {
  display: grid; grid-template-columns: 36px 1.6fr 1fr auto;
  gap: 24px; align-items: baseline;
  padding: 18px 0;
  border-bottom: 1px solid var(--rule-light);
  cursor: pointer; transition: padding-left .15s;
  text-decoration: none;
}
.ro-archive-row:hover { padding-left: 12px; }
.ro-archive-row:hover .ro-archive-title { color: var(--orange); }
.ro-archive-num {
  font-family: var(--font-serif); font-style: italic;
  font-size: 16px; color: var(--orange); font-weight: 500;
}
.ro-archive-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; color: var(--navy);
  letter-spacing: -0.012em; transition: color .15s;
}
.ro-archive-title em { color: var(--ink-soft); font-style: italic; font-weight: 400; }
.ro-archive-meta {
  font-family: var(--font-serif); font-style: italic;
  font-size: 14px; color: var(--ink-soft);
}
.ro-archive-count {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  color: var(--muted); text-align: right;
}

/* ---------- Portfolio (editorial table — legacy, no longer in use) ---------- */
.ro-port-table {
  border-top: 2px solid var(--navy);
}
.ro-port-row {
  display: grid; grid-template-columns: 48px 2fr 1fr 1fr 60px;
  gap: 24px; align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid var(--rule);
  cursor: pointer; transition: background .2s, padding .2s;
}
.ro-port-row:hover { background: var(--cream); padding-left: 16px; padding-right: 16px; }
.ro-port-row:hover .ro-port-title em { color: var(--orange); }
.ro-port-num {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 13px; letter-spacing: var(--tracking-mono-tight);
  color: var(--orange);
}
.ro-port-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 38px; line-height: 1.02; letter-spacing: -0.018em;
  color: var(--navy);
}
.ro-port-title em { color: var(--ink-soft); font-style: italic; font-weight: 400; transition: color .2s; }
.ro-port-meta {
  font-family: var(--font-serif); font-style: italic;
  font-size: 18px; color: var(--ink-soft);
}
.ro-port-count {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--muted);
  text-align: right;
}
.ro-port-arrow {
  font-family: var(--font-serif); font-size: 32px;
  color: var(--orange); justify-self: end;
  transition: transform .2s;
}
.ro-port-row:hover .ro-port-arrow { transform: translateX(8px); }

/* ---------- Ops grid (paper) ---------- */
.ro-ops-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.ro-ops-card {
  background: var(--paper);
  border: 1px solid var(--rule);
  padding: 32px;
  display: flex; flex-direction: column; gap: 16px;
  min-height: 320px;
}
.ro-ops-card.is-fill {
  background: var(--orange); color: #fff; border-color: transparent;
}
.ro-ops-card.is-fill .ro-ops-kind { color: rgba(255,255,255,0.85); }
.ro-ops-card.is-fill .ro-ops-meta { color: rgba(255,255,255,0.85); }
.ro-ops-card.is-fill h3 { color: #fff; }
.ro-ops-card.is-fill h3 em { color: rgba(255,255,255,0.65); }
.ro-ops-card.is-fill .ro-ops-desc { color: rgba(255,255,255,0.92); }
.ro-ops-card.is-fill .ro-ops-cta { color: #fff; border-color: rgba(255,255,255,0.3); }
.ro-ops-kind {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
}
.ro-ops-card h3 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 30px; line-height: 1.08; margin: 0;
  color: var(--navy); letter-spacing: -0.016em;
}
.ro-ops-card h3 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-ops-desc {
  font-family: var(--font-serif); font-size: 16px; line-height: 1.5;
  color: var(--ink-soft); margin: 0;
}
.ro-ops-meta {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-tight); text-transform: uppercase;
  color: var(--muted);
}
.ro-ops-cta {
  margin-top: auto;
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
  padding-top: 16px; border-top: 1px solid var(--rule);
  display: flex; justify-content: space-between; align-items: center;
}

/* ---------- Writing — editorial table ---------- */
.ro-writing-table { margin-top: 12px; border-top: 1px solid var(--rule); }
.ro-writing-row {
  display: grid; grid-template-columns: 96px 1fr 200px 120px;
  gap: 24px; align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule-light);
  cursor: pointer; transition: padding-left .2s;
}
.ro-writing-row:hover { padding-left: 12px; }
.ro-writing-row:hover .ro-writing-title { color: var(--orange); }
.ro-writing-row .ro-w-date {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-tight); color: var(--muted);
}
.ro-writing-row .ro-writing-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.25; color: var(--navy);
  letter-spacing: -0.012em;
  transition: color .2s;
}
.ro-writing-row .ro-writing-title em { color: var(--ink-soft); font-style: italic; font-weight: 400; }
.ro-writing-row .ro-w-where {
  font-family: var(--font-serif); font-style: italic; font-size: 15px;
  color: var(--ink-soft);
}
.ro-writing-row .ro-w-kind {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
  text-align: right;
}

/* ---------- Closing CTA (navy) ---------- */
.ro-cta {
  background: var(--navy); color: var(--cream);
  padding: 140px var(--ro-pad);
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 80px;
  align-items: end;
  position: relative; overflow: hidden;
}
.ro-cta::after {
  content: ""; position: absolute;
  right: -200px; top: -200px; width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(229,114,0,0.15) 0%, rgba(229,114,0,0) 60%);
  pointer-events: none;
}
.ro-cta > * { position: relative; z-index: 2; }
.ro-cta-eyebrow {
  font-family: var(--font-mono); font-size: 12px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange); margin-bottom: 28px;
}
.ro-cta h2 {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 96px; line-height: 0.98; letter-spacing: -0.03em;
  color: var(--cream); margin: 0;
}
.ro-cta h2 em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-cta-side {
  display: flex; flex-direction: column; gap: 14px;
}
.ro-cta-side a {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  padding: 20px 24px; text-decoration: none;
  display: flex; justify-content: space-between; align-items: center;
  color: var(--cream); border: 1px solid rgba(244,239,230,0.3);
  transition: background .2s, color .2s, border-color .2s;
}
.ro-cta-side a.is-primary {
  background: var(--orange); color: #fff; border-color: var(--orange);
}
.ro-cta-side a.is-primary:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.ro-cta-side a:not(.is-primary):hover { background: var(--cream); color: var(--navy); border-color: var(--cream); }

/* ---------- Footer ---------- */
.ro-footer {
  background: var(--navy); color: var(--cream);
  padding: 64px var(--ro-pad) 44px;
  border-top: 1px solid var(--rule-on-dark);
}
.ro-footer-top {
  display: flex; justify-content: space-between; align-items: end;
  padding-bottom: 56px;
  border-bottom: 1px solid var(--rule-on-dark);
}
.ro-footer-wm {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 72px; line-height: 0.92; letter-spacing: -0.03em;
  color: var(--cream); margin: 0;
}
.ro-footer-wm em { color: var(--orange); font-style: italic; font-weight: 400; }
.ro-footer-cols {
  display: grid; grid-template-columns: repeat(3, max-content);
  gap: 56px;
}
.ro-footer-col h5 {
  font-family: var(--font-mono); font-size: 10px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange-2); margin: 0 0 14px;
}
.ro-footer-col a {
  display: block;
  font-family: var(--font-serif); font-size: 15px;
  color: var(--cream); text-decoration: none; padding: 4px 0;
}
.ro-footer-col a:hover { color: var(--orange-2); }
.ro-footer-base {
  padding-top: 28px;
  display: flex; justify-content: space-between; align-items: baseline;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono); text-transform: uppercase;
  color: rgba(244,239,230,0.5);
}
.ro-footer-base .ro-rocket {
  font-family: var(--font-serif); font-style: italic; font-size: 16px;
  letter-spacing: 0; text-transform: none; color: var(--orange-2);
}

/* ---------- Find me (narrow rail, sits above §01) ---------- */
.ro-section.is-findme {
  padding-top: 80px; padding-bottom: 80px;
  border-top: none;
}
.ro-findme {
  max-width: 720px;
  margin: 0 auto;
  display: grid; gap: 28px;
}
.ro-findme-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--rule);
  padding-bottom: 14px;
}
.ro-findme-mark {
  font-family: var(--font-mono); font-size: 11px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange);
}
.ro-findme-mark span { color: var(--muted); margin-left: 10px; }
.ro-findme-meta {
  font-family: var(--font-serif); font-style: italic;
  font-size: 14px; color: var(--ink-soft);
}
.ro-findme-list { display: grid; }
.ro-findme-row {
  display: grid; grid-template-columns: 28px 1fr auto auto;
  gap: 20px; align-items: baseline;
  padding: 16px 0;
  border-bottom: 1px solid var(--rule-light);
  text-decoration: none;
  transition: padding-left .15s, color .15s;
}
.ro-findme-row:last-child { border-bottom: none; }
.ro-findme-row:hover { padding-left: 8px; }
.ro-findme-row:hover .ro-findme-title { color: var(--orange); }
.ro-findme-row:hover .ro-findme-arrow { color: var(--orange); transform: translateX(3px); }
.ro-findme-num {
  font-family: var(--font-serif); font-style: italic;
  font-size: 15px; color: var(--orange); font-weight: 500;
}
.ro-findme-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.15; color: var(--navy);
  letter-spacing: -0.012em; transition: color .15s;
}
.ro-findme-title em { color: var(--ink-soft); font-style: italic; font-weight: 400; }
.ro-findme-kind {
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--ink-soft);
}
.ro-findme-arrow {
  font-family: var(--font-serif); font-style: italic;
  font-size: 18px; color: var(--ink-soft);
  transition: transform .15s, color .15s;
}

/* ---------- Before that (sport) — § 06 ---------- */
.ro-sport-band {
  margin: 8px calc(var(--ro-pad) * -1) 64px;
  position: relative;
  overflow: hidden;
  background: #1a1f2c;
}
.ro-sport-band img {
  display: block;
  width: 100%;
  height: 540px;
  object-fit: cover;
  object-position: center 42%;
}

.ro-sport-body {
  max-width: 880px;
  margin-bottom: 56px;
}
.ro-sport-body p {
  font-family: var(--font-serif); font-size: 21px; line-height: 1.55;
  color: var(--ink-soft); margin: 0;
}
.ro-sport-body p + p { margin-top: 20px; }
.ro-sport-body em { color: var(--ink); font-style: italic; }
.ro-sport-table { border-top: 1px solid var(--rule); }
.ro-sport-row {
  display: grid; grid-template-columns: 96px 1fr auto;
  gap: 24px; align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid var(--rule-light);
  text-decoration: none;
}
.ro-sport-row.is-link { cursor: pointer; transition: padding-left .15s; }
.ro-sport-row.is-link:hover { padding-left: 12px; }
.ro-sport-row.is-link:hover .ro-sport-title { color: var(--orange); }
.ro-sport-era {
  font-family: var(--font-mono); font-weight: 500;
  font-size: 11px; letter-spacing: var(--tracking-mono-tight);
  text-transform: uppercase; color: var(--orange);
}
.ro-sport-title {
  font-family: var(--font-serif); font-weight: 500;
  font-size: 22px; line-height: 1.2; color: var(--navy);
  letter-spacing: -0.012em; transition: color .15s;
}
.ro-sport-title em { color: var(--ink-soft); font-style: italic; font-weight: 400; }
.ro-sport-note {
  font-family: var(--font-serif); font-style: italic;
  font-size: 15px; color: var(--ink-soft);
}
.ro-sport-arrow {
  font-family: var(--font-mono); font-size: 11px; font-weight: 500;
  letter-spacing: var(--tracking-mono-wide); text-transform: uppercase;
  color: var(--orange); text-align: right;
}

/* =====================================================================
   Responsive — the base layout is a fixed 1440px desktop composition.
   These breakpoints reflow it for tablet (<=980px) and phone (<=620px).
   ===================================================================== */

/* ---------- Tablet ---------- */
@media (max-width: 980px) {
  .ro-page { --ro-pad: 48px; }

  /* Chrome floats transparently over the hero on desktop; once the hero
     stacks, drop it into normal flow as a solid navy header bar. */
  .ro-chrome {
    position: static; background: var(--navy);
    padding: 24px var(--ro-pad);
  }

  /* Hero: image stacks above the text panel */
  .ro-hero { grid-template-columns: 1fr; min-height: 0; }
  .ro-hero-img { height: 420px; }
  .ro-hero-text { padding: 64px 48px 56px; }
  .ro-hero h1 { font-size: 84px; }
  .ro-hero-text::before { right: -120px; top: -120px; }

  .ro-stats { grid-template-columns: repeat(2, 1fr); gap: 40px; }

  .ro-section { padding: 96px var(--ro-pad); }
  .ro-section-head { grid-template-columns: 1fr; gap: 16px; margin-bottom: 48px; }
  .ro-section-title { font-size: 64px; }

  .ro-about-body { grid-template-columns: 1fr; gap: 40px; }
  .ro-about-meta { position: static; max-width: 440px; }

  .ro-now-grid,
  .ro-making-grid,
  .ro-ops-grid { grid-template-columns: repeat(2, 1fr); }

  .ro-news { grid-template-columns: 1fr; gap: 32px; padding: 48px; }
  .ro-cta { grid-template-columns: 1fr; gap: 48px; padding: 112px var(--ro-pad); }
  .ro-cta h2 { font-size: 76px; }

  .ro-footer-cols { grid-template-columns: repeat(3, max-content); }
}

/* ---------- Phone ---------- */
@media (max-width: 620px) {
  .ro-page { --ro-pad: 20px; overflow-x: hidden; }

  /* Chrome: stack wordmark over a wrapping, centered nav */
  .ro-chrome { flex-direction: column; align-items: stretch; gap: 16px; padding: 20px var(--ro-pad); }
  .ro-chrome-l { justify-content: center; gap: 12px; font-size: 10px; }
  .ro-nav { flex-wrap: wrap; justify-content: center; gap: 10px 16px; }
  .ro-nav a { font-size: 10px; letter-spacing: 0.08em; padding: 4px 0; }
  /* Hover-only dropdown doesn't translate to touch; its targets live in
     the body archive table, so hide the trigger on phone. */
  .ro-drop { display: none; }

  .ro-hero-img { height: 280px; }
  .ro-hero-img-cap { left: 20px; bottom: 20px; }
  .ro-hero-text { padding: 48px 24px 40px; }
  .ro-hero-eyebrow { margin-bottom: 24px; }
  .ro-hero h1 { font-size: 56px; }
  .ro-hero-rotator { font-size: 24px; height: auto; margin-top: 24px; }
  .ro-hero-lede { font-size: 17px; margin-top: 24px; }
  .ro-hero-actions { margin-top: 40px; gap: 12px; }
  .ro-btn { padding: 16px 20px; }

  .ro-stats { grid-template-columns: 1fr 1fr; gap: 32px 24px; padding: 48px var(--ro-pad); }
  .ro-stat .ro-stat-value { font-size: 40px; }

  .ro-section { padding: 72px var(--ro-pad); }
  .ro-section-title { font-size: 44px; }
  .ro-section-title-sm { font-size: 34px !important; }
  .ro-section-lede { font-size: 18px; margin: -16px 0 40px; }

  .ro-now-grid,
  .ro-making-grid,
  .ro-ops-grid { grid-template-columns: 1fr; }
  .ro-now-card,
  .ro-making-card,
  .ro-ops-card { min-height: 0; }

  .ro-pullquote { font-size: 26px; padding: 24px 28px; margin: 40px 0; }

  .ro-making-aside { grid-template-columns: 1fr; gap: 16px; }
  .ro-making-aside ul { grid-template-columns: 1fr; }
  .ro-foundry-grid { grid-template-columns: 1fr; }

  /* Full-bleed photo bands */
  .ro-juggle-band img,
  .ro-archive-band img { height: 300px; }
  .ro-juggle-cap,
  .ro-archive-band-cap { left: var(--ro-pad); }
  .ro-archive-band-cap { right: var(--ro-pad); }

  /* Newsletter block */
  .ro-news { padding: 32px 24px; }
  .ro-news h3 { font-size: 32px; }
  .ro-news-form { flex-direction: column; }
  .ro-news-form input { min-width: 0; width: 100%; }

  /* Editorial tables — collapse fixed multi-column tracks */
  .ro-archive-row { grid-template-columns: 20px 1fr auto; gap: 14px; }
  .ro-archive-meta { display: none; }

  .ro-writing-row { grid-template-columns: 1fr; gap: 4px; padding: 16px 0; }
  .ro-writing-row .ro-w-kind { text-align: left; }

  .ro-sport-row { grid-template-columns: 64px 1fr; gap: 8px 14px; }
  .ro-sport-arrow { grid-column: 2; text-align: left; }

  .ro-findme-head { flex-direction: column; align-items: flex-start; gap: 6px; }
  .ro-findme-row { grid-template-columns: 22px 1fr auto; gap: 14px; }
  .ro-findme-kind { display: none; }

  /* Closing CTA + footer */
  .ro-cta { padding: 80px var(--ro-pad); }
  .ro-cta h2 { font-size: 52px; }
  .ro-cta-eyebrow { margin-bottom: 20px; }

  .ro-footer { padding: 48px var(--ro-pad) 36px; }
  .ro-footer-top { flex-direction: column; align-items: flex-start; gap: 32px; padding-bottom: 40px; }
  .ro-footer-wm { font-size: 48px; }
  .ro-footer-cols { grid-template-columns: 1fr 1fr; gap: 28px 40px; }
  .ro-footer-base { flex-direction: column; gap: 10px; align-items: flex-start; }
}
