:root {
  --porcelain: #fcfbf8;
  --paper: #ffffff;
  --ink: #1b2023;
  --ink-soft: #465055;
  --gold: #b8924a;
  --gold-deep: #876520;
  --gold-pale: #eee2c7;
  --mineral: #2f5963;
  --mineral-deep: #102126;
  --mineral-pale: #e6ecea;
  --line: rgba(27, 32, 35, 0.14);
  --shadow: 0 24px 80px rgba(16, 33, 38, 0.1);
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --radius: 2px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--porcelain);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.22em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 2px solid var(--mineral);
  outline-offset: 4px;
}

::selection {
  color: var(--mineral-deep);
  background: var(--gold-pale);
}

.skip-link {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 100;
  padding: 0.65rem 1rem;
  color: #fff;
  background: var(--mineral-deep);
  transform: translateY(-200%);
}

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

.site-header {
  position: relative;
  z-index: 50;
  border-bottom: 1px solid var(--line);
  background: rgba(252, 251, 248, 0.93);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: min(calc(100% - 3rem), var(--max));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

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

.brand img {
  width: 44px;
  height: 40px;
  object-fit: contain;
}

.brand-text {
  display: grid;
  color: var(--gold-deep);
  font-family: var(--serif);
  font-size: 1rem;
  line-height: 1.02;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.brand-text span:last-child {
  margin-top: 0.28rem;
  font-family: var(--sans);
  font-size: 0.57rem;
  letter-spacing: 0.42em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.8vw, 2.35rem);
}

.site-nav a {
  position: relative;
  color: var(--ink-soft);
  font-size: 0.76rem;
  font-weight: 650;
  letter-spacing: 0.14em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  left: 0;
  height: 1px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-contact {
  padding: 0.7rem 1.05rem;
  color: var(--paper) !important;
  background: var(--mineral-deep);
}

.nav-contact::after {
  display: none;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  color: var(--ink);
  background: transparent;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  display: block;
  width: 20px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  content: "";
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-open .menu-toggle span {
  opacity: 0;
}

.menu-open .menu-toggle::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-open .menu-toggle::after {
  transform: translateY(-6px) rotate(-45deg);
}

.container {
  width: min(calc(100% - 3rem), var(--max));
  margin-inline: auto;
}

.narrow {
  width: min(calc(100% - 3rem), 780px);
  margin-inline: auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin: 0 0 1.3rem;
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 30px;
  height: 1px;
  background: var(--gold);
  content: "";
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.05;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  font-size: clamp(3.6rem, 8vw, 7.4rem);
  letter-spacing: -0.045em;
}

h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(2.45rem, 4.8vw, 4.8rem);
  letter-spacing: -0.035em;
}

h3 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.55rem, 2.4vw, 2.1rem);
  letter-spacing: -0.02em;
}

p {
  margin-top: 0;
}

.lead {
  max-width: 660px;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.25rem);
  line-height: 1.75;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.25rem;
}

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 0.7rem;
  padding: 0.75rem 1.35rem;
  border: 1px solid var(--mineral-deep);
  color: var(--paper);
  background: var(--mineral-deep);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

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

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

.button.secondary:hover {
  border-color: var(--gold);
  color: var(--gold-deep);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  color: var(--mineral);
  font-size: 0.76rem;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link::after {
  content: "\2192";
  transition: transform 180ms ease;
}

.text-link:hover::after {
  transform: translateX(4px);
}

.home-hero {
  position: relative;
  min-height: 760px;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background:
    radial-gradient(circle at 77% 47%, rgba(184, 146, 74, 0.13), transparent 28%),
    linear-gradient(135deg, #fff 0%, var(--porcelain) 48%, var(--mineral-pale) 100%);
}

.home-hero::before,
.home-hero::after {
  position: absolute;
  border: 1px solid rgba(184, 146, 74, 0.24);
  border-radius: 50%;
  content: "";
}

.home-hero::before {
  top: -22vw;
  right: -15vw;
  width: 58vw;
  height: 58vw;
}

.home-hero::after {
  right: 5vw;
  bottom: -30vw;
  width: 52vw;
  height: 52vw;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 760px;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: 5rem;
}

.hero-copy {
  padding-block: 3rem;
}

.hero-copy .lead {
  max-width: 590px;
}

.product-stage {
  position: relative;
  display: grid;
  min-height: 620px;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  align-items: end;
  gap: clamp(0.75rem, 2vw, 1.5rem);
  padding: 3.5rem 1.5rem 2rem;
  isolation: isolate;
}

.product-stage::before {
  position: absolute;
  top: 9%;
  left: 9%;
  z-index: -1;
  width: 78%;
  aspect-ratio: 1;
  border: 1px solid rgba(184, 146, 74, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.42);
  box-shadow: inset 0 0 0 22px rgba(255, 255, 255, 0.22);
  content: "";
}

.product-stage img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(27, 32, 35, 0.12));
}

.product-stage .supplement {
  justify-self: end;
}

.product-stage .tallow {
  justify-self: start;
  margin-bottom: 0.5rem;
}

.section {
  padding-block: clamp(5.5rem, 10vw, 9rem);
}

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

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

