:root {
  --odea-ink: #17211d;
  --odea-green: #173f35;
  --odea-green-deep: #0f3028;
  --odea-sage: #dce6df;
  --odea-cream: #f5f0e7;
  --odea-paper: #fbfaf7;
  --odea-line: rgba(23, 33, 29, 0.14);
  --odea-gold: #cda764;
  --odea-white: #ffffff;
  --odea-radius: 2px;
  --odea-shadow: 0 24px 70px rgba(14, 32, 26, 0.12);
}

.odea-product-focus-home .site-content,
.odea-product-focus-product .site-content,
.odea-product-focus-page .site-content,
.odea-product-focus-catalog .site-content,
.odea-product-focus-home #content,
.odea-product-focus-product #content,
.odea-product-focus-page #content,
.odea-product-focus-catalog #content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.odea-product-focus-home .site-content > .ast-container,
.odea-product-focus-product .site-content > .ast-container,
.odea-product-focus-page .site-content > .ast-container,
.odea-product-focus-catalog .site-content > .ast-container {
  display: block;
  margin: 0;
  max-width: none;
  padding: 0;
  width: 100%;
}

.odea-focus,
.odea-focus * {
  box-sizing: border-box;
}

.odea-focus {
  color: var(--odea-ink);
  background: var(--odea-paper);
  font-size: 17px;
  line-height: 1.65;
  overflow: hidden;
}

.odea-focus h1,
.odea-focus h2,
.odea-focus h3,
.odea-focus p,
.odea-focus figure,
.odea-focus ul,
.odea-focus ol {
  margin-top: 0;
}

.odea-focus h1,
.odea-focus h2 {
  color: inherit;
  font-family: var(--odea-brand-font, "Manrope", sans-serif);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.02;
}

.odea-focus h1 {
  font-size: clamp(3.25rem, 6.2vw, 6.8rem);
  margin-bottom: 1.5rem;
}

.odea-focus h2 {
  font-size: clamp(2.5rem, 4.5vw, 4.9rem);
  margin-bottom: 1.35rem;
}

.odea-focus h3 {
  color: inherit;
  font-size: 1.08rem;
  font-weight: 650;
  letter-spacing: -0.015em;
  line-height: 1.3;
  margin-bottom: 0.45rem;
}

.odea-wrap {
  margin: 0 auto;
  max-width: 1320px;
  padding-left: clamp(22px, 4.2vw, 70px);
  padding-right: clamp(22px, 4.2vw, 70px);
  width: 100%;
}

.odea-kicker {
  color: var(--odea-green);
  font-size: 0.73rem;
  font-weight: 750;
  letter-spacing: 0.19em;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.odea-section {
  padding: clamp(76px, 9vw, 140px) 0;
}

.odea-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.odea-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 750;
  justify-content: center;
  letter-spacing: 0.045em;
  min-height: 52px;
  padding: 14px 25px;
  text-decoration: none !important;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.odea-button:hover,
.odea-button:focus-visible {
  transform: translateY(-2px);
}

.odea-button--light {
  background: var(--odea-white);
  color: var(--odea-green-deep);
}

.odea-button--dark {
  background: var(--odea-green-deep);
  color: var(--odea-white);
}

.odea-button--accent {
  background: var(--odea-gold);
  color: #17211d;
}

.odea-button--wide {
  width: 100%;
}

.odea-text-link {
  border-bottom: 1px solid currentColor;
  color: var(--odea-green-deep);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 7px 0;
  text-decoration: none !important;
}

.odea-text-link--light {
  color: var(--odea-white);
}

.odea-focus-hero {
  background: var(--odea-green-deep);
  color: var(--odea-white);
  min-height: min(850px, 88vh);
  position: relative;
}

.odea-focus-hero__media {
  inset: 0;
  position: absolute;
}

.odea-focus-hero__media::after {
  background: linear-gradient(90deg, rgba(9, 27, 22, 0.94) 0%, rgba(9, 27, 22, 0.8) 32%, rgba(9, 27, 22, 0.16) 67%, rgba(9, 27, 22, 0.05) 100%);
  content: "";
  inset: 0;
  position: absolute;
}

.odea-focus-hero__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.odea-visual-label {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.82);
  bottom: 20px;
  color: var(--odea-green-deep);
  font-size: 0.64rem;
  font-weight: 750;
  left: auto;
  letter-spacing: 0.08em;
  padding: 7px 11px;
  position: absolute;
  right: 20px;
  text-transform: uppercase;
  z-index: 2;
}

