﻿:root {
  --bg: #f6f1e8;
  --surface: #fffaf1;
  --surface-strong: #e8f0e7;
  --ink: #17231d;
  --muted: #5f6b61;
  --accent: #b96f2f;
  --accent-light: #d88f43;
  --river: #2f8179;
  --line: rgba(39, 55, 46, 0.16);
  --shadow: 0 22px 60px rgba(40, 50, 42, 0.16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(135deg, rgba(47, 129, 121, 0.13), transparent 36%),
    radial-gradient(circle at 82% 10%, rgba(216, 143, 67, 0.16), transparent 28%),
    linear-gradient(180deg, #fffaf1 0%, #f1eadf 48%, #e8f0e7 100%);
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, 92vw); margin: 0 auto; }
.narrow { width: min(860px, 92vw); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 250, 241, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.nav-bar {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  width: min(315px, 58vw);
  text-decoration: none;
}
.brand img {
  width: 100%;
  height: auto;
}
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-weight: 750;
  font-size: 0.95rem;
}
.site-nav a:hover { color: var(--ink); }
.menu-toggle { display: none; }
.section { padding: 78px 0; border-top: 1px solid var(--line); }
.section-anchor { scroll-margin-top: 86px; }
.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
  padding: 92px 0 82px;
  border-top: 0;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(255, 250, 241, 0.96) 0%, rgba(255, 250, 241, 0.82) 42%, rgba(255, 250, 241, 0.18) 100%),
    linear-gradient(0deg, rgba(246, 241, 232, 0.86), rgba(246, 241, 232, 0.18)),
    url("../images/fly-fishing-river-hero.png") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  z-index: 0;
  height: 140px;
  background: linear-gradient(0deg, var(--bg), rgba(246, 241, 232, 0));
}
.hero-grid {
  position: relative;
  z-index: 1;
}
.hero-grid, .split {
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  gap: 46px;
  align-items: center;
}
.eyebrow {
  margin: 0 0 14px;
  color: var(--river);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
h1, h2, h3, p { overflow-wrap: break-word; }
h1 {
  max-width: 720px;
  margin: 0 0 22px;
  font-size: clamp(3rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
}
h2 {
  margin: 0 0 18px;
  font-size: clamp(2.1rem, 4vw, 3.8rem);
  line-height: 1.04;
  letter-spacing: 0;
}
h3 { margin: 0 0 10px; font-size: 1.2rem; line-height: 1.2; }
.lead, .section-heading p, .intro-band p, .about-band p, .purchase-band p {
  color: var(--muted);
  font-size: 1.12rem;
}
.lead { max-width: 670px; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 12px 20px;
  background: var(--accent);
  color: #fffaf1;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(185, 111, 47, 0.22);
}
.button-secondary {
  background: rgba(255, 250, 241, 0.72);
  color: var(--ink);
  border: 1px solid var(--line);
  box-shadow: none;
}
.hero-photo {
  position: relative;
  margin: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.hero-photo img {
  width: 100%;
  height: 520px;
  object-fit: contain;
  padding: 0;
  background: transparent;
  filter: drop-shadow(0 24px 34px rgba(35, 29, 22, 0.28));
}
.intro-band { background: rgba(232, 240, 231, 0.58); }
.section-heading { max-width: 820px; margin-bottom: 34px; }
.testimonial-grid, .advantage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.quote, .advantage-grid article, .purchase-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.92), rgba(255, 255, 255, 0.72));
  padding: 24px;
}
.quote p { margin: 0; color: #26362d; font-size: 1.03rem; }
.quote cite { display: block; margin-top: 18px; color: var(--accent); font-style: normal; font-weight: 800; }
.purchase-band { background: rgba(47, 129, 121, 0.08); }
.purchase-card { margin-top: 26px; max-width: 560px; }
.purchase-card p, .advantage-grid p { color: var(--muted); }
dl { margin: 20px 0; display: grid; gap: 12px; }
dt { color: var(--river); font-weight: 900; }
dd { margin: 0; color: var(--muted); }
.feature-image {
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.product-box-stage {
  position: relative;
  display: block;
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
  filter: drop-shadow(0 22px 32px rgba(35, 29, 22, 0.22));
}
.product-box-stage:focus-visible {
  outline: 3px solid rgba(47, 129, 121, 0.48);
  outline-offset: 8px;
}
.product-box-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: 50% 62%;
  transition:
    opacity 540ms ease,
    transform 620ms cubic-bezier(0.2, 0.72, 0.18, 1);
}
.product-box-closed {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}
.product-box-open {
  opacity: 0;
  transform: translateY(18px) rotate(-4deg) scale(0.94);
}
.product-box-stage:hover .product-box-closed,
.product-box-stage:focus-visible .product-box-closed,
.product-box-stage.is-open .product-box-closed {
  opacity: 0;
  transform: translateY(-16px) rotate(4deg) scale(0.96);
}
.product-box-stage:hover .product-box-open,
.product-box-stage:focus-visible .product-box-open,
.product-box-stage.is-open .product-box-open {
  opacity: 1;
  transform: translateY(0) rotate(0deg) scale(1);
}
.about-band { background: rgba(216, 143, 67, 0.12); }
.site-footer { padding: 34px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
@media (max-width: 880px) {
  .nav-bar { align-items: flex-start; padding: 16px 0; flex-wrap: wrap; }
  .brand { width: min(285px, 64vw); }
  .menu-toggle {
    display: inline-flex;
    min-height: 38px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: transparent;
    color: var(--ink);
    padding: 8px 12px;
    font: inherit;
    font-weight: 800;
  }
  .site-nav {
    display: none;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 10px 0; }
  .hero-grid, .split, .testimonial-grid, .advantage-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .section { padding: 58px 0; }
  .hero-photo img { height: 360px; }
  .product-box-stage { min-height: 300px; }
}
@media (max-width: 520px) {
  .actions, .button { width: 100%; }
  h1 { font-size: 3rem; }
  .site-nav { grid-template-columns: 1fr; }
  .product-box-stage { min-height: 250px; }
}
@media (prefers-reduced-motion: reduce) {
  .product-box-image {
    transition: opacity 1ms linear;
  }
}
