:root {
  --forest-950: #0b1511;
  --forest-900: #101f19;
  --forest-800: #183127;
  --forest-700: #275140;
  --orange: #e76f3b;
  --orange-light: #f18c5f;
  --sand: #e8dfcd;
  --cream: #f5f0e6;
  --paper: #faf7f0;
  --ink: #17221d;
  --muted: #667068;
  --line: rgba(23, 34, 29, 0.15);
  --header-height: 88px;
  --max-width: 1240px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--paper);
  color: var(--ink);
  transform: translateY(-150%);
  transition: transform 180ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 50%;
  display: flex;
  width: min(calc(100% - 64px), var(--max-width));
  height: var(--header-height);
  align-items: center;
  justify-content: space-between;
  color: var(--cream);
  transform: translateX(-50%);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-weight: 760;
  letter-spacing: 0.14em;
}

.brand-mark {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: var(--orange-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0;
}

.brand-name {
  font-size: 14px;
}

.nav {
  display: flex;
  align-items: center;
  gap: 34px;
  font-size: 13px;
  font-weight: 650;
  letter-spacing: 0.04em;
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--orange-light);
}

.nav-cta {
  padding: 10px 16px;
  border: 1px solid rgba(245, 240, 230, 0.5);
  border-radius: 999px;
}

.hero {
  position: relative;
  display: grid;
  min-height: max(720px, 100vh);
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  overflow: hidden;
  padding: 150px max(32px, calc((100vw - var(--max-width)) / 2)) 92px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 71% 45%, rgba(231, 111, 59, 0.16), transparent 24%),
    var(--forest-950);
  background-size: 64px 64px, 64px 64px, auto, auto;
  color: var(--cream);
}

