:root {
  --ink: #0e0b08;
  --paper: #fff8ec;
  --paper-2: #ffeec7;
  --hot: #ff3d2e;
  --sun: #ffb800;
  --sky: #2e7dff;
  --leaf: #00a86b;
  --berry: #d4145a;
  --plum: #6a3fb0;
  --teal: #00c2c7;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { background: var(--paper); color: var(--ink); }
body {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  overflow-x: hidden;
}

.noise {
  position: fixed; inset: 0; pointer-events: none; z-index: 9999;
  opacity: 0.06; mix-blend-mode: multiply;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='200' height='200'><filter id='n'><feTurbulence baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/></filter><rect width='200' height='200' filter='url(%23n)'/></svg>");
}

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

/* ---------- masthead ---------- */
.masthead {
  border-bottom: 3px solid var(--ink);
  padding: 14px 5vw 0;
  background: var(--paper);
}
.meta {
  display: flex; gap: 10px; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.12em;
  border-bottom: 1px solid var(--ink); padding-bottom: 8px;
}
.dot { width: 4px; height: 4px; border-radius: 50%; background: var(--ink); }
.wordmark {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(48px, 17vw, 200px);
  line-height: 0.85; letter-spacing: -0.05em;
  padding: 18px 0 8px; display: flex; flex-wrap: nowrap;
  justify-content: space-between; width: 100%;
  overflow: hidden;
}
.wordmark span { display: inline-block; transition: transform 0.4s cubic-bezier(.2,.8,.2,1); }
.wordmark .w-1 { color: var(--hot); }
.wordmark .w-2 { color: var(--sun); font-style: italic; }
.wordmark .w-3 { color: var(--leaf); }
.wordmark .w-4 { color: var(--sky); font-style: italic; }
.wordmark .w-5 { color: var(--berry); }
.wordmark span:hover { transform: translateY(-8px) rotate(-3deg); }
.sub {
  display: flex; justify-content: space-between; align-items: center;
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.15em;
  border-top: 1px solid var(--ink); padding: 10px 0;
}

/* ---------- hero ---------- */
.hero { padding: 6vw 5vw 0; position: relative; }
.hero-grid {
  display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center;
}
.kicker {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.2em;
  background: var(--ink); color: var(--paper);
  display: inline-block; padding: 4px 10px; margin-bottom: 18px;
}
.hero-text h1 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(40px, 7vw, 88px); line-height: 0.95;
  letter-spacing: -0.025em; margin-bottom: 24px;
}
.hero-text h1 em {
  font-style: italic; font-weight: 700;
  background: linear-gradient(100deg, var(--hot), var(--sun) 40%, var(--leaf) 70%, var(--sky));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.lede { font-size: clamp(17px, 1.6vw, 21px); max-width: 56ch; color: #3d2f24; }
.hero-cta { margin-top: 30px; display: flex; gap: 12px; flex-wrap: wrap; }
.btn {
  font-family: 'Bricolage Grotesque', sans-serif; font-weight: 700;
  padding: 14px 22px; border-radius: 999px; border: 2px solid var(--ink);
  font-size: 15px; transition: transform 0.15s, box-shadow 0.15s;
  display: inline-block;
}
.btn-primary { background: var(--ink); color: var(--paper); box-shadow: 5px 5px 0 var(--hot); }
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--hot); }
.btn-ghost { background: var(--paper); color: var(--ink); box-shadow: 5px 5px 0 var(--sky); }
.btn-ghost:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--sky); }

