@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=DM+Serif+Display:ital@0;1&display=swap');

:root {
  --ink: #102a43;
  --ink-soft: #34536d;
  --paper: #f2eee7;
  --paper-deep: #e7e0d4;
  --signal: #ee6b3b;
  --white: #fffdf8;
  --line: rgba(16, 42, 67, 0.18);
  --serif: 'DM Serif Display', 'Iowan Old Style', 'Palatino Linotype', Georgia, serif;
  --mono: 'DM Mono', 'SFMono-Regular', Consolas, monospace;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--mono);
  font-size: 14px;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }

.page-shell { overflow: hidden; }

.site-header, .site-footer {
  width: min(1240px, calc(100% - 64px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 0;
}

.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--serif);
  font-size: 22px;
  font-style: italic;
  border-radius: 50%;
}
.brand-copy { display: grid; gap: 1px; }
.brand-copy strong { font-size: 15px; letter-spacing: -.04em; }
.brand-copy small { color: var(--ink-soft); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

.site-nav { display: flex; align-items: center; gap: 34px; font-size: 11px; }
.site-nav a { transition: color .2s ease, transform .2s ease; }
.site-nav a:hover { color: var(--signal); transform: translateY(-2px); }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  align-items: center;
  width: min(1240px, calc(100% - 64px));
  min-height: 680px;
  margin: 0 auto;
  padding: 76px 0 112px;
}

.hero-copy { position: relative; z-index: 1; animation: rise .8s ease both; }
.eyebrow, .section-kicker, .section-index, .panel-topline, .panel-bottomline, .card-number {
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--ink-soft); }
.eyebrow-line { width: 36px; height: 1px; background: var(--signal); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 400; }
h1, h2 { font-family: var(--serif); letter-spacing: -.055em; line-height: .98; }
h1 { max-width: 720px; margin: 26px 0 32px; font-size: clamp(64px, 8.5vw, 125px); }
h1 em, h2 em { color: var(--signal); font-style: italic; }
.hero-intro { max-width: 420px; color: var(--ink-soft); font-size: 15px; line-height: 1.8; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 40px; }
.button { display: inline-flex; align-items: center; gap: 22px; padding: 17px 20px; font-size: 11px; transition: transform .25s ease, box-shadow .25s ease; }
.button:hover { transform: translateY(-3px); box-shadow: 8px 8px 0 rgba(16, 42, 67, .16); }
.button-primary { color: var(--white); background: var(--ink); }
.button-light { color: var(--ink); background: var(--paper); }
.text-link, .arrow-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 11px; }
.text-link span, .arrow-link span { margin-left: 9px; }

.hero-panel {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: min(100%, 480px);
  height: 460px;
  margin-left: auto;
  padding: 24px;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 24px 24px 0 var(--paper-deep);
  animation: reveal .9s .15s ease both;
}
.panel-topline, .panel-bottomline { display: flex; align-items: center; justify-content: space-between; color: rgba(242, 238, 231, .63); }
.signal-ring { position: absolute; top: 50%; left: 50%; display: grid; width: 224px; height: 224px; place-items: center; transform: translate(-50%, -50%); border: 1px solid rgba(242, 238, 231, .5); border-radius: 50%; }
.signal-ring::before, .signal-ring::after { position: absolute; content: ''; border: 1px solid rgba(238, 107, 59, .65); border-radius: 50%; }
.signal-ring::before { inset: 23px; }
.signal-ring::after { inset: 56px; }
.signal-ring span { color: var(--signal); font-family: var(--serif); font-size: 104px; font-style: italic; line-height: 1; }
.panel-dot { width: 5px; height: 5px; margin: 0 9px; background: var(--signal); border-radius: 50%; }
.panel-bottomline { justify-content: flex-start; }
.hero-stamp { position: absolute; right: 41%; bottom: 66px; color: var(--signal); font-family: var(--serif); font-size: 18px; font-style: italic; line-height: .8; transform: rotate(-10deg); }

.ticker { display: flex; justify-content: center; gap: 24px; padding: 15px 24px; color: var(--paper); background: var(--signal); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.ticker i { font-family: Georgia, serif; font-size: 17px; font-style: normal; line-height: 1; }

.split-section, .focus-section { width: min(1240px, calc(100% - 64px)); margin: 0 auto; }
.split-section { display: grid; grid-template-columns: 28% 1fr; gap: 8%; padding: 160px 0 170px; }
.section-index { color: var(--signal); }
.section-index span { margin: 0 8px; color: var(--ink-soft); }
.section-content { max-width: 710px; }
.section-kicker { margin-bottom: 24px; color: var(--ink-soft); }
h2 { margin-bottom: 32px; font-size: clamp(48px, 6vw, 82px); }
.section-lede { max-width: 620px; color: var(--ink); font-family: var(--serif); font-size: 26px; line-height: 1.22; }
.section-body { max-width: 500px; margin: 24px 0 34px; color: var(--ink-soft); line-height: 1.85; }

.focus-section { padding-bottom: 170px; }
.focus-heading { display: grid; grid-template-columns: 28% 1fr; gap: 8%; align-items: end; }
.focus-heading h2 { margin-bottom: 60px; }
.focus-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-left: 36%; }
.focus-card { position: relative; min-height: 300px; padding: 26px; overflow: hidden; }
.focus-card-dark { color: var(--paper); background: var(--ink); }
.focus-card-light { color: var(--ink); background: var(--paper-deep); }
.focus-card .card-number { opacity: .65; }
.focus-card h3 { margin: 64px 0 13px; font-family: var(--serif); font-size: 41px; letter-spacing: -.05em; }
.focus-card p { max-width: 290px; margin-bottom: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.8; }
.focus-card-dark p { color: rgba(242, 238, 231, .68); }
.card-symbol { position: absolute; right: 20px; bottom: -20px; color: var(--signal); font-family: var(--serif); font-size: 120px; line-height: 1; }

.contact-banner { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding: 90px max(32px, calc((100vw - 1240px) / 2)); color: var(--paper); background: var(--ink); }
.contact-banner h2 { margin-bottom: 0; }
.contact-banner .section-kicker { color: rgba(242, 238, 231, .55); }

.site-footer { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0 32px; color: var(--ink-soft); font-size: 10px; }
.site-footer a { color: var(--ink); }

@keyframes rise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes reveal { from { opacity: 0; transform: translateX(28px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 800px) {
  .site-header, .site-footer, .hero, .split-section, .focus-section { width: min(100% - 40px, 620px); }
  .site-header { padding: 20px 0; }
  .site-nav { gap: 16px; }
  .site-nav a:not(.nav-contact) { display: none; }
  .hero { display: block; min-height: 0; padding: 70px 0 100px; }
  h1 { font-size: clamp(58px, 16vw, 92px); }
  .hero-panel { width: calc(100% - 20px); height: 370px; margin: 80px 0 0; }
  .hero-stamp { right: 4%; bottom: 35px; }
  .ticker { justify-content: flex-start; overflow: hidden; white-space: nowrap; }
  .ticker span:nth-of-type(n+3), .ticker i:nth-of-type(n+3) { display: none; }
  .split-section, .focus-heading { grid-template-columns: 1fr; gap: 34px; padding-top: 105px; padding-bottom: 110px; }
  .focus-heading h2 { margin-bottom: 20px; }
  .focus-grid { grid-template-columns: 1fr; gap: 14px; margin-left: 0; }
  .focus-card { min-height: 270px; }
  .contact-banner { display: block; padding: 74px 20px; }
  .contact-banner .button { margin-top: 36px; }
  .site-footer { flex-wrap: wrap; }
}

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