/* Vitor Araujo — a calm operating surface for founders */
:root {
  --canvas: #111319;
  --canvas-deep: #0c0e12;
  --surface: #181b22;
  --surface-raised: #20242d;
  --paper: #f4f2ea;
  --ink: #f4f2ea;
  --muted: #aeb5c1;
  --muted-strong: #d0d4dc;
  --blue: #3f75ff;
  --blue-bright: #6b9cff;
  --blue-light: #afd0ff;
  --line: rgba(205, 213, 228, 0.15);
  --line-strong: rgba(205, 213, 228, 0.28);
  --content: 1120px;
  --gutter: clamp(20px, 5vw, 72px);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  min-width: 320px;
  margin: 0;
  overflow-x: clip;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Mundial", "Avenir Next", "Helvetica Neue", sans-serif;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image: linear-gradient(rgba(175, 208, 255, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 208, 255, 0.025) 1px, transparent 1px);
  background-size: 40px 40px;
  content: "";
  pointer-events: none;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, textarea { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 4px; }

.container { width: min(var(--content), calc(100% - (var(--gutter) * 2))); margin-inline: auto; }
.section-space { padding-block: clamp(88px, 12vw, 160px); }
.section-border { border-top: 1px solid var(--line); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; background: var(--blue); color: var(--paper); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* Header */
.site-header { position: absolute; z-index: 10; inset: 0 0 auto; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 74px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--paper); font-size: 14px; font-weight: 650; letter-spacing: -0.02em; }
.brand-mark { width: 30px; height: 22px; overflow: visible; }
.brand-face { fill: var(--blue-bright); }
.brand-cut { fill: var(--canvas); }
.site-nav { display: flex; align-items: center; gap: 26px; color: var(--muted-strong); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.02em; }
.site-nav > a { padding-block: 8px; transition: color 180ms var(--ease); }
.site-nav > a:hover, .site-nav > a[aria-current="page"] { color: var(--paper); }
.nav-cta { padding: 9px 12px !important; border: 1px solid var(--line-strong); color: var(--paper); }
.nav-cta:hover { border-color: var(--blue-bright); background: rgba(63, 117, 255, 0.12); }
.menu-toggle { display: none; width: 34px; height: 34px; padding: 8px; border: 1px solid var(--line-strong); background: transparent; color: var(--paper); cursor: pointer; }
.menu-toggle span:not(.sr-only) { display: block; width: 16px; height: 1px; margin: 4px auto; background: currentColor; transition: transform 180ms var(--ease); }

/* Hero */
.hero { position: relative; min-height: 700px; padding-top: clamp(146px, 14vw, 184px); padding-bottom: clamp(82px, 9vw, 120px); border-bottom: 1px solid var(--line); }
.hero::before { position: absolute; top: 74px; right: max(var(--gutter), calc((100vw - var(--content)) / 2)); bottom: 0; left: max(var(--gutter), calc((100vw - var(--content)) / 2)); border-right: 1px solid rgba(205, 213, 228, 0.07); border-left: 1px solid rgba(205, 213, 228, 0.07); content: ""; pointer-events: none; }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.75fr); align-items: center; gap: clamp(44px, 8vw, 120px); }
.eyebrow, .section-kicker { margin: 0; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; }
.display { max-width: 760px; margin: 24px 0 0; color: var(--paper); font-size: clamp(52px, 7.1vw, 100px); font-weight: 650; letter-spacing: -0.065em; line-height: 0.94; }
.hero-display-direct { max-width: 700px; font-size: clamp(50px, 5.4vw, 72px); line-height: 0.98; }
.display em, .section-title em, .statement em, .contact-title em, .newsletter-title em { color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 0.97em; font-weight: 400; letter-spacing: -0.055em; }
.accent-dot { color: var(--blue-bright); }
.hero-lede { max-width: 540px; margin: 32px 0 0; color: var(--muted-strong); font-size: clamp(18px, 1.7vw, 21px); letter-spacing: -0.022em; line-height: 1.52; }
.hero-availability { margin: 14px 0 0; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.03em; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 17px; border: 1px solid transparent; border-radius: 3px; cursor: pointer; font-size: 14px; font-weight: 700; letter-spacing: -0.015em; transition: border-color 180ms var(--ease), background 180ms var(--ease), box-shadow 180ms var(--ease), transform 180ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: #fff; box-shadow: 0 3px 0 #244fcf; }
.button-primary:hover { background: #4f83ff; box-shadow: 0 4px 0 #244fcf; }
.button-bright { background: var(--paper); color: #14161c; box-shadow: 0 3px 0 rgba(8, 10, 14, 0.28); }
.button-bright:hover { background: var(--blue-light); }
.text-link, .project-link, .all-work-link { display: inline-flex; align-items: center; gap: 9px; width: max-content; padding: 9px 0; border-bottom: 1px solid var(--line-strong); color: var(--muted-strong); font-size: 13px; font-weight: 650; letter-spacing: -0.01em; transition: border-color 180ms var(--ease), color 180ms var(--ease); }
.text-link:hover, .project-link:hover, .all-work-link:hover { border-color: var(--blue-light); color: var(--paper); }
.text-link span, .project-link span, .all-work-link span, .contact-email span { transition: transform 180ms var(--ease); }
.text-link:hover span, .project-link:hover span, .all-work-link:hover span, .contact-email:hover span { transform: translate(2px, -2px); }

.hero-art { position: relative; min-height: 414px; overflow: hidden; border: 1px solid var(--line-strong); background: linear-gradient(145deg, rgba(31, 37, 50, 0.96), rgba(18, 21, 28, 0.96)); box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2); }
.hero-art-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(175, 208, 255, 0.06) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 208, 255, 0.06) 1px, transparent 1px); background-size: 32px 32px; }
.hero-window-bar { position: absolute; top: 0; right: 0; left: 0; display: flex; justify-content: space-between; padding: 13px 16px; border-bottom: 1px solid var(--line); color: var(--muted); background: rgba(12, 14, 18, 0.7); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; }
.hero-symbol { position: absolute; top: 26%; left: 50%; width: min(56%, 240px); height: auto; transform: translateX(-50%); }
.hero-symbol .symbol-back { fill: var(--blue-bright); }
.hero-symbol .symbol-cut { fill: var(--surface); }
.hero-window-question { position: absolute; right: 28px; bottom: 76px; left: 28px; max-width: 250px; margin: 0; color: var(--paper); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: clamp(24px, 2.4vw, 34px); font-style: italic; letter-spacing: -0.045em; line-height: 1.04; }
.art-caption { position: absolute; bottom: 18px; left: 18px; display: flex; align-items: center; gap: 8px; color: var(--muted-strong); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.02em; text-transform: uppercase; }
.caption-dot { width: 6px; height: 6px; border-radius: 50%; background: #71e1c8; box-shadow: 0 0 0 3px rgba(113, 225, 200, 0.12); }
.art-index { position: absolute; right: 16px; bottom: 16px; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.08em; }
.art-index span { margin-inline: 4px; color: var(--muted); }

/* Narrative and proof */
.manifesto-grid { display: grid; grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr); gap: 44px; }
.manifesto .section-kicker { margin-top: 12px; }
.statement { max-width: 850px; margin: 0; color: var(--paper); font-size: clamp(40px, 5.2vw, 76px); font-weight: 560; letter-spacing: -0.055em; line-height: 0.98; }
.supporting-copy { max-width: 540px; margin: 36px 0 0 auto; color: var(--muted-strong); font-size: 18px; letter-spacing: -0.018em; line-height: 1.52; }
.proof { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--canvas-deep); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.15fr; gap: 24px; padding-block: 44px; }
.proof-item { display: flex; flex-direction: column; gap: 7px; }
.proof-item strong { color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: clamp(54px, 6vw, 78px); font-style: italic; font-weight: 400; letter-spacing: -0.08em; line-height: 0.85; }
.proof-item span, .proof-note { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }
.proof-note { align-self: end; justify-self: end; max-width: 190px; text-align: right; }