.hero-art {
  position: relative; aspect-ratio: 1 / 1; max-width: 520px; margin: 0 auto;
  width: 100%;
}
.blob {
  position: absolute; border-radius: 50%; filter: blur(2px);
  mix-blend-mode: multiply;
}
.b1 { width: 70%; height: 70%; background: var(--hot); top: 5%; left: 0; animation: float1 8s ease-in-out infinite; }
.b2 { width: 65%; height: 65%; background: var(--sun); bottom: 5%; right: 0; animation: float2 9s ease-in-out infinite; }
.b3 { width: 50%; height: 50%; background: var(--sky); top: 30%; right: 15%; animation: float3 7s ease-in-out infinite; }
@keyframes float1 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(15px,-20px)} }
@keyframes float2 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(-20px,15px)} }
@keyframes float3 { 0%,100%{transform:translate(0,0)} 50%{transform:translate(10px,20px)} }
.feather {
  position: absolute; font-family: 'Fraunces', serif;
  font-size: clamp(40px, 6vw, 72px); color: var(--ink); z-index: 2;
}
.f1 { top: 8%; left: 8%; transform: rotate(-15deg); }
.f2 { bottom: 12%; right: 8%; color: var(--berry); transform: rotate(20deg); }
.f3 { top: 45%; left: 45%; color: var(--paper); }
.big-emoji {
  position: absolute; inset: 0; display: grid; place-items: center;
  font-size: clamp(140px, 22vw, 280px); z-index: 3;
  filter: drop-shadow(8px 8px 0 var(--ink));
  animation: bob 4s ease-in-out infinite;
}
@keyframes bob { 0%,100%{transform:translateY(0) rotate(-3deg)} 50%{transform:translateY(-12px) rotate(3deg)} }

.marquee {
  margin-top: 60px;
  border-top: 3px solid var(--ink); border-bottom: 3px solid var(--ink);
  background: var(--ink); color: var(--paper);
  overflow: hidden; padding: 14px 0;
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(22px, 3vw, 36px); font-style: italic;
  letter-spacing: -0.01em;
}
.marquee-track { display: inline-flex; gap: 40px; white-space: nowrap; animation: scroll 25s linear infinite; padding-left: 40px; }
.marquee-track span:nth-child(3n+1) { color: var(--sun); }
.marquee-track span:nth-child(3n+2) { color: var(--leaf); }
.marquee-track span:nth-child(3n+3) { color: var(--berry); }
@keyframes scroll { to { transform: translateX(-50%); } }

