:root {
  --abyss: #071412;
  --moss-ink: #0c2422;
  --moss: #143a36;
  --moss-mid: #1f534c;
  --lichen: #7ea36a;
  --chartreuse: #d4e27a;
  --foam: #e7f0d4;
  --teal: #1a6d72;
  --scope: #8ec9c2;
  --glass: #c5e6e0;
  --brass: #c9a45a;
  --brass-dark: #7d5e28;
  --coral: #e3877a;
  --blush: #f3c4b4;
  --pink: #d4788c;
  --paper: #f4ead6;
  --paper-2: #efe3c8;
  --ink: #13211c;
  --muted: #4d6258;
  --line: rgba(201, 164, 90, 0.35);
  --shadow: 0 24px 50px rgba(4, 12, 10, 0.45);
  --radius: 1.35rem;
  --serif: "Fraunces", "Iowan Old Style", "Palatino Linotype", Palatino, serif;
  --body: "Source Serif 4", "Source Serif Pro", "Georgia", serif;
  --mono: "IBM Plex Mono", "ui-monospace", "SFMono-Regular", Menlo, monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(1200px 500px at 10% -10%, rgba(227, 135, 122, 0.12), transparent 50%),
    radial-gradient(900px 600px at 110% 0%, rgba(142, 201, 194, 0.1), transparent 45%),
    linear-gradient(180deg, #0a1c1a 0%, var(--abyss) 28%, #0b2018 100%);
  font-family: var(--body);
  font-size: 1.08rem;
  line-height: 1.65;
  min-height: 100vh;
}

body::before {
  content: "";
  pointer-events: none;
  position: fixed;
  inset: 0;
  z-index: 80;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--chartreuse);
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--blush);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--coral);
  color: var(--ink);
  padding: 0.6rem 1rem;
  z-index: 100;
}

.skip:focus {
  left: 1rem;
  top: 1rem;
}

.wrap {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.7rem 1.1rem;
  background: rgba(7, 20, 18, 0.86);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  text-decoration: none;
  color: var(--paper);
}

.brand svg {
  width: 42px;
  height: 42px;
  flex: none;
}

.brand-text {
  font-family: var(--serif);
  font-weight: 600;
  font-size: 1.28rem;
  letter-spacing: -0.03em;
  line-height: 1;
}

.brand-text small {
  display: block;
  margin-top: 0.18rem;
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
}

.tld {
  color: var(--coral);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--brass);
  color: var(--paper);
  border-radius: 999px;
  padding: 0.45rem 0.8rem;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.15rem 0.15rem;
}

.site-nav a {
  color: var(--foam);
  text-decoration: none;
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.45rem 0.62rem;
  border-radius: 999px;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  background: rgba(227, 135, 122, 0.16);
  color: var(--blush);
}

.hero {
  position: relative;
  min-height: 88vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(7, 20, 18, 0.15) 0%, rgba(7, 20, 18, 0.2) 40%, rgba(7, 20, 18, 0.92) 100%),
    radial-gradient(circle at 70% 30%, rgba(227, 135, 122, 0.18), transparent 40%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 4.5rem 0 3rem;
}

.kicker {
  font-family: var(--mono);
  font-size: 0.75rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.8rem;
}

h1, h2, h3, h4 {
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.08;
  color: var(--paper);
}

.hero h1 {
  font-size: clamp(3rem, 8vw, 6.4rem);
  max-width: 14ch;
  margin: 0 0 1rem;
  font-optical-sizing: auto;
}

.lede {
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  max-width: 42rem;
  color: var(--foam);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.6rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  text-decoration: none;
  border-radius: 999px;
  padding: 0.72rem 1.15rem;
  font-family: var(--mono);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border: 1px solid transparent;
}

.btn-coral {
  background: var(--coral);
  color: #2a1210;
}

.btn-coral:hover {
  background: var(--blush);
  color: #2a1210;
}

.btn-ghost {
  border-color: var(--brass);
  color: var(--paper);
}

