/* LeftcoastloveSF.com — static, FTP-ready, dependency-free */
:root {
  --ink: #172f47;
  --ink-2: #31536f;
  --cream: #fff8e7;
  --paper: #fffdf7;
  --white: #ffffff;
  --fog: #e8f7f5;
  --bay: #14b8b1;
  --bay-dark: #087f74;
  --coral: #ff4f6d;
  --bridge: #e84940;
  --sun: #ffd447;
  --orange: #ff8a3d;
  --violet: #7457e8;
  --green: #37a96f;
  --line: rgba(23, 47, 71, 0.16);
  --shadow: 9px 9px 0 var(--ink);
  --shadow-soft: 0 18px 46px rgba(23, 47, 71, 0.17);
  --radius: 22px;
  --radius-lg: 34px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--cream); }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 4% 10%, rgba(255, 212, 71, .22), transparent 25rem),
    radial-gradient(circle at 94% 14%, rgba(20, 184, 177, .16), transparent 28rem),
    var(--cream);
  font-family: "Trebuchet MS", "Avenir Next", Avenir, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body::before {
  content: "";
  display: block;
  height: 8px;
  background: linear-gradient(90deg, var(--coral) 0 18%, var(--sun) 18% 37%, var(--bay) 37% 60%, var(--violet) 60% 79%, var(--orange) 79% 100%);
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
::selection { background: var(--sun); color: var(--ink); }

.skip-link {
  position: absolute;
  top: -100px;
  left: 16px;
  z-index: 999;
  padding: 10px 16px;
  border-radius: 0 0 12px 12px;
  background: var(--ink);
  color: white;
  font-weight: 900;
  text-decoration: none;
}
.skip-link:focus { top: 0; }
.wrap { width: min(calc(100% - 36px), var(--max)); margin-inline: auto; }

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 2px solid var(--line);
  background: rgba(255, 248, 231, .95);
  backdrop-filter: blur(13px);
}
.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}
.brand-icon {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 46px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--sun);
  color: var(--coral);
  box-shadow: 4px 4px 0 var(--ink);
  font-family: Arial, sans-serif;
  font-size: 1.45rem;
  line-height: 1;
  transform: rotate(-5deg);
}
.brand-name {
  font-family: "Arial Black", Impact, "Trebuchet MS", sans-serif;
  font-size: clamp(1.23rem, 2.1vw, 1.78rem);
  font-weight: 950;
  letter-spacing: -0.055em;
  line-height: 1;
  white-space: nowrap;
}
.brand-name span { color: var(--coral); }
.site-nav { margin-left: auto; }
.nav-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 0;
  border: 3px solid var(--ink);
  border-radius: 13px;
  background: var(--sun);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  cursor: pointer;
  font-weight: 950;
}
.nav-list {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-list a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 11px;
  border-radius: 12px;
  font-size: .87rem;
  font-weight: 950;
  line-height: 1.15;
  text-decoration: none;
  white-space: nowrap;
}
.nav-list a:hover,
.nav-list a:focus-visible {
  background: white;
  box-shadow: inset 0 0 0 2px var(--ink);
  outline: none;
}
.nav-list a[aria-current="page"] { background: var(--ink); color: white; }
.nav-list .nav-podcast { background: var(--coral); color: white; }
.nav-list .nav-podcast:hover,
.nav-list .nav-podcast:focus-visible { background: var(--sun); color: var(--ink); }

