:root {
  --ink: #10100f;
  --coal: #161411;
  --paper: #f5f1e9;
  --warm: #e8842c;
  --gold: #d6a85e;
  --muted: #999184;
  --line: rgba(245, 241, 233, .15);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Manrope", Arial, sans-serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ink); color: var(--paper); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
.noise { pointer-events: none; position: fixed; inset: 0; z-index: 20; opacity: .14; background: url("https://atrosglobal.com/images/bg/body-noise.png") repeat; mix-blend-mode: screen; }

.site-header { height: 86px; padding: 0 clamp(24px, 5vw, 78px); border-bottom: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 3; top: 0; width: 100%; }
.brand { display: flex; align-items: center; width: 135px; }
.brand img { display: block; width: 100%; max-height: 52px; object-fit: contain; object-position: left center; }
nav { display: flex; align-items: center; gap: clamp(18px, 2.3vw, 42px); font: 500 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
nav a { opacity: .75; transition: opacity .2s ease, color .2s ease; }
nav a:hover { opacity: 1; color: var(--gold); }
nav .nav-contact { display: flex; gap: 9px; align-items: center; opacity: 1; color: var(--paper); }
nav .nav-contact span { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid rgba(245, 241, 233, .45); border-radius: 50%; font-size: 14px; }

.hero { min-height: min(825px, 100vh); position: relative; display: grid; grid-template-columns: 54% 46%; overflow: hidden; background: linear-gradient(113deg, #14110d 0%, #15120e 47%, #271709 100%); }
.hero::before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.2), transparent 55%), radial-gradient(circle at 18% 110%, rgba(224, 128, 40, .19), transparent 33%); }
.hero-copy { align-self: center; max-width: 690px; padding: 150px 24px 86px clamp(24px, 9.4vw, 160px); position: relative; z-index: 1; }
.eyebrow { color: var(--gold); font: 500 10px/1.5 var(--mono); letter-spacing: .14em; margin: 0 0 28px; text-transform: uppercase; display: flex; align-items: center; gap: 9px; }
.eyebrow span { width: 9px; height: 9px; display: inline-block; background: var(--warm); transform: rotate(45deg); }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(48px, 5.65vw, 92px); line-height: .98; letter-spacing: -.065em; margin-bottom: 28px; font-weight: 700; }
h1 em, h2 em { color: var(--warm); font-family: var(--serif); font-weight: 400; letter-spacing: -.08em; }
.hero-text { color: #d2cbc0; max-width: 510px; font-size: 15px; line-height: 1.8; margin-bottom: 36px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; padding: 0 22px; border-radius: 2px; font-size: 11px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; transition: transform .25s ease, background-color .25s ease, color .25s ease; }
.button:hover { transform: translateY(-3px); }
.button-primary { color: #17110c; background: var(--warm); }
.button-ghost { border: 1px solid rgba(245, 241, 233, .34); color: var(--paper); }
.button-ghost:hover { background: var(--paper); color: var(--ink); }

.hero-art { position: relative; min-height: 100%; background: linear-gradient(155deg, transparent 20%, rgba(255, 140, 35, .18) 21%, rgba(255, 140, 35, .03) 60%); border-left: 1px solid rgba(245,241,233,.08); overflow: hidden; }
.hero-art img { position: absolute; z-index: 2; width: min(740px, 105%); height: auto; left: -9%; bottom: -5%; object-fit: contain; filter: saturate(1.05) contrast(1.05); }
.hero-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(242,225,197,.11) 1px, transparent 1px), linear-gradient(90deg, rgba(242,225,197,.11) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(180deg, black, transparent 80%); }
.hero-slice { position: absolute; background: var(--warm); opacity: .96; }
.slice-back { width: 62%; height: 61%; right: 0; top: 12%; }
.slice-front { width: 48%; height: 58%; right: 18%; top: 29%; background: #6e3b17; opacity: .85; transform: skewY(-14deg); }
.hero-orbit { position: absolute; border: 1px solid rgba(245,241,233,.18); border-radius: 50%; z-index: 1; }
.orbit-one { width: 440px; height: 440px; left: 5%; bottom: -112px; }
.orbit-two { width: 650px; height: 650px; right: -205px; top: 85px; }
.hero-seal { position: absolute; z-index: 3; bottom: 65px; right: 9%; width: 98px; height: 98px; border-radius: 50%; background: var(--paper); color: var(--ink); display: grid; align-content: center; justify-content: center; text-align: center; font: 500 10px/1.3 var(--mono); letter-spacing: .16em; transform: rotate(-13deg); box-shadow: 0 12px 38px rgba(0,0,0,.18); }
.hero-seal b { color: var(--warm); font-size: 21px; font-weight: 400; }
.hero-index { position: absolute; right: 7%; top: 116px; z-index: 3; font: 10px var(--mono); color: rgba(245,241,233,.75); letter-spacing: .15em; }

.intro-strip { min-height: 100px; padding: 22px clamp(24px, 6vw, 100px); border-block: 1px solid var(--line); background: #201a14; display: flex; justify-content: space-between; align-items: center; gap: 32px; }
.intro-strip > p { margin: 0; max-width: 470px; color: var(--paper); font-size: 13px; font-weight: 600; line-height: 1.55; }
.intro-stats { display: flex; flex-wrap: wrap; gap: clamp(16px, 3vw, 52px); color: var(--muted); font: 10px/1.3 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.intro-stats span { white-space: nowrap; }
.intro-stats b { color: var(--gold); font-size: 15px; font-weight: 500; margin-right: 7px; }

.section-space { padding: 130px clamp(24px, 6vw, 100px); }
.projects { background: var(--paper); color: var(--ink); }
.section-heading { display: grid; grid-template-columns: 1fr 330px; align-items: end; gap: 30px; margin-bottom: 57px; }
.section-heading .eyebrow { color: #845f30; margin-bottom: 15px; }
.section-heading > p { color: #6d675f; font-size: 13px; line-height: 1.75; margin: 0 0 7px; }
h2 { font-size: clamp(42px, 4.6vw, 68px); letter-spacing: -.06em; line-height: .95; font-weight: 700; margin: 0; }
.project-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.project-card { --card-color: #7b4321; display: flex; flex-direction: column; min-height: 600px; background: var(--coal); color: var(--paper); overflow: hidden; position: relative; }
.project-card::after { content: ""; position: absolute; width: 390px; height: 390px; right: -150px; top: -154px; border-radius: 50%; background: var(--card-color); opacity: .3; filter: blur(2px); }
.project-law { --card-color: #be6a35; }
.project-trade { --card-color: #d88730; }
.project-portal { --card-color: #63776d; }
.project-token { --card-color: #a67732; }
.card-topline { position: relative; z-index: 1; padding: 23px 26px; display: flex; justify-content: space-between; color: #c7c0b5; font: 10px/1.2 var(--mono); letter-spacing: .1em; }
.status { display: flex; align-items: center; gap: 6px; color: var(--paper); }
.status::before { content: ""; width: 7px; height: 7px; display: inline-block; border-radius: 50%; background: #81bd87; box-shadow: 0 0 0 4px rgba(129, 189, 135, .12); }
.status.beta::before { background: var(--gold); box-shadow: 0 0 0 4px rgba(214, 168, 94, .12); }
.status.soon::before { background: #9e9b96; box-shadow: 0 0 0 4px rgba(158, 155, 150, .1); }
.project-image { height: 255px; position: relative; z-index: 1; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid rgba(245,241,233,.14); }
.project-image::before { content: ""; width: 270px; height: 270px; position: absolute; border: 1px solid rgba(245,241,233,.19); border-radius: 50%; }
.project-image img { max-height: 225px; width: min(68%, 295px); object-fit: contain; position: relative; z-index: 1; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .project-image img { transform: scale(1.09) rotate(-3deg); }
.portal-image { background: radial-gradient(circle at 50% 50%, rgba(91, 137, 116, .34), transparent 50%); }
.portal-window { position: relative; z-index: 1; width: min(70%, 300px); height: 166px; border: 1px solid rgba(245,241,233,.7); border-radius: 4px; padding: 12px; display: grid; grid-template-columns: 25% 1fr; gap: 11px; background: rgba(10, 15, 13, .48); box-shadow: 14px 16px 0 rgba(99, 119, 109, .23); transform: rotate(-5deg); transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.project-card:hover .portal-window { transform: rotate(0deg) scale(1.04); }
.portal-side { padding: 5px 2px; display: grid; gap: 9px; align-content: start; border-right: 1px solid rgba(245,241,233,.17); }
.portal-side i { display: block; height: 6px; border-radius: 99px; background: rgba(245,241,233,.35); }
.portal-side i:first-child { width: 65%; background: var(--warm); }
.portal-main { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; align-content: start; }
.portal-main > span { grid-column: 1 / -1; height: 28px; display: block; border-radius: 2px; background: linear-gradient(105deg, rgba(232,132,44,.88), rgba(232,132,44,.24)); }
.portal-main > b { height: 37px; display: block; border-radius: 2px; background: rgba(245,241,233,.21); }
.portal-main > b:nth-of-type(2) { background: rgba(245,241,233,.42); }
.portal-main > div { grid-column: 1 / -1; height: 39px; padding: 7px; display: flex; align-items: end; gap: 6px; border: 1px solid rgba(245,241,233,.18); }
.portal-main > div i { width: 16%; display: block; background: var(--gold); height: 36%; }
.portal-main > div i:nth-child(2) { height: 70%; background: var(--warm); }
.portal-main > div i:nth-child(3) { height: 94%; background: #e6d2af; }
.card-content { padding: 28px 27px 26px; position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; }
.card-content h3 { font-size: 28px; margin: 0 0 10px; letter-spacing: -.045em; }
.card-content p { color: #d5cec4; margin-bottom: 17px; font-size: 13px; line-height: 1.65; }
.card-content ul { padding: 0; margin: 0 0 24px; list-style: none; font-size: 11px; color: #b7afa4; line-height: 1.8; }
.card-content li::before { content: "↗"; color: var(--gold); display: inline-block; margin-right: 7px; }
.card-content a { margin-top: auto; width: fit-content; padding-bottom: 7px; border-bottom: 1px solid var(--warm); color: var(--paper); text-transform: uppercase; font: 500 10px var(--mono); letter-spacing: .1em; transition: color .2s; }
.card-content a:hover { color: var(--gold); }

.roadmap { display: grid; grid-template-columns: 40% 1fr; gap: 8%; background: #17130f; position: relative; overflow: hidden; }
.roadmap::before { content: ""; position: absolute; right: -10vw; top: -34vw; width: 70vw; height: 70vw; border: 1px solid rgba(245,241,233,.1); border-radius: 50%; }
.roadmap-copy { position: relative; z-index: 1; }
.roadmap-copy .eyebrow { margin-bottom: 15px; }
.roadmap-copy h2 { margin-bottom: 27px; }
.roadmap-copy > p:last-child { color: #b5ada3; max-width: 320px; font-size: 14px; line-height: 1.8; }
.roadmap-list { margin: 0; padding: 0; list-style: none; position: relative; z-index: 1; border-top: 1px solid var(--line); }
.roadmap-list li { display: grid; grid-template-columns: 93px 1fr 20px; align-items: center; gap: 20px; min-height: 100px; border-bottom: 1px solid var(--line); transition: padding .22s ease, background .22s ease; }
.roadmap-list li:hover { padding-left: 13px; background: rgba(232,132,44,.055); }
.roadmap-year { color: var(--gold); font: 10px var(--mono); letter-spacing: .12em; }
.roadmap-list b { display: block; font-size: 17px; letter-spacing: -.025em; margin-bottom: 4px; }
.roadmap-list small { color: #978f85; font: 10px var(--mono); text-transform: uppercase; letter-spacing: .09em; }
.roadmap-arrow { color: var(--warm); font-size: 18px; }

footer { min-height: 122px; padding: 29px clamp(24px, 6vw, 100px); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; background: #100e0c; color: #898076; font: 10px var(--mono); letter-spacing: .05em; }
.footer-brand { color: var(--gold); font-size: 19px; font-weight: 800; letter-spacing: -.06em; }
.footer-brand span { display: block; font: 7px var(--mono); letter-spacing: .25em; margin-left: 2px; }
footer p { margin: 0; text-align: center; font-size: inherit; color: inherit; }
footer div { display: flex; justify-content: flex-end; gap: 20px; text-transform: uppercase; }
footer div a:hover { color: var(--paper); }

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; min-height: 820px; }
  .hero-copy { max-width: 650px; padding: 145px clamp(24px, 8vw, 72px) 250px; }
  .hero-art { position: absolute; inset: auto 0 0; height: 380px; border-left: 0; border-top: 1px solid rgba(245,241,233,.1); }
  .hero-art img { width: 500px; max-width: 80%; left: auto; right: 3%; bottom: -20px; }
  .slice-back { width: 45%; height: 88%; top: 0; }
  .slice-front { width: 42%; height: 72%; right: 27%; top: 25%; }
  .hero-index { top: 22px; }
  .hero-seal { bottom: 30px; right: 6%; }
  .intro-strip { align-items: flex-start; flex-direction: column; padding-block: 27px; }
  .roadmap { grid-template-columns: 1fr; gap: 42px; }
}

@media (max-width: 640px) {
  .site-header { height: 72px; }
  .brand { width: 103px; }
  nav { gap: 15px; font-size: 9px; }
  nav a:not(.nav-contact) { display: none; }
  nav .nav-contact span { width: 25px; height: 25px; }
  .hero { min-height: 736px; }
  .hero-copy { padding: 123px 24px 220px; }
  h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero-text { font-size: 13px; line-height: 1.7; }
  .button { width: 100%; }
  .hero-art { height: 310px; }
  .hero-art img { max-width: 92%; width: 420px; }
  .hero-seal { width: 68px; height: 68px; font-size: 7px; bottom: 15px; }
  .hero-seal b { font-size: 14px; }
  .hero-grid { background-size: 46px 46px; }
  .section-space { padding-block: 84px; }
  .section-heading { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 560px; }
  .card-topline { padding: 18px 18px; font-size: 8px; }
  .project-image { height: 225px; }
  .card-content { padding: 23px 20px 22px; }
  .card-content h3 { font-size: 25px; }
  .roadmap-list li { grid-template-columns: 63px 1fr 14px; gap: 11px; }
  .roadmap-list b { font-size: 15px; }
  footer { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { justify-self: center; }
  footer div { justify-content: center; }
}
