:root {
  --black: #050203;
  --black-soft: #100608;
  --raspberry: #7a0719;
  --raspberry-deep: #31040b;
  --gold: #d7af63;
  --gold-bright: #ffe2a0;
  --cream: #f6ead7;
  --muted: rgba(246, 234, 215, 0.72);
  --line: rgba(215, 175, 99, 0.22);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--cream);
  background:
    radial-gradient(circle at 18% 12%, rgba(122, 7, 25, 0.36), transparent 33rem),
    radial-gradient(circle at 80% 46%, rgba(215, 175, 99, 0.1), transparent 28rem),
    linear-gradient(180deg, #050203 0%, #0c0305 45%, #050203 100%);
  min-width: 320px;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

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

.grain {
  position: fixed;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.19;
  background-image: linear-gradient(115deg, rgba(255, 255, 255, 0.05), transparent 35%, rgba(255, 255, 255, 0.04));
  mix-blend-mode: soft-light;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px clamp(18px, 4vw, 54px);
  background: linear-gradient(180deg, rgba(5, 2, 3, 0.72), rgba(5, 2, 3, 0));
}

.brand-mark {
  text-decoration: none;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(1.1rem, 2vw, 1.65rem);
  letter-spacing: 0;
  color: var(--cream);
  text-shadow: 0 0 24px rgba(215, 175, 99, 0.24);
}

.header-cta {
  text-decoration: none;
  color: var(--gold-bright);
  border: 1px solid var(--line);
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(11, 5, 5, 0.54);
  backdrop-filter: blur(16px);
}

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  place-items: end start;
  overflow: hidden;
  padding: 120px clamp(20px, 6vw, 86px) 84px;
}

.hero-media,
.hero-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: 56% center;
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.03);
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 2, 3, 0.96) 0%, rgba(5, 2, 3, 0.58) 42%, rgba(5, 2, 3, 0.12) 100%),
    linear-gradient(180deg, rgba(5, 2, 3, 0.28) 0%, rgba(5, 2, 3, 0.08) 42%, rgba(5, 2, 3, 0.92) 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(680px, 100%);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--gold-bright);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1,
h2 {
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: 0;
}

h1 {
  margin: 0;
  font-size: clamp(4.2rem, 10vw, 8.4rem);
  line-height: 0.86;
  white-space: nowrap;
  overflow-wrap: normal;
  text-shadow: 0 0 40px rgba(122, 7, 25, 0.44), 0 20px 58px rgba(0, 0, 0, 0.62);
}

.tagline {
  margin: 26px 0 0;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(1.85rem, 5vw, 4rem);
  line-height: 1;
}

.price {
  margin: 18px 0 28px;
  color: var(--gold-bright);
  font-size: clamp(1.35rem, 3vw, 2.4rem);
  font-weight: 800;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.btn-primary {
  color: #160805;
  border: 1px solid rgba(255, 236, 179, 0.72);
  background:
    linear-gradient(180deg, rgba(255, 238, 184, 0.95), rgba(189, 133, 48, 0.96) 54%, rgba(255, 222, 137, 0.9)),
    var(--gold);
  box-shadow: 0 16px 34px rgba(215, 175, 99, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.64);
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(215, 175, 99, 0.24);
}

.scroll-hint {
  position: absolute;
  right: clamp(18px, 4vw, 54px);
  bottom: 28px;
  z-index: 2;
  color: rgba(246, 234, 215, 0.54);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.section-pad {
  padding: clamp(76px, 10vw, 142px) clamp(18px, 6vw, 86px);
}

.section-heading {
  width: min(780px, 100%);
  margin: 0 auto 34px;
  text-align: center;
}

.section-heading h2,
.emotion h2,
.offer h2 {
  margin: 0;
  font-size: clamp(2.2rem, 7vw, 5.6rem);
  line-height: 0.95;
}

.video-section {
  background: linear-gradient(180deg, rgba(5, 2, 3, 0.1), rgba(49, 4, 11, 0.36), rgba(5, 2, 3, 0.2));
}

.video-frame {
  position: relative;
  width: min(980px, 100%);
  margin: 0 auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow), 0 0 80px rgba(122, 7, 25, 0.16);
  background: #070303;
}

.video-frame video {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  transform: scale(1.055);
  transform-origin: center;
}

.video-frame::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(28%, 220px);
  height: min(18%, 92px);
  pointer-events: none;
  background:
    radial-gradient(circle at 100% 100%, rgba(5, 2, 3, 0.98), rgba(5, 2, 3, 0.82) 46%, rgba(5, 2, 3, 0) 72%),
    linear-gradient(135deg, rgba(122, 7, 25, 0), rgba(5, 2, 3, 0.86));
  backdrop-filter: blur(2px);
  z-index: 2;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 22px);
  width: min(1180px, 100%);
  margin: 0 auto;
}