.btn-ghost:hover {
  background: rgba(201, 164, 90, 0.16);
  color: var(--paper);
}

.section {
  padding: 4.2rem 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 1.5rem 2.5rem;
  margin-bottom: 2rem;
  align-items: end;
}

.section-head p {
  margin: 0;
  color: var(--foam);
}

h2 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  margin: 0;
}

.rule {
  height: 1px;
  background: linear-gradient(90deg, var(--coral), var(--brass), transparent);
  border: 0;
  margin: 0 0 1.4rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.1rem;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card,
.figure,
.paper {
  background: linear-gradient(180deg, rgba(20, 58, 54, 0.72), rgba(12, 36, 34, 0.88));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.paper {
  background: var(--paper);
  color: var(--ink);
}

.paper h2,
.paper h3,
.paper h4 {
  color: var(--moss-ink);
}

.paper p,
.paper li {
  color: #24362e;
}

.paper a {
  color: #8a3d38;
}

.card-body,
.paper-body {
  padding: 1.15rem 1.2rem 1.3rem;
}

.card h3,
.teaser h3 {
  margin: 0 0 0.4rem;
  font-size: 1.45rem;
}

.meta {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 0.5rem;
}

.figure {
  margin: 0;
}

.figure img,
.card img,
.scope img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.figure.portrait img {
  aspect-ratio: 3 / 4;
}

.figure.wide img,
.hero-strip img {
  aspect-ratio: 16 / 8;
}

figcaption,
.caption {
  font-family: var(--mono);
  font-size: 0.72rem;
  line-height: 1.45;
  color: var(--glass);
  padding: 0.7rem 0.9rem 0.9rem;
}

.paper figcaption,
.paper .caption {
  color: var(--muted);
}

.scope {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 10px solid #b58a3c;
  box-shadow:
    inset 0 0 40px rgba(0, 0, 0, 0.35),
    0 0 0 3px #5d4318,
    var(--shadow);
  background: #04110f;
}

.scope img {
  aspect-ratio: 1;
  filter: contrast(1.08) saturate(1.1);
}

.scope::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 30% 25%, rgba(255,255,255,0.18), transparent 28%);
  pointer-events: none;
}

.teaser {
  display: grid;
  grid-template-rows: auto 1fr;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, border-color 0.2s ease;
}

.teaser:hover {
  transform: translateY(-4px);
  border-color: var(--coral);
  color: inherit;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.stat {
  padding: 1.1rem 1rem;
  border: 1px dashed var(--line);
  border-radius: 1rem;
  background: rgba(8, 28, 26, 0.55);
}

.stat b {
  display: block;
  font-family: var(--serif);
  font-size: 1.7rem;
  color: var(--coral);
  font-weight: 600;
}

.stat span {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--scope);
}

.prose {
  max-width: 46rem;
}

.prose p:first-of-type::first-letter {
  font-family: var(--serif);
  float: left;
  font-size: 3.4rem;
  line-height: 0.8;
  padding: 0.18rem 0.5rem 0 0;
  color: var(--coral);
}

.paper .prose p:first-of-type::first-letter {
  color: #a33d36;
}

.callout {
  border-left: 4px solid var(--coral);
  padding: 0.2rem 0 0.2rem 1rem;
  margin: 1.3rem 0;
  color: var(--foam);
}

.paper .callout {
  color: #3a4e44;
}

.species-block {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 1.4rem;
  margin: 2.4rem 0 3.2rem;
  align-items: start;
}

.latin {
  font-style: italic;
  font-family: var(--body);
}

.tag {
  display: inline-block;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.18rem 0.55rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass);
}

.cite {
  font-size: 0.92rem;
  color: var(--glass);
}

.paper .cite {
  color: var(--muted);
}

.sources-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.7rem;
}

.sources-list a {
  display: block;
  text-decoration: none;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  border: 1px solid var(--line);
  background: rgba(20, 58, 54, 0.45);
  color: var(--paper);
}

