:root {
  --ink: #263327;
  --ink-muted: #627062;
  --evergreen: #253c2e;
  --evergreen-soft: #dce8dd;
  --clay: #cf8668;
  --cream: #f6f2ea;
  --paper: #fffdf8;
  --sand: #e9e1d2;
  --mist: #e7eeea;
  --line: rgba(38, 51, 39, 0.16);
  --shadow: 0 22px 60px rgba(31, 45, 34, 0.09);
  --serif: Iowan Old Style, Baskerville, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.34), transparent 32%),
    var(--cream);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.5;
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
}

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

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #9fb6a0;
  outline-offset: 4px;
}

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

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--paper);
  background: var(--evergreen);
  border-radius: 8px;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

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

.preview-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 18px;
  color: #e5f0e6;
  background: #1c3124;
  font-size: 0.73rem;
  font-weight: 650;
  letter-spacing: 0.02em;
  text-align: center;
}

.preview-bar a {
  color: #fff;
  text-underline-offset: 3px;
}

.preview-dot {
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: #b8d67b;
  box-shadow: 0 0 0 3px rgba(184, 214, 123, 0.12);
}

#site-header {
  position: relative;
  z-index: 20;
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.nav-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 90px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  color: var(--evergreen);
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: -0.045em;
  text-decoration: none;
}

.brand i {
  display: inline-block;
  padding: 0 2px;
  color: var(--clay);
  font-style: normal;
}

.brand-mark {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 19px;
  overflow: hidden;
  border: 2px solid var(--evergreen);
  border-radius: 10px 10px 3px 10px;
  transform: rotate(-8deg);
}

.brand-mark::after {
  position: absolute;
  right: -4px;
  bottom: 2px;
  width: 11px;
  height: 2px;
  content: "";
  background: var(--clay);
  transform: rotate(-42deg);
}

.primary-nav {
  display: flex;
  grid-column: 3;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(16px, 2vw, 32px);
}

.primary-nav > a {
  position: relative;
  color: #465345;
  font-size: 0.86rem;
  font-weight: 670;
  text-decoration: none;
}

.primary-nav > a:not(.bag-link)::after {
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  height: 1px;
  content: "";
  background: var(--evergreen);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 180ms ease;
}

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

.bag-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.bag-link span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  color: var(--paper);
  background: var(--evergreen);
  border-radius: 50%;
  font-size: 0.68rem;
}

.nav-toggle {
  display: none;
}

main {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
  gap: clamp(40px, 8vw, 120px);
  align-items: center;
  min-height: min(745px, calc(100vh - 130px));
  padding: 68px 6.3vw 76px;
}

.eyebrow {
  margin: 0 0 15px;
  color: #69806b;
  font-size: 0.69rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: var(--evergreen);
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -0.055em;
}

h1 {
  margin-bottom: 23px;
  font-size: clamp(3.55rem, 6.25vw, 6.8rem);
  line-height: 0.91;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2.3rem, 4.3vw, 4.55rem);
  line-height: 0.95;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  line-height: 1;
}

.hero-lede,
.page-hero > p,
.intro-split > div > p,
.editorial-copy > p,
.newsletter-panel > p {
  max-width: 585px;
  color: #596558;
  font-size: 1.06rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 31px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 750;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background 180ms ease,
    border-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-dark {
  color: var(--paper);
  background: var(--evergreen);
}

.button-dark:hover {
  background: #192f22;
}

.button-light {
  color: var(--evergreen);
  background: #f5f3e9;
}

.button-light:hover {
  background: #fffef9;
}

.button-full {
  width: 100%;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--evergreen);
  font-size: 0.84rem;
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  display: inline-block;
  transition: transform 160ms ease;
}

.text-link:hover span {
  transform: translate(2px, -2px);
}

.hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin: 77px 0 0;
}

.hero-facts div {
  max-width: 114px;
}

.hero-facts dt {
  margin-bottom: 6px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 1.35rem;
}

.hero-facts dd {
  margin: 0;
  color: #677267;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.38;
}

