:root {
  --black: #080808;
  --ink: #171311;
  --ivory: #f7f1eb;
  --cream: #eee2d6;
  --brown: #4a2b20;
  --nude: #c9a68d;
  --gold: #c6a46a;
  --plum: #5a275e;
  --muted: #847a72;
  --line: rgba(23, 19, 17, 0.14);
  --white: #fff;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Inter", Arial, sans-serif;
  --display: "Montserrat", Arial, sans-serif;
  --script: "Allura", "Brush Script MT", cursive;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: var(--sans);
  font-weight: 400;
  overflow-x: hidden;
}
body.nav-open {
  overflow: hidden;
}
a {
  text-decoration: none;
  color: inherit;
}
.scroll-progress {
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.08s linear;
}
.oreika-nav {
  padding: 10px 0;
  transition:
    background 0.45s ease,
    backdrop-filter 0.45s ease,
    box-shadow 0.45s ease;
}
.nav-shell {
  padding: 0 3vw;
}
.oreika-nav.scrolled {
  background: rgba(8, 8, 8, 0.95);
  backdrop-filter: blur(14px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.16);
}
.brand-logo {
  width: 122px;
  height: 62px;
  object-fit: contain;
  display: block;
}
.navbar-toggler {
  border: 1px solid rgba(255, 255, 255, 0.45);
  padding: 0.45rem;
}
.navbar-toggler-icon {
  filter: invert(1);
}
.nav-link {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff !important;
  padding: 0.8rem 0.8rem !important;
  opacity: 0.82;
  transition: 0.3s;
}
.nav-link:hover,
.nav-link.active {
  opacity: 1;
  color: var(--gold) !important;
}
.btn-luxury {
  border: 1px solid currentColor;
  border-radius: 0;
  padding: 13px 22px;
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}
.btn-luxury:before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 55%;
  height: 100%;
  background: linear-gradient(
    110deg,
    transparent,
    rgba(255, 255, 255, 0.35),
    transparent
  );
  transform: skewX(-22deg);
  transition: left 0.65s ease;
}
.btn-luxury:hover:before {
  left: 145%;
}
.btn-luxury i {
  margin-left: 8px;
  transition: transform 0.35s ease;
}
.btn-luxury:hover i {
  transform: translate(3px, -3px);
}
.btn-nav {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
}
.btn-nav:hover {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--black);
}
.dark-btn {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
}
.dark-btn:hover {
  background: transparent;
  color: var(--black);
}
.light-btn {
  background: #fff;
  color: var(--black);
  border-color: #fff;
}
.light-btn:hover {
  background: transparent;
  color: #fff;
}
/* Premium hero right-side composition */
.hero-grid {
  min-height: calc(100vh - 10px);
}
.hero-visual-col {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-orbit {
  width: min(100%, 520px);
  height: 620px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-orbit-ring {
  position: absolute;
  width: 470px;
  height: 470px;
  border: 1px solid rgba(198, 164, 106, 0.42);
  border-radius: 50%;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 80px rgba(198, 164, 106, 0.08),
    inset 0 0 50px rgba(255, 255, 255, 0.025);
  animation: heroRing 12s linear infinite;
}
.hero-orbit-ring:before,
.hero-orbit-ring:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 16px rgba(198, 164, 106, 0.55);
}
.hero-orbit-ring:before {
  width: 5px;
  height: 5px;
  top: 22%;
  right: 7%;
}
.hero-orbit-ring:after {
  width: 3px;
  height: 3px;
  bottom: 17%;
  left: 10%;
}
.hero-product-card {
  position: relative;
  z-index: 3;
  width: 430px;
  background: rgba(246, 239, 232, 0.96);
  color: var(--ink);
  padding: 15px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  transform: rotate(2deg);
  transition:
    transform 0.5s ease,
    box-shadow 0.5s ease;
  backdrop-filter: blur(6px);
}
.hero-product-card:hover {
  transform: rotate(0deg) translateY(-8px);
  box-shadow: 0 38px 100px rgba(0, 0, 0, 0.46);
}
.hero-product-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 8px 11px;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #766b63;
}
.hero-product-top i {
  font-size: 15px;
  color: var(--gold);
}
.hero-product-image {
  height: 220px;
  background: #eee4d8;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 62%;
  mix-blend-mode: multiply;
  transform: scale(1.08);
  transition: transform 0.7s ease;
}
.hero-product-card:hover .hero-product-image img {
  transform: scale(1.14);
}
.hero-product-meta {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  padding: 16px 8px 7px;
}
.hero-product-meta small {
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #897d73;
}
.hero-product-meta h3 {
  font-family: var(--serif);
  font-size: 38px;
  line-height: 0.9;
  font-weight: 500;
  margin: 4px 0 0;
}
.hero-product-price {
  font-family: var(--serif);
  font-size: 20px;
  white-space: nowrap;
  color: #3e3029;
}
.hero-expertise-badge {
  position: absolute;
  z-index: 5;
  top: 18%;
  right: -1%;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.28);
  transform: rotate(8deg);
}
.hero-expertise-badge strong {
  font-family: var(--serif);
  font-size: 34px;
  line-height: 0.8;
  font-weight: 600;
}
.hero-expertise-badge span {
  font-family: var(--display);
  font-size: 6px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 7px;
}
.hero-vertical-label {
  position: absolute;
  z-index: 4;
  left: -5px;
  top: 16%;
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.28em;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.48);
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-mini-note {
  position: absolute;
  z-index: 5;
  right: 1%;
  bottom: 13%;
  display: flex;
  align-items: center;
  gap: 9px;
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(8, 8, 8, 0.62);
  padding: 10px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(10px);
}
.note-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 10px rgba(198, 164, 106, 0.7);
}
@keyframes heroRing {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.hero-section {
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  isolation: isolate;
}
.hero-media,
.future-media,
.promise-media,
.page-hero-media {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
}
.hero-media {
  background-image: url("../assets/images/hero.webp");
  background-position: center 50%;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.74) 0%,
      rgba(0, 0, 0, 0.36) 48%,
      rgba(0, 0, 0, 0.12) 100%
    ),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 45%);
  z-index: -1;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 80px;
}
.hero-copy {
  max-width: 670px;
}
.eyebrow {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
  margin: 0 0 18px;
}
.eyebrow.light {
  color: rgba(255, 255, 255, 0.72);
}
h1,
.display-heading,
.section-title,
.giant-heading {
  font-family: var(--serif);
  font-weight: 500;
  line-height: 0.93;
  margin: 0;
}
.hero-copy h1 {
  font-size: clamp(68px, 8.3vw, 132px);
  letter-spacing: -0.035em;
}
.hero-copy h1 em,
.display-heading em,
.section-title em,
.giant-heading em {
  font-style: italic;
  font-weight: 400;
}
.hero-lead {
  font-size: 17px;
  line-height: 1.7;
  max-width: 530px;
  color: rgba(255, 255, 255, 0.84);
  margin: 28px 0 32px;
}
.hero-actions {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.text-link {
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s;
}
.text-link i {
  transition: transform 0.3s;
}
.text-link:hover i {
  transform: translate(4px, -2px);
}
.light-link {
  color: #fff;
}
.dark-link {
  color: var(--ink);
}
.scroll-cue {
  position: absolute;
  z-index: 2;
  right: 4vw;
  bottom: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 12px;
  writing-mode: vertical-rl;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  opacity: 0.72;
}
.scroll-cue span {
  height: 52px;
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  animation: scrollPulse 2s infinite;
}
.section {
  padding: 125px 0;
}
.intro-section {
  background: var(--ivory);
}
.display-heading {
  font-size: clamp(48px, 5.5vw, 82px);
  letter-spacing: -0.025em;
}
.lead-copy {
  font-family: var(--serif);
  font-size: 29px;
  line-height: 1.2;
  margin: 28px 0;
  color: var(--ink);
}
.body-copy {
  font-size: 14px;
  line-height: 1.9;
  color: #625b55;
}
.editorial-line {
  display: block;
  width: 76px;
  height: 1px;
  background: var(--gold);
  margin-bottom: 30px;
}
.section-dark {
  background: var(--black);
  color: #fff;
}
.philosophy-section {
  padding: 115px 0;
}
.section-head {
  margin-bottom: 25px;
}
.section-title {
  font-size: clamp(48px, 5vw, 76px);
  letter-spacing: -0.02em;
}
.light-text {
  color: #fff;
}
.philosophy-grid {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.philosophy-item {
  height: 235px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: 0.45s;
}
.philosophy-item:last-child {
  border-right: 0;
}
.phi-letter {
  font-family: var(--serif);
  font-size: 105px;
  line-height: 1;
  color: #fff;
  transition: 0.45s;
}
.phi-word {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0;
  transform: translateY(15px);
  transition: 0.45s;
}
.philosophy-item:hover {
  background: #12100f;
}
.philosophy-item:hover .phi-letter {
  transform: translateY(-12px);
  color: var(--gold);
}
.philosophy-item:hover .phi-word {
  opacity: 1;
  transform: translateY(0);
}
.section-image {
  position: relative;
  isolation: isolate;
  min-height: 760px;
  display: flex;
  align-items: center;
  color: #fff;
}
.future-media {
  background-image: url("../assets/images/beauty.webp");
  background-position: center 42%;
}
.future-overlay,
.promise-overlay,
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.2)),
    linear-gradient(0deg, rgba(0, 0, 0, 0.56), transparent 60%);
  z-index: -1;
}
.giant-heading {
  font-size: clamp(66px, 8vw, 126px);
  letter-spacing: -0.035em;
}
.light-copy {
  font-size: 15px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.78);
  max-width: 670px;
  margin: 30px auto;
}
.category-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 34px;
}
.category-pills span,
.benefit-tags span {
  border: 1px solid rgba(255, 255, 255, 0.35);
  padding: 9px 13px;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.treatment-frame {
  background: var(--cream);
}
.treatment-image-wrap {
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.feature-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.treatment-image-wrap .feature-image {
  position: absolute;
  inset: 0;
}
.image-caption {
  position: absolute;
  bottom: 18px;
  left: 24px;
  color: #fff;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-shadow: 0 1px 12px #000;
}
.treatment-copy {
  padding: 76px 7%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-list {
  border-top: 1px solid var(--line);
  margin-top: 24px;
}
.feature-list div {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.feature-list i {
  color: var(--gold);
}
.ingredient-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0;
  font-size: 9px;
  letter-spacing: 0.06em;
  color: #776d65;
}
.ingredient-row strong {
  color: var(--ink);
  text-transform: uppercase;
  letter-spacing: 0.14em;
}
.treatment-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
}
.price {
  font-family: var(--serif);
  font-size: 30px;
}
.collection-section {
  background: #f9f3ed;
}
.collection-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr 0.75fr;
  grid-template-rows: 310px 310px;
  gap: 12px;
}
.collection-card {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 280px;
}
.collection-card.card-large {
  grid-row: 1/3;
}
.collection-card.card-tall {
  grid-row: 1/3;
}
.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.8s cubic-bezier(0.2, 0.65, 0.25, 1);
}
.collection-card:hover img {
  transform: scale(1.045);
}
.card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75), transparent 60%);
}
.card-info {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 22px;
  color: #fff;
}
.card-info small {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.card-info h3 {
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 500;
  margin: 3px 0 8px;
}
.card-info span {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.card-info i {
  margin-left: 5px;
}
.split-feature {
  padding: 0;
}
.split-image {
  min-height: 760px;
}
.split-copy {
  padding: 90px 9%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #e9ddd0;
}
.mini-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  margin: 30px 0;
}
.mini-columns strong {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.mini-columns ul {
  list-style: none;
  padding: 0;
  margin: 14px 0 0;
}
.mini-columns li {
  font-size: 11px;
  line-height: 1.8;
}
.core-section {
  background: #f5eee6;
}
.product-showcase {
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ded3c7;
  overflow: hidden;
}
.product-showcase img {
  width: 88%;
  max-height: 550px;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.showcase-label {
  position: absolute;
  bottom: 24px;
  left: 25px;
  font-family: var(--serif);
  font-size: 34px;
  line-height: 0.95;
}
.showcase-label span {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.strand-section {
  position: relative;
  overflow: hidden;
}
.strand-section:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at 70% 50%,
    rgba(89, 54, 83, 0.35),
    transparent 48%
  );
  pointer-events: none;
}
.heat-badge {
  margin-top: 42px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.heat-badge strong {
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 500;
  color: var(--gold);
}
.heat-badge span {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
}
.strand-products {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-height: 400px;
}
.strand-products img {
  max-height: 390px;
  width: 44%;
  object-fit: contain;
}
.dark-product-copy {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 25px;
}
.dark-product-copy strong {
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 500;
}
.dark-product-copy p {
  font-size: 11px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  margin: 7px 0;
}
.postcare-section {
  background: var(--ivory);
}
.postcare-image {
  width: 100%;
  height: 570px;
  object-fit: cover;
  object-position: center;
}
.benefit-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 25px 0;
}
.benefit-tags span {
  border-color: rgba(22, 19, 16, 0.2);
  color: #5f554e;
}
.promise-section {
  min-height: 820px;
}
.promise-media {
  background-image: url("../assets/images/promise.webp");
  background-position: center;
}
.promise-overlay {
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.72) 70%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.45), transparent 55%);
}
.promise-section .light-copy {
  margin-left: 0;
}
.promise-signature {
  font-family: var(--serif);
  font-size: 31px;
  line-height: 1.05;
  color: #fff;
  margin-top: 32px;
}
.final-cta {
  padding: 145px 0;
}
.final-cta .light-copy {
  margin-top: 25px;
}
.footer {
  background: #0b0a09;
  color: #fff;
  padding: 80px 0 25px;
}
.footer-logo {
  width: 150px;
  height: 75px;
  object-fit: contain;
}
.footer-tagline {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.25em;
  color: var(--gold);
  margin: 4px 0 18px;
}
.footer-note,
.footer p {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.56);
}
.footer h6 {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.footer a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.58);
  margin: 0 0 10px;
  transition: 0.25s;
}
.footer a:hover {
  color: var(--gold);
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.footer-bottom a {
  display: inline;
  color: inherit;
  margin: 0;
}
.back-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--black);
  color: #fff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: 0.3s;
}
.back-top.show {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.9s ease,
    transform 0.9s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: none;
}
.reveal-delay-1 {
  transition-delay: 0.12s;
}
.reveal-delay-2 {
  transition-delay: 0.22s;
}
/* Shared inner-page system */
.page-hero {
  min-height: 620px;
  position: relative;
  display: flex;
  align-items: flex-end;
  color: #fff;
  isolation: isolate;
  overflow: hidden;
}
.page-hero-media {
  background-image: url("../assets/images/beauty.webp");
  background-position: center 38%;
}
.page-hero .container {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}
.page-hero h1 {
  font-size: clamp(72px, 9vw, 125px);
  letter-spacing: -0.04em;
}
.page-hero p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.8;
  margin: 24px 0 0;
}
.page-hero.treatments-hero .page-hero-media {
  background-image: url("../assets/images/corteva-bg.webp");
  background-position: center;
}
.page-hero.products-hero .page-hero-media {
  background-image: url("../assets/images/core-bg.webp");
  background-position: center;
}
.page-hero.care-hero .page-hero-media {
  background-image: url("../assets/images/strand-bg.webp");
  background-position: center;
}
.page-hero.about-hero .page-hero-media {
  background-image: url("../assets/images/story.webp");
  background-position: center;
}
.page-hero.contact-hero .page-hero-media {
  background-image: url("../assets/images/promise.webp");
  background-position: center;
}
.kicker {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 16px;
}
.script-heading {
  font-family: var(--script);
  font-size: clamp(50px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.95;
}
.inner-section {
  padding: 105px 0;
}
.soft-section {
  background: #f1e7de;
}
.white-section {
  background: #fff;
}
.dark-panel {
  background: var(--black);
  color: #fff;
}
.editorial-number {
  font-family: var(--serif);
  font-size: 110px;
  line-height: 0.75;
  color: var(--nude);
  opacity: 0.8;
}
.stat-line {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
.stat-line strong {
  font-family: var(--serif);
  font-size: 32px;
  font-weight: 500;
}
.stat-line span {
  font-size: 11px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 330px;
}
.story-image {
  width: 100%;
  height: 650px;
  object-fit: cover;
}
.value-card {
  padding: 38px 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  min-height: 190px;
}
.value-card .value-letter {
  font-family: var(--serif);
  font-size: 60px;
  color: var(--gold);
  line-height: 1;
}
.value-card h3 {
  font-family: var(--serif);
  font-size: 31px;
  font-weight: 500;
  margin: 8px 0;
}
.value-card p {
  font-size: 11px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
}
.range-banner {
  padding: 70px 0;
  background: #ded0c3;
}
.range-banner h2 {
  font-size: clamp(48px, 6vw, 85px);
}
.product-filter {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin: 30px 0 45px;
}
.filter-btn {
  background: transparent;
  border: 1px solid rgba(23, 19, 17, 0.22);
  padding: 10px 16px;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: 0.3s;
}
.filter-btn:hover,
.filter-btn.active {
  background: var(--black);
  color: #fff;
  border-color: var(--black);
}
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.product-card {
  background: #fff;
  border: 1px solid rgba(23, 19, 17, 0.08);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease;
}
.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(23, 19, 17, 0.08);
}
.product-card-media {
  height: 330px;
  background: #f4eee8;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  padding: 22px 28px;
  isolation: isolate;
}
.product-card-media.dark {
  background: #111;
}
.product-card-media::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: 10px;
  height: 20px;
  background: radial-gradient(ellipse, rgba(0, 0, 0, 0.14), transparent 70%);
  filter: blur(8px);
  z-index: -1;
}
.product-card-media img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.6s ease;
  flex: 0 0 auto;
}
.product-card:hover .product-card-media img {
  transform: scale(1.035);
}
.product-card-media.contain img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
}
@media (max-width: 575.98px) {
  .product-card-media {
    height: 320px;
    padding: 18px 22px;
  }
  .product-card-media img {
    max-width: 92%;
    max-height: 92%;
  }
}
.product-card-body {
  padding: 25px;
}
.product-card-body .eyebrow {
  margin-bottom: 10px;
  font-size: 8px;
}
.product-card-body h3 {
  font-family: var(--serif);
  font-size: 36px;
  line-height: 1;
  margin: 0 0 12px;
}
.product-card-body p {
  font-size: 11px;
  line-height: 1.75;
  color: #6b625b;
  margin-bottom: 16px;
}
.product-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 15px;
  border-top: 1px solid var(--line);
}
.product-price {
  font-family: var(--serif);
  font-size: 27px;
}
.product-size {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
}
.catalog-note {
  font-size: 10px;
  line-height: 1.7;
  color: var(--muted);
  margin-top: 25px;
}
.detail-hero {
  padding: 145px 0 90px;
  background: #eee3d8;
}
.detail-block {
  padding: 100px 0;
  border-top: 1px solid var(--line);
}
.detail-image {
  width: 100%;
  height: 620px;
  object-fit: cover;
}
.detail-image.contain {
  object-fit: contain;
  background: #e5dbd0;
}
.detail-copy h2 {
  font-family: var(--serif);
  font-size: clamp(52px, 6vw, 86px);
  line-height: 0.9;
  font-weight: 500;
}
.detail-copy h2 em {
  font-style: italic;
}
.detail-copy .lead {
  font-family: var(--serif);
  font-size: 24px;
  line-height: 1.25;
  margin: 25px 0;
}
.detail-copy p {
  font-size: 13px;
  line-height: 1.85;
  color: #625b55;
}
.detail-label {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 15px;
}
.spec-list {
  border-top: 1px solid var(--line);
  margin: 30px 0;
}
.spec-list li {
  list-style: none;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  font-size: 11px;
}
.spec-list li i {
  color: var(--gold);
  margin-right: 8px;
}
.ingredient-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.ingredient-chips span {
  font-size: 9px;
  border: 1px solid var(--line);
  padding: 8px 10px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.detail-price {
  font-family: var(--serif);
  font-size: 42px;
  margin: 25px 0;
}
.product-index {
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.22em;
  color: var(--muted);
}
.care-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.care-feature {
  background: #fff;
  padding: 40px;
  min-height: 260px;
  border: 1px solid rgba(23, 19, 17, 0.08);
}
.care-feature h3 {
  font-family: var(--serif);
  font-size: 38px;
  margin: 0 0 10px;
}
.care-feature p {
  font-size: 11px;
  line-height: 1.8;
  color: #665e57;
}
.care-feature ul {
  padding-left: 17px;
  margin: 15px 0;
}
.care-feature li {
  font-size: 11px;
  line-height: 1.8;
  color: #665e57;
}
.contact-card {
  padding: 45px;
  background: #fff;
  border: 1px solid rgba(23, 19, 17, 0.1);
  height: 100%;
}
.contact-card h3 {
  font-family: var(--serif);
  font-size: 38px;
  font-weight: 500;
}
.contact-detail {
  display: flex;
  gap: 14px;
  padding: 17px 0;
  border-bottom: 1px solid var(--line);
}
.contact-detail i {
  color: var(--gold);
  font-size: 18px;
}
.contact-detail strong {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  display: block;
  margin-bottom: 5px;
}
.contact-detail a,
.contact-detail span {
  font-size: 12px;
  color: #5e5751;
  line-height: 1.6;
}
.contact-form {
  background: var(--black);
  color: #fff;
  padding: 50px;
}
.contact-form .form-control,
.contact-form .form-select {
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 15px 0;
}
.contact-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.42);
}
.contact-form label {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}
.contact-form textarea {
  min-height: 130px;
}
.form-message {
  font-size: 10px;
  color: var(--gold);
  margin-top: 12px;
  display: none;
}
.form-message.show {
  display: block;
}
.map-placeholder {
  min-height: 390px;
  background: linear-gradient(135deg, #d9c7b7, #f4eee7);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.map-placeholder span {
  font-family: var(--serif);
  font-size: 40px;
}
.timeline {
  position: relative;
  border-left: 1px solid var(--line);
  padding-left: 35px;
}
.timeline-item {
  position: relative;
  margin-bottom: 42px;
}
.timeline-item:before {
  content: "";
  position: absolute;
  left: -41px;
  top: 5px;
  width: 11px;
  height: 11px;
  background: var(--gold);
  border-radius: 50%;
}
.timeline-item h3 {
  font-family: var(--serif);
  font-size: 33px;
  margin: 0 0 6px;
}
.timeline-item p {
  font-size: 12px;
  line-height: 1.8;
  color: #665e57;
  margin: 0;
}
.notice {
  padding: 15px 18px;
  background: #f3e9df;
  border-left: 2px solid var(--gold);
  font-size: 10px;
  line-height: 1.7;
  color: #625a53;
}
.breadcrumb-lux {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
@keyframes scrollPulse {
  0%,
  100% {
    transform: scaleY(0.55);
    transform-origin: top;
  }
  50% {
    transform: scaleY(1);
    transform-origin: top;
  }
}

@media (max-width: 991.98px) {
  .hero-grid {
    min-height: auto;
  }
  .hero-visual-col {
    min-height: 560px;
  }
  .hero-product-orbit {
    height: 540px;
  }
  .hero-orbit-ring {
    width: 400px;
    height: 400px;
  }
  .hero-product-card {
    width: min(430px, 88vw);
  }
  .hero-expertise-badge {
    right: 5%;
    top: 9%;
  }
  .hero-vertical-label {
    left: 2%;
    top: 12%;
  }
  .hero-mini-note {
    right: 4%;
    bottom: 8%;
  }
}
@media (max-width: 575.98px) {
  .hero-visual-col {
    min-height: 455px;
    margin-top: -10px;
  }
  .hero-product-orbit {
    height: 430px;
  }
  .hero-orbit-ring {
    width: 315px;
    height: 315px;
  }
  .hero-product-card {
    width: 94vw;
    max-width: 380px;
    transform: rotate(1deg);
  }
  .hero-product-image {
    height: 175px;
  }
  .hero-product-meta h3 {
    font-size: 31px;
  }
  .hero-product-price {
    font-size: 17px;
  }
  .hero-expertise-badge {
    width: 82px;
    height: 82px;
    right: 1%;
    top: 7%;
  }
  .hero-expertise-badge strong {
    font-size: 27px;
  }
  .hero-expertise-badge span {
    font-size: 5px;
  }
  .hero-vertical-label {
    display: none;
  }
  .hero-mini-note {
    bottom: 2%;
    right: 2%;
    font-size: 6px;
  }
}
@media (max-width: 991.98px) {
  .oreika-nav {
    background: rgba(8, 8, 8, 0.94);
  }
  .brand-logo {
    width: 105px;
    height: 54px;
  }
  .navbar-collapse {
    padding: 18px 0 12px;
  }
  .nav-link {
    padding: 0.65rem 0 !important;
  }
  .btn-nav {
    display: inline-block;
    margin-top: 8px;
  }
  .hero-copy {
    max-width: 620px;
  }
  .hero-copy h1 {
    font-size: clamp(64px, 13vw, 100px);
  }
  .section {
    padding: 90px 0;
  }
  .section-image {
    min-height: 640px;
  }
  .philosophy-item {
    height: 200px;
  }
  .treatment-image-wrap {
    min-height: 600px;
  }
  .treatment-copy {
    padding: 60px 7%;
  }
  .collection-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 360px 360px;
  }
  .collection-card.card-large,
  .collection-card.card-tall {
    grid-row: auto;
  }
  .split-image {
    min-height: 600px;
  }
  .split-copy {
    padding: 70px 7%;
  }
  .product-showcase {
    min-height: 470px;
  }
  .postcare-image {
    height: 500px;
  }
  .promise-section {
    min-height: 700px;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .page-hero {
    min-height: 570px;
  }
  .page-hero h1 {
    font-size: clamp(64px, 11vw, 105px);
  }
  .inner-section {
    padding: 85px 0;
  }
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .detail-image {
    height: 520px;
  }
  .care-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .nav-shell {
    padding: 0 18px;
  }
  .hero-section {
    min-height: 92vh;
  }
  .hero-media {
    background-position: 58% center;
  }
  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.3)),
      linear-gradient(0deg, rgba(0, 0, 0, 0.52), transparent 60%);
  }
  .hero-content {
    padding: 100px 20px 50px;
  }
  .hero-copy h1 {
    font-size: 64px;
  }
  .hero-lead {
    font-size: 15px;
  }
  .hero-actions {
    gap: 18px;
  }
  .scroll-cue {
    right: 18px;
    bottom: 20px;
  }
  .section {
    padding: 75px 0;
  }
  .display-heading {
    font-size: 52px;
  }
  .lead-copy {
    font-size: 25px;
  }
  .philosophy-section {
    padding: 80px 0;
  }
  .philosophy-item {
    height: 170px;
  }
  .phi-letter {
    font-size: 78px;
  }
  .section-image {
    min-height: 620px;
  }
  .giant-heading {
    font-size: 62px;
  }
  .category-pills {
    justify-content: flex-start;
  }
  .category-pills span {
    font-size: 7px;
  }
  .treatment-image-wrap {
    min-height: 430px;
  }
  .treatment-copy {
    padding: 52px 25px;
  }
  .section-title {
    font-size: 51px;
  }
  .treatment-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .collection-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .collection-card,
  .collection-card.card-large,
  .collection-card.card-tall {
    height: 380px;
    min-height: 0;
  }
  .mini-columns {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .split-image {
    min-height: 480px;
  }
  .split-copy {
    padding: 55px 25px;
  }
  .product-showcase {
    min-height: 390px;
  }
  .showcase-label {
    font-size: 28px;
  }
  .strand-products {
    min-height: 330px;
  }
  .strand-products img {
    max-height: 300px;
  }
  .dark-product-copy {
    grid-template-columns: 1fr;
  }
  .postcare-image {
    height: 390px;
  }
  .promise-section {
    min-height: 720px;
  }
  .promise-section .container {
    padding: 0 25px;
  }
  .footer {
    padding-top: 60px;
  }
  .footer-bottom {
    font-size: 7px;
  }
  .page-hero {
    min-height: 520px;
  }
  .page-hero .container {
    padding-bottom: 55px;
  }
  .page-hero h1 {
    font-size: 63px;
  }
  .page-hero p {
    font-size: 13px;
  }
  .inner-section {
    padding: 70px 0;
  }
  .script-heading {
    font-size: 58px;
  }
  .editorial-number {
    font-size: 80px;
  }
  .story-image {
    height: 440px;
  }
  .catalog-grid {
    grid-template-columns: 1fr;
  }
  .product-card-media {
    height: 350px;
  }
  .care-grid {
    grid-template-columns: 1fr;
  }
  .detail-hero {
    padding: 110px 0 65px;
  }
  .detail-block {
    padding: 75px 0;
  }
  .detail-image {
    height: 390px;
  }
  .detail-copy h2 {
    font-size: 55px;
  }
  .contact-form {
    padding: 35px 25px;
  }
  .contact-card {
    padding: 35px 25px;
  }
  .map-placeholder {
    min-height: 300px;
  }
  .map-placeholder span {
    font-size: 31px;
  }
}