.odea-visual-label--dark {
  background: rgba(20, 34, 29, 0.88);
  color: white;
}

.odea-focus-hero__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: min(850px, 88vh);
  padding-bottom: 70px;
  padding-top: 90px;
  position: relative;
  z-index: 2;
}

.odea-focus-hero__content > * {
  max-width: 680px;
}

.odea-focus-hero .odea-kicker,
.odea-planner-section .odea-kicker,
.odea-mount-section .odea-kicker,
.odea-shipping .odea-kicker {
  color: var(--odea-gold);
}

.odea-focus .odea-planner-section h2,
.odea-focus .odea-planner-section h3,
.odea-focus .odea-mount-section h2,
.odea-focus .odea-mount-section h3,
.odea-focus .odea-story-band blockquote,
.odea-focus .odea-catalog-guide h3,
.odea-focus .odea-editorial-hero h1,
.odea-focus .odea-catalog-hero h1 {
  color: var(--odea-white);
}

.odea-focus-hero__lead {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.05rem, 1.55vw, 1.3rem);
  margin-bottom: 2rem;
  max-width: 600px !important;
}

.odea-hero-facts {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  list-style: none;
  margin: 3.8rem 0 0;
  max-width: 620px !important;
  padding: 0;
}

.odea-hero-facts li {
  border-left: 1px solid rgba(255, 255, 255, 0.25);
  display: flex;
  flex-direction: column;
  padding-left: 18px;
}

.odea-hero-facts strong {
  color: white;
  font-family: var(--odea-brand-font, "Manrope", sans-serif);
  font-size: 2.15rem;
  font-weight: 400;
  line-height: 1;
}

.odea-hero-facts span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
  margin-top: 8px;
}

.odea-microcopy,
.odea-data-note {
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.72rem;
  margin: 13px 0 0;
}

.odea-proof-strip {
  background: var(--odea-cream);
  border-bottom: 1px solid var(--odea-line);
}

.odea-proof-strip__inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-bottom: 22px;
  padding-top: 22px;
}

.odea-proof-strip span {
  border-right: 1px solid var(--odea-line);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.055em;
  padding: 3px 18px;
  text-align: center;
  text-transform: uppercase;
}

.odea-proof-strip span:last-child {
  border-right: 0;
}

.odea-intro__grid,
.odea-care-grid {
  display: grid;
  gap: clamp(40px, 8vw, 125px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
}

.odea-intro__copy > p,
.odea-care-grid > div:last-child > p {
  font-size: 1.15rem;
  margin-bottom: 2.6rem;
}

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

.odea-benefit-list article {
  align-items: start;
  border-bottom: 1px solid var(--odea-line);
  display: grid;
  gap: 22px;
  grid-template-columns: 38px 1fr;
  padding: 22px 0;
}

.odea-benefit-list article > span {
  color: var(--odea-green);
  font-size: 0.72rem;
  font-weight: 800;
}

.odea-benefit-list p,
.odea-how-grid p,
.odea-component-cards p {
  color: #56615c;
  font-size: 0.9rem;
  margin: 0;
}

.odea-section-heading {
  align-items: end;
  display: grid;
  gap: 45px;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.7fr);
  margin-bottom: clamp(42px, 6vw, 78px);
}

.odea-section-heading h2 {
  margin-bottom: 0;
}

.odea-section-heading > p {
  color: #59645f;
  font-size: 1rem;
  margin-bottom: 6px;
}

.odea-set-section {
  background: var(--odea-cream);
}