/* Work */
.work { background: var(--canvas); }
.section-heading { display: grid; grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr); column-gap: 44px; align-items: baseline; }
.section-heading .section-kicker { margin-top: 12px; }
.section-title { max-width: 790px; margin: 0; color: var(--paper); font-size: clamp(48px, 6.2vw, 88px); font-weight: 600; letter-spacing: -0.062em; line-height: 0.95; }
.section-intro { grid-column: 2; max-width: 450px; margin: 28px 0 0; color: var(--muted-strong); font-size: 18px; letter-spacing: -0.018em; line-height: 1.5; }
.projects { display: grid; gap: 32px; margin-top: 76px; }
.project { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr); min-height: 470px; overflow: hidden; border: 1px solid var(--line-strong); background: var(--surface); }
.project:nth-child(even) { grid-template-columns: minmax(320px, 0.8fr) minmax(0, 1.2fr); }
.project:nth-child(even) .project-visual { order: 2; }
.project:nth-child(even) .project-copy { order: 1; }
.project-visual { position: relative; min-height: 470px; overflow: hidden; }
.cambio-visual { background: #172033; }
.visual-label { position: absolute; top: 26px; left: 28px; color: var(--paper); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 13px; letter-spacing: 0.08em; }
.visual-label span { color: var(--blue-light); }
.chart-grid { position: absolute; inset: 22% 8% 14%; background-image: linear-gradient(rgba(175, 208, 255, 0.1) 1px, transparent 1px), linear-gradient(90deg, rgba(175, 208, 255, 0.1) 1px, transparent 1px); background-size: 48px 48px; }
.chart-line { position: absolute; inset: 26% 8% 14%; width: 84%; height: 60%; overflow: visible; }
.chart-line path { fill: none; stroke: var(--blue-light); stroke-width: 2.5; vector-effect: non-scaling-stroke; }
.chart-pill { position: absolute; top: 28%; right: 12%; min-width: 90px; padding: 11px 13px; border: 1px solid rgba(175, 208, 255, 0.28); background: rgba(12, 14, 18, 0.84); color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 9px; letter-spacing: 0.06em; text-transform: uppercase; }
.chart-pill strong { display: block; margin-top: 4px; color: var(--paper); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 26px; font-style: italic; font-weight: 400; letter-spacing: -0.06em; line-height: 0.9; }
.chart-axis { position: absolute; bottom: 22px; color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; }
.axis-left { left: 28px; }.axis-right { right: 28px; color: var(--blue-light); }
.tico-visual { background: #14254b; }
.tico-visual::before { position: absolute; inset: 0; background-image: radial-gradient(circle at 72% 25%, rgba(175, 208, 255, 0.33) 0 2px, transparent 3px), radial-gradient(circle at 25% 72%, rgba(175, 208, 255, 0.22) 0 2px, transparent 3px); background-size: 78px 78px, 62px 62px; content: ""; }
.tico-sun { position: absolute; top: 17%; left: 15%; width: 118px; height: 118px; border: 1px solid rgba(175, 208, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 26px rgba(175, 208, 255, 0.05), 0 0 0 52px rgba(175, 208, 255, 0.03); }
.tico-orbit { position: absolute; border: 1px solid rgba(175, 208, 255, 0.35); border-radius: 50%; }.orbit-a { inset: 17% 19% 16% 19%; transform: rotate(24deg); }.orbit-b { inset: 24% 7% 22% 28%; transform: rotate(-34deg); }
.tico-card { position: absolute; display: flex; flex-direction: column; border: 1px solid rgba(175, 208, 255, 0.34); background: rgba(17, 19, 25, 0.92); color: var(--paper); box-shadow: 8px 9px 0 rgba(8, 10, 15, 0.24); }
.tico-card-main { right: 12%; bottom: 17%; width: 49%; min-height: 150px; padding: 18px; transform: rotate(-4deg); }.tico-card-main span { color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.08em; }.tico-card-main strong { margin-top: auto; font-size: 22px; letter-spacing: -0.045em; line-height: 0.96; }.tico-card-main i { position: absolute; top: 18px; right: 18px; width: 25px; height: 25px; border: 4px solid var(--blue-light); border-right-color: rgba(175, 208, 255, 0.18); border-bottom-color: rgba(175, 208, 255, 0.18); border-radius: 50%; }
.tico-card-mini { bottom: 12%; left: 12%; width: 92px; min-height: 94px; padding: 12px; transform: rotate(7deg); }.tico-card-mini small, .tico-card-mini span { color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 9px; text-transform: uppercase; }.tico-card-mini strong { margin: 6px 0 2px; color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 22px; font-style: italic; font-weight: 400; line-height: 1; }
.tico-sticker { position: absolute; top: 13%; right: 10%; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 9px; letter-spacing: 0.06em; line-height: 1.35; text-transform: uppercase; }
.project-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(32px, 5vw, 68px); background: var(--surface); }.project-tico .project-copy { background: #1b2230; }
.project-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; }.project-kind { color: var(--muted); text-align: right; }
.project-copy h3 { margin: 42px 0 18px; color: var(--paper); font-size: clamp(48px, 5.6vw, 82px); font-weight: 600; letter-spacing: -0.072em; line-height: 0.88; }.project-copy p { max-width: 390px; margin: 0; color: var(--muted-strong); font-size: 17px; letter-spacing: -0.015em; line-height: 1.5; }.project-links { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 18px; margin-top: 30px; }.project-links .project-link { margin-top: 0; }.project-link-compact { color: var(--blue-light); }.project-star, .product-star { display: inline-flex; align-items: center; gap: 8px; width: max-content; min-height: 34px; padding: 7px 9px; border: 1px solid var(--line-strong); color: var(--muted-strong); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.02em; transition: border-color 180ms var(--ease), color 180ms var(--ease), background 180ms var(--ease); }.project-star:hover, .product-star:hover { border-color: var(--blue-light); background: rgba(63, 117, 255, 0.09); color: var(--paper); }.project-star-count { color: var(--blue-light); white-space: nowrap; }.project-star.is-private, .product-star.is-private { border-style: dashed; color: var(--muted); }.all-work-link { margin-top: 42px; color: var(--blue-light); }
.project-logo-chip { position: absolute; z-index: 3; display: grid; width: 78px; height: 78px; place-items: center; border: 1px solid rgba(175, 208, 255, 0.35); background: rgba(244, 242, 234, 0.96); box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2); }.project-logo-chip img { display: block; width: 78%; height: 78%; object-fit: contain; }.project-logo-cambio { right: 28px; bottom: 28px; }.project-logo-tico { top: 20px; left: 22px; width: 82px; height: 82px; overflow: hidden; border-color: rgba(175, 208, 255, 0.4); background: #101725; }.project-logo-tico img { width: 96%; height: 96%; }

/* Selected engagements */
.case-studies { background: var(--canvas-deep); }.case-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 76px; }.case-study { display: flex; flex-direction: column; min-height: 420px; padding: clamp(30px, 4vw, 52px); border: 1px solid var(--line-strong); background: var(--surface); }.case-study:nth-child(2) { background: #17213a; }.case-study-meta { display: flex; justify-content: space-between; gap: 16px; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.07em; text-transform: uppercase; }.case-study-meta span:last-child { color: var(--muted); text-align: right; }.case-wordmark { margin: 64px 0 20px; color: var(--paper); font-size: clamp(48px, 5.3vw, 76px); font-weight: 650; letter-spacing: -0.075em; line-height: 0.86; }.case-wordmark-cargofax span { color: #ff6a00; }.case-wordmark-startrh span { color: var(--blue-light); }.case-study p { max-width: 420px; margin: 0; color: var(--muted-strong); font-size: 17px; line-height: 1.52; }.case-study-footer { display: flex; align-items: end; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 36px; color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.04em; }.case-study-footer a { display: inline-flex; align-items: center; gap: 8px; padding-bottom: 7px; border-bottom: 1px solid var(--line-strong); color: var(--blue-light); font-family: "Mundial", "Avenir Next", "Helvetica Neue", sans-serif; font-size: 13px; font-weight: 650; letter-spacing: -0.01em; }.case-study-footer a:hover { border-color: var(--blue-light); }

/* Services and about */
.section-dark { background: var(--canvas-deep); }.section-kicker-light { color: var(--blue-light); }.section-title.light, .contact-title { color: var(--paper); }.light-copy { color: var(--muted-strong); }
.approach { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.approach-intro { display: grid; grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr); column-gap: 44px; }.approach-intro .section-kicker { margin-top: 12px; }.approach-intro .section-intro { grid-column: 2; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 78px; border: 1px solid var(--line); background: var(--line); }.service { min-height: 390px; padding: clamp(32px, 5vw, 58px); background: var(--surface); }.service-build { background: #18264c; }.service-number { color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; letter-spacing: 0.1em; }.service h3 { margin: 68px 0 16px; color: var(--paper); font-size: clamp(34px, 4vw, 54px); font-weight: 600; letter-spacing: -0.055em; line-height: 0.96; }.service p { max-width: 380px; margin: 0; color: var(--muted-strong); font-size: 16px; line-height: 1.5; }.service ul { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 34px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: 12px; }.service li::before { margin-right: 6px; color: var(--blue-light); content: "↗"; }

.about-grid { display: grid; grid-template-columns: minmax(220px, 0.44fr) minmax(0, 1fr); align-items: start; gap: clamp(48px, 10vw, 140px); }.about-visual { position: sticky; top: 118px; min-height: 310px; }.about-photo { position: relative; z-index: 1; width: 88%; margin: 0; overflow: hidden; border: 1px solid var(--line-strong); aspect-ratio: 2 / 3; background: var(--surface); }.about-photo::after { position: absolute; inset: 14px; border: 1px solid rgba(175, 208, 255, 0.45); content: ""; pointer-events: none; }.about-photo img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(0.74) contrast(1.04); }.about-symbol-badge { position: absolute; right: 0; bottom: -18px; z-index: 2; display: flex; align-items: center; justify-content: center; width: 132px; height: 94px; border: 1px solid var(--line-strong); background: var(--blue); box-shadow: 7px 8px 0 var(--canvas-deep); }.about-symbol-badge::after { position: absolute; inset: 12px; border: 1px solid rgba(244, 242, 234, 0.5); content: ""; }.about-symbol-badge svg { position: relative; z-index: 1; width: 78%; }.about-symbol-badge .brand-face { fill: var(--paper); }.about-symbol-badge .brand-cut { fill: var(--blue); }.about-symbol-badge span { position: absolute; right: 9px; bottom: 7px; z-index: 2; color: var(--paper); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 8px; letter-spacing: 0.1em; }
.about-copy .section-title { max-width: 680px; }.about-body { max-width: 530px; margin: 46px 0 0 auto; color: var(--muted-strong); font-size: 17px; letter-spacing: -0.015em; line-height: 1.55; }.about-body p { margin: 0 0 20px; }.about-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; margin-top: 22px; }.text-link-dark { margin: 0; color: var(--blue-light); }

/* Newsletter and contact */
.newsletter { padding-block: clamp(88px, 11vw, 144px); border-top: 1px solid var(--line); }.newsletter-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.7fr); align-items: end; gap: clamp(52px, 10vw, 148px); }.newsletter-title { margin: 0; color: var(--paper); font-size: clamp(50px, 6.3vw, 88px); font-weight: 600; letter-spacing: -0.065em; line-height: 0.94; }.newsletter-lede { max-width: 460px; margin: 28px 0 0; color: var(--muted-strong); font-size: 17px; line-height: 1.52; }.content-channels { display: flex; flex-wrap: wrap; gap: 8px 16px; margin: 22px 0 0; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.04em; }.content-channels span::before { margin-right: 6px; color: #71e1c8; content: "●"; }.content-channels span:not(:first-child)::before { color: var(--muted); }.newsletter-form { padding: 28px; border: 1px solid var(--line-strong); background: var(--surface); }.newsletter-field { display: block; }.newsletter-field input { width: 100%; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: transparent; color: var(--paper); padding: 10px 0 14px; font-size: 17px; }.newsletter-field input::placeholder { color: var(--muted); }.newsletter-field input:focus { border-color: var(--blue-light); }.newsletter-form-row { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 24px; }.newsletter-status { min-height: 22px; margin: 0; color: var(--paper); font-size: 12px; font-weight: 650; line-height: 1.35; }.newsletter-status.is-error { color: #ffbbb6; }.newsletter-status.is-success { color: #8fe7cb; }.newsletter-note { margin: 22px 0 0; color: var(--muted); font-size: 11px; }.newsletter-trap, .form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.contact { overflow: hidden; border-top: 1px solid var(--line); }.contact-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(380px, 0.75fr); align-items: start; gap: clamp(64px, 12vw, 164px); }.contact-title { margin: 0; font-size: clamp(62px, 9vw, 128px); font-weight: 600; letter-spacing: -0.078em; line-height: 0.9; }.contact-copy { max-width: 390px; margin: 34px 0 0; color: var(--muted-strong); font-size: 17px; line-height: 1.52; }.contact-email { display: inline-flex; align-items: center; gap: 10px; margin-top: 44px; padding-bottom: 8px; border-bottom: 1px solid var(--line-strong); color: var(--blue-light); font-size: 13px; font-weight: 650; }
.contact-form-stack { display: grid; gap: 14px; }.contact-form { padding: clamp(28px, 4vw, 42px); border: 1px solid var(--line-strong); background: var(--surface); }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.field { display: block; margin-bottom: 26px; }.field > span { display: block; margin-bottom: 9px; color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }.field input, .field select, .field textarea { display: block; width: 100%; border: 0; border-bottom: 1px solid var(--line-strong); border-radius: 0; outline: 0; background: transparent; color: var(--paper); padding: 10px 0 12px; transition: border-color 180ms ease; }.field textarea { min-height: 120px; resize: vertical; }.field input::placeholder, .field textarea::placeholder { color: var(--muted); }.field select { color: var(--muted-strong); }.field option { color: #16191f; }.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--blue-light); }.form-footer { display: flex; align-items: center; flex-wrap: wrap; gap: 16px; margin-top: 8px; }.form-status { min-height: 24px; margin: 0; color: var(--paper); font-size: 12px; font-weight: 650; line-height: 1.35; }.form-status.is-error { color: #ffbbb6; }.form-status.is-success { color: #8fe7cb; }.form-note { margin: 24px 0 0; color: var(--muted); font-size: 11px; }

.cal-cta { position: relative; isolation: isolate; display: grid; grid-template-columns: 48px minmax(0, 1fr) auto; align-items: center; gap: 15px; min-height: 84px; overflow: hidden; padding: 16px 18px; border: 1px solid rgba(175, 208, 255, 0.34); background: linear-gradient(105deg, rgba(35, 62, 120, 0.28), rgba(24, 28, 38, 0.96)); color: var(--paper); transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease), transform 180ms var(--ease); }.cal-cta::before { position: absolute; top: 50%; left: 0; z-index: -1; width: 176px; height: 176px; border-radius: 50%; background: radial-gradient(circle, rgba(113, 225, 200, 0.13), transparent 68%); content: ""; opacity: 0.68; transform: translate(-50%, -50%) scale(0.72); transition: opacity 200ms var(--ease), transform 320ms var(--ease); }.cal-cta:hover, .cal-cta:focus-visible { border-color: rgba(175, 208, 255, 0.74); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18); transform: translateY(-2px); }.cal-cta:hover::before, .cal-cta:focus-visible::before { opacity: 1; transform: translate(-36%, -50%) scale(1); }.cal-cta:focus-visible { outline: 2px solid var(--blue-light); outline-offset: 3px; }.cal-cta-clock { position: relative; display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid rgba(175, 208, 255, 0.72); border-radius: 50%; box-shadow: 0 0 0 5px rgba(107, 156, 255, 0.08); }.cal-cta-clock::before, .cal-cta-clock::after { position: absolute; bottom: 50%; left: 50%; width: 1px; background: var(--blue-light); content: ""; transform-origin: 50% 100%; }.cal-cta-clock::before { height: 13px; transform: translateX(-50%) rotate(118deg); }.cal-cta-clock::after { height: 16px; animation: cal-minute 2600ms var(--ease) infinite; }.cal-cta-copy { display: grid; gap: 3px; }.cal-cta-kicker { color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.06em; text-transform: uppercase; }.cal-cta-copy strong { color: var(--paper); font-size: 15px; font-weight: 650; letter-spacing: -0.02em; }.cal-cta-arrow { display: grid; width: 28px; height: 28px; place-items: center; border: 1px solid var(--line-strong); color: var(--blue-light); transition: background 180ms var(--ease), color 180ms var(--ease), transform 180ms var(--ease); }.cal-cta:hover .cal-cta-arrow, .cal-cta:focus-visible .cal-cta-arrow { background: var(--blue-light); color: var(--canvas); transform: translate(2px, -2px); }

