:root {
  color-scheme: light;
  --paper: #f6f5ef;
  --ink: #242922;
  --muted: #686c62;
  --orange: #c34c25;
  --line: #dcded3;
  font-family: Arial, Helvetica, sans-serif;
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
body { margin: 0; }
a { color: inherit; }
::selection { background: #edb398; color: var(--ink); }
.site-shell { max-width: 1328px; margin: 0 auto; padding: 0 64px; }
.site-header { min-height: 116px; display: flex; align-items: center; justify-content: space-between; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 13px; text-decoration: none; font-size: 25px; font-weight: 700; letter-spacing: -1.1px; }
.brand-mark { width: 39px; height: 39px; flex: 0 0 auto; color: var(--orange); }
.brand-code { font-weight: 400; }
.brand-period { color: var(--orange); }
.brand:focus-visible { outline: 2px solid var(--orange); outline-offset: 7px; border-radius: 3px; }
.header-note { display: flex; align-items: center; gap: 9px; font-size: 11px; font-family: 'Courier New', Courier, monospace; color: var(--muted); }
.status-dot { height: 6px; width: 6px; background: #798769; border-radius: 50%; }
.hero { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 32px; padding: 68px 0 66px; }
.hero-copy { padding: 4px 0 12px; position: relative; z-index: 1; }
.coming-soon { display: inline-flex; align-items: center; gap: 8px; font-family: 'Courier New', Courier, monospace; font-size: 10px; line-height: 1.5; letter-spacing: .55px; color: #85402c; border: 1px solid #dfc9b9; background: #f4ebe0; padding: 8px 11px; border-radius: 4px; }
.coming-soon > span { font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 1; }
h1 { margin: 27px 0 26px; font-size: clamp(54px, 5.4vw, 77px); font-weight: 500; line-height: 1.045; letter-spacing: -4px; }
h1 em { display: inline-block; font-family: Georgia, 'Times New Roman', serif; font-size: 1.11em; font-weight: 400; line-height: 1.05; letter-spacing: -4px; color: var(--orange); }
.hero-description { max-width: 395px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.85; }
.launch-status { display: flex; align-items: center; gap: 12px; margin-top: 32px; font-size: 12px; font-weight: 700; }
.launch-line { display: block; width: 25px; height: 1px; background: var(--orange); }
.launch-dot { color: #b2b5a9; }
.launch-note { font-weight: 400; color: var(--muted); }
.contact { display: flex; flex-direction: column; align-items: flex-start; gap: 7px; margin: 26px 0 0; font-size: 13px; line-height: 1.6; }
.contact > span { color: var(--muted); font-size: 11px; }
.contact a { color: var(--orange); text-decoration-thickness: 1px; text-underline-offset: 4px; overflow-wrap: anywhere; }
.contact a:hover { color: var(--ink); }
.contact a:focus-visible { outline: 2px solid var(--orange); outline-offset: 5px; border-radius: 2px; }
.hero-art { align-self: stretch; position: relative; display: flex; flex-direction: column; justify-content: center; min-width: 0; }
.art-label { position: absolute; left: 28px; right: 20px; top: 12px; display: flex; justify-content: space-between; font-size: 9px; font-family: 'Courier New', Courier, monospace; letter-spacing: 1.1px; color: #787e70; }
.exploration-illustration { display: block; width: 112%; height: auto; margin: -18px -6% -20px; }
.art-caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 29px; color: var(--muted); font-family: 'Courier New', Courier, monospace; font-size: 9px; letter-spacing: .1px; }
.caption-cross { font-size: 17px; font-weight: 400; color: #7c8272; }
.interests { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 27px 0; }
.interest { display: flex; align-items: flex-start; gap: 15px; min-width: 0; padding: 6px 28px; border-left: 1px solid var(--line); }
.interest:first-child { padding-left: 0; border-left: 0; }
.interest:last-child { padding-right: 0; }
.interest-number { margin-top: 2px; flex: 0 0 auto; font-size: 10px; line-height: 1.4; font-family: 'Courier New', Courier, monospace; color: var(--orange); }
.interest h2 { margin: 0; font-size: 14px; font-weight: 500; letter-spacing: -.15px; }
.interest p { margin: 8px 0 0; color: var(--muted); font-size: 10px; line-height: 1.5; }
.interest svg { flex: 0 0 auto; width: 25px; height: 25px; margin-left: auto; margin-top: 5px; stroke: #777f6b; stroke-width: 1.4; stroke-linecap: round; stroke-linejoin: round; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; align-items: center; min-height: 86px; color: var(--muted); font-family: 'Courier New', Courier, monospace; font-size: 9px; }
.site-footer p { margin: 0; }
.site-footer p:last-child { display: flex; gap: 18px; }
.site-footer p:last-child span { color: var(--orange); font-size: 14px; line-height: 10px; }

@media (min-width: 1500px) {
  .site-shell { padding: 0 52px; }
  .site-header { min-height: 130px; }
  .hero { padding: 79px 0 86px; }
  h1 { font-size: 85px; }
  .hero-description { font-size: 15px; }
}

@media (max-width: 1050px) {
  .site-shell { padding: 0 38px; }
  .hero { gap: 10px; padding: 60px 0; }
  h1 { font-size: 65px; }
  .hero-description { font-size: 13px; max-width: 350px; }
  .art-label { top: 32px; left: 21px; right: 10px; }
  .art-caption { padding: 0 15px; font-size: 8px; }
  .interest { gap: 10px; padding-left: 20px; padding-right: 20px; }
  .interest svg { display: none; }
}

@media (max-width: 760px) {
  .site-shell { max-width: 590px; padding: 0 27px; }
  .site-header { min-height: 92px; }
  .brand { font-size: 23px; gap: 11px; }
  .brand-mark { width: 35px; height: 35px; }
  .header-note { display: none; }
  .hero { grid-template-columns: 1fr; gap: 36px; padding: 43px 0 41px; }
  .hero-copy { padding: 0; }
  .coming-soon { font-size: 9px; }
  h1 { margin-top: 25px; margin-bottom: 24px; font-size: clamp(55px, 11vw, 74px); letter-spacing: -3px; }
  h1 em { letter-spacing: -3px; }
  .hero-description { max-width: 405px; font-size: 14px; line-height: 1.8; }
  .launch-status { margin-top: 26px; }
  .hero-art { margin: 0 auto; width: 100%; max-width: 450px; padding-top: 10px; }
  .art-label { top: 4px; left: 10px; right: 10px; }
  .exploration-illustration { width: 108%; margin: -9px -4% -24px; }
  .art-caption { font-size: 9px; padding: 0 10px; }
  .interests { grid-template-columns: 1fr; padding: 0; }
  .interest, .interest:first-child, .interest:last-child { align-items: center; gap: 18px; padding: 21px 0; border-left: 0; border-top: 1px solid var(--line); }
  .interest:first-child { border-top: 0; }
  .interest h2 { font-size: 14px; }
  .interest p { font-size: 11px; margin-top: 5px; }
  .interest svg { display: block; margin-top: 0; width: 27px; height: 27px; }
  .interest-number { align-self: flex-start; margin-top: 3px; }
  .site-footer { min-height: 85px; font-size: 8px; gap: 12px; }
  .site-footer p:last-child { gap: 6px; }
}

@media (max-width: 360px) {
  .site-shell { padding: 0 20px; }
  h1 { font-size: 52px; }
  .coming-soon { font-size: 8px; letter-spacing: .1px; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; gap: 10px; }
}

@media (prefers-reduced-motion: no-preference) {
  .hero-copy { animation: arrive .8s ease-out both; }
  .hero-art { animation: arrive 1s .1s ease-out both; }
  @keyframes arrive { from { opacity: 0; transform: translateY(9px); } to { opacity: 1; transform: translateY(0); } }
}