.hero-art {
  position: relative;
  min-height: 525px;
  overflow: hidden;
  border-radius: 46% 46% 21px 21px;
  background:
    radial-gradient(circle at 76% 19%, rgba(254, 250, 237, 0.9) 0 5%, transparent 5.3%),
    linear-gradient(146deg, #bdcfbd 2%, #d8e3d7 52%, #aebfae 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.44);
}

.hero-art::before {
  position: absolute;
  right: -23%;
  bottom: -30%;
  width: 73%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(38, 60, 46, 0.13);
  border-radius: 50%;
}

.hero-art::after {
  position: absolute;
  bottom: -6px;
  left: -42px;
  width: 123%;
  height: 19%;
  content: "";
  background: #9caf9d;
  border-radius: 50% 50% 0 0;
  opacity: 0.74;
}

.art-caption {
  position: absolute;
  top: 32px;
  left: 36px;
  z-index: 4;
  max-width: 120px;
  color: rgba(38, 60, 46, 0.78);
  font-family: var(--serif);
  font-size: 1.15rem;
  font-style: italic;
  line-height: 0.98;
}

.art-sticker {
  position: absolute;
  right: 31px;
  bottom: 27px;
  z-index: 7;
  padding: 10px 13px;
  color: #fffcef;
  background: var(--clay);
  border-radius: 50% 47% 53% 43%;
  box-shadow: 1px 3px 0 rgba(38, 60, 46, 0.12);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  transform: rotate(-6deg);
}

.cabinet-door {
  position: absolute;
  bottom: 77px;
  z-index: 2;
  width: 44%;
  height: 60%;
  background: linear-gradient(105deg, #8c674e, #d0a37a);
  box-shadow: inset 0 0 0 4px rgba(101, 71, 51, 0.19);
}

.cabinet-door-left {
  left: 7%;
  border-radius: 8px 2px 0 0;
  transform: perspective(550px) rotateY(4deg);
}

.cabinet-door-right {
  right: 7%;
  border-radius: 2px 8px 0 0;
  transform: perspective(550px) rotateY(-4deg);
}

.cabinet-shelf {
  position: absolute;
  left: 13%;
  z-index: 3;
  width: 72%;
  height: 12px;
  background: #5c493b;
  box-shadow: 0 7px 11px rgba(42, 34, 27, 0.2);
}

.shelf-one {
  bottom: 229px;
}

.shelf-two {
  bottom: 120px;
}

.cabinet-bin {
  position: absolute;
  bottom: 131px;
  z-index: 5;
  height: 75px;
  background: rgba(242, 239, 221, 0.78);
  border: 3px solid rgba(255, 255, 255, 0.64);
  border-radius: 5px 5px 10px 10px;
  box-shadow: 0 10px 16px rgba(38, 44, 34, 0.2);
}

.bin-one {
  left: 18%;
  width: 30%;
}

.bin-two {
  right: 18%;
  width: 25%;
}

.cabinet-bottle {
  position: absolute;
  z-index: 5;
  bottom: 243px;
  width: 37px;
  border-radius: 10px 10px 7px 7px;
  box-shadow: 0 8px 12px rgba(38, 44, 34, 0.15);
}

.cabinet-bottle::before {
  position: absolute;
  top: -17px;
  left: 8px;
  width: 20px;
  height: 21px;
  content: "";
  border-radius: 4px 4px 0 0;
  background: inherit;
}

.bottle-one {
  left: 24%;
  height: 58px;
  background: #e9c890;
}

.bottle-two {
  right: 24%;
  height: 72px;
  background: #d79c7e;
}

.section {
  padding: clamp(83px, 11vw, 158px) 6.3vw;
}

.intro-split {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(48px, 13vw, 190px);
  align-items: start;
  padding-top: 122px;
  padding-bottom: 122px;
  border-top: 1px solid var(--line);
}

.intro-split h2 {
  max-width: 600px;
}

.intro-split > div > p {
  margin-bottom: 25px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 48px;
}

.section-heading h2 {
  max-width: 720px;
  margin-bottom: 0;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 38px);
}

.product-card {
  min-width: 0;
}

.product-card-image {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 355px;
  border-radius: 18px;
  color: inherit;
}

.product-card-image:focus-visible {
  outline-offset: 6px;
}

.concept-stamp {
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 7px 10px;
  color: #425443;
  background: rgba(255, 253, 248, 0.8);
  border: 1px solid rgba(69, 88, 71, 0.12);
  border-radius: 999px;
  backdrop-filter: blur(6px);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.product-card-copy {
  padding: 22px 2px 2px;
}

.product-category {
  margin-bottom: 8px;
  color: #778276;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}

.product-card h3 {
  margin-bottom: 11px;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
}

.product-card h3 a {
  text-decoration: none;
}

.product-card-copy > p:not(.product-category) {
  min-height: 70px;
  margin-bottom: 19px;
  color: #647063;
  font-size: 0.9rem;
  line-height: 1.55;
}

.product-card-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.quiet-button {
  padding: 5px 0;
  color: #617063;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #93a294;
  cursor: pointer;
  font-size: 0.75rem;
  font-weight: 800;
}

.quiet-button:hover {
  color: var(--evergreen);
  border-color: var(--evergreen);
}

.product-art {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 355px;
  overflow: hidden;
}

.product-art .art-label {
  position: absolute;
  right: 17px;
  bottom: 15px;
  z-index: 5;
  color: rgba(38, 51, 39, 0.54);
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
}

.product-art.art-cabinet {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.4), transparent 50%),
    #cbd8ca;
}

.product-art.art-cabinet::before {
  position: absolute;
  right: 14%;
  bottom: -24%;
  width: 78%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(37, 60, 46, 0.14);
  border-radius: 50%;
}

.mini-shelf {
  position: absolute;
  left: 15%;
  z-index: 2;
  width: 70%;
  height: 9px;
  background: #8b6d56;
  box-shadow: 0 5px 8px rgba(56, 47, 39, 0.2);
}

.mini-shelf-one {
  bottom: 46%;
}

.mini-shelf-two {
  bottom: 22%;
}

.mini-bin {
  position: absolute;
  bottom: 24%;
  z-index: 3;
  height: 58px;
  background: rgba(251, 246, 229, 0.75);
  border: 2px solid rgba(255, 255, 255, 0.72);
  border-radius: 4px 4px 8px 8px;
  box-shadow: 0 8px 12px rgba(48, 61, 47, 0.16);
}

.mini-bin-one {
  left: 23%;
  width: 28%;
}

.mini-bin-two {
  right: 21%;
  width: 23%;
}

.mini-bottle {
  position: absolute;
  bottom: 49%;
  z-index: 3;
  width: 28px;
  border-radius: 7px 7px 4px 4px;
}

.mini-bottle::after {
  position: absolute;
  top: -12px;
  left: 7px;
  width: 14px;
  height: 14px;
  content: "";
  border-radius: 3px 3px 0 0;
  background: inherit;
}

.mini-bottle-one {
  left: 28%;
  height: 48px;
  background: #ddc58f;
}

.mini-bottle-two {
  right: 28%;
  height: 60px;
  background: #cf9472;
}

.product-art.art-bins {
  background:
    radial-gradient(circle at 18% 18%, rgba(255, 255, 255, 0.48), transparent 24%),
    #ddd4c2;
}

.product-art.art-bins::after {
  position: absolute;
  right: 13%;
  bottom: -13%;
  width: 64%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(65, 80, 66, 0.17);
  border-radius: 50%;
}

.stack-bin {
  position: absolute;
  left: 50%;
  width: 55%;
  height: 27%;
  border: 3px solid rgba(247, 249, 242, 0.8);
  border-radius: 7px 7px 14px 14px;
  background: rgba(212, 226, 215, 0.56);
  box-shadow: 0 12px 20px rgba(59, 66, 51, 0.13);
  transform: translateX(-50%);
}

.stack-bin::before {
  position: absolute;
  top: 17%;
  left: 14%;
  width: 31%;
  height: 12%;
  content: "";
  border-radius: 2px;
  background: rgba(255, 253, 246, 0.72);
}

.stack-bin-one {
  bottom: 18%;
}

.stack-bin-two {
  bottom: 38%;
  width: 49%;
  opacity: 0.93;
}

.stack-bin-three {
  bottom: 57%;
  width: 43%;
  opacity: 0.86;
}

.bin-label {
  position: absolute;
  z-index: 4;
  width: 29px;
  height: 5px;
  background: #dc997f;
  border-radius: 99px;
}

.bin-label-one {
  bottom: 32%;
  left: 37%;
}

.bin-label-two {
  bottom: 51%;
  left: 38%;
}

.product-art.art-drawer {
  background:
    linear-gradient(130deg, rgba(255, 255, 255, 0.4), transparent 42%),
    #c8d8cf;
}

.drawer-base {
  position: absolute;
  top: 20%;
  left: 13%;
  width: 74%;
  height: 62%;
  border: 11px solid #b57f64;
  border-radius: 5px;
  box-shadow: 0 14px 22px rgba(72, 66, 52, 0.19);
  transform: perspective(490px) rotateX(8deg);
}

.drawer-divider {
  position: absolute;
  top: 27%;
  z-index: 2;
  width: 7px;
  height: 47%;
  background: #b57f64;
  border-radius: 99px;
  transform: rotate(5deg);
}

.divider-one {
  left: 39%;
}

.divider-two {
  left: 62%;
}

.drawer-object {
  position: absolute;
  z-index: 3;
  border-radius: 4px;
  box-shadow: 0 5px 9px rgba(53, 63, 49, 0.15);
  transform: rotate(-4deg);
}

.object-one {
  top: 35%;
  left: 22%;
  width: 13%;
  height: 24%;
  background: #efd49c;
}

.object-two {
  top: 32%;
  left: 46%;
  width: 10%;
  height: 33%;
  background: #dc9274;
}

.object-three {
  top: 38%;
  left: 68%;
  width: 11%;
  height: 20%;
  border-radius: 50%;
  background: #eee4cf;
}

.editorial-panel {
  display: grid;
  grid-template-columns: minmax(300px, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(45px, 9vw, 132px);
  align-items: center;
  padding: clamp(42px, 6vw, 82px);
  color: #f5f2e8;
  background: var(--evergreen);
  border-radius: 22px;
}

.editorial-copy h2 {
  color: #f5f2e8;
  font-size: clamp(2.45rem, 4.2vw, 4.35rem);
}

.editorial-copy .eyebrow {
  color: #b8cbb9;
}

.editorial-copy > p {
  color: #d6e0d4;
}

.editorial-art {
  position: relative;
  min-height: 350px;
  overflow: hidden;
  border-radius: 17px;
  background: #b7cabb;
}

.editorial-art::before {
  position: absolute;
  top: -22%;
  right: -9%;
  width: 70%;
  aspect-ratio: 1;
  content: "";
  border: 1px solid rgba(34, 59, 43, 0.17);
  border-radius: 50%;
}

.drawer-shell {
  position: absolute;
  top: 24%;
  left: 16%;
  width: 68%;
  height: 50%;
  border: 10px solid #95674f;
  border-radius: 5px;
  box-shadow: 0 16px 20px rgba(40, 51, 36, 0.18);
  transform: perspective(500px) rotateX(8deg) rotate(-4deg);
}

.drawer-item {
  position: absolute;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 7px 10px rgba(44, 57, 42, 0.16);
  transform: rotate(-5deg);
}

.drawer-item-a {
  top: 39%;
  left: 27%;
  width: 15%;
  height: 25%;
  background: #efd197;
}

.drawer-item-b {
  top: 34%;
  left: 48%;
  width: 12%;
  height: 32%;
  background: #d48c6d;
}

.drawer-item-c {
  top: 44%;
  left: 66%;
  width: 10%;
  height: 17%;
  border-radius: 50%;
  background: #f1e6cf;
}

.drawer-item-d {
  top: 28%;
  left: 29%;
  width: 48%;
  height: 5px;
  background: #a9775d;
}

.values-section {
  padding-bottom: 88px;
}

.value-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.value-grid article {
  min-height: 260px;
  padding: 31px clamp(22px, 3.2vw, 48px) 20px 0;
  border-right: 1px solid var(--line);
}

.value-grid article:not(:first-child) {
  padding-left: clamp(22px, 3.2vw, 48px);
}

.value-grid article:last-child {
  border-right: 0;
}

.value-grid span,
.principle-card > span {
  display: inline-block;
  margin-bottom: 39px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 1.2rem;
}

.value-grid h3 {
  font-size: 1.72rem;
}

.value-grid p {
  max-width: 300px;
  color: #647064;
  font-size: 0.91rem;
  line-height: 1.58;
}

.newsletter-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 0 6.3vw 96px;
  padding: clamp(31px, 5vw, 64px);
  background: #e7dfce;
  border-radius: 16px;
}

.newsletter-panel h2 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(2rem, 3.2vw, 3.3rem);
}

