:root {
    /* Sistema cromático: base neutra, acentos pontuais e contraste legível */
    --background: #FBF8F3;
    --bg: var(--background);
    --surface: #F3EEEE;
    --surface-lavender: #F1EDF2;
    --surface-grey: #F3F1F4;
    --text: #332F34;
    --muted: #6C6570;
    --primary: #CFC2C3;
    --secondary: #A999AD;
    --accent: #866586;
    --hover: #866586;
    --botanical: #8E9B84;
    --botanical-light: #C8D0C2;
    --border: #D9D5DC;
    --accent-rose: #A999AD;
    --green-soft: #8E9B84;
    --green-deep: #5E4E60;
    --green-certexa: #514253;
    --green-certexa-dark: #403542;
    --line: rgba(142, 128, 145, 0.22);
    --space-2: 0.5rem;
    --space-3: 0.75rem;
    --space-4: 1rem;
    --space-5: 1.25rem;
    --space-6: 1.5rem;
    --space-8: 2rem;
    --space-10: 2.5rem;
    --space-12: 3rem;
    --space-16: 4rem;
    --content-gutter: 1.5rem;
    --section-pad-y: 6.5rem;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

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

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg);
    color: var(--text);
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
    cursor: default;
    line-height: 1.7;
}

/* ── Tipografia ── */
.font-serif {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: -0.005em;
    line-height: 1.12;
}

.font-sans {
    font-family: 'Lato', sans-serif;
}

.font-script {
    font-family: 'Great Vibes', cursive;
    font-weight: 400;
}

.font-hand {
    font-family: 'Caveat', cursive;
}

.label {
    font-family: 'Lato', sans-serif;
    font-size: 0.68rem;
    letter-spacing: 0.36em;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--muted);
    line-height: 1.8;
}

/* ── Papéis de cor ── */
.section-eyebrow {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 0.85rem;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: var(--accent);
    display: block;
    font-weight: 500;
}

.section-label {
    color: var(--accent);
}

.section-title {
    font-family: 'Marcellus', serif;
    font-size: clamp(2.4rem, 5.7vw, 4.7rem);
    line-height: 1.05;
    letter-spacing: -0.02em;
    font-weight: 400;
}

.highlight-rose {
    color: var(--accent-rose);
    font-style: italic;
    font-weight: 500;
}

.text-muted {
    color: var(--muted);
    line-height: 1.85;
}

.timeline-year {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    line-height: 1;
    color: var(--green-soft);
    font-weight: 600;
}

.price-rose {
    color: var(--accent-rose);
    font-weight: 500;
}

.hero-cream {
    color: var(--bg);
}

.section-cream {
    background: var(--bg);
}

.section-soft-mauve {
    background: var(--surface);
}

.section-soft-lavender {
    background: var(--surface-lavender);
}

.section-soft-grey {
    background: var(--surface-grey);
}

/* ── Brasão / Cores por contexto ── */
.crest-white {
    filter: brightness(0) invert(1);
}

/* ── Animações ── */
.reveal {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 1.5s cubic-bezier(.16, 1, .3, 1), transform 1.5s cubic-bezier(.16, 1, .3, 1);
}

.reveal.in {
    opacity: 1;
    transform: translateY(0);
}

.cinematic-img {
    filter: saturate(105%) contrast(105%) brightness(105%);
    transition: transform 4s cubic-bezier(.16, 1, .3, 1), filter 1.5s ease;
}

/* ── HERO: overlay escuro + bokeh ── */
.hero-img {
    filter: brightness(0.44) saturate(106%) contrast(108%);
    object-position: center 62%;
}

.hero-crest {
    width: 7.5rem;
    height: 7.5rem;
}

.hero-overlay {
    background:
        linear-gradient(180deg, rgba(64, 53, 66, 0.62) 0%, rgba(81, 66, 83, 0.38) 48%, rgba(251, 248, 243, 0.12) 100%);
}

.hero-section::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2.5rem;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(251, 248, 243, 0) 0%, rgba(251, 248, 243, 0.28) 100%);
    filter: blur(12px);
    opacity: 0.9;
    z-index: 1;
}

.hero-bokeh {
    pointer-events: none;
    z-index: 1;
}

.bokeh {
    position: absolute;
    border-radius: 50%;
    filter: blur(40px);
    opacity: 0;
    animation: bokehFloat 8s infinite ease-in-out;
}

.bokeh-1 {
    width: 300px; height: 300px;
    top: 10%; left: 8%;
    background: radial-gradient(circle, rgba(207, 194, 195, 0.42) 0%, transparent 70%);
    animation-delay: 0s;
    opacity: 0.6;
}

.bokeh-2 {
    width: 220px; height: 220px;
    top: 25%; right: 12%;
    background: radial-gradient(circle, rgba(169, 153, 173, 0.32) 0%, transparent 70%);
    animation-delay: 1.5s;
    opacity: 0.5;
}

.bokeh-3 {
    width: 180px; height: 180px;
    bottom: 30%; left: 20%;
    background: radial-gradient(circle, rgba(217, 213, 220, 0.3) 0%, transparent 70%);
    animation-delay: 3s;
    opacity: 0.45;
}

