:root {
  color-scheme: light;
  --ink: #221107;
  --muted: #3f2a19;
  --paper: #e9d8af;
  --paper-dark: #d6b979;
  --inner-wood: #f0d58f;
  --inner-wood-dark: #b77932;
  --wood: #5b351f;
  --wood-dark: #2a170d;
  --green: #143b2b;
  --green-dark: #0c241a;
  --brass: #c89436;
  --red: #8e2f22;
  --line: rgba(36, 23, 14, 0.24);
  --white: #f7ead0;
  --shadow: 0 18px 34px rgba(18, 10, 5, 0.28);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(10, 4, 1, 0.52), transparent 14%, transparent 86%, rgba(10, 4, 1, 0.54)),
    radial-gradient(circle at 28% 13%, rgba(245, 139, 45, 0.48), transparent 18rem),
    radial-gradient(circle at 78% 48%, rgba(210, 92, 21, 0.36), transparent 16rem),
    repeating-linear-gradient(
      0deg,
      #21100a 0 5px,
      #5d2812 6px 18px,
      #a85321 27px,
      #d5742d 43px,
      #7b3719 64px,
      #35170d 78px,
      #130805 86px
    ),
    var(--wood);
  background-attachment: fixed;
  font-family: Georgia, "Times New Roman", serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.72;
  background-image:
    radial-gradient(ellipse at 18% 12%, rgba(54, 21, 8, 0.88) 0 9px, rgba(125, 55, 21, 0.5) 10px 22px, transparent 24px),
    radial-gradient(ellipse at 72% 31%, rgba(51, 19, 7, 0.78) 0 7px, rgba(142, 64, 26, 0.42) 8px 19px, transparent 21px),
    radial-gradient(ellipse at 34% 57%, rgba(45, 17, 7, 0.72) 0 6px, rgba(126, 55, 22, 0.38) 7px 17px, transparent 19px),
    radial-gradient(ellipse at 82% 78%, rgba(49, 18, 8, 0.78) 0 8px, rgba(134, 57, 21, 0.42) 9px 21px, transparent 23px),
    linear-gradient(90deg, rgba(255, 186, 79, 0.18), transparent 18%, rgba(255, 219, 154, 0.1) 50%, transparent 82%, rgba(0, 0, 0, 0.12)),
    repeating-linear-gradient(0deg, transparent 0 38px, rgba(255, 207, 119, 0.1) 39px 43px, transparent 44px 78px, rgba(20, 8, 4, 0.5) 79px 86px);
  background-size: 100% 430px, 100% 510px, 100% 470px, 100% 560px, 100% 100%, 100% 86px;
  mix-blend-mode: overlay;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at center, transparent 38%, rgba(8, 3, 1, 0.28) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.24), transparent 18%, transparent 82%, rgba(0, 0, 0, 0.28));
}

a {
  color: inherit;
}

.page-shell {
  position: relative;
  z-index: 1;
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

.hero {
  min-height: 76vh;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.72fr);
  gap: 38px;
  align-items: center;
  margin-bottom: 34px;
}

.hero-copy {
  position: relative;
  padding: 38px;
  border: 3px solid rgba(36, 23, 14, 0.82);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f1d996, #cf8d3f),
    radial-gradient(ellipse at 44% 42%, transparent 0 30%, rgba(112, 65, 28, 0.06) 31% 31.8%, transparent 33%),
    radial-gradient(ellipse at 44% 42%, transparent 0 51%, rgba(112, 65, 28, 0.045) 52% 52.8%, transparent 54%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 28%, rgba(128, 72, 28, 0.04) 62%, transparent),
    var(--inner-wood);
  box-shadow: 0 18px 34px rgba(18, 10, 5, 0.3);
  overflow: hidden;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero-copy::before,
.hero-copy::after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: radial-gradient(circle, #f4d88e 0 28%, var(--brass) 30% 100%);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.45), 0 1px 0 rgba(36, 23, 14, 0.7);
}

.hero-copy::before {
  top: 16px;
  left: 16px;
}

.hero-copy::after {
  right: 16px;
  bottom: 16px;
}

.eyebrow,
.section-label {
  margin: 0 0 14px;
  color: var(--red);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  max-width: 830px;
  margin-bottom: 22px;
  color: var(--ink);
  font-family: "Sancreek", "Rye", "Copperplate", Georgia, serif;
  font-size: clamp(2.45rem, 5.4vw, 5.1rem);
  line-height: 1.08;
  letter-spacing: 0;
  text-shadow: 0 2px 0 rgba(255, 250, 230, 0.72);
}

h2 {
  margin-bottom: 14px;
  color: var(--ink);
  font-family: "Sancreek", "Rye", "Copperplate", Georgia, serif;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  letter-spacing: 0;
}

.lead {
  max-width: 690px;
  color: var(--muted);
  font-size: clamp(1.1rem, 2vw, 1.42rem);
  line-height: 1.48;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 12px 18px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.94rem;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
  transition: transform 170ms ease, box-shadow 170ms ease, background 170ms ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 6px 6px 0 var(--ink);
}

.button.primary {
  color: var(--white);
  background: var(--red);
}

.button.secondary {
  background: var(--paper);
}

.catch-card {
  position: relative;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 22px;
  background:
    linear-gradient(135deg, #f1d996, #cc873a),
    radial-gradient(ellipse at 48% 46%, transparent 0 32%, rgba(119, 70, 29, 0.06) 33% 33.8%, transparent 35%),
    radial-gradient(ellipse at 48% 46%, transparent 0 52%, rgba(119, 70, 29, 0.045) 53% 53.8%, transparent 55%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 42%, rgba(125, 73, 29, 0.04)),
    var(--white);
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
  overflow: hidden;
}

.catch-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px dashed rgba(36, 23, 14, 0.34);
  border-radius: 6px;
  pointer-events: none;
}

.card-topline,
.catch-stats div,
.leaderboard li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.card-topline {
  position: relative;
  z-index: 1;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.9rem;
}

.card-topline strong {
  color: var(--red);
}

.fish-mark {
  position: relative;
  height: 170px;
  margin: 30px 0;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(20, 59, 43, 0.18), transparent),
    repeating-linear-gradient(90deg, rgba(36, 23, 14, 0.08) 0 2px, transparent 2px 18px),
    #c2d2b2;
  overflow: hidden;
}

