:root {
  --ink: #211d1d;
  --black: #110f0d;
  --orange: #f2801b;
  --paper: #f7f4ef;
  --white: #fff;
  --muted: #6d6863;
  --line: rgba(33, 29, 29, 0.14);
  --radius: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header {
  width: min(1180px, calc(100% - 48px));
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid var(--line);
}
.brand { width: 191px; }
.brand img { width: 100%; }
.site-header nav { display: flex; gap: 30px; font-size: 14px; }
.site-header nav a { transition: opacity .2s ease; }
.site-header nav a:hover { opacity: .55; }
.header-cta { justify-self: end; }

.button {
  min-height: 46px;
  padding: 0 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 650;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-dark { color: var(--white); background: var(--black); }
.button-orange { color: var(--black); background: var(--orange); }
.button-light { color: var(--black); background: var(--white); }
.text-link { font-size: 14px; font-weight: 650; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }

.hero { padding: 112px 0 0; text-align: center; overflow: hidden; }
.eyebrow, .section-label {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.eyebrow { display: inline-flex; align-items: center; gap: 9px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.hero h1 {
  max-width: 1000px;
  margin: 28px auto 24px;
  font-size: clamp(54px, 7.6vw, 108px);
  line-height: .95;
  letter-spacing: -.065em;
  font-weight: 640;
}
.hero h1 em, .legal-hero h1 em {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -.04em;
}
.hero-copy { max-width: 620px; margin: 0 auto; color: var(--muted); font-size: 18px; line-height: 1.65; }
.hero-actions { margin-top: 34px; display: flex; justify-content: center; align-items: center; gap: 26px; }

.hero-stage { height: 420px; margin-top: 86px; position: relative; }
.orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(33,29,29,.13); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 650px; height: 650px; }
.orbit-two { width: 900px; height: 900px; }
.stage-mark {
  width: 210px;
  height: 210px;
  border-radius: 50%;
  position: absolute;
  left: 50%; top: 47%;
  transform: translate(-50%, -50%);
  background: var(--black);
  display: grid;
  place-items: center;
  box-shadow: 0 28px 80px rgba(17,15,13,.18);
}
.stage-mark img { width: 130px; }
.stage-card {
  width: 280px; height: 350px;
  padding: 28px;
  position: absolute;
  top: 75px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  box-shadow: 0 24px 70px rgba(17,15,13,.12);
}
.stage-card-left { left: 5%; color: var(--black); background: var(--orange); transform: rotate(-6deg); }
.stage-card-right { right: 5%; color: var(--white); background: #3e67ef; transform: rotate(6deg); }
.card-kicker { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.stage-card strong { font-size: 31px; line-height: 1.04; letter-spacing: -.04em; }

.statement { padding: 150px 0; display: grid; grid-template-columns: 1fr 3fr; gap: 64px; border-top: 1px solid var(--line); }
.statement-copy { margin: 0; max-width: 850px; font-size: clamp(34px, 4.4vw, 62px); line-height: 1.08; letter-spacing: -.045em; }
.work { padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 64px; align-items: start; }
.section-heading h2 { max-width: 770px; margin: 0; font-size: clamp(38px, 5vw, 68px); line-height: 1.02; letter-spacing: -.05em; }
.service-grid { margin-top: 72px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.service-card { min-height: 420px; padding: 28px; border-radius: var(--radius); display: flex; flex-direction: column; justify-content: space-between; }
.service-card-orange { background: var(--orange); }
.service-card-light { background: var(--white); }
.service-card-dark { color: var(--white); background: var(--black); }
.service-number { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 12px; }
.service-card h3 { margin: 0 0 14px; font-size: 30px; letter-spacing: -.035em; }
.service-card p { margin: 0; opacity: .72; line-height: 1.6; }

.publisher { padding: 72px 0 140px; }
.publisher-card { min-height: 590px; padding: 74px; border-radius: 38px; color: var(--white); background: var(--black); display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; overflow: hidden; }
.section-label-light { color: rgba(255,255,255,.56); }
.publisher-copy h2 { margin: 23px 0; font-size: clamp(42px, 4.6vw, 66px); line-height: 1; letter-spacing: -.055em; }
.publisher-copy > p:not(.section-label) { max-width: 550px; margin: 0 0 30px; color: rgba(255,255,255,.68); line-height: 1.7; }
.publisher-visual { display: grid; place-items: center; }
.publisher-window { width: min(100%, 470px); color: var(--ink); background: var(--white); border-radius: 22px; box-shadow: 0 32px 80px rgba(0,0,0,.35); transform: rotate(3deg); overflow: hidden; }
.window-bar { height: 48px; padding: 0 18px; display: flex; gap: 7px; align-items: center; border-bottom: 1px solid var(--line); }
.window-bar i { width: 9px; height: 9px; background: #ddd; border-radius: 50%; }
.window-bar i:first-child { background: var(--orange); }
.window-body { padding: 30px; }
.window-label { display: block; margin-bottom: 20px; color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.window-row { padding: 18px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 14px; }
.window-row span { color: #32834c; font-size: 12px; }

.contact { padding: 130px 0 150px; text-align: center; }
.contact h2 { margin: 25px 0 18px; font-size: clamp(50px, 7vw, 94px); line-height: .98; letter-spacing: -.06em; }
.contact > p:not(.eyebrow) { margin: 0 auto 30px; color: var(--muted); font-size: 18px; }
.site-footer { margin-bottom: 24px; padding: 72px 70px 30px; color: var(--white); background: var(--black); border-radius: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 90px; }
.footer-brand img { width: 120px; }
.footer-brand p { margin-top: 22px; color: rgba(255,255,255,.55); }
.footer-links { display: grid; grid-template-columns: repeat(3,1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 13px; }
.footer-links span { margin-bottom: 8px; color: rgba(255,255,255,.4); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.footer-links a { font-size: 14px; }
.footer-bottom { grid-column: 1/-1; margin: 40px 0 0; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 12px; }

.legal-main { min-height: 65vh; }
.legal-hero { padding: 110px 0 75px; border-bottom: 1px solid var(--line); }
.legal-hero h1 { max-width: 870px; margin: 26px 0 24px; font-size: clamp(52px, 7vw, 92px); line-height: .98; letter-spacing: -.06em; }
.legal-hero p { max-width: 650px; color: var(--muted); line-height: 1.65; }
.legal-content { max-width: 780px; padding: 80px 0 130px; }
.legal-content h2 { margin: 52px 0 16px; font-size: 28px; letter-spacing: -.03em; }
.legal-content h2:first-child { margin-top: 0; }
.legal-content p, .legal-content li { color: #56514d; line-height: 1.75; }
.legal-content ul { padding-left: 22px; }
.legal-content a { text-decoration: underline; text-underline-offset: 3px; }
.product-feature-grid { margin: 55px 0 0; display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; }
.product-feature { padding: 24px; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.55); }
.product-feature strong { display: block; margin-bottom: 9px; }
.product-feature p { margin: 0; font-size: 14px; }

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { padding-top: 80px; }
  .hero-stage { height: 360px; }
  .orbit-one { width: 520px; height: 520px; }
  .stage-card { width: 220px; height: 275px; padding: 22px; }
  .stage-card-left { left: -25px; }
  .stage-card-right { right: -25px; }
  .stage-card strong { font-size: 24px; }
  .stage-mark { width: 160px; height: 160px; }
  .stage-mark img { width: 100px; }
  .statement, .section-heading { grid-template-columns: 1fr; gap: 28px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .publisher-card { padding: 50px 32px; grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; padding: 52px 34px 28px; gap: 45px; }
  .product-feature-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .shell, .site-header { width: min(100% - 28px, 1180px); }
  .site-header { min-height: 72px; }
  .brand { width: 165px; }
  .header-cta { min-height: 40px; padding-inline: 16px; }
  .hero h1 { font-size: 52px; }
  .hero-copy { font-size: 16px; }
  .hero-actions { flex-direction: column; gap: 18px; }
  .hero-stage { height: 300px; margin-top: 60px; }
  .stage-card { width: 170px; height: 220px; }
  .stage-card-left { left: -58px; }
  .stage-card-right { right: -58px; }
  .stage-card strong { font-size: 20px; }
  .stage-mark { width: 125px; height: 125px; }
  .stage-mark img { width: 80px; }
  .statement, .work { padding: 90px 0; }
  .publisher { padding-bottom: 90px; }
  .publisher-card { border-radius: 26px; }
  .contact { padding: 90px 0 110px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .legal-hero { padding-top: 80px; }
}

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