.section-heading h2 {
  max-width: 12ch;
  margin-bottom: 0;
}

.section-heading p {
  margin-bottom: 0.5rem;
  color: var(--ink-soft);
}

.manifesto {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.manifesto-mark {
  position: sticky;
  top: 2rem;
  display: grid;
  min-height: 330px;
  place-items: center;
  background: transparent;
}

.manifesto-mark img {
  width: min(58%, 270px);
  height: auto;
  object-fit: contain;
}

.manifesto-copy h2 {
  max-width: 13ch;
}

.manifesto-copy > p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.principle-list {
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  counter-reset: principles;
}

.principle-list li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 1.2rem;
  padding-block: 1.3rem;
  border-top: 1px solid var(--line);
  counter-increment: principles;
}

.principle-list li::before {
  color: var(--gold-deep);
  content: "0" counter(principles);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.principle-list strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
}

.principle-list span {
  color: var(--ink-soft);
}

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

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.product-card:nth-child(2) {
  margin-top: 4.5rem;
}

.product-image {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  background:
    linear-gradient(145deg, rgba(230, 236, 234, 0.72), rgba(255, 255, 255, 0.6)),
    var(--paper);
}

.product-image img {
  position: relative;
  z-index: 1;
  width: 77%;
  max-height: 500px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(16, 33, 38, 0.1));
  mix-blend-mode: multiply;
  transition: transform 500ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.product-card:hover .product-image img {
  transform: scale(1.025);
}

.product-copy {
  padding: 2rem;
}

.product-kicker {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--gold-deep);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.product-copy h3 {
  margin-bottom: 0.55rem;
}

.product-copy p {
  max-width: 48ch;
  margin-bottom: 0;
  color: var(--ink-soft);
}

.standards-strip {
  color: var(--paper);
  background: var(--mineral-deep);
}

.standards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.standard-item {
  min-height: 260px;
  padding: 2.5rem;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.standard-item:last-child {
  border-right: 0;
}

.standard-number {
  display: block;
  margin-bottom: 4rem;
  color: var(--gold);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.standard-item h3 {
  color: var(--paper);
}

.standard-item p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.cta-panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.2fr auto;
  align-items: end;
  gap: 3rem;
  overflow: hidden;
  padding: clamp(3rem, 7vw, 6rem);
  border: 1px solid var(--line);
  background: var(--paper);
}

.cta-panel::after {
  position: absolute;
  top: -105px;
  right: -105px;
  width: 300px;
  height: 300px;
  border: 1px solid var(--gold-pale);
  border-radius: 50%;
  content: "";
}

.cta-panel h2 {
  max-width: 14ch;
  margin-bottom: 0;
}

.page-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(120deg, var(--paper), var(--porcelain) 55%, var(--mineral-pale));
}

.page-hero::after {
  position: absolute;
  top: -260px;
  right: -170px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(184, 146, 74, 0.25);
  border-radius: 50%;
  content: "";
}

.page-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: clamp(6rem, 12vw, 11rem);
}

.page-hero h1 {
  max-width: 14ch;
  font-size: clamp(3.6rem, 7vw, 6.8rem);
}

.page-hero .lead {
  max-width: 690px;
}

.product-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.82fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  padding-block: clamp(5.5rem, 10vw, 9rem);
  border-bottom: 1px solid var(--line);
}

.product-feature.reverse .feature-visual {
  order: 2;
}

.feature-visual {
  position: relative;
  display: grid;
  min-height: 620px;
  place-items: center;
  overflow: hidden;
  background: linear-gradient(150deg, var(--paper), var(--mineral-pale));
}

.feature-visual img {
  position: relative;
  z-index: 1;
  width: min(78%, 540px);
  max-height: 590px;
  object-fit: contain;
  filter: drop-shadow(0 28px 35px rgba(16, 33, 38, 0.1));
  mix-blend-mode: multiply;
}

.feature-copy h2 {
  max-width: 10ch;
}