.hero::before {
  position: absolute;
  top: -15%;
  right: 17%;
  width: 1px;
  height: 130%;
  background: linear-gradient(transparent, rgba(232, 223, 205, 0.28), transparent);
  content: "";
  transform: rotate(28deg);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 740px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0 0 22px;
  color: var(--orange-light);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 28px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow.dark {
  color: var(--forest-700);
}

.hero h1 {
  max-width: 800px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(66px, 8.4vw, 126px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.88;
}

.hero h1 span {
  display: block;
  color: var(--orange-light);
  font-style: italic;
}

.hero-intro {
  max-width: 590px;
  margin: 36px 0 0;
  color: rgba(245, 240, 230, 0.73);
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 13px 22px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--orange);
  color: #fff;
}

.button-primary:hover,
.button-primary:focus-visible {
  background: var(--orange-light);
}

.text-link {
  padding-block: 8px;
  border-bottom: 1px solid rgba(245, 240, 230, 0.4);
  color: rgba(245, 240, 230, 0.84);
  font-size: 13px;
  font-weight: 650;
}

.text-link span {
  display: inline-block;
  margin-left: 5px;
  color: var(--orange-light);
  transition: transform 180ms ease;
}

.text-link:hover span,
.text-link:focus-visible span {
  transform: translate(3px, 3px);
}

.hero-art {
  position: relative;
  display: grid;
  width: min(39vw, 530px);
  aspect-ratio: 1;
  place-items: center;
  justify-self: end;
}

.hero-art::before,
.hero-art::after {
  position: absolute;
  inset: 8%;
  border: 1px solid rgba(232, 223, 205, 0.15);
  border-radius: 50%;
  content: "";
}

.hero-art::after {
  inset: 25%;
}

.hero-art p {
  position: absolute;
  right: -2%;
  bottom: 12%;
  margin: 0;
  color: rgba(245, 240, 230, 0.48);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  line-height: 1.7;
}

.orbit {
  position: absolute;
  inset: 13%;
  border: 1px dashed rgba(232, 223, 205, 0.19);
  border-radius: 50%;
}

.orbit-one {
  animation: spin 24s linear infinite;
}

.orbit-one::after,
.orbit-two::after {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 22px rgba(231, 111, 59, 0.8);
  content: "";
}

.orbit-two {
  inset: 31%;
  animation: spin-reverse 17s linear infinite;
  border-style: solid;
}

.compass {
  position: relative;
  display: grid;
  width: 38%;
  aspect-ratio: 1;
  place-items: center;
}

.compass::before,
.compass::after {
  position: absolute;
  background: rgba(232, 223, 205, 0.26);
  content: "";
}

.compass::before {
  width: 1px;
  height: 170%;
}

.compass::after {
  width: 170%;
  height: 1px;
}

.compass-core {
  position: relative;
  z-index: 2;
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  border: 1px solid rgba(232, 223, 205, 0.45);
  border-radius: 50%;
  background: var(--forest-950);
  color: var(--orange-light);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-style: italic;
}

.compass-point {
  position: absolute;
  width: 31px;
  height: 38%;
  background: linear-gradient(to bottom, var(--orange) 50%, var(--sand) 50%);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
  transform: translateY(-50%);
}

.compass-north {
  position: absolute;
  top: -38%;
  color: var(--orange-light);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.2em;
}

.scroll-note {
  position: absolute;
  bottom: 36px;
  left: max(32px, calc((100vw - var(--max-width)) / 2));
  display: flex;
  align-items: center;
  gap: 11px;
  margin: 0;
  color: rgba(245, 240, 230, 0.42);
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.scroll-note span {
  width: 28px;
  height: 1px;
  background: var(--orange);
}

.section {
  width: min(calc(100% - 64px), var(--max-width));
  margin-inline: auto;
}

.statement {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: clamp(32px, 7vw, 100px);
  padding-block: clamp(100px, 12vw, 180px);
}

.section-number {
  padding-top: 8px;
  color: var(--orange);
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.15em;
}

.statement-copy h2 {
  max-width: 920px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.6vw, 76px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.statement-copy > p:last-child {
  max-width: 610px;
  margin: 40px 0 0 auto;
  color: var(--muted);
  font-size: clamp(16px, 1.35vw, 19px);
}

.principles {
  width: 100%;
  max-width: none;
  padding: clamp(90px, 10vw, 150px) max(32px, calc((100vw - var(--max-width)) / 2));
  background: var(--forest-900);
  color: var(--cream);
}

.principles-heading {
  display: grid;
  grid-template-columns: 1fr 1.7fr;
  align-items: end;
  gap: 40px;
  margin-bottom: 70px;
}

.principles-heading h2 {
  max-width: 760px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5vw, 72px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.03;
}

.principle-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: rgba(232, 223, 205, 0.15);
}

.principle-card {
  position: relative;
  min-height: 410px;
  padding: 36px;
  background: var(--forest-900);
  transition: background 220ms ease;
}

.principle-card:hover {
  background: var(--forest-800);
}

.card-index {
  display: block;
  margin-bottom: 74px;
  color: rgba(245, 240, 230, 0.38);
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.card-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 34px;
}

.card-icon::before,
.card-icon::after {
  position: absolute;
  content: "";
}

.card-icon-explore {
  border: 1px solid rgba(232, 223, 205, 0.35);
  border-radius: 50%;
}

.card-icon-explore::before {
  inset: 10px 28px;
  background: var(--orange);
  transform: rotate(38deg);
}

.card-icon-explore::after {
  inset: 22px;
  border: 1px solid var(--cream);
  border-radius: 50%;
}

.card-icon-build {
  border-right: 1px solid rgba(232, 223, 205, 0.35);
  border-bottom: 1px solid rgba(232, 223, 205, 0.35);
}

.card-icon-build::before {
  inset: 12px;
  border: 1px solid var(--orange);
}

.card-icon-build::after {
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: var(--cream);
}

.card-icon-partner::before,
.card-icon-partner::after {
  top: 9px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--orange);
  border-radius: 50%;
}

.card-icon-partner::before {
  left: 0;
}

.card-icon-partner::after {
  right: 0;
  border-color: rgba(232, 223, 205, 0.55);
}

.principle-card h3 {
  margin: 0 0 14px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 27px;
  font-weight: 400;
}

.principle-card p {
  margin: 0;
  color: rgba(245, 240, 230, 0.62);
  font-size: 15px;
}

.company {
  padding-block: clamp(90px, 11vw, 160px);
}

.company-panel {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(50px, 9vw, 130px);
  padding: clamp(44px, 7vw, 90px);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(39, 81, 64, 0.07), transparent 40%),
    var(--cream);
}

.company-panel h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(45px, 6vw, 82px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 1;
}

.company-panel > div > p:last-child {
  max-width: 510px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.company-facts {
  margin: 0;
}

.company-facts div {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--line);
}

.company-facts div:last-child {
  border-bottom: 1px solid var(--line);
}

.company-facts dt {
  color: var(--muted);
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.company-facts dd {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 18px;
}

.contact {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(50px, 9vw, 130px);
  padding-bottom: clamp(100px, 12vw, 170px);
}

.contact-intro h2 {
  max-width: 620px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 5.5vw, 74px);
  font-weight: 400;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.contact-intro > p:last-child {
  max-width: 560px;
  margin: 28px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.contact-card {
  display: grid;
  margin: 0;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--line);
  background: var(--forest-900);
  color: var(--cream);
  font-style: normal;
}

.contact-card div {
  padding: 24px 0;
  border-bottom: 1px solid rgba(245, 240, 230, 0.16);
}

.contact-card div:first-child {
  padding-top: 0;
}

.contact-card div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange-light);
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.contact-card a,
.contact-card p {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.5;
}

.contact-card a {
  overflow-wrap: anywhere;
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: var(--orange-light);
}