/* =========================================================
   HERO + NAV REFINEMENT — PREMIUM PRODUCT COMPOSITION
   ========================================================= */
.oreika-nav {
  padding: 9px 0;
  background: rgba(7, 6, 6, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 1035;
}
.oreika-nav.scrolled {
  background: rgba(8, 8, 8, 0.96);
  border-bottom-color: rgba(198, 164, 106, 0.2);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
}
.navbar-nav {
  background: rgba(0, 0, 0, 0.1);
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.nav-link {
  position: relative;
  display: inline-flex !important;
  align-items: center;
  min-height: 38px;
  border-radius: 2px;
  color: #fff !important;
  opacity: 0.94;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.65);
}
.nav-link::after {
  content: "";
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 4px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.3s ease;
}
.nav-link:hover,
.nav-link.active {
  color: #fff !important;
  opacity: 1;
  background: rgba(198, 164, 106, 0.13);
}
.nav-link:hover::after,
.nav-link.active::after {
  transform: scaleX(1);
}
.nav-link.active {
  box-shadow: inset 0 0 0 1px rgba(198, 164, 106, 0.22);
}
.btn-nav {
  background: rgba(8, 8, 8, 0.32);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}
.btn-nav:hover {
  box-shadow: none;
}

.hero-product-stage {
  position: relative;
  width: min(100%, 570px);
  height: 650px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  isolation: isolate;
}
.hero-stage-glow {
  position: absolute;
  width: 455px;
  height: 520px;
  right: 3%;
  top: 8%;
  border-radius: 48% 52% 45% 55% / 42% 42% 58% 58%;
  background: radial-gradient(
    circle at 48% 42%,
    rgba(245, 239, 232, 0.98) 0 42%,
    rgba(221, 195, 170, 0.92) 43%,
    rgba(112, 66, 48, 0.55) 70%,
    transparent 72%
  );
  filter: drop-shadow(0 30px 65px rgba(0, 0, 0, 0.24));
  z-index: 0;
}
.hero-stage-glow::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(198, 164, 106, 0.42);
  border-radius: inherit;
}
.hero-orbit-ring {
  position: absolute;
  width: 510px;
  height: 510px;
  right: -1%;
  top: 50%;
  border: 1px solid rgba(198, 164, 106, 0.48);
  border-radius: 50%;
  transform: translateY(-50%);
  box-shadow:
    0 0 75px rgba(198, 164, 106, 0.08),
    inset 0 0 55px rgba(255, 255, 255, 0.025);
  animation: heroRing 18s linear infinite;
  z-index: 1;
}
.hero-orbit-ring::before,
.hero-orbit-ring::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 18px rgba(198, 164, 106, 0.8);
}
.hero-orbit-ring::before {
  width: 7px;
  height: 7px;
  top: 13%;
  right: 8%;
}
.hero-orbit-ring::after {
  width: 4px;
  height: 4px;
  bottom: 12%;
  left: 7%;
}
.hero-stage-kicker {
  position: absolute;
  z-index: 4;
  left: 1%;
  top: 13%;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--display);
  font-size: 7px;
  line-height: 1.8;
  letter-spacing: 0.3em;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.hero-main-product {
  position: relative;
  z-index: 3;
  width: 500px;
  transform: rotate(-2deg);
  transition:
    transform 0.55s ease,
    filter 0.55s ease;
  filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.28));
}
.hero-main-product:hover {
  transform: rotate(0) translateY(-8px);
  filter: drop-shadow(0 42px 45px rgba(0, 0, 0, 0.34));
}
.hero-product-image-main {
  height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
}
.hero-product-image-main img {
  width: 112%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transform: scale(1.03);
  transition: transform 0.7s ease;
}
.hero-main-product:hover img {
  transform: scale(1.07);
}
.hero-product-caption {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  padding: 12px 19px 14px;
  color: var(--ink);
  background: rgba(247, 241, 235, 0.94);
  border-top: 1px solid rgba(198, 164, 106, 0.55);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}