.newsletter-panel > p {
  margin: 0;
  font-size: 0.94rem;
}

#site-footer {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
}

.footer-shell {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 58px 6.3vw 47px;
}

.footer-brand {
  margin-bottom: 18px;
}

.footer-intro > p {
  margin: 0;
  color: #6d786d;
  font-size: 0.79rem;
  line-height: 1.6;
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.footer-links > div {
  display: grid;
  align-content: start;
  gap: 8px;
}

.footer-links p {
  margin: 0 0 7px;
  color: #859084;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-links a {
  color: #536053;
  font-size: 0.82rem;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--evergreen);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 6.3vw;
  border-top: 1px solid var(--line);
  color: #879087;
  font-size: 0.68rem;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 90;
  max-width: min(420px, calc(100vw - 48px));
  padding: 14px 17px;
  color: #eff6ed;
  background: #203b2a;
  border-radius: 10px;
  box-shadow: 0 16px 38px rgba(22, 39, 28, 0.27);
  font-size: 0.82rem;
  font-weight: 660;
  line-height: 1.4;
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition:
    opacity 180ms ease,
    transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.page-hero {
  max-width: 1030px;
  padding: clamp(85px, 13vw, 170px) 6.3vw clamp(51px, 8vw, 96px);
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 25px;
  font-size: clamp(3.25rem, 7.6vw, 7.4rem);
}

.page-hero > p {
  max-width: 625px;
}

.narrow-hero {
  max-width: 950px;
}

.narrow-hero h1 {
  max-width: 780px;
  font-size: clamp(3.25rem, 6.4vw, 6.4rem);
}

.catalog-hero {
  border-bottom: 1px solid var(--line);
}

.catalog-toolbar {
  display: flex;
  gap: 28px;
  padding: 21px 6.3vw;
  border-bottom: 1px solid var(--line);
  color: #647064;
  font-size: 0.76rem;
  font-weight: 720;
}

.catalog-toolbar span + span::before {
  margin-right: 28px;
  color: #a2aaa0;
  content: "·";
}

.compact-section {
  padding-top: 74px;
}

.catalog-grid .product-card-image {
  min-height: 405px;
}

.gentle-note,
.compliance-note,
.bag-note {
  max-width: 100%;
  margin-bottom: 96px;
  background: var(--mist);
  border-radius: 18px;
}

.gentle-note h2,
.compliance-note h2,
.bag-note h2 {
  max-width: 760px;
}

.gentle-note > p:not(.eyebrow),
.compliance-note > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 27px;
  color: #5b675c;
  line-height: 1.65;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(350px, 0.98fr);
  gap: clamp(42px, 8.5vw, 142px);
  align-items: start;
  padding: clamp(45px, 7vw, 93px) 6.3vw clamp(70px, 10vw, 135px);
}

