:root {
  color-scheme: light;
  --forest: #173d2b;
  --forest-deep: #102c20;
  --leaf: #43765a;
  --honey: #e8aa31;
  --honey-light: #f5cf75;
  --cream: #fbf8ef;
  --paper: #fffdf8;
  --ink: #21372c;
  --muted: #607168;
  --line: rgba(23, 61, 43, 0.14);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(232, 170, 49, 0.11), transparent 24rem),
    linear-gradient(145deg, var(--cream) 0%, #f6f1e3 100%);
  font-family: Inter, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; }
a { color: inherit; }

.skip-link {
  position: absolute;
  z-index: 30;
  top: 0;
  left: 1rem;
  padding: .8rem 1rem;
  color: #fff;
  background: var(--forest);
  border-radius: 0 0 .5rem .5rem;
  transform: translateY(-110%);
}

.skip-link:focus { transform: translateY(0); }

.shell {
  width: min(1120px, calc(100% - 2.5rem));
  margin-inline: auto;
}

.site-header {
  border-bottom: 1px solid var(--line);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .8rem;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  color: var(--forest);
  background: var(--honey-light);
  border-radius: 14px;
  box-shadow: 0 8px 24px rgba(23, 61, 43, .12);
}

.brand-mark svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.brand-name {
  display: block;
  font-family: Fraunces, Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.05;
}

.brand-subtitle {
  display: block;
  margin-top: .2rem;
  color: var(--muted);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 3vw, 2rem);
}

.header-nav a {
  color: var(--forest);
  font-size: .86rem;
  font-weight: 700;
  text-decoration: none;
}

.header-nav a:hover,
.header-nav a[aria-current="page"] {
  text-decoration: underline;
  text-decoration-color: var(--honey);
  text-decoration-thickness: 2px;
  text-underline-offset: .35rem;
}

.season-hero {
  position: relative;
  min-height: min(680px, 72vh);
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(23, 61, 43, .16);
}

.season-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.season-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 39, 27, .88) 0%, rgba(12, 39, 27, .55) 44%, rgba(12, 39, 27, .08) 78%);
}

.hero-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: min(680px, 72vh);
  max-width: 690px;
  padding: clamp(2rem, 6vw, 5rem);
  color: #fff;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0 0 1rem;
  color: var(--honey-light);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  background: var(--honey);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(232, 170, 49, .16);
}

h1,
h2,
h3 {
  color: var(--forest-deep);
  font-family: Fraunces, Georgia, serif;
}

h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(3.2rem, 7vw, 6rem);
  line-height: .97;
  letter-spacing: -.045em;
}

.hero-lead {
  max-width: 620px;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.65;
}

.intro {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr);
  align-items: start;
  gap: clamp(2rem, 7vw, 6rem);
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.intro h2,
.section-heading h2 {
  margin: 0;
  font-size: clamp(2.35rem, 5vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -.035em;
}

.intro-copy {
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.8;
}

.intro-copy p:first-child { margin-top: 0; }
.intro-copy p:last-child { margin-bottom: 0; }

.season-list {
  display: grid;
  gap: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
}

.season {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
}

.season:nth-child(even) .season-image { order: 2; }

.season-image {
  min-height: 430px;
  margin: 0;
  overflow: hidden;
  background: #d8d7c9;
  border-radius: 24px;
  box-shadow: 0 20px 48px rgba(23, 61, 43, .13);
}

.season-image img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  display: block;
}

.season-label {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .7rem;
  color: var(--leaf);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.season-label::before {
  content: "";
  width: 26px;
  height: 2px;
  background: var(--honey);
}

.season-copy h2 {
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  letter-spacing: -.03em;
  line-height: 1.04;
}

.season-copy p {
  color: var(--muted);
  line-height: 1.75;
}

.season-copy ul {
  display: grid;
  gap: .65rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.season-copy li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--ink);
  line-height: 1.55;
}

.season-copy li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--honey);
  font-size: 1.35rem;
  line-height: 1.1;
}