.hero-product-caption span,
.hero-product-caption strong {
  display: block;
}
.hero-product-caption span {
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #7b6f67;
}
.hero-product-caption strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-top: 4px;
}
.hero-product-price {
  font-family: var(--serif);
  font-size: 21px;
  white-space: nowrap;
}
.hero-secondary-product {
  position: absolute;
  z-index: 5;
  width: 170px;
  padding: 8px;
  background: rgba(247, 241, 235, 0.96);
  border: 1px solid rgba(198, 164, 106, 0.38);
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.26);
  transition: transform 0.45s ease;
}
.hero-secondary-product:hover {
  transform: translateY(-8px) rotate(0) !important;
}
.hero-secondary-one {
  right: -2%;
  bottom: 15%;
  transform: rotate(5deg);
}
.hero-secondary-two {
  left: 2%;
  bottom: 7%;
  transform: rotate(-6deg);
}
.secondary-product-image {
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #eee4d8;
}
.secondary-product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.hero-secondary-product span,
.hero-secondary-product strong {
  display: block;
}
.hero-secondary-product span {
  font-family: var(--display);
  font-size: 6px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  color: #8a7c72;
  margin-top: 7px;
}
.hero-secondary-product strong {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.05;
  font-weight: 500;
}
.hero-expertise-badge {
  position: absolute;
  z-index: 7;
  top: 11%;
  right: 1%;
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: var(--gold);
  color: var(--black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.28);
  transform: rotate(8deg);
}
.hero-expertise-badge strong {
  font-family: var(--serif);
  font-size: 32px;
  line-height: 0.8;
  font-weight: 600;
}
.hero-expertise-badge span {
  font-family: var(--display);
  font-size: 5.5px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
  margin-top: 7px;
}
.hero-stage-note {
  position: absolute;
  z-index: 7;
  right: 9%;
  bottom: 1%;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  color: #fff;
  background: rgba(8, 8, 8, 0.76);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(10px);
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero-view-collection {
  position: absolute;
  z-index: 8;
  left: 10%;
  top: 74%;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(198, 164, 106, 0.75);
  padding-bottom: 6px;
}
.hero-view-collection i {
  color: var(--gold);
  transition: transform 0.3s ease;
}
.hero-view-collection:hover i {
  transform: translate(3px, -3px);
}

@media (max-width: 991.98px) {
  .navbar-nav {
    border: 0;
    background: transparent;
    padding: 10px 0;
  }
  .nav-link {
    display: flex !important;
  }
  .hero-product-stage {
    height: 570px;
    width: min(100%, 620px);
  }
  .hero-stage-glow {
    width: 430px;
    height: 450px;
    right: 8%;
  }
  .hero-orbit-ring {
    width: 445px;
    height: 445px;
  }
  .hero-main-product {
    width: 450px;
  }
  .hero-product-image-main {
    height: 300px;
  }
  .hero-secondary-one {
    right: 2%;
    bottom: 10%;
  }
  .hero-secondary-two {
    left: 5%;
    bottom: 5%;
  }
  .hero-expertise-badge {
    right: 4%;
    top: 7%;
  }
}
@media (max-width: 575.98px) {
  .oreika-nav {
    padding: 6px 0;
    background: rgba(8, 8, 8, 0.94);
  }
  .brand-logo {
    width: 105px;
    height: 54px;
  }
  .hero-product-stage {
    height: 500px;
    margin-top: -5px;
  }
  .hero-stage-glow {
    width: 335px;
    height: 360px;
    right: 7%;
    top: 8%;
  }
  .hero-orbit-ring {
    width: 350px;
    height: 350px;
  }
  .hero-main-product {
    width: 360px;
  }
  .hero-product-image-main {
    height: 225px;
  }
  .hero-product-caption {
    padding: 10px 13px;
  }
  .hero-product-caption strong {
    font-size: 28px;
  }
  .hero-product-price {
    font-size: 17px;
  }
  .hero-secondary-product {
    width: 125px;
    padding: 6px;
  }
  .secondary-product-image {
    height: 65px;
  }
  .hero-secondary-product strong {
    font-size: 16px;
  }
  .hero-secondary-one {
    right: 0;
    bottom: 10%;
  }
  .hero-secondary-two {
    left: 0;
    bottom: 4%;
  }
  .hero-expertise-badge {
    width: 78px;
    height: 78px;
    right: 0;
    top: 4%;
  }
  .hero-expertise-badge strong {
    font-size: 25px;
  }
  .hero-expertise-badge span {
    font-size: 4.5px;
  }
  .hero-stage-kicker {
    display: none;
  }
  .hero-stage-note {
    right: 7%;
    bottom: -1%;
    font-size: 6px;
  }
  .hero-view-collection {
    left: 4%;
    top: 72%;
    font-size: 7px;
  }
}

/* =========================================================
   OREIKA FINAL VISUAL REFINEMENT — LOGO HERO + NAV
   ========================================================= */
.oreika-nav {
  background: rgba(5, 5, 5, 0.76);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(198, 164, 106, 0.18);
}
.oreika-nav.scrolled {
  background: rgba(5, 5, 5, 0.96);
  border-bottom-color: rgba(198, 164, 106, 0.25);
}
.navbar-nav {
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  padding: 3px 8px;
}
.nav-link {
  position: relative;
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
  font-weight: 500;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.6);
}
.nav-link::after {
  background: var(--gold);
  height: 2px;
  bottom: 3px;
}
.nav-link:hover,
.nav-link.active {
  color: var(--gold) !important;
  background: rgba(198, 164, 106, 0.08);
  border-radius: 2px;
}
.nav-link.active {
  box-shadow: inset 0 0 0 1px rgba(198, 164, 106, 0.28);
}
.btn-nav {
  color: #fff;
  background: rgba(8, 8, 8, 0.58);
  border-color: rgba(198, 164, 106, 0.7);
}