.product-media {
  position: sticky;
  top: 25px;
}

.product-detail-art {
  min-height: min(600px, 68vw);
  border-radius: 20px;
}

.image-note {
  margin: 12px 4px 0;
  color: #8b948a;
  font-size: 0.7rem;
}

.breadcrumb {
  display: inline-block;
  margin-bottom: 63px;
  color: #667467;
  font-size: 0.77rem;
  font-weight: 750;
  text-decoration: none;
}

.breadcrumb:hover {
  color: var(--evergreen);
}

.product-info h1 {
  margin-bottom: 13px;
  font-size: clamp(3rem, 4.5vw, 5.2rem);
}

.product-form {
  margin-bottom: 28px;
  color: #8a9487;
  font-size: 0.82rem;
  font-weight: 740;
}

.product-description {
  max-width: 520px;
  margin-bottom: 24px;
  color: #586458;
  font-size: 1rem;
  line-height: 1.7;
}

.availability-row {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
  margin-bottom: 21px;
}

.availability-row span {
  padding: 6px 9px;
  color: #657265;
  background: #e5ece5;
  border-radius: 99px;
  font-size: 0.67rem;
  font-weight: 780;
}

.private-note {
  margin: 12px 1px 30px;
  color: #7f897e;
  font-size: 0.72rem;
  line-height: 1.45;
}