.code-section {
  padding-block: clamp(3rem, 7vw, 5.5rem);
  background: var(--forest);
  color: #fff;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  align-items: end;
  gap: clamp(2rem, 6vw, 5rem);
  margin-bottom: 2rem;
}

.code-section .section-heading h2 { color: #fff; }

.section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, .74);
  line-height: 1.7;
}

.code-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.code-card {
  padding: 1.5rem;
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 18px;
}

.code-card span {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 1rem;
  color: var(--forest);
  background: var(--honey-light);
  border-radius: 13px;
  font-weight: 800;
}

.code-card h3 {
  margin: 0;
  color: #fff;
  font-size: 1.35rem;
}

.code-card p {
  margin: .65rem 0 0;
  color: rgba(255, 255, 255, .72);
  font-size: .9rem;
  line-height: 1.65;
}

.official-link {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin-top: 1.5rem;
  color: var(--honey-light);
  font-weight: 700;
  text-underline-offset: .25rem;
}

.wildlife-help {
  padding-block: clamp(3rem, 7vw, 5.5rem);
}

.wildlife-help .section-heading p {
  color: var(--muted);
}

.help-grid,
.info-card-grid,
.species-grid,
.village-grid,
.resource-grid,
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.help-card,
.info-card,
.species-card,
.village-card,
.resource-card,
.related-card {
  padding: 1.45rem;
  background: rgba(255, 253, 248, .82);
  border: 1px solid var(--line);
  border-radius: 18px;
}

.help-card h3,
.info-card h3,
.species-card h3,
.village-card h3,
.resource-card h3,
.related-card h3 {
  margin: 0;
  font-size: 1.3rem;
}

.help-card p,
.info-card p,
.species-card p,
.village-card p,
.resource-card p,
.related-card p {
  margin: .65rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.guide-hero {
  position: relative;
  min-height: min(560px, 68vh);
  margin-top: 1.25rem;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 65px rgba(23, 61, 43, .16);
}

.guide-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.guide-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(12, 39, 27, .9) 0%, rgba(12, 39, 27, .56) 48%, rgba(12, 39, 27, .08) 80%);
}

.guide-hero .hero-copy {
  min-height: min(560px, 68vh);
}

.guide-hero h1 {
  max-width: 820px;
  font-size: clamp(2.9rem, 6.8vw, 5.5rem);
}

.article-intro,
.content-section,
.related-guides {
  padding-block: clamp(3rem, 7vw, 5rem);
}

.article-intro {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(300px, 1.2fr);
  gap: clamp(2rem, 7vw, 6rem);
  align-items: start;
}

.article-intro h2,
.content-section h2,
.related-guides h2 {
  margin: 0;
  font-size: clamp(2.2rem, 4.6vw, 3.8rem);
  line-height: 1.05;
  letter-spacing: -.035em;
}

.article-copy,
.content-section > p,
.content-copy {
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.78;
}

.article-copy p:first-child,
.content-copy p:first-child { margin-top: 0; }

.content-section {
  border-top: 1px solid var(--line);
}

.content-section + .content-section {
  padding-top: 0;
  border-top: 0;
}

.content-heading {
  max-width: 760px;
  margin-bottom: 1.75rem;
}

.content-heading .eyebrow {
  color: var(--leaf);
}

.content-heading > p:last-child {
  color: var(--muted);
  line-height: 1.75;
}

.content-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.content-grid figure {
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(23, 61, 43, .12);
}

.content-grid figure img {
  display: block;
  width: 100%;
  min-height: 390px;
  height: 100%;
  object-fit: cover;
}

.species-grid,
.village-grid,
.resource-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.resource-card {
  display: flex;
  flex-direction: column;
}

.resource-card a,
.related-card a {
  display: inline-flex;
  margin-top: auto;
  padding-top: 1rem;
  color: var(--forest);
  font-weight: 700;
  text-underline-offset: .25rem;
}

