
:root {
  --bg: #fff8ed;
  --cream: #fffdf8;
  --ink: #16231d;
  --muted: #58665d;
  --brand: #274d36;
  --brand-dark: #13251b;
  --gold: #d59a49;
  --gold-light: #f4dfbd;
  --line: #eadcc7;
  --shadow: 0 24px 60px rgba(22, 35, 29, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
}
img { max-width: 100%; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { max-width: 850px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 248, 237, .94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  text-decoration: none;
  font-weight: 900;
  color: var(--brand-dark);
  letter-spacing: -.02em;
}
.brand span { margin-right: 6px; }
nav { display: flex; flex-wrap: wrap; gap: 16px; }
nav a {
  text-decoration: none;
  font-size: .94rem;
  font-weight: 800;
  color: var(--brand-dark);
  opacity: .85;
}
nav a:hover { opacity: 1; color: var(--brand); }

.hero {
  padding: 74px 0 76px;
  background:
    radial-gradient(circle at 20% 20%, rgba(213,154,73,.22), transparent 32%),
    linear-gradient(135deg, #fff8ed 0%, #f8ecd9 52%, #e9d5b7 100%);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.04fr;
  gap: 42px;
  align-items: center;
}
.eyebrow {
  display: inline-block;
  margin: 0 0 12px;
  color: var(--brand);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .78rem;
}
h1, h2, h3 { line-height: 1.08; margin: 0 0 16px; }
h1 {
  font-size: clamp(2.7rem, 6vw, 5.3rem);
  letter-spacing: -.06em;
}
h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  letter-spacing: -.045em;
}
h3 { font-size: 1.22rem; }
.hero-text {
  font-size: clamp(1.08rem, 2vw, 1.28rem);
  color: var(--muted);
  max-width: 640px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-weight: 900;
  text-decoration: none;
  border: 2px solid transparent;
}
.btn.primary { background: var(--brand); color: white; box-shadow: 0 16px 34px rgba(39,77,54,.23); }
.btn.secondary { background: var(--cream); color: var(--brand); border-color: var(--brand); }
.btn.large { min-height: 54px; padding: 15px 26px; }
.tiny-note { color: var(--muted); font-weight: 700; margin-top: 16px; }
.hero-image-card {
  background: rgba(255,255,255,.48);
  padding: 14px;
  border: 1px solid rgba(255,255,255,.8);
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.hero-image-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  border-radius: 24px;
  object-fit: contain;
  object-position: center center;
  background: #fff8ed;
}

.section { padding: 74px 0; }
.section.alt { background: #fffdf8; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section-intro { max-width: 780px; color: var(--muted); font-size: 1.08rem; margin-bottom: 28px; }
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.steps article,
.adventure-card,
.price-card,
.callout,
.order-card,
details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(22,35,29,.08);
}
.steps article { padding: 24px; }
.steps span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--gold);
  color: white;
  font-weight: 900;
  margin-bottom: 14px;
}
.steps p, .adventure-card p, .price-card p, .callout p, .order-card p { color: var(--muted); }

.adventure-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.adventure-card { overflow: hidden; }
.thumb-wrap {
  background: #fff8ed;
  border-bottom: 1px solid var(--line);
  padding: 12px;
}
.thumb-wrap img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: contain;
  object-position: center;
  border-radius: 18px;
  background: #fff8ed;
}
.card-body { padding: 22px; }
.custom-card { border: 2px dashed var(--gold); }
.custom-thumb {
  min-height: 258px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top left, rgba(213,154,73,.25), transparent 38%),
    #fff8ed;
}
.custom-thumb span { font-size: 5.5rem; }

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.price-card { padding: 28px; position: relative; }
.price-card.featured { border: 2px solid var(--gold); }
.price {
  font-size: 3rem;
  line-height: 1;
  color: var(--brand);
  font-weight: 950;
  margin: 12px 0;
}
.badge {
  display: inline-block;
  background: var(--gold);
  color: white;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: .78rem;
  font-weight: 900;
  margin-bottom: 14px;
}
.fine-print { color: var(--muted); font-weight: 700; }

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: start;
}
.callout { padding: 28px; background: #fff8ed; }
.uses-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 26px;
}
.uses-grid div, .product-list span {
  background: white;
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(22,35,29,.06);
}
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
.order-section {
  background:
    radial-gradient(circle at 80% 10%, rgba(213,154,73,.22), transparent 30%),
    var(--brand-dark);
  color: white;
}
.order-section .eyebrow, .order-section h2 { color: white; }
.order-section p { color: rgba(255,255,255,.82); }
.order-card {
  padding: 28px;
  color: var(--ink);
  background: white;
}
.copy-form {
  background: #fff8ed;
  border: 1px dashed var(--gold);
  border-radius: 18px;
  padding: 18px;
}
.copy-form p { margin: 0 0 10px; color: var(--ink); }

details { padding: 20px 24px; margin-bottom: 12px; }
summary { cursor: pointer; font-weight: 900; font-size: 1.05rem; }
details p { color: var(--muted); margin-bottom: 0; }

footer {
  background: var(--brand-dark);
  color: rgba(255,255,255,.8);
  padding: 28px 0;
}
.footer-inner { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
footer a { color: white; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero-grid, .split { grid-template-columns: 1fr; }
  .steps, .adventure-grid, .pricing-grid, .uses-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px) {
  .container { width: min(100% - 24px, 1120px); }
  .nav { min-height: 64px; }
  .brand { font-size: .95rem; }
  .hero { padding: 42px 0 54px; }
  .hero-grid { gap: 26px; }
  .hero-image-card { padding: 8px; border-radius: 22px; }
  .hero-image-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 620px;
  border-radius: 24px;
  object-fit: contain;
  object-position: center center;
  background: #fff8ed;
}
  .section { padding: 54px 0; }
  .steps, .adventure-grid, .pricing-grid, .uses-grid, .product-list { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .btn { width: 100%; }
  .custom-thumb { min-height: 190px; }
}

/* Logo and SEO updates */
.logo-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.logo-brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 50%;
}
.seo-section {
  background: #fff8ed;
}
@media (max-width: 620px) {
  .logo-brand img {
    width: 42px;
    height: 42px;
  }
  .logo-brand span {
    font-size: 0.9rem;
  }
}

/* Hero image fit adjustment */
.hero-image-card img {
  aspect-ratio: auto !important;
  object-fit: contain !important;
  object-position: center center !important;
  height: auto !important;
  max-height: 620px;
}

@media (max-width: 620px) {
  .hero-image-card img {
    max-height: none;
  }
}

/* Idaho brand updates */
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(255, 253, 248, 0.82);
  border: 1px solid var(--line);
  color: var(--brand-dark);
  font-size: 0.88rem;
  font-weight: 900;
  box-shadow: 0 8px 20px rgba(22,35,29,.08);
}
.idaho-section {
  background:
    radial-gradient(circle at 85% 15%, rgba(213,154,73,.18), transparent 30%),
    #fff8ed;
}
footer span {
  color: rgba(255,255,255,.68);
  font-size: .92rem;
}
@media (max-width: 620px) {
  .hero-badges span {
    width: 100%;
    justify-content: center;
  }
}

/* Product examples section */
.product-examples-section {
  background: #fff8ed;
}
.product-showcase {
  background: white;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 14px;
  box-shadow: var(--shadow);
}
.product-showcase img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media (max-width: 620px) {
  .product-showcase {
    padding: 8px;
    border-radius: 20px;
  }
  .product-showcase img {
    border-radius: 14px;
  }
}