.fish-hook {
  position: absolute;
  top: 23px;
  left: 28px;
  width: 48px;
  height: 68px;
  border-right: 5px solid var(--brass);
  border-bottom: 5px solid var(--brass);
  border-radius: 0 0 38px 0;
  transform: rotate(18deg);
}

.fish-hook::after {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -6px;
  width: 15px;
  height: 15px;
  border-left: 5px solid var(--brass);
  border-bottom: 5px solid var(--brass);
  transform: rotate(-28deg);
}

.fish-body {
  position: absolute;
  top: 55px;
  left: 54px;
  width: 190px;
  height: 72px;
  border-radius: 80% 55% 55% 80%;
  background:
    radial-gradient(circle at 24% 42%, #f8ecd2 0 4px, transparent 5px),
    linear-gradient(135deg, #2f694f, var(--green-dark));
}

.fish-tail {
  position: absolute;
  top: 62px;
  left: 224px;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 62px solid var(--green);
}

.catch-stats {
  position: relative;
  z-index: 1;
  margin: 0;
}

.catch-stats div {
  border-top: 1px solid var(--line);
  padding: 14px 0;
}

.catch-stats dt {
  color: var(--muted);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.82rem;
}

.catch-stats dd {
  margin: 0;
  font-weight: 700;
  text-align: right;
}

.problem-band,
.leaderboard,
.feedback {
  border: 2px solid var(--ink);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #f1d996, #cc873a),
    radial-gradient(ellipse at 32% 35%, transparent 0 31%, rgba(127, 75, 31, 0.055) 32% 32.8%, transparent 34%),
    radial-gradient(ellipse at 32% 35%, transparent 0 52%, rgba(127, 75, 31, 0.04) 53% 53.8%, transparent 55%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 45%, rgba(120, 72, 31, 0.035)),
    var(--inner-wood);
  box-shadow: 0 16px 28px rgba(18, 10, 5, 0.24);
  overflow: hidden;
}

.problem-band {
  padding: 18px;
}

.problem-band p {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-weight: 700;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.problem-grid span {
  min-height: 58px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(247, 234, 208, 0.86), rgba(200, 148, 54, 0.24));
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.82rem;
  font-weight: 800;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 250, 230, 0.55);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin: 34px 0;
}

.content-grid article {
  position: relative;
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 26px;
  background:
    linear-gradient(135deg, #f1d996, #cc873a),
    radial-gradient(ellipse at 50% 45%, transparent 0 31%, rgba(112, 65, 28, 0.055) 32% 32.8%, transparent 34%),
    radial-gradient(ellipse at 50% 45%, transparent 0 53%, rgba(112, 65, 28, 0.04) 54% 54.8%, transparent 56%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 48%, rgba(120, 72, 31, 0.035)),
    var(--inner-wood);
  box-shadow: 0 16px 28px rgba(18, 10, 5, 0.22);
  overflow: hidden;
}

.content-grid article > * {
  position: relative;
  z-index: 1;
}

.content-grid p:not(.section-label),
.feedback p {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.leaderboard {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 24px;
  align-items: center;
  padding: 26px;
  background:
    linear-gradient(135deg, #f1d996, #cc873a),
    radial-gradient(ellipse at 35% 36%, transparent 0 32%, rgba(112, 65, 28, 0.055) 33% 33.8%, transparent 35%),
    radial-gradient(ellipse at 35% 36%, transparent 0 54%, rgba(112, 65, 28, 0.04) 55% 55.8%, transparent 57%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08), transparent 48%, rgba(120, 72, 31, 0.035)),
    var(--inner-wood);
  color: var(--ink);
}

.leaderboard .section-label {
  color: var(--red);
}

.leaderboard-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.leaderboard ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.leaderboard li {
  align-items: center;
  border: 1px solid rgba(247, 234, 208, 0.62);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 14px;
  background:
    linear-gradient(135deg, rgba(20, 59, 43, 0.98), rgba(12, 36, 26, 0.98)),
    var(--green);
  color: var(--white);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  box-shadow: inset 0 0 0 1px rgba(36, 23, 14, 0.36);
}

.leaderboard li:last-child {
  margin-bottom: 0;
}

.leaderboard span {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--brass);
  color: var(--ink);
  font-weight: 800;
}

.leaderboard strong {
  flex: 1;
}

.leaderboard em {
  font-style: normal;
  font-weight: 800;
}

.feedback {
  margin-top: 34px;
  padding: 34px;
}

.feedback h2 {
  max-width: 820px;
}

.policy-page {
  max-width: 860px;
}

.survey-page {
  max-width: 920px;
}

.survey-page .hero-copy {
  margin-bottom: 28px;
}

.survey-page h1 {
  font-size: clamp(2rem, 6vw, 4.1rem);
}

.survey-form {
  display: grid;
  gap: 18px;
  margin-bottom: 56px;
}

.survey-form fieldset {
  border: 2px solid var(--ink);
  border-radius: 8px;
  padding: 22px 24px 24px;
  background:
    linear-gradient(135deg, #f5dfaa, #dfad64),
    radial-gradient(ellipse at 50% 45%, transparent 0 31%, rgba(112, 65, 28, 0.055) 32% 32.8%, transparent 34%),
    radial-gradient(ellipse at 50% 45%, transparent 0 53%, rgba(112, 65, 28, 0.04) 54% 54.8%, transparent 56%),
    var(--inner-wood);
  box-shadow: 0 16px 28px rgba(18, 10, 5, 0.22);
}

.survey-form legend {
  display: block;
  float: left;
  width: 100%;
  padding: 0;
  color: var(--ink);
  font-family: "Sancreek", "Rye", "Copperplate", Georgia, serif;
  font-size: clamp(1.25rem, 3vw, 1.75rem);
  line-height: 1.15;
}

.survey-form legend span {
  display: block;
  margin-bottom: 8px;
}

.survey-form label {
  clear: both;
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 48px;
  margin-top: 12px;
  border: 1px solid rgba(247, 234, 208, 0.7);
  border-radius: 8px;
  padding: 12px 14px;
  background: rgba(255, 244, 214, 0.88);
  color: var(--ink);
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-weight: 800;
}

.survey-form input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--red);
  flex: 0 0 auto;
}

.form-helper,
.privacy-copy {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.45;
}

.email-field {
  display: grid;
  align-items: stretch;
  gap: 8px;
}

.email-field input {
  width: 100%;
  min-height: 48px;
  border: 2px solid rgba(36, 23, 14, 0.56);
  border-radius: 8px;
  padding: 10px 12px;
  background: rgba(255, 250, 230, 0.94);
  color: var(--ink);
  font: inherit;
}

.privacy-copy {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.privacy-copy a {
  color: var(--red);
  font-weight: 800;
}

.survey-submit {
  width: min(100%, 420px);
  margin: 8px auto 0;
  cursor: pointer;
}

.policy-page h1 {
  font-size: clamp(2.7rem, 7vw, 5rem);
}

.policy-page h2 {
  margin-top: 28px;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
}

.policy-date {
  margin-top: 30px;
  font-family: "Trebuchet MS", Verdana, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
}

.feedback p {
  max-width: 720px;
}

@media (max-width: 820px) {
  .page-shell {
    width: min(100% - 22px, 680px);
    padding-top: 18px;
  }

  .hero,
  .content-grid,
  .leaderboard {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-copy {
    padding: 28px 24px;
  }

  h1 {
    font-size: clamp(2rem, 9.5vw, 3.4rem);
    line-height: 1.12;
  }

  .catch-card {
    transform: none;
  }

  .problem-grid {
    grid-template-columns: 1fr;
  }

  .actions,
  .button {
    width: 100%;
  }

  .fish-body {
    left: 34px;
    width: 170px;
  }

  .fish-tail {
    left: 194px;
  }
}
