/* ==========================================================================
   CASA VELLORI — HOUSE SYSTEM 06
   A complete editorial layer above the supplied collection and content.
   ========================================================================== */

:root {
  --bg: #070706;
  --bg-2: #0d0c0a;
  --panel: #11100d;
  --panel-2: #17140f;
  --gold: #b99754;
  --gold-bright: #dfc27d;
  --gold-deep: #70562d;
  --ivory: #e8e2d5;
  --ivory-dark: #c4bbab;
  --ink: #11100e;
  --text: #eee9df;
  --muted: #776f63;
  --muted-2: #aaa194;
  --line: rgba(211, 178, 105, .24);
  --line-soft: rgba(239, 233, 221, .075);
  --maxw: 1600px;
  --cv-gutter: clamp(22px, 4.2vw, 72px);
  --cv-section: clamp(96px, 12vw, 190px);
  --cv-display: "Cormorant Garamond", Georgia, serif;
  --cv-caps: "Cinzel", Georgia, serif;
  --cv-sans: "Jost", Arial, sans-serif;
}

html {
  background: var(--bg);
}

body {
  position: relative;
  background:
    radial-gradient(circle at 12% 8%, rgba(185, 151, 84, .055), transparent 28%),
    radial-gradient(circle at 88% 64%, rgba(64, 72, 84, .08), transparent 32%),
    var(--bg);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(rgba(255, 255, 255, .018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  -webkit-mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

body > * {
  position: relative;
  z-index: 1;
}

::selection {
  background: var(--gold-bright);
  color: var(--ink);
}

/* --- House navigation ---------------------------------------------------- */

.topbar {
  position: relative;
  z-index: 80;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-bottom-color: rgba(255, 255, 255, .045);
  background: #030303;
}

.topbar p {
  min-width: max-content;
  margin-left: 100vw;
  color: #8f877b;
  font-size: 8px;
  letter-spacing: .42em;
  animation:
    cv-topbar-enter 1s .55s var(--cv-ease) both,
    cv-house-ticker 32s 1.6s linear infinite !important;
}

.topbar .dot {
  color: var(--gold-bright);
}

.nav {
  z-index: 72;
  background: rgba(7, 7, 6, .86);
  border-bottom-color: rgba(232, 226, 213, .07);
  backdrop-filter: blur(24px) saturate(1.18);
  transition:
    background .5s ease,
    box-shadow .5s ease,
    transform .5s var(--cv-ease);
}

.nav.cv-nav-scrolled {
  background: rgba(5, 5, 4, .96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .32);
}

.nav-inner {
  min-height: 84px;
  padding: 8px var(--cv-gutter);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.nav-left {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.nav-inner > nav {
  grid-column: 1;
  grid-row: 1;
  justify-self: start;
}

.icons {
  grid-column: 3;
  grid-row: 1;
}

.brand-logo {
  height: 58px;
  max-width: min(230px, 25vw);
}

.menu {
  justify-content: flex-start;
  gap: clamp(18px, 2.1vw, 38px);
}

.menu > li > a {
  color: #c4bdb1;
  font-size: 9px;
  letter-spacing: .32em;
}

.menu > li > a::after {
  bottom: 9px;
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
}

.icons {
  gap: clamp(13px, 1.7vw, 24px);
}

.icons svg {
  width: 18px;
  height: 18px;
  stroke-width: 1.1;
}

.drop {
  min-width: 270px;
  padding: 24px 0;
  border-color: rgba(216, 185, 111, .16);
  background: rgba(8, 7, 5, .98);
  box-shadow: 0 40px 100px rgba(0, 0, 0, .64);
}

.drop a {
  padding: 11px 30px;
  font-size: 9px;
  letter-spacing: .28em;
}

.btn {
  min-height: 54px;
  padding: 16px 30px;
  border-radius: 0;
  font-size: 9px;
  letter-spacing: .34em;
}

.btn-gold {
  background: linear-gradient(110deg, #9d7c40, #d4b46d 50%, #ae8b4a);
  box-shadow: inset 0 0 0 1px rgba(255, 244, 207, .2);
}

.btn-ghost {
  border-color: rgba(216, 185, 111, .52);
  background: rgba(8, 7, 5, .18);
  backdrop-filter: blur(12px);
}

/* --- Persistent house details ------------------------------------------- */

.cv-house-index {
  position: fixed;
  z-index: 65;
  top: 50%;
  right: 12px;
  display: grid;
  justify-items: center;
  gap: 11px;
  pointer-events: none;
  color: rgba(232, 226, 213, .56);
  transform: translateY(-50%);
}

.cv-house-index::before,
.cv-house-index::after {
  content: "";
  width: 1px;
  height: 44px;
  background: linear-gradient(transparent, rgba(216, 185, 111, .5));
}

.cv-house-index::after {
  transform: rotate(180deg);
}

.cv-house-index span {
  writing-mode: vertical-rl;
  font-size: 7px;
  letter-spacing: .44em;
  text-transform: uppercase;
}

.cv-cursor-ring,
.cv-cursor-dot {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0;
}

.cv-cursor-ring {
  width: 54px;
  height: 54px;
  margin: -27px 0 0 -27px;
  border: 1px solid rgba(216, 185, 111, .54);
  transition:
    width .3s var(--cv-ease),
    height .3s var(--cv-ease),
    margin .3s var(--cv-ease),
    border-color .3s ease,
    background .3s ease,
    opacity .3s ease;
}

.cv-cursor-dot {
  width: 4px;
  height: 4px;
  margin: -2px 0 0 -2px;
  background: var(--gold-bright);
  box-shadow: 0 0 14px rgba(216, 185, 111, .8);
  transition: opacity .3s ease;
}

body.cv-cursor-active .cv-cursor-ring,
body.cv-cursor-active .cv-cursor-dot {
  opacity: 1;
}

body.cv-cursor-link .cv-cursor-ring {
  width: 82px;
  height: 82px;
  margin: -41px 0 0 -41px;
  border-color: rgba(216, 185, 111, .22);
  background: rgba(216, 185, 111, .055);
}

/* --- New home hero ------------------------------------------------------- */

.cv-home-hero {
  position: relative;
  min-height: min(920px, calc(100vh - 30px));
  overflow: hidden;
  border-bottom: 0;
  background: #080807;
  isolation: isolate;
}

.cv-home-hero::before {
  z-index: 2;
  background:
    linear-gradient(90deg, rgba(4, 4, 4, .9) 0%, rgba(5, 5, 5, .42) 40%, transparent 70%),
    linear-gradient(0deg, rgba(5, 5, 4, .9), transparent 42%);
}

.cv-home-hero::after {
  z-index: 3;
}

.cv-hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  transform: translate3d(0, var(--cv-parallax-y, 0px), 0) scale(1.04);
}

.cv-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  filter: saturate(.84) contrast(1.06) brightness(.82);
  transform: scale(1.035);
  animation: cv-hero-image-arrive 2.4s .25s var(--cv-ease) both;
}

.cv-hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 4, 3, .82), rgba(4, 4, 3, .17) 46%, rgba(4, 4, 3, .04)),
    linear-gradient(0deg, #070706 0, transparent 23%),
    radial-gradient(circle at 80% 36%, transparent 0 16%, rgba(0, 0, 0, .18) 70%);
}

.cv-hero-grid {
  position: relative;
  z-index: 4;
  min-height: inherit;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 120px;
  align-items: center;
  padding: 7vh var(--cv-gutter) 5vh;
}

.cv-hero-coordinate {
  justify-self: start;
  color: rgba(235, 228, 215, .58);
  font-size: 8px;
  letter-spacing: .42em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.cv-hero-copy {
  width: min(850px, 72vw);
  padding-left: clamp(10px, 6vw, 96px);
}

.cv-hero-kicker {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 32px;
  color: var(--gold-bright);
  font-size: 9px;
  letter-spacing: .48em;
  text-transform: uppercase;
  animation: cv-copy-rise 1s 1.05s var(--cv-ease) both;
}

.cv-hero-kicker::before {
  content: "";
  width: 46px;
  height: 1px;
  background: var(--gold);
}

.cv-home-hero h1 {
  margin: 0;
  color: var(--ivory);
  font-family: var(--cv-display);
  font-weight: 300;
  line-height: .72;
  letter-spacing: -.055em;
  text-transform: uppercase;
}

.cv-home-hero h1 span {
  display: block;
  width: max-content;
  font-size: clamp(92px, 12.5vw, 214px);
  transform-origin: 0 100%;
  animation: cv-title-reveal 1.3s 1.12s var(--cv-ease) both;
}

.cv-home-hero h1 span:first-child {
  margin-left: -.07em;
}

.cv-home-hero h1 .cv-hero-second {
  margin-top: .14em;
  margin-left: clamp(36px, 10vw, 175px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 226, 213, .76);
  animation-delay: 1.26s;
}

.cv-hero-statement {
  max-width: 520px;
  margin: clamp(38px, 5vh, 70px) 0 32px clamp(40px, 10vw, 180px);
  color: #c1b9aa;
  font-family: var(--cv-display);
  font-size: clamp(19px, 1.7vw, 28px);
  font-style: italic;
  line-height: 1.42;
  animation: cv-copy-rise 1s 1.42s var(--cv-ease) both;
}

.cv-hero-actions {
  display: flex;
  gap: 14px;
  margin-left: clamp(40px, 10vw, 180px);
  animation: cv-copy-rise 1s 1.54s var(--cv-ease) both;
}

.cv-hero-chapter {
  align-self: end;
  justify-self: end;
  padding-bottom: 7vh;
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: 17px;
  letter-spacing: .12em;
  animation: cv-copy-rise 1s 1.58s var(--cv-ease) both;
}

.cv-hero-chapter span {
  color: var(--gold);
  font-size: 11px;
}

.cv-hero-watermark {
  position: absolute;
  z-index: 1;
  right: -2vw;
  bottom: -9vh;
  color: rgba(232, 226, 213, .025);
  font-family: var(--cv-caps);
  font-size: clamp(150px, 26vw, 430px);
  line-height: .75;
  letter-spacing: -.08em;
  white-space: nowrap;
  user-select: none;
}

.cv-scroll-cue {
  position: absolute;
  z-index: 5;
  bottom: 28px;
  left: 50%;
  display: grid;
  justify-items: center;
  gap: 10px;
  color: rgba(232, 226, 213, .52);
  font-size: 7px;
  letter-spacing: .42em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.cv-scroll-cue::after {
  content: "";
  width: 1px;
  height: 42px;
  background: linear-gradient(var(--gold-bright), transparent);
  animation: cv-scroll-line 1.8s ease-in-out infinite;
}

/* --- Manifesto ----------------------------------------------------------- */

.cv-manifesto {
  position: relative;
  overflow: hidden;
  padding: var(--cv-section) var(--cv-gutter);
  color: var(--ink);
  background:
    linear-gradient(120deg, rgba(185, 151, 84, .1), transparent 36%),
    #ded7ca;
}

.cv-manifesto::before {
  content: "V";
  position: absolute;
  top: 50%;
  right: 1vw;
  color: rgba(17, 16, 14, .035);
  font-family: var(--cv-caps);
  font-size: min(65vw, 850px);
  line-height: .7;
  transform: translateY(-50%);
}

.cv-manifesto-grid {
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: clamp(40px, 8vw, 140px);
}

.cv-manifesto-index {
  padding-top: 18px;
  font-size: 9px;
  letter-spacing: .36em;
  text-transform: uppercase;
}

.cv-manifesto-index::after {
  content: "";
  display: block;
  width: 1px;
  height: 110px;
  margin: 24px 0 0 4px;
  background: linear-gradient(#755c32, transparent);
}

.cv-manifesto h2 {
  max-width: 1120px;
  font-family: var(--cv-display);
  font-size: clamp(48px, 7.1vw, 116px);
  font-weight: 300;
  line-height: .97;
  letter-spacing: -.035em;
}

.cv-manifesto h2 em {
  color: #8a6933;
  font-weight: 400;
}

.cv-manifesto-bottom {
  margin-top: clamp(60px, 8vw, 120px);
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(130px, 190px));
  gap: 28px;
  align-items: end;
  border-top: 1px solid rgba(17, 16, 14, .18);
  padding-top: 28px;
}

.cv-manifesto-bottom > p {
  max-width: 570px;
  color: #49443c;
  font-family: var(--cv-display);
  font-size: 21px;
  line-height: 1.55;
}

.cv-stat {
  border-left: 1px solid rgba(17, 16, 14, .16);
  padding-left: 22px;
}

.cv-stat strong {
  display: block;
  color: #7a5e32;
  font-family: var(--cv-display);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
}

.cv-stat span {
  display: block;
  margin-top: 10px;
  color: #686158;
  font-size: 8px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

/* --- Product dossier ----------------------------------------------------- */

.cv-dossier {
  padding: var(--cv-section) var(--cv-gutter);
  background:
    radial-gradient(circle at 78% 18%, rgba(185, 151, 84, .08), transparent 24%),
    var(--bg);
}

.cv-section-head {
  max-width: 1500px;
  margin: 0 auto clamp(55px, 7vw, 105px);
  display: grid;
  grid-template-columns: 120px 1fr auto;
  align-items: end;
  gap: 36px;
}

.cv-section-no {
  color: var(--gold);
  font-size: 9px;
  letter-spacing: .42em;
  text-transform: uppercase;
}

.cv-section-head h2 {
  font-family: var(--cv-display);
  font-size: clamp(54px, 7vw, 112px);
  font-weight: 300;
  line-height: .86;
  letter-spacing: -.04em;
}

.cv-section-head h2 em {
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 226, 213, .56);
}

.cv-text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(216, 185, 111, .36);
  color: #bbb2a4;
  font-size: 8px;
  letter-spacing: .36em;
  text-transform: uppercase;
}

.cv-text-link span {
  color: var(--gold-bright);
  font-size: 18px;
  transition: transform .4s var(--cv-ease);
}

.cv-text-link:hover span {
  transform: translateX(8px);
}

.cv-dossier-grid {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: clamp(22px, 4vw, 70px);
}

.cv-dossier-main,
.cv-dossier-side {
  display: grid;
  gap: clamp(22px, 3vw, 48px);
}

.cv-dossier-side {
  padding-top: clamp(80px, 12vw, 190px);
}

.cv-object {
  position: relative;
}

.cv-object-stage {
  position: relative;
}

.cv-object-media {
  position: relative;
  display: block;
  overflow: hidden;
  background: #12100c;
}

.cv-object-large .cv-object-media {
  aspect-ratio: 1 / 1.12;
}

.cv-object-small .cv-object-media {
  aspect-ratio: 4 / 5;
}

.cv-object-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.25s var(--cv-ease), filter .8s ease;
}

.cv-object:hover .cv-object-media img {
  transform: scale(1.055);
  filter: contrast(1.04) brightness(1.03);
}

.cv-object-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 64%, rgba(5, 5, 4, .78));
}

