@font-face {
  font-family: "Wild Magnolia";
  src:
    local("Wild Magnolia"),
    local("WildMagnolia"),
    url("../fonts/wild-magnolia.otf") format("opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

:root {
  --black: #050505;
  --forest: #223528;
  --forest-deep: #18281e;
  --ivory: #f4f1e9;
  --ink: #273028;
  --white: #fffdf8;
  --serif: "Libre Caslon Display", "Times New Roman", serif;
  --script: "Wild Magnolia", "Allura", cursive;
  --sans: "DM Sans", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--black); color: var(--white); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.skip-link { position: fixed; top: .75rem; left: .75rem; z-index: 3000; padding: .7rem 1rem; background: var(--ivory); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

/* Functional customer navigation, reduced to the same restrained kit language. */
.monolove-shared-header.site-header {
  position: fixed; top: 0; left: 0; z-index: 1000;
  width: 100%; min-height: 4.5rem; padding: 1rem clamp(1rem, 3vw, 3rem);
  transform: none; border: 0; border-radius: 0; background: rgba(5,5,5,.92); color: var(--white); box-shadow: none; backdrop-filter: blur(14px);
}
.monolove-shared-header .brand-logo { display: none; }
.monolove-shared-header .brand { width: auto; height: 2rem; align-self: center; }
.monolove-shared-header .brand::after { content: "MONOLOVE"; font-family: var(--serif); font-size: 1.15rem; letter-spacing: .14em; }
.monolove-shared-header .site-nav { gap: .35rem; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent; }
.monolove-shared-header .site-nav a,
.monolove-shared-header .header-cta,
.monolove-shared-header .header-account-trigger { color: var(--white); font-size: .54rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.monolove-shared-header .site-nav a { min-height: 2rem; padding: .45rem .6rem; border-radius: 0; }
.monolove-shared-header .header-cta,
.site-header.monolove-shared-header .header-account-trigger { min-height: 2.4rem; padding: .55rem .75rem; border: 1px solid rgba(255,255,255,.45); border-radius: 0; background: transparent; color: var(--white); }
.monolove-shared-header .menu-toggle span { background: var(--white); }
.monolove-shared-whatsapp { background: var(--ivory); color: var(--forest); }

.monolove-opening { position: relative; min-height: max(42rem,100svh); overflow: hidden; isolation: isolate; background: #0b1710; scroll-margin-top: 4.5rem; }
.monolove-opening__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: 56% 42%; filter: grayscale(100%) contrast(1.04); }
.monolove-opening__veil { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg,rgba(4,9,6,.08),rgba(4,9,6,.15) 42%,rgba(4,9,6,.9)); }
.monolove-opening__edition { position: absolute; top: clamp(5.75rem,8vw,7rem); left: clamp(1.25rem,4vw,4rem); right: clamp(1.25rem,4vw,4rem); margin: 0; display: flex; align-items: center; gap: 1rem; font-size: .56rem; letter-spacing: .2em; }
.monolove-opening__edition span { height: 1px; flex: 1; background: rgba(255,255,255,.52); }
.monolove-opening__copy { position: absolute; left: clamp(1.5rem,7vw,7rem); right: clamp(1.5rem,7vw,7rem); bottom: clamp(2rem,7vw,6rem); }
.monolove-opening__copy > p { margin: 0 0 .25rem; font: 400 clamp(1rem,2vw,1.7rem) var(--serif); }
.monolove-opening__copy h1 { max-width: 12ch; margin: 0; font: 400 clamp(3.4rem,9vw,9rem)/.78 var(--serif); letter-spacing: -.055em; }
.monolove-opening__copy h1 em { display: inline-block; margin-left: .75em; font-family: var(--script); font-size: .52em; font-style: normal; font-weight: 400; letter-spacing: .01em; white-space: nowrap; }
.monolove-opening__copy > a { width: min(100%,25rem); min-height: 3.2rem; margin-top: clamp(2rem,4vw,3.5rem); padding: .8rem 1rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; font-size: .66rem; letter-spacing: .08em; transition: background-color 180ms ease,color 180ms ease; }
.monolove-opening__copy > a:hover,.monolove-opening__copy > a:focus-visible { background: var(--ivory); color: var(--forest-deep); }

.home-hero {
  position: relative;
  min-height: max(42rem, 100svh);
  overflow: hidden;
  isolation: isolate;
  background: #18231d;
  scroll-margin-top: 4.5rem;
}
.home-hero__video { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.home-hero__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(5,9,7,.82) 0%, rgba(5,9,7,.22) 53%, rgba(5,9,7,.08) 100%), linear-gradient(180deg, rgba(5,9,7,.18), rgba(5,9,7,.12) 48%, rgba(5,9,7,.82)); }
.home-hero__ui { position: absolute; top: 6rem; left: clamp(1.5rem, 4vw, 4rem); right: clamp(1.5rem, 4vw, 4rem); display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: .5rem; color: rgba(255,255,255,.76); font-size: .52rem; letter-spacing: .04em; }
.home-hero__ui::before { content: ""; position: absolute; top: -.55rem; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.42); }
.home-hero__ui i { height: 1px; background: currentColor; opacity: .38; }
.home-hero__brand { position: absolute; top: 7.8rem; right: clamp(1.5rem, 4vw, 4rem); font-family: var(--serif); font-size: .58rem; letter-spacing: .16em; }
.home-hero__anchor { position: absolute; top: 4.5rem; }
.home-hero__content { position: absolute; left: clamp(1.5rem, 8vw, 8rem); bottom: clamp(7rem, 16vh, 10rem); width: min(44rem, calc(100% - 3rem)); }
.home-hero__content blockquote { max-width: 32rem; margin: 0 0 clamp(1.8rem, 4vh, 3rem); }
.home-hero__content blockquote p { margin: 0 0 .8rem; font-family: var(--serif); font-size: clamp(1rem, 1.65vw, 1.45rem); line-height: 1.25; }
.home-hero__content blockquote footer { font-size: .5rem; letter-spacing: .16em; }
.home-hero__content h2 { margin: 0; font-family: var(--serif); font-size: clamp(3.4rem, 6.4vw, 6.8rem); font-weight: 400; line-height: .77; letter-spacing: -.045em; }
.home-hero__content h2 span, .home-hero__content h2 em { display: block; }
.home-hero__content h2 em { width: max-content; margin: .12em 0 0 3.3em; font-family: var(--script); font-size: .38em; font-style: normal; font-synthesis: none; font-weight: 400; letter-spacing: .01em; line-height: 1; }
.home-hero__action { position: absolute; left: clamp(1.5rem, 4vw, 4rem); bottom: 1.5rem; width: min(30rem, calc(100% - 3rem)); min-height: 2.7rem; padding: .55rem .8rem; display: flex; align-items: center; justify-content: space-between; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; font-size: .58rem; }
.home-hero__action .monolove-arrow-icon { width: .8rem; height: .8rem; }
.home-hero__scroll { position: absolute; right: clamp(1.5rem, 4vw, 4rem); bottom: 1.8rem; display: flex; align-items: center; gap: 1rem; color: rgba(255,255,255,.6); font-size: .5rem; letter-spacing: .14em; text-transform: uppercase; }
.home-hero__scroll i { width: 3.5rem; height: 1px; background: currentColor; }

.kit-heading { padding: clamp(6rem, 11vw, 10rem) 1rem clamp(4rem, 7vw, 7rem); text-align: center; scroll-margin-top: 4.5rem; }
.kit-heading p, .kit-heading span { margin: 0; color: rgba(255,255,255,.42); font-size: .52rem; letter-spacing: .28em; }
.kit-heading h2 { margin: .9rem 0 1rem; font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2.3rem); font-weight: 400; letter-spacing: .2em; }