.hero-brand-stage {
  position: relative;
  min-height: 650px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
}
.hero-brand-glow {
  position: absolute;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(198, 164, 106, 0.16) 0%,
    rgba(94, 53, 27, 0.1) 32%,
    transparent 70%
  );
  filter: blur(5px);
  right: -4%;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.hero-brand-orbit {
  position: absolute;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(198, 164, 106, 0.32);
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-18deg);
  box-shadow: 0 0 50px rgba(198, 164, 106, 0.06);
  animation: heroLogoOrbit 18s linear infinite;
}
.hero-brand-orbit:before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}
.hero-brand-orbit-dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 20px rgba(198, 164, 106, 0.9);
  z-index: 3;
}
.hero-brand-orbit-dot-one {
  right: 13%;
  top: 27%;
}
.hero-brand-orbit-dot-two {
  left: 15%;
  bottom: 24%;
  width: 5px;
  height: 5px;
}
.hero-brand-lockup {
  position: relative;
  z-index: 4;
  width: min(100%, 500px);
  text-align: center;
  padding: 30px 30px 24px;
}
.hero-brand-lockup img {
  display: block;
  width: min(100%, 430px);
  height: auto;
  max-height: 260px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 14px 25px rgba(0, 0, 0, 0.45));
}
.hero-brand-lockup p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--display);
  font-size: 10px;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  text-transform: uppercase;
}
.hero-brand-kicker {
  position: absolute;
  top: 7%;
  right: 4%;
  z-index: 5;
  color: rgba(255, 255, 255, 0.66);
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-brand-kicker span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 1px;
}
.hero-brand-values {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 40px;
  z-index: 5;
}
.hero-brand-values div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  min-width: 78px;
}
.hero-brand-values i {
  font-size: 22px;
  color: var(--gold);
  font-weight: 300;
}
.hero-brand-values span {
  font-family: var(--display);
  font-size: 8px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}