.product-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 0;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.product-details dt {
  margin-bottom: 6px;
  color: #869085;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.product-details dd {
  margin: 0;
  color: #536053;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.42;
}

.concept-list {
  margin-top: 42px;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.concept-list h2 {
  margin-bottom: 21px;
  font-size: 2rem;
}

.concept-list ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.concept-list li {
  position: relative;
  padding-left: 20px;
  color: #607061;
  font-size: 0.86rem;
  line-height: 1.48;
}

.concept-list li::before {
  position: absolute;
  top: 0.51em;
  left: 0;
  width: 7px;
  height: 7px;
  content: "";
  background: var(--clay);
  border-radius: 50%;
}

.product-proof {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  margin: 0 6.3vw;
  padding-right: 0;
  padding-left: 0;
  border-top: 1px solid var(--line);
}

.product-proof h2 {
  max-width: 380px;
  font-size: clamp(2.25rem, 3.5vw, 3.5rem);
}

.proof-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.proof-list li {
  display: grid;
  gap: 11px;
  min-height: 150px;
  padding: 24px 22px 23px 0;
  border-bottom: 1px solid var(--line);
}

.proof-list li:nth-child(odd) {
  padding-right: 25px;
  border-right: 1px solid var(--line);
}

.proof-list li:nth-child(even) {
  padding-left: 25px;
}

.proof-list strong {
  color: var(--evergreen);
  font-family: var(--serif);
  font-size: 1.55rem;
  font-weight: 500;
}

.proof-list span {
  color: #687369;
  font-size: 0.79rem;
  line-height: 1.52;
}

.related-section {
  padding-top: 74px;
}

.bag-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(270px, 0.37fr);
  gap: clamp(36px, 8vw, 120px);
  align-items: start;
  padding: 0 6.3vw clamp(80px, 12vw, 140px);
}

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

.bag-item {
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 22px;
  align-items: center;
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
}

.bag-art {
  min-height: 130px;
  border-radius: 10px;
}

.bag-art .art-label {
  display: none;
}

.bag-item h2 {
  margin-bottom: 5px;
  font-size: 1.7rem;
}

.bag-item p:not(.product-category) {
  margin: 0 0 9px;
  color: #707b70;
  font-size: 0.81rem;
}

.bag-item div > span {
  color: #69806b;
  font-size: 0.66rem;
  font-weight: 760;
}

.remove-button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 0;
  color: #6b756b;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 750;
}

.remove-button span {
  font-size: 1.2rem;
  font-weight: 400;
}

.bag-summary {
  position: sticky;
  top: 24px;
  padding: 30px;
  background: #e9e3d7;
  border-radius: 14px;
}

.bag-summary h2 {
  margin-bottom: 15px;
  font-size: 2.1rem;
}

.bag-summary > p:not(.eyebrow) {
  margin-bottom: 24px;
  color: #647064;
  font-size: 0.84rem;
  line-height: 1.58;
}

.bag-summary .text-link {
  margin-top: 18px;
}

.empty-bag {
  max-width: 620px;
  padding: 76px 8%;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.empty-bag h2 {
  max-width: 420px;
  font-size: clamp(2.2rem, 4vw, 3.7rem);
}

.empty-bag p:not(.eyebrow) {
  max-width: 450px;
  margin-bottom: 25px;
  color: #647064;
  line-height: 1.6;
}

.disabled-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  color: #859085;
  background: #d8d7d0;
  border-radius: 999px;
  cursor: not-allowed;
  font-size: 0.82rem;
  font-weight: 760;
}

.bag-note {
  margin-right: 6.3vw;
  margin-left: 6.3vw;
}

.approach-hero {
  max-width: 1110px;
  padding-bottom: 80px;
}