.story-carousel { --active-card: 22rem; --idle-card: 15rem; position: relative; width: 100%; overflow: hidden; scroll-margin-top: 5rem; }
.story-carousel__anchor { position: absolute; top: 0; left: 0; }
.story-carousel__label { margin: 0 0 .4rem; color: rgba(255,255,255,.46); font-size: .48rem; letter-spacing: .24em; text-align: center; }
.story-carousel__stage { position: relative; width: min(100%, 1120px); margin: 0 auto; }
.story-carousel__viewport { overflow: hidden; }
.story-grid {
  width: 100%;
  margin: 0;
  padding: clamp(2rem, 4vw, 3.5rem) calc((100% - var(--active-card)) / 2) 1rem;
  display: flex;
  align-items: center;
  gap: clamp(.65rem, 1.4vw, 1rem);
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scrollbar-width: none;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  touch-action: pan-x;
}
.story-grid::-webkit-scrollbar { display: none; }
.story-grid .story { flex: 0 0 var(--idle-card); scroll-snap-align: center; opacity: .38; transform: scale(.9); transform-origin: center; cursor: pointer; transition: flex-basis 420ms cubic-bezier(.2,.75,.2,1), opacity 320ms ease, transform 420ms cubic-bezier(.2,.75,.2,1); }
.story-grid .story.is-active { flex-basis: var(--active-card); opacity: 1; transform: none; cursor: default; }
.story-grid:focus-visible { outline: 1px solid rgba(255,255,255,.7); outline-offset: .35rem; }
.story-carousel__button { position: absolute; z-index: 20; top: 50%; width: 2.8rem; height: 2.8rem; padding: 0; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.56); border-radius: 50%; background: rgba(5,5,5,.5); color: var(--white); font-size: 1rem; cursor: pointer; transform: translateY(-50%); backdrop-filter: blur(8px); transition: background-color 180ms ease, color 180ms ease, transform 180ms ease; }
.story-carousel__button.prev { left: clamp(.75rem, 2.2vw, 1.5rem); }
.story-carousel__button.next { right: clamp(.75rem, 2.2vw, 1.5rem); }
.story-carousel__button:hover, .story-carousel__button:focus-visible { background: var(--ivory); color: var(--ink); transform: translateY(-50%) scale(1.05); }
.story-carousel__status { width: min(calc(100% - 2rem), 22rem); margin: .8rem auto 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: .8rem; color: rgba(255,255,255,.48); font-size: .46rem; letter-spacing: .13em; text-transform: uppercase; }
.story-carousel__status strong { color: var(--white); font-weight: 500; }
.story-carousel__status i { height: 1px; background: rgba(255,255,255,.24); }
.story-carousel__current { color: rgba(255,255,255,.78); }
.story { position: relative; aspect-ratio: 9 / 16; min-width: 0; overflow: hidden; isolation: isolate; }
.package-carousel-card { background: var(--forest); color: var(--white); }
.package-carousel-card__image { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; object-fit: cover; }
.package-carousel-card__click-target { position: absolute; inset: 0; z-index: 1; cursor: pointer; }
.package-carousel-card__shade { position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(6,12,8,.04) 18%, rgba(6,12,8,.18) 46%, rgba(6,12,8,.92) 82%, rgba(6,12,8,.98)); }
.package-carousel-card__content { position: absolute; z-index: 2; left: 8%; right: 8%; bottom: 10%; pointer-events: none; }
.package-carousel-card .story-ui { pointer-events: none; }
.package-carousel-card__content h3 { margin: .55rem 0 .25rem; font-family: var(--serif); font-size: clamp(1.65rem, 2.8vw, 2.8rem); font-weight: 400; letter-spacing: -.035em; line-height: .9; }
.package-carousel-card__price { margin: 0; font-family: var(--serif); font-size: clamp(.85rem, 1.25vw, 1.15rem); }
.package-carousel-card__facts { margin: .8rem 0 0; display: flex; gap: .45rem; }
.package-carousel-card__facts span { padding: .32rem .48rem; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; color: rgba(255,255,255,.76); font-size: clamp(.31rem, .45vw, .42rem); letter-spacing: .12em; }
.package-carousel-card__description { display: -webkit-box; margin: .8rem 0 0; overflow: hidden; color: rgba(255,255,255,.66); font-size: clamp(.34rem, .5vw, .46rem); line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.package-carousel-card--empty { background: linear-gradient(145deg, var(--forest), var(--forest-deep)); }
.package-carousel-card--empty .package-carousel-card__content { top: 50%; bottom: auto; transform: translateY(-50%); }
.story-anchor { position: absolute; inset: 0 auto auto 0; }
.story--ivory { background: var(--ivory); color: var(--ink); }
.story--green, .story--golden { background: var(--forest); }
.story-bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 54% center; filter: grayscale(22%); }
.story-photo-shade { position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(12,20,14,.06), rgba(12,20,14,.12) 45%, rgba(12,20,14,.68)); }