.feature-copy > p {
  max-width: 540px;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.detail-list {
  margin: 2.4rem 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.detail-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-block: 1rem;
  border-bottom: 1px solid var(--line);
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.detail-list strong {
  color: var(--ink);
  font-weight: 650;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(3rem, 8vw, 8rem);
}

.editorial-grid aside {
  color: var(--gold-deep);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.prose h2 {
  max-width: 14ch;
}

.prose p {
  max-width: 720px;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.prose p + h2,
.prose p + h3,
.prose ul + h2 {
  margin-top: 4rem;
}

.quote {
  margin: 4.5rem 0 0;
  padding: 3rem 0 3rem 2.5rem;
  border-left: 1px solid var(--gold);
  color: var(--mineral-deep);
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3.4vw, 3.2rem);
  line-height: 1.25;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 4rem;
  background: var(--line);
  border: 1px solid var(--line);
}

.value-card {
  min-height: 300px;
  padding: clamp(2rem, 4vw, 3.5rem);
  background: var(--paper);
}

.value-card span {
  display: block;
  margin-bottom: 4rem;
  color: var(--gold-deep);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.value-card p {
  color: var(--ink-soft);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(520px, 1.25fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.contact-copy {
  position: sticky;
  top: 2rem;
}

.contact-copy h2 {
  font-size: clamp(2.6rem, 4.5vw, 4.4rem);
}

.contact-copy p {
  max-width: 480px;
  color: var(--ink-soft);
}

.contact-notes {
  display: grid;
  gap: 1rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}

.contact-notes span {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.contact-notes span::before {
  width: 7px;
  height: 7px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.contact-form {
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: var(--shadow);
}

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

.field {
  display: grid;
  gap: 0.55rem;
}

.field.full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--ink);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  color: var(--ink);
  background: transparent;
  outline: 0;
  padding: 0.7rem 0;
  transition: border-color 180ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--gold);
}

.field textarea {
  min-height: 145px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #8a9295;
}

.field-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.turnstile-wrap {
  min-height: 65px;
  margin-top: 1.75rem;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.2rem;
  margin-top: 1.2rem;
}

.form-status {
  flex: 1;
  min-width: 220px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.form-status[data-state="success"] {
  color: #1d6549;
}

.form-status[data-state="error"] {
  color: #9b342e;
}

.privacy-note {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.78rem;
}

.privacy-note a {
  color: var(--mineral);
}

.legal h1 {
  max-width: none;
  font-size: clamp(3.2rem, 6vw, 5.8rem);
}

.legal h2 {
  margin-top: 3.5rem;
  font-size: 2rem;
}

.legal p,
.legal li {
  color: var(--ink-soft);
}

.legal ul {
  padding-left: 1.2rem;
}

.not-found {
  display: grid;
  min-height: calc(100vh - 89px);
  place-items: center;
  text-align: center;
}

.not-found img {
  width: 110px;
  margin: 0 auto 2rem;
}

.not-found h1 {
  max-width: none;
  margin-bottom: 1rem;
}

.site-footer {
  color: rgba(255, 255, 255, 0.72);
  background: var(--mineral-deep);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr 0.7fr;
  gap: 4rem;
  padding-block: 5rem;
}

.footer-brand .brand-text {
  color: var(--gold);
}

.footer-brand p {
  max-width: 390px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.56);
}

.footer-column strong {
  display: block;
  margin-bottom: 1.2rem;
  color: var(--paper);
  font-size: 0.7rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.footer-column a {
  display: block;
  width: fit-content;
  margin: 0.6rem 0;
  color: rgba(255, 255, 255, 0.66);
  text-decoration: none;
}

.footer-column a:hover {
  color: var(--gold);
}

.footer-bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding-block: 1.5rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.75rem;
}

.footer-bottom p {
  max-width: 720px;
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: fixed;
    inset: 88px 0 auto;
    display: grid;
    gap: 0;
    padding: 1rem 1.5rem 2rem;
    border-bottom: 1px solid var(--line);
    background: var(--porcelain);
    box-shadow: 0 25px 45px rgba(16, 33, 38, 0.1);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .menu-open .site-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    padding-block: 1rem;
    border-bottom: 1px solid var(--line);
  }

  .site-nav a::after {
    display: none;
  }

  .nav-contact {
    margin-top: 1rem;
    text-align: center;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 5rem;
  }

  .product-stage {
    min-height: auto;
    padding-top: 1rem;
  }

  .section-heading,
  .manifesto,
  .editorial-grid,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .manifesto-mark,
  .contact-copy {
    position: relative;
    top: auto;
  }

  .manifesto-mark {
    min-height: 280px;
  }

  .product-feature,
  .product-feature.reverse {
    grid-template-columns: 1fr;
  }

  .product-feature.reverse .feature-visual {
    order: 0;
  }

  .footer-main {
    grid-template-columns: 1fr 0.5fr 0.5fr;
  }
}

@media (max-width: 720px) {
  .header-inner,
  .container,
  .narrow {
    width: min(calc(100% - 2rem), var(--max));
  }

  .brand-text {
    font-size: 0.84rem;
  }

  .brand img {
    width: 38px;
  }

  h1 {
    font-size: clamp(3.2rem, 16vw, 5.4rem);
  }

  .home-hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding-bottom: 3rem;
  }

  .product-stage {
    min-height: auto;
    gap: 0.5rem;
    padding: 1rem 0 0;
  }

  .product-stage .supplement {
    width: 100%;
  }

  .product-stage .tallow {
    width: 100%;
    margin-bottom: 0.25rem;
  }

  .section-heading {
    gap: 1.5rem;
  }

  .collection-grid,
  .standards-grid,
  .values-grid,
  .form-grid,
  .footer-main {
    grid-template-columns: 1fr;
  }

  .product-card:nth-child(2) {
    margin-top: 0;
  }

  .product-image,
  .feature-visual {
    min-height: 440px;
  }

  .standard-item {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .standard-item:last-child {
    border-bottom: 0;
  }

  .standard-number,
  .value-card span {
    margin-bottom: 2.5rem;
  }

  .cta-panel {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .contact-layout {
    gap: 2.5rem;
  }

  .contact-form {
    padding: 1.5rem;
  }

  .footer-main {
    gap: 2rem;
  }

  .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
