:root {
  --black: #050403;
  --ivory: #fff9ec;
  --gold: #d6af62;
  --gold-bright: #efd48f;
  --glass: rgba(5, 4, 3, 0.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; background: var(--black); color: var(--ivory); font-family: Georgia, "Times New Roman", serif; }
button, a { -webkit-tap-highlight-color: transparent; }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  isolation: isolate;
  display: grid;
  place-items: center;
  padding: max(1.25rem, env(safe-area-inset-top)) 1.25rem max(1.5rem, env(safe-area-inset-bottom));
}

.video-stage, .hero-video, .shade, .gold-wash { position: absolute; inset: 0; }
.video-stage { z-index: -4; background: #090704; }
.hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.035);
  transition: opacity 1.35s ease;
}
.hero-video.is-active { opacity: 1; }
.shade {
  z-index: -3;
  background: linear-gradient(180deg, rgba(2,2,2,.68) 0%, rgba(3,2,2,.28) 34%, rgba(3,2,2,.46) 66%, rgba(2,2,2,.78) 100%);
}
.gold-wash {
  z-index: -2;
  box-shadow: inset 0 0 10rem rgba(213, 168, 78, .14);
  background: radial-gradient(circle at 50% 45%, transparent 20%, rgba(0,0,0,.22) 100%);
  pointer-events: none;
}

.hero-header { position: absolute; z-index: 4; inset: max(.9rem, env(safe-area-inset-top)) 1rem auto; display: flex; justify-content: center; align-items: flex-start; }
.brand { display: block; width: clamp(6rem, 28vw, 8rem); border-radius: 50%; transition: width .5s ease, transform .5s ease; }
.brand img { display: block; width: 100%; border-radius: 50%; box-shadow: 0 0 2rem rgba(0,0,0,.55), 0 0 1rem rgba(214,175,98,.1); }
.page-scrolled .brand { width: 3.25rem; transform: translateY(-.15rem); }

.glass-control { display: grid; place-items: center; border: 1px solid rgba(231,195,117,.65); background: var(--glass); color: var(--gold-bright); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); }
.menu-button { position: absolute; right: 0; top: .15rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; cursor: pointer; }
.menu-button span { width: 1rem; height: 1px; background: var(--gold-bright); display: block; margin: .15rem; }