.story-ui { position: absolute; z-index: 8; top: .7rem; left: .65rem; right: .65rem; display: grid; grid-template-columns: auto auto 1fr auto; align-items: center; gap: .35rem; color: rgba(255,255,255,.78); font-size: clamp(.28rem, .43vw, .4rem); letter-spacing: .02em; }
.story-ui::before { content: ""; position: absolute; left: 0; right: 0; top: -.35rem; height: 1px; background: rgba(255,255,255,.46); }
.story-ui--dark { color: rgba(39,48,40,.56); }
.story-ui--dark::before { background: rgba(39,48,40,.24); }
.story-ui i { height: 1px; background: currentColor; opacity: .35; }
.story-avatar { width: 1.05rem; height: 1.05rem; display: grid; place-items: center; border-radius: 50%; background: currentColor; color: var(--forest); font-family: var(--serif); font-size: .44rem; }
.story-ui--dark .story-avatar { color: var(--ivory); background: var(--forest); }
.story-action { position: absolute; z-index: 9; left: .65rem; right: .65rem; bottom: .55rem; min-height: 1.9rem; padding: .3rem .55rem; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(255,255,255,.38); border-radius: 999px; color: rgba(255,255,255,.82); font-size: clamp(.3rem, .48vw, .43rem); }
.story-action--dark { border-color: rgba(39,48,40,.28); color: rgba(39,48,40,.72); }
.story-action .monolove-arrow-icon { width: .65rem; height: .65rem; }
.story-script { font-family: var(--script); font-synthesis: none; font-weight: 400; letter-spacing: .01em; }
.eyebrow { margin: 0; font-size: clamp(.3rem, .45vw, .42rem); font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow--light { color: rgba(255,255,255,.58); }

/* Story 01 — ivory educational panel. */
.story-one__content { height: 100%; padding: 15% 10% 12%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.story-one__photo { position: relative; width: 45%; margin: 0 0 12%; }
.story-one__photo::before { content: ""; position: absolute; inset: -8%; z-index: -1; background: #e7dfd1; }
.story-one__photo img { aspect-ratio: 3 / 4; object-fit: cover; }
.story-one__script { position: absolute; z-index: 4; top: 22%; left: 50%; width: 88%; margin: 0; font-size: clamp(1.05rem, 1.4vw, 1.4rem); line-height: .9; text-align: center; white-space: nowrap; transform: translateX(-50%) rotate(-6deg); }
.story-one__content h2 { margin: 4% 0 6%; font-family: var(--serif); font-size: clamp(.85rem, 1.5vw, 1.45rem); font-weight: 400; line-height: 1.03; }
.story-copy { max-width: 88%; margin: 0; color: rgba(39,48,40,.66); font-size: clamp(.34rem, .5vw, .48rem); line-height: 1.45; }
.micro-brand { margin-top: 12%; font-size: clamp(.28rem, .4vw, .38rem); letter-spacing: .13em; }

/* Story 02 — full photographic testimonial. */
.story-two__brand { position: absolute; top: 2.5rem; right: .7rem; font-family: var(--serif); font-size: clamp(.4rem, .55vw, .52rem); letter-spacing: .12em; }
.story--photo blockquote { position: absolute; left: 9%; right: 9%; bottom: 23%; margin: 0; color: white; }
.story--photo blockquote p { margin: 0 0 .8rem; font-family: var(--serif); font-size: clamp(.65rem, 1.1vw, 1rem); line-height: 1.2; }
.story--photo blockquote footer { font-size: clamp(.3rem, .45vw, .4rem); letter-spacing: .1em; }
.story-two__title { position: absolute; left: 8%; right: 8%; bottom: 10%; margin: 0; color: white; font-family: var(--serif); font-size: clamp(1rem, 1.75vw, 1.7rem); line-height: .88; }
.story-two__title span, .story-two__title em { display: block; }
.story-two__title em { max-width: 82%; margin: .1em 0 0 auto; font-family: var(--script); font-size: .72em; line-height: 1; text-align: right; }

/* Story 03 — booking panel. */
.story-three__content { height: 100%; padding: 18% 10% 14%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
.story-three__city, .save-spot { margin: 0; color: rgba(255,255,255,.42); font-size: clamp(.32rem, .48vw, .45rem); letter-spacing: .36em; }
.monogram { width: 2rem; height: 2rem; margin: 8% 0 3%; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-family: var(--serif); font-size: 1rem; }
.story-three__content h2 { margin: 8% 0 7%; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 3rem); font-weight: 400; letter-spacing: -.04em; line-height: .78; }
.package-lines { width: 100%; display: grid; gap: .3rem; }
.package-lines a { padding: .42rem 0; display: flex; justify-content: space-between; gap: .5rem; border-bottom: 1px solid rgba(255,255,255,.18); font-size: clamp(.3rem, .45vw, .4rem); text-align: left; }
.package-lines a strong { flex: 0 0 auto; font-weight: 500; }
.package-lines p { max-width: 85%; margin: 0 auto; color: rgba(255,255,255,.63); font-family: var(--serif); font-size: clamp(.42rem, .62vw, .58rem); line-height: 1.45; }
.vertical-rule { width: 1px; height: 2.4rem; margin: 8% 0; background: rgba(255,255,255,.32); }

/* Story 04 — golden hour panel. */
.golden-photo { height: 49%; margin: 0; }
.golden-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: sepia(12%) saturate(.82); }
.golden-copy { height: 51%; padding: 8% 9% 12%; text-align: center; }
.golden-copy > .story-script { margin: -7% 0 .1rem; font-size: clamp(.9rem, 1.25vw, 1.25rem); line-height: .9; white-space: nowrap; }
.golden-copy h2 { margin: 0 0 8%; font-family: var(--serif); font-size: clamp(1.25rem, 2.2vw, 2.2rem); font-weight: 400; line-height: .9; }
.golden-copy > p:not(.story-script) { max-width: 85%; margin: 0 auto; color: rgba(255,255,255,.66); font-size: clamp(.32rem, .48vw, .44rem); line-height: 1.5; }
.golden-cta { position: absolute; left: 8%; right: 8%; bottom: 12%; display: flex; justify-content: space-between; align-items: end; gap: .7rem; text-align: left; }
.golden-cta span { font-family: var(--serif); font-size: clamp(.48rem, .75vw, .7rem); }
.golden-cta a { padding: .45rem .6rem; border: 1px solid rgba(255,255,255,.5); font-size: clamp(.28rem, .4vw, .36rem); letter-spacing: .08em; }

/* Supporting gallery — the four story pages stay intact above. */
.editorial-gallery { width: min(calc(100% - 2rem), 1080px); margin: clamp(7rem, 13vw, 13rem) auto 0; scroll-margin-top: 5rem; }
.gallery-heading { padding-bottom: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: 1.2fr .55fr; gap: 3rem; align-items: end; border-bottom: 1px solid rgba(255,255,255,.18); }
.gallery-heading p { margin: 0; color: rgba(255,255,255,.46); font-size: .52rem; letter-spacing: .18em; line-height: 1.7; }
.gallery-heading > p { max-width: 22rem; letter-spacing: .06em; }
.gallery-heading h2 { margin: 1rem 0 0; font-family: var(--serif); font-size: clamp(2.8rem, 5.4vw, 5.6rem); font-weight: 400; letter-spacing: -.05em; line-height: .82; }
.gallery-heading h2 em { display: block; width: max-content; margin: -.02em 0 0 1.15em; font-family: var(--script); font-size: .4em; font-style: normal; font-synthesis: none; font-weight: 400; letter-spacing: .01em; line-height: .9; }
.gallery-tabs { padding-top: clamp(1.5rem, 3vw, 2.25rem); }
.gallery-chip-list { display: flex; justify-content: flex-end; gap: .55rem; }
.gallery-chip { width: 2.3rem; height: 2.3rem; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: transparent; color: rgba(255,255,255,.65); font: 500 .66rem var(--sans); cursor: pointer; transition: background 180ms ease, color 180ms ease, border-color 180ms ease; }
.gallery-chip:hover, .gallery-chip:focus-visible { border-color: rgba(255,255,255,.75); color: var(--white); }
.gallery-chip.is-active { border-color: var(--ivory); background: var(--ivory); color: var(--forest-deep); }
.gallery-tabs [hidden] { display: none; }
.gallery-empty { min-height: 12rem; margin: 2.5rem 0 0; display: grid; place-items: center; border: 1px dashed rgba(255,255,255,.22); color: rgba(255,255,255,.48); font-size: .62rem; letter-spacing: .08em; text-align: center; }
.gallery-grid { padding-top: clamp(2.5rem, 5vw, 4.5rem); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(.65rem, 1.25vw, 1rem); }
.gallery-item { position: relative; margin: 0; aspect-ratio: 2 / 3; overflow: hidden; background: var(--forest); }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 800ms cubic-bezier(.2,.7,.2,1), filter 400ms ease; }
.gallery-item::after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgba(7,15,10,.72)); }
.gallery-item:hover img { transform: scale(1.025); filter: saturate(.82); }
.gallery-item figcaption { position: absolute; z-index: 2; left: 1rem; right: 1rem; bottom: .9rem; display: flex; justify-content: space-between; align-items: end; gap: .8rem; }
.gallery-item figcaption span { font-family: var(--serif); font-size: clamp(.9rem, 1.45vw, 1.35rem); }
.gallery-item figcaption small { color: rgba(255,255,255,.65); font-size: .42rem; letter-spacing: .15em; }

