@font-face {
  font-family: "Beatrice";
  src: url("/fonts/BeatriceStandard-Regular.ttf") format("truetype");
  font-weight: 100 450;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Beatrice";
  src: url("/fonts/BeatriceStandard-Italic.ttf") format("truetype");
  font-weight: 100 450;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Beatrice";
  src: url("/fonts/BeatriceStandard-SemiBold.ttf") format("truetype");
  font-weight: 451 700;
  font-style: normal;
  font-display: swap;
}

.seo-shell,
.seo-shell *,
.seo-shell *::before,
.seo-shell *::after {
  box-sizing: border-box;
  border-radius: 0;
}

.seo-shell {
  --seo-blue: #4e66ac;
  --seo-blue-deep: #314575;
  --seo-blue-pale: #d6e4eb;
  --seo-ink: #3c485c;
  --seo-muted: #6f7881;
  min-height: 100vh;
  margin: 0;
  color: var(--seo-ink);
  background: #fff;
  font-family: "Beatrice", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

.seo-shell a {
  color: inherit;
}

.seo-shell a:focus-visible {
  outline: 2px solid rgba(78, 102, 172, 0.72);
  outline-offset: 3px;
}

.seo-shell__skip {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 100;
  padding: 0.7rem 1rem;
  color: #fff;
  background: var(--seo-blue);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
  transform: translate(-50%, -140%);
}

.seo-shell__skip:focus {
  transform: translate(-50%, 0);
}

.seo-shell__nav {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0.85rem 3vw;
  color: #fff;
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.18);
}

.seo-shell--legal .seo-shell__nav {
  position: relative;
  background: var(--seo-blue);
}

.seo-shell--home .seo-shell__nav {
  color: var(--seo-blue-deep);
  border-bottom: 0;
}

.seo-shell--home .seo-shell__nav-links a {
  color: var(--seo-blue-deep);
}

.seo-shell--home .seo-shell__nav-links .seo-shell__nav-cta {
  color: var(--seo-blue-deep);
  background: transparent;
  border: 0.5px solid rgba(49, 69, 117, 0.38);
}

.seo-shell__logo {
  display: inline-flex;
  line-height: 0;
}

.seo-shell__logo img {
  width: 92px;
  height: auto;
}

.seo-shell__nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1.4rem, 3vw, 3rem);
}

.seo-shell__nav-links a {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.6rem;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-shell__nav-links .seo-shell__nav-cta {
  padding: 0.72rem 0.9rem;
  color: var(--seo-blue);
  background: #fff;
}

.seo-shell__hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: var(--seo-blue);
}

.seo-shell__hero-image {
  position: absolute;
  inset: -16px 0;
  z-index: -2;
  width: 100%;
  height: calc(100% + 32px);
  object-fit: cover;
  object-position: center;
  filter: brightness(1.08);
}

.seo-shell__hero::after {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: radial-gradient(120% 84% at 50% 0%, rgba(255, 255, 255, 0.16), transparent 76%);
}

.seo-shell__hero-copy {
  position: absolute;
  right: 5vw;
  bottom: 10vh;
  left: 8vw;
  max-width: 680px;
}

.seo-shell__eyebrow {
  margin: 0;
  color: var(--seo-blue);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.seo-shell__hero .seo-shell__eyebrow {
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.seo-shell__hero h1 {
  margin: 0.75rem 0 0;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(3rem, 6vw, 6.5rem);
  font-weight: 300;
  line-height: 0.97;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.55), 0 1px 2px rgba(0, 0, 0, 0.4);
}

.seo-shell__hero h1 em {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.6em;
  font-weight: 300;
}

.seo-shell__hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 3rem;
}

.seo-shell__button {
  display: inline-block;
  padding: 0.92rem 1.4rem;
  color: var(--seo-blue);
  background: #fff;
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-decoration: none;
  text-transform: uppercase;
}

.seo-shell__text-link {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.8rem;
  text-decoration: none;
}

.seo-shell__section {
  padding: clamp(5rem, 10vw, 9rem) max(1rem, 7vw);
}