.odea-set-layout {
  align-items: center;
  display: grid;
  gap: clamp(35px, 6vw, 90px);
  grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
}

.odea-set-image {
  background: #fefdfb;
  box-shadow: var(--odea-shadow);
  margin: 0;
  padding: 14px;
  position: relative;
}

.odea-set-image img {
  display: block;
  height: auto;
  width: 100%;
}

.odea-set-image figcaption,
.odea-planner__visual figcaption {
  color: #68716d;
  font-size: 0.67rem;
  padding: 12px 6px 2px;
}

.odea-component-list {
  counter-reset: component;
  list-style: none;
  margin: 0;
  padding: 0;
}

.odea-component-list li {
  align-items: center;
  border-bottom: 1px solid var(--odea-line);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px 1fr;
  padding: 17px 0;
}

.odea-component-list li > span {
  color: var(--odea-green);
  font-size: 0.7rem;
  font-weight: 800;
}

.odea-component-list strong,
.odea-component-list small {
  display: block;
}

.odea-component-list strong {
  font-size: 0.98rem;
}

.odea-component-list small {
  color: #6e7773;
  font-size: 0.74rem;
  margin-top: 3px;
}

.odea-set-section .odea-data-note {
  color: #727b77;
  margin-top: 25px;
  text-align: right;
}

.odea-planner-section,
.odea-mount-section {
  background: var(--odea-green-deep);
  color: white;
}

.odea-section-heading--light > p {
  color: rgba(255, 255, 255, 0.72);
}

.odea-planner {
  background: #153a31;
  display: grid;
  grid-template-columns: minmax(340px, 0.78fr) minmax(0, 1.22fr);
}

.odea-planner__controls {
  display: flex;
  flex-direction: column;
  padding: clamp(28px, 4.5vw, 62px);
}

.odea-planner__step {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  gap: 18px;
  grid-template-columns: 36px 1fr;
  padding: 28px 0;
}

.odea-planner__step:first-child {
  padding-top: 0;
}

.odea-planner__step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.odea-step-number {
  color: var(--odea-gold);
  font-size: 0.7rem;
  font-weight: 800;
}

.odea-planner__step p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.88rem;
}

.odea-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.odea-choice-row button,
.odea-choice-row label,
.odea-static-choice {
  align-items: center;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 999px;
  color: inherit;
  display: inline-flex;
  font-size: 0.73rem;
  gap: 8px;
  min-height: 39px;
  padding: 8px 13px;
}

.odea-choice-row button {
  cursor: pointer;
}

.odea-choice-row label {
  cursor: pointer;
  user-select: none;
}

.odea-choice-row button.is-active,
.odea-static-choice.is-active {
  background: white;
  border-color: white;
  color: var(--odea-green-deep);
}

.odea-visually-hidden {
  height: 1px;
  margin: -1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

#odea-color-black:checked ~ .odea-planner__controls label[for="odea-color-black"],
#odea-color-white:checked ~ .odea-planner__controls label[for="odea-color-white"],
#odea-layout-balanced:checked ~ .odea-planner__controls label[for="odea-layout-balanced"],
#odea-layout-spices:checked ~ .odea-planner__controls label[for="odea-layout-spices"],
#odea-layout-cooking:checked ~ .odea-planner__controls label[for="odea-layout-cooking"] {
  background: white;
  border-color: white;
  color: var(--odea-green-deep);
}

#odea-color-black:focus-visible ~ .odea-planner__controls label[for="odea-color-black"],
#odea-color-white:focus-visible ~ .odea-planner__controls label[for="odea-color-white"],
#odea-layout-balanced:focus-visible ~ .odea-planner__controls label[for="odea-layout-balanced"],
#odea-layout-spices:focus-visible ~ .odea-planner__controls label[for="odea-layout-spices"],
#odea-layout-cooking:focus-visible ~ .odea-planner__controls label[for="odea-layout-cooking"] {
  outline: 2px solid var(--odea-gold);
  outline-offset: 3px;
}

.odea-layout-copy {
  display: none;
}