.bokeh-4 {
    width: 140px; height: 140px;
    top: 45%; right: 30%;
    background: radial-gradient(circle, rgba(142, 155, 132, 0.24) 0%, transparent 70%);
    animation-delay: 0.8s;
    opacity: 0.4;
}

.bokeh-5 {
    width: 260px; height: 260px;
    bottom: 20%; right: 15%;
    background: radial-gradient(circle, rgba(207, 194, 195, 0.26) 0%, transparent 70%);
    animation-delay: 4.5s;
    opacity: 0.5;
}

.bokeh-6 {
    width: 100px; height: 100px;
    top: 18%; left: 45%;
    background: radial-gradient(circle, rgba(251, 248, 243, 0.42) 0%, transparent 70%);
    animation-delay: 2s;
    opacity: 0.18;
}

.bokeh-7 {
    width: 160px; height: 160px;
    bottom: 40%; left: 60%;
    background: radial-gradient(circle, rgba(134, 101, 134, 0.2) 0%, transparent 70%);
    animation-delay: 5.2s;
    opacity: 0.35;
}

.bokeh-8 {
    width: 90px; height: 90px;
    top: 60%; left: 10%;
    background: radial-gradient(circle, rgba(169, 153, 173, 0.22) 0%, transparent 70%);
    animation-delay: 6s;
    opacity: 0.18;
}

@keyframes bokehFloat {
    0%, 100% {
        transform: translate(0, 0) scale(1);
        opacity: 0.25;
    }
    50% {
        transform: translate(20px, -30px) scale(1.15);
        opacity: 0.55;
    }
}

/* ── Formulário ── */
.lux-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--line);
    padding: 1.2rem 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.3rem;
    width: 100%;
    color: var(--text);
    transition: border-color 0.5s ease;
    font-weight: 400;
}

.lux-input:focus {
    outline: none;
    border-bottom-color: var(--green-soft);
}

.lux-input::placeholder {
    color: var(--muted);
    font-style: italic;
    font-weight: 400;
}

/* RSVP verde */
.lux-input-green {
    color: var(--bg);
    border-bottom-color: rgba(249, 246, 240, 0.18);
    font-weight: 400;
}

.lux-input-green:focus {
    border-bottom-color: rgba(249, 246, 240, 0.6);
    outline: none;
}

.lux-input-green::placeholder {
    color: rgba(249, 246, 240, 0.4);
    font-style: italic;
}

.lux-input-green option {
    color: var(--text);
    background: var(--bg);
}

.rsvp-radio {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: 1px solid var(--line);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease;
}

.rsvp-radio-dot {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background: var(--accent);
    display: none;
}

.rsvp-radio-green {
    border-color: rgba(249, 246, 240, 0.3);
}

.rsvp-radio-dot-green {
    background: var(--botanical-light);
}

.peer:checked ~ .rsvp-radio {
    border-color: var(--accent);
}

.peer:checked ~ .rsvp-radio-green {
    border-color: rgba(249, 246, 240, 0.9);
}

.peer:checked ~ .rsvp-radio .rsvp-radio-dot {
    display: block;
}

.peer:checked ~ .rsvp-label-text {
    color: var(--accent);
}

.peer:checked ~ .rsvp-label-green {
    color: var(--bg);
}

.rsvp-label-text {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    color: var(--text);
    transition: color 0.3s ease;
    font-weight: 400;
}

.rsvp-label-green {
    color: rgba(249, 246, 240, 0.75);
    font-size: 1.15rem;
}

.rsvp-label {
    color: rgba(249, 246, 240, 0.5);
}

.rsvp-subtext {
    color: rgba(249, 246, 240, 0.7);
}

.rsvp-optional {
    letter-spacing: 0.08em;
    text-transform: none;
    opacity: 0.72;
}

.rsvp-companion {
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    color: rgba(249, 246, 240, 0.86);
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    line-height: 1.45;
    cursor: pointer;
}

.rsvp-checkbox,
.rsvp-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.rsvp-checkbox-mark,
.rsvp-choice-control {
    display: inline-flex;
    width: 1.2rem;
    height: 1.2rem;
    flex: 0 0 1.2rem;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(251, 248, 243, 0.5);
    background: transparent;
    transition: background 0.25s ease, border-color 0.25s ease;
}

.rsvp-checkbox-mark {
    border-radius: 0.2rem;
    margin-top: 0.15rem;
}

.rsvp-checkbox:checked + .rsvp-checkbox-mark {
    border-color: var(--botanical-light);
    background: var(--botanical-light);
}

.rsvp-checkbox:checked + .rsvp-checkbox-mark::after,
.rsvp-choice input:checked + .rsvp-choice-control::after {
    content: '';
    width: 0.4rem;
    height: 0.22rem;
    border-bottom: 1.5px solid var(--green-certexa-dark);
    border-left: 1.5px solid var(--green-certexa-dark);
    transform: rotate(-45deg) translate(0.02rem, -0.03rem);
}