.cv-object-badge {
  position: absolute;
  z-index: 2;
  top: 24px;
  left: 24px;
  padding: 8px 12px;
  border: 1px solid rgba(216, 185, 111, .38);
  color: var(--gold-bright);
  background: rgba(6, 5, 4, .7);
  backdrop-filter: blur(10px);
  font-size: 7px;
  letter-spacing: .38em;
  text-transform: uppercase;
}

.cv-object-quick {
  position: absolute;
  z-index: 3;
  right: 18px;
  bottom: 18px;
  left: 18px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  color: var(--ink);
  background: rgba(220, 190, 121, .94);
  font-size: 8px;
  letter-spacing: .32em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .4s ease, transform .5s var(--cv-ease);
}

.cv-object:hover .cv-object-quick {
  opacity: 1;
  transform: translateY(0);
}

.cv-object-meta {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 18px;
  align-items: start;
  padding-top: 20px;
}

.cv-object-meta > span:first-child {
  padding-top: 6px;
  color: var(--gold);
  font-size: 8px;
  letter-spacing: .26em;
}

.cv-object-meta h3 {
  font-family: var(--cv-display);
  font-size: clamp(25px, 2.2vw, 38px);
  font-weight: 400;
  line-height: 1.05;
}

.cv-object-meta p {
  margin-top: 8px;
  color: #908779;
  font-size: 8px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.cv-object-price {
  color: #c6bcad;
  font-size: 11px;
  letter-spacing: .18em;
}

/* --- Campaign chapter ---------------------------------------------------- */

.cv-campaign {
  position: relative;
  min-height: min(980px, 96vh);
  display: grid;
  align-items: end;
  overflow: hidden;
  isolation: isolate;
}

.cv-campaign > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.78) contrast(1.07) brightness(.76);
  transform: translate3d(0, var(--cv-parallax-y, 0px), 0) scale(1.11);
}

.cv-campaign::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(5, 5, 4, .8), transparent 60%),
    linear-gradient(0deg, rgba(5, 5, 4, .95), transparent 58%);
}

.cv-campaign-inner {
  width: 100%;
  padding: 10vh var(--cv-gutter) 8vh;
}

.cv-campaign-meta {
  display: flex;
  justify-content: space-between;
  margin-bottom: 26vh;
  color: rgba(238, 233, 223, .7);
  font-size: 8px;
  letter-spacing: .4em;
  text-transform: uppercase;
}

.cv-campaign-title {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.cv-campaign h2 {
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: clamp(75px, 13.2vw, 218px);
  font-weight: 300;
  line-height: .68;
  letter-spacing: -.06em;
  text-transform: uppercase;
}

.cv-campaign h2 span {
  display: block;
  margin-left: .62em;
  color: transparent;
  -webkit-text-stroke: 1px rgba(232, 226, 213, .7);
}

.cv-campaign-copy {
  width: min(370px, 28vw);
  padding-bottom: 8px;
}

.cv-campaign-copy p {
  margin-bottom: 28px;
  color: #bdb5a9;
  font-family: var(--cv-display);
  font-size: 20px;
  line-height: 1.5;
}

/* --- Fragrance salon ----------------------------------------------------- */

.cv-salon {
  padding: var(--cv-section) 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 34%, rgba(60, 67, 77, .16), transparent 32%),
    #090908;
}

.cv-salon .cv-section-head {
  padding: 0 var(--cv-gutter);
}

.cv-salon-intro {
  max-width: 1500px;
  margin: 0 auto 54px;
  padding: 0 var(--cv-gutter);
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}

.cv-salon-intro p {
  max-width: 540px;
  color: #968d80;
  font-family: var(--cv-display);
  font-size: 20px;
  line-height: 1.55;
}

.cv-rail-controls {
  display: flex;
  gap: 10px;
}

.cv-rail-controls button {
  width: 54px;
  height: 54px;
  border: 1px solid var(--line);
  color: var(--gold-bright);
  transition: background .35s ease, color .35s ease, transform .35s var(--cv-ease);
}

.cv-rail-controls button:hover {
  color: var(--ink);
  background: var(--gold-bright);
  transform: translateY(-3px);
}