/* ---------- section heads ---------- */
.section-head {
  display: grid; grid-template-columns: auto 1fr; gap: 20px 30px;
  align-items: end; padding: 80px 5vw 30px;
  border-bottom: 2px solid var(--ink);
  margin: 0 5vw 40px;
  padding-left: 0; padding-right: 0;
}
.section-head.dark { border-color: var(--paper); }
.section-head .num {
  font-family: 'Fraunces', serif; font-weight: 900; font-style: italic;
  font-size: clamp(60px, 10vw, 140px); line-height: 0.8;
  color: var(--hot); grid-row: 1 / span 2;
}
.section-head h2 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: clamp(36px, 5.5vw, 64px); line-height: 1; letter-spacing: -0.02em;
}
.section-head h2 em { font-style: italic; color: var(--sky); }
.section-head.dark h2 em { color: var(--sun); }
.section-head p { grid-column: 2; max-width: 50ch; color: #4a3a2c; }
.section-head.dark p { color: #c5b8a8; }

/* ---------- facts ---------- */
.facts { padding-bottom: 40px; }
.facts-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 0; padding: 0 5vw;
  border-top: 2px solid var(--ink);
}
.fact {
  padding: 30px 24px; border-right: 2px solid var(--ink); border-bottom: 2px solid var(--ink);
  position: relative; overflow: hidden;
  transition: background 0.3s;
}
.fact:hover { background: var(--paper-2); }
.fact .n {
  font-family: 'Fraunces', serif; font-weight: 900; font-style: italic;
  font-size: clamp(54px, 7vw, 88px); line-height: 0.9; letter-spacing: -0.03em;
  display: block; margin-bottom: 8px;
}
.fact:nth-child(6n+1) .n { color: var(--hot); }
.fact:nth-child(6n+2) .n { color: var(--leaf); }
.fact:nth-child(6n+3) .n { color: var(--sky); }
.fact:nth-child(6n+4) .n { color: var(--berry); }
.fact:nth-child(6n+5) .n { color: var(--sun); }
.fact:nth-child(6n+6) .n { color: var(--plum); }
.fact .label {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.08em; color: #3d2f24;
  line-height: 1.4;
}

/* ---------- species ---------- */
.species { padding-bottom: 60px; }
.species-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 18px; padding: 0 5vw;
}
.card {
  background: var(--paper);
  border: 2.5px solid var(--ink); border-radius: 18px;
  padding: 22px; cursor: pointer; position: relative; overflow: hidden;
  transition: transform 0.25s, box-shadow 0.25s;
  box-shadow: 6px 6px 0 var(--ink);
}
.card:hover { transform: translate(-3px, -3px); box-shadow: 9px 9px 0 var(--ink); }
.card .swatch {
  width: 100%; aspect-ratio: 1 / 1; border-radius: 12px;
  border: 2px solid var(--ink);
  display: grid; place-items: center; font-size: 80px;
  margin-bottom: 16px; position: relative; overflow: hidden;
}
.card .swatch::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent 60%);
}
.card h3 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 26px; line-height: 1; letter-spacing: -0.02em;
  margin-bottom: 4px;
}
.card .sci {
  font-family: 'Fraunces', serif; font-style: italic; font-weight: 400;
  color: #6a5746; font-size: 14px; margin-bottom: 14px;
}
.card .stats {
  display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 14px;
}
.card .stat {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  text-transform: uppercase; letter-spacing: 0.06em;
  background: var(--ink); color: var(--paper);
  padding: 4px 9px; border-radius: 999px;
}
.card .blurb { font-size: 15px; color: #2a1f15; line-height: 1.5; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, margin 0.4s ease; }
.card.open .blurb { max-height: 300px; margin-top: 4px; }
.card .more {
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.1em;
  margin-top: 12px; display: inline-block;
}

/* ---------- care ---------- */
.care {
  background: var(--ink); color: var(--paper);
  padding-bottom: 80px; margin-top: 40px;
}
.tips-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0; padding: 0 5vw;
  border-top: 1px solid #3a2e22;
}
.tip {
  padding: 36px 28px;
  border-right: 1px solid #3a2e22; border-bottom: 1px solid #3a2e22;
  position: relative; transition: background 0.3s;
}
.tip:hover { background: #1a140e; }
.tip .icon {
  font-size: 38px; display: block; margin-bottom: 16px;
  filter: drop-shadow(3px 3px 0 var(--hot));
}
.tip:nth-child(6n+1) .icon { filter: drop-shadow(3px 3px 0 var(--hot)); }
.tip:nth-child(6n+2) .icon { filter: drop-shadow(3px 3px 0 var(--sun)); }
.tip:nth-child(6n+3) .icon { filter: drop-shadow(3px 3px 0 var(--leaf)); }
.tip:nth-child(6n+4) .icon { filter: drop-shadow(3px 3px 0 var(--sky)); }
.tip:nth-child(6n+5) .icon { filter: drop-shadow(3px 3px 0 var(--berry)); }
.tip:nth-child(6n+6) .icon { filter: drop-shadow(3px 3px 0 var(--teal)); }
.tip h3 {
  font-family: 'Fraunces', serif; font-weight: 900;
  font-size: 24px; letter-spacing: -0.01em; line-height: 1.05;
  margin-bottom: 10px;
}
.tip p { color: #d4c8b8; font-size: 15.5px; line-height: 1.55; }

/* ---------- closing ---------- */
.closing {
  padding: 100px 5vw; text-align: center;
  background: var(--paper-2);
  border-bottom: 3px solid var(--ink);
}
.big-quote {
  font-family: 'Fraunces', serif; font-weight: 700; font-style: italic;
  font-size: clamp(28px, 4.5vw, 56px); line-height: 1.15;
  letter-spacing: -0.02em; max-width: 18ch; margin: 0 auto 18px;
}
.attr {
  font-family: 'JetBrains Mono', monospace; font-size: 12px;
  text-transform: uppercase; letter-spacing: 0.15em;
}

/* ---------- footer ---------- */
.foot { background: var(--ink); color: var(--paper); padding: 22px 5vw; }
.foot-row {
  display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap;
  font-family: 'JetBrains Mono', monospace; font-size: 11px;
  text-transform: uppercase; letter-spacing: 0.12em;
}
.foot-row strong { color: var(--sun); }

/* ---------- responsive up ---------- */
@media (min-width: 800px) {
  .hero-grid { grid-template-columns: 1.2fr 1fr; gap: 60px; }
  .section-head { padding-top: 110px; }
}
@media (min-width: 1100px) {
  body { font-size: 18px; }
  .hero { padding: 5vw 5vw 0; }
}
