:root {
  --olah-burgundy: #5b0d22;
  --olah-burgundy-deep: #450716;
  --olah-orange: #ffad1e;
  --olah-pink: #f7657a;
  --olah-pink-soft: #fff0f3;
  --olah-peach: #fff4ea;
  --olah-lime: #cbf46a;
  --olah-ink: #171313;
  --olah-muted: #6f6668;
  --olah-line: #eadfe1;
  --olah-white: #ffffff;
  --olah-container: 1340px;
  --olah-gutter: clamp(20px, 3.5vw, 50px);
  --olah-radius-sm: 10px;
  --olah-radius: 18px;
  --olah-radius-lg: 30px;
}

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

html {
  scroll-behavior: smooth;
}

body,
h1,
h2,
h3,
p,
ul {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

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

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

button {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

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

address {
  font-style: normal;
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background: var(--olah-white);
  color: var(--olah-ink);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

.olah-container {
  width: min(100% - var(--olah-gutter) * 2, var(--olah-container));
  margin-inline: auto;
}

.olah-eyebrow {
  color: var(--olah-orange);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

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

.olah-decoration {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  user-select: none;
}

:focus-visible {
  outline: 3px solid var(--olah-orange);
  outline-offset: 1px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
.olah-header {
  position: absolute;
  z-index: 20;
  inset: 0 0 auto;
  height: 112px;
}
.olah-header__container {
  position: relative;
  height: 100%;
}
.olah-header__logo {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  width: 200px;
}
.olah-header__logo img {
  width: 200px;
  height: 73px;
}
.olah-header__nav {
  position: absolute;
  top: 32px;
  left: 350px;
  width: 590px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  font-size: 16px;
  font-weight: 500;
}
.olah-header__nav a {
  position: relative;
  padding-block: 12px;
}
.olah-header__nav a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--olah-burgundy);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.olah-header__nav a:hover::after, .olah-header__nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}
.olah-header__utilities {
  position: absolute;
  top: 36px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.olah-header__toggle {
  display: none;
}
.olah-header__toggle i {
  font-size: 23px;
  line-height: 1;
}
.olah-header__toggle .bi-x-lg {
  display: none;
}

.olah-socials,
.olah-language {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}

.olah-header .olah-socials,
.olah-header .olah-language {
  border-color: rgba(91, 13, 34, 0.14);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 5px 18px rgba(69, 7, 22, 0.045);
}

.olah-socials {
  gap: 8px;
}
.olah-socials a {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--olah-burgundy);
  transition: transform 0.2s ease;
}
.olah-socials a:hover {
  transform: translateY(-2px);
}
.olah-socials i {
  font-size: 17px;
  line-height: 1;
}

.olah-socials > span {
  width: 22px;
  height: 22px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  color: var(--olah-burgundy);
}

.olah-language {
  gap: 6px;
  color: var(--olah-burgundy);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.olah-language img:first-child {
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.olah-language i {
  margin-left: 1px;
  font-size: 12px;
  line-height: 1;
}

.olah-language-menu {
  position: relative;
  z-index: 30;
}
.olah-language-menu .olah-language > i {
  transition: transform 0.25s ease;
}
.olah-language-menu__dropdown {
  position: absolute;
  right: 0;
  width: 180px;
  display: grid;
  gap: 3px;
  padding: 8px;
  border: 1px solid rgba(91, 13, 34, 0.1);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(91, 13, 34, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease;
}
.olah-language-menu__dropdown a {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 7px 9px;
  border-radius: 11px;
  color: var(--olah-ink);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.olah-language-menu__dropdown a:hover, .olah-language-menu__dropdown a:focus-visible, .olah-language-menu__dropdown a[aria-current=page] {
  background: rgba(215, 25, 77, 0.08);
  color: var(--olah-burgundy);
}
.olah-language-menu__dropdown a img {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  object-fit: cover;
}
.olah-language-menu__dropdown a i {
  margin-left: auto;
  color: #d7194d;
  font-size: 14px;
}
.olah-language-menu--down .olah-language-menu__dropdown {
  top: calc(100% + 10px);
  transform: translateY(-7px);
}
.olah-language-menu--up .olah-language > i {
  transform: rotate(180deg);
}
.olah-language-menu--up .olah-language-menu__dropdown {
  bottom: calc(100% + 10px);
  transform: translateY(7px);
}
.olah-language-menu.is-open .olah-language-menu__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.olah-language-menu.is-open.olah-language-menu--down .olah-language > i {
  transform: rotate(180deg);
}
.olah-language-menu.is-open.olah-language-menu--up .olah-language > i {
  transform: rotate(0);
}

.olah-hero {
  position: relative;
  height: 930px;
  overflow: hidden;
  background: #fff;
}
.olah-hero__container {
  position: relative;
  height: 930px;
}
.olah-hero__right-strip {
  position: absolute;
  z-index: 0;
  inset: 0 0 0 auto;
  width: calc(50% - 364px);
  min-width: 356px;
  background: var(--olah-peach);
}
.olah-hero__halo, .olah-hero__orbit {
  position: absolute;
  z-index: 0;
  max-width: none;
  pointer-events: none;
  user-select: none;
}
.olah-hero__halo {
  top: -351px;
  left: calc(50% - 664px);
  width: 2161px;
  height: 2161px;
}
.olah-hero__orbit--right {
  top: 158px;
  left: calc(50% - 50px);
  width: 866px;
  height: 866px;
}
.olah-hero__orbit--left {
  z-index: 2;
  top: 591px;
  left: calc(50% - 1127px);
  width: 897px;
  height: 897px;
}
.olah-hero__content {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 48px;
  width: 570px;
  transform: translateY(-50%);
}
.olah-hero__content h1 {
  margin-bottom: 10px;
  font-size: 54px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.olah-hero__content h1 span {
  display: block;
  color: var(--olah-orange);
  font-weight: 600;
}
.olah-hero__content > p {
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-hero__features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 25px;
}
.olah-hero__features li {
  min-width: 0;
  min-height: 135px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: var(--olah-radius-sm);
  background: rgba(255, 255, 255, 0.36);
  box-shadow: 0 10px 30px rgba(91, 13, 34, 0.025);
  backdrop-filter: blur(10px);
}
.olah-hero__features > li > span:last-child {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
}
.olah-hero__features strong {
  display: block;
  font-weight: 500;
}
.olah-hero__feature-icon {
  width: 35px;
  height: 35px;
  display: grid;
  flex: 0 0 35px;
  place-items: center;
  border-radius: 9px;
  background: #f0ffd0;
  color: #86ab00;
}
.olah-hero__feature-icon i {
  font-size: 22px;
  line-height: 1;
}
.olah-hero__visual {
  position: absolute;
  z-index: 3;
  top: 92px;
  left: calc(50% - 35px);
  width: 725px;
  height: 838px;
}
.olah-hero__product {
  position: absolute;
  inset: 0;
  width: 725px;
  height: 838px;
  object-fit: cover;
}
.olah-hero__certificate {
  position: absolute;
  z-index: 6;
  top: 806px;
  left: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 301px;
  min-height: 88px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 35px rgba(58, 12, 23, 0.04);
  backdrop-filter: blur(14px);
}
.olah-hero__certificate img {
  width: 60px;
  height: 58px;
  flex: 0 0 auto;
}
.olah-hero__certificate p {
  width: 201px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
.olah-hero__certificate strong {
  display: block;
}
.olah-hero__scroll {
  position: absolute;
  z-index: 7;
  top: auto;
  bottom: 20px;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: #c47d7a;
  transform: translateX(-50%);
}
.olah-hero__scroll span {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
.olah-hero__scroll-arrow {
  position: relative;
  width: 1px;
  height: 60px;
  display: block;
  overflow: hidden;
  background: linear-gradient(to bottom, currentColor 0%, transparent 100%);
}
.olah-hero__scroll-arrow::before {
  content: none;
}
.olah-hero__scroll-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: currentColor;
  animation: olah-scroll-down 2s ease-in-out infinite;
}

@keyframes olah-scroll-down {
  0% {
    transform: translateY(-100%);
  }
  50%, 100% {
    transform: translateY(300%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .olah-hero__scroll-arrow::after {
    animation: none;
    display: none;
  }
}
.olah-decoration--hero-safflower {
  z-index: 2;
  top: 238px;
  left: calc(50% - 40px);
  width: 120px;
  height: 114px;
  transform: rotate(-7deg);
  filter: blur(1.5px);
}

.olah-decoration--hero-leaf-a {
  z-index: 1;
  top: 610px;
  left: calc(50% - 390px);
  width: 120px;
  height: 230px;
  transform: rotate(76deg);
}

.olah-decoration--hero-leaf-b {
  z-index: 1;
  top: 606px;
  left: calc(50% - 392px);
  width: 96px;
  height: 184px;
  transform: rotate(21deg);
}

.olah-decoration--hero-leaf-c {
  z-index: 5;
  top: 710px;
  left: calc(50% + 236px);
  width: 92px;
  height: 176px;
  transform: rotate(110deg);
  filter: blur(4px);
}

.olah-decoration--hero-flower-top {
  z-index: 2;
  top: 134px;
  left: calc(50% + 494px);
  width: 117px;
  height: 125px;
  transform: rotate(-15deg);
  filter: blur(5px);
}

.olah-decoration--hero-flower-middle {
  z-index: 3;
  top: 576px;
  left: calc(50% - 113px);
  width: 117px;
  height: 125px;
  transform: rotate(-109deg);
  filter: blur(5px);
}

.olah-decoration--hero-flower-bottom {
  z-index: 2;
  top: 650px;
  left: calc(50% + 577px);
  width: 110px;
  height: 115px;
  transform: rotate(130deg) scaleY(-1);
  filter: blur(5px);
}

.olah-decoration--hero-lemon {
  z-index: 3;
  top: 725px;
  left: calc(50% - 702px);
  width: 149px;
  height: 125px;
}

.olah-intro {
  position: relative;
  height: 650px;
  overflow: hidden;
}
.olah-intro__grid {
  position: relative;
  height: 650px;
}
.olah-intro__copy {
  position: absolute;
  z-index: 2;
  top: 177px;
  left: 0;
  width: 540px;
}
.olah-intro__copy h2 {
  width: 540px;
  margin: 0 0 16px;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.olah-intro__copy h2 strong {
  display: block;
  font-weight: 600;
}
.olah-intro__copy > p {
  margin: 0 0 26px;
  color: var(--olah-ink);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-intro__copy > p:last-child {
  margin-bottom: 0;
}
.olah-intro__cards {
  position: absolute;
  inset: 0;
}

.olah-feature-card {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  border-radius: 26px;
}
.olah-feature-card > img {
  position: absolute;
}
.olah-feature-card > div {
  position: absolute;
  z-index: 2;
  left: 40px;
  width: 229px;
}
.olah-feature-card h3 {
  margin-bottom: 5px;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.olah-feature-card p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-feature-card--fruit {
  top: 300px;
  left: 567px;
  width: 375px;
  height: 280px;
  background: #e25353;
  color: #fff;
}
.olah-feature-card--fruit::before {
  content: "";
  position: absolute;
  top: -225px;
  left: -234px;
  width: 471px;
  height: 471px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}
.olah-feature-card--fruit > img {
  top: -120px;
  right: -100px;
  width: 318px;
  height: 318px;
  transform: rotate(-45deg);
}
.olah-feature-card--fruit > div {
  bottom: 40px;
}
.olah-feature-card--natural {
  top: 120px;
  left: 967px;
  width: 375px;
  height: 460px;
  overflow: visible;
  background: #cbe665;
}
.olah-feature-card--natural > img {
  z-index: 1;
  top: -53px;
  left: 0;
  width: 375px;
  height: 513px;
  object-fit: cover;
  object-position: top center;
}
.olah-feature-card--natural > div {
  z-index: 3;
  bottom: 40px;
}
.olah-feature-card--natural::after {
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  height: 196px;
  border-radius: 0 0 26px 26px;
  background: linear-gradient(180deg, rgba(203, 230, 101, 0), rgba(203, 230, 101, 0.96) 55%);
}

.olah-ingredient-cloud {
  position: absolute;
  z-index: 5;
  top: 94px;
  left: 565px;
  width: 400px;
  height: 205px;
  overflow: hidden;
  isolation: isolate;
  pointer-events: none;
}
.olah-ingredient-cloud::after {
  content: "";
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  left: 0;
  height: 62px;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.92) 24%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
.olah-ingredient-cloud[data-physics-cloud].is-physics-enabled [data-physics-item] {
  opacity: 0;
}
.olah-ingredient-cloud[data-physics-cloud].is-physics-ready {
  pointer-events: auto;
  touch-action: pan-y;
}
.olah-ingredient-cloud[data-physics-cloud].is-physics-ready [data-physics-item] {
  opacity: 1;
  cursor: grab;
  pointer-events: auto;
  user-select: none;
  will-change: transform;
  touch-action: none;
}
.olah-ingredient-cloud span {
  position: absolute;
  z-index: 2;
  min-height: 48px;
  display: grid;
  place-items: center;
  padding: 8px 20px;
  border: 3px solid currentColor;
  border-radius: 999px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  transition: opacity 0.22s ease;
}
.olah-ingredient-cloud span.is-dragging {
  z-index: 25;
  cursor: grabbing;
  filter: drop-shadow(0 10px 14px rgba(91, 13, 34, 0.16));
}
.olah-ingredient-cloud span:nth-child(1) {
  top: 145px;
  left: 0;
  min-width: 140px;
  border-color: #e25353;
  background: #e25353;
  color: #fff;
  font-size: 22px;
}
.olah-ingredient-cloud span:nth-child(2) {
  top: 98px;
  left: 205px;
  color: #ff8b00;
  transform: rotate(39deg);
}
.olah-ingredient-cloud span:nth-child(3) {
  top: 127px;
  left: 303px;
  border-color: #e25377;
  background: #e25377;
  color: #fff;
  transform: rotate(-35deg);
}
.olah-ingredient-cloud span:nth-child(4) {
  top: 0;
  left: 57px;
  border-color: #7850df;
  background: #7850df;
  color: #fff;
  transform: rotate(-50deg);
}
.olah-ingredient-cloud span:nth-child(5) {
  top: 20px;
  left: 250px;
  color: #30c956;
  transform: rotate(-35deg);
}
.olah-ingredient-cloud span:nth-child(6) {
  top: 10px;
  left: 128px;
  color: #e86e4b;
  transform: rotate(6deg);
}
.olah-ingredient-cloud span:nth-child(7) {
  top: 64px;
  left: 96px;
  min-height: 38px;
  color: #40bfe4;
  font-size: 11px;
}

.olah-intro-fruit {
  position: absolute;
  z-index: 1;
  object-fit: contain;
  pointer-events: none;
  transition: opacity 0.22s ease;
}
.olah-intro-fruit.is-dragging {
  z-index: 25;
  cursor: grabbing;
  filter: drop-shadow(0 10px 14px rgba(91, 13, 34, 0.16));
}
.olah-intro-fruit--apple {
  top: 94px;
  left: 306px;
  width: 75px;
  height: 75px;
}
.olah-intro-fruit--orange {
  top: 123px;
  left: 162px;
  width: 93px;
  height: 92px;
}
.olah-intro-fruit--plum {
  top: 119px;
  left: 39px;
  width: 48px;
  height: 48px;
}

.olah-products {
  position: relative;
  height: 1305px;
  overflow: hidden;
}
.olah-products .olah-container {
  position: relative;
  height: 1305px;
}
.olah-products__logo {
  position: absolute;
  z-index: 6;
  top: 50px;
  left: 50%;
  width: 274px;
  height: 100px;
  transform: translateX(-50%);
}
.olah-products__stage {
  position: absolute;
  inset: 0;
}
.olah-products__orbit {
  position: absolute;
  border-radius: 50%;
}
.olah-products__orbit--outer {
  z-index: 0;
  top: 198px;
  left: 50%;
  width: 810px;
  height: 810px;
  border: 1px dashed var(--olah-orange);
  transform: translateX(-50%);
}
.olah-products__orbit--inner {
  z-index: 1;
  top: 236px;
  left: 50%;
  width: 734px;
  height: 734px;
  border: 90px solid var(--olah-orange);
  transform: translateX(-50%);
}
.olah-products__visuals {
  position: absolute;
  z-index: 3;
  top: 206px;
  left: calc(50% + 20px);
  width: 539px;
  height: 828px;
  transform: translateX(-50%);
}
.olah-products__family {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.985);
  transition: opacity 0.35s ease, transform 0.45s cubic-bezier(0.2, 0.75, 0.25, 1);
}
.olah-products__family.is-active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
}

.olah-decoration--products-leaf-left {
  z-index: 0;
  top: 425px;
  left: calc(50% - 525px);
  width: 70px;
  height: 133px;
  transform: rotate(-255deg);
}

.olah-decoration--products-flower-top {
  z-index: 0;
  top: 245px;
  left: calc(50% + 250px);
  width: 125px;
  height: 134px;
  transform: rotate(-15deg);
  filter: blur(5px);
}

.olah-decoration--products-leaf-right-a {
  z-index: 0;
  top: 677px;
  left: calc(50% + 315px);
  width: 110px;
  height: 210px;
  transform: rotate(80deg);
}

.olah-decoration--products-leaf-right-b {
  z-index: 0;
  top: 706px;
  left: calc(50% + 300px);
  width: 90px;
  height: 171px;
  transform: rotate(130deg);
}

.olah-decoration--products-lemon {
  z-index: 5;
  top: 671px;
  left: calc(50% - 665px);
  width: 121px;
  height: 101px;
}

.olah-decoration--products-flower-bottom {
  z-index: 0;
  top: 790px;
  left: calc(50% - 390px);
  width: 110px;
  height: 118px;
  transform: rotate(165deg);
}

.olah-size-note {
  position: absolute;
  z-index: 5;
  width: 300px;
  height: 90px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--olah-ink);
  box-shadow: 0 12px 36px rgba(91, 13, 34, 0.04);
  backdrop-filter: blur(10px);
  cursor: pointer;
  text-decoration: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
}
.olah-size-note:hover, .olah-size-note:focus-visible, .olah-size-note.is-active {
  border-color: #d7194d;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 24px rgba(91, 13, 34, 0.055);
}
.olah-size-note:hover span, .olah-size-note:focus-visible span, .olah-size-note.is-active span {
  background: #d7194d;
}
.olah-size-note span {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #292929;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  transition: background-color 0.25s ease;
}
.olah-size-note span b {
  font-size: 18px;
  font-weight: 700;
}
.olah-size-note span small {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
}
.olah-size-note p {
  width: 200px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
.olah-size-note p strong {
  font-weight: 600;
}
.olah-size-note--one {
  top: 407px;
  left: calc(50% - 583px);
  justify-content: flex-end;
  text-align: right;
}
.olah-size-note--two {
  top: 626px;
  left: calc(50% - 609px);
  justify-content: flex-end;
  text-align: right;
}
.olah-size-note--three {
  top: 407px;
  left: calc(50% + 283px);
}
.olah-size-note--four {
  top: 626px;
  left: calc(50% + 322px);
}

.olah-ingredients {
  position: absolute;
  z-index: 7;
  top: 1115px;
  left: 0;
  width: 100%;
  height: 180px;
  overflow: hidden;
  padding-bottom: 42px;
}
.olah-ingredients__card {
  width: calc((100% - 50px) / 3);
  height: 134px;
  display: grid;
  grid-template-columns: 94px 1fr;
  flex: 0 0 calc((100% - 50px) / 3);
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border: 3px solid var(--ingredient-accent, #e25377);
  border-radius: 16px;
  background: #fff;
}
.olah-ingredients__image {
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: transparent;
}
.olah-ingredients__image img {
  width: 94px;
  height: 94px;
  object-fit: contain;
}
.olah-ingredients h3 {
  margin-bottom: 4px;
  font-size: 22px;
  font-weight: 600;
}
.olah-ingredients p {
  color: var(--olah-ink);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}
.olah-ingredients__pagination {
  position: absolute;
  z-index: 3;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}
.olah-ingredients__bullet {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(91, 13, 34, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.olah-ingredients__bullet.is-active {
  width: 30px;
  flex-basis: 30px;
  background: var(--olah-orange);
}
.olah-ingredients__bullet:focus-visible {
  outline-width: 2px;
  outline-offset: 1px;
}

.olah-story {
  position: relative;
  height: 780px;
}
.olah-story .olah-container {
  position: relative;
  height: 700px;
}
.olah-story__card {
  position: absolute;
  z-index: 1;
  top: 64px;
  left: 0;
  width: 100%;
  height: 636px;
  overflow: hidden;
  border-radius: 26px;
  background: #451212;
  color: #fff;
}
.olah-story__model {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -34px;
  width: 615px;
  height: 700px;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}
.olah-story__circle {
  position: absolute;
  z-index: 2;
  top: 49px;
  left: -230px;
  width: 774px;
  height: 774px;
  border: 86px solid var(--olah-orange);
  border-radius: 50%;
  pointer-events: none;
}
.olah-story__content {
  position: absolute;
  z-index: 4;
  top: 80px;
  left: 600px;
  width: 660px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.olah-story__content h2 {
  width: 660px;
  margin: 0;
  font-size: 44px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.olah-story__content h2 strong {
  font-weight: 700;
}
.olah-story__content p {
  width: 660px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-story__button {
  width: max-content;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-top: 10px;
  padding: 12px 21px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 999px;
  background: #fff;
  color: var(--olah-burgundy);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(18, 0, 5, 0.16);
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.olah-story__button i {
  font-size: 16px;
  line-height: 1;
  transition: transform 0.25s ease;
}
.olah-story__button:hover {
  border-color: var(--olah-orange);
  background: var(--olah-orange);
  color: var(--olah-ink);
  box-shadow: 0 14px 30px rgba(18, 0, 5, 0.22);
}
.olah-story__button:hover i {
  transform: translateX(4px);
}
.olah-story__button:focus-visible {
  outline-color: var(--olah-orange);
  outline-offset: 3px;
}

.olah-text-link {
  width: max-content;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 28px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.olah-text-link i {
  font-size: 16px;
  line-height: 1;
}

.olah-blog {
  height: 780px;
  padding: 40px 0 50px;
  overflow: hidden;
}
.olah-blog__heading {
  width: 685px;
  height: 84px;
  margin: 0 auto 35px;
  text-align: center;
}
.olah-blog__heading h2 {
  margin: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.025em;
}
.olah-blog__heading strong {
  font-weight: 600;
}
.olah-blog__rail {
  width: 100%;
  height: 571px;
  overflow: hidden;
  padding: 0 0 51px;
}
.olah-blog__pagination {
  position: absolute;
  z-index: 3;
  right: auto !important;
  bottom: 0 !important;
  left: 50% !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transform: translateX(-50%);
}
.olah-blog__bullet {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(91, 13, 34, 0.18);
  cursor: pointer;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.olah-blog__bullet.is-active {
  width: 30px;
  flex-basis: 30px;
  background: var(--olah-orange);
}
.olah-blog__bullet:focus-visible {
  outline-width: 2px;
  outline-offset: 1px;
}

.olah-blog-card {
  width: calc((100% - 60px) / 3);
  height: 520px;
  flex: 0 0 calc((100% - 60px) / 3);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--olah-line);
  border-radius: 20px;
  background: #fff;
  transition: border-color 0.3s ease, transform 0.3s ease;
}
.olah-blog-card__media {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  flex: 0 0 auto;
  overflow: hidden;
}
.olah-blog-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.olah-blog-card:hover {
  border-color: rgba(91, 13, 34, 0.2);
  transform: translateY(-3px);
}
.olah-blog-card:hover .olah-blog-card__media img {
  transform: scale(1.035);
}
.olah-blog-card__body {
  min-height: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 22px 24px 20px;
}
.olah-blog-card__body h3 {
  min-height: 2.6em;
  margin: 0 0 10px;
  overflow: hidden;
  display: -webkit-box;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.olah-blog-card__body h3 a {
  color: inherit;
}
.olah-blog-card__body > p {
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  color: var(--olah-muted);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.olah-blog-card__body footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid rgba(91, 13, 34, 0.09);
}
.olah-blog-card__body time,
.olah-blog-card__body footer a {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}
.olah-blog-card__body time {
  color: rgba(23, 19, 19, 0.48);
}
.olah-blog-card__body footer a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--olah-orange);
  font-weight: 600;
}
.olah-blog-card__body footer a i {
  font-size: 13px;
  line-height: 1;
}

.olah-footer {
  position: relative;
  height: 517px;
  overflow: hidden;
  background: #fdf3f3;
}
.olah-footer__wash {
  position: absolute;
  z-index: 0;
  top: 110px;
  right: -516px;
  width: 1033px;
  height: 1033px;
  border: 1px solid rgba(255, 173, 30, 0.18);
  border-radius: 50%;
}
.olah-footer .olah-container {
  position: relative;
  z-index: 2;
  height: 517px;
}
.olah-footer__main {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 214px;
}
.olah-footer__brand {
  position: absolute;
  top: 0;
  left: 0;
  width: 411px;
}
.olah-footer__brand img {
  width: 200px;
  height: 73px;
  margin-bottom: 20px;
}
.olah-footer__brand p {
  width: 411px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-footer__nav {
  position: absolute;
  top: 0;
  left: 459px;
  width: 84px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.olah-footer__nav a:hover {
  color: var(--olah-burgundy);
}
.olah-footer__address {
  position: absolute;
  top: 0;
  left: 630px;
  width: 345px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.olah-footer__address--factory {
  left: 1045px;
  width: 295px;
}
.olah-footer__address h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
.olah-footer__address p {
  font-size: 16px;
  line-height: 1.5;
}
.olah-footer__address span {
  display: block;
  color: rgba(23, 19, 19, 0.8);
  font-size: 14px;
  font-weight: 300;
}
.olah-footer__address > div {
  display: flex;
  gap: 28px;
}
.olah-footer__bottom {
  position: absolute;
  top: 355px;
  left: 0;
  width: 100%;
  height: 162px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 0 28px;
  border-top: 2px solid rgba(91, 13, 34, 0.08);
}
.olah-footer__bottom > p {
  width: 419px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
}
.olah-footer__controls {
  display: flex;
  align-items: center;
  gap: 18px;
}

.olah-inner-page .olah-header {
  position: relative;
  background: #fff;
}

.olah-page-hero {
  position: relative;
  overflow: hidden;
  min-height: 500px;
  background: linear-gradient(112deg, #fff 0 54%, #fff0f3 54% 100%);
}
.olah-page-hero__inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.65fr);
  align-items: stretch;
  min-height: 500px;
}
.olah-page-hero__copy {
  position: relative;
  z-index: 4;
  align-self: center;
  padding: 72px 35px 70px 0;
}
.olah-page-hero__visual {
  position: relative;
  z-index: 2;
  min-height: 500px;
  pointer-events: none;
  user-select: none;
}
.olah-page-hero__visual img {
  position: absolute;
  max-width: none;
}
.olah-page-hero__glow {
  z-index: 0;
  right: -135px;
  top: -65px;
  width: 570px;
  height: 570px;
  opacity: 0.72;
}
.olah-page-hero__orbit {
  z-index: 1;
  right: -15px;
  bottom: -48px;
  width: 430px;
  height: 430px;
}
.olah-page-hero__model {
  z-index: 4;
  right: 5px;
  bottom: -34px;
  width: 410px;
  height: auto;
  filter: drop-shadow(0 20px 25px rgba(91, 13, 34, 0.08));
}
.olah-page-hero__safflower {
  z-index: 2;
  left: 0;
  top: 156px;
  width: 82px;
  height: auto;
  filter: blur(0.5px);
  transform: rotate(-14deg);
  will-change: transform;
}
.olah-page-hero__flower {
  z-index: 2;
  right: 20px;
  top: 62px;
  width: 105px;
  height: auto;
  filter: blur(1.2px);
  transform: rotate(0deg);
  will-change: transform;
}
.olah-page-hero__leaf {
  z-index: 1;
  left: 0;
  bottom: 0;
  width: 82px;
  height: auto;
  transform: rotate(-150deg);
  will-change: transform;
}
.olah-page-hero__model {
  will-change: transform;
}
.olah-page-hero h1 {
  max-width: 790px;
  margin: 15px 0 20px;
  color: var(--olah-burgundy);
  font-size: clamp(42px, 5.1vw, 74px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -0.045em;
}
.olah-page-hero p {
  max-width: 720px;
  margin: 0;
  font-size: clamp(17px, 1.4vw, 21px);
  line-height: 1.65;
}

.olah-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 28px;
  color: #92787e;
  font-size: 13px;
}

.olah-breadcrumb a {
  color: inherit;
}

.olah-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 24px;
  border: 1px solid var(--olah-burgundy);
  border-radius: 999px;
  background: var(--olah-burgundy);
  color: #fff;
  font-weight: 600;
  transition: 0.25s ease;
}

.olah-button:hover {
  background: var(--olah-orange);
  border-color: var(--olah-orange);
  color: var(--olah-ink);
}

.olah-text-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--olah-burgundy);
  font-weight: 650;
}

.olah-text-link i {
  transition: transform 0.25s ease;
}

.olah-text-link:hover i {
  transform: translateX(5px);
}

.olah-listing {
  padding: 100px 0 130px;
}

.olah-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.olah-card-grid--products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.olah-list-card {
  overflow: hidden;
  border: 1px solid var(--olah-line);
  border-radius: 28px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.olah-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 22px 55px rgba(69, 7, 22, 0.09);
}

.olah-list-card__image {
  display: block;
  overflow: hidden;
  background: #fff4f3;
}

.olah-list-card__image img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.olah-list-card:hover .olah-list-card__image img {
  transform: scale(1.025);
}

.olah-list-card > div {
  padding: 25px 26px 28px;
}

.olah-list-card h2, .olah-list-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.25;
}

.olah-list-card h2 a, .olah-list-card h3 a {
  color: var(--olah-ink);
}

.olah-list-card p {
  margin: 0 0 20px;
  color: var(--olah-muted);
}

.olah-list-card time, .olah-list-card > div > span {
  color: var(--card-accent, var(--olah-burgundy));
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.olah-list-card--product {
  border-top: 5px solid var(--card-accent);
}

.olah-list-card--product .olah-list-card__image img {
  height: 340px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.olah-article {
  padding: 90px 0 130px;
}

.olah-article__layout {
  display: grid;
  grid-template-columns: minmax(0, 860px) 310px;
  justify-content: space-between;
  gap: 70px;
}

.olah-article__meta {
  display: flex;
  gap: 18px;
  margin-bottom: 25px;
  color: #9a858a;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.olah-article__cover {
  width: 100%;
  max-height: 620px;
  margin-bottom: 45px;
  border-radius: 30px;
  object-fit: cover;
}

.olah-article__aside {
  align-self: start;
  position: sticky;
  top: 35px;
  padding: 32px;
  border-radius: 26px;
  background: var(--olah-pink-soft);
}

.olah-article__aside img {
  width: 185px;
  height: auto;
  margin-bottom: 20px;
}

.olah-article__aside p {
  color: var(--olah-muted);
}

.olah-richtext {
  font-size: 18px;
  line-height: 1.85;
}

.olah-richtext h2 {
  margin: 55px 0 18px;
  color: var(--olah-burgundy);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.olah-richtext h2:first-child {
  margin-top: 0;
}

.olah-richtext p {
  margin: 0 0 23px;
}

.olah-richtext ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 25px 0 40px;
  padding: 0;
  list-style: none;
}

.olah-richtext li {
  position: relative;
  padding: 16px 18px 16px 48px;
  border-radius: 14px;
  background: var(--olah-pink-soft);
}

.olah-richtext li::before {
  content: "\f633";
  position: absolute;
  left: 18px;
  top: 17px;
  color: #7ea800;
  font-family: bootstrap-icons;
}

.olah-story-page {
  position: relative;
  overflow: hidden;
  padding: 90px 0 130px;
}
.olah-story-page__lead {
  display: grid;
  grid-template-columns: minmax(380px, 0.9fr) minmax(0, 1.1fr);
  min-height: 650px;
  overflow: hidden;
  border: 1px solid rgba(91, 13, 34, 0.06);
  border-radius: 46px;
  background: var(--olah-peach);
  box-shadow: 0 35px 90px rgba(69, 7, 22, 0.08);
}
.olah-story-page__visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--olah-burgundy);
  isolation: isolate;
}
.olah-story-page__visual::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: auto auto -155px -165px;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: rgba(255, 173, 30, 0.22);
}
.olah-story-page__visual-orbit {
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 49%;
  width: 500px;
  height: 500px;
  border: 86px solid var(--olah-orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.olah-story-page__visual-flower, .olah-story-page__visual-leaf, .olah-story-page__model {
  position: absolute;
  height: auto;
}
.olah-story-page__visual-flower {
  z-index: 1;
  top: -60px;
  right: -40px;
  width: 190px;
  filter: blur(0.7px);
}
.olah-story-page__visual-leaf {
  z-index: 2;
  left: 80px;
  bottom: 30px;
  width: 145px;
  transform: rotate(-150deg);
}
.olah-story-page__model {
  z-index: 3;
  left: 50%;
  bottom: 0;
  width: min(94%, 610px);
  transform: translateX(-50%);
  filter: drop-shadow(0 24px 30px rgba(40, 0, 10, 0.18));
}
.olah-story-page__lead-copy {
  align-self: center;
  padding: clamp(48px, 6vw, 86px);
}
.olah-story-page__lead-copy h2 {
  max-width: 650px;
  margin: 12px 0 20px;
  color: var(--olah-burgundy);
  font-size: clamp(40px, 4.5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}
.olah-story-page__lead-copy > p {
  max-width: 610px;
  margin: 0;
  color: var(--olah-muted);
  font-size: 18px;
  line-height: 1.75;
}
.olah-story-page__milestones {
  margin: 38px 0 0;
  padding: 0;
  border-top: 1px solid rgba(91, 13, 34, 0.12);
  list-style: none;
}
.olah-story-page__milestones li {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  padding: 17px 0;
  border-bottom: 1px solid rgba(91, 13, 34, 0.12);
}
.olah-story-page__milestones strong {
  color: var(--olah-orange);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.035em;
}
.olah-story-page__milestones span {
  color: #403639;
  font-size: 14px;
  line-height: 1.45;
}
.olah-story-page__journey {
  padding: 125px 0 115px;
}
.olah-story-page__journey-heading {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
  margin-bottom: 55px;
}
.olah-story-page__journey-heading h2 {
  max-width: 790px;
  margin: 0;
  color: var(--olah-burgundy);
  font-size: clamp(38px, 4.5vw, 60px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.olah-story-page__chapters {
  counter-reset: olah-story-chapter;
  display: grid;
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  font-size: initial;
  line-height: initial;
}
.olah-story-page__chapters h2 {
  counter-increment: olah-story-chapter;
  position: relative;
  margin: 0;
  padding: 40px 34px 40px 70px;
  border-top: 1px solid var(--olah-line);
  color: var(--olah-burgundy);
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
.olah-story-page__chapters h2::before {
  content: "0" counter(olah-story-chapter);
  position: absolute;
  left: 0;
  top: 45px;
  color: var(--olah-orange);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.14em;
}
.olah-story-page__chapters p {
  margin: 0;
  padding: 40px 0;
  border-top: 1px solid var(--olah-line);
  color: #4f4547;
  font-size: 18px;
  line-height: 1.85;
}
.olah-story-page__chapters > :nth-last-child(-n+2) {
  border-bottom: 1px solid var(--olah-line);
}
.olah-story-page__closing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 50px;
  overflow: hidden;
  padding: 65px 72px;
  border-radius: 38px;
  background: var(--olah-burgundy);
  color: #fff;
  isolation: isolate;
}
.olah-story-page__closing > div, .olah-story-page__closing .olah-button {
  position: relative;
  z-index: 2;
}
.olah-story-page__closing .olah-eyebrow {
  color: var(--olah-orange);
}
.olah-story-page__closing h2 {
  max-width: 830px;
  margin: 10px 0 14px;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
.olah-story-page__closing p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.7;
}
.olah-story-page__closing .olah-button {
  border-color: #fff;
  background: #fff;
  color: var(--olah-burgundy);
  white-space: nowrap;
}
.olah-story-page__closing .olah-button:hover {
  border-color: var(--olah-orange);
  background: var(--olah-orange);
  color: var(--olah-ink);
}
.olah-story-page__closing-flower, .olah-story-page__closing-leaf {
  position: absolute;
  z-index: 0;
  height: auto;
  pointer-events: none;
}
.olah-story-page__closing-flower {
  right: -40px;
  top: -118px;
  width: 245px;
  opacity: 0.16;
  transform: rotate(22deg);
}
.olah-story-page__closing-leaf {
  left: -35px;
  bottom: -145px;
  width: 170px;
  opacity: 0.22;
  transform: rotate(15deg);
}

.olah-product-table {
  margin: 25px 0 45px;
  overflow-x: auto;
  border: 1px solid var(--olah-line);
  border-radius: 18px;
}

.olah-product-table table {
  width: 100%;
  min-width: 640px;
  border-collapse: collapse;
}

.olah-product-table th, .olah-product-table td {
  padding: 16px 20px;
  border-bottom: 1px solid var(--olah-line);
  text-align: left;
}

.olah-product-table th {
  background: var(--olah-burgundy);
  color: #fff;
}

.olah-product-table tr:last-child td {
  border-bottom: 0;
}

.olah-product-detail {
  padding: 55px 0 0;
}

.olah-product-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  align-items: center;
  gap: 70px;
  min-height: 720px;
}

.olah-product-detail__visual {
  position: relative;
  min-height: 650px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 44px;
  background: #fff1f1;
}

.olah-product-detail__visual span {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 95px solid var(--product-accent);
  border-radius: 50%;
  opacity: 0.85;
}

.olah-product-detail__visual img {
  position: relative;
  width: min(92%, 650px);
  height: 650px;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.olah-product-detail__copy h1 {
  margin: 15px 0 8px;
  color: var(--olah-burgundy);
  font-size: clamp(45px, 5.5vw, 75px);
  line-height: 1.03;
  letter-spacing: -0.05em;
}

.olah-product-detail__copy h2 {
  margin: 0 0 22px;
  color: var(--product-accent);
  font-size: 24px;
}

.olah-product-detail__copy > p {
  max-width: 620px;
  font-size: 18px;
}

.olah-product-detail__facts {
  display: flex;
  gap: 14px;
  margin: 32px 0;
}

.olah-product-detail__facts div {
  min-width: 150px;
  padding: 16px 20px;
  border: 1px solid var(--olah-line);
  border-radius: 16px;
}

.olah-product-detail__facts span, .olah-product-detail__facts strong {
  display: block;
}

.olah-product-detail__facts span {
  color: var(--olah-muted);
  font-size: 12px;
}

.olah-product-detail__ingredients {
  margin-top: 55px;
  padding: clamp(30px, 4vw, 54px);
  border: 1px solid #f3dfe3;
  border-radius: 32px;
  background: #fff7f8;
}

.olah-product-detail__ingredients-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.72fr);
  gap: 8px clamp(45px, 7vw, 110px);
  align-items: end;
  margin-bottom: 34px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eed9dd;
}

.olah-product-detail__ingredients-heading .olah-eyebrow {
  align-self: end;
}

.olah-product-detail__ingredients-heading h2 {
  grid-column: 1;
  margin: 0;
  color: var(--olah-burgundy);
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}

.olah-product-detail__ingredients-heading p {
  grid-column: 2;
  grid-row: 1/span 2;
  max-width: 520px;
  margin: 0;
  color: var(--olah-muted);
  font-size: 16px;
  line-height: 1.7;
}

.olah-product-detail__ingredient-list {
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.olah-product-detail__ingredient {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  min-height: 118px;
  overflow: hidden;
  padding: 14px 20px 14px 14px;
  border: 1px solid var(--olah-line);
  border-radius: 18px;
  background: #fff;
}

.olah-product-detail__ingredient::before {
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: 0;
  width: 3px;
  border-radius: 0 3px 3px 0;
  background: var(--ingredient-accent);
  content: "";
}

.olah-product-detail__ingredient-image {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: color-mix(in srgb, var(--ingredient-accent) 8%, #fff);
}

.olah-product-detail__ingredient-image img {
  width: 62px;
  height: 62px;
  object-fit: contain;
}

.olah-product-detail__ingredient > div {
  min-width: 0;
}

.olah-product-detail__ingredient strong {
  display: block;
  margin-bottom: 5px;
  color: var(--olah-ink);
  font-size: 16px;
  line-height: 1.25;
}

.olah-product-detail__ingredient p {
  margin: 0;
  color: var(--olah-muted);
  font-size: 13px;
  line-height: 1.45;
}

.olah-product-detail__content {
  max-width: 1000px;
  padding-top: 70px;
  padding-bottom: 110px;
}

.olah-related {
  padding: 90px 0 120px;
  background: var(--olah-pink-soft);
}

.olah-section-heading {
  max-width: 720px;
  margin-bottom: 38px;
}

.olah-section-heading h2 {
  margin: 8px 0 0;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
}

.olah-certificate-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin: 45px 0 32px;
}

.olah-certificate-grid a {
  overflow: hidden;
  border: 1px solid var(--olah-line);
  border-radius: 20px;
  color: var(--olah-burgundy);
}

.olah-certificate-grid img {
  width: 100%;
  height: 340px;
  object-fit: contain;
  background: #fff;
}

.olah-certificate-grid span {
  display: flex;
  justify-content: space-between;
  padding: 14px 18px;
  font-weight: 600;
}

.olah-download-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  margin-top: 55px;
  padding: 42px;
  border-radius: 28px;
  background: var(--olah-orange);
}

.olah-download-card h2 {
  margin: 8px 0;
}

.olah-contact {
  padding: 95px 0 130px;
}

.olah-contact__locations {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.olah-location-card {
  overflow: hidden;
  border: 1px solid var(--olah-line);
  border-radius: 28px;
}

.olah-location-card iframe {
  display: block;
  width: 100%;
  height: 300px;
  border: 0;
  filter: saturate(0.75);
}

.olah-location-card > div {
  padding: 28px;
}

.olah-location-card h2 {
  margin: 5px 0 14px;
}

.olah-location-card p, .olah-location-card a {
  display: flex;
  gap: 10px;
  color: var(--olah-muted);
}

.olah-contact__panel {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  margin-top: 85px;
  padding: 55px;
  border-radius: 35px;
  background: var(--olah-pink-soft);
}

.olah-contact__details h2 {
  margin: 8px 0 18px;
  font-size: 39px;
  line-height: 1.16;
}

.olah-contact__details > a {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  color: var(--olah-burgundy);
  font-weight: 600;
}

.olah-form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.olah-form-grid label {
  display: grid;
  gap: 7px;
  font-size: 13px;
  font-weight: 600;
}

.olah-form-grid__wide {
  grid-column: 1/-1;
}

.olah-form-grid input, .olah-form-grid textarea, .olah-form-grid select {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #dccbd0;
  outline: 3px solid transparent;
  outline-offset: 1px;
  border-radius: 12px;
  background: #fff;
  color: var(--olah-ink);
  font: inherit;
  transition: border-color 0.2s ease, outline-color 0.2s ease, box-shadow 0.2s ease;
}

.olah-form-grid input:hover, .olah-form-grid textarea:hover, .olah-form-grid select:hover {
  border-color: #cdb7bd;
}

.olah-form-grid input:focus-visible, .olah-form-grid textarea:focus-visible, .olah-form-grid select:focus-visible {
  border-color: var(--olah-orange);
  outline-color: var(--olah-orange);
  box-shadow: 0 0 0 4px rgba(255, 173, 30, 0.1);
}

.olah-contact-form .olah-button {
  margin-top: 20px;
}

.olah-contact-form__status {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  margin: 16px 0 0;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  animation: olah-alert-in 0.28s ease both;
}

.olah-contact-form__status:empty {
  display: none;
}

.olah-contact-form__status::before {
  flex: 0 0 auto;
  font-family: bootstrap-icons;
  font-size: 18px;
  line-height: 1.2;
}

.olah-contact-form__status.is-loading {
  border-color: rgba(255, 173, 30, 0.3);
  background: rgba(255, 173, 30, 0.09);
  color: #75510d;
}

.olah-contact-form__status.is-loading::before {
  content: "\f116";
  animation: olah-alert-spin 0.9s linear infinite;
}

.olah-contact-form__status.is-success {
  border-color: rgba(83, 135, 0, 0.28);
  background: rgba(203, 244, 106, 0.22);
  color: #416d00;
}

.olah-contact-form__status.is-success::before {
  content: "\f26a";
}

.olah-contact-form__status.is-error {
  border-color: rgba(179, 24, 61, 0.24);
  background: rgba(247, 101, 122, 0.11);
  color: #9a1737;
}

.olah-contact-form__status.is-error::before {
  content: "\f333";
}

@keyframes olah-alert-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes olah-alert-spin {
  to {
    transform: rotate(360deg);
  }
}
.olah-not-found {
  min-height: 650px;
  display: grid;
  place-items: center;
  text-align: center;
  background: var(--olah-pink-soft);
}

.olah-not-found span {
  color: var(--olah-orange);
  font-size: clamp(90px, 16vw, 190px);
  font-weight: 700;
  line-height: 0.8;
  opacity: 0.55;
}

.olah-not-found h1 {
  margin: 30px 0 10px;
  font-size: clamp(35px, 5vw, 64px);
}

.olah-not-found p {
  margin: 0 0 28px;
}

@media (max-width: 1080px) {
  .olah-page-hero__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.8fr);
  }
  .olah-page-hero__model {
    right: -25px;
    width: 375px;
  }
  .olah-page-hero__orbit {
    right: -45px;
    width: 390px;
    height: 390px;
  }
  .olah-page-hero__safflower {
    left: 0;
  }
  .olah-card-grid--products {
    grid-template-columns: repeat(2, 1fr);
  }
  .olah-article__layout {
    grid-template-columns: 1fr;
  }
  .olah-article__aside {
    position: static;
  }
  .olah-product-detail__hero {
    gap: 38px;
  }
  .olah-product-detail__visual, .olah-product-detail__visual img {
    min-height: 520px;
    height: 520px;
  }
  .olah-product-detail__ingredients-heading {
    grid-template-columns: minmax(0, 0.8fr) minmax(280px, 1fr);
    gap: 8px 40px;
  }
  .olah-contact__panel {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .olah-story-page__lead {
    grid-template-columns: minmax(330px, 0.82fr) minmax(0, 1.18fr);
    min-height: 600px;
  }
  .olah-story-page__visual {
    min-height: 600px;
  }
  .olah-story-page__lead-copy {
    padding: 45px;
  }
  .olah-story-page__milestones li {
    grid-template-columns: 94px 1fr;
  }
  .olah-story-page__journey-heading {
    grid-template-columns: 230px 1fr;
    gap: 45px;
  }
  .olah-story-page__chapters {
    grid-template-columns: 270px minmax(0, 1fr);
  }
  .olah-story-page__closing {
    padding: 55px 48px;
  }
}
@media (max-width: 760px) {
  .olah-page-hero {
    min-height: 0;
    background: linear-gradient(180deg, #fff 0 58%, #fff0f3 58% 100%);
  }
  .olah-page-hero__inner {
    display: block;
    min-height: 0;
  }
  .olah-page-hero__copy {
    padding: 48px 0 10px;
  }
  .olah-page-hero__visual {
    min-height: 345px;
    margin-top: 8px;
  }
  .olah-page-hero__glow {
    right: 50%;
    top: -32px;
    width: 390px;
    height: 390px;
    transform: translateX(50%);
  }
  .olah-page-hero__orbit {
    right: 50%;
    bottom: -55px;
    width: 315px;
    height: 315px;
    transform: translateX(50%);
  }
  .olah-page-hero__model {
    right: 50%;
    bottom: -28px;
    width: 300px;
    transform: translateX(50%);
  }
  .olah-page-hero__safflower {
    left: 0;
    top: 100px;
    width: 64px;
  }
  .olah-page-hero__flower {
    right: 20px;
    top: 48px;
    width: 78px;
  }
  .olah-page-hero__leaf {
    left: 0;
    bottom: 0;
    width: 64px;
  }
  .olah-page-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(38px, 12vw, 52px);
  }
  .olah-page-hero p {
    font-size: 16px;
    line-height: 1.6;
  }
  .olah-listing, .olah-article, .olah-contact {
    padding: 60px 0 80px;
  }
  .olah-card-grid, .olah-card-grid--products, .olah-contact__locations {
    grid-template-columns: 1fr;
  }
  .olah-list-card--product .olah-list-card__image img {
    height: 390px;
  }
  .olah-richtext {
    font-size: 16px;
  }
  .olah-richtext ul {
    grid-template-columns: 1fr;
  }
  .olah-article__layout {
    gap: 35px;
  }
  .olah-product-detail {
    padding-top: 25px;
  }
  .olah-product-detail__hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }
  .olah-product-detail__visual {
    order: 2;
    height: 430px;
    min-height: 430px;
    border-radius: 28px;
  }
  .olah-product-detail__visual img {
    height: 430px;
    min-height: 0;
  }
  .olah-product-detail__visual span {
    width: 350px;
    height: 350px;
    border-width: 65px;
  }
  .olah-product-detail__copy h1 {
    font-size: 43px;
  }
  .olah-product-detail__facts {
    flex-wrap: wrap;
  }
  .olah-product-detail__ingredients {
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-top: 42px;
    padding: 26px 20px;
    overflow: hidden;
    border-radius: 24px;
  }
  .olah-product-detail__ingredients-heading {
    display: block;
    margin-bottom: 20px;
    padding-bottom: 22px;
  }
  .olah-product-detail__ingredients-heading h2 {
    margin-top: 8px;
    font-size: 34px;
  }
  .olah-product-detail__ingredients-heading p {
    margin-top: 13px;
    font-size: 14px;
    line-height: 1.6;
  }
  .olah-product-detail__ingredient-list {
    width: 100%;
    grid-template-columns: 1fr;
    gap: 9px;
  }
  .olah-product-detail__ingredient {
    width: 100%;
    max-width: 100%;
    min-height: 100px;
    gap: 12px;
    padding: 11px 12px;
    border-radius: 15px;
    text-align: left;
  }
  .olah-product-detail__ingredient::before {
    top: 12px;
    bottom: 12px;
  }
  .olah-product-detail__ingredient-image {
    flex-basis: 58px;
    width: 58px;
    height: 58px;
    border-radius: 13px;
  }
  .olah-product-detail__ingredient-image img {
    width: 50px;
    height: 50px;
  }
  .olah-product-detail__ingredient strong {
    margin-bottom: 3px;
    font-size: 14px;
  }
  .olah-product-detail__ingredient p {
    font-size: 12px;
    line-height: 1.4;
  }
  .olah-product-detail__content {
    padding-top: 55px;
    padding-bottom: 75px;
  }
  .olah-related {
    padding: 60px 0 80px;
  }
  .olah-certificate-grid {
    grid-template-columns: 1fr;
  }
  .olah-certificate-grid img {
    height: 420px;
  }
  .olah-download-card {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
  .olah-contact__panel {
    margin-top: 55px;
    padding: 28px 20px;
  }
  .olah-form-grid {
    grid-template-columns: 1fr;
  }
  .olah-form-grid__wide {
    grid-column: auto;
  }
  .olah-story-page {
    padding: 55px 0 80px;
  }
  .olah-story-page__lead {
    grid-template-columns: 1fr;
    min-height: 0;
    border-radius: 28px;
  }
  .olah-story-page__visual {
    min-height: 465px;
  }
  .olah-story-page__visual-orbit {
    width: 390px;
    height: 390px;
    border-width: 67px;
  }
  .olah-story-page__visual-flower,
  .olah-story-page__visual-leaf {
    display: none;
  }
  .olah-story-page__model {
    width: min(112%, 520px);
  }
  .olah-story-page__lead-copy {
    padding: 38px 24px 42px;
  }
  .olah-story-page__lead-copy h2 {
    font-size: 38px;
  }
  .olah-story-page__lead-copy > p {
    font-size: 16px;
  }
  .olah-story-page__milestones li {
    grid-template-columns: 88px 1fr;
    gap: 14px;
  }
  .olah-story-page__milestones strong {
    font-size: 24px;
  }
  .olah-story-page__journey {
    padding: 80px 0;
  }
  .olah-story-page__journey-heading {
    display: block;
    margin-bottom: 38px;
  }
  .olah-story-page__journey-heading .olah-eyebrow {
    display: inline-block;
    margin-bottom: 12px;
  }
  .olah-story-page__journey-heading h2 {
    font-size: 35px;
  }
  .olah-story-page__chapters {
    display: block;
  }
  .olah-story-page__chapters h2 {
    padding: 30px 0 10px 50px;
    font-size: 24px;
  }
  .olah-story-page__chapters h2::before {
    top: 35px;
  }
  .olah-story-page__chapters p {
    padding: 0 0 30px 50px;
    border-top: 0;
    font-size: 16px;
    line-height: 1.75;
  }
  .olah-story-page__chapters > :nth-last-child(2) {
    border-bottom: 0;
  }
  .olah-story-page__closing {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 42px 28px;
    border-radius: 28px;
  }
  .olah-story-page__closing h2 {
    font-size: 34px;
  }
  .olah-story-page__closing .olah-button {
    justify-self: start;
  }
  .olah-story-page__closing-flower,
  .olah-story-page__closing-leaf {
    display: none;
  }
}
@media (max-width: 1360px) and (min-width: 1081px) {
  .olah-intro__copy {
    width: 43%;
  }
  .olah-intro__copy h2 {
    width: 100%;
    font-size: 40px;
  }
  .olah-intro__copy > p {
    font-size: 14px;
  }
  .olah-intro__cards {
    width: 1340px;
    transform: scale(0.84);
    transform-origin: top left;
  }
  .olah-story__model {
    left: -55px;
    width: 560px;
  }
  .olah-story__content {
    left: 45%;
    width: 51%;
  }
  .olah-story__content h2,
  .olah-story__content p {
    width: 100%;
  }
  .olah-story__content h2 {
    font-size: 38px;
  }
  .olah-story__content p {
    font-size: 14px;
  }
  .olah-footer__brand {
    width: 34%;
  }
  .olah-footer__brand p {
    width: 100%;
    font-size: 14px;
  }
  .olah-footer__nav {
    left: 38%;
  }
  .olah-footer__address {
    left: 51%;
    width: 45%;
  }
  .olah-footer__address--factory {
    display: none;
  }
  .olah-blog-card {
    width: calc((100% - 60px) / 3);
    flex-basis: calc((100% - 60px) / 3);
  }
}
@media (max-width: 1240px) {
  .olah-header__logo, .olah-header__logo img {
    width: 175px;
    height: auto;
  }
  .olah-header__nav {
    left: 300px;
    width: 540px;
    font-size: 13px;
  }
  .olah-header__utilities .olah-socials {
    display: none;
  }
  .olah-hero__content {
    left: 0;
    width: min(570px, 48vw);
  }
  .olah-hero__visual, .olah-hero__product {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    width: 700px;
    height: 810px;
  }
  .olah-hero__product {
    object-fit: contain;
  }
  .olah-size-note {
    width: 260px;
  }
  .olah-size-note--one {
    left: calc(50% - 545px);
  }
  .olah-size-note--two {
    left: calc(50% - 565px);
  }
  .olah-size-note--three {
    left: calc(50% + 285px);
  }
  .olah-size-note--four {
    left: calc(50% + 305px);
  }
  .olah-size-note p {
    font-size: 16px;
  }
}
@media (max-width: 1080px) {
  .olah-header {
    height: 95px;
  }
  .olah-header__container {
    position: relative;
  }
  .olah-header__toggle {
    position: absolute;
    top: 26px;
    right: 0;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(91, 13, 34, 0.14);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    cursor: pointer;
  }
  .olah-header__utilities {
    top: 27px;
    right: 58px;
  }
  .olah-header__nav {
    position: absolute;
    top: 84px;
    right: var(--olah-gutter);
    left: var(--olah-gutter);
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 18px;
    border: 1px solid rgba(91, 13, 34, 0.1);
    border-radius: var(--olah-radius);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 25px 70px rgba(69, 7, 22, 0.13);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .olah-header__nav a {
    padding: 12px;
    border-bottom: 1px solid var(--olah-line);
  }
  .olah-header__nav a:last-child {
    border-bottom: 0;
  }
  .olah-header.is-menu-open .olah-header__nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .olah-header.is-menu-open .olah-header__toggle .bi-list {
    display: none;
  }
  .olah-header.is-menu-open .olah-header__toggle .bi-x-lg {
    display: block;
  }
  .olah-hero {
    height: 900px;
  }
  .olah-hero__container {
    height: 900px;
  }
  .olah-hero__content {
    top: 165px;
    width: 58%;
    transform: none;
  }
  .olah-hero__features {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 4px;
  }
  .olah-hero__features li {
    min-height: 96px;
    flex-direction: row;
    align-items: center;
  }
  .olah-hero__visual, .olah-hero__product {
    right: -150px;
    bottom: 0;
    width: 630px;
    height: 730px;
  }
  .olah-hero__product {
    right: 0;
    object-fit: contain;
  }
  .olah-hero__certificate {
    top: auto;
    bottom: 20px;
  }
  .olah-hero__scroll {
    top: auto;
    bottom: 20px;
  }
  .olah-intro {
    height: 1050px;
  }
  .olah-intro__grid {
    height: 1050px;
  }
  .olah-intro__copy {
    top: 80px;
    width: min(720px, 100%);
  }
  .olah-intro__copy h2 {
    width: 100%;
  }
  .olah-intro__cards {
    top: 380px;
    right: auto;
    bottom: auto;
    left: 50%;
    width: 1340px;
    height: 650px;
    transform: translateX(-50%) scale(0.75);
    transform-origin: top center;
  }
  .olah-products {
    height: 1200px;
  }
  .olah-products .olah-container {
    height: 1200px;
  }
  .olah-products__logo {
    top: 40px;
  }
  .olah-products__orbit--outer {
    top: 200px;
    width: 650px;
    height: 650px;
  }
  .olah-products__orbit--inner {
    top: 230px;
    width: 590px;
    height: 590px;
    border-width: 70px;
  }
  .olah-products__visuals {
    top: 190px;
    width: 460px;
    height: 708px;
  }
  .olah-size-note {
    width: 230px;
    height: 76px;
    padding: 10px;
  }
  .olah-size-note span {
    width: 54px;
    height: 54px;
    flex-basis: 54px;
  }
  .olah-size-note p {
    width: 150px;
    font-size: 13px;
  }
  .olah-size-note--one {
    top: 390px;
    left: calc(50% - 455px);
  }
  .olah-size-note--two {
    top: 600px;
    left: calc(50% - 470px);
  }
  .olah-size-note--three {
    top: 390px;
    left: calc(50% + 225px);
  }
  .olah-size-note--four {
    top: 600px;
    left: calc(50% + 240px);
  }
  .olah-ingredients {
    top: 1000px;
    width: 100%;
    height: 190px;
    padding-bottom: 40px;
  }
  .olah-ingredients__card {
    width: min(460px, 100vw - 80px);
    height: 150px;
    grid-template-columns: 70px 1fr;
    flex-basis: min(460px, 100vw - 80px);
    gap: 8px;
    padding: 14px;
  }
  .olah-ingredients__image, .olah-ingredients__image img {
    width: 70px;
    height: 70px;
  }
  .olah-ingredients h3 {
    font-size: 18px;
  }
  .olah-ingredients p {
    font-size: 13px;
  }
  .olah-story {
    height: 900px;
  }
  .olah-story .olah-container {
    height: 820px;
  }
  .olah-story__card {
    top: 80px;
    height: 740px;
  }
  .olah-story__model {
    left: -45px;
    width: 520px;
    height: 600px;
  }
  .olah-story__circle {
    top: 20px;
    left: -270px;
  }
  .olah-story__content {
    top: 70px;
    left: 44%;
    width: 52%;
    gap: 14px;
  }
  .olah-story__content h2, .olah-story__content p {
    width: 100%;
  }
  .olah-story__content h2 {
    font-size: 36px;
  }
  .olah-story__content p {
    font-size: 14px;
  }
  .olah-blog {
    height: 780px;
    padding-bottom: 40px;
  }
  .olah-blog-card {
    width: calc((100% - 22px) / 2);
    flex-basis: calc((100% - 22px) / 2);
  }
  .olah-footer {
    height: 700px;
  }
  .olah-footer .olah-container {
    height: 700px;
  }
  .olah-footer__main {
    top: 60px;
    height: 430px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 36px 50px;
  }
  .olah-footer__brand, .olah-footer__nav, .olah-footer__address {
    position: static;
    width: auto;
  }
  .olah-footer__brand p {
    width: auto;
  }
  .olah-footer__address--factory {
    display: none;
  }
  .olah-footer__bottom {
    top: 550px;
    height: 150px;
  }
}
@media (max-width: 760px) {
  :root {
    --olah-gutter: 20px;
  }
  .olah-header__container {
    grid-template-columns: 145px 1fr auto;
  }
  .olah-header__logo, .olah-header__logo img {
    width: 145px;
  }
  .olah-header__utilities {
    top: 26px;
    right: 58px;
    display: flex;
  }
  .olah-header__utilities .olah-socials {
    display: none;
  }
  .olah-header__utilities .olah-language {
    min-width: 52px;
    height: 44px;
    justify-content: center;
    padding: 6px 9px;
  }
  .olah-header__utilities .olah-language > span:not(.olah-visually-hidden) {
    display: none;
  }
  .olah-hero {
    height: 1160px;
  }
  .olah-hero__container {
    height: 1160px;
  }
  .olah-hero__right-strip {
    display: none;
  }
  .olah-hero__content {
    top: 120px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .olah-hero__content h1 {
    font-size: clamp(36px, 10.5vw, 48px);
  }
  .olah-hero__content > p {
    margin-inline: auto;
    font-size: 14px;
  }
  .olah-hero__features {
    max-width: 540px;
    margin: 24px auto 0;
    gap: 8px;
    text-align: left;
  }
  .olah-hero__features li {
    min-height: 78px;
    padding: 10px;
    border: 1px solid rgba(91, 13, 34, 0.06);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 30px rgba(91, 13, 34, 0.05);
    backdrop-filter: blur(8px);
  }
  .olah-hero__features span {
    font-size: 12px;
  }
  .olah-hero__visual {
    right: 50%;
    bottom: 20px;
    width: 620px;
    height: 590px;
    transform: translateX(55%);
  }
  .olah-hero__orbit--right {
    top: 555px;
    left: calc(50% - 310px);
    width: 620px;
    height: 620px;
  }
  .olah-hero__orbit--left {
    top: 900px;
    left: calc(50% - 540px);
    width: 620px;
    height: 620px;
  }
  .olah-hero__product {
    right: 50%;
    bottom: -20px;
    width: 510px;
    height: 590px;
    object-fit: contain;
    transform: translateX(50%);
  }
  .olah-hero__certificate {
    bottom: 14px;
    left: 0;
    max-width: 245px;
    padding: 10px;
  }
  .olah-hero__certificate img {
    width: 48px;
    height: 47px;
  }
  .olah-hero__certificate p {
    font-size: 12px;
  }
  .olah-hero__scroll {
    display: none;
  }
  .olah-decoration--hero-lemon {
    top: auto;
    bottom: 80px;
    left: -55px;
    width: 130px;
    height: auto;
  }
  .olah-decoration--hero-safflower,
  .olah-decoration--hero-leaf-a,
  .olah-decoration--hero-leaf-b,
  .olah-decoration--hero-flower-top,
  .olah-decoration--hero-flower-middle,
  .olah-decoration--hero-flower-bottom {
    display: none;
  }
  .olah-decoration--hero-leaf-c {
    top: auto;
    right: -35px;
    bottom: 40px;
    left: auto;
    width: 92px;
    height: 176px;
  }
  .olah-intro {
    height: 1430px;
  }
  .olah-intro__grid {
    height: 1430px;
  }
  .olah-intro__copy {
    z-index: 6;
    top: 70px;
    width: 100%;
    text-align: center;
  }
  .olah-intro__copy h2 {
    width: 100%;
    font-size: 36px;
  }
  .olah-intro__copy > p {
    font-size: 14px;
  }
  .olah-intro__cards {
    top: 500px;
    right: 0;
    left: 0;
    width: 100%;
    height: 870px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    transform: none;
  }
  .olah-feature-card {
    position: relative;
    top: auto;
    left: auto;
    width: min(375px, 100%);
    flex: 0 0 auto;
  }
  .olah-feature-card--fruit {
    height: 280px;
  }
  .olah-feature-card--natural {
    height: 460px;
  }
  .olah-ingredient-cloud {
    top: -148px;
    left: 50%;
    transform: translateX(-50%) scale(0.72);
    transform-origin: top center;
  }
  .olah-products {
    height: 1120px;
  }
  .olah-products .olah-container {
    height: 1120px;
  }
  .olah-products__logo {
    top: 30px;
    width: 190px;
    height: auto;
  }
  .olah-products__orbit--outer {
    top: 185px;
    width: 520px;
    height: 520px;
  }
  .olah-products__orbit--inner {
    top: 215px;
    width: 460px;
    height: 460px;
    border-width: 55px;
  }
  .olah-products__visuals {
    top: 190px;
    width: 400px;
    height: 616px;
  }
  .olah-size-note {
    width: 180px;
    height: 68px;
    gap: 6px;
    padding: 8px;
  }
  .olah-size-note span {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
  }
  .olah-size-note span b {
    font-size: 14px;
  }
  .olah-size-note span small {
    font-size: 9px;
  }
  .olah-size-note p {
    width: 112px;
    font-size: 11px;
  }
  .olah-size-note--one {
    top: 310px;
    left: 0;
  }
  .olah-size-note--two {
    top: 585px;
    left: 0;
  }
  .olah-size-note--three {
    top: 380px;
    right: 0;
    left: auto;
  }
  .olah-size-note--four {
    top: 655px;
    right: 0;
    left: auto;
  }
  .olah-decoration--products-leaf-left,
  .olah-decoration--products-flower-top,
  .olah-decoration--products-leaf-right-a,
  .olah-decoration--products-leaf-right-b,
  .olah-decoration--products-lemon,
  .olah-decoration--products-flower-bottom {
    display: none;
  }
  .olah-ingredients {
    top: 880px;
    width: 100%;
    height: 188px;
    padding-bottom: 42px;
  }
  .olah-ingredients__card {
    width: calc(100% - 12px);
    height: 136px;
    grid-template-columns: 74px 1fr;
    flex-basis: calc(100% - 12px);
    padding: 12px 16px;
  }
  .olah-ingredients__image, .olah-ingredients__image img {
    width: 70px;
    height: 70px;
  }
  .olah-ingredients h3 {
    font-size: 18px;
  }
  .olah-ingredients p {
    font-size: 13px;
  }
  .olah-story {
    height: auto;
    padding: 40px 0 50px;
  }
  .olah-story .olah-container {
    height: auto;
    overflow: hidden;
  }
  .olah-story__card {
    position: relative;
    top: auto;
    height: auto;
    min-height: 0;
    padding: 48px 25px 500px;
    border-radius: 24px;
  }
  .olah-story__model {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 440px;
    height: 500px;
    transform: translateX(-50%);
  }
  .olah-story__circle {
    top: auto;
    bottom: -90px;
    left: 50%;
    width: 620px;
    height: 620px;
    border-width: 65px;
    transform: translateX(-50%);
  }
  .olah-story__content {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    gap: 13px;
  }
  .olah-story__content h2, .olah-story__content p {
    width: 100%;
  }
  .olah-story__content h2 {
    font-size: 34px;
  }
  .olah-story__content p {
    font-size: 14px;
  }
  .olah-story__button {
    margin-top: 8px;
  }
  .olah-blog {
    height: 820px;
    padding: 30px 0 90px;
  }
  .olah-blog__heading {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .olah-blog__heading h2 {
    font-size: 30px;
  }
  .olah-blog__rail {
    width: calc(100vw - var(--olah-gutter));
    height: 520px;
    overflow: hidden;
    padding: 0 0 50px;
  }
  .olah-blog-card {
    width: min(340px, 86vw);
    height: 470px;
    flex-basis: min(340px, 86vw);
  }
  .olah-blog-card__body {
    padding: 19px 20px 18px;
  }
  .olah-blog-card__body h3 {
    font-size: 17px;
  }
  .olah-blog-card__body > p {
    font-size: 13px;
  }
  .olah-blog-card__body time,
  .olah-blog-card__body footer a {
    font-size: 10px;
  }
  .olah-footer {
    height: auto;
    padding: 60px 0 30px;
  }
  .olah-footer .olah-container {
    height: auto;
  }
  .olah-footer__wash {
    top: 300px;
    right: -620px;
  }
  .olah-footer__main {
    position: relative;
    top: auto;
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .olah-footer__brand, .olah-footer__nav, .olah-footer__address {
    position: static;
    width: auto;
  }
  .olah-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .olah-footer__brand img {
    margin-inline: auto;
  }
  .olah-footer__brand p {
    width: auto;
    max-width: 310px;
    margin-inline: auto;
  }
  .olah-footer__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 28px;
  }
  .olah-footer__address--factory {
    display: none;
  }
  .olah-footer__bottom {
    position: relative;
    top: auto;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 42px;
    padding: 30px 0 0;
  }
  .olah-footer__bottom > p {
    width: 100%;
  }
  .olah-footer__controls {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 520px) {
  .olah-intro {
    height: 1510px;
  }
  .olah-intro__grid {
    height: 1510px;
  }
  .olah-intro__cards {
    top: 575px;
  }
  .olah-products__orbit--outer {
    width: 460px;
    height: 460px;
  }
  .olah-products__orbit--inner {
    top: 210px;
    width: 410px;
    height: 410px;
    border-width: 48px;
  }
  .olah-products__visuals {
    top: 190px;
    width: 350px;
    height: 539px;
  }
  .olah-size-note {
    width: 155px;
  }
  .olah-size-note p {
    width: 90px;
  }
  .olah-size-note--one {
    top: 305px;
  }
  .olah-size-note--two {
    top: 540px;
  }
  .olah-size-note--three {
    top: 365px;
  }
  .olah-size-note--four {
    top: 600px;
  }
  .olah-ingredients {
    top: 825px;
  }
  .olah-story {
    padding: 30px 0 40px;
  }
  .olah-story__card {
    padding: 40px 20px 470px;
  }
  .olah-story__model {
    bottom: -10px;
    width: 390px;
    height: 470px;
  }
  .olah-story__circle {
    bottom: -85px;
    width: 560px;
    height: 560px;
    border-width: 58px;
  }
  .olah-story__content h2 {
    font-size: 30px;
  }
  .olah-story__content p {
    font-size: 13px;
  }
  .olah-footer__controls {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  .olah-language-menu__dropdown {
    right: 0;
    left: auto;
  }
}
