:root {
  --ink: #e8e7df;
  --muted: #92968b;
  --paper: #1d201c;
  --paper-deep: #292d27;
  --orange: #d45a30;
  --line: #3c4139;
  --sans: "Manrope", sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); }
a { color: inherit; text-decoration: none; }
.site-header, .hero, .statement, .domains, .closing, .site-footer { max-width: 1280px; margin: 0 auto; padding-left: 6vw; padding-right: 6vw; }
.site-header { display: flex; align-items: center; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; }
.wordmark { display: inline-flex; align-items: center; gap: 11px; font-size: 12px; letter-spacing: .01em; }
.wordmark span { display: grid; place-items: center; width: 31px; height: 31px; background: var(--orange); color: white; font-family: var(--sans); font-size: 14px; font-weight: 800; }
.wordmark strong { font-weight: 700; }
nav { display: flex; align-items: center; gap: 31px; font-size: 11px; font-weight: 700; }
nav a:not(.nav-contact) { color: var(--muted); }
.nav-contact { border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
nav span { color: var(--orange); font-size: 16px; margin-left: 4px; }
.hero { min-height: calc(100vh - 91px); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); align-items: center; position: relative; padding-top: 76px; padding-bottom: 105px; }
.hero-copy { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: flex-start; }
.eyebrow, .section-label { color: var(--muted); font-family: var(--mono); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 34px; }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 29px; font-size: clamp(58px, 7.5vw, 108px); letter-spacing: -.065em; line-height: .93; font-weight: 700; }
h2 { max-width: 760px; margin: 0 0 29px; font-size: clamp(38px, 5vw, 65px); letter-spacing: -.065em; line-height: .93; font-weight: 700; }
h1 em, h2 em { color: var(--orange); font-family: var(--sans); font-style: italic; font-weight: 600; letter-spacing: -.045em; }
.hero-intro { max-width: 408px; margin-bottom: 38px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 26px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 27px; padding: 14px 17px 14px 19px; font-size: 11px; font-weight: 800; letter-spacing: .01em; }
.button span { font-size: 16px; font-weight: 400; }
.button-dark { min-width: 195px; background: var(--ink); color: var(--paper); }
.button-orange { background: var(--orange); color: white; }
.text-link { border-bottom: 1px solid var(--ink); padding-bottom: 4px; font-size: 11px; font-weight: 800; }
.text-link span { color: var(--orange); font-size: 15px; margin-left: 5px; }
.hero-name { align-self: center; margin: 0; white-space: nowrap; font-size: clamp(52px, 6.8vw, 96px); letter-spacing: -.09em; line-height: .82; font-weight: 800; }
.hero-name span, .hero-name em { display: inline; }
.hero-name em { color: var(--orange); font-family: var(--sans); font-style: italic; font-size: 1.08em; font-weight: 600; letter-spacing: -.09em; }
.hero-scroll { position: absolute; bottom: 27px; left: 50%; display: flex; align-items: center; gap: 10px; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; transform: translateX(-50%); }
.hero-scroll span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid var(--line); border-radius: 50%; color: var(--orange); font-size: 14px; }
.hero-status { position: absolute; right: 6vw; bottom: 31px; margin: 0; color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }
.statement { display: grid; grid-template-columns: 24% 1fr; gap: 8%; padding-top: 105px; padding-bottom: 128px; border-top: 1px solid var(--line); }
.section-label { margin: 7px 0 0; }
.statement h2 { max-width: 760px; margin: 0 0 28px; font-size: clamp(34px, 4.2vw, 59px); letter-spacing: -.06em; line-height: 1.02; }
.statement h2 span { color: var(--orange); font-family: var(--sans); font-style: italic; font-weight: 600; letter-spacing: -.045em; }
.statement-body { max-width: 475px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.domains { padding-top: 96px; padding-bottom: 120px; background: var(--paper-deep); }
.section-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 57px; }
.section-heading h2, .closing h2 { margin: 14px 0 0; font-size: clamp(43px, 5vw, 72px); letter-spacing: -.065em; line-height: .95; }
.heading-note { margin: 0 0 4px; color: var(--muted); font-family: var(--sans); font-size: 17px; font-style: italic; line-height: 1.25; text-align: right; }
.domain-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 10px; }
.domain-card { min-height: 304px; padding: 25px 25px 28px; position: relative; background: var(--paper); }
.domain-featured { background: var(--orange); color: white; }
.domain-dark { background: #0b0d0b; color: var(--ink); }
.card-number { color: var(--muted); font-family: var(--mono); font-size: 10px; }
.domain-featured .card-number { color: rgba(255,255,255,.7); }
.card-icon { position: absolute; top: 65px; right: 27px; width: 64px; height: 55px; }
.icon-structure i { position: absolute; display: block; width: 17px; height: 17px; border: 1px solid currentColor; }
.icon-structure i:nth-child(1) { top: 0; left: 0; } .icon-structure i:nth-child(2) { top: 0; right: 0; } .icon-structure i:nth-child(3) { bottom: 0; left: 23px; }
.icon-structure b { position: absolute; display: block; background: currentColor; width: 1px; height: 20px; top: 15px; left: 10px; transform: rotate(-27deg); } .icon-structure b:last-child { left: 51px; transform: rotate(27deg); }
.icon-lines { display: flex; align-items: end; gap: 6px; } .icon-lines i { display: block; width: 13px; background: currentColor; } .icon-lines i:nth-child(1) { height: 23px; opacity: .4; } .icon-lines i:nth-child(2) { height: 40px; opacity: .7; } .icon-lines i:nth-child(3) { height: 55px; }
.icon-route i { position: absolute; display: block; width: 40px; height: 40px; border: 1px solid var(--orange); border-radius: 50%; } .icon-route i:first-child { top: 0; left: 0; } .icon-route i:nth-child(2) { top: 15px; left: 24px; } .icon-route b { position: absolute; width: 6px; height: 6px; top: 17px; left: 18px; border-radius: 50%; background: var(--orange); }
.domain-card h3 { position: absolute; left: 25px; bottom: 69px; margin: 0; font-size: 24px; line-height: .98; letter-spacing: -.05em; }
.domain-card p { position: absolute; left: 25px; right: 25px; bottom: 26px; margin: 0; max-width: 220px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.domain-featured p { color: rgba(255,255,255,.77); }.domain-dark p { color: #a9aaa2; }
.domain-wide { min-height: 165px; grid-column: 1 / span 3; display: flex; align-items: center; justify-content: space-between; padding: 24px 35px; }
.domain-wide h3 { position: static; font-size: 30px; }.domain-wide p { position: static; max-width: 245px; margin: 0 12% 0 0; }.wide-card-copy { display: flex; align-items: center; gap: 48px; }.signal-bars { display: flex; align-items: end; gap: 7px; height: 65px; margin-right: 17px; }.signal-bars i { display: block; width: 10px; background: var(--orange); }.signal-bars i:nth-child(1) { height: 20px; opacity: .35; }.signal-bars i:nth-child(2) { height: 35px; opacity: .5; }.signal-bars i:nth-child(3) { height: 48px; opacity: .7; }.signal-bars i:nth-child(4) { height: 58px; opacity: .85; }.signal-bars i:nth-child(5) { height: 65px; }
.closing { display: flex; flex-direction: column; align-items: flex-start; padding-top: 115px; padding-bottom: 120px; }.closing h2 { margin-bottom: 23px; }.closing-intro { max-width: 370px; margin-bottom: 30px; color: var(--muted); font-size: 14px; line-height: 1.6; }.closing .button { min-width: 203px; }
.site-footer { display: flex; justify-content: space-between; padding-top: 22px; padding-bottom: 22px; border-top: 1px solid var(--line); color: var(--muted); font-family: var(--mono); font-size: 9px; letter-spacing: .04em; text-transform: uppercase; }.site-footer p { margin: 0; }.site-footer span { color: var(--orange); }
@media (max-width: 700px) {
  .site-header { padding-top: 22px; padding-bottom: 22px; } nav { gap: 14px; } nav a:not(.nav-contact) { display: none; }
  .hero { min-height: calc(100vh - 75px); display: flex; padding-top: 65px; padding-bottom: 92px; text-align: left; }.hero-copy { align-items: flex-start; }.hero-intro { font-size: 14px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }.hero-name { align-self: flex-start; margin-bottom: 48px; font-size: clamp(47px, 14vw, 74px); }.hero-scroll { bottom: 23px; }.hero-status { right: auto; left: 6vw; bottom: 25px; max-width: 220px; line-height: 1.4; }
  .statement { display: block; padding-top: 72px; padding-bottom: 75px; }.statement .section-label { margin-bottom: 42px; }.statement h2 { font-size: 38px; }.statement-body { font-size: 13px; }
  .domains { padding-top: 70px; padding-bottom: 75px; }.section-heading { display: block; margin-bottom: 39px; }.section-heading h2, .closing h2 { font-size: 45px; }.heading-note { margin-top: 30px; text-align: left; font-size: 15px; }.domain-grid { grid-template-columns: 1fr 1fr; }.domain-card { min-height: 280px; padding-left: 18px; padding-right: 18px; }.domain-card h3 { left: 18px; bottom: 69px; font-size: 20px; }.domain-card p { left: 18px; right: 18px; bottom: 20px; font-size: 10px; }.card-icon { top: 62px; right: 18px; transform: scale(.8); transform-origin: top right; }.domain-wide { grid-column: 1 / span 2; min-height: 180px; display: block; padding: 21px 18px; }.wide-card-copy { display: block; }.domain-wide h3 { margin-top: 27px; }.domain-wide p { margin-top: 9px; max-width: 180px; }.signal-bars { position: absolute; right: 18px; bottom: 27px; margin: 0; transform: scale(.7); transform-origin: bottom right; }
  .closing { padding-top: 72px; padding-bottom: 78px; }.closing h2 { margin-bottom: 20px; }.closing-intro { font-size: 13px; }.site-footer { align-items: flex-start; flex-direction: column; gap: 9px; padding-top: 18px; padding-bottom: 18px; }
}