.cv-fragrance-rail {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(310px, 26vw);
  gap: 22px;
  overflow-x: auto;
  padding: 0 var(--cv-gutter) 22px;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.cv-fragrance-rail::-webkit-scrollbar {
  display: none;
}

.cv-fragrance-card {
  position: relative;
  scroll-snap-align: start;
}

.cv-fragrance-card:nth-child(even) {
  padding-top: 66px;
}

.cv-fragrance-card a {
  display: block;
}

.cv-fragrance-art {
  position: relative;
  aspect-ratio: 4 / 5.35;
  overflow: hidden;
  border: 1px solid rgba(232, 226, 213, .07);
  background: #100f0d;
}

.cv-fragrance-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.1s var(--cv-ease);
}

.cv-fragrance-card:hover img {
  transform: scale(1.06);
}

.cv-fragrance-art::before {
  content: attr(data-number);
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  color: rgba(232, 226, 213, .52);
  font-family: var(--cv-display);
  font-size: 14px;
}

.cv-fragrance-meta {
  padding: 18px 2px 0;
}

.cv-fragrance-meta span {
  color: var(--gold);
  font-size: 7px;
  letter-spacing: .35em;
  text-transform: uppercase;
}

.cv-fragrance-meta h3 {
  margin-top: 7px;
  font-family: var(--cv-display);
  font-size: 28px;
  font-weight: 400;
}

.cv-fragrance-meta p {
  margin-top: 4px;
  color: #887f73;
  font-size: 9px;
  letter-spacing: .16em;
}

/* --- Atelier chapter ----------------------------------------------------- */

.cv-craft {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
  min-height: 850px;
  background: #ddd5c7;
}

.cv-craft-image {
  position: relative;
  overflow: hidden;
}

.cv-craft-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.72) contrast(1.05);
}

.cv-craft-image::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 255, 255, .08);
  box-shadow: inset 0 0 120px rgba(0, 0, 0, .25);
}

.cv-craft-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(70px, 9vw, 150px);
  color: var(--ink);
}

.cv-craft-copy .eyebrow {
  color: #866a3a;
}

.cv-craft-copy h2 {
  margin: 22px 0 34px;
  font-family: var(--cv-display);
  font-size: clamp(55px, 6.4vw, 104px);
  font-weight: 300;
  line-height: .86;
  letter-spacing: -.04em;
}

.cv-craft-copy > p {
  max-width: 520px;
  color: #514b42;
  font-family: var(--cv-display);
  font-size: 21px;
  line-height: 1.58;
}

.cv-craft-list {
  margin: 50px 0;
  border-top: 1px solid rgba(17, 16, 14, .16);
}

.cv-craft-list div {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(17, 16, 14, .14);
  align-items: center;
}

.cv-craft-list span,
.cv-craft-list small {
  color: #756d62;
  font-size: 8px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.cv-craft-list strong {
  font-family: var(--cv-display);
  font-size: 22px;
  font-weight: 400;
}

.cv-craft .cv-text-link {
  align-self: flex-start;
  color: #4c453c;
  border-bottom-color: rgba(111, 84, 43, .34);
}

/* --- Closing invitation ------------------------------------------------- */

.cv-invitation {
  position: relative;
  min-height: 720px;
  display: grid;
  place-items: center;
  overflow: hidden;
  text-align: center;
  isolation: isolate;
}

.cv-invitation > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(.42) saturate(.72);
  transform: translate3d(0, var(--cv-parallax-y, 0px), 0) scale(1.1);
}

.cv-invitation::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at center, transparent, rgba(5, 5, 4, .72) 70%),
    linear-gradient(0deg, rgba(6, 6, 5, .86), transparent 50%);
}

.cv-invitation-inner {
  max-width: 920px;
  padding: 100px var(--cv-gutter);
}

.cv-invitation img.cv-invitation-mark {
  position: static;
  width: 72px;
  height: auto;
  margin: 0 auto 34px;
  filter: drop-shadow(0 0 24px rgba(216, 185, 111, .22));
}

.cv-invitation h2 {
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: clamp(62px, 8.5vw, 136px);
  font-weight: 300;
  line-height: .82;
  letter-spacing: -.04em;
}

.cv-invitation p {
  max-width: 540px;
  margin: 32px auto;
  color: #aaa195;
  font-family: var(--cv-display);
  font-size: 20px;
}

/* --- All internal page headers ------------------------------------------ */

body:not(.cv-page-index) .page-head {
  position: relative;
  min-height: clamp(420px, 55vh, 680px);
  max-width: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 100px var(--cv-gutter) 70px;
  overflow: hidden;
  isolation: isolate;
}

body:not(.cv-page-index) .page-head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--cv-page-art, linear-gradient(135deg, #17130d, #070706));
  background-position: center;
  background-size: cover;
  filter: saturate(.68) brightness(.48);
  transform: scale(1.03);
}

body:not(.cv-page-index) .page-head::after {
  inset: auto var(--cv-gutter) 0;
  z-index: 2;
  height: 1px;
  background: linear-gradient(90deg, var(--gold), transparent 58%);
}

body:not(.cv-page-index) .page-head > * {
  position: relative;
  z-index: 2;
}

body:not(.cv-page-index) .page-head .crumb {
  margin-bottom: auto;
  font-size: 8px;
  letter-spacing: .34em;
}

body:not(.cv-page-index) .page-head .eyebrow {
  color: var(--gold-bright);
}

body:not(.cv-page-index) .page-head h1 {
  max-width: 1200px;
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: clamp(68px, 10vw, 160px);
  font-weight: 300;
  line-height: .76;
  letter-spacing: -.04em;
  text-transform: none;
}

body:not(.cv-page-index) .page-head p {
  max-width: 620px;
  color: #c2b9ad;
  font-size: 19px;
}

body:not(.cv-page-index) .page-head .cv-page-ghost {
  position: absolute;
  z-index: 1;
  right: -2vw;
  bottom: -8vw;
  color: rgba(232, 226, 213, .035);
  font-family: var(--cv-caps);
  font-size: clamp(180px, 31vw, 520px);
  line-height: .7;
  pointer-events: none;
}

.cv-page-shop .page-head {
  --cv-page-art:
    linear-gradient(90deg, rgba(5, 5, 4, .82), rgba(5, 5, 4, .18)),
    url("casa-vellori-editorial-latino-v14.png");
}

.cv-page-new .page-head {
  --cv-page-art:
    linear-gradient(90deg, rgba(5, 5, 4, .82), rgba(5, 5, 4, .15)),
    url("casa-vellori-riviera-latino-v14.png");
}

.cv-page-stores .page-head,
.cv-page-contact .page-head {
  --cv-page-art:
    linear-gradient(90deg, rgba(5, 5, 4, .82), rgba(5, 5, 4, .2)),
    url("casa-vellori-atelier-stilllife.png");
}

.cv-page-service .page-head,
.cv-page-legal .page-head {
  --cv-page-art:
    radial-gradient(circle at 76% 48%, rgba(185, 151, 84, .18), transparent 18%),
    linear-gradient(125deg, #17130d, #050505);
}

/* --- Product architecture ----------------------------------------------- */

.shop-wrap,
.ni-wrap {
  max-width: var(--maxw);
  padding: clamp(70px, 8vw, 120px) var(--cv-gutter) var(--cv-section);
}

.shop-wrap {
  grid-template-columns: 240px minmax(0, 1fr);
  gap: clamp(38px, 5vw, 82px);
}

.side {
  top: 118px;
}

.side h4 {
  color: var(--gold-bright);
  font-size: 8px;
  letter-spacing: .36em;
}

.filter-group button {
  padding: 11px 0;
  font-size: 10px;
  letter-spacing: .2em;
}

.toolbar {
  margin-bottom: 42px;
  padding-bottom: 22px;
}

.pgrid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(38px, 5vw, 78px) clamp(16px, 2vw, 30px);
}

.pcard {
  grid-column: span 4;
}

.pcard:nth-child(6n + 2) {
  margin-top: clamp(40px, 6vw, 100px);
}

.pcard:nth-child(9n + 7) {
  grid-column: span 6;
}

.pcard:nth-child(9n + 8) {
  grid-column: span 6;
  margin-top: clamp(60px, 8vw, 130px);
}

.cv-product-stage {
  position: relative;
}

.pcard .pic {
  display: block;
  border-color: rgba(232, 226, 213, .065);
  background: #100f0d;
}

.pcard .pic::before {
  content: attr(data-cv-index);
  position: absolute;
  z-index: 4;
  right: 13px;
  bottom: 10px;
  color: rgba(232, 226, 213, .54);
  font-family: var(--cv-display);
  font-size: 12px;
}