.rsvp-options {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.rsvp-choice {
    display: flex;
    min-height: 4.5rem;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(251, 248, 243, 0.22);
    color: rgba(251, 248, 243, 0.78);
    font-family: 'Playfair Display', serif;
    font-size: 1rem;
    line-height: 1.25;
    cursor: pointer;
    transition: border-color 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.rsvp-choice-control {
    border-radius: 50%;
}

.rsvp-choice:has(input:checked) {
    border-color: var(--botanical-light);
    background: transparent;
    color: var(--bg);
}

.rsvp-choice input:checked + .rsvp-choice-control {
    border-color: var(--botanical-light);
    background: var(--botanical-light);
}

.rsvp-choice:focus-within,
.rsvp-companion:focus-within {
    outline: none;
}

.rsvp-choice:focus-within .rsvp-choice-control,
.rsvp-companion:focus-within .rsvp-checkbox-mark {
    box-shadow: 0 0 0 3px rgba(200, 208, 194, 0.22);
}

/* ── Botão ── */
.btn-immersive {
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.42em;
    text-transform: uppercase;
    color: var(--text);
    padding: 1.5rem 3.2rem;
    border: 1px solid var(--primary);
    position: relative;
    overflow: hidden;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
    display: inline-block;
    background: var(--primary);
    cursor: pointer;
    font-weight: 400;
}

.btn-immersive span {
    position: relative;
    z-index: 2;
}

.btn-immersive::before {
    display: none;
}

.btn-immersive:hover {
    background: var(--hover);
    color: var(--bg);
    border-color: var(--hover);
    transform: translateY(-2px);
}

.btn-immersive:hover::before {
    display: none;
}

.btn-immersive-green {
    color: var(--text);
    border-color: var(--primary);
}

.btn-immersive-green::before {
    display: none;
}

.btn-immersive-green:hover {
    color: var(--bg);
    border-color: var(--hover);
}

#mainNav {
    padding: 1.25rem var(--content-gutter);
}

::selection {
    background: var(--green-soft);
    color: var(--bg);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--bg);
}

::-webkit-scrollbar-thumb {
    background: var(--green-soft);
}

.scroll-chevron {
    width: 1.75rem;
    height: 1.75rem;
    color: rgba(251, 248, 243, 0.72);
    animation: scrollChevron 2.4s ease-in-out infinite;
}

.scroll-chevron svg {
    width: 100%;
    height: 100%;
}

@keyframes scrollChevron {
    0%, 100% { transform: translateY(0); opacity: 0.5; }
    50% { transform: translateY(5px); opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
    .scroll-chevron {
        animation: none;
    }
}

.section-pad {
    padding: var(--section-pad-y) var(--content-gutter);
}

/* ── Seção verde ── */
.section-green {
    background: var(--green-deep);
    color: var(--bg);
}

.section-green .label {
    color: rgba(249, 246, 240, 0.5);
}

.section-green .section-label {
    color: var(--botanical-light);
}

.section-green .program-line {
    border-color: rgba(249, 246, 240, 0.12);
}

.section-green .program-line:hover {
    background: rgba(142, 155, 132, 0.12);
}

.section-green .program-time {
    font-family: 'Lato', sans-serif;
    font-size: 0.875rem;
    color: var(--botanical-light);
    width: 5rem;
    flex-shrink: 0;
    letter-spacing: 0.1em;
}

.section-green .program-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(1.5rem, 4vw, 2.25rem);
    color: var(--bg);
    font-weight: 500;
}

/* ── Contador regressivo ── */
.countdown-frame {
    padding: 1rem 0;
    position: relative;
    gap: 0;
}

.countdown-item {
    position: relative;
    padding: 1.25rem 1rem;
}

.countdown-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 4.5rem;
    background: linear-gradient(180deg, transparent 0%, rgba(43, 58, 44, 0.16) 20%, rgba(43, 58, 44, 0.16) 80%, transparent 100%);
    transform: translateY(-50%);
}

.countdown-item .font-serif {
    line-height: 0.92;
}

/* ── Cards ── */
.info-card {
    border: 1px solid var(--line);
    padding: 2.75rem 2rem;
    transition: border-color 0.5s ease, box-shadow 0.5s ease, transform 0.5s cubic-bezier(.16, 1, .3, 1);
}

/* ── Polaroids: efeito câmera disposable ── */
.polaroid-track {
    display: flex;
    gap: 3rem;
    padding: 3rem var(--content-gutter) 5rem;
    cursor: grab;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.polaroid-track::-webkit-scrollbar {
    display: none;
}

.polaroid-track:active {
    cursor: grabbing;
}

/* Navegação lateral do álbum — visível apenas no desktop */
.side-carousel {
    position: relative;
}

.side-carousel-btn {
    display: none;
}

@media (min-width: 768px) {
    .side-carousel-btn {
        position: absolute;
        top: 50%;
        z-index: 20;
        display: flex;
        width: 2.5rem;
        height: 2.5rem;
        align-items: center;
        justify-content: center;
        border: 1px solid rgba(134, 101, 134, 0.25);
        border-radius: 50%;
        background: rgba(251, 248, 243, 0.92);
        color: var(--muted);
        cursor: pointer;
        box-shadow: 0 4px 16px rgba(81, 66, 83, 0.08);
        transform: translateY(-50%);
        transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
    }

    .side-carousel-btn--prev { left: 1rem; }
    .side-carousel-btn--next { right: 1rem; }

    .side-carousel-btn svg {
        width: 1rem;
        height: 1rem;
    }

    .side-carousel-btn:hover {
        background: var(--botanical);
        border-color: var(--botanical);
        color: var(--text);
        transform: translateY(-50%) scale(1.06);
    }
}

.polaroid-card {
    flex: 0 0 auto;
    width: min(320px, calc(100vw - (var(--content-gutter) * 2) - 1rem));
    background: #fff;
    padding: 20px 20px 60px 20px;
    box-shadow: 0 16px 40px rgba(43, 58, 44, 0.08);
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1), box-shadow 0.5s ease;
    scroll-snap-align: center;
    position: relative;
}