.gallery-item {
  position: relative;
  min-height: 440px;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 58px rgba(0, 0, 0, 0.28);
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 700ms ease;
}

.gallery-item::after,
.offer-card::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, transparent 0%, rgba(255, 255, 255, 0.12) 34%, transparent 48%);
  transform: translateX(-120%);
  transition: transform 900ms ease;
}

.gallery-item:hover img {
  transform: scale(1.045);
  filter: saturate(1.14);
}

.gallery-item:hover::after,
.offer-card:hover::after {
  transform: translateX(120%);
}

.emotion {
  min-height: 74svh;
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(5, 2, 3, 0.86), rgba(5, 2, 3, 0.9)),
    image-set(url("./assets/optimized/parfum-franboise-2.avif") type("image/avif"), url("./assets/optimized/parfum-franboise-2.webp") type("image/webp"));
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.emotion-copy {
  width: min(820px, 100%);
}

.emotion p:not(.eyebrow),
.offer-copy p {
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.75;
}

.notes-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  width: min(1120px, 100%);
  margin: 0 auto;
}

.note {
  position: relative;
  min-height: 210px;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #090405;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
  overflow: hidden;
  isolation: isolate;
}

.note picture,
.note img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.note img {
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.68);
  transform: scale(1.02);
  transition: transform 700ms ease, filter 700ms ease;
}

.note::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(5, 2, 3, 0.38), rgba(5, 2, 3, 0.28) 38%, rgba(5, 2, 3, 0.84)),
    linear-gradient(90deg, rgba(5, 2, 3, 0.72), rgba(49, 4, 11, 0.16));
}

.note::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 226, 160, 0.08);
  border-radius: 8px;
}

.note:hover img {
  transform: scale(1.08);
  filter: saturate(1.08) contrast(1.12) brightness(0.78);
}

.note-copy {
  position: relative;
  z-index: 3;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
}

.note span {
  color: var(--gold-bright);
  font-size: 0.78rem;
}

.note h3 {
  margin: 0;
  font-family: Didot, "Bodoni 72", "Times New Roman", serif;
  font-size: clamp(1.45rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.05;
  text-shadow: 0 12px 30px rgba(0, 0, 0, 0.72);
}

.offer-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1fr);
  align-items: center;
  width: min(1040px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
    linear-gradient(180deg, rgba(122, 7, 25, 0.28), rgba(5, 2, 3, 0.82));
  box-shadow: var(--shadow);
}

.offer-card img {
  width: 100%;
  height: 100%;
  max-height: 640px;
  object-fit: cover;
}

.offer-copy {
  padding: clamp(28px, 5vw, 72px);
}

.faq-list {
  width: min(920px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
  overflow: hidden;
}

summary {
  cursor: pointer;
  padding: 20px 22px;
  color: var(--cream);
  font-weight: 800;
}

details p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding: 0 clamp(18px, 6vw, 86px) 34px;
  color: rgba(246, 234, 215, 0.42);
  font-size: 0.74rem;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.whatsapp-sticky {
  position: fixed;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 30;
  display: none;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: #160805;
  font-weight: 900;
  background: linear-gradient(180deg, #fff1bd, #c68a32 55%, #ffe09a);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 760ms ease, transform 760ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .hero {
    padding: 108px 20px 82px;
  }

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

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(5, 2, 3, 0.12), rgba(5, 2, 3, 0.4) 45%, rgba(5, 2, 3, 0.96) 100%),
      linear-gradient(90deg, rgba(5, 2, 3, 0.42), rgba(5, 2, 3, 0.08));
  }

  .gallery,
  .notes-grid,
  .offer-card {
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item.wide {
    grid-column: auto;
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .gallery-item.wide {
    aspect-ratio: 5 / 4;
  }

  .note {
    min-height: 150px;
  }

  .note h3 {
    margin-top: 34px;
  }

  .emotion {
    background-attachment: scroll;
  }

  .whatsapp-sticky {
    display: flex;
  }
}

@media (max-width: 540px) {
  .site-header {
    padding: 14px 16px;
  }

  .header-cta {
    padding: 9px 12px;
    font-size: 0.88rem;
  }

  h1 {
    font-size: clamp(3.15rem, 13.5vw, 3.8rem);
  }

  .tagline {
    font-size: clamp(1.75rem, 8vw, 2.15rem);
    line-height: 1.08;
  }

  .video-frame video {
    aspect-ratio: 9 / 16;
    transform: scale(1.075);
  }

  .video-frame::after {
    width: 42%;
    height: 14%;
  }

  .section-pad {
    padding-left: 16px;
    padding-right: 16px;
  }

  .offer {
    padding-bottom: 112px;
  }
}

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