@keyframes cal-minute { 0%, 18% { transform: translateX(-50%) rotate(-24deg); } 52% { transform: translateX(-50%) rotate(148deg); } 76%, 100% { transform: translateX(-50%) rotate(336deg); } }

/* Footer and motion */
.site-footer { border-top: 1px solid var(--line); background: var(--canvas); }.footer-inner { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; min-height: 108px; }.footer-brand { width: max-content; }.footer-inner p { margin: 0; color: var(--muted); font-size: 12px; text-align: center; }.footer-links { display: flex; justify-content: flex-end; gap: 20px; color: var(--muted-strong); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 11px; }.footer-links a:hover { color: var(--blue-light); }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity 520ms var(--ease), transform 520ms var(--ease); }.reveal.is-visible { opacity: 1; transform: translateY(0); }.reveal-delay-1 { transition-delay: 60ms; }.reveal-delay-2 { transition-delay: 120ms; }.reveal-delay-3 { transition-delay: 180ms; }

@media (max-width: 900px) {
  .hero { min-height: auto; }.hero-grid, .contact-grid, .newsletter-inner { grid-template-columns: 1fr; }.hero-art { width: min(100%, 580px); min-height: 380px; }.contact-grid { gap: 72px; }.contact-form, .newsletter-form { width: 100%; max-width: 680px; }
  .project, .project:nth-child(even) { grid-template-columns: 1fr; }.project:nth-child(even) .project-visual, .project:nth-child(even) .project-copy { order: initial; }.project-visual { min-height: 420px; }.project-copy { min-height: 360px; }.case-grid { grid-template-columns: 1fr; }
  .about-grid { gap: 52px; }.about-visual { position: relative; top: auto; width: min(100%, 360px); min-height: 286px; }
}

