:root {
  --ink: #081018;
  --ink-soft: #1e2c38;
  --mist: #dce2df;
  --paper: #edf0ea;
  --line: rgba(8, 16, 24, 0.18);
  --electric: #b7ff3d;
  --ice: #4eb7eb;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--paper); margin: 0; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }

.page-noise {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
  inset: 0;
  opacity: .045;
  pointer-events: none;
  position: fixed;
  z-index: 9;
}

.section-shell { margin: 0 auto; max-width: 1540px; padding-left: 5vw; padding-right: 5vw; }
.site-header { align-items: center; display: flex; justify-content: space-between; left: 0; padding: 28px 5vw; position: absolute; right: 0; top: 0; z-index: 2; }
.brand { align-items: baseline; display: inline-flex; font-size: 1.22rem; font-weight: 750; letter-spacing: -.08em; line-height: 1; }
.brand b { color: var(--electric); font-weight: 800; margin-left: .05em; }
.availability { color: rgba(255,255,255,.72); font-size: .69rem; letter-spacing: .14em; margin: 0; text-transform: uppercase; }

.hero { color: white; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); min-height: 790px; overflow: hidden; padding-bottom: 88px; padding-top: 162px; position: relative; }
.hero::before { background: var(--ink); content: ""; inset: 0 calc(50% - 50vw); position: absolute; z-index: -2; }
.hero::after { background: linear-gradient(90deg, rgba(4, 13, 23, .98) 0%, rgba(5, 16, 28, .84) 47%, rgba(5, 16, 28, .12) 100%); content: ""; inset: 0; pointer-events: none; position: absolute; z-index: -1; }
.hero-copy { align-self: center; max-width: 650px; padding-bottom: 52px; position: relative; z-index: 1; }
.eyebrow { align-items: center; display: flex; font-size: .68rem; font-weight: 700; gap: 10px; letter-spacing: .15em; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow span { background: currentColor; display: inline-block; height: 7px; width: 7px; }
.hero h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.065em; }
.hero h1 { font-size: clamp(4.3rem, 8.8vw, 9.4rem); line-height: .77; margin: 0; }
.hero h1 em, h2 em { color: var(--electric); font-weight: 400; }
.hero-intro { color: rgba(255,255,255,.75); font-size: clamp(1rem, 1.35vw, 1.24rem); line-height: 1.55; margin: 42px 0 28px; max-width: 465px; }
.hero-intro strong { color: white; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 23px; }
.button { align-items: center; display: inline-flex; font-size: .73rem; font-weight: 800; gap: 12px; justify-content: center; letter-spacing: .1em; min-height: 50px; padding: 0 22px; text-transform: uppercase; transition: transform .2s ease, background-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button--light { background: var(--electric); color: var(--ink); }
.button--dark { background: var(--ink); color: white; }
.text-link { border-bottom: 1px solid rgba(255,255,255,.45); font-size: .73rem; font-weight: 800; letter-spacing: .09em; padding-bottom: 6px; text-transform: uppercase; }
.text-link span { color: var(--electric); font-size: 1.1rem; margin-left: 6px; }
.hero-art { inset: 0 0 0 43%; overflow: hidden; position: absolute; }
.hero-art picture, .manifesto-image picture { display: block; height: 100%; }
.hero-art::after { background: linear-gradient(90deg, var(--ink) 0%, transparent 34%), linear-gradient(0deg, rgba(1,8,15,.5), transparent 52%); content: ""; inset: 0; position: absolute; }
.hero-art img { height: 100%; object-fit: cover; object-position: 61% center; width: 100%; }
.hero-art__badge { align-items: center; background: var(--electric); bottom: 9%; color: var(--ink); display: flex; flex-direction: column; height: 116px; justify-content: center; position: absolute; right: 8%; width: 116px; z-index: 1; }
.hero-art__badge span { font-family: Georgia, serif; font-size: 3.3rem; letter-spacing: -.09em; line-height: .8; }
.hero-art__badge small { font-size: .55rem; font-weight: 800; letter-spacing: .11em; margin-top: 10px; text-transform: uppercase; }
.hero-art__caption { bottom: 4%; color: rgba(255,255,255,.7); font-size: .67rem; letter-spacing: .15em; margin: 0; position: absolute; right: 8%; text-transform: uppercase; z-index: 1; }
.hero-footnote { align-items: flex-end; bottom: 47px; display: flex; gap: 18px; left: 5vw; position: absolute; z-index: 1; }
.hero-footnote span { color: var(--electric); font-family: Georgia, serif; font-size: 1.5rem; }
.hero-footnote p { color: rgba(255,255,255,.58); font-size: .69rem; line-height: 1.45; margin: 0; }

.thesis { padding-bottom: 142px; padding-top: 126px; }
.section-label { color: #64707a; font-size: .67rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.section-label span { color: var(--ink); margin-right: 18px; }
.thesis-grid { display: grid; gap: 12vw; grid-template-columns: 1fr .72fr; margin-top: 76px; }
h2 { font-size: clamp(3.4rem, 6.5vw, 7rem); line-height: .85; margin: 0; }
.thesis-copy { font-size: 1.1rem; line-height: 1.65; max-width: 480px; }
.thesis-copy p { margin: 0 0 20px; }
.thesis-copy strong { font-weight: 800; }
.wordmarks { align-items: center; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; margin-top: 92px; padding: 24px 0; }
.wordmarks span { font-size: .65rem; font-weight: 800; letter-spacing: .14em; }
.wordmarks i { background: var(--electric); height: 8px; width: 8px; }

.routes { background: #d8ded9; max-width: none; padding-bottom: 130px; padding-top: 106px; }
.routes-heading { align-items: end; display: flex; gap: 9vw; justify-content: space-between; margin: 72px auto 64px; max-width: 1540px; }
.routes-heading h2 { flex: 1; }
.routes-heading p { font-size: 1.05rem; line-height: 1.55; margin: 0 0 3px; max-width: 350px; }
.route-grid { display: grid; gap: 1px; grid-template-columns: repeat(4, 1fr); margin: 0 auto; max-width: 1540px; }
.route-card { background: #e9ece6; min-height: 330px; padding: 27px 24px; position: relative; transition: background-color .25s ease, color .25s ease; }
.route-card:hover { background: var(--ink); color: white; }
.route-card__number { color: #64707a; display: block; font-size: .67rem; font-weight: 800; letter-spacing: .12em; }
.route-card h3 { font-family: Georgia, serif; font-size: 2.55rem; font-weight: 400; letter-spacing: -.06em; line-height: .86; margin: 61px 0 21px; }
.route-card p { bottom: 20px; font-size: .87rem; line-height: 1.48; margin: 0; max-width: 230px; position: absolute; }

.manifesto { background: var(--ink); color: white; display: grid; grid-template-columns: .98fr 1.02fr; min-height: 655px; padding-bottom: 0; padding-top: 0; }
.manifesto-image { margin-left: -5vw; overflow: hidden; }
.manifesto-image img { display: block; filter: saturate(.8) contrast(1.1); height: 100%; min-height: 655px; object-fit: cover; object-position: 67% center; width: 100%; }
.manifesto-copy { align-self: center; max-width: 570px; padding: 76px 4vw 76px 8vw; }
.manifesto-copy .eyebrow { color: rgba(255,255,255,.66); }
.manifesto-copy p:last-child { color: rgba(255,255,255,.7); font-size: 1.05rem; line-height: 1.6; margin: 36px 0 0; max-width: 420px; }

.acquire { padding-bottom: 110px; padding-top: 110px; }
.acquire-card { align-items: end; background: var(--electric); display: grid; gap: 8vw; grid-template-columns: 1.05fr .75fr; min-height: 425px; padding: clamp(32px, 5vw, 78px); }
.acquire-card h2 { font-size: clamp(3.4rem, 6vw, 6.7rem); }
.acquire-card h2 em { color: var(--ink); font-style: italic; }
.acquire-card__copy { padding-bottom: 5px; }
.acquire-card__copy p { font-size: 1.03rem; line-height: 1.57; margin: 0 0 28px; }
.acquire-card__copy small { display: block; font-size: .66rem; line-height: 1.45; margin-top: 18px; opacity: .72; }
.contact-divider { font-size: .68rem !important; font-weight: 800; letter-spacing: .1em; margin: 28px 0 14px !important; text-transform: uppercase; }
.domain-form { display: grid; gap: 14px; }
.domain-form label { color: rgba(8,16,24,.67); display: grid; font-size: .64rem; font-weight: 850; gap: 7px; letter-spacing: .12em; text-transform: uppercase; }
.domain-form input, .domain-form textarea { background: transparent; border: 0; border-bottom: 1px solid rgba(8,16,24,.48); border-radius: 0; color: var(--ink); font: inherit; font-size: .98rem; outline: none; padding: 9px 0; resize: vertical; }
.domain-form input:focus, .domain-form textarea:focus { border-bottom-color: var(--ink); }
.domain-form .button { justify-self: start; margin-top: 7px; }
.honeypot { display: none !important; }
.thank-you { align-items: center; background: var(--ink); color: white; display: flex; min-height: 100vh; padding: 40px 5vw; position: relative; }
.thank-you::before { background: radial-gradient(circle at 82% 12%, rgba(183,255,61,.27), transparent 23%), radial-gradient(circle at 10% 88%, rgba(78,183,235,.18), transparent 24%); content: ""; inset: 0; position: absolute; }
.thank-you__card { max-width: 780px; position: relative; z-index: 1; }
.thank-you h1 { font-size: clamp(4rem, 10vw, 9rem); line-height: .78; margin: 35px 0; }
.thank-you p { color: rgba(255,255,255,.78); font-size: 1.08rem; line-height: 1.6; max-width: 520px; }
.thank-you .brand { color: white; }
.site-footer { align-items: center; border-top: 1px solid var(--line); display: flex; font-size: .68rem; justify-content: space-between; padding-bottom: 29px; padding-top: 29px; }
.site-footer p { color: #63707a; margin: 0; }
.site-footer > a:last-child { border-bottom: 1px solid var(--line); padding-bottom: 3px; }

.reveal { animation: rise .7s cubic-bezier(.2,.7,.2,1) both; }
.route-card:nth-child(2) { animation-delay: .09s; }
.route-card:nth-child(3) { animation-delay: .18s; }
.route-card:nth-child(4) { animation-delay: .27s; }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 760px; padding-top: 145px; }
  .hero::after { background: linear-gradient(90deg, rgba(4,13,23,.96), rgba(4,13,23,.48)), linear-gradient(0deg, rgba(4,13,23,.72), transparent 55%); }
  .hero-copy { align-self: start; max-width: 580px; }
  .hero-art { inset: 0; }
  .hero-art__badge, .hero-art__caption { display: none; }
  .thesis-grid, .manifesto, .acquire-card { grid-template-columns: 1fr; }
  .thesis-grid { gap: 40px; }
  .routes-heading { align-items: start; flex-direction: column; gap: 26px; }
  .route-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto-image { margin-left: -5vw; margin-right: -5vw; min-height: 390px; }
  .manifesto-image img { min-height: 390px; }
  .manifesto-copy { padding: 72px 0; }
  .acquire-card { gap: 35px; }
}

@media (max-width: 560px) {
  .section-shell { padding-left: 24px; padding-right: 24px; }
  .site-header { padding: 22px 24px; }
  .availability { font-size: .58rem; }
  .hero { min-height: 690px; padding-bottom: 85px; padding-top: 130px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .hero-intro { font-size: .98rem; margin-top: 34px; }
  .hero-footnote { bottom: 28px; left: 24px; }
  .thesis, .routes { padding-bottom: 82px; padding-top: 76px; }
  .thesis-grid { margin-top: 50px; }
  h2 { font-size: clamp(3rem, 14vw, 4.6rem); }
  .wordmarks { align-items: start; flex-direction: column; gap: 13px; margin-top: 58px; }
  .wordmarks i { display: none; }
  .route-grid { grid-template-columns: 1fr; }
  .route-card { min-height: 250px; }
  .route-card h3 { margin-top: 44px; }
  .manifesto-image { margin-left: -24px; margin-right: -24px; }
  .acquire { padding-bottom: 75px; padding-top: 75px; }
  .acquire-card { margin-left: -24px; margin-right: -24px; padding: 40px 24px; }
  .thank-you { padding: 28px 24px; }
  .site-footer { align-items: flex-start; flex-direction: column; gap: 18px; }
}
