:root {
  color-scheme: dark;
  --ink: #17130d;
  --ink-2: #211a11;
  --paper: #f4e7c8;
  --paper-soft: #e1cfaa;
  --copper: #d9853d;
  --copper-hot: #ffb14f;
  --green: #8fcf9b;
  --blue: #82a7c9;
  --line: rgba(244, 231, 200, 0.18);
  --shadow: rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 80% 0%, rgba(217, 133, 61, 0.18), transparent 34rem),
    radial-gradient(circle at 10% 30%, rgba(130, 167, 201, 0.15), transparent 28rem),
    linear-gradient(135deg, #120f0b 0%, #20170e 48%, #0d1010 100%);
  color: var(--paper);
  font-family: "Avenir Next", "Gill Sans", "Trebuchet MS", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  background-image:
    linear-gradient(rgba(244, 231, 200, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 231, 200, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle at 50% 20%, black, transparent 72%);
}

a {
  color: inherit;
}

.page-shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 40px 0 28px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
  gap: 24px;
  min-height: min(760px, calc(100vh - 80px));
  align-items: stretch;
}

.hero__copy,
.status-card,
.product-card,
.principles {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(33, 26, 17, 0.9), rgba(18, 15, 11, 0.82));
  box-shadow: 0 24px 80px var(--shadow);
  backdrop-filter: blur(14px);
}

.hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 560px;
  padding: clamp(28px, 6vw, 72px);
  border-radius: 34px;
  position: relative;
  overflow: hidden;
}

.hero__copy::after {
  position: absolute;
  right: -8rem;
  bottom: -8rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(255, 177, 79, 0.28);
  border-radius: 999px;
  content: "";
  box-shadow: inset 0 0 0 32px rgba(217, 133, 61, 0.06);
}

.eyebrow,
.product-card__label,
.status-card__kicker {
  margin: 0 0 16px;
  color: var(--copper-hot);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 11ch;
  margin-bottom: 24px;
  color: #fff4d8;
  font-family: "Baskerville", "Iowan Old Style", Georgia, serif;
  font-size: clamp(4.2rem, 12vw, 10rem);
  font-weight: 500;
  letter-spacing: -0.075em;
  line-height: 0.82;
}

.lede {
  max-width: 620px;
  color: var(--paper-soft);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.45;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.button--primary {
  border-color: transparent;
  background: var(--copper-hot);
  color: var(--ink);
}

.button--ghost {
  background: rgba(244, 231, 200, 0.06);
  color: var(--paper);
}

.status-card {
  display: flex;
  min-height: 560px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  border-radius: 34px;
}

.status-card__dial {
  display: grid;
  width: 100%;
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: auto;
  border: 1px solid rgba(244, 231, 200, 0.16);
  border-radius: 999px;
  background:
    conic-gradient(from 220deg, rgba(217, 133, 61, 0.05), var(--copper-hot), rgba(143, 207, 155, 0.8), rgba(217, 133, 61, 0.05)),
    radial-gradient(circle, #1b160f 0 48%, transparent 49%);
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.42);
}

.status-card__dial span {
  width: 42%;
  height: 42%;
  border: 1px solid rgba(244, 231, 200, 0.22);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    var(--ink);
}

.status-card h2 {
  max-width: 11ch;
  margin-bottom: 18px;
  color: #fff4d8;
  font-family: "Baskerville", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.06em;
  line-height: 0.88;
}

.status-card p:last-child,
.product-card p,
.principles li,
.site-footer {
  color: var(--paper-soft);
  line-height: 1.55;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 16px;
}

.section-heading {
  grid-column: 1 / -1;
  padding: 30px 4px 4px;
}

.section-heading h2,
.principles h2 {
  max-width: 700px;
  margin-bottom: 0;
  color: #fff4d8;
  font-family: "Baskerville", "Iowan Old Style", Georgia, serif;
  font-size: clamp(2.2rem, 5vw, 4.8rem);
  font-weight: 500;
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.product-card {
  min-height: 260px;
  padding: 24px;
  border-radius: 28px;
}

.product-card--live {
  background:
    linear-gradient(145deg, rgba(217, 133, 61, 0.22), rgba(33, 26, 17, 0.88)),
    var(--ink-2);
}

.product-card h3 {
  margin-bottom: 14px;
  color: #fff4d8;
  font-family: "Baskerville", "Iowan Old Style", Georgia, serif;
  font-size: 2.35rem;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.principles {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1.1fr);
  gap: 28px;
  margin-top: 16px;
  padding: clamp(24px, 5vw, 48px);
  border-radius: 34px;
}

.principles ul {
  display: grid;
  gap: 14px;
  align-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.principles li {
  padding: 14px 0 14px 22px;
  border-top: 1px solid var(--line);
  position: relative;
}

.principles li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: ">";
  font-weight: 800;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  padding: 24px 4px 0;
  font-size: 0.95rem;
}

.site-footer p {
  margin-bottom: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

@media (max-width: 840px) {
  .page-shell {
    width: min(100% - 20px, 680px);
    padding-top: 10px;
  }

  .hero,
  .work-grid,
  .principles {
    grid-template-columns: 1fr;
  }

  .hero__copy,
  .status-card {
    min-height: auto;
  }

  .status-card__dial {
    max-width: 260px;
  }

  h1 {
    max-width: 8ch;
    font-size: clamp(4rem, 22vw, 7rem);
  }
}
