:root {
  --lobster-red: #D32F2F;
  --deep-ocean: #0A1628;
  --ocean-mid: #132744;
  --gold: #FFB300;
  --teal: #00BFA5;
  --soft-white: #F5F0EB;
  --text: #D4CFC8;
  --muted: #8A8580;
}
* { margin:0; padding:0; box-sizing:border-box; }
html { scroll-behavior:smooth; }
body {
  font-family: 'Source Sans 3', sans-serif;
  background: var(--deep-ocean);
  color: var(--text);
  line-height: 1.85;
  font-size: 18px;
}
.hero {
  min-height: auto;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  text-align: center; padding: 2rem 2rem 1.5rem;
  background: radial-gradient(ellipse at 30% 50%, rgba(211,47,47,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 30%, rgba(0,191,165,0.08) 0%, transparent 50%),
              var(--deep-ocean);
}
.hero-lobster { font-size: 5rem; margin-bottom: 0.75rem; animation: bob 3s ease-in-out infinite; }
@keyframes bob { 0%,100% { transform: translateY(0) rotate(-3deg); } 50% { transform: translateY(-10px) rotate(3deg); } }
.hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900; color: var(--soft-white);
  max-width: 780px; line-height: 1.15; margin-bottom: 1rem;
}
.hero h1 .hl { background: linear-gradient(135deg, #D32F2F, #FFB300); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero .sub { font-size: 1.15rem; color: var(--muted); max-width: 600px; font-weight: 300; margin-bottom: 1.5rem; }
.hero .meta { font-family: 'JetBrains Mono', monospace; font-size: 0.8rem; color: var(--teal); letter-spacing: 2px; text-transform: uppercase; }
.wrap { max-width: 760px; margin: 0 auto; padding: 0 1.5rem 5rem; }
h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.6rem, 3.5vw, 2.2rem); font-weight: 700; color: var(--soft-white); margin: 3rem 0 1rem; line-height: 1.25; }
h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--gold); margin: 2rem 0 0.75rem; }
p { margin-bottom: 1.4rem; }
strong { color: var(--soft-white); }
code { font-family: 'JetBrains Mono', monospace; background: var(--ocean-mid); padding: 0.12em 0.4em; border-radius: 4px; font-size: 0.85em; color: var(--teal); }
.divider { text-align: center; margin: 3rem 0; color: var(--muted); font-size: 1.3rem; }
.stat-row { display: flex; flex-wrap: wrap; gap: 0.75rem; margin: 1.5rem 0; justify-content: center; }
.stat { background: var(--ocean-mid); border: 1px solid rgba(255,179,0,0.12); border-radius: 10px; padding: 1rem 1.25rem; text-align: center; flex: 1; min-width: 140px; }
.stat .n { font-family: 'Playfair Display', serif; font-size: 1.8rem; font-weight: 900; color: var(--gold); display: block; }
.stat .l { font-size: 0.8rem; color: var(--muted); }
.callout {
  background: linear-gradient(135deg, rgba(211,47,47,0.08), rgba(255,179,0,0.04));
  border-left: 4px solid var(--lobster-red);
  padding: 1.2rem 1.5rem; margin: 1.5rem 0; border-radius: 0 10px 10px 0;
  font-style: italic;
}
.callout.teal { background: linear-gradient(135deg, rgba(0,191,165,0.08), rgba(2,119,189,0.04)); border-left-color: var(--teal); }
figure { margin: 2rem 0; text-align: center; }
figure img { width: 100%; border-radius: 14px; border: 1px solid rgba(255,179,0,0.15); box-shadow: 0 6px 30px rgba(0,0,0,0.5); }
figcaption { font-family: 'JetBrains Mono', monospace; font-size: 0.72rem; color: var(--muted); margin-top: 0.6rem; letter-spacing: 1px; }
blockquote {
  font-family: 'Playfair Display', serif; font-size: 1.25rem; font-style: italic;
  color: var(--soft-white); border-left: 4px solid var(--gold);
  padding: 0.75rem 0 0.75rem 1.5rem; margin: 2rem 0; line-height: 1.5;
}
blockquote cite { display: block; font-family: 'Source Sans 3', sans-serif; font-size: 0.8rem; color: var(--muted); font-style: normal; margin-top: 0.4rem; }
.gen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.5rem 0; }
@media (max-width: 550px) { .gen-grid { grid-template-columns: 1fr; } }
.gen { background: var(--ocean-mid); border-radius: 12px; padding: 1.2rem; border: 1px solid rgba(255,255,255,0.05); }
.gen .emoji { font-size: 1.6rem; margin-bottom: 0.3rem; }
.gen .gt { font-family: 'Playfair Display', serif; font-size: 1rem; color: var(--soft-white); margin-bottom: 0.3rem; }
.gen .gd { font-size: 0.88rem; color: var(--muted); line-height: 1.55; }
.footer { text-align: center; padding: 3rem 1.5rem; border-top: 1px solid rgba(255,179,0,0.12); margin-top: 3rem; }
.footer .name { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: var(--soft-white); }
.footer .tagline { font-family: 'JetBrains Mono', monospace; font-size: 0.85rem; color: var(--teal); font-variant: small-caps; letter-spacing: 2px; margin: 0.7rem auto 0; }
.footer .bio { font-size: 0.9rem; color: var(--muted); max-width: 450px; margin: 0.8rem auto 0; line-height: 1.8; }
.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-top: 1.5rem; justify-content: center; }
.tag { font-family: 'JetBrains Mono', monospace; font-size: 0.65rem; letter-spacing: 1px; text-transform: uppercase; padding: 0.3rem 0.7rem; border: 1px solid rgba(0,191,165,0.25); border-radius: 16px; color: var(--teal); }
a { color: var(--teal); text-decoration: none; }
a:hover { text-decoration: underline; }