.tag {
  display: inline-block;
  margin-bottom: .7rem;
  color: var(--leaf);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.callout {
  margin-top: 1.5rem;
  padding: 1.35rem 1.5rem;
  color: var(--forest);
  background: rgba(232, 170, 49, .12);
  border: 1px solid rgba(232, 170, 49, .25);
  border-radius: 18px;
  line-height: 1.7;
}

.callout strong {
  font-family: Fraunces, Georgia, serif;
  font-size: 1.08rem;
}

.check-list {
  display: grid;
  gap: .7rem;
  margin: 1.2rem 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 1.45rem;
  line-height: 1.65;
}

.check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--leaf);
  font-weight: 800;
}

.related-guides {
  border-top: 1px solid var(--line);
}

.related-guides h2 {
  margin-bottom: 1.5rem;
}

.related-card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease;
}

.related-card:hover {
  box-shadow: 0 15px 34px rgba(23, 61, 43, .1);
  transform: translateY(-2px);
}

.related-card span:last-child {
  margin-top: auto;
  padding-top: 1rem;
  color: var(--forest);
  font-weight: 700;
}

.bee-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-block: clamp(3rem, 7vw, 5.5rem);
  padding: clamp(1.75rem, 4vw, 2.8rem);
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(23, 61, 43, .09);
}

.bee-cta h2 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3rem);
}

.bee-cta p {
  max-width: 700px;
  margin: .7rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: .9rem 1.35rem;
  color: #fff;
  background: var(--forest);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(23, 61, 43, .18);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: transform .2s ease, background-color .2s ease;
}

.button:hover {
  background: var(--forest-deep);
  transform: translateY(-2px);
}

.site-footer {
  border-top: 1px solid var(--line);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1.35rem;
  color: var(--muted);
  font-size: .78rem;
}

.footer-inner p { margin: 0; }

.footer-inner a {
  color: var(--forest);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: .2rem;
}

a:focus-visible {
  outline: 3px solid var(--honey);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .shell { width: min(100% - 1.5rem, 680px); }

  .header-inner {
    flex-wrap: wrap;
    gap: .75rem;
    min-height: 0;
    padding-block: 1rem;
  }

  .header-nav {
    width: 100%;
    justify-content: space-between;
    gap: .75rem;
    padding-top: .75rem;
    border-top: 1px solid var(--line);
  }

  .header-nav a { font-size: .78rem; }

  .season-hero {
    min-height: 570px;
    border-radius: 20px;
  }

  .guide-hero {
    min-height: 520px;
    border-radius: 20px;
  }

  .guide-hero::after {
    background: linear-gradient(0deg, rgba(12, 39, 27, .93) 0%, rgba(12, 39, 27, .5) 64%, rgba(12, 39, 27, .08) 100%);
  }

  .guide-hero .hero-copy { min-height: 520px; }

  .season-hero::after {
    background: linear-gradient(0deg, rgba(12, 39, 27, .92) 0%, rgba(12, 39, 27, .5) 60%, rgba(12, 39, 27, .08) 100%);
  }

  .hero-copy {
    min-height: 570px;
    padding: 1.6rem;
  }

  h1 { font-size: clamp(3rem, 15vw, 4.4rem); }

  .intro,
  .season,
  .section-heading,
  .bee-cta,
  .article-intro,
  .content-grid {
    grid-template-columns: 1fr;
  }

  .intro,
  .section-heading { gap: 1.25rem; }

  .season:nth-child(even) .season-image { order: 0; }

  .season-image,
  .season-image img { min-height: 290px; }

  .code-grid { grid-template-columns: 1fr; }
  .help-grid,
  .info-card-grid,
  .species-grid,
  .village-grid,
  .resource-grid,
  .related-grid { grid-template-columns: 1fr; }

  .content-grid figure,
  .content-grid figure img { min-height: 290px; }

  .bee-cta { align-items: start; }
  .button { width: 100%; white-space: normal; }

  .footer-inner { flex-direction: column; }
}

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