.pcard .add {
  z-index: 5;
  right: 14px;
  bottom: 14px;
  left: 14px;
  min-height: 50px;
  padding: 0 18px;
  background: linear-gradient(110deg, #a58042, #ddbd72);
  font-size: 8px;
  letter-spacing: .32em;
}

.pcard .pinfo {
  padding-top: 20px;
  text-align: left;
}

.pcard .pcat {
  margin-bottom: 8px;
  font-size: 7px;
  letter-spacing: .34em;
}

.pcard .pname {
  font-size: clamp(21px, 2vw, 31px);
  line-height: 1.03;
}

.pcard .pprice {
  margin-top: 10px;
  font-size: 10px;
}

.pcard .tag {
  top: 14px;
  left: 14px;
  padding: 7px 10px;
  border-color: rgba(216, 185, 111, .38);
  background: rgba(6, 5, 4, .72);
  font-size: 7px;
}

/* Product detail */

.pd {
  max-width: var(--maxw);
  padding: clamp(55px, 7vw, 110px) var(--cv-gutter) var(--cv-section);
}

.pd-grid {
  grid-template-columns: minmax(0, 1.15fr) minmax(380px, .85fr);
  gap: clamp(40px, 7vw, 130px);
}

.pd-gallery {
  position: sticky;
  top: 120px;
  align-self: start;
}

.pd-media {
  min-height: 72vh;
  border-color: rgba(232, 226, 213, .07);
  background: #100f0d;
}

.pd-info {
  padding-top: clamp(40px, 7vw, 100px);
}

.pd-info h1 {
  font-family: var(--cv-display);
  font-size: clamp(48px, 5.8vw, 88px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.035em;
}

.pd-price {
  color: var(--gold-bright);
}

.pd-desc {
  color: #aca294;
  font-family: var(--cv-display);
  font-size: 20px;
  line-height: 1.58;
}

.related {
  max-width: var(--maxw);
  padding-right: var(--cv-gutter);
  padding-left: var(--cv-gutter);
}

.related > h3 {
  font-family: var(--cv-display);
  font-size: clamp(44px, 5vw, 78px);
  font-weight: 300;
}

/* --- Editorial pages ---------------------------------------------------- */

.ed-cover {
  min-height: calc(100vh - 30px);
}

.cv-page-lookbook .ed-cover .bg {
  background-image: url("casa-vellori-riviera-latino-v14.png") !important;
  background-position: center !important;
}

.ed-cover .inner h1 {
  font-family: var(--cv-display);
  font-size: clamp(78px, 13vw, 210px);
  font-weight: 300;
  line-height: .72;
  letter-spacing: -.05em;
}

.ed-intro {
  max-width: 1200px;
  padding-top: var(--cv-section);
  padding-bottom: var(--cv-section);
}

.ed-intro h2 {
  font-family: var(--cv-display);
  font-size: clamp(50px, 7vw, 104px);
  font-weight: 300;
  line-height: .95;
}

.ed-spread {
  min-height: min(860px, 92vh);
}

.ed-spread .ed-body h2,
.ed-full h2 {
  font-family: var(--cv-display);
  font-size: clamp(48px, 6vw, 96px);
  font-weight: 300;
  line-height: .9;
}

.cv-page-atelier .ed-intro {
  position: relative;
}

.cv-page-atelier .ed-intro::after {
  content: "";
  position: absolute;
  top: 18%;
  right: -16%;
  width: 46%;
  aspect-ratio: 4 / 5;
  z-index: -1;
  background: url("casa-vellori-v3-atelier.png") center / cover;
  opacity: .18;
  filter: grayscale(1);
}

.values {
  gap: 1px;
  background: rgba(232, 226, 213, .08);
}

.value {
  background: #0c0b09;
}

/* --- Utility, service and footer ---------------------------------------- */

.st-grid,
.ct,
.doc {
  max-width: var(--maxw);
  margin-right: auto;
  margin-left: auto;
}

.st-grid,
.ct {
  padding-top: clamp(80px, 9vw, 140px);
  padding-bottom: var(--cv-section);
}

.store,
.ct-info,
.form,
.doc,
.acc {
  border-color: rgba(232, 226, 213, .075);
  background: linear-gradient(145deg, rgba(24, 21, 16, .74), rgba(10, 9, 8, .94));
}

.store {
  overflow: hidden;
  transition: transform .6s var(--cv-ease), border-color .4s ease, box-shadow .5s ease;
}

.store:hover {
  border-color: rgba(216, 185, 111, .34);
  box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.field input,
.field textarea,
.field select {
  border-color: rgba(232, 226, 213, .12);
  background: rgba(5, 5, 4, .44);
}

.search {
  background:
    radial-gradient(circle at center, rgba(185, 151, 84, .12), transparent 26%),
    rgba(5, 5, 4, .97);
}

.search input {
  font-family: var(--cv-display);
  font-size: clamp(38px, 6vw, 86px);
}

.bag,
.mdrawer {
  background:
    linear-gradient(145deg, rgba(30, 25, 17, .44), transparent 42%),
    #080706;
}

.foot {
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 30%, rgba(185, 151, 84, .075), transparent 28%),
    #050504;
}

.foot::before {
  content: "CASA VELLORI";
  display: block;
  padding: clamp(70px, 10vw, 150px) var(--cv-gutter) 0;
  color: rgba(232, 226, 213, .032);
  font-family: var(--cv-display);
  font-size: clamp(80px, 15vw, 240px);
  line-height: .7;
  letter-spacing: -.05em;
  white-space: nowrap;
}

.foot-top {
  max-width: var(--maxw);
  padding: 74px var(--cv-gutter);
}

.foot-col h4 {
  font-size: 8px;
}

.foot-col a {
  font-size: 11px;
}

.nl {
  min-height: 48px;
  border-color: rgba(216, 185, 111, .26);
}

.foot-bottom {
  max-width: var(--maxw);
  padding-right: var(--cv-gutter);
  padding-left: var(--cv-gutter);
}

/* --- New motion primitives ---------------------------------------------- */

[data-cv-reveal] {
  --cv-enter-delay: 0ms;
  transition:
    opacity 1s var(--cv-ease) var(--cv-enter-delay),
    transform 1.3s var(--cv-ease) var(--cv-enter-delay),
    filter 1.1s var(--cv-ease) var(--cv-enter-delay),
    clip-path 1.25s var(--cv-ease) var(--cv-enter-delay);
}

[data-cv-reveal]:not(.cv-in) {
  opacity: 0;
  filter: blur(11px);
  clip-path: inset(0 0 14% 0);
  transform: translateY(76px) scale(.975);
}

[data-cv-reveal].cv-in {
  opacity: 1;
  filter: blur(0);
  clip-path: inset(0 0 0 0);
  transform: translateY(0) scale(1);
}

[data-cv-reveal="left"]:not(.cv-in) {
  clip-path: inset(0 100% 0 0);
  transform: translateX(-60px);
}

[data-cv-reveal="right"]:not(.cv-in) {
  clip-path: inset(0 0 0 100%);
  transform: translateX(60px);
}

[data-cv-parallax] {
  will-change: transform;
}

.cv-word {
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
}

.cv-word > span {
  display: inline-block;
  transform: translateY(105%);
  animation: cv-word-rise 1.15s var(--cv-ease) forwards;
}

/* --- Responsive ---------------------------------------------------------- */

@media (max-width: 1180px) {
  .menu {
    gap: 18px;
  }

  .menu > li > a {
    font-size: 8px;
    letter-spacing: .23em;
  }

  .cv-hero-grid {
    grid-template-columns: 50px minmax(0, 1fr) 70px;
  }

  .cv-manifesto-bottom {
    grid-template-columns: 1fr repeat(3, 130px);
  }

  .cv-craft-copy {
    padding: 70px;
  }

  .pcard {
    grid-column: span 6;
  }

  .pcard:nth-child(9n + 7),
  .pcard:nth-child(9n + 8) {
    grid-column: span 6;
  }
}

@media (max-width: 900px) {
  .nav-inner {
    grid-template-columns: auto 1fr auto;
    min-height: 72px;
  }

  .nav-left {
    grid-column: 2;
  }

  .nav-inner > nav {
    grid-column: 1;
  }

  .burger {
    display: flex;
  }

  .brand-logo {
    height: 48px;
    max-width: 180px;
  }

  .icons a {
    display: none;
  }

  .cv-house-index {
    display: none;
  }

  .cv-hero-grid {
    grid-template-columns: 1fr;
    padding-top: 13vh;
    padding-bottom: 12vh;
  }

  .cv-hero-coordinate,
  .cv-hero-chapter {
    display: none;
  }

  .cv-hero-copy {
    width: 100%;
    padding-left: 0;
  }

  .cv-home-hero h1 span {
    font-size: clamp(74px, 17vw, 150px);
  }

  .cv-home-hero h1 .cv-hero-second {
    margin-left: 7vw;
  }

  .cv-hero-statement,
  .cv-hero-actions {
    margin-left: 7vw;
  }

  .cv-manifesto-grid {
    grid-template-columns: 1fr;
  }

  .cv-manifesto-index {
    display: none;
  }

  .cv-manifesto-bottom {
    grid-template-columns: repeat(3, 1fr);
  }

  .cv-manifesto-bottom > p {
    grid-column: 1 / -1;
    margin-bottom: 24px;
  }

  .cv-section-head {
    grid-template-columns: 1fr auto;
  }

  .cv-section-no {
    grid-column: 1 / -1;
  }

  .cv-dossier-grid {
    grid-template-columns: 1fr;
  }

  .cv-dossier-side {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .cv-campaign-title {
    display: block;
  }

  .cv-campaign-copy {
    width: min(520px, 82vw);
    margin-top: 52px;
  }

  .cv-craft {
    grid-template-columns: 1fr;
  }

  .cv-craft-image {
    min-height: 70vh;
  }

  .shop-wrap {
    grid-template-columns: 1fr;
  }

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

  .pd-gallery {
    position: static;
  }

  .pd-media {
    min-height: 65vh;
  }
}

@media (max-width: 620px) {
  :root {
    --cv-gutter: 20px;
    --cv-section: 92px;
  }

  body::before {
    background-size: 54px 54px;
  }

  .topbar {
    height: 26px;
  }

  .topbar p {
    font-size: 7px;
  }

  .nav-inner {
    min-height: 66px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .brand-logo {
    height: 42px;
    max-width: 145px;
  }

  .icons {
    gap: 12px;
  }

  .cv-home-hero {
    min-height: 88svh;
  }

  .cv-hero-media img {
    object-position: 65% center;
  }

  .cv-hero-kicker {
    margin-bottom: 26px;
    font-size: 7px;
  }

  .cv-home-hero h1 span {
    font-size: clamp(62px, 20vw, 102px);
    line-height: .78;
  }

  .cv-hero-statement,
  .cv-hero-actions {
    margin-left: 0;
  }

  .cv-hero-statement {
    max-width: 90%;
    margin-top: 38px;
    font-size: 18px;
  }

  .cv-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cv-hero-actions .btn {
    width: 100%;
  }

  .cv-scroll-cue {
    display: none;
  }

  .cv-manifesto h2 {
    font-size: clamp(43px, 13.5vw, 72px);
  }

  .cv-manifesto-bottom {
    grid-template-columns: 1fr;
  }

  .cv-stat {
    display: flex;
    align-items: center;
    gap: 18px;
  }

  .cv-stat strong {
    font-size: 32px;
  }

  .cv-section-head {
    grid-template-columns: 1fr;
  }

  .cv-section-head h2 {
    font-size: 54px;
  }

  .cv-dossier-side {
    grid-template-columns: 1fr;
  }

  .cv-dossier-side .cv-object:nth-child(2) {
    margin-top: 42px;
  }

  .cv-object-meta {
    grid-template-columns: auto 1fr;
  }

  .cv-object-price {
    grid-column: 2;
  }

  .cv-object-quick {
    opacity: 1;
    transform: none;
  }

  .cv-campaign {
    min-height: 90svh;
  }

  .cv-campaign-meta {
    margin-bottom: 22vh;
  }

  .cv-campaign h2 {
    font-size: 22vw;
  }

  .cv-campaign-copy {
    width: 100%;
    margin-top: 38px;
  }

  .cv-fragrance-rail {
    grid-auto-columns: 76vw;
  }

  .cv-salon-intro {
    align-items: start;
    flex-direction: column;
  }

  .cv-craft-image {
    min-height: 62vh;
  }

  .cv-craft-copy {
    padding: 74px 20px;
  }

  .cv-craft-copy h2 {
    font-size: 58px;
  }

  .cv-craft-list div {
    grid-template-columns: 34px 1fr;
  }

  .cv-craft-list small {
    display: none;
  }

  .cv-invitation {
    min-height: 620px;
  }

  body:not(.cv-page-index) .page-head {
    min-height: 62svh;
    padding-top: 80px;
    padding-bottom: 48px;
  }

  body:not(.cv-page-index) .page-head h1 {
    font-size: clamp(58px, 18vw, 92px);
  }

  .shop-wrap,
  .ni-wrap {
    padding-right: 14px;
    padding-left: 14px;
  }

  .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 12px;
  }

  .pcard,
  .pcard:nth-child(9n + 7),
  .pcard:nth-child(9n + 8) {
    grid-column: span 1;
    margin-top: 0;
  }

  .pcard:nth-child(even) {
    margin-top: 45px;
  }

  .pcard .pname {
    font-size: 18px;
  }

  .pcard .pcat {
    font-size: 6px;
  }

  .pcard .add {
    display: none;
  }

  .pd {
    padding-right: 16px;
    padding-left: 16px;
  }

  .pd-media {
    min-height: 0;
  }

  .foot::before {
    font-size: 24vw;
  }
}

@media (pointer: coarse) {
  .cv-cursor-ring,
  .cv-cursor-dot {
    display: none;
  }
}

@supports not (-webkit-text-stroke: 1px currentColor) {
  .cv-home-hero h1 .cv-hero-second,
  .cv-section-head h2 em,
  .cv-campaign h2 span {
    color: rgba(232, 226, 213, .7);
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-cv-reveal],
  [data-cv-reveal]:not(.cv-in),
  .cv-hero-media img,
  .topbar p {
    opacity: 1 !important;
    filter: none !important;
    clip-path: none !important;
    transform: none !important;
    animation: none !important;
    transition: none !important;
  }
}

@keyframes cv-house-ticker {
  to {
    transform: translateX(calc(-100% - 100vw));
  }
}

@keyframes cv-hero-image-arrive {
  from {
    opacity: 0;
    filter: blur(14px) saturate(.5) brightness(.4);
    transform: scale(1.13);
  }
  to {
    opacity: 1;
    filter: saturate(.84) contrast(1.06) brightness(.82);
    transform: scale(1.035);
  }
}

@keyframes cv-scroll-line {
  0%, 100% {
    opacity: .25;
    transform: scaleY(.35);
    transform-origin: top;
  }
  55% {
    opacity: 1;
    transform: scaleY(1);
    transform-origin: top;
  }
}

@keyframes cv-word-rise {
  to {
    transform: translateY(0);
  }
}

/* ==========================================================================
   CASA VELLORI — HOUSE SYSTEM 07
   Gallery atmosphere, olfactory ritual and spatial interaction.
   ========================================================================== */

:root {
  --cv-pointer-x: 50vw;
  --cv-pointer-y: 50vh;
  --cv-page-progress: 0;
  --cv-midnight: #080b0e;
  --cv-midnight-blue: #0c1117;
  --cv-copper: #a96932;
  --cv-ember: #e09b4f;
}

.cv-atmosphere {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 1.8s ease;
}

body.cv-art-ready .cv-atmosphere {
  opacity: 1;
}

.cv-atmosphere::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(
      460px circle at var(--cv-pointer-x) var(--cv-pointer-y),
      rgba(211, 176, 105, .045),
      transparent 72%
    );
}

.cv-atmosphere-orb {
  position: absolute;
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  filter: blur(120px);
  opacity: .12;
  animation: cv-atmosphere-drift 18s ease-in-out infinite alternate;
}

.cv-atmosphere-orb-a {
  top: 8%;
  left: -18%;
  background: #9f7842;
}

.cv-atmosphere-orb-b {
  right: -22%;
  bottom: 7%;
  background: #31465f;
  animation-delay: -8s;
  animation-duration: 23s;
}

.cv-atmosphere-rule {
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - .5px);
  width: 1px;
  opacity: .19;
  background: linear-gradient(transparent, rgba(232, 226, 213, .11) 18%, rgba(232, 226, 213, .04) 82%, transparent);
}

.cv-page-curtain .cv-curtain-copy {
  position: absolute;
  right: 0;
  bottom: 8.5vh;
  left: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  opacity: 0;
  color: var(--ivory);
  text-align: center;
  text-transform: uppercase;
}

.cv-curtain-copy span {
  font-family: var(--cv-caps);
  font-size: 10px;
  letter-spacing: .52em;
}

.cv-curtain-copy small {
  color: rgba(232, 226, 213, .42);
  font-size: 6px;
  letter-spacing: .45em;
}

body.cv-booting .cv-curtain-copy {
  animation: cv-curtain-copy 1.15s .12s var(--cv-ease) both;
}

.cv-page-signature {
  position: absolute;
  z-index: 4;
  right: var(--cv-gutter);
  bottom: 24px;
  left: var(--cv-gutter);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: rgba(232, 226, 213, .44);
  font-size: 6px;
  letter-spacing: .4em;
  text-transform: uppercase;
}

.cv-page-signature::before,
.cv-page-signature::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(216, 185, 111, .42), rgba(255, 255, 255, .05), transparent);
}