.seo-shell__section--pale {
  background: linear-gradient(180deg, #fff, rgba(214, 228, 235, 0.35));
}

.seo-shell__section--blue {
  color: rgba(214, 228, 235, 0.78);
  background: var(--seo-blue);
}

.seo-shell__section-inner {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.seo-shell__product {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
  gap: clamp(3rem, 8vw, 8rem);
  align-items: start;
}

.seo-shell__product-image {
  position: sticky;
  top: 2rem;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  background: rgba(214, 228, 235, 0.24);
}

.seo-shell__display-heading,
.seo-shell__section h2,
.seo-shell__legal h1 {
  margin: 0.85rem 0 0;
  color: var(--seo-blue-deep);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-style: italic;
  font-weight: 300;
  line-height: 0.98;
  text-wrap: balance;
}

.seo-shell__section--blue h2,
.seo-shell__section--blue h3 {
  color: #fff;
}

.seo-shell__section h2.seo-shell__eyebrow {
  margin: 0;
  color: var(--seo-blue);
  font-family: "Beatrice", Arial, sans-serif;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1.5;
  text-transform: uppercase;
}

.seo-shell__product-name {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.7rem;
  padding: 1rem 0;
  border-top: 0.5px solid rgba(111, 120, 129, 0.25);
  border-bottom: 0.5px solid rgba(111, 120, 129, 0.25);
}

.seo-shell__product-name h2 {
  margin: 0;
  font-family: "Beatrice", Arial, sans-serif;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.seo-shell__product-name p {
  margin: 0.35rem 0 0;
  color: var(--seo-muted);
  font-size: 0.78rem;
}

.seo-shell__price {
  color: var(--seo-blue-deep) !important;
  font-family: "Cormorant Garamond", Georgia, serif !important;
  font-size: 2rem !important;
  line-height: 1 !important;
}

.seo-shell__claims,
.seo-shell__formula-list,
.seo-shell__ingredient-grid,
.seo-shell__faq-list,
.seo-shell__legal-section-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.seo-shell__claims {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 0.2rem;
}

.seo-shell__claims li {
  padding: 0.8rem 0;
  color: var(--seo-muted);
  border-bottom: 0.5px solid rgba(111, 120, 129, 0.18);
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.45;
  text-transform: uppercase;
}

.seo-shell__info {
  margin-top: 2.2rem;
  border-top: 0.5px solid rgba(78, 102, 172, 0.2);
}

.seo-shell__info article {
  padding: 1.35rem 0;
  border-bottom: 0.5px solid rgba(78, 102, 172, 0.2);
}

.seo-shell__info h3,
.seo-shell__ingredient h3,
.seo-shell__faq-list h3,
.seo-shell__legal-section h2 {
  margin: 0 0 0.8rem;
  color: var(--seo-blue);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 400;
  line-height: 1.15;
}

.seo-shell__info p,
.seo-shell__info li,
.seo-shell__ingredient p,
.seo-shell__formula p,
.seo-shell__formula li,
.seo-shell__story p,
.seo-shell__faq-list p,
.seo-shell__contact p,
.seo-shell__legal p,
.seo-shell__legal li {
  color: rgba(60, 72, 92, 0.86);
  font-size: 0.92rem;
  line-height: 1.78;
}

.seo-shell__info p,
.seo-shell__ingredient p,
.seo-shell__story p,
.seo-shell__faq-list p,
.seo-shell__contact p,
.seo-shell__legal p {
  margin: 0 0 1rem;
}

.seo-shell__info ol {
  margin: 0;
  padding-left: 1.4rem;
}

.seo-shell__ingredient-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  background: rgba(78, 102, 172, 0.17);
  border: 0.5px solid rgba(78, 102, 172, 0.17);
}

.seo-shell__ingredient {
  padding: clamp(1.3rem, 3vw, 2rem);
  background: #fff;
}

.seo-shell__ingredient img {
  width: 100%;
  aspect-ratio: 4 / 5;
  margin-bottom: 1.5rem;
  object-fit: cover;
  background: var(--seo-blue-pale);
}

.seo-shell__ingredient .seo-shell__eyebrow {
  margin-bottom: 0.7rem;
}

.seo-shell__formula {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.seo-shell__formula > p {
  color: rgba(214, 228, 235, 0.76);
}

.seo-shell__formula-list {
  margin-top: 3rem;
  border-top: 0.5px solid rgba(214, 228, 235, 0.13);
}

.seo-shell__formula-list li {
  padding: 1.4rem 0;
  color: rgba(214, 228, 235, 0.76);
  border-bottom: 0.5px solid rgba(214, 228, 235, 0.13);
}

.seo-shell__formula-list strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.65rem;
  font-weight: 300;
}

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

.seo-shell__story img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: center top;
  border: 0.5px solid rgba(78, 102, 172, 0.16);
}

.seo-shell__story-copy {
  max-width: 64ch;
}

.seo-shell__faq-list {
  max-width: 880px;
  margin: 3rem auto 0;
  border-top: 0.5px solid rgba(78, 102, 172, 0.2);
}

.seo-shell__reviews {
  text-align: center;
}

.seo-shell__review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 3rem 0 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border-top: 0.5px solid rgba(78, 102, 172, 0.18);
  border-left: 0.5px solid rgba(78, 102, 172, 0.18);
}

.seo-shell__review-grid li {
  padding: clamp(1.4rem, 3vw, 2rem);
  background: rgba(255, 255, 255, 0.58);
  border-right: 0.5px solid rgba(78, 102, 172, 0.18);
  border-bottom: 0.5px solid rgba(78, 102, 172, 0.18);
}

.seo-shell__review-grid blockquote {
  margin: 0;
  color: #39466b;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.45;
}