.polaroid-card:nth-child(odd) { transform: rotate(-3deg); }
.polaroid-card:nth-child(even) { transform: rotate(2deg); }
.polaroid-card:nth-child(3n) { transform: rotate(-1deg); }

.polaroid-img-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.polaroid-img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    filter:
        sepia(12%)
        saturate(124%)
        contrast(108%)
        brightness(99%)
        hue-rotate(-5deg);
    transition: filter 0.8s ease, transform 0.8s cubic-bezier(.16, 1, .3, 1);
}

/* Estouro irregular do flash, típico de câmera descartável. */
.polaroid-img-wrap::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        radial-gradient(ellipse at 28% 14%, rgba(255, 250, 228, 0.38) 0%, rgba(255, 250, 228, 0.1) 28%, transparent 58%),
        linear-gradient(110deg, rgba(255, 230, 168, 0.08), transparent 46%);
    mix-blend-mode: screen;
}

/* Vignette (bordas escuras) */
.polaroid-vignette {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
    background:
        radial-gradient(ellipse at center, transparent 46%, rgba(45, 36, 30, 0.34) 100%);
    mix-blend-mode: multiply;
}

/* Grain (grão de filme) */
.polaroid-grain {
    position: absolute;
    inset: -50%;
    z-index: 4;
    pointer-events: none;
    opacity: 0.13;
    background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0.1 0 0 0 0 0.08 0 0 0 0 0.05 0 0 0 1 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
    background-size: 200px 200px;
    mix-blend-mode: overlay;
    animation: grainShift 5s steps(6) infinite;
}

@keyframes grainShift {
    0%   { transform: translate(0, 0); }
    20%  { transform: translate(-2%, 3%); }
    40%  { transform: translate(4%, -2%); }
    60%  { transform: translate(-3%, -1%); }
    80%  { transform: translate(2%, 4%); }
    100% { transform: translate(0, 0); }
}

/* Desvio de cor quente e levemente esverdeado, sem perder naturalidade. */
.polaroid-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
        linear-gradient(135deg, rgba(255, 204, 125, 0.18) 0%, transparent 52%),
        linear-gradient(315deg, rgba(142, 155, 132, 0.14) 0%, transparent 56%);
    mix-blend-mode: color;
}

.polaroid-caption {
    font-family: 'Caveat', cursive;
    font-size: 1.85rem;
    color: var(--green-soft);
    text-align: center;
    margin-top: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.tape {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-2deg);
    width: 100px;
    height: 35px;
    background: rgba(155, 130, 173, 0.15);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(2px);
    z-index: 20;
}

/* ── Timeline ── */
.timeline-container {
    position: relative;
    padding: 2rem 0;
}

.timeline-line {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: var(--line);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 6rem;
    width: 100%;
    display: flex;
    justify-content: center;
}

.timeline-dot {
    position: absolute;
    left: 50%;
    top: 1rem;
    width: 12px;
    height: 12px;
    background: var(--bg);
    border: 2px solid var(--accent);
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 10;
    transition: border-color 0.4s ease, background 0.4s ease;
}

.timeline-item:hover .timeline-dot {
    border-color: var(--green-soft);
    background: var(--green-soft);
}

.timeline-content {
    width: 45%;
    padding: 0 2rem;
}

.timeline-item:nth-child(odd) .timeline-content {
    text-align: right;
    margin-right: auto;
    padding-right: 4rem;
}

.timeline-item:nth-child(even) .timeline-content {
    text-align: left;
    margin-left: auto;
    padding-left: 4rem;
}