.cv-page-signature::after {
  right: auto;
  width: calc(var(--cv-page-progress) * 100%);
  background: linear-gradient(90deg, var(--gold-deep), var(--gold-bright));
  box-shadow: 0 0 14px rgba(216, 185, 111, .38);
}

.cv-page-signature i {
  color: var(--gold-bright);
  font-family: var(--cv-display);
  font-size: 16px;
  font-style: normal;
  letter-spacing: .08em;
}

.cv-page-signature span:last-child {
  justify-self: end;
}

body:not(.cv-page-index) .page-head::before {
  background:
    radial-gradient(
      420px circle at var(--cv-pointer-x) var(--cv-pointer-y),
      rgba(225, 191, 119, .11),
      transparent 70%
    ),
    linear-gradient(90deg, rgba(4, 4, 3, .9), rgba(4, 4, 3, .18));
}

body:not(.cv-page-index) .page-head h1 {
  text-shadow: 0 30px 80px rgba(0, 0, 0, .36);
}

/* --- Gallery chapter navigator ------------------------------------------ */

.cv-chapter-dial {
  position: fixed;
  z-index: 68;
  bottom: 24px;
  left: 22px;
  display: grid;
  gap: 4px;
  padding: 12px 10px;
  border: 1px solid rgba(232, 226, 213, .07);
  background: rgba(7, 7, 6, .63);
  box-shadow: 0 18px 70px rgba(0, 0, 0, .22);
  backdrop-filter: blur(18px);
}

.cv-chapter-dial button {
  width: 34px;
  height: 22px;
  display: grid;
  grid-template-columns: 8px 20px 0;
  align-items: center;
  overflow: hidden;
  color: rgba(232, 226, 213, .36);
  text-align: left;
  transition:
    width .55s var(--cv-ease),
    color .35s ease,
    grid-template-columns .55s var(--cv-ease);
}

.cv-chapter-dial:hover button,
.cv-chapter-dial:focus-within button {
  width: 144px;
  grid-template-columns: 8px 24px 1fr;
}

.cv-chapter-dial button i {
  width: 4px;
  height: 4px;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition:
    transform .4s var(--cv-ease),
    background .3s ease,
    box-shadow .3s ease;
}

.cv-chapter-dial button span {
  font-family: var(--cv-display);
  font-size: 9px;
}

.cv-chapter-dial button b {
  overflow: hidden;
  font-size: 6px;
  font-weight: 400;
  letter-spacing: .25em;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0;
  transform: translateX(-7px);
  transition: opacity .35s ease, transform .45s var(--cv-ease);
}

.cv-chapter-dial:hover button b,
.cv-chapter-dial:focus-within button b {
  opacity: 1;
  transform: none;
}