.hero-brand-side-label {
  position: absolute;
  left: -4%;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center;
  color: rgba(255, 255, 255, 0.55);
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  line-height: 1.7;
  z-index: 5;
  text-align: center;
}
.hero-brand-link {
  position: absolute;
  right: 0;
  bottom: 2%;
  z-index: 6;
  color: #fff;
  font-family: var(--display);
  font-size: 9px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(198, 164, 106, 0.7);
}
.hero-brand-link i {
  color: var(--gold);
  margin-left: 7px;
  transition: transform 0.3s ease;
}
.hero-brand-link:hover {
  color: var(--gold);
}
.hero-brand-link:hover i {
  transform: translate(3px, -3px);
}
.hero-brand-hairline {
  position: absolute;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(198, 164, 106, 0.65),
    transparent
  );
  transform-origin: right center;
  opacity: 0.65;
  z-index: 1;
}
.hero-brand-hairline-one {
  width: 440px;
  right: -4%;
  top: 29%;
  transform: rotate(-12deg);
}
.hero-brand-hairline-two {
  width: 390px;
  right: 1%;
  bottom: 30%;
  transform: rotate(15deg);
  opacity: 0.35;
}
.hero-proof-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 48px;
}
.hero-proof {
  display: flex;
  align-items: center;
  gap: 12px;
}
.hero-proof strong {
  font-family: var(--serif);
  font-size: 43px;
  font-weight: 500;
  line-height: 0.8;
  color: var(--gold);
}
.hero-proof span {
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.75);
}
.hero-proof-divider {
  height: 34px;
  width: 1px;
  background: rgba(198, 164, 106, 0.35);
}
.hero-proof-copy {
  font-family: var(--display);
  font-size: 7px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}