.closing {
  display: grid;
  min-height: 560px;
  place-items: center;
  align-content: center;
  padding: 100px 32px;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 140%, rgba(231, 111, 59, 0.32), transparent 40%),
    var(--orange);
  color: #fff;
  text-align: center;
}

.closing .eyebrow {
  color: rgba(255, 255, 255, 0.76);
}

.closing h2 {
  max-width: 900px;
  margin: 0 0 42px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 7vw, 96px);
  font-style: italic;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.button-light {
  background: var(--forest-950);
  color: var(--cream);
}

.button-light:hover,
.button-light:focus-visible {
  background: var(--forest-800);
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 32px;
  padding: 34px max(32px, calc((100vw - var(--max-width)) / 2));
  background: var(--forest-950);
  color: rgba(245, 240, 230, 0.52);
  font-size: 11px;
  letter-spacing: 0.06em;
}

.brand-footer {
  color: var(--cream);
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.footer-links a {
  border-bottom: 1px solid transparent;
}

.footer-links a:hover,
.footer-links a:focus-visible,
.footer-links a[aria-current="page"] {
  border-color: var(--orange-light);
  color: var(--cream);
}

.legal-page {
  background: var(--paper);
}

.legal-header {
  display: flex;
  width: min(calc(100% - 64px), 980px);
  min-height: 96px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-inline: auto;
  color: var(--ink);
}

.legal-back {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.legal-back:hover,
.legal-back:focus-visible {
  color: var(--orange);
}

.legal-main {
  width: min(calc(100% - 64px), 980px);
  margin-inline: auto;
  padding: clamp(70px, 9vw, 120px) 0 clamp(100px, 12vw, 160px);
}

.legal-main h1 {
  max-width: 780px;
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 8vw, 96px);
  font-weight: 400;
  letter-spacing: -0.055em;
  line-height: 0.96;
}

.legal-updated {
  margin: 24px 0 70px;
  color: var(--muted);
  font-size: 14px;
}

.legal-main section {
  display: grid;
  grid-template-columns: 0.42fr 1fr;
  gap: clamp(24px, 6vw, 72px);
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.legal-main section:last-child {
  border-bottom: 1px solid var(--line);
}

.legal-main h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.2;
}

.legal-main section > p,
.legal-main address {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-style: normal;
}

.legal-main address a {
  color: var(--forest-700);
  font-weight: 650;
}

.legal-main address a:hover,
.legal-main address a:focus-visible {
  color: var(--orange);
}

.legal-footer {
  width: 100%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin-reverse {
  to {
    transform: rotate(-360deg);
  }
}

@media (max-width: 900px) {
  :root {
    --header-height: 76px;
  }

  .site-header {
    width: calc(100% - 40px);
  }

  .nav a:not(.nav-cta) {
    display: none;
  }

  .hero {
    min-height: 780px;
    grid-template-columns: 1fr;
    padding: 130px 24px 100px;
  }

  .hero-copy {
    align-self: start;
  }

  .hero h1 {
    font-size: clamp(60px, 16vw, 92px);
  }

  .hero-art {
    position: absolute;
    right: -9%;
    bottom: -5%;
    width: min(78vw, 500px);
    opacity: 0.42;
  }

  .scroll-note {
    display: none;
  }

  .section {
    width: calc(100% - 40px);
  }

  .statement {
    grid-template-columns: 1fr;
  }

  .statement-copy > p:last-child {
    margin-left: 0;
  }

  .principles {
    width: 100%;
  }

  .principles-heading {
    grid-template-columns: 1fr;
  }

  .principle-grid {
    grid-template-columns: 1fr;
  }

  .principle-card {
    min-height: auto;
  }

  .card-index {
    margin-bottom: 40px;
  }

  .company-panel {
    grid-template-columns: 1fr;
  }

  .contact {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .legal-main section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .brand-name {
    font-size: 12px;
  }

  .nav-cta {
    padding: 8px 12px;
  }

  .hero h1 {
    font-size: clamp(52px, 17vw, 74px);
  }

  .hero-intro {
    font-size: 16px;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }

  .statement {
    padding-block: 90px;
  }

  .statement-copy h2,
  .principles-heading h2 {
    font-size: 41px;
  }

  .principles {
    padding: 80px 20px;
  }

  .principle-card {
    padding: 28px;
  }

  .company {
    padding-block: 80px;
  }

  .company-panel {
    padding: 32px 24px;
  }

  .company-facts div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .contact {
    padding-bottom: 80px;
  }

  .contact-card {
    padding: 30px 24px;
  }

  .closing {
    min-height: 500px;
  }

  .legal-header,
  .legal-main {
    width: calc(100% - 40px);
  }

  .legal-header {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-block: 20px;
  }

  .legal-main {
    padding-top: 70px;
  }

  .legal-updated {
    margin-bottom: 54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