#odea-layout-balanced:checked ~ .odea-planner__controls .odea-layout-copy--balanced,
#odea-layout-spices:checked ~ .odea-planner__controls .odea-layout-copy--spices,
#odea-layout-cooking:checked ~ .odea-planner__controls .odea-layout-copy--cooking {
  display: block;
}

.odea-choice-row small {
  font-size: 0.6rem;
  opacity: 0.68;
}

.odea-swatch {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  display: inline-block;
  height: 13px;
  width: 13px;
}

.odea-swatch--black { background: #171917; }
.odea-swatch--white { background: #eee9dc; border-color: #bdb7ac; }

.odea-planner__visual {
  background: #eee9df;
  margin: 0;
  min-height: 610px;
  overflow: hidden;
  position: relative;
}

.odea-planner__visual img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  transition: opacity 220ms ease;
  width: 100%;
}

.odea-planner-image--white {
  opacity: 0;
}

#odea-color-white:checked ~ .odea-planner__visual .odea-planner-image--black {
  opacity: 0;
}

#odea-color-white:checked ~ .odea-planner__visual .odea-planner-image--white {
  opacity: 1;
}

/* Editorial and catalog pages */
.odea-editorial-page,
.odea-catalog-page {
  background: var(--odea-paper);
}

.odea-editorial-hero {
  background: var(--odea-green-deep);
  color: white;
  padding: clamp(52px, 7vw, 105px) 0;
}

.odea-editorial-hero__grid {
  align-items: center;
  display: grid;
  gap: clamp(38px, 7vw, 105px);
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.odea-editorial-hero .odea-kicker,
.odea-catalog-hero .odea-kicker {
  color: var(--odea-gold);
}

.odea-editorial-hero h1,
.odea-catalog-hero h1 {
  font-size: clamp(3.1rem, 6vw, 6.4rem);
}

.odea-editorial-hero__copy > p:last-child,
.odea-catalog-hero .odea-wrap > p:last-child {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.18rem);
  max-width: 690px;
}

.odea-editorial-hero__image {
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25);
  display: block;
  min-height: 390px;
  overflow: hidden;
  position: relative;
}

.odea-editorial-hero__image::after {
  background: linear-gradient(180deg, transparent 50%, rgba(10, 27, 22, 0.34));
  content: "";
  inset: 0;
  position: absolute;
}

.odea-editorial-hero__image img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.odea-editorial-content {
  padding-bottom: clamp(80px, 10vw, 150px);
  padding-top: clamp(75px, 9vw, 135px);
}

.odea-editorial-content > section + section {
  margin-top: clamp(70px, 9vw, 130px);
}