.cv-chapter-dial button.is-current {
  color: var(--gold-bright);
}

.cv-chapter-dial button.is-current i {
  background: var(--gold-bright);
  box-shadow: 0 0 13px rgba(216, 185, 111, .72);
  transform: scale(1.55);
}

/* --- Kinetic house details ---------------------------------------------- */

.cv-home-hero .cv-hero-copy {
  transform: translate3d(0, calc(var(--cv-hero-progress, 0) * 46px), 0);
}

.cv-home-hero .cv-hero-watermark {
  transform:
    translate3d(calc(var(--cv-hero-progress, 0) * -45px), calc(var(--cv-hero-progress, 0) * 70px), 0)
    rotate(calc(var(--cv-hero-progress, 0) * -4deg));
}

.cv-campaign-title h2 {
  transform: translateX(calc((var(--cv-campaign-progress, .5) - .5) * -30px));
}

.cv-campaign-title h2 span {
  transform: translateX(calc((var(--cv-campaign-progress, .5) - .5) * 54px));
}

.cv-product-stage,
.cv-fragrance-art,
.cv-nocturne-stage,
.pd-media {
  --cv-tilt-x: 0deg;
  --cv-tilt-y: 0deg;
  --cv-shine-x: 50%;
  --cv-shine-y: 50%;
  transform:
    perspective(1200px)
    rotateX(var(--cv-tilt-x))
    rotateY(var(--cv-tilt-y));
  transform-style: preserve-3d;
  transition: transform .75s var(--cv-ease);
}

.cv-product-stage::after,
.cv-fragrance-art::after,
.pd-media::after {
  content: "";
  position: absolute;
  z-index: 7;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background:
    radial-gradient(
      380px circle at var(--cv-shine-x) var(--cv-shine-y),
      rgba(255, 239, 198, .16),
      rgba(255, 239, 198, .025) 30%,
      transparent 67%
    );
  mix-blend-mode: screen;
  transition: opacity .4s ease;
}

.cv-product-stage:hover::after,
.cv-fragrance-art:hover::after,
.pd-media:hover::after {
  opacity: 1;
}

.pcard .pprice {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.pcard .pprice span {
  color: #b9afa1;
}

.pcard .pprice small {
  color: #6f685e;
  font-size: 7px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.cv-product-stage .pic img {
  transform: translateZ(10px);
}

.cv-product-stage:hover .pic img {
  transform: translateZ(22px) scale(1.055);
}

/* --- Porto Nero nocturne ------------------------------------------------ */

.cv-nocturne {
  position: relative;
  min-height: 1120px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 52% 48%, rgba(126, 73, 31, .22), transparent 23%),
    radial-gradient(circle at 22% 80%, rgba(40, 62, 82, .18), transparent 35%),
    linear-gradient(132deg, #050607, var(--cv-midnight-blue) 48%, #050504);
}

.cv-nocturne::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: .5;
  background:
    linear-gradient(rgba(255, 255, 255, .025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .025) 1px, transparent 1px);
  background-size: 8vw 8vw;
  mask-image: radial-gradient(circle at center, #000 0 35%, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at center, #000 0 35%, transparent 75%);
}

.cv-nocturne::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -20%;
  bottom: -20%;
  left: 53%;
  width: 1px;
  background: linear-gradient(transparent, rgba(224, 155, 79, .68), transparent);
  box-shadow: 0 0 70px 13px rgba(203, 125, 55, .08);
  transform: rotate(16deg);
}

.cv-nocturne-marquee {
  position: absolute;
  z-index: 1;
  top: 42px;
  right: 0;
  left: 0;
  display: flex;
  width: max-content;
  color: rgba(229, 216, 194, .19);
  font-family: var(--cv-caps);
  font-size: clamp(64px, 8vw, 142px);
  line-height: .8;
  letter-spacing: -.04em;
  white-space: nowrap;
  animation: cv-nocturne-marquee 36s linear infinite;
}

.cv-nocturne-grid {
  position: relative;
  z-index: 2;
  width: min(1800px, 100%);
  min-height: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 12% minmax(420px, 1.18fr) minmax(400px, .82fr);
  align-items: center;
  gap: clamp(20px, 3vw, 68px);
  padding: 130px var(--cv-gutter) 80px;
}

.cv-nocturne-aside {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-right: 1px solid rgba(232, 226, 213, .08);
}

.cv-nocturne-aside > span {
  color: var(--cv-ember);
  font-size: 6px;
  letter-spacing: .42em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.cv-nocturne-aside strong {
  margin: auto 0 28px;
  color: rgba(232, 226, 213, .17);
  font-family: var(--cv-display);
  font-size: clamp(70px, 8vw, 130px);
  font-weight: 300;
  line-height: .8;
}

.cv-nocturne-aside p {
  color: rgba(232, 226, 213, .35);
  font-size: 6px;
  letter-spacing: .32em;
  line-height: 2;
  text-transform: uppercase;
}

.cv-nocturne-stage {
  position: relative;
  width: 100%;
  min-height: 830px;
  display: grid;
  place-items: center;
}

.cv-nocturne-stage::before {
  content: "";
  position: absolute;
  width: min(39vw, 610px);
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(180, 103, 42, .2), rgba(180, 103, 42, .05) 38%, transparent 70%);
  filter: blur(7px);
  animation: cv-nocturne-pulse 5s ease-in-out infinite;
}

.cv-nocturne-stage figure {
  position: relative;
  z-index: 3;
  width: min(82%, 620px);
  aspect-ratio: .8;
  overflow: hidden;
  border: 1px solid rgba(231, 205, 153, .15);
  box-shadow:
    0 80px 150px rgba(0, 0, 0, .62),
    0 0 120px rgba(167, 96, 36, .1);
  transform: translate3d(0, var(--cv-parallax-y, 0), 50px);
}

.cv-nocturne-stage figure::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  box-shadow: inset 0 0 100px rgba(0, 0, 0, .38);
}

.cv-nocturne-stage figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(1.08) brightness(.84);
  transition: transform 1.5s var(--cv-ease), filter 1s ease;
}

.cv-nocturne-stage:hover figure img {
  transform: scale(1.035);
  filter: saturate(.96) contrast(1.06) brightness(.92);
}

.cv-nocturne-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(224, 155, 79, .21);
  border-radius: 50%;
  transform: rotate(-16deg);
}

.cv-nocturne-orbit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3px;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background: var(--cv-ember);
  box-shadow: 0 0 18px rgba(224, 155, 79, .8);
}

.cv-nocturne-orbit-one {
  width: 88%;
  aspect-ratio: 1;
  animation: cv-orbit-rotate 28s linear infinite;
}

.cv-nocturne-orbit-two {
  width: 67%;
  aspect-ratio: 1;
  border-color: rgba(204, 181, 137, .1);
  animation: cv-orbit-rotate 19s linear infinite reverse;
}

.cv-note {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  color: rgba(232, 226, 213, .72);
  font-size: 7px;
  letter-spacing: .28em;
  text-transform: uppercase;
  text-shadow: 0 4px 16px #000;
}

.cv-note::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--cv-ember));
}

.cv-note i {
  color: var(--cv-ember);
  font-family: var(--cv-display);
  font-size: 12px;
  font-style: normal;
}

.cv-note-one {
  top: 16%;
  right: 1%;
}

.cv-note-two {
  bottom: 25%;
  left: -2%;
}

.cv-note-three {
  right: 3%;
  bottom: 9%;
}

.cv-nocturne-copy {
  position: relative;
  z-index: 4;
  padding-right: clamp(0px, 3vw, 50px);
}

.cv-nocturne-copy h2 {
  margin: 24px 0 34px;
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: clamp(72px, 7.2vw, 126px);
  font-weight: 300;
  line-height: .76;
  letter-spacing: -.055em;
}

.cv-nocturne-copy h2 em {
  color: transparent;
  font-weight: 300;
  -webkit-text-stroke: 1px rgba(224, 155, 79, .78);
}

.cv-nocturne-copy > p:not(.eyebrow) {
  max-width: 480px;
  color: #a99f91;
  font-family: var(--cv-display);
  font-size: 21px;
  line-height: 1.55;
}

.cv-volume-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 38px 0 32px;
}

.cv-volume-pair button {
  position: relative;
  min-height: 138px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-content: center;
  gap: 7px 14px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(224, 155, 79, .28);
  text-align: left;
  transition:
    border-color .4s ease,
    background .4s ease,
    box-shadow .4s ease,
    transform .4s var(--cv-ease);
}

.cv-volume-pair button::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(130deg, rgba(224, 155, 79, .18), transparent 60%);
  transition: opacity .4s ease;
}

.cv-volume-pair button:hover {
  border-color: rgba(224, 155, 79, .65);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .28);
}

.cv-volume-pair button:hover::before {
  opacity: 1;
}

.cv-volume-pair span {
  color: #d4c8b7;
  font-family: var(--cv-display);
  font-size: 23px;
}

.cv-volume-pair strong {
  color: var(--cv-ember);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .14em;
}

.cv-volume-pair small {
  grid-column: 1 / -1;
  color: #71685d;
  font-size: 6px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.cv-nocturne-ghost {
  position: absolute;
  z-index: 0;
  right: -3vw;
  bottom: -5vw;
  color: rgba(232, 226, 213, .018);
  font-family: var(--cv-caps);
  font-size: 31vw;
  line-height: .72;
  letter-spacing: -.09em;
  pointer-events: none;
}

/* --- Fragrance volume ritual -------------------------------------------- */

body.cv-volume-open {
  overflow: hidden;
}

.cv-volume-ritual {
  position: fixed;
  z-index: 220;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 28px;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity .55s ease, visibility .55s;
}

.cv-volume-ritual.is-open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

.cv-volume-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 45%, rgba(183, 117, 53, .15), transparent 30%),
    rgba(2, 3, 4, .9);
  backdrop-filter: blur(22px) saturate(.7);
}