.hero-content { width: min(100%, 28rem); text-align: center; margin-top: 5.4rem; animation: content-in 1.4s .25s both; }
.eyebrow { margin: 0 0 .8rem; color: var(--gold-bright); font-family: Arial, Helvetica, sans-serif; font-size: .72rem; line-height: 1.4; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; text-shadow: 0 2px 12px #000; }
h1 { margin: 0; font-weight: 400; font-size: clamp(2rem, 8.4vw, 3.75rem); line-height: 1.13; letter-spacing: -.025em; color: var(--ivory); text-wrap: balance; text-shadow: 0 3px 22px rgba(0,0,0,.95); }
.hero-support { max-width: 31rem; margin: 1rem auto 0; color: rgba(255,249,236,.76); font: .94rem/1.6 Arial, Helvetica, sans-serif; text-shadow: 0 2px 16px #000; }
.actions { display: grid; gap: .72rem; width: min(100%, 20rem); margin: 2rem auto 0; }
.button { min-height: 3.1rem; display: grid; place-items: center; padding: .8rem 1.25rem; border: 1px solid rgba(230,190,103,.78); border-radius: 999px; font-family: Arial, Helvetica, sans-serif; font-size: .92rem; letter-spacing: .035em; text-decoration: none; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.button:active { transform: scale(.98); }
.button-primary { color: var(--ivory); background: rgba(4,3,2,.58); backdrop-filter: blur(14px); box-shadow: 0 10px 35px rgba(0,0,0,.28); }
.button-secondary { color: var(--gold-bright); background: rgba(4,3,2,.28); backdrop-filter: blur(8px); }

.scene-name { position: absolute; left: 1rem; bottom: max(1.2rem, env(safe-area-inset-bottom)); margin: 0; font-family: Arial, Helvetica, sans-serif; font-size: .66rem; letter-spacing: .18em; text-transform: uppercase; color: rgba(255,249,236,.72); text-shadow: 0 2px 10px #000; }
.sound-button { position: absolute; right: 1rem; bottom: max(1rem, env(safe-area-inset-bottom)); width: 2.8rem; height: 2.8rem; border-radius: 50%; cursor: pointer; }
.sound-button svg { width: 1.15rem; fill: currentColor; }
.sound-button .sound-on { display: none; }
.sound-button[aria-pressed="true"] .sound-on { display: block; }
.sound-button[aria-pressed="true"] .sound-off { display: none; }
.scroll-cue { position: absolute; left: 50%; bottom: max(1.1rem, env(safe-area-inset-bottom)); transform: translateX(-50%); color: var(--gold-bright); animation: float 1.8s ease-in-out infinite; }
.scroll-cue svg { width: 1.7rem; fill: currentColor; filter: drop-shadow(0 2px 8px #000); }

.wedding-signature { position: relative; display: grid; min-height: 100svh; overflow: hidden; isolation: isolate; background: radial-gradient(circle at 50% 44%, rgba(188,129,43,.22), transparent 34%), linear-gradient(180deg, #050403, #0d0804 52%, #050403); }
.wedding-signature::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .2; background-image: radial-gradient(circle, rgba(237,203,128,.7) 0 1px, transparent 1.5px); background-size: 82px 82px; }
.wedding-signature-art { position: relative; display: grid; place-items: end center; min-height: 63svh; overflow: hidden; }
.wedding-signature-art::after { content: ""; position: absolute; inset: auto 0 0; height: 38%; background: linear-gradient(180deg, transparent, #080503); pointer-events: none; }
.wedding-signature-art img { display: block; width: min(110vw, 37rem); max-height: 68svh; object-fit: contain; object-position: bottom center; filter: drop-shadow(0 0 2.2rem rgba(239,212,143,.18)); animation: wedding-float 6s ease-in-out infinite; }
.wedding-signature-copy { position: relative; z-index: 2; width: min(100% - 2.5rem, 44rem); margin: -1.5rem auto 0; padding: 0 0 5rem; text-align: center; }
.wedding-signature-copy h2 { margin: 0; color: var(--ivory); font-size: clamp(2.65rem, 11vw, 5.5rem); line-height: .95; font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
.wedding-signature-copy > p:last-child { max-width: 37rem; margin: 1.4rem auto 0; color: rgba(255,249,236,.68); font: 1rem/1.7 Arial, Helvetica, sans-serif; }

.worlds { position: relative; overflow: hidden; min-height: 100svh; padding: 6.5rem 0 5rem; background: #050403; isolation: isolate; }
.worlds::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .28; background-image: radial-gradient(circle, rgba(237,203,128,.7) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(237,203,128,.42) 0 1px, transparent 1.5px); background-size: 67px 67px, 101px 101px; background-position: 13px 9px, 45px 62px; }
.worlds-glow { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: radial-gradient(circle at 50% 30%, rgba(188,129,43,.15), transparent 35%), linear-gradient(180deg, #050403, #090603 52%, #050403); }
.worlds-heading { width: min(100% - 2.5rem, 48rem); margin: 0 auto 1.75rem; text-align: center; }
.worlds-heading h2 { margin: 0; color: var(--ivory); font-size: clamp(2.25rem, 9vw, 4.5rem); line-height: 1.03; font-weight: 400; letter-spacing: -.035em; text-wrap: balance; }
.worlds-heading > p:last-child { max-width: 38rem; margin: 1rem auto 0; color: rgba(255,249,236,.7); font-family: Arial, Helvetica, sans-serif; font-size: 1rem; line-height: 1.65; }
.collection-index { min-height: auto; }
.collection-grid { display: grid; grid-template-columns: 1fr; gap: 1rem; width: min(100% - 2.5rem, 72rem); margin: 2.25rem auto 0; }
.collection-card { position: relative; min-height: 18rem; overflow: hidden; border: 1px solid rgba(222,181,92,.38); border-radius: 1.4rem; color: var(--ivory); background: #130e08; box-shadow: 0 20px 60px rgba(0,0,0,.35); text-decoration: none; }
.collection-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.collection-card:active img { transform: scale(1.025); }
.collection-copy { position: absolute; z-index: 2; inset: auto 1.3rem 1.35rem; display: grid; gap: .45rem; }
.collection-copy small { color: var(--gold-bright); font: 600 .7rem/1.3 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.collection-copy strong { max-width: 20rem; font-size: clamp(1.8rem, 8vw, 2.8rem); line-height: 1; font-weight: 400; }
.collection-copy em { margin-top: .55rem; color: rgba(255,249,236,.82); font: normal 500 .78rem/1 Arial, Helvetica, sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.service-editorial { width: 100%; margin: 7rem auto 0; border-top: 1px solid rgba(214,175,98,.2); }
.editorial-chapter { position: relative; display: grid; min-height: 42rem; overflow: hidden; border-bottom: 1px solid rgba(214,175,98,.2); background: #070504; isolation: isolate; }
.editorial-chapter::before { content: ""; position: absolute; z-index: -1; inset: 0; opacity: .9; pointer-events: none; }
.save-date-chapter::before { background: radial-gradient(circle at 20% 35%, rgba(149,82,59,.27), transparent 43%), linear-gradient(145deg, #090504, #140907 55%, #050403); }
.birthday-chapter::before { background: radial-gradient(circle at 80% 35%, rgba(102,48,140,.34), transparent 44%), linear-gradient(145deg, #07040b, #13091b 55%, #050403); }
.website-chapter::before { background: radial-gradient(circle at 20% 35%, rgba(36,81,122,.3), transparent 44%), linear-gradient(145deg, #03070d, #07111d 55%, #050403); }
.editorial-image { position: relative; display: block; min-height: 29rem; overflow: hidden; color: inherit; text-decoration: none; }
.editorial-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,4,3,.9) 100%), linear-gradient(90deg, rgba(5,4,3,.08), transparent 45%); }
.editorial-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 28%; filter: saturate(.9) contrast(1.04); transform: scale(1.01); transition: transform 1s cubic-bezier(.2,.7,.2,1), filter .7s ease; }
.editorial-image:active img { transform: scale(1.035); }
.editorial-copy { position: relative; align-self: center; padding: 2.5rem 1.25rem 4rem; }
.editorial-copy > span { position: absolute; top: -1.2rem; right: 1.2rem; color: rgba(239,212,143,.14); font-size: clamp(5rem, 26vw, 9rem); line-height: 1; letter-spacing: -.08em; }
.editorial-copy > p:first-of-type { position: relative; margin: 0 0 .8rem; color: var(--gold-bright); font: 600 .68rem/1.3 Arial, Helvetica, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.editorial-copy h2 { position: relative; max-width: 13ch; margin: 0; color: var(--ivory); font-size: clamp(2.8rem, 13vw, 6.4rem); line-height: .92; font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
.editorial-rule { width: 4rem; height: 1px; margin-top: 1.7rem; background: linear-gradient(90deg, var(--gold-bright), rgba(239,212,143,.15)); transition: width .7s ease; }
.editorial-description { max-width: 31rem; margin: 1.25rem 0 0; color: rgba(255,249,236,.68); font: 1rem/1.7 Arial, Helvetica, sans-serif; }
.editorial-copy > a { display: inline-flex; align-items: center; gap: .8rem; margin-top: 1.65rem; color: var(--gold-bright); font: 600 .76rem/1 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.editorial-copy > a b { font-size: 1.2rem; font-weight: 400; transition: transform .3s ease; }
.editorial-copy > a:active b { transform: translateX(.3rem); }
.world-group { margin-top: 3.25rem; }
.world-group:first-of-type { margin-top: 2.25rem; }
.world-group-heading { width: min(100% - 2.5rem, 72rem); margin: 0 auto 1rem; }
.world-group-heading p { margin: 0 0 .45rem; color: rgba(237,203,128,.6); font: 600 .66rem/1 Arial, Helvetica, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.world-group-heading h3 { margin: 0; color: var(--ivory); font-size: clamp(1.65rem, 7vw, 2.6rem); line-height: 1.05; font-weight: 400; letter-spacing: -.02em; }
.worlds-carousel::-webkit-scrollbar { display: none; }
.worlds-carousel { display: flex; gap: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 1.25rem; overscroll-behavior-inline: contain; padding: .25rem 1.25rem 1.2rem; scrollbar-width: none; }
.world-card { position: relative; flex: 0 0 min(82vw, 22rem); aspect-ratio: 9/16; max-height: 70svh; scroll-snap-align: center; overflow: hidden; border: 1px solid rgba(222,181,92,.38); border-radius: 1.4rem; background: #130e08; box-shadow: 0 20px 60px rgba(0,0,0,.42); transition: opacity .35s ease, transform .35s ease; }
.world-card[hidden] { display: none; }
.world-card video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; background: #0d0905; }
.card-shade { position: absolute; inset: 0; pointer-events: none; background: linear-gradient(180deg, rgba(0,0,0,.05) 40%, rgba(10,6,2,.78) 73%, rgba(5,3,1,.96) 100%); }
.card-copy { position: absolute; z-index: 2; inset: auto 1.15rem 1.15rem; }
.card-copy p { margin: 0 0 .4rem; color: var(--gold-bright); font: 600 .68rem/1.3 Arial, Helvetica, sans-serif; letter-spacing: .16em; text-transform: uppercase; }
.card-copy h3 { margin: 0; max-width: 92%; color: var(--ivory); font-size: clamp(1.65rem, 7vw, 2.25rem); line-height: 1.02; font-weight: 400; text-wrap: balance; }
.view-world { margin-top: 1rem; padding: .65rem 0; border: 0; border-bottom: 1px solid rgba(239,212,143,.72); color: var(--ivory); background: transparent; font: 500 .8rem/1 Arial, Helvetica, sans-serif; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; }
.card-sound { position: absolute; z-index: 3; top: .9rem; right: .9rem; width: 2.65rem; height: 2.65rem; display: grid; place-items: center; padding: 0; border: 1px solid rgba(239,212,143,.54); border-radius: 50%; color: var(--gold-bright); background: rgba(5,4,3,.62); backdrop-filter: blur(12px); cursor: pointer; }
.card-sound span { font-size: 1.05rem; line-height: 1; filter: grayscale(1) sepia(1) saturate(1.8); }
.replay { position: absolute; z-index: 4; inset: 50% auto auto 50%; translate: -50% -50%; width: 4rem; height: 4rem; display: none; place-items: center; border: 1px solid var(--gold-bright); border-radius: 50%; color: var(--gold-bright); background: rgba(5,4,3,.68); backdrop-filter: blur(12px); font-size: 2rem; cursor: pointer; }
.world-card.has-ended .replay { display: grid; }
.carousel-status { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 1rem; width: min(100% - 2.5rem, 72rem); margin: .6rem auto 0; }
.progress-track { height: 1px; overflow: hidden; background: rgba(214,175,98,.2); }
.progress-track span { display: block; width: 9.09%; height: 100%; background: linear-gradient(90deg, #a96d24, var(--gold-bright)); transition: width .35s ease; }
.carousel-status p { min-width: 3.5rem; margin: 0; color: rgba(255,249,236,.5); font: .8rem/1 Arial, Helvetica, sans-serif; letter-spacing: .12em; }
.carousel-status strong { color: var(--gold-bright); font-weight: 500; }

.world-modal { position: fixed; z-index: 30; inset: 0; display: grid; align-items: end; background: rgba(0,0,0,.85); backdrop-filter: blur(18px); opacity: 0; visibility: hidden; transition: opacity .35s ease, visibility .35s; }
.world-modal.is-open { opacity: 1; visibility: visible; }
.modal-close { position: absolute; z-index: 3; top: max(1rem, env(safe-area-inset-top)); right: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; cursor: pointer; }
.modal-close span { position: absolute; width: 1.1rem; height: 1px; background: var(--gold-bright); transform: rotate(45deg); }
.modal-close span:last-child { transform: rotate(-45deg); }
.modal-panel { width: 100%; max-height: 94svh; overflow-y: auto; border-radius: 1.6rem 1.6rem 0 0; border-top: 1px solid rgba(214,175,98,.4); background: #080604; }
.modal-video-wrap { width: min(100%, 32rem); margin: 0 auto; aspect-ratio: 9/16; max-height: 62svh; background: #000; }
.modal-video-wrap video { display: block; width: 100%; height: 100%; object-fit: contain; }
.modal-copy { width: min(100% - 2.5rem, 34rem); margin: 0 auto; padding: 1.5rem 0 max(2rem, env(safe-area-inset-bottom)); text-align: center; }
.modal-kicker { margin: 0 0 .55rem; color: var(--gold); font: .68rem/1 Arial, Helvetica, sans-serif; letter-spacing: .2em; text-transform: uppercase; }
.modal-copy h2 { margin: 0; font-size: 2rem; line-height: 1.05; font-weight: 400; }
.modal-description { margin: .8rem auto 0; color: rgba(255,249,236,.68); font: .95rem/1.55 Arial, Helvetica, sans-serif; }
.modal-price { margin: 1rem 0 1.15rem; color: var(--gold-bright); font: 600 .88rem/1.2 Arial, Helvetica, sans-serif; letter-spacing: .04em; }
.modal-whatsapp { width: min(100%, 20rem); margin: 0 auto; }

.category-page { min-height: 100svh; background: #050403; }
.category-header { position: sticky; z-index: 10; top: 0; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1rem; min-height: 4.5rem; padding: max(.7rem, env(safe-area-inset-top)) 1rem .7rem; border-bottom: 1px solid rgba(214,175,98,.2); background: rgba(5,4,3,.84); backdrop-filter: blur(18px); }
.category-back, .category-home { color: var(--gold-bright); font: 500 .78rem/1 Arial, Helvetica, sans-serif; letter-spacing: .06em; text-decoration: none; }
.category-brand { justify-self: center; display: block; width: 3.1rem; }
.category-brand img { display: block; width: 100%; border-radius: 50%; }
.category-hero { width: min(100% - 2.5rem, 50rem); margin: 0 auto; padding: 4rem 0 1.5rem; text-align: center; }
.category-hero h1 { font-size: clamp(2.5rem, 10vw, 5rem); }
.category-hero p:last-child { margin: 1rem auto 0; color: rgba(255,249,236,.68); font: 1rem/1.6 Arial, Helvetica, sans-serif; }
.category-page .worlds { min-height: auto; padding: 0 0 5rem; }
.category-page .world-group { margin-top: 1.25rem; }
.category-page .worlds-carousel { padding-top: .5rem; }
.category-note { width: min(100% - 2.5rem, 72rem); margin: 1rem auto 0; color: rgba(255,249,236,.48); font: .78rem/1.5 Arial, Helvetica, sans-serif; text-align: center; }

.service-page { min-height: 100svh; background: #050403; }
.service-detail { position: relative; min-height: calc(100svh - 4.5rem); overflow: hidden; display: grid; place-items: center; isolation: isolate; padding: 4rem 1.25rem; text-align: center; }
.service-detail::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: .25; background-image: radial-gradient(circle, rgba(237,203,128,.7) 0 1px, transparent 1.5px); background-size: 72px 72px; }
.service-detail::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 42%, rgba(188,129,43,.18), transparent 36%), linear-gradient(180deg, #050403, #0b0703 58%, #050403); }
.service-detail-inner { width: min(100%, 48rem); }
.service-detail h1 { margin: 0; font-size: clamp(3.4rem, 15vw, 7.5rem); line-height: .92; }
.service-detail-copy { max-width: 34rem; margin: 1.4rem auto 0; color: rgba(255,249,236,.7); font: 1rem/1.7 Arial, Helvetica, sans-serif; }
.service-detail .button { width: min(100%, 20rem); margin: 2rem auto 0; }
.single-showcase { justify-content: center; }
.website-showcase-copy { width: min(100% - 2rem, 44rem); margin: 1.75rem auto 0; text-align: center; }
.website-showcase-copy h2 { margin: 0; color: var(--ivory); font-size: clamp(1.8rem, 7vw, 3rem); font-weight: 400; line-height: 1.05; }
.website-showcase-copy p { margin: .8rem 0 0; color: var(--gold-bright); font: .95rem/1.5 Arial, Helvetica, sans-serif; letter-spacing: .05em; }
.website-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; margin-top: 1.25rem; }
.website-actions .button { flex: 1 1 13rem; max-width: 19rem; margin: 0; }
.modal-copy .website-actions { margin-top: 1.25rem; }
.service-coming { display: none; }

.about-contact { position: relative; overflow: hidden; isolation: isolate; padding: 7rem 1.25rem 6rem; background: linear-gradient(180deg, #050403, #0d0804 48%, #050403); }
.closing-glow { position: absolute; z-index: -1; inset: 0; background: radial-gradient(circle at 50% 36%, rgba(188,129,43,.2), transparent 34%), radial-gradient(circle, rgba(237,203,128,.45) 0 1px, transparent 1.5px); background-size: auto, 90px 90px; opacity: .75; }
.about-block, .contact-block { width: min(100%, 54rem); margin-inline: auto; text-align: center; }
.about-block h2, .contact-block h2 { margin: 0 auto; color: var(--ivory); font-size: clamp(2.7rem, 11vw, 6.4rem); line-height: .96; font-weight: 400; letter-spacing: -.045em; text-wrap: balance; }
.about-block > p:last-child, .contact-block > p:last-of-type { max-width: 43rem; margin: 1.6rem auto 0; color: rgba(255,249,236,.68); font: 1rem/1.75 Arial, Helvetica, sans-serif; }
.lead-capture { width: min(100%, 58rem); margin: 7rem auto 0; padding: clamp(2rem, 6vw, 4rem); border: 1px solid rgba(214,175,98,.3); border-radius: 2rem; background: radial-gradient(circle at 50% 0%, rgba(214,175,98,.12), transparent 48%), rgba(255,255,255,.025); box-shadow: 0 2rem 6rem rgba(0,0,0,.34); text-align: center; }
.lead-capture-copy h2 { margin: 0; color: var(--ivory); font-size: clamp(2.4rem, 8vw, 4.5rem); line-height: 1; font-weight: 400; letter-spacing: -.04em; }
.lead-capture-copy > p:last-child { margin: 1.15rem auto 0; color: rgba(255,249,236,.68); font: 1rem/1.65 Arial, Helvetica, sans-serif; }
.lead-form { display: grid; gap: 1rem; max-width: 40rem; margin: 2.5rem auto 0; }
.lead-field { text-align: left; }
.lead-field label { display: block; margin: 0 0 .55rem .15rem; color: rgba(255,249,236,.72); font: .74rem/1.2 Arial, Helvetica, sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.lead-field input { box-sizing: border-box; width: 100%; min-height: 3.6rem; padding: 0 1.1rem; border: 1px solid rgba(214,175,98,.28); border-radius: .85rem; outline: none; background: rgba(0,0,0,.34); color: var(--ivory); font: 1rem Arial, Helvetica, sans-serif; transition: border-color .25s ease, box-shadow .25s ease; }
.lead-field input:focus { border-color: var(--gold-bright); box-shadow: 0 0 0 3px rgba(214,175,98,.12); }
.lead-form .button { width: 100%; margin-top: .4rem; border: 0; cursor: pointer; }
.lead-form .button:disabled { cursor: wait; opacity: .65; }
.lead-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; opacity: 0 !important; }
.lead-consent { margin: .2rem auto 0; max-width: 32rem; color: rgba(255,249,236,.42); font: .76rem/1.5 Arial, Helvetica, sans-serif; }
.lead-status { min-height: 1.5rem; margin: 0; color: #e6a7a7; font: .86rem/1.5 Arial, Helvetica, sans-serif; }
.lead-status.is-success { color: #e8c77f; }
.contact-block { margin-top: 7rem; padding-top: 6rem; border-top: 1px solid rgba(214,175,98,.24); }
.contact-block::before { content: "✦"; display: block; width: 3rem; margin: -6.75rem auto 4.25rem; color: var(--gold-bright); background: #0a0603; font-size: 1.3rem; }
.contact-block h2 { max-width: 48rem; font-size: clamp(2.5rem, 10vw, 5.8rem); }
.contact-actions { display: grid; gap: .75rem; width: min(100%, 22rem); margin: 2rem auto 0; }
.site-footer { padding: 4rem 1.25rem max(2rem, env(safe-area-inset-bottom)); border-top: 1px solid rgba(214,175,98,.2); background: #030201; text-align: center; }
.footer-logo { display: block; width: 5rem; margin: 0 auto; }
.footer-logo img { display: block; width: 100%; border-radius: 50%; box-shadow: 0 0 2rem rgba(214,175,98,.08); }
.site-footer > p { margin: 1.25rem auto 0; color: var(--ivory); font-size: 1.15rem; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: center; gap: .8rem 1.5rem; margin: 2rem auto 0; }
.site-footer nav a, .footer-base a { color: var(--gold-bright); font: 600 .7rem/1.4 Arial, Helvetica, sans-serif; letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }
.footer-base { display: flex; justify-content: space-between; gap: 1rem; width: min(100%, 72rem); margin: 3.5rem auto 0; padding-top: 1.25rem; border-top: 1px solid rgba(214,175,98,.14); }
.footer-base small { color: rgba(255,249,236,.46); font: .72rem/1.4 Arial, Helvetica, sans-serif; }
.wedding-note { margin: 0; padding: 1.4rem 1.25rem; border-top: 1px solid rgba(214,175,98,.18); border-bottom: 1px solid rgba(214,175,98,.18); color: var(--gold-bright); background: #050403; font: 600 .7rem/1.6 Arial, Helvetica, sans-serif; letter-spacing: .12em; text-align: center; text-transform: uppercase; }

.menu-overlay { position: fixed; z-index: 20; inset: 0; display: grid; place-items: center; padding: 2rem; background: rgba(2,2,2,.74); backdrop-filter: blur(24px) saturate(.8); -webkit-backdrop-filter: blur(24px) saturate(.8); opacity: 0; visibility: hidden; transition: opacity .45s ease, visibility .45s; }
.menu-overlay.is-open { opacity: 1; visibility: visible; }
.menu-close { position: absolute; top: max(1.05rem, env(safe-area-inset-top)); right: 1rem; width: 2.8rem; height: 2.8rem; border-radius: 50%; cursor: pointer; }
.menu-close span { position: absolute; width: 1.1rem; height: 1px; background: var(--gold-bright); transform: rotate(45deg); }
.menu-close span:last-child { transform: rotate(-45deg); }
.menu-inner { display: grid; justify-items: center; gap: 1rem; max-height: calc(100svh - 7rem); overflow-y: auto; padding: 1rem; }
.menu-inner p { margin: 0 0 .9rem; color: var(--gold); font-family: Arial, Helvetica, sans-serif; font-size: .72rem; letter-spacing: .25em; text-transform: uppercase; }
.menu-inner a { color: var(--ivory); text-decoration: none; font-size: clamp(1.8rem, 7vw, 3rem); line-height: 1.15; font-weight: 400; }

.motion-ready .scroll-reveal {
  opacity: 0;
  transform: translateY(1.4rem);
  transition: opacity .72s ease, transform .82s cubic-bezier(.2,.7,.2,1);
  transition-delay: 0s;
  will-change: opacity, transform;
}
.motion-ready .scroll-reveal.reveal-from-up { transform: translateY(-1.4rem); }
.motion-ready .scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .scroll-reveal-media {
  opacity: .45;
  transform: scale(.975);
  transition: opacity .8s ease, transform 1s cubic-bezier(.2,.7,.2,1);
  transition-delay: 0s;
  will-change: opacity, transform;
}
.motion-ready .scroll-reveal-media.is-visible {
  opacity: 1;
  transform: scale(1);
  transition-delay: var(--reveal-delay, 0ms);
}

@keyframes content-in { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
@keyframes float { 0%,100% { transform: translate(-50%,0); opacity: .6; } 50% { transform: translate(-50%,7px); opacity: 1; } }
@keyframes wedding-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-.65rem); } }

@media (min-width: 760px) {
  .hero { padding-inline: 3rem; }
  .hero-header { inset-inline: 2rem; }
  .brand { width: 7.5rem; }
  .hero-content { margin-top: 6rem; }
  .actions { grid-template-columns: 1fr 1fr; width: min(100%, 31rem); }
  .scene-name { left: 2rem; }
  .sound-button { right: 2rem; }
  .worlds { padding-top: 7.5rem; }
  .worlds-carousel { padding-inline: max(2rem, calc((100vw - 72rem) / 2)); scroll-padding-inline: max(2rem, calc((100vw - 72rem) / 2)); }
  .world-card { flex-basis: min(29vw, 22rem); }
  .collection-grid { grid-template-columns: repeat(2, 1fr); }
  .wedding-signature { grid-template-columns: minmax(23rem, 46%) 1fr; align-items: center; min-height: 52rem; }
  .wedding-signature-art { min-height: 52rem; height: 100%; }
  .wedding-signature-art::after { inset: 0 0 0 auto; width: 28%; height: auto; background: linear-gradient(90deg, transparent, #090603); }
  .wedding-signature-art img { width: min(46vw, 42rem); max-height: 49rem; }
  .wedding-signature-copy { width: min(100% - 4rem, 42rem); margin: 0; padding: 4rem clamp(2rem, 6vw, 6rem) 4rem 2rem; text-align: left; }
  .wedding-signature-copy > p:last-child { margin-left: 0; }
  .collection-card:first-child { grid-row: span 2; min-height: 37rem; }
  .collection-card:last-child { grid-column: span 2; min-height: 22rem; }
  .editorial-chapter { grid-template-columns: minmax(22rem, 46%) 1fr; min-height: 46rem; }
  .editorial-chapter:nth-child(even) { grid-template-columns: 1fr minmax(22rem, 46%); }
  .editorial-chapter:nth-child(even) .editorial-image { grid-column: 2; }
  .editorial-chapter:nth-child(even) .editorial-copy { grid-column: 1; grid-row: 1; }
  .editorial-image { min-height: 46rem; }
  .editorial-image::after { background: linear-gradient(90deg, transparent 58%, rgba(5,4,3,.82) 100%); }
  .editorial-chapter:nth-child(even) .editorial-image::after { background: linear-gradient(270deg, transparent 58%, rgba(5,4,3,.82) 100%); }
  .editorial-copy { padding: 4rem clamp(3rem, 7vw, 7rem); }
  .editorial-copy > span { top: 2rem; right: 4rem; }
  .editorial-image:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.05); }
  .editorial-copy > a:hover b { transform: translateX(.35rem); }
  .editorial-chapter:hover .editorial-rule { width: 7rem; }
  .about-contact { padding: 10rem 3rem 8rem; }
  .contact-actions { grid-template-columns: 1fr 1fr; width: min(100%, 34rem); }
  .site-footer { padding-inline: 3rem; }
  .category-header { padding-inline: 2rem; }
  .world-modal { align-items: center; padding: 2rem; }
  .modal-panel { display: grid; grid-template-columns: minmax(17rem, 26rem) minmax(20rem, 28rem); width: min(100%, 54rem); max-height: 88svh; margin: auto; overflow: hidden; border: 1px solid rgba(214,175,98,.4); border-radius: 1.5rem; }
  .modal-video-wrap { width: 100%; max-height: 88svh; }
  .modal-copy { align-self: center; padding: 2.5rem; text-align: left; }
  .modal-copy h2 { font-size: 2.8rem; }
  .modal-whatsapp { margin-left: 0; }
}

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