:root {
  --bg: #080808;
  --panel: #0e0e0e;
  --text: #f4f1ea;
  --muted: #aaa69e;
  --line: rgba(255,255,255,.14);
  --header: 82px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Heebo, Arial, sans-serif;
  line-height: 1.5;
}
html[dir="rtl"] body { font-family: Heebo, Arial, sans-serif; }
body.no-scroll { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img, video { display: block; width: 100%; }
.header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  height: var(--header);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 0 4vw;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(8,8,8,.58);
  backdrop-filter: blur(16px);
}
.brand {
  width: max-content;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  line-height: .86;
  letter-spacing: .13em;
}
.brand span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  font-weight: 600;
}
.brand small {
  padding-inline-start: .5em;
  margin-top: 7px;
  font-size: 8px;
  letter-spacing: .5em;
}
.desktop-nav { display: flex; gap: 32px; font-size: 12px; color: #d3cfc7; }
.desktop-nav a { transition: opacity .2s ease; }
.desktop-nav a:hover { opacity: .62; }
.header-actions {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-switch, .cart-button {
  border: 1px solid var(--line);
  background: rgba(0,0,0,.22);
  cursor: pointer;
  min-height: 38px;
  padding: 0 13px;
  font-size: 11px;
}
.cart-button b {
  display: inline-grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  margin-inline-start: 7px;
  border-radius: 100px;
  background: #f5f2eb;
  color: #080808;
  font-size: 9px;
}
.video-hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  background: #080808;
}
.video-hero video {
  position: absolute;
  inset: 0;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  background: #080808;
}
.video-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.49) 38%, rgba(0,0,0,.07) 70%),
    linear-gradient(0deg, rgba(0,0,0,.44), transparent 42%);
}
html[dir="rtl"] .video-shade {
  background:
    linear-gradient(270deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.49) 38%, rgba(0,0,0,.07) 70%),
    linear-gradient(0deg, rgba(0,0,0,.44), transparent 42%);
}
.hero-content {
  position: relative;
  z-index: 2;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 720px;
  padding: calc(var(--header) + 5vh) 4.5vw 9vh;
}
.eyebrow {
  margin: 0 0 24px;
  color: #aaa69e;
  font-size: 10px;
  letter-spacing: .28em;
}
h1, h2, h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
}
html[dir="rtl"] h1,
html[dir="rtl"] h2,
html[dir="rtl"] h3 {
  font-family: Heebo, Arial, sans-serif;
  font-weight: 300;
}
h1 {
  max-width: 670px;
  font-size: clamp(58px, 6.7vw, 112px);
  line-height: .86;
  letter-spacing: -.045em;
}
html[dir="rtl"] h1 {
  font-size: clamp(52px, 6vw, 96px);
  line-height: 1.02;
  letter-spacing: -.035em;
}
.hero-copy {
  max-width: 530px;
  margin: 34px 0 0;
  color: #ccc7bd;
  line-height: 1.85;
  font-size: 16px;
}
.hero-buttons { display: flex; align-items: center; gap: 28px; margin-top: 42px; }
.button {
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 29px;
  border: 1px solid #fff;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: 10px;
  font-weight: 600;
  transition: background .25s, color .25s, transform .25s;
}
.button.light { background: #fff; color: #080808; }
.button:hover { background: transparent; color: #fff; transform: translateY(-2px); }
.ghost-link { display: inline-flex; gap: 8px; font-size: 12px; color: #d0cbc1; }
.scroll-label {
  position: absolute;
  z-index: 3;
  inset-inline-start: 4.5vw;
  bottom: 40px;
  color: #9b978f;
  font-size: 8px;
  letter-spacing: .25em;
}
.manifesto {
  min-height: 68vh;
  display: grid;
  place-content: center;
  padding: 110px 5vw;
  text-align: center;
  border-bottom: 1px solid var(--line);
}
.manifesto h2, .closing h2 {
  font-size: clamp(50px, 6.7vw, 108px);
  line-height: .93;
  letter-spacing: -.045em;
}
html[dir="rtl"] .manifesto h2,
html[dir="rtl"] .closing h2 {
  line-height: 1.08;
  letter-spacing: -.03em;
}
.product {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
}
.product-media {
  position: relative;
  min-height: 850px;
  overflow: hidden;
  background: #111;
}
.product-media img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.002);
}
.image-tag {
  position: absolute;
  inset-inline-start: 24px;
  bottom: 22px;
  padding: 8px 11px;
  background: rgba(0,0,0,.42);
  backdrop-filter: blur(9px);
  color: #d6d1c8;
  font-size: 8px;
  letter-spacing: .2em;
}
.product-copy {
  padding: 9vw 7vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-copy h2, .story h2 {
  font-size: clamp(48px, 5vw, 80px);
  line-height: .96;
  letter-spacing: -.04em;
}
html[dir="rtl"] .product-copy h2,
html[dir="rtl"] .story h2 {
  line-height: 1.1;
  letter-spacing: -.025em;
}
.description {
  max-width: 560px;
  margin: 34px 0 44px;
  color: #b7b2a9;
  line-height: 1.9;
  font-size: 15px;
}
.specs { border-top: 1px solid var(--line); }
.specs > div {
  min-height: 68px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.specs span { color: #8e8a82; font-size: 9px; letter-spacing: .17em; }
.specs strong { font-size: 13px; font-weight: 500; }
.delivery-note {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}
.delivery-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 13px;
}
.delivery-note > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.delivery-note strong {
  font-size: 12px;
  font-weight: 500;
}
.delivery-note span {
  color: #8e8a82;
  font-size: 10px;
}
.buy-button { width: 100%; margin-top: 28px; }
.micro { color: #77736d; font-size: 10px; margin: 15px 0 0; line-height: 1.6; }
.story {
  padding: 11vw 5vw;
  display: grid;
  grid-template-columns: .22fr 1fr .8fr;
  gap: 7vw;
  border-top: 1px solid var(--line);
  align-items: start;
}
.story-index {
  color: #4c4944;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 58px;
}
.story > p:last-child {
  margin: 52px 0 0;
  color: #aaa69e;
  line-height: 1.9;
  font-size: 15px;
}
.details {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.details article {
  min-height: 400px;
  padding: 4vw;
  border-inline-end: 1px solid var(--line);
}
.details article:last-child { border-inline-end: 0; }
.details span { color: #67635d; font-size: 10px; letter-spacing: .18em; }
.details h3 { margin: 86px 0 18px; font-size: 48px; }
.details p { max-width: 330px; color: #aaa69e; font-size: 14px; line-height: 1.8; }
.closing {
  min-height: 76vh;
  display: grid;
  place-items: center;
  align-content: center;
  padding: 10vw 5vw;
  text-align: center;
  border-top: 1px solid var(--line);
}
.closing .button { margin-top: 45px; }
footer {
  min-height: 190px;
  padding: 35px 4vw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: end;
  border-top: 1px solid var(--line);
}
.footer-brand { align-items: flex-start; }
footer p { margin: 0; justify-self: center; color: #747069; font-size: 9px; }
.footer-links { justify-self: end; display: flex; gap: 22px; color: #8d8981; font-size: 10px; }
.cart-drawer {
  position: fixed;
  z-index: 100;
  top: 0;
  inset-inline-end: 0;
  width: min(470px, 100%);
  height: 100%;
  padding: 31px;
  background: #0d0d0d;
  border-inline-start: 1px solid var(--line);
  transform: translateX(102%);
  transition: transform .42s cubic-bezier(.25,.7,.25,1);
}
html[dir="rtl"] .cart-drawer { transform: translateX(-102%); }
.cart-drawer.open, html[dir="rtl"] .cart-drawer.open { transform: translateX(0); }
.drawer-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}
.drawer-head h2 { font-size: 40px; }
.drawer-head button, .dialog-close {
  border: 0;
  background: transparent;
  font-size: 30px;
  cursor: pointer;
}
.empty-cart { padding-top: 42px; color: #8e8a82; font-size: 14px; }
.cart-item {
  display: grid;
  grid-template-columns: 88px 1fr auto;
  gap: 17px;
  padding: 30px 0;
  border-bottom: 1px solid var(--line);
}
.cart-item img { height: 114px; object-fit: cover; object-position: center 66%; }
.cart-item > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.cart-item strong { font-size: 15px; }
.cart-item span { color: #89857d; font-size: 10px; }
.cart-item button {
  margin-top: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #8e8a82;
  text-decoration: underline;
  font-size: 10px;
  cursor: pointer;
}
.cart-item > b { font-size: 12px; }
.cart-summary {
  padding-top: 26px;
  display: grid;
  gap: 12px;
}
.cart-summary > div {
  display: flex;
  justify-content: space-between;
  color: #99958d;
  font-size: 12px;
}
.cart-summary strong {
  color: #d8d3ca;
  font-weight: 500;
}
.cart-total {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: 15px;
}
.delivery-cart {
  margin: 14px 0 0;
  color: #8e8a82;
  font-size: 10px;
  line-height: 1.6;
}
.checkout { width: 100%; margin-top: 28px; }
.overlay {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: rgba(0,0,0,.69);
  backdrop-filter: blur(3px);
}
dialog {
  width: min(590px, calc(100% - 32px));
  padding: 48px;
  color: var(--text);
  background: #111;
  border: 1px solid var(--line);
}
dialog::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(8px); }
dialog h2 { font-size: 48px; line-height: 1; }
html[dir="rtl"] dialog h2 { line-height: 1.1; }
dialog p:not(.eyebrow) { color: #aaa69e; line-height: 1.8; font-size: 14px; }
.dialog-close { position: absolute; top: 16px; inset-inline-end: 20px; }
.toast {
  position: fixed;
  z-index: 130;
  left: 50%;
  bottom: 26px;
  transform: translate(-50%, 110px);
  padding: 13px 20px;
  background: #fff;
  color: #080808;
  font-size: 11px;
  transition: transform .3s ease;
}
.toast.show { transform: translate(-50%, 0); }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .9s, transform .9s; }
.reveal.visible { opacity: 1; transform: translateY(0); }


.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.trust-strip > div {
  min-height: 130px;
  padding: 30px 4vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  border-inline-end: 1px solid var(--line);
}
.trust-strip > div:last-child { border-inline-end: 0; }
.trust-strip strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  font-weight: 500;
}
html[dir="rtl"] .trust-strip strong { font-family: Heebo, Arial, sans-serif; font-weight: 300; }
.trust-strip span {
  color: #8e8a82;
  font-size: 10px;
  letter-spacing: .08em;
}
.profile-section {
  padding: 9vw 5vw 11vw;
  border-bottom: 1px solid var(--line);
}
.profile-kicker {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}
.profile-kicker > span {
  color: #5f5b55;
  font-size: 9px;
  letter-spacing: .2em;
}
.profile-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4vw;
}
.profile-grid article { min-height: 270px; }
.profile-line {
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #f2efe8 0 22%, rgba(255,255,255,.12) 22% 100%);
}
html[dir="rtl"] .profile-line {
  background: linear-gradient(270deg, #f2efe8 0 22%, rgba(255,255,255,.12) 22% 100%);
}
.profile-grid h3 {
  margin: 54px 0 20px;
  font-size: 48px;
}
.profile-grid p {
  max-width: 330px;
  color: #aaa69e;
  font-size: 14px;
  line-height: 1.8;
}
.visual-story {
  padding: 10vw 5vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.visual-head {
  display: grid;
  grid-template-columns: 1.15fr .75fr;
  gap: 10vw;
  align-items: end;
  margin-bottom: 70px;
}
.visual-head h2 {
  font-size: clamp(48px, 5.4vw, 86px);
  line-height: .95;
  letter-spacing: -.04em;
}
.visual-head > p {
  color: #aaa69e;
  line-height: 1.9;
  font-size: 15px;
  margin: 0 0 10px;
}
.visual-grid {
  display: grid;
  grid-template-columns: 1.3fr .7fr;
  grid-template-rows: 420px 420px;
  gap: 18px;
}
.visual-card {
  margin: 0;
  position: relative;
  overflow: hidden;
  background: #111;
}
.visual-card-large { grid-row: 1 / 3; }
.visual-card img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(.9) contrast(1.05);
  transition: transform 1s cubic-bezier(.2,.65,.2,1);
}
.visual-card:hover img { transform: scale(1.035); }
.visual-card::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(0deg, rgba(0,0,0,.65), transparent);
  pointer-events: none;
}
.visual-card figcaption {
  position: absolute;
  z-index: 2;
  inset-inline: 24px;
  bottom: 22px;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.visual-card figcaption span {
  color: #aaa69e;
  font-size: 9px;
  letter-spacing: .18em;
}
.visual-card figcaption strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}
html[dir="rtl"] .visual-card figcaption strong {
  font-family: Heebo, Arial, sans-serif;
  font-weight: 300;
}
.ritual {
  padding: 10vw 5vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 9vw;
  border-top: 1px solid var(--line);
}
.ritual-copy h2,
.order-flow-head h2,
.faq-title h2,
.newsletter h2 {
  font-size: clamp(46px, 5vw, 78px);
  line-height: .98;
  letter-spacing: -.04em;
}
.ritual-copy > p:last-child {
  color: #aaa69e;
  line-height: 1.9;
  font-size: 15px;
  margin-top: 32px;
  max-width: 520px;
}
.ritual-steps article {
  padding: 32px 0;
  display: grid;
  grid-template-columns: 70px .6fr 1fr;
  gap: 25px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.ritual-steps article:first-child { border-top: 1px solid var(--line); }
.ritual-steps span { color: #5f5b55; font-size: 10px; letter-spacing: .18em; padding-top: 8px; }
.ritual-steps h3 { font-size: 31px; }
.ritual-steps p { color: #aaa69e; font-size: 13px; line-height: 1.8; margin: 6px 0 0; }
.order-flow {
  padding: 10vw 5vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.order-flow-head {
  max-width: 820px;
  margin-bottom: 72px;
}
.order-flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.order-flow-grid article {
  min-height: 300px;
  padding: 38px;
  border: 1px solid var(--line);
  margin-inline-end: -1px;
}
.order-flow-grid span { color: #5f5b55; font-size: 9px; letter-spacing: .2em; }
.order-flow-grid h3 { font-size: 38px; margin: 90px 0 16px; }
.order-flow-grid p { color: #aaa69e; font-size: 13px; line-height: 1.8; }
.faq {
  padding: 10vw 5vw;
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 10vw;
  border-bottom: 1px solid var(--line);
}
.faq-list details {
  border-top: 1px solid var(--line);
}
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  list-style: none;
  cursor: pointer;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  font-size: 15px;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after {
  content: "+";
  color: #8e8a82;
  font-size: 22px;
}
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p {
  color: #aaa69e;
  font-size: 13px;
  line-height: 1.8;
  padding: 0 45px 28px 0;
  margin: 0;
}
html[dir="rtl"] .faq-list details p { padding: 0 0 28px 45px; }
.newsletter {
  padding: 8vw 5vw;
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 7vw;
  align-items: end;
  border-bottom: 1px solid var(--line);
}
.newsletter-form {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 1px solid #f2efe8;
}
.newsletter-form input {
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #f2efe8;
  font-size: 14px;
}
.newsletter-form input::placeholder { color: #77736d; }
.newsletter-form button {
  border: 0;
  background: transparent;
  color: #f2efe8;
  cursor: pointer;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.newsletter-message {
  grid-column: 2;
  min-height: 18px;
  margin: 12px 0 0;
  color: #aaa69e;
  font-size: 10px;
}
.sticky-buy {
  position: fixed;
  z-index: 45;
  left: 50%;
  bottom: 18px;
  width: min(760px, calc(100% - 36px));
  min-height: 72px;
  transform: translate(-50%, 120px);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 9px 10px 9px 22px;
  background: rgba(14,14,14,.88);
  border: 1px solid var(--line);
  backdrop-filter: blur(18px);
  transition: transform .35s ease, opacity .35s ease;
}
.sticky-buy.visible {
  transform: translate(-50%, 0);
  opacity: 1;
}
.sticky-buy > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.sticky-buy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 21px;
  font-weight: 500;
}
.sticky-buy span {
  color: #8e8a82;
  font-size: 9px;
  letter-spacing: .13em;
}
.sticky-buy .button { min-height: 52px; }

@media (max-width: 900px) {
  :root { --header: 70px; }
  .header { grid-template-columns: 1fr auto; padding: 0 18px; }
  .desktop-nav { display: none; }
  .brand span { font-size: 21px; }
  .lang-switch { min-height: 36px; }
  .cart-button { min-height: 36px; padding-inline: 10px; }
  .hero-content { padding: calc(var(--header) + 8vh) 22px 14vh; max-width: 620px; }
  h1 { font-size: clamp(55px, 15vw, 82px); }
  html[dir="rtl"] h1 { font-size: clamp(47px, 13vw, 70px); }
  .hero-copy { max-width: 480px; }
  .video-shade {
    background:
      linear-gradient(90deg, rgba(0,0,0,.72), rgba(0,0,0,.16)),
      linear-gradient(0deg, rgba(0,0,0,.52), transparent 52%);
  }
  html[dir="rtl"] .video-shade {
    background:
      linear-gradient(270deg, rgba(0,0,0,.72), rgba(0,0,0,.16)),
      linear-gradient(0deg, rgba(0,0,0,.52), transparent 52%);
  }
.scroll-label { inset-inline-start: 22px; bottom: 26px; }
  .manifesto { min-height: 58vh; padding-inline: 24px; }
  .product { grid-template-columns: 1fr; }
  .product-media { min-height: 620px; height: 83vh; }
  .product-copy { padding: 85px 24px; }
  .story { grid-template-columns: 1fr; gap: 24px; padding: 95px 24px; }
  .story > p:last-child { margin-top: 8px; }
  .details { grid-template-columns: 1fr; }
  .details article { min-height: 310px; padding: 42px 24px; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .details h3 { margin-top: 62px; }
  footer { grid-template-columns: 1fr; gap: 34px; align-items: start; }
  footer p, .footer-links { justify-self: start; }

  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip > div:nth-child(2) { border-inline-end: 0; }
  .trust-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .profile-grid { grid-template-columns: 1fr; gap: 34px; }
  .profile-grid article { min-height: 220px; }
  .visual-head { grid-template-columns: 1fr; gap: 30px; }
  .visual-grid {
    grid-template-columns: 1fr;
    grid-template-rows: 620px 420px 420px;
  }
  .visual-card-large { grid-row: auto; }
  .ritual { grid-template-columns: 1fr; gap: 60px; }
  .ritual-steps article { grid-template-columns: 55px 1fr; }
  .ritual-steps article p { grid-column: 2; }
  .order-flow-grid { grid-template-columns: 1fr; }
  .order-flow-grid article { margin-inline-end: 0; margin-bottom: -1px; }
  .faq { grid-template-columns: 1fr; gap: 60px; }
  .newsletter { grid-template-columns: 1fr; gap: 50px; }
  .newsletter-message { grid-column: 1; }

}
@media (max-width: 520px) {
  .header-actions { gap: 7px; }
  .lang-switch { padding-inline: 9px; }
  .cart-button > span { display: none; }
  .hero-buttons { flex-direction: column; align-items: flex-start; }
  dialog { padding: 42px 24px 30px; }
  dialog h2 { font-size: 42px; }
  .cart-drawer { padding: 22px; }
  .visual-grid { grid-template-rows: 520px 330px 330px; }
  .visual-card figcaption strong { font-size: 26px; }
  .ritual-steps article { grid-template-columns: 42px 1fr; gap: 16px; }
  .order-flow-grid article { padding: 30px 24px; }
  .newsletter-form { grid-template-columns: 1fr; }
  .newsletter-form button { min-height: 50px; text-align: start; }
  .sticky-buy { bottom: 10px; padding-inline-start: 16px; }
  .sticky-buy .button { padding: 0 16px; font-size: 9px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* V6 — varied visual compositions */
.visual-card-large img {
  object-position: center center;
}
.visual-grid .visual-card:nth-child(2) img {
  object-position: center 42%;
}
.visual-grid .visual-card:nth-child(3) img {
  object-position: center 58%;
  transform: scale(1.06);
}
.visual-grid .visual-card:nth-child(3):hover img {
  transform: scale(1.095);
}


/* V7 — Experience section without repeated photos */
.visual-story-no-photos {
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,255,255,.035), transparent 28%),
    radial-gradient(circle at 82% 72%, rgba(255,255,255,.025), transparent 32%),
    #080808;
}

.signature-stage {
  position: relative;
  min-height: 760px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(255,255,255,.02), transparent 38%),
    radial-gradient(circle at 50% 52%, rgba(255,255,255,.045), transparent 25%),
    #0a0a0a;
}

.signature-stage::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.signature-stage::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: linear-gradient(transparent, rgba(255,255,255,.16), transparent);
  opacity: .55;
}

.signature-orbit {
  position: absolute;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.orbit-one {
  width: 620px;
  height: 620px;
}

.orbit-two {
  width: 930px;
  height: 340px;
  transform: rotate(24deg);
  border-color: rgba(255,255,255,.08);
}

.signature-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: .19;
}

.glow-one {
  width: 220px;
  height: 220px;
  background: #ffffff;
  left: 20%;
  top: 21%;
}

.glow-two {
  width: 170px;
  height: 170px;
  background: #ffffff;
  right: 18%;
  bottom: 20%;
  opacity: .1;
}

.signature-wordmark {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.signature-index {
  margin-bottom: 34px;
  color: #77736d;
  font-size: 9px;
  letter-spacing: .25em;
}

.signature-wordmark strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(82px, 12vw, 190px);
  line-height: .7;
  font-weight: 500;
  letter-spacing: -.055em;
}

.signature-wordmark small {
  margin-top: 32px;
  padding-inline-start: .55em;
  font-size: 10px;
  letter-spacing: .55em;
}

.signature-side {
  position: absolute;
  z-index: 3;
  top: 50%;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #8d8981;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.signature-side span {
  color: #4f4b46;
  font-size: 8px;
}

.signature-side p {
  margin: 0;
}

.signature-side-left {
  left: 42px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
}

.signature-side-right {
  right: 42px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
}

.signature-bottom {
  position: absolute;
  z-index: 3;
  left: 42px;
  right: 42px;
  bottom: 34px;
  display: flex;
  justify-content: space-between;
  color: #66625c;
  font-size: 8px;
  letter-spacing: .22em;
}

.signature-principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-inline-start: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.signature-principles article {
  min-height: 270px;
  padding: 36px;
  border-inline-end: 1px solid var(--line);
}

.signature-principles span {
  color: #55514c;
  font-size: 9px;
  letter-spacing: .18em;
}

.signature-principles h3 {
  margin: 74px 0 16px;
  font-size: 38px;
}

.signature-principles p {
  max-width: 300px;
  margin: 0;
  color: #97938b;
  font-size: 13px;
  line-height: 1.8;
}

.product-media img {
  object-fit: cover;
  object-position: center 60%;
  image-rendering: auto;
}

.cart-item img {
  object-position: center 60%;
}

@media (max-width: 900px) {
  .signature-stage {
    min-height: 620px;
  }

  .orbit-one {
    width: 470px;
    height: 470px;
  }

  .orbit-two {
    width: 700px;
    height: 260px;
  }

  .signature-principles {
    grid-template-columns: 1fr;
  }

  .signature-principles article {
    min-height: 230px;
  }

  .signature-principles h3 {
    margin-top: 56px;
  }
}

@media (max-width: 520px) {
  .signature-stage {
    min-height: 540px;
  }

  .signature-stage::before {
    inset: 14px;
  }

  .orbit-one {
    width: 340px;
    height: 340px;
  }

  .orbit-two {
    width: 500px;
    height: 210px;
  }

  .signature-wordmark strong {
    font-size: clamp(68px, 23vw, 110px);
  }

  .signature-side {
    display: none;
  }

  .signature-bottom {
    left: 22px;
    right: 22px;
    bottom: 22px;
    gap: 20px;
    font-size: 7px;
  }

  .signature-principles article {
    padding: 30px 24px;
  }
}


/* V8 — TWO PERFUME COLLECTION */
.collection {
  padding: 10vw 5vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.collection-head {
  display: grid;
  grid-template-columns: 1.1fr .75fr;
  gap: 10vw;
  align-items: end;
  margin-bottom: 70px;
}

.collection-head h2 {
  font-size: clamp(52px, 6vw, 94px);
  line-height: .93;
  letter-spacing: -.045em;
}

html[dir="rtl"] .collection-head h2 {
  line-height: 1.08;
  letter-spacing: -.025em;
}

.collection-head > p {
  margin: 0 0 10px;
  color: #aaa69e;
  font-size: 15px;
  line-height: 1.9;
}

.collection-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.product-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: #0b0b0b;
}

.product-card-media {
  position: relative;
  height: min(72vw, 820px);
  max-height: 820px;
  overflow: hidden;
  background: #101010;
}

.product-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s cubic-bezier(.2,.65,.2,1);
}

.product-card-dark .product-card-media img {
  object-position: center 60%;
}

.product-card-light .product-card-media img {
  object-position: center 52%;
}

.product-card:hover .product-card-media img {
  transform: scale(1.025);
}

.product-card-media > span {
  position: absolute;
  inset-inline-start: 22px;
  bottom: 20px;
  padding: 8px 10px;
  background: rgba(0,0,0,.44);
  backdrop-filter: blur(9px);
  color: #d7d2ca;
  font-size: 8px;
  letter-spacing: .2em;
}

.product-card-body {
  padding: 44px;
}

.product-card-body .eyebrow {
  margin-bottom: 17px;
}

.product-card-body h3 {
  font-size: clamp(48px, 4.7vw, 76px);
  line-height: .95;
  letter-spacing: -.04em;
}

.product-card-body > p:not(.eyebrow) {
  min-height: 84px;
  margin: 26px 0 34px;
  color: #aaa69e;
  font-size: 14px;
  line-height: 1.85;
}

.product-card-meta {
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.product-card-meta span {
  color: #8e8a82;
  font-size: 9px;
  letter-spacing: .17em;
}

.product-card-meta strong {
  font-size: 14px;
  font-weight: 500;
}

.product-add {
  width: 100%;
  margin-top: 28px;
}

.collection-delivery {
  min-height: 88px;
  margin-top: 20px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid var(--line);
}

.collection-delivery span {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
}

html[dir="rtl"] .collection-delivery span {
  font-family: Heebo, Arial, sans-serif;
  font-weight: 300;
}

.collection-delivery strong {
  color: #aaa69e;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
}

.cart-items {
  max-height: 48vh;
  overflow: auto;
  scrollbar-width: thin;
}

.cart-item-dynamic {
  grid-template-columns: 88px 1fr auto;
}

.cart-product-copy {
  min-width: 0;
}

.cart-product-copy strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 23px;
  font-weight: 500;
}

html[dir="rtl"] .cart-product-copy strong {
  font-family: Heebo, Arial, sans-serif;
  font-weight: 400;
}

.cart-qty {
  margin-top: auto;
  width: 92px;
  min-height: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid var(--line);
}

.cart-qty button,
.cart-qty b {
  border: 0;
  background: transparent;
  color: var(--text);
  display: grid;
  place-items: center;
  font-size: 11px;
}

.cart-qty button {
  cursor: pointer;
}

.cart-line-total {
  font-size: 12px;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .collection-head {
    grid-template-columns: 1fr;
    gap: 30px;
  }

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

  .product-card-media {
    height: 78vh;
    min-height: 600px;
  }

  .product-card-body {
    padding: 38px 28px;
  }
}

@media (max-width: 520px) {
  .collection {
    padding-inline: 18px;
  }

  .product-card-media {
    min-height: 520px;
    height: 70vh;
  }

  .product-card-body {
    padding: 34px 22px;
  }

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

  .collection-delivery {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 22px;
  }

  .cart-item-dynamic {
    grid-template-columns: 74px 1fr auto;
    gap: 12px;
  }

  .cart-item-dynamic img {
    height: 98px;
  }
}


/* ==========================================================
   V9 — APPROVED LUXURY COLLECTION DIRECTION
   ========================================================== */

:root {
  --gold: #c59b62;
  --gold-soft: #aa814f;
  --black: #050505;
}

.top-info-bar {
  position: fixed;
  z-index: 60;
  inset: 0 0 auto 0;
  min-height: 58px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: stretch;
  background: #070707;
  border-bottom: 1px solid rgba(197,155,98,.28);
}

.top-info-bar > div {
  min-width: 0;
  padding: 10px 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  border-inline-end: 1px solid rgba(197,155,98,.22);
}

.top-info-bar > div:last-child {
  border-inline-end: 0;
}

.top-info-bar strong {
  color: #f2efe8;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.top-info-bar span {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .04em;
  white-space: nowrap;
}

.header-luxury {
  top: 58px;
  height: 92px;
  background: rgba(2,2,2,.88);
  border-bottom: 1px solid rgba(255,255,255,.08);
}

body {
  padding-top: 58px;
}

.header-luxury .brand {
  justify-self: start;
}

.header-luxury .brand span {
  font-size: 29px;
}

.collection-luxury {
  padding: 9vw 0 0;
  background:
    radial-gradient(circle at 50% 38%, rgba(255,255,255,.028), transparent 28%),
    #050505;
}

.collection-head-centered {
  display: block;
  max-width: 900px;
  margin: 0 auto 46px;
  padding: 0 24px;
  text-align: center;
}

.collection-head-centered .eyebrow {
  color: var(--gold);
  margin-bottom: 18px;
}

.collection-head-centered h2 {
  font-size: clamp(54px, 6vw, 90px);
}

.gold-divider {
  display: block;
  width: 320px;
  max-width: 70%;
  height: 1px;
  margin: 28px auto 20px;
  background:
    linear-gradient(90deg,
      transparent,
      rgba(197,155,98,.8) 42%,
      var(--gold) 49%,
      var(--gold) 51%,
      rgba(197,155,98,.8) 58%,
      transparent);
  position: relative;
}

.gold-divider::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold);
}

.collection-intro {
  max-width: 640px;
  margin: 0 auto;
  color: #d1ccc3;
  font-size: 16px;
  line-height: 1.8;
}

.luxury-products-stage {
  min-height: 650px;
  padding: 10px 5vw 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 38px;
  align-items: end;
  overflow: hidden;
}

.luxury-product {
  min-width: 0;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  align-items: end;
  gap: 8px;
}

.luxury-product-right {
  grid-template-columns: 1.28fr .72fr;
}

.luxury-bottle-wrap {
  min-height: 590px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
  background: #050505;
}

.luxury-bottle-wrap img {
  width: 100%;
  height: 590px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.luxury-product-copy {
  min-width: 0;
  padding: 0 12px 72px;
}

.luxury-product-left .luxury-product-copy {
  text-align: end;
}

.luxury-product-right .luxury-product-copy {
  text-align: start;
}

.luxury-product-number {
  margin: 0 0 14px;
  color: #69645d;
  font-size: 8px;
  letter-spacing: .2em;
}

.luxury-product-copy h3 {
  color: var(--gold);
  font-size: clamp(33px, 3vw, 50px);
  line-height: .95;
  letter-spacing: -.025em;
}

.luxury-subtitle {
  display: block;
  margin-top: 12px;
  color: #f1eee7;
  font-size: 10px;
  letter-spacing: .16em;
}

.luxury-small-line {
  display: block;
  width: 150px;
  max-width: 100%;
  height: 1px;
  margin: 28px 0 22px;
  background: rgba(197,155,98,.58);
}

.luxury-product-left .luxury-small-line {
  margin-inline-start: auto;
}

.luxury-product-copy > p:not(.luxury-product-number) {
  min-height: 78px;
  margin: 0;
  color: #c1bcb3;
  font-size: 13px;
  line-height: 1.8;
}

.luxury-price {
  display: block;
  margin-top: 26px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}

.luxury-add-button {
  min-width: 205px;
  min-height: 54px;
  margin-top: 28px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  background: transparent;
  color: #f4f1ea;
  cursor: pointer;
  font-size: 12px;
  transition: background .25s ease, color .25s ease, transform .25s ease;
}

.luxury-add-button:hover {
  background: var(--gold);
  color: #050505;
  transform: translateY(-2px);
}

.luxury-service-strip {
  min-height: 105px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(197,155,98,.24);
  border-bottom: 1px solid rgba(197,155,98,.16);
  background: #050505;
}

.luxury-service-strip > div {
  padding: 24px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  text-align: center;
  border-inline-end: 1px solid rgba(197,155,98,.22);
}

.luxury-service-strip > div:last-child {
  border-inline-end: 0;
}

.luxury-service-strip strong {
  color: #f3efe8;
  font-size: 12px;
  font-weight: 500;
}

.luxury-service-strip span {
  color: #8f8a81;
  font-size: 10px;
}

@media (max-width: 1100px) {
  .luxury-products-stage {
    grid-template-columns: 1fr;
    gap: 0;
    padding-inline: 4vw;
  }

  .luxury-product,
  .luxury-product-right {
    grid-template-columns: 1fr 1.3fr;
    min-height: 600px;
    border-top: 1px solid rgba(255,255,255,.08);
  }

  .luxury-product-right .luxury-bottle-wrap {
    order: 2;
  }

  .luxury-product-right .luxury-product-copy {
    order: 1;
  }

  .luxury-product-left .luxury-product-copy,
  .luxury-product-right .luxury-product-copy {
    text-align: start;
  }

  .luxury-product-left .luxury-small-line {
    margin-inline-start: 0;
  }

  .luxury-bottle-wrap {
    min-height: 560px;
  }

  .luxury-bottle-wrap img {
    height: 560px;
  }
}

@media (max-width: 900px) {
  .top-info-bar {
    grid-template-columns: repeat(2, 1fr);
    position: relative;
  }

  .top-info-bar > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(197,155,98,.18);
  }

  .top-info-bar > div:nth-child(2) {
    border-inline-end: 0;
  }

  body {
    padding-top: 0;
  }

  .header-luxury {
    top: 0;
  }

  .collection-luxury {
    padding-top: 100px;
  }

  .luxury-products-stage {
    padding-inline: 18px;
  }

  .luxury-product,
  .luxury-product-right {
    grid-template-columns: 1fr;
    min-height: auto;
    gap: 0;
  }

  .luxury-product-left .luxury-product-copy,
  .luxury-product-right .luxury-product-copy {
    order: 2;
    padding: 38px 18px 70px;
    text-align: center;
  }

  .luxury-product-left .luxury-small-line,
  .luxury-product-right .luxury-small-line {
    margin-inline: auto;
  }

  .luxury-product-left .luxury-bottle-wrap,
  .luxury-product-right .luxury-bottle-wrap {
    order: 1;
  }

  .luxury-bottle-wrap {
    min-height: 610px;
  }

  .luxury-bottle-wrap img {
    width: min(520px, 100%);
    height: 610px;
    object-fit: cover;
  }

  .luxury-service-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .luxury-service-strip > div:nth-child(2) {
    border-inline-end: 0;
  }

  .luxury-service-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(197,155,98,.18);
  }
}

@media (max-width: 520px) {
  .top-info-bar {
    min-height: auto;
  }

  .top-info-bar > div {
    padding: 10px 8px;
    gap: 6px;
    flex-direction: column;
  }

  .top-info-bar strong {
    font-size: 10px;
  }

  .top-info-bar span {
    font-size: 8px;
  }

  .collection-head-centered h2 {
    font-size: 46px;
  }

  .collection-intro {
    font-size: 14px;
  }

  .luxury-bottle-wrap {
    min-height: 500px;
  }

  .luxury-bottle-wrap img {
    height: 500px;
  }

  .luxury-service-strip {
    grid-template-columns: 1fr;
  }

  .luxury-service-strip > div {
    min-height: 86px;
    border-inline-end: 0;
    border-bottom: 1px solid rgba(197,155,98,.18);
  }
}


/* ==========================================================
   V10 — CLEAN HEADER + CLEAN MATCHED PRODUCT VISUALS
   ========================================================== */

.top-info-bar {
  display: none !important;
}

body {
  padding-top: 0 !important;
}

.header-luxury {
  top: 0 !important;
}

.luxury-bottle-wrap {
  background: #050505;
}

.luxury-bottle-wrap img {
  object-fit: cover;
  object-position: center center;
  transform: none !important;
}

.luxury-product:hover .luxury-bottle-wrap img {
  transform: none !important;
}

/* Cart image stability */
.cart-item-dynamic img {
  display: block;
  width: 88px;
  height: 114px;
  object-fit: cover;
  object-position: center center;
  background: #050505;
}

@media (max-width: 520px) {
  .cart-item-dynamic img {
    width: 74px;
    height: 98px;
  }
}


/* ==========================================================
   V11 — DELIVERY OR STORE PICKUP
   ========================================================== */

.fulfillment-choice {
  margin-top: 28px;
  padding: 20px 0 4px;
  border-top: 1px solid var(--line);
}

.fulfillment-title {
  margin: 0 0 14px;
  color: #aaa69e;
  font-size: 10px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.fulfillment-option {
  position: relative;
  min-height: 72px;
  margin-bottom: 9px;
  padding: 14px 15px;
  display: grid;
  grid-template-columns: 20px 1fr auto;
  gap: 13px;
  align-items: center;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: border-color .25s ease, background .25s ease;
}

.fulfillment-option:hover {
  border-color: rgba(197,155,98,.55);
}

.fulfillment-option:has(input:checked) {
  border-color: var(--gold);
  background: rgba(197,155,98,.055);
}

.fulfillment-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fulfillment-radio {
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #77736d;
  border-radius: 50%;
  position: relative;
}

.fulfillment-option input:checked + .fulfillment-radio {
  border-color: var(--gold);
}

.fulfillment-option input:checked + .fulfillment-radio::after {
  content: "";
  position: absolute;
  inset: 3px;
  border-radius: 50%;
  background: var(--gold);
}

.fulfillment-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.fulfillment-copy strong {
  color: #f1eee7;
  font-size: 12px;
  font-weight: 500;
}

.fulfillment-copy small {
  color: #8f8a81;
  font-size: 9px;
  line-height: 1.5;
}

.fulfillment-option > b {
  color: #d6d1c8;
  font-size: 11px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .fulfillment-option {
    grid-template-columns: 18px 1fr auto;
    gap: 10px;
    padding: 13px 12px;
  }

  .fulfillment-copy strong {
    font-size: 11px;
  }

  .fulfillment-copy small {
    font-size: 8px;
  }
}


/* ==========================================================
   V12 — SMALLER PERFUME BOTTLES
   ========================================================== */

.luxury-products-stage {
  min-height: 560px;
}

.luxury-bottle-wrap {
  min-height: 500px;
  align-items: flex-end;
}

.luxury-bottle-wrap img {
  width: 82%;
  height: 500px;
  object-fit: cover;
  object-position: center center;
  margin: 0 auto;
}

.luxury-product-copy {
  padding-bottom: 58px;
}

@media (max-width: 1100px) {
  .luxury-product,
  .luxury-product-right {
    min-height: 540px;
  }

  .luxury-bottle-wrap {
    min-height: 500px;
  }

  .luxury-bottle-wrap img {
    width: 78%;
    height: 500px;
  }
}

@media (max-width: 900px) {
  .luxury-bottle-wrap {
    min-height: 500px;
  }

  .luxury-bottle-wrap img {
    width: min(420px, 78%);
    height: 500px;
  }
}

@media (max-width: 520px) {
  .luxury-bottle-wrap {
    min-height: 430px;
  }

  .luxury-bottle-wrap img {
    width: 76%;
    height: 430px;
  }
}