.cv-volume-dialog {
  position: relative;
  width: min(1040px, 94vw);
  min-height: min(690px, 88vh);
  display: grid;
  grid-template-columns: minmax(320px, .94fr) minmax(400px, 1.06fr);
  overflow: hidden;
  border: 1px solid rgba(230, 203, 145, .22);
  background: #080908;
  box-shadow: 0 80px 180px rgba(0, 0, 0, .68);
  transform: translateY(38px) scale(.965);
  transition: transform .8s var(--cv-ease);
}

.cv-volume-ritual.is-open .cv-volume-dialog {
  transform: none;
}

.cv-volume-dialog::after {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255, 255, 255, .035);
  pointer-events: none;
}

.cv-volume-close {
  position: absolute;
  z-index: 8;
  top: 26px;
  right: 28px;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(232, 226, 213, .16);
  color: rgba(232, 226, 213, .72);
  font-family: var(--cv-display);
  font-size: 24px;
  transition: color .3s ease, border-color .3s ease, transform .4s var(--cv-ease);
}

.cv-volume-close:hover {
  color: var(--gold-bright);
  border-color: var(--gold);
  transform: rotate(90deg);
}

.cv-volume-image {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  background: #11100d;
}

.cv-volume-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 58%, #080908),
    linear-gradient(0deg, rgba(5, 5, 4, .72), transparent 48%);
}

.cv-volume-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.75) contrast(1.05) brightness(.82);
  transform: scale(1.03);
  transition: transform 1.3s var(--cv-ease);
}

.cv-volume-ritual.is-open .cv-volume-image img {
  transform: scale(1);
}

.cv-volume-image > span {
  position: absolute;
  z-index: 2;
  right: 14px;
  bottom: -36px;
  color: rgba(232, 226, 213, .08);
  font-family: var(--cv-display);
  font-size: 240px;
  line-height: 1;
}

.cv-volume-copy {
  position: relative;
  z-index: 3;
  align-self: center;
  padding: 78px clamp(42px, 5vw, 78px);
}

.cv-volume-copy > p {
  color: var(--gold-bright);
  font-size: 7px;
  letter-spacing: .4em;
  text-transform: uppercase;
}

.cv-volume-index {
  display: block;
  margin-top: 13px;
  color: #635d53;
  font-size: 6px;
  letter-spacing: .28em;
  text-transform: uppercase;
}

.cv-volume-copy h2 {
  max-width: 490px;
  margin: 30px 0 38px;
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: clamp(52px, 5.8vw, 86px);
  font-weight: 300;
  line-height: .88;
  letter-spacing: -.045em;
}

.cv-volume-options {
  border-top: 1px solid rgba(232, 226, 213, .1);
}

.cv-volume-options button {
  position: relative;
  width: 100%;
  min-height: 92px;
  display: grid;
  grid-template-columns: 28px 1fr auto 28px;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid rgba(232, 226, 213, .1);
  text-align: left;
  transition: padding .45s var(--cv-ease), background .35s ease;
}

.cv-volume-options button::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 0;
  background: var(--gold-bright);
  box-shadow: 0 0 16px rgba(216, 185, 111, .5);
  transition: height .4s var(--cv-ease);
}

.cv-volume-options button:hover,
.cv-volume-options button:focus-visible {
  padding-right: 10px;
  padding-left: 10px;
  background: rgba(216, 185, 111, .055);
}

.cv-volume-options button:hover::before,
.cv-volume-options button:focus-visible::before {
  height: 54%;
}

.cv-volume-options button i {
  color: #655e54;
  font-family: var(--cv-display);
  font-size: 11px;
  font-style: normal;
}

.cv-volume-options button span {
  color: var(--ivory);
  font-family: var(--cv-display);
  font-size: 27px;
}

.cv-volume-options button strong {
  color: var(--gold-bright);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: .18em;
}

.cv-volume-options button small {
  position: absolute;
  bottom: 18px;
  left: 42px;
  color: #655e54;
  font-size: 5px;
  letter-spacing: .3em;
  text-transform: uppercase;
}

.cv-volume-options button b {
  color: var(--gold);
  font-size: 17px;
  font-weight: 300;
}

.cv-volume-copy > small {
  display: block;
  margin-top: 28px;
  color: #5c564e;
  font-size: 6px;
  letter-spacing: .27em;
  text-transform: uppercase;
}

/* --- Fragrance product dossier ------------------------------------------ */

.cv-product-fragrance .pd-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(440px, .95fr);
}

.cv-product-fragrance .pd-media {
  background:
    radial-gradient(circle at 50% 45%, rgba(170, 112, 53, .18), transparent 32%),
    #0b0c0c;
  box-shadow: 0 70px 130px rgba(0, 0, 0, .28);
}

.cv-product-fragrance .pd-media img {
  object-fit: cover;
  filter: saturate(.86) contrast(1.04);
}

.pd-price.has-volume {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
  letter-spacing: normal;
}

.pd-price.has-volume .pd-price-value {
  display: block !important;
  color: var(--gold-bright);
  font-size: 19px;
  line-height: 1;
}

.pd-price.has-volume .pd-price-tax {
  display: block !important;
  color: #8b8173;
  font-family: var(--cv-sans);
  font-size: 8px;
  letter-spacing: .18em;
  line-height: 1.5;
  text-transform: uppercase;
}

.cv-product-fragrance .sizes {
  gap: 12px;
}

.cv-product-fragrance .sizes .cv-volume-button {
  position: relative;
  min-width: 152px;
  min-height: 74px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 14px 16px;
  overflow: hidden;
  border-color: rgba(216, 185, 111, .28);
  font-family: var(--cv-display);
  font-size: 19px;
  letter-spacing: .03em;
  text-align: left;
}

.cv-product-fragrance .sizes .cv-volume-button::after {
  content: attr(data-cv-price);
  color: var(--gold-bright);
  font-family: var(--cv-sans);
  font-size: 8px;
  letter-spacing: .15em;
}

.cv-product-fragrance .sizes .cv-volume-button::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: linear-gradient(120deg, rgba(216, 185, 111, .14), transparent 64%);
  transition: opacity .3s ease;
}

.cv-product-fragrance .sizes .cv-volume-button:hover::before {
  opacity: 1;
}

.cv-product-fragrance .sizes .cv-volume-button.on {
  border-color: var(--gold-bright);
  background: linear-gradient(115deg, #9a763e, #d0ad65);
  box-shadow: 0 18px 55px rgba(0, 0, 0, .22);
}

.cv-product-fragrance .sizes .cv-volume-button.on::after {
  color: #21190f;
}

.cv-scent-architecture {
  margin: 8px 0 34px;
  padding: 25px 0 0;
  border-top: 1px solid rgba(232, 226, 213, .1);
}

.cv-scent-architecture > header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.cv-scent-architecture > header span {
  color: var(--gold-bright);
  font-size: 7px;
  letter-spacing: .34em;
  text-transform: uppercase;
}

.cv-scent-architecture > header i {
  color: #625c53;
  font-size: 6px;
  font-style: normal;
  letter-spacing: .24em;
  text-transform: uppercase;
}

.cv-scent-orbits {
  position: relative;
  height: 290px;
  display: grid;
  place-items: center;
  margin-top: 12px;
}

.cv-scent-orbits::before,
.cv-scent-orbits::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  background: linear-gradient(transparent, rgba(216, 185, 111, .24), transparent);
}

.cv-scent-orbits::after {
  transform: rotate(90deg);
}

.cv-scent-orbits button {
  position: absolute;
  display: block;
  border: 1px solid rgba(216, 185, 111, .2);
  border-radius: 50%;
  transition:
    border-color .4s ease,
    background .4s ease,
    box-shadow .4s ease,
    transform .55s var(--cv-ease);
}

.cv-scent-orbits button:nth-child(1) {
  z-index: 1;
  width: 260px;
  height: 260px;
}

.cv-scent-orbits button:nth-child(2) {
  z-index: 2;
  width: 190px;
  height: 190px;
}

.cv-scent-orbits button:nth-child(3) {
  z-index: 3;
  width: 120px;
  height: 120px;
}

.cv-scent-orbits button:hover,
.cv-scent-orbits button.is-active {
  border-color: rgba(216, 185, 111, .72);
  background: rgba(216, 185, 111, .025);
  box-shadow: 0 0 45px rgba(216, 185, 111, .06);
  transform: scale(1.025);
}

.cv-scent-orbits button span {
  position: absolute;
  top: -8px;
  left: 50%;
  padding: 0 8px;
  color: #6f665b;
  background: var(--bg);
  font-family: var(--cv-display);
  font-size: 10px;
  transform: translateX(-50%);
}

.cv-scent-orbits button strong {
  position: absolute;
  right: 50%;
  bottom: -7px;
  min-width: max-content;
  padding: 0 8px;
  color: #8b8173;
  background: var(--bg);
  font-size: 6px;
  font-weight: 400;
  letter-spacing: .23em;
  text-transform: uppercase;
  transform: translateX(50%);
}

.cv-scent-orbits button.is-active strong {
  color: var(--gold-bright);
}

.cv-scent-core {
  position: relative;
  z-index: 5;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(216, 185, 111, .5);
  border-radius: 50%;
  color: var(--gold-bright);
  font-family: var(--cv-display);
  font-size: 20px;
  box-shadow: 0 0 32px rgba(216, 185, 111, .12);
}