@media (max-width: 768px) {
    .timeline-line { left: 20px; }
    .timeline-dot { left: 20px; }
    .timeline-content {
        width: 100%;
        padding-left: 3rem !important;
        padding-right: 0 !important;
        text-align: left !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* ── Link mapa ── */
.map-link {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 2rem;
    color: var(--text);
    transition: color 0.4s ease, gap 0.4s ease;
    padding-bottom: 0;
    border-bottom: none;
}

.map-link:hover {
    color: var(--accent);
    border-bottom: none;
    gap: 1.25rem;
}

.map-link svg {
    width: 16px;
    height: 16px;
    color: var(--botanical);
    transition: transform 0.4s ease;
}

.map-link:hover svg {
    transform: translate(2px, -2px);
}

/* ── Modal ── */
.modal-line {
    width: 4rem;
    height: 1px;
    background: var(--accent);
    margin: 0 auto 2rem;
}

/* ── Preloader ── */
/* .loader-line {
    width: 6rem;
    height: 1px;
    background: var(--accent);
    transform-origin: center;
    transform: scaleX(0);
    animation: loadLine 2s forwards ease;
}

@keyframes loadLine {
    to { transform: scaleX(1); }
} */

/* ── Carrossel genérico ── */
.drag-track {
    display: flex;
    gap: 1.5rem;
    padding: 2rem var(--content-gutter) 3rem;
    cursor: grab;
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

@media (min-width: 768px) {
    .drag-track {
        gap: 2rem;
        padding: 2rem var(--content-gutter) 4rem;
    }
}

.drag-track::-webkit-scrollbar {
    display: none;
}

.drag-track:active {
    cursor: grabbing;
}

.drag-track.active {
    cursor: grabbing;
    scroll-snap-type: none;
}

/* ── Caixinhas de presente (lua de mel) ── */
.gift-card {
    flex: 0 0 auto;
    width: 280px;
    scroll-snap-align: center;
    background: var(--bg);
    border: 1px solid var(--line);
    padding: 1.75rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
    position: relative;
}

@media (min-width: 768px) {
    .gift-card {
        width: 300px;
    }
}

.gift-card:hover {
    transform: translateY(-6px);
    border-color: rgba(155, 130, 173, 0.35);
    box-shadow: 0 20px 48px rgba(43, 58, 44, 0.08);
}

.gift-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.5rem;
}

.gift-emoji {
    font-size: 2.25rem;
    line-height: 1;
}

.gift-dest {
    font-family: 'Lato', sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    padding: 0.35rem 0.6rem;
    border: 1px solid var(--line);
    color: var(--muted);
    white-space: nowrap;
}

.gift-dest--italia { border-color: rgba(110, 139, 94, 0.35); color: var(--green-soft); }
.gift-dest--franca { border-color: rgba(155, 130, 173, 0.35); color: var(--accent); }
.gift-dest--disney { border-color: rgba(184, 144, 144, 0.4); color: var(--accent-rose); }

.gift-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.45rem;
    line-height: 1.3;
    color: var(--text);
    font-weight: 500;
}

.gift-desc {
    font-family: 'Caveat', cursive;
    font-size: 1.35rem;
    line-height: 1.4;
    color: var(--muted);
    flex-grow: 1;
}

.gift-price {
    font-family: 'Playfair Display', serif;
    font-size: 1.85rem;
    color: var(--accent-rose);
    padding-top: 0.75rem;
    border-top: 1px solid var(--line);
    margin-top: auto;
    font-weight: 500;
}

.gift-carousel-hint {
    text-align: center;
    margin-top: -0.5rem;
}

.gift-carousel-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
}

.gift-nav-btn {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid var(--line);
    background: transparent;
    color: var(--text);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, color 0.3s ease;
}

.gift-nav-btn:hover {
    border-color: var(--accent);
    color: var(--accent);
}

.gift-nav-btn svg {
    width: 1rem;
    height: 1rem;
}

/* ── Honeymoon images hover ── */
.honeymoon-img-wrap img {
    transition: transform 0.7s cubic-bezier(.16, 1, .3, 1), filter 0.7s ease;
}

.honeymoon-img-wrap:hover img {
    transform: scale(1.1);
}

.honeymoon-img-wrap::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(31, 77, 54, 0.0) 0%, rgba(31, 77, 54, 0.15) 100%);
    pointer-events: none;
    transition: opacity 0.5s ease;
}

.honeymoon-img-wrap:hover::after {
    opacity: 0;
}

/* ── FOOTER - VERDE CERTEXA ── */
.footer-section {
    background: var(--green-certexa-dark);
    color: var(--bg);
    padding: 7rem var(--content-gutter) 4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 20% 20%, rgba(169, 153, 173, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(142, 155, 132, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.footer-inner {
    max-width: 720px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.footer-divider {
    width: 3rem;
    height: 1px;
    background: rgba(249, 246, 240, 0.3);
    margin: 0 auto 3.5rem;
}

.footer-divider-bottom {
    width: 3rem;
    height: 1px;
    background: rgba(249, 246, 240, 0.3);
    margin: 3rem auto 2rem;
}

.footer-monogram {
    width: 8.25rem;
    height: 8.25rem;
    margin: 0 auto 2.5rem;
    opacity: 0.95;
}

.footer-names {
    font-family: 'Great Vibes', cursive;
    font-size: clamp(3rem, 8vw, 5rem);
    margin-bottom: 1.5rem;
    color: var(--bg);
    line-height: 1;
}

.footer-date-line {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 3.5rem;
}

.footer-label {
    font-family: 'Lato', sans-serif;
    font-size: 0.72rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    color: rgba(249, 246, 240, 0.6);
    font-weight: 400;
}

.footer-sep {
    color: rgba(249, 246, 240, 0.4);
    font-size: 1rem;
}

.footer-verse {
    max-width: 560px;
    margin: 0 auto;
}

.footer-verse p {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: clamp(1rem, 2.5vw, 1.25rem);
    line-height: 1.9;
    color: rgba(249, 246, 240, 0.75);
    font-weight: 400;
    margin-bottom: 0.75rem;
}

.footer-verse-ref {
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: rgba(249, 246, 240, 0.4);
}

.footer-fine {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    font-size: 1rem;
    color: rgba(249, 246, 240, 0.5);
    letter-spacing: 0.02em;
    font-weight: 400;
}

/* ── Nav: Modo CREME (sobre sections escuras) ── */
#mainNav.nav-light .nav-label {
    color: rgba(249, 246, 240, 0.9);
}

#mainNav.nav-light .nav-crest {
    filter: brightness(0) invert(1);
}

/* Fundo nav ao rolar: SEMPRE creme translúcido (nunca verde) */
#mainNav.nav-scrolled {
    background: rgba(249, 246, 240, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 20px rgba(43, 58, 44, 0.06);
    border-bottom: 1px solid rgba(43, 58, 44, 0.05);
}

/* Quando nav está sobre fundo escuro e scrollado: mantém creme translúcido,
   mas ajusta um pouquinho opacidade para não ofuscar */
#mainNav.nav-light.nav-scrolled {
    background: rgba(249, 246, 240, 0.88);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.05);
}