@media (max-width: 700px) {
  :root { --gutter: 20px; }
  .site-header { position: absolute; }.header-inner { min-height: 62px; }.brand { font-size: 13px; }.brand-mark { width: 27px; height: 20px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 62px; right: var(--gutter); left: var(--gutter); display: flex; align-items: stretch; flex-direction: column; gap: 0; padding: 8px; border: 1px solid var(--line-strong); background: var(--surface-raised); box-shadow: 0 16px 32px rgba(0, 0, 0, 0.28); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity 180ms ease, transform 180ms ease; }.site-nav.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }.site-nav > a { padding: 13px; }.nav-cta { justify-content: space-between; margin-top: 4px; }.menu-toggle[aria-expanded="true"] span:not(.sr-only):first-of-type { transform: translateY(4px) rotate(45deg); }.menu-toggle[aria-expanded="true"] span:not(.sr-only):last-of-type { transform: translateY(-4px) rotate(-45deg); }
  .hero { padding-top: 122px; padding-bottom: 84px; }.hero::before { top: 62px; }.display { margin-top: 20px; font-size: clamp(48px, 14.5vw, 74px); }.hero-lede { margin-top: 26px; font-size: 18px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; margin-top: 30px; }.hero-art { min-height: 330px; margin-top: 24px; }.hero-window-question { right: 22px; bottom: 65px; left: 22px; }.hero-symbol { top: 27%; width: 61%; }.art-caption { bottom: 15px; left: 15px; font-size: 9px; }.art-index { right: 14px; bottom: 15px; }
  .manifesto-grid, .section-heading, .approach-intro { grid-template-columns: 1fr; gap: 0; }.manifesto .section-kicker, .section-heading .section-kicker, .approach-intro .section-kicker { margin-top: 0; }.statement { margin-top: 26px; font-size: clamp(40px, 11.5vw, 60px); }.supporting-copy { margin-top: 26px; font-size: 17px; }.section-title { margin-top: 26px; font-size: clamp(46px, 12.8vw, 70px); }.section-intro, .approach-intro .section-intro { grid-column: 1; margin-top: 22px; }.proof-grid { grid-template-columns: 1fr 1fr; gap: 34px 20px; padding-block: 38px; }.proof-note { justify-self: start; grid-column: 1 / -1; text-align: left; }.proof-item strong { font-size: 62px; }
  .projects { gap: 24px; margin-top: 58px; }.project-visual { min-height: 350px; }.project-copy { min-height: 340px; padding: 30px; }.project-copy h3 { margin-top: 36px; }.project-kind { max-width: 130px; }.project-links { gap: 10px 14px; }.project-logo-cambio { right: 20px; bottom: 20px; }.project-logo-tico { top: 16px; left: 16px; width: 72px; height: 72px; }.tico-card-main { right: 8%; bottom: 18%; width: 54%; min-height: 138px; }.tico-card-mini { left: 7%; bottom: 10%; }.tico-sticker { right: 8%; }.case-grid { gap: 16px; margin-top: 56px; }.case-study { min-height: 360px; padding: 30px; }.case-wordmark { margin-top: 52px; }.case-study-footer { align-items: flex-start; flex-direction: column; gap: 12px; }
  .service-grid { grid-template-columns: 1fr; margin-top: 58px; }.service { min-height: 330px; }.service h3 { margin-top: 56px; }.about-grid { grid-template-columns: 1fr; }.about-visual { width: 100%; min-height: 250px; }.about-photo { width: 88%; }.about-body { margin-top: 36px; }.about-links { justify-content: flex-start; }.text-link-dark { margin-left: 0; }.newsletter { padding-block: 88px; }.newsletter-title { margin-top: 26px; font-size: clamp(48px, 14vw, 74px); }.newsletter-lede { margin-top: 24px; }.newsletter-form { padding: 22px 20px; }.newsletter-form-row { align-items: flex-start; flex-direction: column; }.newsletter-status { min-height: 0; }.contact-title { margin-top: 26px; font-size: clamp(62px, 18vw, 98px); }.contact-copy { margin-top: 28px; }.contact-email { margin-top: 36px; }.form-row { grid-template-columns: 1fr; gap: 0; }.contact-form { padding: 26px 20px; }.footer-inner { grid-template-columns: 1fr; justify-items: start; gap: 14px; padding-block: 28px; }.footer-inner p { text-align: left; }.footer-links { flex-wrap: wrap; justify-content: flex-start; }
}

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