.odea-editorial-split {
  display: grid;
  gap: clamp(35px, 8vw, 120px);
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.odea-editorial-split h2,
.odea-checklist-section h2,
.odea-contact-grid h2,
.odea-contact-direct h2,
.odea-launch-timeline h2,
.odea-guide-list h2 {
  font-size: clamp(2rem, 3.2vw, 3.65rem);
}

.odea-editorial-split > div:last-child p {
  color: #59645f;
  font-size: 1.04rem;
}

.odea-editorial-cards {
  display: grid;
  gap: 1px;
}

.odea-editorial-cards--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odea-editorial-cards--4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.odea-editorial-cards article,
.odea-zone-grid article {
  background: var(--odea-cream);
  min-height: 245px;
  padding: clamp(27px, 3.3vw, 45px);
}

.odea-editorial-cards article > span,
.odea-zone-grid article > span {
  color: var(--odea-green);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 54px;
}

.odea-editorial-cards p,
.odea-zone-grid p,
.odea-launch-timeline p,
.odea-guide-list p,
.odea-contact-grid p,
.odea-contact-direct p {
  color: #626d67;
  font-size: 0.9rem;
}

.odea-story-band {
  background: var(--odea-green-deep);
  color: white;
  padding: clamp(42px, 6vw, 80px);
}

.odea-story-band .odea-kicker {
  color: var(--odea-gold);
}

.odea-story-band blockquote {
  border: 0;
  font-family: var(--odea-brand-font, "Manrope", sans-serif);
  font-size: clamp(2rem, 4vw, 4.1rem);
  line-height: 1.12;
  margin: 0;
  max-width: 1000px;
  padding: 0;
}

.odea-checklist-section {
  align-items: start;
  background: var(--odea-cream);
  display: grid;
  gap: clamp(35px, 7vw, 100px);
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  padding: clamp(35px, 6vw, 75px);
}

.odea-checklist-section ul,
.odea-catalog-card__content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.odea-checklist-section li,
.odea-catalog-card__content li {
  border-bottom: 1px solid var(--odea-line);
  padding: 13px 0 13px 26px;
  position: relative;
}

.odea-checklist-section li::before,
.odea-catalog-card__content li::before {
  color: var(--odea-green);
  content: "✓";
  left: 0;
  position: absolute;
}

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

.odea-contact-grid article {
  background: var(--odea-cream);
  padding: clamp(34px, 5vw, 70px);
}

.odea-contact-direct {
  align-items: center;
  border-bottom: 1px solid var(--odea-line);
  border-top: 1px solid var(--odea-line);
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
  padding: 40px 0;
}

.odea-zone-grid,
.odea-launch-timeline {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.odea-launch-timeline article {
  border-top: 3px solid var(--odea-green);
  padding: 30px clamp(18px, 3vw, 38px) 0 0;
}

.odea-launch-timeline article > span {
  color: var(--odea-green);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.odea-data-preview {
  border-bottom: 1px solid var(--odea-line);
  border-top: 1px solid var(--odea-line);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 35px 0;
}

.odea-data-preview div {
  border-right: 1px solid var(--odea-line);
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  text-align: center;
}

.odea-data-preview div:last-child {
  border-right: 0;
}

.odea-data-preview strong {
  color: var(--odea-green-deep);
  font-family: var(--odea-brand-font, "Manrope", sans-serif);
  font-size: 3.2rem;
  font-weight: 400;
}

.odea-data-preview span {
  color: #68716d;
  font-size: 0.75rem;
}

.odea-guide-list article {
  border-bottom: 1px solid var(--odea-line);
  display: grid;
  gap: clamp(20px, 5vw, 80px);
  grid-template-columns: 60px 1fr;
  padding: 30px 0;
}

.odea-guide-list article > span {
  color: var(--odea-green);
  font-size: 0.72rem;
  font-weight: 800;
  padding-top: 10px;
}

.odea-guide-list h2 {
  margin-bottom: 8px;
}

.odea-faq-list--editorial {
  margin: 0 auto;
  max-width: 900px;
}

.odea-editorial-cta {
  background: var(--odea-gold);
  padding: clamp(75px, 9vw, 130px) 0;
  text-align: center;
}

.odea-editorial-cta .odea-wrap {
  max-width: 900px;
}

.odea-editorial-cta h2 {
  font-size: clamp(2.5rem, 5vw, 5rem);
}

.odea-editorial-cta > .odea-wrap > p:not(.odea-kicker) {
  margin: 0 auto 28px;
  max-width: 650px;
}

.odea-catalog-hero {
  background: var(--odea-green-deep);
  color: white;
  padding: clamp(78px, 10vw, 155px) 0;
}

.odea-catalog-hero .odea-wrap {
  max-width: 1130px;
  text-align: center;
}

.odea-catalog-hero .odea-wrap > p:last-child {
  margin: 0 auto;
}

.odea-catalog-card {
  align-items: stretch;
  background: var(--odea-cream);
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.odea-catalog-card__media {
  background: white;
  display: block;
  min-height: 640px;
  overflow: hidden;
  position: relative;
}

.odea-catalog-card__media img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.odea-catalog-card__content {
  align-self: center;
  padding: clamp(35px, 5vw, 75px);
}

.odea-catalog-card__content h2 {
  font-size: clamp(2.5rem, 4vw, 4.5rem);
}

.odea-catalog-card__content > p:not(.odea-kicker) {
  color: #58635e;
}

.odea-catalog-card__content ul {
  border-top: 1px solid var(--odea-line);
  margin: 25px 0 30px;
}

.odea-catalog-card__content li {
  color: #59645f;
  font-size: 0.84rem;
}

.odea-catalog-guide {
  background: var(--odea-green-deep);
  color: white;
}

.odea-catalog-guide .odea-editorial-cards article {
  background: #173c33;
}

.odea-catalog-guide .odea-editorial-cards article > span {
  color: var(--odea-gold);
}

.odea-catalog-guide .odea-editorial-cards p {
  color: rgba(255, 255, 255, 0.7);
}

.odea-catalog-guide__link {
  margin: 40px 0 0;
  text-align: center;
}

.odea-catalog-guide__link .odea-text-link {
  color: white;
}

.odea-planner__visual figcaption {
  backdrop-filter: blur(8px);
  background: rgba(255, 255, 255, 0.86);
  bottom: 14px;
  color: #4d5752;
  left: 14px;
  padding: 7px 10px;
  position: absolute;
  z-index: 2;
}

.odea-how-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, 1fr);
}

.odea-how-grid article {
  background: white;
  min-height: 235px;
  padding: clamp(28px, 4vw, 50px);
}

.odea-how-grid article > span,
.odea-component-cards article > span {
  color: var(--odea-green);
  display: block;
  font-family: var(--odea-brand-font, "Manrope", sans-serif);
  font-size: 2rem;
  margin-bottom: 45px;
}

.odea-how-grid--dark article {
  background: #183e34;
}

.odea-how-grid--dark p {
  color: rgba(255, 255, 255, 0.68);
}

.odea-how-grid--dark article > span {
  color: var(--odea-gold);
}

.odea-shipping {
  background: var(--odea-gold);
  color: var(--odea-ink);
  padding: clamp(64px, 7vw, 105px) 0;
}

.odea-shipping .odea-kicker {
  color: #58451f;
}

.odea-shipping__grid {
  align-items: center;
  display: grid;
  gap: clamp(40px, 8vw, 120px);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.odea-shipping h2 {
  margin-bottom: 0;
}

.odea-shipping p {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.odea-shipping small {
  color: rgba(23, 33, 29, 0.72);
  font-size: 0.72rem;
}

.odea-faq-grid {
  display: grid;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
}

.odea-faq-grid > div:first-child > p:last-child {
  color: #68716d;
}

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

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

.odea-faq-list summary {
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  list-style: none;
  padding: 22px 38px 22px 0;
  position: relative;
}

.odea-faq-list summary::-webkit-details-marker { display: none; }
.odea-faq-list summary::after {
  content: "+";
  font-size: 1.4rem;
  font-weight: 300;
  position: absolute;
  right: 3px;
  top: 17px;
}
.odea-faq-list details[open] summary::after { content: "−"; }

.odea-faq-list details p {
  color: #606a65;
  font-size: 0.92rem;
  max-width: 700px;
  padding: 0 35px 22px 0;
}

.odea-final-cta {
  background: var(--odea-cream);
  padding: clamp(80px, 10vw, 150px) 0;
  text-align: center;
}

.odea-final-cta .odea-wrap {
  max-width: 980px;
}

.odea-final-cta p:not(.odea-kicker) {
  color: #626c67;
  margin: 0 auto 30px;
  max-width: 650px;
}

/* Product detail */
.odea-product-detail {
  background: #fbfaf7;
}

.odea-breadcrumb {
  align-items: center;
  color: #748079;
  display: flex;
  font-size: 0.72rem;
  gap: 10px;
  padding-bottom: 18px;
  padding-top: 24px;
}

.odea-breadcrumb a {
  color: var(--odea-green);
  text-decoration: none;
}

.odea-product-hero {
  padding: 18px 0 clamp(75px, 8vw, 120px);
}

.odea-product-hero__grid {
  align-items: start;
  display: grid;
  gap: clamp(36px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.05fr) minmax(350px, 0.95fr);
}

.odea-product-gallery__main {
  background: #f3efe7;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.odea-product-gallery__main img {
  display: block;
  height: auto;
  width: 100%;
}

.odea-product-gallery__thumbs {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 12px;
}

.odea-product-gallery__thumbs img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.odea-product-summary {
  padding-top: clamp(10px, 3vw, 40px);
}

.odea-product-summary h1 {
  color: var(--odea-green-deep);
  font-size: clamp(3rem, 5vw, 5.4rem);
  margin-bottom: 1rem;
}

.odea-product-summary h1 span {
  color: var(--odea-green);
  display: block;
  font-family: inherit;
  font-size: 0.25em;
  font-weight: 700;
  letter-spacing: 0.035em;
  line-height: 1.35;
  margin-top: 1.1rem;
  text-transform: uppercase;
}

.odea-data-note--dark {
  color: #68716d;
  margin-top: 18px;
}

.odea-product-subtitle {
  color: var(--odea-green);
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

.odea-product-lead {
  color: #59645f;
  font-size: 1.02rem;
  margin-bottom: 1.8rem;
}

.odea-status-card {
  align-items: start;
  background: var(--odea-cream);
  display: grid;
  gap: 13px;
  grid-template-columns: 10px 1fr;
  margin-bottom: 1.8rem;
  padding: 18px;
}

.odea-status-card p {
  color: #66706b;
  font-size: 0.78rem;
  margin: 3px 0 0;
}

.odea-status-dot {
  background: var(--odea-gold);
  border-radius: 50%;
  height: 9px;
  margin-top: 7px;
  width: 9px;
}

.odea-product-options {
  margin-bottom: 1.5rem;
}

.odea-product-options > p {
  font-size: 0.76rem;
  margin-bottom: 9px;
}

.odea-product-options .odea-choice-row,
.odea-product-options .odea-static-choice {
  color: var(--odea-ink);
}

.odea-product-options .odea-static-choice {
  border-color: var(--odea-line);
}

.odea-product-options .odea-static-choice.is-active {
  background: var(--odea-green-deep);
  border-color: var(--odea-green-deep);
  color: white;
}

.odea-product-trust {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.odea-product-trust li {
  border-bottom: 1px solid var(--odea-line);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
}

.odea-product-trust strong,
.odea-product-trust span {
  font-size: 0.76rem;
}

.odea-product-trust span {
  color: #737c78;
  text-align: right;
}

.odea-product-summary .odea-microcopy {
  color: #7b837f;
}

.odea-product-nav {
  background: var(--odea-green-deep);
  position: sticky;
  top: 0;
  z-index: 20;
}

.admin-bar .odea-product-nav { top: 32px; }

.odea-product-nav .odea-wrap {
  display: flex;
  gap: clamp(18px, 4vw, 48px);
  overflow-x: auto;
}

.odea-product-nav a {
  color: rgba(255, 255, 255, 0.82);
  flex: 0 0 auto;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.065em;
  padding: 18px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.odea-component-cards {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, 1fr);
}

.odea-component-cards article {
  background: var(--odea-cream);
  min-height: 250px;
  padding: clamp(25px, 3.5vw, 44px);
}

.odea-spec-section {
  background: var(--odea-cream);
}

.odea-spec-grid {
  display: grid;
  gap: clamp(45px, 8vw, 120px);
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
}

.odea-spec-grid > div:first-child > p:last-child {
  color: #68716d;
}

.odea-spec-table {
  border-top: 1px solid var(--odea-line);
}

.odea-spec-table > div {
  border-bottom: 1px solid var(--odea-line);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 17px 0;
}

.odea-spec-table strong,
.odea-spec-table span {
  font-size: 0.85rem;
}

.odea-spec-table span {
  color: #69736e;
  white-space: nowrap;
}

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

.odea-care-grid li {
  border-bottom: 1px solid var(--odea-line);
  font-size: 0.88rem;
  padding: 14px 0 14px 25px;
  position: relative;
}

.odea-care-grid li::before {
  color: var(--odea-green);
  content: "✓";
  left: 0;
  position: absolute;
}

@media (max-width: 1024px) {
  .odea-focus-hero__media::after {
    background: linear-gradient(90deg, rgba(9, 27, 22, 0.94) 0%, rgba(9, 27, 22, 0.72) 55%, rgba(9, 27, 22, 0.22) 100%);
  }

  .odea-planner,
  .odea-product-hero__grid,
  .odea-editorial-hero__grid,
  .odea-catalog-card {
    grid-template-columns: 1fr;
  }

  .odea-planner__visual {
    min-height: 520px;
  }

  .odea-product-gallery {
    max-width: 720px;
  }

  .odea-editorial-hero__image {
    min-height: 420px;
  }

  .odea-catalog-card__media {
    min-height: 520px;
  }

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

@media (max-width: 760px) {
  .odea-focus {
    font-size: 16px;
  }

  .odea-focus-hero {
    min-height: 760px;
  }

  .odea-focus-hero__media::after {
    background: linear-gradient(180deg, rgba(9, 27, 22, 0.28) 0%, rgba(9, 27, 22, 0.55) 40%, rgba(9, 27, 22, 0.97) 78%);
  }

  .odea-focus-hero__media img {
    object-position: 66% center;
  }

  .odea-focus-hero__content {
    justify-content: flex-end;
    min-height: 760px;
    padding-bottom: 38px;
  }

  .odea-focus h1 {
    font-size: clamp(3rem, 14vw, 4.4rem);
  }

  .odea-focus h2 {
    font-size: clamp(2.35rem, 11vw, 3.6rem);
  }

  .odea-focus-hero__lead {
    font-size: 0.98rem;
  }

  .odea-hero-facts {
    gap: 14px;
    margin-top: 2.6rem;
  }

  .odea-hero-facts li {
    padding-left: 11px;
  }

  .odea-hero-facts strong {
    font-size: 1.65rem;
  }

  .odea-proof-strip__inner {
    gap: 12px 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .odea-proof-strip span:nth-child(2) {
    border-right: 0;
  }

  .odea-intro__grid,
  .odea-care-grid,
  .odea-section-heading,
  .odea-set-layout,
  .odea-shipping__grid,
  .odea-faq-grid,
  .odea-spec-grid,
  .odea-editorial-split,
  .odea-checklist-section,
  .odea-contact-direct {
    grid-template-columns: 1fr;
  }

  .odea-section-heading {
    align-items: start;
    gap: 18px;
  }

  .odea-set-section .odea-data-note {
    text-align: left;
  }

  .odea-how-grid,
  .odea-component-cards,
  .odea-editorial-cards--3,
  .odea-editorial-cards--4,
  .odea-zone-grid,
  .odea-launch-timeline,
  .odea-contact-grid {
    grid-template-columns: 1fr;
  }

  .odea-data-preview {
    gap: 25px 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .odea-data-preview div:nth-child(2) {
    border-right: 0;
  }

  .odea-how-grid article,
  .odea-component-cards article {
    min-height: 0;
  }

  .odea-how-grid article > span,
  .odea-component-cards article > span {
    margin-bottom: 28px;
  }

  .odea-planner__visual {
    min-height: 420px;
  }

  .odea-planner__visual img {
    object-position: 65% center;
  }

  .odea-planner-image--white {
    object-position: center !important;
  }

  .odea-editorial-hero__image {
    min-height: 310px;
  }

  .odea-catalog-card__media {
    min-height: 390px;
  }

  .odea-product-gallery__thumbs {
    display: none;
  }

  .odea-product-nav {
    top: 0;
  }

  .admin-bar .odea-product-nav {
    top: 46px;
  }

  .odea-product-trust li {
    align-items: flex-start;
    flex-direction: column;
    gap: 3px;
  }

  .odea-product-trust span {
    text-align: left;
  }

  .odea-spec-table > div {
    gap: 4px;
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .odea-button,
  .odea-planner__visual img {
    transition: none;
  }
}