/* Quando nav está creme translúcido sobre fundo escuro,
   textos e brasão PRECISAM escurecer para ter contraste */
#mainNav.nav-light.nav-scrolled .nav-label {
    color: var(--muted);
}

#mainNav.nav-light.nav-scrolled .nav-crest {
    filter: none;
}

/* ── Botão do menu mobile (usa o mesmo sistema nav-light/nav-scrolled acima) ── */
.nav-toggle {
    position: relative;
    width: 2.75rem;
    height: 2.75rem;
    margin: -1rem -0.5rem -1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    flex-shrink: 0;
}

.nav-toggle-bar {
    position: absolute;
    left: 50%;
    width: 1.35rem;
    height: 1px;
    background: var(--text);
    transform: translate(-50%, -3px);
    transition: transform 0.4s cubic-bezier(.16, 1, .3, 1), background 0.4s ease;
}

.nav-toggle-bar + .nav-toggle-bar {
    transform: translate(-50%, 3px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar {
    transform: translate(-50%, 0) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-bar + .nav-toggle-bar {
    transform: translate(-50%, 0) rotate(-45deg);
}

#mainNav.nav-light .nav-toggle-bar {
    background: rgba(249, 246, 240, 0.9);
}

#mainNav.nav-light.nav-scrolled .nav-toggle-bar {
    background: var(--muted);
}

@media (min-width: 1024px) {
    .nav-toggle {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .nav-toggle-bar {
        transition: none;
    }
}

/* ── Menu mobile: painel editorial em tela cheia ── */
.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 45;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 6rem 1.5rem 3rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 0.45s;
}

.mobile-menu.is-open {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.45s cubic-bezier(.16, 1, .3, 1), visibility 0s linear 0s;
}

.mobile-menu-panel {
    width: 100%;
    max-width: 22rem;
    text-align: center;
    transform: translateY(14px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1) 0.08s, opacity 0.5s ease 0.08s;
}

.mobile-menu.is-open .mobile-menu-panel {
    transform: translateY(0);
    opacity: 1;
}

.mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line);
}

.mobile-menu-list li {
    border-bottom: 1px solid var(--line);
}

.mobile-menu-link {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.85rem;
    padding: 1.15rem 0.5rem;
    text-decoration: none;
    color: var(--text);
    transition: opacity 0.3s ease;
}

.mobile-menu-link:active {
    opacity: 0.6;
}

.mobile-menu-index {
    font-family: 'Lato', sans-serif;
    font-size: 0.62rem;
    letter-spacing: 0.14em;
    color: var(--accent);
}

.mobile-menu-label {
    font-family: 'Marcellus', serif;
    font-size: 1.35rem;
}

.mobile-menu-manual .mobile-menu-label {
    font-style: italic;
}

.mobile-menu-foot {
    margin: 2rem 0 0;
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: var(--muted);
}

@media (min-width: 1024px) {
    .mobile-menu {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .mobile-menu,
    .mobile-menu-panel {
        transition: none;
    }
}

/* ── Section Polaroids: Verde Certexa igual footer ── */
.section-green-certexa {
    background: var(--green-certexa);
    position: relative;
    overflow: hidden;
}

.section-green-certexa::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image:
        radial-gradient(circle at 15% 15%, rgba(169, 153, 173, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 85% 85%, rgba(142, 155, 132, 0.08) 0%, transparent 40%);
    pointer-events: none;
}

.section-green-certexa > * {
    position: relative;
    z-index: 1;
}

.polaroid-eyebrow {
    color: rgba(249, 246, 240, 0.5);
    letter-spacing: 0.42em;
}

.polaroid-title {
    color: var(--bg);
}

.polaroid-subtitle {
    color: rgba(249, 246, 240, 0.65);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.15rem;
}

.section-green-certexa .tape {
    background: rgba(249, 246, 240, 0.18);
}

/* ── Green Card: Lugar do Sim ── */
.green-card {
    background: var(--green-certexa);
    border-radius: 2px;
    position: relative;
    margin-bottom: 0;
}

.green-card-decor {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 15%, rgba(169, 153, 173, 0.16) 0%, transparent 35%),
        radial-gradient(circle at 90% 85%, rgba(142, 155, 132, 0.1) 0%, transparent 45%);
    pointer-events: none;
}

.green-card-decor::after {
    content: '';
    position: absolute;
    top: 18px;
    left: 18px;
    right: 18px;
    bottom: 18px;
    border: 1px solid rgba(249, 246, 240, 0.13);
    border-radius: 1px;
    pointer-events: none;
}

.green-card-label {
    color: rgba(249, 246, 240, 0.55);
    letter-spacing: 0.42em;
}