.principle-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.principle-card {
  min-height: 460px;
  padding: clamp(35px, 5vw, 72px) clamp(25px, 4vw, 65px);
  background: var(--cream);
}

.principle-card h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.principle-card p {
  color: #647064;
  font-size: 0.9rem;
  line-height: 1.65;
}

.standards-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(50px, 10vw, 160px);
  margin: 0 6.3vw 100px;
  padding: clamp(70px, 9vw, 130px) 0;
  border-top: 1px solid var(--line);
}

.standards-layout h2 {
  max-width: 450px;
  font-size: clamp(2.35rem, 3.8vw, 3.8rem);
}

.standards-layout ol {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: standard;
}

.standards-layout li {
  position: relative;
  display: grid;
  gap: 8px;
  padding: 19px 0 19px 43px;
  border-top: 1px solid var(--line);
  counter-increment: standard;
}

.standards-layout li:last-child {
  border-bottom: 1px solid var(--line);
}

.standards-layout li::before {
  position: absolute;
  top: 19px;
  left: 0;
  color: var(--clay);
  content: "0" counter(standard);
  font-family: var(--serif);
  font-size: 1rem;
}

.standards-layout strong {
  color: var(--evergreen);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 500;
}

.standards-layout span {
  color: #69756a;
  font-size: 0.83rem;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr);
  gap: clamp(55px, 14vw, 200px);
  padding: 0 6.3vw 125px;
}

.faq-layout aside {
  position: sticky;
  top: 24px;
  align-self: start;
  padding: 26px;
  background: #e7dfce;
  border-radius: 13px;
}

.faq-layout aside p:not(.eyebrow) {
  color: #5f6a5f;
  font-size: 0.83rem;
  line-height: 1.58;
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding: 25px 0;
  color: var(--evergreen);
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.25vw, 2.15rem);
  line-height: 1.05;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary span {
  flex: 0 0 auto;
  color: var(--clay);
  font-family: var(--sans);
  font-size: 1.65rem;
  font-weight: 350;
  transition: transform 180ms ease;
}

.faq-list details[open] summary span {
  transform: rotate(45deg);
}

.faq-list details > p {
  max-width: 710px;
  margin: -4px 0 27px;
  color: #647064;
  font-size: 0.92rem;
  line-height: 1.68;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  background: var(--line);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.policy-grid article {
  min-height: 380px;
  padding: clamp(42px, 7vw, 96px) clamp(28px, 7vw, 120px);
  background: var(--cream);
}

.policy-grid article:first-child {
  background: #dce8dd;
}

.policy-grid h2 {
  font-size: clamp(2.7rem, 5vw, 5.2rem);
}

.policy-grid p:not(.eyebrow) {
  max-width: 430px;
  color: #5f6a60;
  font-size: 0.92rem;
  line-height: 1.65;
}

.checkout-lock {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 820px;
  min-height: 680px;
  margin: 0 auto;
  padding: clamp(83px, 12vw, 150px) 30px;
  text-align: center;
}

.checkout-lock h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(3.2rem, 6vw, 6.1rem);
}

.checkout-lock > p:not(.eyebrow) {
  max-width: 650px;
  margin-bottom: 29px;
  color: #637063;
  font-size: 1rem;
  line-height: 1.7;
}

.checkout-lock .button {
  margin-top: 4px;
}

.center-link {
  margin-top: 19px;
}

.lock-illustration {
  position: relative;
  width: 110px;
  height: 118px;
  margin: 10px 0 34px;
  border: 7px solid var(--evergreen);
  border-radius: 14px;
  background: #d9e7da;
}

.lock-illustration::before {
  position: absolute;
  top: -59px;
  left: 22px;
  width: 51px;
  height: 61px;
  content: "";
  border: 7px solid var(--evergreen);
  border-bottom: 0;
  border-radius: 32px 32px 0 0;
}

.lock-illustration span {
  position: absolute;
  top: 39px;
  left: 43px;
  width: 17px;
  height: 28px;
  background: var(--clay);
  border-radius: 9px;
}

.lock-illustration span::after {
  position: absolute;
  bottom: -6px;
  left: 6px;
  width: 5px;
  height: 11px;
  content: "";
  background: var(--clay);
}

.launch-hero {
  padding-bottom: 77px;
}