.kit-footer { padding: clamp(6rem, 12vw, 11rem) 1rem clamp(5rem, 9vw, 8rem); display: grid; justify-items: center; gap: .6rem; text-align: center; }
.kit-footer strong { font-family: var(--serif); font-size: 1.2rem; letter-spacing: .16em; }
.kit-footer span { color: rgba(255,255,255,.38); font-size: .45rem; letter-spacing: .25em; }

.reveal-section { opacity: 0; transform: translateY(1.5rem); transition: opacity 700ms ease, transform 700ms ease; }
.reveal-section.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .story-carousel { --active-card: 20rem; --idle-card: 13rem; }
  .monolove-shared-header .site-nav { background: var(--black); }
}

@media (max-width: 620px) {
  .monolove-shared-header.site-header { padding: .85rem 1rem; }
  .monolove-shared-header .site-nav { top: 0; right: 0; width: min(88vw, 23rem); min-height: 100svh; padding: 6rem 2rem 2rem; }
  .site-header.monolove-shared-header .header-cta,
  .site-header.monolove-shared-header .header-account-trigger { min-height: 2.35rem; padding: .5rem .65rem; border-radius: 0; background: transparent; color: var(--white); }
  .monolove-opening { min-height: max(42rem,100svh); }
  .monolove-opening__edition { top: 5.5rem; left: 1rem; right: 1rem; font-size: .42rem; }
  .monolove-opening__copy { left: 1.5rem; right: 1.5rem; bottom: 2rem; }
  .monolove-opening__copy h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .monolove-opening__copy h1 em { margin-left: .25em; }
  .monolove-opening__copy > a { min-height: 2.7rem; font-size: .52rem; }
  .home-hero { min-height: max(42rem, 100svh); }
  .monolove-opening__image { object-position: 53% center; }
  .home-hero__video { object-position: center; }
  .home-hero__shade { background: linear-gradient(180deg, rgba(5,9,7,.05) 20%, rgba(5,9,7,.12) 42%, rgba(5,9,7,.9) 78%, rgba(5,9,7,.96)); }
  .home-hero__ui { top: 5.5rem; left: 1rem; right: 1rem; font-size: .46rem; }
  .home-hero__brand { top: 7rem; right: 1rem; font-size: .48rem; }
  .home-hero__content { left: 1.5rem; right: 1.5rem; bottom: 6.5rem; width: auto; }
  .home-hero__content blockquote { max-width: 19rem; margin-bottom: 1.5rem; }
  .home-hero__content blockquote p { font-size: 1rem; }
  .home-hero__content blockquote footer { font-size: .42rem; }
  .home-hero__content h2 { font-size: clamp(2.5rem, 12vw, 3.4rem); }
  .home-hero__content h2 em { margin-left: auto; font-size: .48em; }
  .home-hero__action { left: 1rem; right: 1rem; bottom: 1rem; width: auto; min-height: 2.6rem; font-size: .52rem; }
  .home-hero__scroll { display: none; }
  .kit-heading { padding: 6rem 1rem 3.5rem; }
  .kit-heading h2 { font-size: 1.4rem; }
  .story-carousel { --active-card: min(72vw, 17rem); --idle-card: min(53vw, 12.5rem); }
  .story-grid { gap: .55rem; padding-top: 2rem; }
  .story-carousel__button { width: 2.6rem; height: 2.6rem; font-size: .9rem; }
  .story-carousel__button.prev { left: .65rem; }
  .story-carousel__button.next { right: .65rem; }
  .story-carousel__status { width: min(calc(100% - 3rem), 17rem); margin-top: .6rem; font-size: .4rem; }
  .story-ui { font-size: .48rem; }
  .story-avatar { width: 1.2rem; height: 1.2rem; font-size: .5rem; }
  .story-action { min-height: 2.2rem; font-size: .52rem; }
  .eyebrow { font-size: .48rem; }
  .story-one__script { font-size: clamp(1.2rem, 5.3vw, 1.55rem); }
  .story-one__content h2 { font-size: clamp(1.3rem, 6vw, 1.8rem); }
  .story-copy { font-size: .5rem; }
  .micro-brand { font-size: .4rem; }
  .story--photo blockquote p { font-size: 1rem; }
  .story--photo blockquote footer { font-size: .42rem; }
  .story-two__title { font-size: 1.65rem; }
  .story-three__city, .save-spot { font-size: .42rem; }
  .story-three__content h2 { font-size: 2.8rem; }
  .package-lines a, .package-lines p { font-size: .48rem; }
  .golden-copy > .story-script { font-size: 1.3rem; }
  .golden-copy h2 { font-size: 2rem; }
  .golden-copy > p:not(.story-script) { font-size: .46rem; }
  .editorial-gallery { margin-top: 7rem; }
  .gallery-heading { display: block; }
  .gallery-heading > p { margin-top: 1.5rem; }
  .gallery-heading h2 { font-size: clamp(2.8rem, 13vw, 4.2rem); }
  .gallery-heading h2 em { margin-left: .7em; font-size: .45em; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .55rem; }
  .gallery-item figcaption { left: .65rem; right: .65rem; bottom: .6rem; display: block; }
  .gallery-item figcaption span { display: block; font-size: .8rem; }
  .gallery-item figcaption small { display: block; margin-top: .2rem; font-size: .34rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal-section { opacity: 1; transform: none; transition: none; }
  .home-hero__video { display: none; }
  .home-hero { background: url("../images/monolove-opening.webp") center/cover no-repeat; }
}