/* Compact portfolio pass */
.header-actions { display: flex; align-items: center; gap: 20px; }
.brand-portrait { display: block; width: 30px; height: 30px; border: 1px solid rgba(175, 208, 255, 0.5); border-radius: 50%; object-fit: cover; filter: saturate(0.82) contrast(1.04); }
.language-switcher { display: flex; align-items: center; gap: 2px; padding: 3px; border: 1px solid var(--line); background: rgba(12, 14, 18, 0.58); }
.language-switcher button { min-width: 29px; min-height: 26px; padding: 4px 6px; border: 0; background: transparent; color: var(--muted); cursor: pointer; font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.04em; transition: background 160ms var(--ease), color 160ms var(--ease); }
.language-switcher button:hover, .language-switcher button[aria-pressed="true"] { background: var(--blue); color: #fff; }

.case-grid { gap: 16px; margin-top: 58px; }
.case-study { min-height: 318px; padding: clamp(26px, 3vw, 38px); }
.case-study:nth-child(2) { background: var(--surface); }
.case-wordmark { margin: 46px 0 14px; font-size: clamp(42px, 4.7vw, 66px); }
.case-study p { max-width: 340px; font-size: 16px; line-height: 1.45; }
.case-study-footer { padding-top: 27px; }
.case-cargofax { background: #151e31; }
.case-startrh { border-color: rgba(255, 183, 44, 0.8); background: #f7f7fb !important; }
.case-startrh .case-study-meta { color: #282d72; }
.case-startrh .case-study-meta span:last-child, .case-startrh .case-study-footer { color: #5d5e70; }
.case-wordmark-startrh { color: #25295f; font-size: clamp(39px, 4.2vw, 58px); font-weight: 750; letter-spacing: -0.07em; }
.case-wordmark-startrh span { color: #ffb52e; }
.case-wordmark-startrh i { display: inline-block; margin-left: 5px; color: #ffb52e; font-family: Arial, sans-serif; font-size: 1.15em; font-style: normal; font-weight: 700; transform: translateY(-1px); }
.case-startrh p { color: #444558; }
.case-startrh .case-study-footer a { border-color: rgba(37, 41, 95, 0.35); color: #282d72; }
.case-startrh .case-study-footer a:hover { border-color: #ffb52e; }
.case-amora { border-color: rgba(164, 217, 238, 0.82); background: #dff3fb; }
.case-amora .case-study-meta { color: #00144b; }
.case-amora .case-study-meta span:last-child, .case-amora .case-study-footer { color: #46657b; }
.case-logo-wrap { display: flex; align-items: center; min-height: 72px; margin: 40px 0 18px; }
.case-logo-amora img { display: block; width: min(100%, 236px); height: auto; }
.case-amora p { color: #1a4058; }
.case-amora .case-study-footer a { border-color: rgba(0, 20, 75, 0.3); color: #00144b; }
.case-amora .case-study-footer a:hover { border-color: #00144b; }
.case-huntly { border-color: rgba(82, 154, 255, 0.38); background: linear-gradient(130deg, #0a1b2f, #183754); }
.case-huntly .case-study-meta { color: #d7b263; }
.case-huntly .case-wordmark { display: flex; align-items: center; gap: 12px; margin-top: 39px; color: #f6f1e6; font-family: Georgia, "Times New Roman", serif; font-size: clamp(39px, 4.1vw, 56px); font-weight: 400; letter-spacing: -0.055em; }
.case-wordmark-huntly b { display: grid; width: 31px; height: 34px; place-items: center; color: #58a6ff; font-family: ui-monospace, monospace; font-size: 25px; font-weight: 500; letter-spacing: -0.18em; line-height: 1; transform: skewY(-8deg); }
.case-huntly .case-study-footer a { border-color: rgba(215, 178, 99, 0.42); color: #e2c67f; }
.case-huntly .case-study-footer a:hover { border-color: #e2c67f; }

.content-preview { padding-block: clamp(66px, 8vw, 94px); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #121722; }
.content-preview-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.68fr); align-items: center; gap: clamp(46px, 9vw, 116px); }
.content-preview-title { margin: 0; color: var(--paper); font-size: clamp(42px, 5.1vw, 68px); font-weight: 600; letter-spacing: -0.06em; line-height: 0.94; }
.content-preview-title em { color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 0.97em; font-weight: 400; letter-spacing: -0.055em; }
.content-preview .newsletter-lede { max-width: 500px; margin-top: 22px; }
.content-preview .newsletter-form { padding: 24px; }

.footer-belief { display: grid; grid-template-columns: minmax(150px, 0.32fr) minmax(0, 1fr); gap: 44px; padding-top: 46px; padding-bottom: 34px; border-bottom: 1px solid var(--line); }
.footer-belief > p:last-child { max-width: 470px; margin: -5px 0 0; color: var(--paper); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: clamp(24px, 3vw, 38px); font-style: italic; letter-spacing: -0.045em; line-height: 1.06; }

@media (max-width: 900px) {
  .content-preview-inner { grid-template-columns: 1fr; }
  .content-preview .newsletter-form { width: 100%; max-width: 680px; }
}

@media (max-width: 700px) {
  .header-actions { gap: 10px; }
  .brand { gap: 8px; }
  .brand-portrait { width: 29px; height: 29px; }
  .language-switcher { margin-left: auto; }
  .language-switcher button { min-width: 27px; }
  .site-nav { z-index: 2; visibility: hidden; }
  .site-nav.is-open { visibility: visible; }
  .case-study { min-height: 296px; }
  .case-study p { font-size: 16px; }
  .case-wordmark { margin-top: 38px; }
  .case-logo-wrap { min-height: 56px; margin-top: 34px; }
  .case-wordmark-huntly b { width: 27px; height: 30px; font-size: 22px; }
  .content-preview { padding-block: 68px; }
  .content-preview-title { margin-top: 24px; font-size: clamp(42px, 13vw, 64px); }
  .footer-belief { grid-template-columns: 1fr; gap: 18px; padding-top: 32px; padding-bottom: 30px; }
  .footer-belief > p:last-child { margin: 0; }
}

/* enitor — Vitor's letter */
.enitor-mark { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 22px; font-style: italic; letter-spacing: -0.04em; line-height: 1; }
.enitor-mark::before { display: block; width: 7px; height: 7px; border: 1px solid currentColor; border-radius: 50%; box-shadow: 0 0 0 4px rgba(107, 156, 255, 0.09); content: ""; }
.newsletter-form { position: relative; overflow: hidden; transition: border-color 200ms var(--ease), box-shadow 200ms var(--ease); }
.newsletter-form > * { position: relative; z-index: 1; }
.newsletter-form::after { position: absolute; top: 50%; left: 50%; z-index: 0; width: 12px; height: 12px; border-radius: 50%; background: rgba(113, 225, 200, 0.24); content: ""; opacity: 0; pointer-events: none; transform: translate(-50%, -50%) scale(0); }
.newsletter-form.is-submitting { border-color: rgba(175, 208, 255, 0.72); }
.newsletter-form.is-success { border-color: rgba(143, 231, 203, 0.72); box-shadow: 0 0 0 1px rgba(143, 231, 203, 0.1); }
.newsletter-form.is-success::after { animation: enitor-arrival 680ms var(--ease); }
.newsletter-submit-icon { display: inline-grid; width: 14px; place-items: center; transform: translateY(-1px); transition: transform 180ms var(--ease); }
.button[data-state="loading"] .newsletter-submit-icon { animation: enitor-orbit 780ms linear infinite; }
.button[data-state="success"] { background: #8fe7cb; color: #10221d; }
.button[data-state="success"] .newsletter-submit-icon { animation: enitor-check 440ms var(--ease); }

@keyframes enitor-orbit { to { transform: rotate(360deg); } }
@keyframes enitor-check { 0% { transform: scale(0.58) rotate(-18deg); } 65% { transform: scale(1.22) rotate(4deg); } 100% { transform: scale(1) rotate(0); } }
@keyframes enitor-arrival { 0% { opacity: 0.56; transform: translate(-50%, -50%) scale(0); } 100% { opacity: 0; transform: translate(-50%, -50%) scale(34); } }

.enitor-reading-cta { padding-block: clamp(66px, 9vw, 112px); border-top: 1px solid var(--line); background: #111a2b; }
.enitor-reading-cta-inner { display: block; }
.enitor-reading-cta h2 { max-width: 640px; margin: 24px 0 0; color: var(--paper); font-size: clamp(43px, 5.4vw, 74px); font-weight: 600; letter-spacing: -0.07em; line-height: 0.91; }
.enitor-reading-cta h2 em { color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 0.95em; font-weight: 400; letter-spacing: -0.055em; }
.enitor-reading-action { max-width: 360px; margin-top: 30px; }
.enitor-reading-action p { margin: 0; color: var(--muted-strong); font-size: 17px; line-height: 1.48; }
.enitor-reading-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 28px; padding-bottom: 8px; border-bottom: 1px solid var(--blue-light); color: var(--paper); font-size: 13px; font-weight: 650; transition: gap 180ms var(--ease), color 180ms var(--ease); }
.enitor-reading-link:hover { gap: 14px; color: var(--blue-light); }

@media (max-width: 700px) {
  .enitor-mark { font-size: 20px; }
  .enitor-reading-cta-inner { display: block; }
  .enitor-reading-cta h2 { margin-top: 20px; font-size: clamp(42px, 12.7vw, 62px); }
  .enitor-reading-action { max-width: 480px; margin-top: 28px; }
}

/* Readings — a personal shelf, not a catalogue */
.readings-hero { position: relative; overflow: hidden; padding: clamp(154px, 18vw, 240px) 0 clamp(78px, 10vw, 132px); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 84% 16%, rgba(45, 88, 175, 0.18), transparent 32%), var(--canvas); }
.readings-hero::after { position: absolute; right: max(4vw, 28px); bottom: -44px; width: min(28vw, 330px); height: min(28vw, 330px); border: 1px solid rgba(107, 156, 255, 0.24); border-radius: 50%; content: ""; pointer-events: none; }
.readings-hero-grid { position: relative; z-index: 1; display: block; }
.readings-hero .eyebrow { margin: 0; }
.readings-title { max-width: 820px; margin: 26px 0 0; color: var(--paper); font-size: clamp(56px, 7.4vw, 106px); font-weight: 600; letter-spacing: -0.078em; line-height: 0.87; }
.readings-title em { color: var(--blue-light); font-family: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif; font-size: 0.94em; font-weight: 400; letter-spacing: -0.065em; }
.readings-lede { max-width: 500px; margin: 34px 0 0; color: var(--muted-strong); font-size: 18px; letter-spacing: -0.015em; line-height: 1.5; }

.readings-feature { background: #111a2b; }
.readings-feature-inner { display: block; padding-block: clamp(52px, 7vw, 86px); }
.reading-feature-index { display: flex; gap: 16px; align-items: baseline; color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.09em; text-transform: uppercase; }
.reading-feature-index span:first-child { color: var(--blue-light); }
.reading-feature-copy { max-width: 690px; margin-top: 24px; }
.reading-feature-copy .section-kicker { margin: 0; }
.reading-feature-copy h2 { max-width: 620px; margin: 18px 0 16px; color: var(--paper); font-size: clamp(34px, 4.2vw, 56px); font-weight: 600; letter-spacing: -0.06em; line-height: 0.96; }
.reading-feature-copy p:last-child { max-width: 510px; margin: 0; color: var(--muted-strong); font-size: 16px; line-height: 1.5; }
.reading-feature-link { display: inline-flex; align-items: center; gap: 10px; width: max-content; margin-top: 30px; padding: 12px 0 8px; border-bottom: 1px solid var(--blue-light); color: var(--paper); font-size: 13px; font-weight: 650; white-space: nowrap; transition: color 160ms var(--ease), gap 160ms var(--ease); }
.reading-feature-link:hover { gap: 14px; color: var(--blue-light); }

.readings-list { padding-top: clamp(60px, 8vw, 108px); }
.reading-group { display: block; padding-block: clamp(42px, 6vw, 78px); border-top: 1px solid var(--line-strong); }
.reading-group:last-child { border-bottom: 1px solid var(--line-strong); }
.reading-group-heading > span { display: block; color: var(--blue-light); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; letter-spacing: 0.1em; }
.reading-group-heading h2 { margin: 16px 0 14px; color: var(--paper); font-size: clamp(30px, 3.2vw, 44px); font-weight: 600; letter-spacing: -0.06em; line-height: 0.95; }
.reading-group-heading p { max-width: 360px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.42; }
.reading-links { max-width: 760px; margin: 30px 0 0; padding: 0; list-style: none; }
.reading-links li { border-top: 1px solid var(--line); }
.reading-links li:last-child { border-bottom: 1px solid var(--line); }
.reading-links a { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 19px 0; color: inherit; transition: padding 160ms var(--ease), color 160ms var(--ease); }
.reading-links a:hover { padding-right: 7px; color: var(--blue-light); }
.reading-links strong { display: block; color: var(--paper); font-size: 20px; font-weight: 600; letter-spacing: -0.038em; line-height: 1.1; transition: color 160ms var(--ease); }
.reading-links a:hover strong { color: var(--blue-light); }
.reading-links small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; letter-spacing: -0.01em; }
.reading-links i { color: var(--muted); font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; font-size: 10px; font-style: normal; letter-spacing: 0.04em; white-space: nowrap; }
.affiliate-disclosure { padding-block: 19px; border-bottom: 1px solid var(--line); }
.affiliate-disclosure p { max-width: 670px; margin: 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

@media (max-width: 700px) {
  .readings-hero { padding-top: 126px; padding-bottom: 72px; }
  .readings-hero::after { right: -72px; bottom: -80px; width: 240px; height: 240px; }
  .readings-hero-grid { display: block; }
  .readings-hero .eyebrow { margin: 0; }
  .readings-title { margin-top: 4px; font-size: clamp(52px, 15.4vw, 72px); line-height: 0.9; }
  .readings-lede { margin-top: 26px; font-size: 17px; }
  .readings-feature-inner { grid-template-columns: 1fr; gap: 28px; padding-block: 46px; }
  .reading-feature-index { justify-content: flex-start; }
  .reading-feature-copy h2 { margin-top: 15px; font-size: clamp(33px, 10.2vw, 46px); }
  .reading-feature-link { margin-top: 26px; }
  .readings-list { padding-top: 54px; }
  .reading-group { padding-block: 38px; }
  .reading-group-heading h2 { margin-top: 13px; }
  .reading-group-heading p { max-width: none; }
  .reading-links a { gap: 16px; padding: 17px 0; }
  .reading-links strong { font-size: 18px; }
  .reading-links i { align-self: end; padding-bottom: 2px; }
}