main { overflow: clip; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 {
  margin-top: 0;
  font-family: "Arial Black", Impact, "Trebuchet MS", sans-serif;
  letter-spacing: -.04em;
  line-height: 1.02;
}
h1 { margin-bottom: 22px; font-size: clamp(3rem, 7vw, 6.4rem); }
h2 { margin-bottom: 18px; font-size: clamp(2.15rem, 4.6vw, 4rem); }
h3 { margin-bottom: 11px; font-size: clamp(1.28rem, 2vw, 1.72rem); }
.lead {
  max-width: 720px;
  margin: 0 0 28px;
  color: var(--ink-2);
  font-size: clamp(1.06rem, 1.7vw, 1.3rem);
  line-height: 1.56;
}
.text-coral { color: var(--coral); }
.text-bay { color: var(--bay-dark); }
.center { text-align: center; }
.center .lead { margin-inline: auto; }

.eyebrow, .kicker, .status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  margin: 0 0 17px;
  padding: 7px 12px;
  border: 2px solid var(--ink);
  border-radius: 999px;
  background: var(--sun);
  color: var(--ink);
  box-shadow: 4px 4px 0 var(--ink);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.centered-buttons { justify-content: center; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 11px 18px;
  border: 3px solid var(--ink);
  border-radius: 13px;
  background: var(--ink);
  color: white;
  box-shadow: 5px 5px 0 var(--sun);
  font-weight: 950;
  line-height: 1.2;
  text-decoration: none;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.button:hover, .button:focus-visible { transform: translate(-2px,-2px); box-shadow: 8px 8px 0 var(--sun); outline: none; }
.button.secondary { background: white; color: var(--ink); box-shadow: 5px 5px 0 var(--bay); }
.button.coral { background: var(--coral); box-shadow: 5px 5px 0 var(--sun); }

/* Home hero */
.home-hero-section {
  position: relative;
  padding: clamp(26px, 3.8vw, 48px) 0 clamp(54px, 7vw, 88px);
  background:
    radial-gradient(circle, rgba(23,47,71,.08) 1.5px, transparent 1.7px) 0 0 / 18px 18px,
    linear-gradient(135deg, rgba(255,255,255,.38), transparent 55%);
}
.home-hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 8px;
  background: repeating-linear-gradient(90deg, var(--coral) 0 90px, var(--sun) 90px 180px, var(--bay) 180px 270px, var(--violet) 270px 360px);
}
.home-hero {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(470px,1.14fr);
  gap: clamp(36px, 6vw, 78px);
  align-items: start;
}
.comic-title {
  max-width: 620px;
  margin-bottom: 12px;
  font-size: clamp(4rem, 8.5vw, 7.35rem);
  line-height: .78;
  letter-spacing: -.075em;
  transform: rotate(-1deg);
}
.comic-title span { display: block; width: fit-content; }
.comic-title span:first-child { color: var(--ink); text-shadow: 5px 5px 0 white; }
.comic-title span:last-child {
  margin-top: 14px;
  color: var(--coral);
  -webkit-text-stroke: 3px var(--ink);
  paint-order: stroke fill;
  text-shadow: 6px 6px 0 var(--sun);
}
.hero-tagline {
  width: fit-content;
  margin: 16px 0 20px;
  padding: 10px 14px;
  border: 3px solid var(--ink);
  border-radius: 8px;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: "Arial Black", Impact, sans-serif;
  font-size: clamp(1.12rem, 2.3vw, 1.68rem);
  line-height: 1.1;
  transform: rotate(-1.5deg);
}
.hero-note {
  max-width: 700px;
  margin: 27px 0 0;
  padding-left: 18px;
  border-left: 5px solid var(--bay);
  color: var(--ink-2);
  font-size: .98rem;
  font-weight: 750;
}
.comic-panel-wrap { position: relative; max-width: 690px; margin: 2px 0 0 auto; padding: 10px 18px 0 0; }
.comic-panel {
  position: relative;
  margin: 0;
  border: 4px solid var(--ink);
  border-radius: 30px;
  overflow: hidden;
  background: white;
  box-shadow: 13px 13px 0 var(--sun), var(--shadow-soft);
  transform: rotate(.25deg);
}
.comic-panel img { width: 100%; aspect-ratio: 32 / 21; object-fit: cover; object-position: center; }
.original-avatar-sticker {
  position: absolute;
  z-index: 4;
  left: -28px;
  bottom: -42px;
  width: 154px;
  margin: 0;
  padding: 8px 8px 6px;
  border: 3px solid var(--ink);
  border-radius: 15px;
  background: white;
  box-shadow: 7px 7px 0 var(--coral);
  transform: rotate(-5deg);
}
.original-avatar-sticker img { width: 100%; max-width: 136px; margin-inline: auto; image-rendering: auto; }
.original-avatar-sticker figcaption {
  margin-top: 4px;
  font-size: .63rem;
  font-weight: 950;
  letter-spacing: .06em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

/* General sections */
.section { padding: clamp(62px, 8vw, 104px) 0; }
.section-tight { padding: clamp(42px, 6vw, 74px) 0; }
.section-paper {
  border-block: 1px solid var(--line);
  background:
    linear-gradient(rgba(23,47,71,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(23,47,71,.035) 1px, transparent 1px),
    var(--paper);
  background-size: 30px 30px;
}
.section-bay { background: var(--bay-dark); color: white; }
.section-bay .lead { color: rgba(255,255,255,.82); }
.section-bay .kicker { color: var(--ink); }
.section-sun { border-block: 3px solid var(--ink); background: var(--sun); }
.section-heading, .directory-intro {
  display: grid;
  grid-template-columns: minmax(0,.86fr) minmax(320px,.56fr);
  gap: 34px;
  align-items: end;
  margin-bottom: 38px;
}
.section-heading p, .directory-intro p { margin-bottom: 0; }
.light-heading h2 { color: white; }

.reboot-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(390px,.82fr);
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}
.reboot-copy p { max-width: 730px; }
.signoff {
  margin-top: 28px;
  padding: 20px 22px;
  border: 3px solid var(--ink);
  border-radius: 16px;
  background: #fff0bf;
  box-shadow: 7px 7px 0 var(--ink);
}
.family-collage { position: relative; height: 570px; }
.collage-card {
  position: absolute;
  margin: 0;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 24px;
  background: white;
  box-shadow: var(--shadow-soft);
}
.collage-card img { width: 100%; height: 100%; object-fit: cover; }
.collage-card.c1 { width: 72%; height: 54%; top: 0; right: 0; transform: rotate(3deg); }
.collage-card.c2 { width: 68%; height: 52%; left: 0; bottom: 0; transform: rotate(-3deg); }
.collage-card.c3 { width: 34%; height: 39%; right: 4%; bottom: 3%; transform: rotate(6deg); }
.tape-label {
  position: absolute;
  z-index: 5;
  padding: 8px 12px;
  border: 2px solid var(--ink);
  border-radius: 7px;
  background: rgba(255,212,71,.96);
  box-shadow: 3px 3px 0 var(--ink);
  font-size: .73rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.tape-label.top { top: 18px; left: 4%; transform: rotate(-6deg); }
.tape-label.bottom { right: 9%; bottom: 22px; transform: rotate(4deg); }

.lane-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; }
.lane-card {
  position: relative;
  display: flex;
  min-height: 325px;
  flex-direction: column;
  padding: 24px;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: var(--radius);
  box-shadow: 8px 8px 0 var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.lane-card::after {
  content: "↗";
  position: absolute;
  top: 15px;
  right: 16px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: white;
  font-weight: 950;
}
.lane-card:hover, .lane-card:focus-visible { transform: translate(-4px,-4px) rotate(-.35deg); box-shadow: 13px 13px 0 var(--ink); outline: none; }
.lane-card:nth-child(even):hover, .lane-card:nth-child(even):focus-visible { transform: translate(-4px,-4px) rotate(.35deg); }
.lane-card.readers { background: #ddf8f4; }
.lane-card.music { background: #e9e3ff; }
.lane-card.family { background: #fff0df; }
.lane-card.archive { background: #fff3b8; }
.lane-number { margin-bottom: auto; color: rgba(23,47,71,.58); font-family: "Arial Black", sans-serif; font-size: .8rem; letter-spacing: .1em; }
.lane-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  margin: 28px 0 20px;
  border: 3px solid var(--ink);
  border-radius: 19px;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: "Arial Black", sans-serif;
  font-size: 1rem;
  transform: rotate(-4deg);
}
.lane-card p { margin-bottom: 0; color: var(--ink-2); }

.featured-sites { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
.featured-site {
  display: block;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 22px;
  background: white;
  color: var(--ink);
  box-shadow: 8px 8px 0 var(--sun);
  text-decoration: none;
  transition: transform .17s ease, box-shadow .17s ease;
}
.featured-site:hover, .featured-site:focus-visible { transform: translate(-3px,-3px); box-shadow: 12px 12px 0 var(--sun); outline: none; }
.featured-site img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-bottom: 3px solid var(--ink); }
.featured-site span { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 16px 18px; }
.featured-site strong { font-family: "Arial Black", sans-serif; font-size: 1.08rem; line-height: 1.1; }
.featured-site small { color: var(--ink-2); font-size: .72rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }

.podcast-panel {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,.8fr);
  gap: clamp(32px,6vw,76px);
  align-items: center;
  padding: clamp(28px,5vw,56px);
  border: 3px solid var(--ink);
  border-radius: var(--radius-lg);
  background: white;
  box-shadow: 12px 12px 0 var(--bay);
}
.podcast-art { overflow: hidden; border: 3px solid var(--ink); border-radius: 20px; box-shadow: 8px 8px 0 var(--sun); transform: rotate(1.2deg); }
.podcast-art img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }

.photo-ribbon { display: grid; grid-template-columns: repeat(6,minmax(120px,1fr)); gap: 10px; }
.photo-ribbon figure { margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 17px; background: white; aspect-ratio: 4/5; }
.photo-ribbon figure:nth-child(even) { transform: translateY(17px) rotate(1deg); }
.photo-ribbon figure:nth-child(odd) { transform: rotate(-1deg); }
.photo-ribbon img { width: 100%; height: 100%; object-fit: cover; }

/* Interior page heroes */
.page-hero {
  position: relative;
  padding: clamp(52px,7vw,90px) 0;
  background:
    radial-gradient(circle, rgba(23,47,71,.07) 1.5px, transparent 1.7px) 0 0 / 20px 20px,
    linear-gradient(120deg, rgba(255,212,71,.15), rgba(20,184,177,.09));
}
.page-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 8px; background: repeating-linear-gradient(90deg,var(--coral) 0 90px,var(--sun) 90px 180px,var(--bay) 180px 270px,var(--violet) 270px 360px); }
.page-hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.64fr); gap: clamp(38px,7vw,88px); align-items: center; }
.page-hero h1 { max-width: 900px; font-size: clamp(3.3rem,7vw,6.2rem); }

/* Keep the long Classic Leftcoastlove title readable without orphaning the final letter. */
.classic-hero h1 {
  max-width: none;
  font-size: clamp(2.45rem,4.65vw,4.25rem);
}
.classic-hero h1 .text-coral {
  display: inline-block;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  hyphens: none;
}
.page-photo {
  position: relative;
  width: min(100%,440px);
  margin: 0 0 0 auto;
  padding: 12px;
  border: 3px solid var(--ink);
  border-radius: 27px;
  background: white;
  box-shadow: 11px 11px 0 var(--coral);
  transform: rotate(2deg);
}
.page-photo img { width: 100%; aspect-ratio: 4/3; border-radius: 17px; object-fit: cover; }
.page-photo.portrait img { aspect-ratio: 4/5; }
.page-photo.landscape img { aspect-ratio: 4/3; object-position: center 30%; }
.page-photo figcaption { padding: 10px 3px 1px; font-size: .82rem; font-weight: 900; text-align: center; }

/* Website directory */
.intro-band { padding-block: clamp(44px,6vw,68px); }
.directory-intro { margin-bottom: 0; }
.directory-section { position: relative; }
.category-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 34px; }
.category-heading .kicker { margin-bottom: 9px; }
.category-heading h2 { margin-bottom: 0; }
.category-number {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  flex: 0 0 68px;
  border: 3px solid var(--ink);
  border-radius: 50%;
  background: var(--sun);
  box-shadow: 5px 5px 0 var(--ink);
  font-family: "Arial Black", sans-serif;
  font-size: 1.13rem;
  transform: rotate(-4deg);
}
.light-heading .category-number { background: var(--sun); color: var(--ink); }
.website-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.website-grid.three-up { grid-template-columns: repeat(3,minmax(0,1fr)); }
.website-card {
  display: flex;
  min-height: 440px;
  flex-direction: column;
  overflow: hidden;
  border: 3px solid var(--ink);
  border-radius: 23px;
  background: white;
  box-shadow: 8px 8px 0 var(--ink);
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}
.website-card:hover, .website-card:focus-visible { transform: translate(-4px,-4px); box-shadow: 13px 13px 0 var(--ink); outline: none; }
.website-card > img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-bottom: 3px solid var(--ink); }
.website-copy { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.website-copy .status { margin-bottom: 15px; border-width: 1px; box-shadow: none; font-size: .65rem; }
.status.live { background: #c9f3dc; }
.status.reference { background: #e8ddff; }
.status.family-status { background: #d8f5fa; }
.status.podcast-status { background: #ffe7a8; }
.status.archive-status { background: #f1d8ef; }
.status.random-status { background: #ffe0d3; }
.website-copy p { margin: 0 0 24px; color: var(--ink-2); }
.launch-link {
  display: inline-flex;
  width: fit-content;
  margin-top: auto;
  padding: 9px 12px;
  border: 2px solid var(--ink);
  border-radius: 10px;
  background: var(--sun);
  font-size: .88rem;
  font-weight: 950;
}
.light-card { background: var(--paper); color: var(--ink); }
.method-panel { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1fr); gap: 48px; align-items: start; }
.method-list { display: grid; gap: 12px; }
.method-list p { margin: 0; padding: 18px 20px; border: 3px solid var(--ink); border-radius: 15px; background: white; box-shadow: 5px 5px 0 var(--ink); }

/* Classic archive */
.era-gallery { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; align-items: start; }
.era-card { margin: 0; overflow: hidden; border: 3px solid var(--ink); border-radius: 20px; background: white; box-shadow: 7px 7px 0 var(--ink); }
.era-card:nth-child(1) { transform: rotate(-1.5deg); }
.era-card:nth-child(2) { transform: translateY(16px) rotate(1.5deg); }
.era-card:nth-child(3) { transform: rotate(-1deg); }
.era-card:nth-child(4) { transform: translateY(16px) rotate(1.2deg); }
.era-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; border-bottom: 3px solid var(--ink); }
.era-card.hawaii img { object-position: center 42%; }
.era-card figcaption { display: grid; gap: 3px; min-height: 112px; padding: 15px; }
.era-card strong { font-family: "Arial Black", sans-serif; font-size: 1.03rem; line-height: 1.1; }
.era-card span { color: var(--ink-2); font-size: .88rem; line-height: 1.35; }
.timeline { position: relative; display: grid; gap: 20px; max-width: 930px; margin: 44px auto 0; }
.timeline::before { content: ""; position: absolute; top: 20px; bottom: 20px; left: 27px; width: 5px; border-radius: 4px; background: var(--bay); }
.timeline-item { position: relative; display: grid; grid-template-columns: 58px minmax(0,1fr); gap: 20px; align-items: start; }
.timeline-dot { position: relative; z-index: 2; width: 58px; height: 58px; display: grid; place-items: center; border: 3px solid var(--ink); border-radius: 50%; background: var(--sun); box-shadow: 4px 4px 0 var(--ink); font-family: "Arial Black", sans-serif; }
.timeline-copy { padding: 23px 25px; border: 2px solid var(--ink); border-radius: 19px; background: white; box-shadow: 0 8px 22px rgba(23,47,71,.09); }
.timeline-copy p { margin: 0; color: var(--ink-2); }
.domain-panel { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 48px; align-items: center; }
.domain-price {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 4px solid var(--ink);
  border-radius: 50%;
  background: var(--coral);
  color: white;
  box-shadow: 11px 11px 0 var(--sun);
  font-family: "Arial Black", sans-serif;
  font-size: clamp(2.6rem,5vw,4.5rem);
  line-height: .9;
  transform: rotate(-5deg);
}
.archive-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 20px; }
.archive-card { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 20px; min-height: 220px; padding: 22px; border: 3px solid var(--ink); border-radius: 22px; background: white; box-shadow: 7px 7px 0 var(--ink); text-decoration: none; }
.archive-card:hover, .archive-card:focus-visible { transform: translate(-2px,-2px); box-shadow: 10px 10px 0 var(--ink); outline: none; }
.stamp { width: 82px; aspect-ratio: 1; display: grid; place-items: center; border: 3px dashed var(--ink); border-radius: 13px; background: var(--sun); font-family: "Arial Black", sans-serif; font-size: .78rem; line-height: 1.08; text-align: center; text-transform: uppercase; transform: rotate(-4deg); }
.archive-card p { margin-bottom: 0; color: var(--ink-2); }
.archive-rule { margin-top: 34px; padding: 20px 22px; border: 3px solid var(--ink); border-radius: 14px; background: var(--sun); box-shadow: 6px 6px 0 var(--ink); font-size: 1.08rem; }

/* Footer */
.site-footer { padding: 54px 0 26px; border-top: 3px solid var(--ink); background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 30px; align-items: end; }
.footer-brand { max-width: 650px; }
.footer-brand h2 { margin-bottom: 10px; color: var(--sun); font-size: clamp(2rem,4vw,3.4rem); }
.footer-brand p { margin: 0; color: rgba(255,255,255,.72); }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 8px; }
.footer-links a { padding: 8px 10px; border-radius: 10px; color: white; font-size: .9rem; font-weight: 900; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus-visible { background: white; color: var(--ink); outline: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.58); font-size: .82rem; }

@media (max-width: 1080px) {
  .lane-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .website-grid.three-up { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .nav-list a { font-size: .82rem; padding-inline: 8px; }
}

@media (max-width: 980px) {
  .nav-toggle { display: grid; place-items: center; }
  .site-nav { position: relative; }
  .nav-list {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: min(370px,calc(100vw - 36px));
    display: none;
    align-items: stretch;
    padding: 12px;
    border: 3px solid var(--ink);
    border-radius: 18px;
    background: var(--cream);
    box-shadow: 8px 8px 0 var(--ink);
  }
  .nav-list.open { display: grid; }
  .nav-list a { width: 100%; font-size: .94rem; padding: 12px; }
  .home-hero, .reboot-grid, .page-hero-grid, .section-heading, .directory-intro, .podcast-panel, .method-panel, .domain-panel { grid-template-columns: 1fr; }
  .home-hero { gap: 48px; }
  .comic-panel-wrap { margin-inline: auto; }
  .family-collage { width: 100%; max-width: 630px; margin-inline: auto; }
  .page-photo { margin-inline: auto; }
  .section-heading, .directory-intro { align-items: start; }
  .domain-price { width: 210px; min-height: 210px; margin-inline: auto; }
  .photo-ribbon { grid-template-columns: repeat(3,minmax(120px,1fr)); row-gap: 28px; }
  .era-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .era-card:nth-child(2), .era-card:nth-child(4) { transform: none; }
}

@media (max-width: 740px) {
  body { font-size: 16px; }
  .header-inner { min-height: 74px; }
  .brand-icon { width: 42px; height: 42px; flex-basis: 42px; }
  .brand-name { font-size: 1.22rem; }
  .home-hero-section { padding-top: 28px; }
  .comic-title { font-size: clamp(4rem,20vw,6rem); }
  .original-avatar-sticker { width: 124px; left: -10px; bottom: -36px; }
  .lane-grid, .website-grid, .website-grid.two-up, .website-grid.three-up, .featured-sites, .archive-grid { grid-template-columns: 1fr; }
  .lane-card { min-height: 290px; }
  .website-card { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr; align-items: start; }
  .footer-links { justify-content: flex-start; }
  .footer-bottom { flex-direction: column; }
  .category-heading { align-items: flex-start; }
}

@media (max-width: 560px) {
  .wrap { width: min(calc(100% - 24px),var(--max)); }
  h1 { font-size: clamp(2.9rem,15vw,4.5rem); }
  .classic-hero h1 { font-size: clamp(2rem,9.7vw,2.75rem); }
  h2 { font-size: clamp(2rem,11vw,3.15rem); }
  .comic-title { font-size: clamp(3.8rem,21vw,5.1rem); }
  .comic-title span:last-child { -webkit-text-stroke-width: 2px; text-shadow: 4px 4px 0 var(--sun); }
  .button-row { display: grid; }
  .button { width: 100%; }
  .comic-panel-wrap { padding-right: 8px; }
  .comic-panel { border-radius: 22px; box-shadow: 8px 8px 0 var(--sun); }
  .original-avatar-sticker { position: relative; left: auto; bottom: auto; width: 116px; margin: -28px 0 0 14px; }
  .family-collage { height: 505px; }
  .collage-card.c1 { width: 80%; height: 52%; }
  .collage-card.c2 { width: 73%; height: 48%; }
  .collage-card.c3 { width: 39%; height: 34%; }
  .photo-ribbon { grid-template-columns: repeat(2,minmax(100px,1fr)); }
  .era-gallery { grid-template-columns: 1fr; gap: 22px; }
  .era-card { transform: none !important; }
  .era-card img { aspect-ratio: 4/4.5; object-position: center 30%; }
  .timeline-item { grid-template-columns: 46px minmax(0,1fr); gap: 13px; }
  .timeline-dot { width: 46px; height: 46px; }
  .timeline::before { left: 21px; }
  .archive-card { grid-template-columns: 1fr; }
  .category-number { width: 56px; height: 56px; flex-basis: 56px; }
  .category-heading { gap: 13px; }
  .page-photo { width: 100%; }
  .domain-price { width: 175px; min-height: 175px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
