/* Accessibility, responsive purchasing, trust, and real-image improvements. */
:root {
  --accent: #4a7033;
  --focus: #a6d781;
  --sans: "Avenir Next", Avenir, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body {
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}
section[id] { scroll-margin-top: 0; }

.logo,
.buy,
nav a,
.heroActions > a:last-child,
summary {
  min-height: 44px;
}

.logo,
.buy,
nav a,
.heroActions > a:last-child {
  display: inline-flex;
  align-items: center;
}

.buy {
  justify-content: center;
  font-size: 14px;
  line-height: 1.25;
}

nav a { padding-block: 10px; }
.heroActions > a:last-child { padding-block: 8px; font-size: 14px; }
summary { align-items: center; }

.skipLink {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 12px 16px;
  background: #fff;
  color: var(--green);
  border: 2px solid var(--green);
  border-radius: 3px;
  transform: translateY(-160%);
  transition: transform .18s ease;
}

.skipLink:focus { transform: translateY(0); }
.announce { font-size: 14px; line-height: 1.4; padding: 10px 14px; }
.kicker { color: var(--accent); font-size: 13px; }
.logo img { display: block; width: 138px; height: 64px; object-fit: contain; }
.footBrand img { display: block; width: 155px; height: 75px; object-fit: contain; }

.heroImage picture,
.setImage picture,
.lifestylePicture {
  display: flex;
  width: 100%;
  height: 100%;
}

.heroImage picture,
.setImage picture { align-items: center; justify-content: center; }
.heroImage img,
.setImage img { display: block; width: 100%; height: auto; object-fit: contain; }
.lifestylePicture { overflow: hidden; }
.lifestylePicture img { display: block; width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }

.amazonNote { font-size: 14px; color: var(--muted); margin-top: 18px; }
.reviewBadge { display: flex; align-items: center; gap: 16px; margin: 10px 0 32px; }
.reviewBadge strong { font-family: var(--serif); font-weight: 400; font-size: 32px; }
.reviewBadge span { color: #d9e5df; font-weight: 700; }
.storyGrid b,
.reviewCards b { color: var(--accent); }
nav,
footer a { font-size: 14px; }
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #1f5b4d;
  outline-offset: 4px;
}

.contactCard {
  background: #fff;
  padding: 42px;
  box-shadow: 0 25px 70px rgba(24, 35, 31, .08);
  align-self: start;
}

.contactCard h3 { font-family: var(--serif); font-size: 30px; font-weight: 400; margin: 0 0 14px; }
.contactCard p { color: var(--muted); margin: 0 0 22px; }
.contactCard ul { margin: 0 0 26px; padding: 0; list-style: none; }
.contactCard li { border-top: 1px solid var(--line); padding: 13px 0; font-size: 14px; }
.contactCard li:last-child { border-bottom: 1px solid var(--line); }
.contactCard .buy { margin-right: 10px; margin-bottom: 10px; }
.contactCard > a:not(.buy) { display: inline-flex; min-height: 44px; align-items: center; }
.contactMeta { font-size: 13px !important; margin-top: 8px !important; }
.contactMeta a,
.privacyContent a { text-decoration: underline; text-underline-offset: 3px; }

footer a {
  min-height: 44px;
  display: flex;
  align-items: center;
  margin: 0;
  width: fit-content;
}

@media (max-width: 900px) {
  .actions > .buy { display: inline-flex; padding: 11px 15px; }
  .heroImage picture { height: 100%; }
  .heroImage img { width: auto; height: 100%; max-width: 100%; max-height: 100%; }
  .setImage picture { height: auto; }
  .contactCard { padding: 34px; }
}

@media (max-width: 560px) {
  header { padding: 0 4vw; gap: 8px; }
  .logo img { width: 92px; height: 46px; }
  .actions { gap: 6px; }
  .actions > .buy { padding: 10px 12px; font-size: 13px; line-height: 1.2; }
  .actions > .buy span { display: none; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .heroImage { order: 1; min-height: 0; height: clamp(228px, 64vw, 260px); padding: 12px 14px; }
  .heroCopy { order: 2; padding: 22px 6vw 48px; }
  .heroCopy .kicker { margin: 0 0 10px; }
  .hero h1 { font-size: clamp(36px, 10.4vw, 44px); line-height: .98; margin: 0 0 14px; }
  .hero .lede { margin: 0; font-size: 16px; line-height: 1.42; }
  .heroActions { gap: 8px; margin-top: 12px; }
  .heroActions .buy { width: 100%; }
  .heroActions > a:last-child { padding-block: 7px; }
  .amazonNote { margin: 10px 0 0; font-size: 13px; line-height: 1.45; }
  .heroImage b { right: 10px; bottom: 10px; padding: 8px 10px; }
  .lifestylePicture img { height: auto; aspect-ratio: 2 / 1; }
  .contactCard { padding: 26px; }
}