.green-card-title {
    color: var(--bg);
    letter-spacing: -0.01em;
}

.green-card-text {
    color: rgba(249, 246, 240, 0.75);
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.08rem;
}

.green-card-subtitle {
    color: rgba(249, 246, 240, 0.85);
}

.map-link--green {
    color: rgba(249, 246, 240, 0.8);
    border-bottom: none !important;
}

.map-link--green:hover {
    color: var(--bg);
}

/* ── Gift cards carrossel ajustes ── */
.gift-card .honeymoon-img-wrap {
    width: 100%;
    height: 130px;
    margin-bottom: 1rem;
}

/* ======================================================
   POLAROID GIFT: estilo foto impressa colada com fita
   ====================================================== */
.honeymoon-track {
    padding: 2rem var(--content-gutter) 3rem;
    gap: 2.25rem 2rem;
    align-items: stretch;
    perspective: 1200px;
}

.polaroid-gift {
    flex: 0 0 auto;
    width: min(250px, calc(100vw - (var(--content-gutter) * 2) - 1.5rem));
    scroll-snap-align: center;
    background: #fff;
    padding: 0.85rem 0.85rem 1.25rem;
    box-shadow:
        0 1px 1px rgba(43, 58, 44, 0.04),
        0 10px 24px rgba(43, 58, 44, 0.12);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1),
                box-shadow 0.5s ease;
    position: relative;
    transform-origin: top center;
}

/* Rotações aleatórias (como polaroids coladas) */
.polaroid-gift--rot-2 { transform: rotate(-2.5deg); }
.polaroid-gift--rot-1 { transform: rotate(-1deg); }
.polaroid-gift--rot1  { transform: rotate(1deg); }
.polaroid-gift--rot2  { transform: rotate(2.5deg); }

/* Fita (tape) na parte superior */
.polaroid-gift-tape {
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%) rotate(-1.5deg);
    width: 72px;
    height: 22px;
    background: rgba(207, 194, 195, 0.72);
    z-index: 5;
    box-shadow: 0 1px 2px rgba(43, 58, 44, 0.06);
}

.polaroid-gift-tape--right {
    transform: translateX(-50%) rotate(2deg);
    background: rgba(142, 155, 132, 0.52);
    left: auto;
    right: 30px;
}

/* Área da "foto" no topo */
.polaroid-gift-photo {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f1ece3;
    margin-bottom: 1rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.polaroid-gift-photo--real img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(.16, 1, .3, 1),
                filter 0.7s ease;
    filter: sepia(18%) saturate(130%) contrast(108%) brightness(92%) hue-rotate(-5deg);
}

/* Ícone minimalista sobre fundo corado (estilo ilustração) */
.polaroid-gift-photo-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.polaroid-gift-photo-inner::before {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.25;
    background-image:
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.3) 0%, transparent 40%);
}

.polaroid-gift-photo-inner svg {
    width: 48px;
    height: 48px;
    position: relative;
    z-index: 2;
    color: rgba(255, 255, 255, 0.95);
}