.seo-shell__review-grid p,
.seo-shell__review-note {
  color: rgba(111, 120, 129, 0.74);
  font-size: 0.68rem;
  line-height: 1.6;
}

.seo-shell__review-grid p {
  margin: 1rem 0 0;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.seo-shell__review-note {
  margin: 1.5rem 0 0;
}

.seo-shell__faq-list li {
  padding: 1.4rem 0;
  border-bottom: 0.5px solid rgba(78, 102, 172, 0.2);
}

.seo-shell__contact {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.seo-shell__contact a {
  color: var(--seo-blue);
  text-underline-offset: 0.3em;
}

.seo-shell__legal {
  width: min(calc(100% - 2rem), 920px);
  margin-inline: auto;
  padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(6rem, 10vw, 9rem);
}

.seo-shell__legal h1 {
  max-width: 14ch;
  font-size: clamp(3.5rem, 8vw, 7rem);
}

.seo-shell__updated {
  margin-top: 1rem !important;
  color: rgba(111, 120, 129, 0.72) !important;
  font-size: 0.66rem !important;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.seo-shell__legal-intro {
  margin-top: 3rem;
  padding-bottom: 3rem;
  border-bottom: 0.5px solid rgba(78, 102, 172, 0.18);
}

.seo-shell__legal-intro p {
  color: rgba(60, 72, 92, 0.88);
  font-size: 1rem;
  line-height: 1.82;
}

.seo-shell__legal-section-list {
  margin-top: 3rem;
}

.seo-shell__legal-section {
  padding: 2.4rem 0;
  border-bottom: 0.5px solid rgba(78, 102, 172, 0.16);
}

.seo-shell__legal-section h2 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 300;
}

.seo-shell__legal-section ul {
  margin: 1rem 0 0;
  padding-left: 1.2rem;
}

.seo-shell__footer {
  padding: clamp(4.5rem, 8vw, 7rem) max(5vw, calc((100vw - 1180px) / 2)) 2.5rem;
  color: rgba(214, 228, 235, 0.55);
  background: var(--seo-blue);
}

.seo-shell__footer-grid {
  display: grid;
  grid-template-columns: minmax(210px, 1.5fr) repeat(3, minmax(120px, 0.7fr));
  gap: clamp(2.5rem, 6vw, 6rem);
}

.seo-shell__footer-logo {
  width: 112px;
}

.seo-shell__footer p,
.seo-shell__footer a {
  font-size: 0.76rem;
  line-height: 1.8;
}

.seo-shell__footer a {
  display: block;
  color: rgba(214, 228, 235, 0.55);
  text-decoration: none;
}

.seo-shell__footer-heading {
  display: block;
  margin-bottom: 1rem;
  color: var(--seo-blue-pale);
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.seo-shell__footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 3.5rem;
  padding-top: 1.5rem;
  border-top: 0.5px solid rgba(214, 228, 235, 0.1);
  color: rgba(214, 228, 235, 0.35);
  font-size: 0.68rem;
}

@media (max-width: 840px) {
  .seo-shell__product,
  .seo-shell__story {
    grid-template-columns: 1fr;
  }

  .seo-shell__product-image {
    position: static;
    aspect-ratio: 4 / 3;
  }

  .seo-shell__ingredient-grid {
    grid-template-columns: 1fr;
  }

  .seo-shell__ingredient {
    display: grid;
    grid-template-columns: minmax(120px, 0.65fr) minmax(0, 1.35fr);
    gap: 1.5rem;
  }

  .seo-shell__ingredient img {
    grid-row: 1 / span 3;
    margin: 0;
  }

  .seo-shell__footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .seo-shell__nav {
    min-height: 64px;
    padding-inline: 1rem;
  }

  .seo-shell__logo img {
    width: 78px;
  }

  .seo-shell__nav-links a:not(.seo-shell__nav-cta) {
    display: none;
  }

  .seo-shell__nav-links .seo-shell__nav-cta {
    padding: 0.64rem 0.72rem;
    font-size: 0.54rem;
  }

  .seo-shell__hero-copy {
    bottom: 8vh;
    left: 5vw;
  }

  .seo-shell__hero h1 {
    font-size: clamp(3rem, 15vw, 4.35rem);
  }

  .seo-shell__hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }

  .seo-shell__section {
    padding-inline: 1rem;
  }

  .seo-shell__claims {
    grid-template-columns: 1fr;
  }

  .seo-shell__ingredient {
    display: block;
  }

  .seo-shell__ingredient img {
    aspect-ratio: 5 / 4;
    margin-bottom: 1.5rem;
  }

  .seo-shell__footer-grid {
    grid-template-columns: 1fr;
  }

  .seo-shell__review-grid {
    grid-template-columns: 1fr;
  }

  .seo-shell__footer-bottom {
    flex-direction: column;
  }
}
