:root {
  --bg: #f6f3ed;
  --surface: #fffaf1;
  --surface-strong: #ffffff;
  --ink: #202722;
  --muted: #5d665f;
  --line: #d8d1c2;
  --forest: #174c38;
  --forest-2: #24664a;
  --rust: #a7482a;
  --amber: #d89b33;
  --blue: #263f5f;
  --shadow: 0 18px 48px rgba(43, 39, 31, 0.12);
  color-scheme: light;
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-size: 18px;
  line-height: 1.58;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--forest);
  font-weight: 700;
  text-underline-offset: 0.18em;
}

a:hover,
a:focus-visible {
  color: var(--rust);
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  transform: translateY(-150%);
  background: var(--ink);
  color: white;
  padding: 0.5rem 0.75rem;
  border-radius: 6px;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 84px;
  padding: 0.6rem clamp(1rem, 3vw, 2.5rem);
  background: rgba(255, 250, 241, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  color: var(--ink);
  text-decoration: none;
}

.brand img {
  width: 132px;
  min-width: 96px;
}

.brand span {
  font-size: 1rem;
  line-height: 1.15;
  font-weight: 800;
  max-width: 12rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.site-nav a {
  border-radius: 6px;
  color: var(--ink);
  font-size: 0.95rem;
  padding: 0.55rem 0.75rem;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  background: #ece5d7;
  color: var(--forest);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface-strong);
  cursor: pointer;
}

.nav-toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 84px);
  padding: clamp(2rem, 5vw, 5.5rem) clamp(1rem, 5vw, 4rem) 3rem;
  background:
    linear-gradient(120deg, rgba(23, 76, 56, 0.09), transparent 38%),
    linear-gradient(180deg, var(--surface), var(--bg));
}

.hero__content {
  max-width: 780px;
}

.eyebrow,
.product-label {
  margin: 0 0 0.7rem;
  color: var(--rust);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--ink);
  line-height: 1.08;
}

h1 {
  max-width: 820px;
  font-size: clamp(3.15rem, 7vw, 5.8rem);
}

h2 {
  font-size: clamp(2.1rem, 4vw, 3.5rem);
}

h3 {
  font-size: 1.35rem;
}

.hero__lead {
  max-width: 680px;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: clamp(1.14rem, 2.2vw, 1.45rem);
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0.75rem 1.05rem;
  font: inherit;
  font-size: 0.95rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

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

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--forest-2);
  color: white;
}

.button--secondary {
  background: transparent;
  border-color: var(--forest);
  color: var(--forest);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: #e5eee7;
  color: var(--forest);
}

.hero__media {
  justify-self: center;
  width: min(100%, 520px);
}

.hero__media img {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--forest);
  color: white;
}

.metrics div {
  min-height: 132px;
  padding: 1.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
}

.metrics span {
  display: block;
  margin-top: 0.35rem;
  color: #dce8dc;
  font-size: 0.98rem;
  font-weight: 700;
}

.section {
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 5vw, 4rem);
}

.section__heading {
  max-width: 900px;
  margin-bottom: 2rem;
}

.section__heading p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card,
.order-card,
.archive-grid article,
.mail-order,
.archive-callout,
.contents-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-strong);
  box-shadow: 0 12px 30px rgba(43, 39, 31, 0.07);
}

.feature-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 1rem;
  min-height: 250px;
  padding: 1rem;
}

.feature-card img {
  width: 104px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border: 1px solid var(--line);
  border-radius: 6px;
}

.feature-card p,
.order-card p,
.archive-grid p,
.mail-order p,
.archive-callout p,
.contents-panel li {
  color: var(--muted);
}

.feature-card h3,
.order-card h3,
.archive-grid h3,
.mail-order h3,
.archive-callout h3,
.contents-panel h3 {
  margin-bottom: 0.6rem;
}

.section--contents {
  background: #eae3d4;
}

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

.contents-panel {
  padding: clamp(1.25rem, 3vw, 2rem);
}

.contents-panel--accent {
  background: #fff4df;
  border-color: #d5b46b;
}

.contents-panel ul,
.archive-grid ul {
  margin: 0;
  padding-left: 1.2rem;
}

.contents-panel li,
.archive-grid li {
  margin: 0.55rem 0;
}

.section--order {
  background: var(--surface);
}

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

.order-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  overflow: hidden;
}

.order-card__media {
  display: grid;
  place-items: center;
  min-height: 260px;
  padding: 1.2rem;
  background: #efe5d2;
}

.order-card__media img {
  max-height: 220px;
  border-radius: 6px;
  object-fit: contain;
}

.order-card__body {
  padding: 1.35rem;
}

.order-card form {
  margin-top: 1rem;
}

.mail-order {
  margin-top: 1rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  background: #fdf8ed;
}

.mail-order address {
  margin: 1rem 0;
  color: var(--ink);
  font-style: normal;
  font-weight: 700;
}

.phone-line {
  margin-bottom: 0;
  font-size: 1.25rem;
}

.archive-grid article {
  padding: clamp(1.1rem, 3vw, 1.5rem);
}

.archive-grid a {
  font-weight: 750;
}

.archive-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: clamp(1.2rem, 3vw, 2rem);
  background: #eef3ed;
}

.archive-callout p {
  margin-bottom: 0;
}

.site-footer {
  padding: 2rem clamp(1rem, 5vw, 4rem);
  background: var(--ink);
  color: #f8f3e9;
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  color: #f1cf84;
}

@media (max-width: 980px) {
  .hero,
  .intro-grid,
  .order-grid,
  .archive-grid,
  .contents-layout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero__media {
    justify-self: start;
  }

  .metrics {
    grid-template-columns: repeat(2, 1fr);
  }

  .metrics div {
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

@media (max-width: 720px) {
  body {
    font-size: 17px;
  }

  .site-header {
    min-height: 74px;
  }

  .brand img {
    width: 98px;
  }

  .brand span {
    font-size: 0.9rem;
    max-width: 9rem;
  }

  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem 1rem 1rem;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 0.8rem;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.25rem;
  }

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

  .metrics div {
    min-height: 112px;
    border-right: 0;
  }

  .feature-card,
  .order-card,
  .archive-callout {
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-height: auto;
  }

  .order-card__media {
    min-height: 210px;
  }

  .archive-callout {
    display: grid;
  }
}

@media (max-width: 420px) {
  .hero__actions,
  .button {
    width: 100%;
  }

  h1 {
    font-size: 2.55rem;
  }
}