@keyframes heroLogoOrbit {
  from {
    transform: translateY(-50%) rotate(-18deg);
  }
  to {
    transform: translateY(-50%) rotate(342deg);
  }
}

@media (max-width: 991.98px) {
  .oreika-nav {
    background: rgba(5, 5, 5, 0.96);
  }
  .navbar-nav {
    border: 0;
    background: transparent;
    padding: 10px 0;
  }
  .nav-link {
    padding: 0.7rem 0.4rem !important;
  }
  .hero-brand-stage {
    min-height: 520px;
    margin-top: 0;
  }
  .hero-brand-orbit {
    width: 410px;
    height: 410px;
  }
  .hero-brand-glow {
    width: 420px;
    height: 420px;
  }
  .hero-brand-lockup img {
    width: min(100%, 360px);
    max-height: 210px;
  }
  .hero-brand-values {
    bottom: 7%;
    gap: 28px;
  }
  .hero-brand-side-label {
    display: none;
  }
  .hero-brand-link {
    right: 5%;
    bottom: 0;
  }
  .hero-brand-kicker {
    top: 4%;
    right: 7%;
  }
  .hero-proof-row {
    margin-top: 35px;
  }
}
@media (max-width: 575.98px) {
  .oreika-nav {
    padding: 5px 0;
  }
  .nav-shell {
    padding: 0 16px;
  }
  .brand-logo {
    width: 100px;
    height: 50px;
  }
  .navbar-toggler {
    margin-left: auto;
    flex-shrink: 0;
  }
  .navbar-collapse {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .navbar-nav {
    width: 100%;
    align-items: stretch !important;
  }
  .nav-link {
    font-size: 9px !important;
    padding: 0.72rem 0.8rem !important;
  }
  .btn-nav {
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }
  .hero-section {
    min-height: auto;
    padding-bottom: 55px;
  }
  .hero-content {
    padding: 110px 18px 35px;
  }
  .hero-grid {
    width: 100%;
    margin: 0;
  }
  .hero-copy {
    max-width: 100%;
  }
  .hero-copy h1 {
    font-size: 58px;
    line-height: 0.9;
  }
  .hero-lead {
    font-size: 14px;
    max-width: 340px;
  }
  .hero-actions {
    flex-wrap: wrap;
    gap: 14px;
  }
  .hero-proof-row {
    margin-top: 30px;
    gap: 13px;
  }
  .hero-proof strong {
    font-size: 36px;
  }
  .hero-proof span,
  .hero-proof-copy {
    font-size: 6px;
  }
  .hero-brand-stage {
    min-height: 410px;
    margin-top: 15px;
    width: 100%;
    overflow: hidden;
  }
  .hero-brand-orbit {
    width: 310px;
    height: 310px;
    right: 50%;
    transform: translate(50%, -50%) rotate(-18deg);
    top: 48%;
  }
  .hero-brand-glow {
    width: 330px;
    height: 330px;
    right: 50%;
    transform: translate(50%, -50%);
    top: 48%;
  }
  .hero-brand-lockup {
    padding: 18px;
    width: 100%;
  }
  .hero-brand-lockup img {
    width: min(100%, 310px);
    max-height: 170px;
  }
  .hero-brand-lockup p {
    font-size: 7px;
    letter-spacing: 0.29em;
    text-indent: 0.29em;
  }
  .hero-brand-kicker {
    top: 2%;
    right: 50%;
    transform: translateX(50%);
    font-size: 6px;
    letter-spacing: 0.13em;
  }
  .hero-brand-values {
    bottom: 9%;
    gap: 10px;
    width: 100%;
    justify-content: center;
  }
  .hero-brand-values div {
    min-width: 65px;
    gap: 5px;
  }
  .hero-brand-values i {
    font-size: 18px;
  }
  .hero-brand-values span {
    font-size: 6px;
    letter-spacing: 0.12em;
  }
  .hero-brand-link {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    font-size: 7px;
    white-space: nowrap;
  }
  .hero-brand-hairline-one {
    width: 260px;
    right: -10%;
    top: 26%;
  }
  .hero-brand-hairline-two {
    width: 230px;
    right: -2%;
    bottom: 28%;
  }
  .scroll-cue {
    display: none;
  }
}

/* =========================================================
   OREIKA - FINAL MOBILE NAVBAR FIX
   ========================================================= */

@media (max-width: 991.98px) {

  /* Prevent Bootstrap/container from creating horizontal width */
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  /* Navbar itself */
  .oreika-nav {
    width: 100vw !important;
    max-width: 100vw !important;
    left: 0 !important;
    right: auto !important;
    overflow: visible !important;
  }

  /* IMPORTANT:
     Do not allow the nav shell to become wider than viewport */
  .oreika-nav .nav-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: 14px !important;
    padding-right: 14px !important;

    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  /* Logo must be allowed to shrink */
  .oreika-nav .navbar-brand {
    min-width: 0 !important;
    max-width: calc(100% - 60px) !important;

    margin-right: 0 !important;
    padding-right: 8px !important;

    overflow: hidden !important;
  }

  .oreika-nav .brand-logo {
    display: block !important;

    width: auto !important;
    max-width: 100% !important;
    height: auto !important;

    object-fit: contain;
  }

  /* Hamburger */
  .oreika-nav .navbar-toggler {
    display: flex !important;
    flex: 0 0 42px !important;

    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;

    height: 42px !important;

    margin: 0 0 0 auto !important;
    padding: 0 !important;

    align-items: center !important;
    justify-content: center !important;

    position: relative !important;
    right: 0 !important;
    transform: none !important;

    box-sizing: border-box !important;

    z-index: 1100 !important;
  }

  /* Bootstrap collapse */
  .oreika-nav .navbar-collapse {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    flex-basis: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
  }

  /*
     VERY IMPORTANT:
     Bootstrap's .navbar-expand-lg normally changes the flex
     behavior at 992px. Force the mobile menu into its own row.
  */
  .oreika-nav .nav-shell {
    flex-wrap: wrap !important;
  }

  .oreika-nav .navbar-collapse {
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
  }

  /* Mobile menu */
  .oreika-nav .navbar-collapse.show,
  .oreika-nav .navbar-collapse.collapsing {
    width: 100% !important;
    max-width: 100% !important;

    margin-top: 10px !important;

    padding: 14px !important;

    background: rgba(245, 239, 232, 0.98) !important;

    box-sizing: border-box !important;

    overflow: hidden !important;
  }

  /* Menu list */
  .oreika-nav .navbar-nav {
    width: 100% !important;
    max-width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    flex-direction: column !important;

    align-items: stretch !important;
  }

  .oreika-nav .nav-item {
    width: 100% !important;
    max-width: 100% !important;
  }

  .oreika-nav .nav-link {
    display: flex !important;

    width: 100% !important;
    max-width: 100% !important;

    min-height: 46px;

    padding: 12px 4px !important;

    box-sizing: border-box !important;

    color: #111 !important;

    border-bottom: 1px solid rgba(74, 43, 32, 0.12);
  }

  .oreika-nav .nav-link.active {
    color: #4a2b20 !important;
  }

  /* Enquire button */
  .oreika-nav .btn-nav {
    display: flex !important;

    width: 100% !important;
    max-width: 100% !important;

    margin: 16px 0 0 !important;

    box-sizing: border-box !important;

    justify-content: center !important;
  }
}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media (max-width: 575.98px) {

  .oreika-nav .nav-shell {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .oreika-nav .brand-logo {
    max-width: 145px !important;
  }

  .oreika-nav .navbar-toggler {
    flex-basis: 40px !important;
    width: 40px !important;
    min-width: 40px !important;
    max-width: 40px !important;
    height: 40px !important;
  }
}


/* =========================================================
   VERY SMALL PHONES
   ========================================================= */

@media (max-width: 380px) {

  .oreika-nav .nav-shell {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .oreika-nav .brand-logo {
    max-width: 130px !important;
  }

  .oreika-nav .navbar-toggler {
    flex-basis: 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    max-width: 38px !important;
    height: 38px !important;
  }
}