.polaroid-gift-photo--rose {
    background: linear-gradient(135deg, #c28d8d 0%, #9e6b6b 100%);
}

.polaroid-gift-photo--green {
    background: linear-gradient(135deg, #7e9770 0%, #536d4c 100%);
}

.polaroid-gift-photo--gold {
    background: linear-gradient(135deg, #caa373 0%, #9c7848 100%);
}

.polaroid-gift-photo--lavender {
    background: linear-gradient(135deg, #9c87b0 0%, #725d8a 100%);
}

/* Corpo texto */
.polaroid-gift-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
    padding: 0 0.35rem;
}

.polaroid-gift-tag {
    font-family: 'Lato', sans-serif;
    font-size: 0.55rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 0 auto 0.5rem;
    padding: 0;
    background: none;
}

.polaroid-gift-tag--disney { color: var(--secondary); }
.polaroid-gift-tag--italia { color: var(--green-soft); }
.polaroid-gift-tag--franca { color: var(--accent); }

.polaroid-gift-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.25;
    color: var(--text);
    margin: 0 0.25rem 0.4rem;
    letter-spacing: -0.01em;
}

.polaroid-gift-desc {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 400;
    font-size: 0.88rem;
    line-height: 1.48;
    color: var(--muted);
    margin: 0 0.25rem 0.85rem;
    flex-grow: 1;
}

.polaroid-gift-price {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: -0.005em;
    color: var(--green-certexa);
    line-height: 1;
    padding-top: 0.5rem;
    border-top: 1px dashed rgba(43, 58, 44, 0.15);
}

.polaroid-gift:nth-child(n+7):nth-child(-n+9) .polaroid-gift-price {
    color: var(--accent);
    font-size: 1.6rem;
}

.polaroid-gift:nth-child(n+10) .polaroid-gift-price {
    color: var(--text);
    font-size: 1.7rem;
}

/* Hint + nav buttons carrossel */
.old-hint {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 1rem;
    color: var(--muted);
    opacity: 0.8;
    letter-spacing: 0.01em;
}

.old-hnav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.old-hnav-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(43, 58, 44, 0.25);
    color: var(--muted);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
}

.old-hnav-btn svg {
    width: 14px;
    height: 14px;
}

.old-hnav-btn:hover {
    background: var(--botanical);
    color: var(--text);
    border-color: var(--botanical);
}

@media (min-width: 768px) {
    :root {
        --content-gutter: 2.5rem;
        --section-pad-y: 8rem;
    }

    .hero-crest {
        width: 9.5rem;
        height: 9.5rem;
    }

    .footer-monogram {
        width: 9rem;
        height: 9rem;
    }
}

@media (min-width: 1200px) {
    :root {
        --content-gutter: 4rem;
        --section-pad-y: 10rem;
    }

    .hero-crest {
        width: 10.5rem;
        height: 10.5rem;
    }
}

@media (min-width: 1024px) {
    .hero-img {
        object-position: center 74%;
    }
}

@media (max-width: 1023px) {
    .countdown-frame {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.25rem 0;
    }

    .countdown-item {
        padding: 1.75rem 0.75rem;
    }

    .countdown-item::after {
        display: none;
    }

    .countdown-item:nth-child(odd)::after {
        display: block;
        top: 50%;
        right: 0;
        width: 1px;
        height: 3.25rem;
        transform: translateY(-50%);
    }

    .countdown-item:nth-child(-n+2)::before {
        content: '';
        position: absolute;
        left: 18%;
        right: 18%;
        bottom: 0;
        height: 1px;
        background: linear-gradient(90deg, transparent 0%, rgba(43, 58, 44, 0.12) 20%, rgba(43, 58, 44, 0.12) 80%, transparent 100%);
    }
}

@media (max-width: 767px) {
    #mainNav {
        padding-block: 1rem;
    }

    .section-title {
        font-size: clamp(2.15rem, 9vw, 3.1rem);
        line-height: 1.06;
    }

    .text-muted {
        line-height: 1.75;
    }

    .program-line {
        padding-top: 1.75rem;
        padding-bottom: 1.75rem;
    }

    .program-line > div {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .section-green .program-time {
        width: auto;
    }

    .day-detail {
        border-bottom: 1px solid var(--line);
    }

    .day-detail:last-child {
        border-bottom: none;
    }

    .rsvp-options {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .polaroid-track {
        gap: 1.5rem;
        padding-top: 2rem;
        padding-bottom: 4rem;
    }

    /* Garante que o próximo card "espie" na borda, como affordance de arrastar */
    .polaroid-card {
        width: min(280px, calc(100vw - 5.5rem));
    }

    .honeymoon-track {
        gap: 1.5rem;
    }

    .old-hnav-btn {
        width: 44px;
        height: 44px;
    }

    .footer-date-line {
        gap: 0.5rem 1rem;
    }
}

/* ─────────────────────────────────────────────────────────
   TIPOGRAFIA EDITORIAL — hierarquia inspirada no Manual
   (fonte única: os valores refinados já foram incorporados
   diretamente em .font-serif, .section-eyebrow, .label e
   .section-title, lá na seção "Tipografia" acima). Aqui ficam
   só as regras que não duplicam nada mais no arquivo.
   ───────────────────────────────────────────────────────── */

.section-title .highlight-rose,
.section-title .font-script {
    font-family: 'Great Vibes', cursive;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    color: var(--accent-rose);
}

.program-title {
    font-family: 'Playfair Display', serif;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.footer h3,
footer h3 {
    font-family: 'Marcellus', serif;
    font-weight: 400;
}

/* ─────────────────────────────────────────────────────────
   HOVERS COM TRANSFORM — só em dispositivos com hover real.
   Em touch, :hover pode "grudar" depois de um toque (bug
   conhecido), fazendo cards de polaroid parecerem sobrepostos
   incorretamente. Isolar em (hover:hover) and (pointer:fine)
   resolve isso sem tirar o efeito de quem usa mouse/trackpad.
   ───────────────────────────────────────────────────────── */
@media (hover: hover) and (pointer: fine) {
    .img-wrap:hover .cinematic-img {
        transform: scale(1.05);
        filter: saturate(110%) brightness(110%);
    }

    .info-card:hover {
        border-color: rgba(110, 139, 94, 0.3);
        box-shadow: 0 8px 32px rgba(43, 58, 44, 0.05);
        transform: translateY(-4px);
    }

    .polaroid-card:hover {
        transform: rotate(0deg) scale(1.08) translateY(-20px);
        z-index: 10;
        box-shadow: 0 32px 56px rgba(43, 58, 44, 0.12);
    }

    .polaroid-card:hover .polaroid-img {
        filter:
            sepia(8%)
            saturate(132%)
            contrast(112%)
            brightness(102%);
        transform: scale(1.025);
    }

    .polaroid-card:hover .polaroid-vignette {
        opacity: 0.85;
    }

    .polaroid-gift:hover {
        box-shadow:
            0 2px 2px rgba(43, 58, 44, 0.06),
            0 20px 40px rgba(43, 58, 44, 0.18);
        z-index: 10;
        transform: rotate(0deg) translateY(-4px) scale(1.02);
    }

    .polaroid-gift:hover .polaroid-gift-photo--real img {
        transform: scale(1.06);
        filter: saturate(110%) contrast(110%) brightness(98%);
    }
}

@media (hover: hover) and (pointer: fine) and (max-width: 767px) {
    .polaroid-card:hover {
        transform: rotate(0deg) scale(1.02) translateY(-8px);
    }
}