.sources-list a:hover {
  border-color: var(--coral);
}

.sources-list small {
  display: block;
  margin-top: 0.25rem;
  color: var(--scope);
  font-family: var(--mono);
  font-size: 0.72rem;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 0.7rem;
}

.gallery .figure:nth-child(1) { grid-column: span 7; }
.gallery .figure:nth-child(2) { grid-column: span 5; }
.gallery .figure:nth-child(3),
.gallery .figure:nth-child(4),
.gallery .figure:nth-child(5) { grid-column: span 4; }
.gallery .figure:nth-child(n+6) { grid-column: span 3; }

.product {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.price {
  font-family: var(--mono);
  color: var(--coral);
}

.soon {
  justify-self: start;
  background: rgba(212, 226, 122, 0.15);
  color: var(--chartreuse);
  border: 1px solid rgba(212, 226, 122, 0.35);
  border-radius: 999px;
  padding: 0.25rem 0.6rem;
  font-family: var(--mono);
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.digest {
  padding: 1.4rem;
}

.digest header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  border-bottom: 1px solid rgba(19, 33, 28, 0.15);
  padding-bottom: 0.8rem;
  margin-bottom: 1rem;
}

.timeline {
  display: grid;
  gap: 1rem;
}

.timeline article {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 1rem;
  padding: 1rem;
  border-radius: 1.1rem;
  border: 1px solid var(--line);
  background: rgba(12, 36, 34, 0.6);
}

.timeline time {
  font-family: var(--mono);
  color: var(--coral);
  font-size: 0.8rem;
}

.page-hero {
  padding: 3.2rem 0 1.4rem;
}

.page-hero h1 {
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  margin: 0 0 0.7rem;
  max-width: 16ch;
}

.mosaic {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 0.75rem;
}

.mosaic .figure:first-child {
  grid-row: span 2;
}

.mosaic .figure:first-child img {
  height: 100%;
  aspect-ratio: auto;
  min-height: 420px;
}

.site-footer {
  margin-top: 2rem;
  padding: 2.4rem 0 2.8rem;
  border-top: 1px solid var(--line);
  background: #06110f;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 1.5rem;
}

.site-footer h2 {
  font-size: 1.1rem;
  margin-bottom: 0.6rem;
}

.site-footer a {
  color: var(--glass);
}

.tiny {
  font-family: var(--mono);
  font-size: 0.72rem;
  color: var(--brass);
}

.note {
  font-size: 0.92rem;
  color: var(--glass);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

th, td {
  text-align: left;
  padding: 0.65rem 0.5rem;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
}

th {
  font-family: var(--mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brass);
}

.split-band {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 380px;
}

.split-band img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 320px;
}

.split-copy {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.checklist {
  padding-left: 1.1rem;
}

.checklist li {
  margin: 0.35rem 0;
}

@media (max-width: 980px) {
  .section-head,
  .species-block,
  .split-band,
  .footer-grid,
  .grid-3,
  .grid-4,
  .stat-row,
  .mosaic {
    grid-template-columns: 1fr;
  }
  .gallery .figure,
  .gallery .figure:nth-child(n) {
    grid-column: span 12;
  }
  .mosaic .figure:first-child img {
    min-height: 240px;
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 820px) {
  .nav-toggle { display: inline-flex; }
  .site-nav {
    display: none;
    position: absolute;
    top: 64px;
    left: 0;
    right: 0;
    background: rgba(7, 20, 18, 0.97);
    border-bottom: 1px solid var(--line);
    padding: 0.8rem;
    flex-direction: column;
  }
  .site-nav.is-open { display: flex; }
  .grid-2 { grid-template-columns: 1fr; }
  .timeline article { grid-template-columns: 1fr; }
  .hero { min-height: 72vh; }
}

@media (max-width: 560px) {
  body { font-size: 1rem; }
  .wrap { width: min(1180px, calc(100% - 1.2rem)); }
  .hero-copy { padding-top: 3rem; }
}
