:root { --ink: #0b1b2b; --paper: #f4f1e9; --lime: #b8f04a; --line: rgba(244, 241, 233, 0.16); --muted: #aeb8bf; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-shell { min-height: 100vh; overflow: hidden; }
.nav, .hero, .fit, .closing, footer { width: min(100% - 48px, 1240px); margin-inline: auto; }
.nav { height: 90px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { font-size: 18px; font-weight: 700; letter-spacing: -0.04em; text-decoration: none; }
.wordmark span, h1 span, .domain-mark span { color: var(--lime); }
.nav-contact { font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; text-decoration: none; display: flex; gap: 12px; }
.hero { min-height: 700px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 100px 0 110px; position: relative; }
.hero::before { content: ""; position: absolute; width: 580px; height: 580px; border: 1px solid rgba(184, 240, 74, 0.13); border-radius: 50%; z-index: -1; box-shadow: 0 0 110px rgba(184, 240, 74, 0.05); }
.eyebrow, .section-label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.16em; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--lime); margin-bottom: 24px; }
.eyebrow span { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(184, 240, 74, 0.12); }
h1 { font-size: clamp(64px, 10vw, 144px); line-height: 0.9; letter-spacing: -0.075em; margin: 0; font-weight: 700; }
.subtitle { font-family: Georgia, "Times New Roman", serif; font-size: clamp(25px, 3vw, 40px); line-height: 1.18; letter-spacing: -0.025em; margin: 30px 0 0; }
.intro { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.65; margin: 28px auto 34px; }
.primary-cta, .secondary-cta { text-decoration: none; display: inline-flex; align-items: center; justify-content: space-between; font-weight: 700; transition: transform .2s ease, background-color .2s ease; }
.primary-cta { background: var(--lime); color: var(--ink); min-width: 250px; padding: 18px 20px; }
.primary-cta:hover, .secondary-cta:hover { transform: translateY(-2px); }
.primary-cta:focus-visible, .secondary-cta:focus-visible, .nav-contact:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }
.cta-note { color: #7f8e99; font-size: 11px; text-transform: uppercase; letter-spacing: .11em; margin-top: 16px; }
.fit { border-top: 1px solid var(--line); padding: 100px 0 120px; }
.section-label { color: #7f8e99; }
.fit-content { display: grid; grid-template-columns: 1fr 1.35fr; gap: 10vw; margin-top: 48px; }
.fit h2, .closing h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -0.04em; }
.fit h2 { font-size: clamp(42px, 5vw, 70px); line-height: 1.05; margin: 0; }
.portfolio-copy { color: var(--muted); font-size: 16px; line-height: 1.65; max-width: 430px; margin: 24px 0 0; }
.fit ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit li { display: grid; grid-template-columns: 44px 1fr auto; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); padding: 24px 4px; font-size: 17px; }
.fit .number { color: #6d7b86; font-size: 11px; letter-spacing: .1em; }
.fit .arrow { color: var(--lime); }
.domain-details { display: flex; flex-direction: column; gap: 7px; }
.domain-details strong { font-size: 20px; letter-spacing: -0.03em; }
.domain-details small { color: var(--muted); font-size: 12px; line-height: 1.45; }
.domain-inquiry { display: inline-flex; gap: 8px; align-items: center; color: var(--lime); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; text-decoration: none; }
.domain-inquiry:focus-visible { outline: 3px solid var(--paper); outline-offset: 4px; }
.closing { background: var(--paper); color: var(--ink); width: min(100% - 48px, 1320px); padding: 64px; display: grid; grid-template-columns: 150px 1fr auto; gap: 48px; align-items: center; }
.domain-mark { width: 124px; height: 124px; background: var(--ink); color: var(--paper); display: grid; place-items: center; border-radius: 50%; font-size: 32px; font-weight: 700; letter-spacing: -0.08em; }
.closing .section-label { color: #68727a; margin: 0 0 14px; }
.closing h2 { font-size: clamp(36px, 4vw, 60px); line-height: 1; margin: 0; }
.closing p:not(.section-label) { color: #667078; margin: 18px 0 0; }
.closing .use-case-line { color: var(--ink); font-size: 12px; font-weight: 700; line-height: 1.6; text-transform: uppercase; letter-spacing: .055em; }
.secondary-cta { background: var(--ink); color: var(--paper); min-width: 190px; padding: 18px; }
footer { min-height: 150px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: #7f8e99; font-size: 12px; }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }
.footer-mark { color: var(--paper); }
@media (max-width: 760px) {
  .nav, .hero, .fit, .closing, footer { width: min(100% - 32px, 1240px); }
  .nav { height: 72px; }
  .nav-contact { font-size: 0; }
  .nav-contact::before { content: "Contact"; font-size: 11px; }
  .nav-contact span { font-size: 13px; }
  .hero { min-height: 650px; padding: 88px 0 96px; }
  .hero::before { width: 360px; height: 360px; }
  h1 { font-size: clamp(54px, 17vw, 86px); }
  .subtitle { max-width: 360px; margin-top: 24px; }
  .intro { font-size: 15px; }
  .fit { padding: 76px 0 88px; }
  .fit-content { grid-template-columns: 1fr; gap: 52px; margin-top: 34px; }
  .fit li { grid-template-columns: 32px 1fr; }
  .domain-inquiry { grid-column: 2; justify-self: start; margin-top: 6px; }
  .closing { padding: 40px 28px; grid-template-columns: 1fr; gap: 28px; }
  .domain-mark { width: 88px; height: 88px; font-size: 25px; }
  .secondary-cta { width: 100%; }
  footer { padding: 44px 0; grid-template-columns: 1fr; gap: 16px; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; margin: 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