.launch-status-grid {
  display: grid;
  grid-template-columns: minmax(300px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
  gap: clamp(50px, 10vw, 155px);
  padding: 0 6.3vw clamp(100px, 14vw, 170px);
}

.status-overview {
  position: sticky;
  top: 24px;
  padding: 34px;
  color: #e9f0e8;
  background: var(--evergreen);
  border-radius: 17px;
}

.status-overview .eyebrow {
  color: #bcd3bd;
}

.status-overview h2 {
  margin-bottom: 15px;
  color: #f6f4e9;
  font-size: clamp(2.6rem, 3vw, 3.5rem);
}

.status-overview > p {
  color: #d4dfd3;
  font-size: 0.87rem;
  line-height: 1.6;
}

.status-pill {
  display: inline-flex;
  padding: 7px 10px;
  color: #eff6ee;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 99px;
  font-size: 0.65rem;
  font-weight: 800;
}

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

.launch-checklist li {
  display: grid;
  grid-template-columns: 43px 1fr auto;
  gap: 17px;
  align-items: start;
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.launch-checklist > li > span {
  padding-top: 5px;
  color: var(--clay);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.launch-checklist h3 {
  margin-bottom: 7px;
  font-size: 1.6rem;
}

.launch-checklist p {
  max-width: 510px;
  margin: 0;
  color: #677267;
  font-size: 0.82rem;
  line-height: 1.52;
}

.launch-checklist em {
  padding: 5px 8px;
  color: #7c887b;
  background: #e5e9e2;
  border-radius: 99px;
  font-size: 0.61rem;
  font-style: normal;
  font-weight: 800;
  white-space: nowrap;
}

.contact-hero {
  padding-bottom: 60px;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
  margin: 0 6.3vw 120px;
  padding: clamp(41px, 7vw, 88px);
  background: #e7dfce;
  border-radius: 17px;
}

.contact-card h2 {
  max-width: 480px;
  margin: 0;
  font-size: clamp(2.3rem, 4vw, 4rem);
}

.contact-card > p {
  max-width: 430px;
  margin: 0;
  color: #5d6a5e;
  font-size: 0.91rem;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .hero-shell {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 44px;
    padding-right: 3.8vw;
    padding-left: 3.8vw;
  }

  .hero-art {
    min-height: 460px;
  }

  .section,
  .page-hero {
    padding-right: 3.8vw;
    padding-left: 3.8vw;
  }

  .product-detail {
    gap: 55px;
    padding-right: 3.8vw;
    padding-left: 3.8vw;
  }

  .product-proof,
  .standards-layout,
  .faq-layout,
  .launch-status-grid,
  .bag-layout {
    margin-right: 3.8vw;
    margin-left: 3.8vw;
  }

  .product-proof,
  .standards-layout,
  .faq-layout,
  .launch-status-grid,
  .bag-layout {
    padding-right: 0;
    padding-left: 0;
  }

  .newsletter-panel,
  .bag-note,
  .contact-card {
    margin-right: 3.8vw;
    margin-left: 3.8vw;
  }

  .catalog-toolbar {
    padding-right: 3.8vw;
    padding-left: 3.8vw;
  }

  .footer-shell,
  .footer-bottom {
    padding-right: 3.8vw;
    padding-left: 3.8vw;
  }

  .policy-grid article {
    padding-right: 6vw;
    padding-left: 6vw;
  }
}

@media (max-width: 760px) {
  #site-header,
  main,
  #site-footer {
    width: min(100% - 28px, 650px);
  }

  .preview-bar {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 0.64rem;
    line-height: 1.35;
  }

  .nav-shell {
    display: flex;
    justify-content: space-between;
    min-height: 72px;
  }

  .brand {
    font-size: 1.2rem;
  }

  .nav-toggle {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 0;
    cursor: pointer;
  }

  .nav-toggle-line {
    display: block;
    width: 23px;
    height: 1.5px;
    margin-left: auto;
    background: var(--evergreen);
    transition: transform 180ms ease;
  }

  .primary-nav {
    position: absolute;
    top: 72px;
    right: 0;
    left: 0;
    display: grid;
    grid-column: auto;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    background: var(--paper);
    border: 1px solid transparent;
    border-top: 0;
    box-shadow: 0 18px 38px rgba(38, 51, 39, 0.1);
    opacity: 0;
    pointer-events: none;
    transition:
      max-height 200ms ease,
      opacity 180ms ease,
      border-color 180ms ease;
  }

  .primary-nav.is-open {
    max-height: 330px;
    border-color: var(--line);
    opacity: 1;
    pointer-events: auto;
  }

  .primary-nav > a {
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
    font-size: 0.9rem;
  }

  .primary-nav > a:last-child {
    border-bottom: 0;
  }

  .primary-nav > a:not(.bag-link)::after {
    display: none;
  }

  .bag-link {
    justify-content: space-between;
  }

  .hero-shell {
    grid-template-columns: 1fr;
    gap: 45px;
    min-height: 0;
    padding-top: 64px;
    padding-bottom: 75px;
    padding-right: 0;
    padding-left: 0;
  }

  .hero-copy {
    padding: 0 3px;
  }

  .hero-art {
    min-height: 435px;
    border-radius: 42% 42% 16px 16px;
  }

  h1 {
    font-size: clamp(3.32rem, 14vw, 5.4rem);
  }

  .hero-facts {
    gap: 18px;
    margin-top: 54px;
  }

  .hero-facts div {
    max-width: 100px;
  }

  .section {
    padding-right: 0;
    padding-left: 0;
  }

  .intro-split {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-heading {
    display: block;
    margin-bottom: 34px;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: inline-flex;
    margin-top: 33px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    gap: 49px;
  }

  .product-card-image,
  .catalog-grid .product-card-image {
    min-height: 395px;
  }

  .product-card-copy > p:not(.product-category) {
    min-height: 0;
  }

  .editorial-panel {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 27px;
    border-radius: 16px;
  }

  .editorial-art {
    min-height: 278px;
  }

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

  .value-grid article,
  .value-grid article:not(:first-child) {
    min-height: 0;
    padding: 28px 0 30px;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .value-grid article:last-child {
    border-bottom: 0;
  }

  .value-grid span,
  .principle-card > span {
    margin-bottom: 22px;
  }

  .newsletter-panel {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-right: 0;
    margin-bottom: 70px;
    margin-left: 0;
    padding: 28px;
  }

  .footer-shell {
    grid-template-columns: 1fr;
    gap: 38px;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-bottom {
    padding-right: 0;
    padding-left: 0;
    font-size: 0.61rem;
  }

  .page-hero {
    padding-top: 76px;
    padding-right: 0;
    padding-bottom: 58px;
    padding-left: 0;
  }

  .page-hero h1,
  .narrow-hero h1 {
    font-size: clamp(3.15rem, 13.5vw, 5.4rem);
  }

  .catalog-toolbar {
    flex-wrap: wrap;
    gap: 11px 17px;
    padding-right: 0;
    padding-left: 0;
    font-size: 0.69rem;
  }

  .catalog-toolbar span + span::before {
    display: none;
  }

  .compact-section {
    padding-top: 53px;
  }

  .gentle-note,
  .compliance-note,
  .bag-note {
    margin-right: 0;
    margin-bottom: 70px;
    margin-left: 0;
    padding: 37px 27px;
  }

  .product-detail {
    grid-template-columns: 1fr;
    gap: 42px;
    padding: 42px 0 80px;
  }

  .product-media {
    position: static;
  }

  .product-detail-art {
    min-height: 460px;
  }

  .breadcrumb {
    margin-bottom: 38px;
  }

  .product-info h1 {
    font-size: clamp(3rem, 13vw, 4.8rem);
  }

  .product-proof {
    grid-template-columns: 1fr;
    gap: 25px;
    margin: 0;
    padding: 73px 0;
  }

  .proof-list {
    grid-template-columns: 1fr;
  }

  .proof-list li,
  .proof-list li:nth-child(odd),
  .proof-list li:nth-child(even) {
    min-height: 0;
    padding: 21px 0;
    border-right: 0;
  }

  .related-section {
    padding-top: 57px;
  }

  .bag-layout {
    grid-template-columns: 1fr;
    gap: 31px;
    margin: 0;
    padding: 0 0 77px;
  }

  .bag-summary {
    position: static;
    padding: 27px;
  }

  .bag-item {
    grid-template-columns: 107px 1fr;
    gap: 17px;
  }

  .bag-art {
    min-height: 112px;
  }

  .bag-item h2 {
    font-size: 1.45rem;
  }

  .remove-button {
    grid-column: 2;
    width: max-content;
    margin-top: -13px;
  }

  .empty-bag {
    padding: 56px 29px;
  }

  .approach-hero {
    padding-bottom: 56px;
  }

  .principle-layout {
    grid-template-columns: 1fr;
  }

  .principle-card {
    min-height: 0;
    padding: 47px 28px;
  }

  .standards-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    margin: 0 0 70px;
    padding: 72px 0;
  }

  .faq-layout {
    grid-template-columns: 1fr;
    gap: 38px;
    margin: 0;
    padding: 0 0 75px;
  }

  .faq-layout aside {
    position: static;
  }

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

  .policy-grid article {
    min-height: 0;
    padding: 57px 0;
  }

  .policy-grid article:first-child {
    padding-right: 0;
    padding-left: 0;
    background:
      linear-gradient(90deg, #dce8dd 0, #dce8dd 100%) no-repeat;
    box-shadow: 0 0 0 100vmax #dce8dd;
    clip-path: inset(0 -100vmax);
  }

  .checkout-lock {
    min-height: 590px;
    padding-right: 8px;
    padding-left: 8px;
  }

  .launch-status-grid {
    grid-template-columns: 1fr;
    gap: 35px;
    margin: 0;
    padding: 0 0 85px;
  }

  .status-overview {
    position: static;
    padding: 29px;
  }

  .launch-checklist li {
    grid-template-columns: 31px 1fr;
    gap: 13px;
  }

  .launch-checklist em {
    grid-column: 2;
    width: max-content;
  }

  .contact-hero {
    padding-bottom: 52px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 26px;
    margin: 0 0 75px;
    padding: 31px 27px;
  }
}

@media (max-width: 430px) {
  .hero-art {
    min-height: 375px;
  }

  .cabinet-door {
    bottom: 63px;
  }

  .cabinet-shelf {
    transform: scale(0.92);
  }

  .product-card-image,
  .catalog-grid .product-card-image,
  .product-art {
    min-height: 345px;
  }

  .product-detail-art {
    min-height: 385px;
  }

  .bag-item {
    grid-template-columns: 90px 1fr;
  }
}