.cv-scent-reading {
  min-height: 83px;
  display: grid;
  grid-template-columns: 105px 1fr;
  gap: 22px;
  padding: 20px 0;
  border-top: 1px solid rgba(232, 226, 213, .08);
  border-bottom: 1px solid rgba(232, 226, 213, .08);
}

.cv-scent-reading span {
  color: var(--gold);
  font-size: 7px;
  letter-spacing: .25em;
  text-transform: uppercase;
}

.cv-scent-reading p {
  color: #a89e90;
  font-family: var(--cv-display);
  font-size: 17px;
  line-height: 1.35;
}

/* --- Finishing details across the house --------------------------------- */

.cv-page-shop .shop-wrap,
.cv-page-new .ni-wrap {
  position: relative;
}

.cv-page-shop .shop-wrap::before,
.cv-page-new .ni-wrap::before {
  content: "CASA / OBJECTS / ARCHIVE";
  position: absolute;
  top: 18px;
  right: var(--cv-gutter);
  color: rgba(232, 226, 213, .15);
  font-size: 6px;
  letter-spacing: .42em;
  writing-mode: vertical-rl;
}

.foot {
  position: relative;
  overflow: hidden;
}

.foot::after {
  content: "";
  position: absolute;
  right: -10%;
  bottom: -70%;
  width: 44vw;
  height: 44vw;
  border: 1px solid rgba(216, 185, 111, .06);
  border-radius: 50%;
  box-shadow:
    0 0 0 5vw rgba(216, 185, 111, .018),
    0 0 0 10vw rgba(216, 185, 111, .012);
  pointer-events: none;
}

.bi {
  position: relative;
}

.bi::before {
  content: "";
  position: absolute;
  top: 18px;
  bottom: 18px;
  left: -26px;
  width: 1px;
  background: linear-gradient(transparent, var(--gold), transparent);
  opacity: .35;
}

@media (max-width: 1180px) {
  .cv-chapter-dial {
    display: none;
  }

  .cv-nocturne-grid {
    grid-template-columns: 70px minmax(360px, 1fr) minmax(360px, .86fr);
  }

  .cv-nocturne-copy h2 {
    font-size: 76px;
  }

  .cv-product-fragrance .pd-grid {
    grid-template-columns: minmax(0, 1fr) minmax(400px, .92fr);
  }
}

@media (max-width: 900px) {
  .cv-atmosphere-rule {
    left: 33.333%;
  }

  .cv-page-signature {
    bottom: 18px;
  }

  .cv-nocturne,
  .cv-nocturne-grid {
    min-height: auto;
  }

  .cv-nocturne-grid {
    grid-template-columns: 1fr;
    padding-top: 160px;
    padding-bottom: 110px;
  }

  .cv-nocturne-aside {
    min-height: 80px;
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: end;
    border-right: 0;
    border-bottom: 1px solid rgba(232, 226, 213, .08);
  }

  .cv-nocturne-aside > span {
    writing-mode: initial;
  }

  .cv-nocturne-aside strong {
    grid-column: 2;
    grid-row: 1 / 3;
    margin: 0;
    font-size: 74px;
  }

  .cv-nocturne-aside p {
    margin: 12px 0 20px;
  }

  .cv-nocturne-stage {
    min-height: 740px;
  }

  .cv-nocturne-stage figure {
    width: min(72vw, 550px);
  }

  .cv-nocturne-copy {
    max-width: 650px;
    padding: 0;
  }

  .cv-nocturne-copy h2 {
    font-size: clamp(68px, 14vw, 112px);
  }

  .cv-volume-dialog {
    width: min(700px, 92vw);
    max-height: 92vh;
    grid-template-columns: 1fr;
    overflow-y: auto;
  }

  .cv-volume-image {
    min-height: 34vh;
    max-height: 380px;
  }

  .cv-volume-image::after {
    background: linear-gradient(0deg, #080908, transparent 52%);
  }

  .cv-volume-copy {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .cv-volume-copy h2 {
    font-size: 58px;
  }

  .cv-product-fragrance .pd-grid {
    grid-template-columns: 1fr;
  }

  .cv-product-fragrance .pd-gallery {
    position: static;
  }
}

@media (max-width: 560px) {
  .cv-page-signature {
    right: 20px;
    left: 20px;
    grid-template-columns: 1fr auto;
  }

  .cv-page-signature span:last-child {
    display: none;
  }

  .cv-atmosphere-orb {
    width: 88vw;
    height: 88vw;
    filter: blur(90px);
  }

  .cv-home-hero .cv-hero-copy,
  .cv-home-hero .cv-hero-watermark,
  .cv-campaign-title h2,
  .cv-campaign-title h2 span {
    transform: none;
  }

  .cv-nocturne-marquee {
    top: 58px;
    font-size: 62px;
  }

  .cv-nocturne-grid {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cv-nocturne-stage {
    min-height: 590px;
  }

  .cv-nocturne-stage figure {
    width: 82vw;
  }

  .cv-nocturne-orbit-one {
    width: 104%;
  }

  .cv-nocturne-orbit-two {
    width: 78%;
  }

  .cv-note {
    font-size: 5px;
  }

  .cv-note-one {
    top: 10%;
    right: -2%;
  }

  .cv-note-two {
    bottom: 18%;
    left: -4%;
  }

  .cv-note-three {
    right: 0;
    bottom: 5%;
  }

  .cv-nocturne-copy h2 {
    font-size: 66px;
  }

  .cv-nocturne-copy > p:not(.eyebrow) {
    font-size: 18px;
  }

  .cv-volume-pair {
    grid-template-columns: 1fr;
  }

  .cv-volume-pair button {
    min-height: 104px;
  }

  .cv-volume-ritual {
    padding: 12px;
  }

  .cv-volume-dialog {
    width: 100%;
    max-height: 95svh;
  }

  .cv-volume-image {
    min-height: 250px;
  }

  .cv-volume-close {
    top: 18px;
    right: 18px;
  }

  .cv-volume-copy {
    padding: 34px 24px 42px;
  }

  .cv-volume-copy h2 {
    margin: 22px 0 26px;
    font-size: 46px;
  }

  .cv-volume-options button {
    grid-template-columns: 22px 1fr auto 20px;
    min-height: 80px;
  }

  .cv-volume-options button span {
    font-size: 23px;
  }

  .cv-volume-options button small {
    left: 36px;
  }

  .cv-volume-copy > small {
    line-height: 1.7;
  }

  .cv-product-fragrance .sizes .cv-volume-button {
    min-width: calc(50% - 6px);
    flex: 1;
  }

  .cv-scent-orbits {
    transform: scale(.92);
  }

  .cv-scent-reading {
    grid-template-columns: 80px 1fr;
    gap: 13px;
  }

  .cv-scent-reading p {
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-atmosphere-orb,
  .cv-nocturne-marquee,
  .cv-nocturne-orbit,
  .cv-nocturne-stage::before,
  .cv-product-stage,
  .cv-fragrance-art,
  .cv-nocturne-stage,
  .pd-media,
  .cv-home-hero .cv-hero-copy,
  .cv-home-hero .cv-hero-watermark,
  .cv-campaign-title h2,
  .cv-campaign-title h2 span {
    animation: none !important;
    transform: none !important;
    transition: none !important;
  }
}

@keyframes cv-atmosphere-drift {
  from {
    transform: translate3d(-3vw, -2vh, 0) scale(.92);
  }
  to {
    transform: translate3d(7vw, 6vh, 0) scale(1.08);
  }
}

@keyframes cv-curtain-copy {
  0%, 100% {
    opacity: 0;
    transform: translateY(10px);
  }
  28%, 70% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cv-nocturne-marquee {
  to {
    transform: translateX(-50%);
  }
}

@keyframes cv-nocturne-pulse {
  0%, 100% {
    opacity: .62;
    transform: scale(.88);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

@keyframes cv-orbit-rotate {
  to {
    transform: rotate(344deg);
  }
}

/* ==========================================================================
   UNIFORM PRODUCT IMAGE SYSTEM
   Every commerce image uses the same 4:5 stage at every breakpoint.
   ========================================================================== */

.cv-dossier-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 30px);
}

.cv-dossier-main,
.cv-dossier-side {
  display: contents;
}

.cv-dossier-side {
  padding-top: 0;
}

.cv-object-large .cv-object-media,
.cv-object-small .cv-object-media {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.cv-object-meta {
  min-height: 116px;
}

.cv-fragrance-card:nth-child(even) {
  padding-top: 0;
}

.pgrid,
.related .pgrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
  gap: clamp(38px, 5vw, 74px) clamp(16px, 2vw, 30px);
}

.pcard,
.pcard:nth-child(6n + 2),
.pcard:nth-child(9n + 7),
.pcard:nth-child(9n + 8),
.pcard:nth-child(even) {
  grid-column: auto;
  margin-top: 0;
}

.pcard .cv-product-stage {
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
}

.pcard .cv-product-stage > .pic {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}

.pcard .cv-product-stage > .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.pcard .pinfo {
  min-height: 126px;
  display: flex;
  flex-direction: column;
}

.pcard .pname {
  min-height: 2.08em;
}

.pcard .pprice {
  margin-top: auto;
  padding-top: 12px;
}

@media (min-width: 1280px) {
  .related .pgrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1050px) {
  .cv-dossier-grid,
  .pgrid,
  .related .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .cv-dossier-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .pgrid,
  .related .pgrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 38px 12px;
  }

  .pcard .pinfo {
    min-height: 108px;
  }
}

@media (max-width: 390px) {
  .pgrid,
  .related .pgrid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .pcard .pinfo {
    min-height: 0;
  }
}
