/* =========================================================
   Lu & Vlad — Wedding theme v2
   Fileteado porteño · vineyard · garden · romantic Argentine
   ========================================================= */

:root {
    /* Palette extracted from the save-the-date */
    --cream:        #F5EBD8;
    --cream-soft:   #EFE3CC;
    --paper:        #FBF4E3;
    --ivory:        #FFFCF5;
    --sage:         #7D9A8A;
    --sage-deep:    #4F6B5E;
    --cobalt:       #3F5A85;
    --cobalt-soft:  #6E89B0;
    --terracotta:   #B85540;
    --terracotta-soft: #D4806E;
    --gold:         #C99A3A;
    --gold-soft:    #E0BC6F;
    --ink:          #3D2E20;
    --ink-soft:     #6F5944;
    --line:         #D9C9AC;
    --line-soft:    #E8DCC4;
    --shadow:       0 12px 38px rgba(61, 46, 32, .12);
    --shadow-soft:  0 4px 14px rgba(61, 46, 32, .08);

    /* Type — Cochin stack on Apple, EB Garamond elsewhere */
    --ff-serif:     Cochin, "EB Garamond", Georgia, "Times New Roman", serif;
    --ff-display:   "GFS Didot", Cochin, "EB Garamond", Georgia, serif;
    --ff-script:    "Parisienne", "Allura", "GFS Didot", cursive;
    --ff-hand:      "Caveat", "Parisienne", cursive;

    --container:    1180px;
    --container-narrow: 780px;
    --radius:       4px;
    --radius-lg:    18px;
}

/* ---------- Reset / base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
    margin: 0;
    background: var(--cream);
    background-image:
        radial-gradient(circle at 20% 10%, rgba(201, 154, 58, .04), transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(184, 85, 64, .04), transparent 50%);
    color: var(--ink);
    font-family: var(--ff-serif);
    font-size: 18px;
    line-height: 1.7;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; height: auto; display: block; }
a {
    color: var(--terracotta);
    text-decoration: none;
    transition: color .2s ease, opacity .2s ease;
}
a:hover { color: var(--cobalt); }
button { font-family: inherit; cursor: pointer; }

.luvlad-skip {
    position: absolute; left: -9999px; top: 0; padding: 8px 14px;
    background: var(--terracotta); color: var(--ivory); z-index: 9999;
}
.luvlad-skip:focus { left: 12px; top: 12px; }

/* ---------- Typography ---------- */
h1, h2, h3, h4 {
    font-family: var(--ff-display);
    font-weight: 400;
    letter-spacing: .02em;
    color: var(--ink);
}
h1 { font-size: clamp(2.6rem, 5.4vw, 4.4rem); line-height: 1.05; margin: 0 0 .4em; }
h2 { font-size: clamp(1.9rem, 3.5vw, 2.8rem); line-height: 1.18; margin: 0 0 .5em; }
h3 { font-size: 1.4rem; line-height: 1.25; margin: 0 0 .5em; }
p  { margin: 0 0 1em; }

.luvlad-heading {
    text-align: center;
    margin: 0 0 .8em;
}
.luvlad-heading--script {
    font-family: var(--ff-script);
    font-size: clamp(3rem, 6.4vw, 4.8rem);
    color: var(--terracotta);
    letter-spacing: 0;
    line-height: 1.05;
    font-weight: 400;
}
.luvlad-heading--display {
    font-family: var(--ff-display);
    font-size: clamp(2.2rem, 4.2vw, 3.4rem);
    color: var(--ink);
    letter-spacing: .04em;
}

.luvlad-eyebrow {
    text-transform: uppercase;
    letter-spacing: .32em;
    font-size: .78rem;
    color: var(--sage-deep);
    text-align: center;
    margin: 0 0 1.4em;
    font-weight: 500;
    font-family: var(--ff-serif);
}

.luvlad-lead {
    text-align: center;
    font-size: 1.16rem;
    line-height: 1.75;
    color: var(--ink-soft);
    max-width: 660px;
    margin: 0 auto 2em;
}

/* ---------- Layout ---------- */
.luvlad-container {
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 24px;
}
.luvlad-container--narrow { max-width: var(--container-narrow); }
.luvlad-section {
    padding: 100px 0;
    position: relative;
}
@media (max-width: 720px) {
    .luvlad-section { padding: 70px 0; }
    body { font-size: 17px; }
}

/* ===================================================
   ORNAMENTS (color via currentColor, animation hooks)
   =================================================== */

.luvlad-sun { width: 80px; height: 80px; color: var(--gold); display: block; margin: 0 auto; }
.luvlad-sun__rays { transform-origin: 100px 100px; transition: transform 1.2s ease; }
.luvlad-section.is-in .luvlad-sun__rays,
[data-reveal].is-in .luvlad-sun__rays { transform: rotate(8deg); }

.luvlad-corner { width: 100%; height: 100%; color: var(--sage-deep); display: block; }
.luvlad-corner__line { stroke-dasharray: 800; stroke-dashoffset: 800; transition: stroke-dashoffset 1.6s ease-out; }
.luvlad-corner__curl { stroke-dasharray: 100; stroke-dashoffset: 100; transition: stroke-dashoffset 1.2s ease-out .3s; }
.is-in .luvlad-corner__line,
[data-reveal].is-in .luvlad-corner__line { stroke-dashoffset: 0; }
.is-in .luvlad-corner__curl,
[data-reveal].is-in .luvlad-corner__curl { stroke-dashoffset: 0; }

.luvlad-divider-svg { width: 100%; max-width: 480px; height: auto; color: var(--sage-deep); display: block; margin: 28px auto; }
.luvlad-divider__line { stroke-dasharray: 600; stroke-dashoffset: 600; transition: stroke-dashoffset 1.8s ease-out; }
.luvlad-divider__curl { stroke-dasharray: 80; stroke-dashoffset: 80; transition: stroke-dashoffset 1s ease-out .5s; }
.luvlad-divider__rays { transform-origin: center; transform: scale(0); transform-origin: 300px 30px; transition: transform .8s ease-out .6s; }
.is-in .luvlad-divider__line,
[data-reveal].is-in .luvlad-divider__line { stroke-dashoffset: 0; }
.is-in .luvlad-divider__curl,
[data-reveal].is-in .luvlad-divider__curl { stroke-dashoffset: 0; }
.is-in .luvlad-divider__rays,
[data-reveal].is-in .luvlad-divider__rays { transform: scale(1); }

.luvlad-divider-block { margin: 30px auto 36px; }

.luvlad-guarda { display: block; width: 100%; height: 24px; color: var(--cobalt); }
.luvlad-guarda-band {
    background: var(--paper);
    padding: 6px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}
.luvlad-guarda-band .luvlad-guarda { color: var(--sage-deep); }

/* ===================================================
   HEADER / NAV
   =================================================== */

.luvlad-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(245, 235, 216, .94);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--line);
}
.luvlad-header__inner {
    max-width: var(--container);
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.luvlad-brand {
    display: flex;
    flex-direction: column;
    gap: 2px;
    color: var(--ink);
    line-height: 1;
}
.luvlad-brand:hover { color: var(--terracotta); }
.luvlad-brand__mono {
    font-family: var(--ff-display);
    font-size: 1.7rem;
    letter-spacing: .05em;
}
.luvlad-brand__amp {
    color: var(--terracotta);
    font-style: italic;
    margin: 0 .12em;
}
.luvlad-brand__date {
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .26em;
    color: var(--ink-soft);
}

.luvlad-nav { display: flex; align-items: center; gap: 28px; }
.luvlad-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: 24px; align-items: center; }
.luvlad-nav a {
    color: var(--ink);
    font-size: .93rem;
    letter-spacing: .04em;
    position: relative;
    padding: 6px 0;
    font-family: var(--ff-serif);
}
.luvlad-nav a::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 1px;
    background: var(--terracotta);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .25s ease;
}
.luvlad-nav a:hover { color: var(--terracotta); }
.luvlad-nav a:hover::after { transform: scaleX(1); }
.luvlad-nav__rsvp {
    background: var(--terracotta);
    color: var(--ivory) !important;
    padding: 6px 14px !important;
    border-radius: 2px;
    letter-spacing: .14em;
    text-transform: uppercase;
    font-size: .78rem !important;
}
.luvlad-nav__rsvp::after { display: none; }
.luvlad-nav__rsvp:hover { background: var(--ink); color: var(--ivory) !important; }
.luvlad-nav__cta { display: flex; align-items: center; gap: 14px; }
.luvlad-lang-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid var(--line);
    border-radius: 50%;
    color: var(--ink);
    font-size: .76rem;
    letter-spacing: .12em;
    background: var(--ivory);
    transition: all .2s ease;
    font-family: var(--ff-serif);
}
.luvlad-lang-toggle:hover { border-color: var(--terracotta); color: var(--terracotta); }

.luvlad-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    width: 36px; height: 36px;
    gap: 5px; background: transparent; border: 0; padding: 0;
}
.luvlad-menu-toggle span {
    display: block; height: 1.5px; background: var(--ink);
    border-radius: 2px; transition: transform .25s ease, opacity .25s ease;
}

@media (max-width: 1020px) {
    .luvlad-menu-toggle { display: inline-flex; }
    .luvlad-nav {
        position: fixed; inset: 64px 0 0 0;
        flex-direction: column; align-items: center; justify-content: flex-start;
        gap: 24px; padding: 50px 24px; background: var(--cream);
        transform: translateX(100%); transition: transform .35s ease;
        overflow-y: auto;
    }
    .luvlad-nav.is-open { transform: translateX(0); }
    .luvlad-nav ul { flex-direction: column; gap: 22px; text-align: center; }
    .luvlad-nav a {
        font-size: 1.4rem;
        font-family: var(--ff-display);
        letter-spacing: .06em;
    }
    .luvlad-nav__rsvp { font-size: .9rem !important; padding: 10px 22px !important; }
    .luvlad-nav__cta { margin-top: 12px; flex-direction: row; }
    body.luvlad-menu-open { overflow: hidden; }
    .luvlad-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
    .luvlad-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
    .luvlad-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
}

/* ===================================================
   BUTTONS
   =================================================== */

.luvlad-btn {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 14px 32px;
    font-family: var(--ff-serif);
    font-size: .95rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    background: var(--terracotta);
    color: var(--ivory);
    border: 1px solid var(--terracotta);
    border-radius: 2px;
    transition: all .25s ease;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}
.luvlad-btn::before {
    content: "";
    position: absolute; inset: 0;
    background: var(--ink);
    transform: translateY(100%);
    transition: transform .3s ease;
    z-index: 0;
}
.luvlad-btn > * { position: relative; z-index: 1; }
.luvlad-btn:hover {
    color: var(--ivory);
    border-color: var(--ink);
}
.luvlad-btn:hover::before { transform: translateY(0); }
.luvlad-btn--ghost {
    background: transparent;
    color: var(--terracotta);
}
.luvlad-btn--ghost::before { background: var(--terracotta); }
.luvlad-btn--ghost:hover { color: var(--ivory); border-color: var(--terracotta); }
.luvlad-btn--small { padding: 9px 18px; font-size: .76rem; letter-spacing: .2em; }
.luvlad-btn--large { padding: 18px 48px; font-size: 1.02rem; }

.luvlad-cta-row {
    display: flex; gap: 16px; flex-wrap: wrap;
    justify-content: center; margin-top: 32px;
}

/* ===================================================
   HERO
   =================================================== */

.luvlad-hero {
    position: relative;
    min-height: calc(100vh - 65px);
    display: flex; align-items: center; justify-content: center; text-align: center;
    background: linear-gradient(180deg, var(--paper) 0%, var(--cream) 100%);
    overflow: hidden;
    padding: 100px 40px 100px;
}
.luvlad-hero.has-image { background-size: cover; background-position: center; }
.luvlad-hero__veil {
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(245,235,216,.7), rgba(245,235,216,.92));
}
.luvlad-hero.has-image .luvlad-hero__veil {
    background: linear-gradient(180deg, rgba(245,235,216,.5), rgba(245,235,216,.92));
}

.luvlad-hero__corner {
    position: absolute;
    width: 140px; height: 140px;
    color: var(--sage-deep);
    z-index: 2;
}
.luvlad-hero__corner--tl { top: 20px; left: 20px; }
.luvlad-hero__corner--tr { top: 20px; right: 20px; transform: scaleX(-1); }
.luvlad-hero__corner--bl { bottom: 20px; left: 20px; transform: scaleY(-1); }
.luvlad-hero__corner--br { bottom: 20px; right: 20px; transform: scale(-1, -1); }

.luvlad-hero__content {
    position: relative;
    z-index: 3;
    max-width: 880px;
}
.luvlad-hero__sun {
    width: 90px;
    margin: 0 auto 16px;
    color: var(--gold);
    animation: luvlad-sun-spin 60s linear infinite;
}
.luvlad-hero__sun .luvlad-sun { width: 100%; height: auto; }
@keyframes luvlad-sun-spin { to { transform: rotate(360deg); } }

.luvlad-hero__names {
    font-family: var(--ff-display);
    font-size: clamp(4.4rem, 14vw, 9rem);
    line-height: 1;
    margin: .15em 0 .25em;
    color: var(--ink);
    display: flex; justify-content: center; align-items: baseline;
    gap: .12em; flex-wrap: wrap;
    letter-spacing: .02em;
}
.luvlad-hero__amp {
    font-family: var(--ff-script);
    color: var(--terracotta);
    font-size: 1.05em;
    line-height: 1;
    font-weight: 400;
}
.luvlad-hero__sub {
    font-family: var(--ff-script);
    font-size: clamp(1.6rem, 3.2vw, 2.4rem);
    color: var(--terracotta);
    margin: 0 0 .8em;
    line-height: 1;
}
.luvlad-hero__divider { margin: 8px auto 16px; max-width: 360px; }
.luvlad-hero__divider .luvlad-divider-svg { color: var(--cobalt); }
.luvlad-hero__meta {
    display: inline-flex; flex-wrap: wrap; gap: 12px;
    justify-content: center;
    font-size: .92rem;
    letter-spacing: .28em;
    text-transform: uppercase;
    color: var(--ink-soft);
}
.luvlad-hero__sep { color: var(--terracotta); }

/* Countdown */
.luvlad-countdown {
    display: flex; gap: 18px;
    justify-content: center; flex-wrap: wrap;
    margin-top: 48px;
}
.luvlad-countdown__cell {
    min-width: 90px;
    padding: 16px 14px;
    background: rgba(255, 252, 245, .7);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.luvlad-countdown__num {
    display: block;
    font-family: var(--ff-display);
    font-size: 2.6rem; line-height: 1;
    color: var(--ink);
    margin-bottom: 6px;
    font-variant-numeric: tabular-nums;
}
.luvlad-countdown__label {
    display: block;
    font-size: .7rem;
    text-transform: uppercase;
    letter-spacing: .24em;
    color: var(--sage-deep);
}
@media (max-width: 520px) {
    .luvlad-countdown { gap: 10px; }
    .luvlad-countdown__cell { min-width: 72px; padding: 12px 8px; }
    .luvlad-countdown__num { font-size: 2rem; }
    .luvlad-hero__corner { width: 80px; height: 80px; }
}

/* ===================================================
   SENTIMENT SECTION (the welcome quote)
   =================================================== */

.luvlad-sentiment {
    background: var(--paper);
    text-align: center;
    border-top: 1px solid var(--line-soft);
    border-bottom: 1px solid var(--line-soft);
    padding: 60px 0;
}
.luvlad-sentiment__text {
    font-family: var(--ff-display);
    font-style: italic;
    font-size: clamp(1.5rem, 2.8vw, 2.1rem);
    line-height: 1.5;
    color: var(--ink);
    margin: 0;
    letter-spacing: .01em;
}

/* ===================================================
   INTRO + STORY (home)
   =================================================== */

.luvlad-intro { text-align: center; }
.luvlad-story { text-align: center; }
.luvlad-story__photo {
    margin: 50px auto;
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow);
    max-width: 600px;
}
.luvlad-story__photo--placeholder {
    height: 360px;
    background:
        radial-gradient(circle at 30% 40%, rgba(184, 85, 64, .18) 0%, transparent 50%),
        radial-gradient(circle at 70% 60%, rgba(125, 154, 138, .22) 0%, transparent 50%),
        var(--cream-soft);
    position: relative;
    display: flex; align-items: center; justify-content: center;
}
.luvlad-story__photo--placeholder span {
    font-size: 4rem; color: var(--terracotta); opacity: .35;
    font-family: var(--ff-display);
}
.luvlad-story__body {
    font-size: 1.12rem;
    line-height: 1.85;
    color: var(--ink-soft);
    max-width: 640px;
    margin: 0 auto;
}

/* ===================================================
   MAP SECTION
   =================================================== */

.luvlad-map-section { background: var(--paper); border-top: 1px solid var(--line-soft); border-bottom: 1px solid var(--line-soft); }
.luvlad-map-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 60px;
    align-items: center;
    margin-top: 40px;
}
.luvlad-map-wrap__svg .luvlad-map {
    width: 100%; max-width: 360px;
    margin: 0 auto;
    display: block;
}
.luvlad-map__country { transition: filter .6s ease; }
.luvlad-map__route {
    stroke-dasharray: 4 5;
    animation: luvlad-route-flow 2s linear infinite;
}
@keyframes luvlad-route-flow {
    to { stroke-dashoffset: -18; }
}
.luvlad-map__pin--co circle:first-of-type { animation: luvlad-pin-pulse 2.2s ease-in-out infinite; transform-origin: center; transform-box: fill-box; }
@keyframes luvlad-pin-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.15); }
}
.luvlad-map-wrap__text p {
    font-size: 1.1rem;
    line-height: 1.75;
    color: var(--ink);
}
.luvlad-map-legend { list-style: none; padding: 0; margin: 22px 0; }
.luvlad-map-legend li { display: flex; align-items: center; gap: 10px; padding: 6px 0; font-size: 1rem; }
.luvlad-map-legend__dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid var(--ink); flex-shrink: 0; }
.luvlad-map-legend__dot--ba { background: var(--terracotta); }
.luvlad-map-legend__dot--co { background: var(--gold); }
@media (max-width: 800px) {
    .luvlad-map-wrap { grid-template-columns: 1fr; gap: 30px; }
    .luvlad-map-wrap__svg .luvlad-map { max-width: 280px; }
}

/* ===================================================
   QUOTE SECTION
   =================================================== */

.luvlad-quote {
    background: var(--cream-soft);
    text-align: center;
    position: relative;
}
.luvlad-quote__sun {
    width: 70px;
    margin: 0 auto 20px;
    color: var(--gold);
    opacity: .85;
}
.luvlad-quote__sun .luvlad-sun { width: 100%; }
.luvlad-quote__text {
    font-family: var(--ff-display);
    font-style: italic;
    font-size: clamp(1.4rem, 2.6vw, 2rem);
    line-height: 1.45;
    color: var(--ink);
    max-width: 700px;
    margin: 10px auto 24px;
}
.luvlad-quote__attr {
    font-family: var(--ff-script);
    color: var(--terracotta);
    font-size: 1.5rem;
    margin: 0;
}

/* ===================================================
   PAGE HEROES (interior pages)
   =================================================== */

.luvlad-page-hero {
    padding: 80px 0 20px;
    text-align: center;
    background: var(--cream);
}
.luvlad-anchors {
    display: flex; flex-wrap: wrap; gap: 12px;
    justify-content: center;
    margin-top: 16px;
    font-family: var(--ff-script);
    font-size: 1.25rem;
}
.luvlad-anchors a { color: var(--cobalt); }
.luvlad-anchors a:hover { color: var(--terracotta); }
.luvlad-anchors span { color: var(--gold); }

/* ===================================================
   TRAVEL — steps + options grid + info cards
   =================================================== */

.luvlad-step { margin-bottom: 50px; }
.luvlad-step__title {
    font-family: var(--ff-display);
    font-size: 1.7rem;
    color: var(--terracotta);
    margin-bottom: .4em;
    text-align: center;
}
.luvlad-step__body, .luvlad-step p {
    color: var(--ink);
    line-height: 1.8;
    font-size: 1.06rem;
}

.luvlad-options-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 36px;
}
.luvlad-option {
    padding: 28px;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.luvlad-option:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
    border-color: var(--terracotta);
}
.luvlad-option h3 {
    font-family: var(--ff-display);
    color: var(--ink);
    font-size: 1.2rem;
    margin-bottom: .5em;
}
.luvlad-option p { color: var(--ink-soft); margin: 0; font-size: .98rem; line-height: 1.65; }

.luvlad-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 26px;
    margin-top: 36px;
}
.luvlad-info-card {
    padding: 32px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    transition: transform .3s ease, box-shadow .3s ease;
}
.luvlad-info-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-soft);
}
.luvlad-info-card h3 {
    font-family: var(--ff-display);
    color: var(--cobalt);
    margin-bottom: .6em;
}
.luvlad-info-card p { color: var(--ink); margin: 0; line-height: 1.7; }

/* ===================================================
   DESTINATIONS
   =================================================== */

.luvlad-dest-ba, .luvlad-dest-co, .luvlad-dest-stay { padding: 90px 0; }
.luvlad-dest-co { background: linear-gradient(180deg, var(--cream), var(--cream-soft)); }
.luvlad-dest-stay { background: var(--paper); }

.luvlad-guide {
    margin-bottom: 42px;
    padding-bottom: 42px;
    border-bottom: 1px dashed var(--line);
}
.luvlad-guide:last-child { border-bottom: 0; padding-bottom: 0; }
.luvlad-guide h3 {
    font-family: var(--ff-display);
    color: var(--terracotta);
    font-size: 1.5rem;
    margin-bottom: .6em;
}
.luvlad-guide p {
    color: var(--ink);
    line-height: 1.85;
    font-size: 1.05rem;
    white-space: pre-line;
    margin: 0;
}

/* Hotel cards */
.luvlad-hotel-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    margin: 50px 0 40px;
}
.luvlad-hotel {
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    display: flex; flex-direction: column;
    transition: transform .3s ease, box-shadow .3s ease;
}
.luvlad-hotel:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.luvlad-hotel--featured { border-color: var(--terracotta); border-width: 2px; }
.luvlad-hotel__image {
    height: 180px;
    background:
        radial-gradient(circle at 30% 40%, rgba(184, 85, 64, .2) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgba(125, 154, 138, .35) 0%, transparent 60%),
        var(--cream-soft);
    border-bottom: 1px solid var(--line);
}
.luvlad-hotel__body { padding: 28px; }
.luvlad-hotel__name { font-family: var(--ff-display); font-size: 1.3rem; margin: 0 0 .3em; }
.luvlad-hotel__type {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .72rem;
    color: var(--sage-deep);
    margin: 0 0 1em;
}
.luvlad-hotel__desc { color: var(--ink-soft); line-height: 1.65; margin-bottom: 1.4em; }

.luvlad-airbnb {
    padding: 40px;
    background: var(--ivory);
    border: 1px dashed var(--line);
    border-radius: var(--radius-lg);
    text-align: center;
}
.luvlad-airbnb h3 {
    font-family: var(--ff-display);
    color: var(--cobalt);
}
.luvlad-airbnb p { margin: 0 auto; max-width: 580px; color: var(--ink); }

/* ===================================================
   SCHEDULE TIMELINE
   =================================================== */

.luvlad-timeline { list-style: none; padding: 0; margin: 0; position: relative; }
.luvlad-timeline::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 30px;
    bottom: 30px;
    width: 2px;
    background: linear-gradient(180deg, var(--terracotta), var(--gold), var(--sage));
    opacity: .5;
}
.luvlad-timeline__item {
    position: relative;
    padding-left: 70px;
    margin-bottom: 58px;
}
.luvlad-timeline__item:last-child { margin-bottom: 0; }
.luvlad-timeline__marker {
    position: absolute;
    left: 0;
    top: 6px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--ivory);
    border: 2px solid var(--terracotta);
    box-shadow: 0 0 0 4px var(--cream), 0 0 0 5px var(--line);
    display: flex; align-items: center; justify-content: center;
    color: var(--terracotta);
    font-family: var(--ff-display);
    font-size: 1.2rem;
}
.luvlad-timeline__item:nth-child(2) .luvlad-timeline__marker { border-color: var(--gold); color: var(--gold); }
.luvlad-timeline__item:nth-child(3) .luvlad-timeline__marker { border-color: var(--sage); color: var(--sage-deep); }
.luvlad-timeline__item:nth-child(4) .luvlad-timeline__marker { border-color: var(--cobalt); color: var(--cobalt); background: var(--paper); }
.luvlad-timeline__item:nth-child(5) .luvlad-timeline__marker { border-color: var(--sage-deep); color: var(--sage-deep); }
.luvlad-timeline__day {
    font-family: var(--ff-script);
    font-size: 1.5rem;
    color: var(--terracotta);
    margin: 0 0 .1em;
}
.luvlad-timeline__title {
    font-family: var(--ff-display);
    font-size: 1.7rem;
    margin: 0 0 .3em;
}
.luvlad-timeline__meta {
    margin: 0 0 .9em;
    color: var(--sage-deep);
    font-size: .9rem;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.luvlad-timeline__body { color: var(--ink); font-size: 1.05rem; line-height: 1.75; }

/* ===================================================
   SLANG CARDS
   =================================================== */

.luvlad-slang-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
}
.luvlad-slang-card {
    position: relative;
    padding: 36px 28px 32px;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    overflow: hidden;
    transition: transform .35s ease, box-shadow .35s ease;
}
.luvlad-slang-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}
.luvlad-slang-card__corner {
    position: absolute;
    top: -20px; right: -20px;
    width: 110px; height: 110px;
    color: var(--terracotta);
    opacity: .35;
    transition: transform .5s ease, opacity .5s ease;
}
.luvlad-slang-card:hover .luvlad-slang-card__corner {
    transform: rotate(10deg) scale(1.05);
    opacity: .65;
}
.luvlad-slang-card__num {
    font-family: var(--ff-script);
    font-size: 1.6rem;
    color: var(--gold);
    display: block;
    margin-bottom: 6px;
}
.luvlad-slang-card__word {
    font-family: var(--ff-display);
    font-size: 2.4rem;
    margin: 0 0 .15em;
    color: var(--ink);
    letter-spacing: .01em;
}
.luvlad-slang-card__phon {
    color: var(--sage-deep);
    font-style: italic;
    margin: 0 0 1em;
    font-size: .95rem;
}
.luvlad-slang-card__means {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: .78rem;
    color: var(--terracotta);
    margin: 0 0 1em;
}
.luvlad-slang-card__body {
    color: var(--ink);
    line-height: 1.7;
    margin: 0 0 1.4em;
    font-size: 1rem;
}
.luvlad-slang-card__example {
    padding: 16px 18px;
    background: var(--paper);
    border-left: 3px solid var(--gold);
    border-radius: 0 8px 8px 0;
}
.luvlad-slang-card__ex {
    font-family: var(--ff-display);
    font-style: italic;
    color: var(--ink);
    margin: 0 0 .3em;
    font-size: 1.05rem;
}
.luvlad-slang-card__ex-tr {
    color: var(--ink-soft);
    margin: 0;
    font-size: .9rem;
    font-style: italic;
}

/* ===================================================
   FAQ + ASK FORM
   =================================================== */

.luvlad-faq__item {
    border-bottom: 1px solid var(--line);
    padding: 22px 0;
}
.luvlad-faq__item[open] {
    background: linear-gradient(180deg, transparent, rgba(239, 227, 204, .4));
}
.luvlad-faq__q {
    list-style: none;
    cursor: pointer;
    font-family: var(--ff-display);
    font-size: 1.3rem;
    color: var(--ink);
    padding-right: 40px;
    position: relative;
    transition: color .2s ease;
}
.luvlad-faq__q::-webkit-details-marker { display: none; }
.luvlad-faq__q::after {
    content: "+";
    position: absolute;
    right: 4px; top: 50%;
    transform: translateY(-50%);
    font-family: var(--ff-display);
    font-size: 1.8rem; line-height: 1;
    color: var(--terracotta);
    transition: transform .25s ease;
}
.luvlad-faq__item[open] .luvlad-faq__q { color: var(--terracotta); }
.luvlad-faq__item[open] .luvlad-faq__q::after { transform: translateY(-50%) rotate(45deg); }
.luvlad-faq__a {
    margin: 14px 0 4px;
    color: var(--ink-soft);
    line-height: 1.75;
    font-size: 1.05rem;
}

.luvlad-ask { background: var(--paper); }

/* ===================================================
   FORMS (RSVP + Ask)
   =================================================== */

.luvlad-form {
    max-width: 640px;
    margin: 40px auto 0;
    position: relative;
}
.luvlad-form__row { margin-bottom: 26px; }
.luvlad-form__label {
    display: block;
    font-family: var(--ff-serif);
    font-size: .95rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: var(--sage-deep);
    margin-bottom: 8px;
    font-weight: 500;
}
.luvlad-form__input {
    display: block;
    width: 100%;
    padding: 14px 18px;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-family: var(--ff-serif);
    font-size: 1.05rem;
    color: var(--ink);
    transition: border-color .2s ease, box-shadow .2s ease;
}
.luvlad-form__input:focus {
    outline: none;
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(184, 85, 64, .15);
}
textarea.luvlad-form__input { resize: vertical; min-height: 90px; line-height: 1.6; }
.luvlad-form__help {
    margin: 6px 0 0;
    font-size: .88rem;
    color: var(--ink-soft);
    font-style: italic;
}
.luvlad-form__error {
    background: rgba(184, 85, 64, .1);
    color: var(--terracotta);
    padding: 12px 16px;
    border-left: 3px solid var(--terracotta);
    border-radius: 4px;
    margin: 0 0 20px;
}

.luvlad-checks {
    display: flex; flex-direction: column; gap: 10px;
    margin-top: 10px;
}
.luvlad-check {
    display: flex; align-items: flex-start; gap: 12px;
    padding: 14px 18px;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: 8px;
    cursor: pointer;
    transition: border-color .2s ease, background .2s ease;
}
.luvlad-check:hover { border-color: var(--terracotta); }
.luvlad-check input {
    margin-top: 4px;
    accent-color: var(--terracotta);
    flex-shrink: 0;
}
.luvlad-check span { color: var(--ink); line-height: 1.45; }
.luvlad-check--decline { border-style: dashed; opacity: .85; }

.luvlad-form-success {
    text-align: center;
    padding: 50px 30px;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    margin-top: 30px;
}
.luvlad-form-success p { font-size: 1.15rem; color: var(--ink); margin: 0; }
.luvlad-form-success__sun {
    width: 60px;
    margin: 0 auto 18px;
    color: var(--gold);
    animation: luvlad-sun-spin 30s linear infinite;
}
.luvlad-form-success--big { padding: 80px 30px; }
.luvlad-form-success--big h2 { margin: 12px 0 18px; }

/* ===================================================
   FOOTER
   =================================================== */

.luvlad-footer {
    background: var(--ink);
    color: var(--cream-soft);
    text-align: center;
    position: relative;
}
.luvlad-footer__guarda { color: var(--gold); }
.luvlad-footer__guarda .luvlad-guarda { color: var(--gold); }
.luvlad-footer__inner {
    max-width: 640px;
    margin: 0 auto;
    padding: 70px 24px 60px;
}
.luvlad-footer__sun {
    width: 70px; margin: 0 auto 18px;
    color: var(--gold);
}
.luvlad-footer__mono {
    font-family: var(--ff-display);
    font-size: 2.2rem;
    margin-bottom: 14px;
    letter-spacing: .04em;
}
.luvlad-footer__mono span {
    color: var(--terracotta);
    font-style: italic;
    margin: 0 .12em;
    font-family: var(--ff-script);
}
.luvlad-footer__date {
    font-family: var(--ff-display);
    font-size: 1.15rem;
    margin: 0 0 4px;
    color: var(--ivory);
}
.luvlad-footer__location {
    text-transform: uppercase;
    letter-spacing: .26em;
    font-size: .76rem;
    color: var(--gold-soft);
    margin: 0 0 26px;
}
.luvlad-footer__tagline {
    font-family: var(--ff-script);
    font-size: 1.6rem;
    color: var(--gold-soft);
    margin: 18px 0 14px;
}
.luvlad-footer__made { font-size: .85rem; opacity: .7; margin: 0 0 24px; }
.luvlad-footer__capybara {
    width: 60px; margin: 20px auto 0;
    color: var(--gold-soft);
    opacity: .55;
    transition: transform .4s ease, opacity .3s ease;
}
.luvlad-footer__capybara:hover { transform: translateY(-4px) rotate(-5deg); opacity: .9; }

/* ===================================================
   GATEWAY (login page)
   =================================================== */

.luvlad-gate-body {
    background: var(--paper);
    min-height: 100vh;
    margin: 0;
}
.luvlad-gate {
    position: relative;
    min-height: 100vh;
    display: flex; align-items: center; justify-content: center;
    padding: 40px 24px;
    overflow: hidden;
}
.luvlad-gate__veil {
    position: absolute; inset: 0;
    background:
        radial-gradient(circle at 25% 25%, rgba(201, 154, 58, .12), transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(184, 85, 64, .1), transparent 50%);
    pointer-events: none;
}
.luvlad-gate__corner {
    position: absolute;
    width: 130px; height: 130px;
    color: var(--sage-deep);
    z-index: 1;
}
.luvlad-gate__corner--tl { top: 24px; left: 24px; }
.luvlad-gate__corner--tr { top: 24px; right: 24px; transform: scaleX(-1); }
.luvlad-gate__corner--bl { bottom: 24px; left: 24px; transform: scaleY(-1); }
.luvlad-gate__corner--br { bottom: 24px; right: 24px; transform: scale(-1, -1); }

.luvlad-gate__lang {
    position: absolute;
    top: 32px; right: 32px;
    width: 44px; height: 44px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: var(--ivory);
    color: var(--ink);
    display: flex; align-items: center; justify-content: center;
    text-decoration: none;
    font-family: var(--ff-serif);
    font-size: .8rem; letter-spacing: .1em;
    z-index: 5;
    transition: all .2s ease;
}
.luvlad-gate__lang:hover { border-color: var(--terracotta); color: var(--terracotta); }

.luvlad-gate__inner {
    position: relative;
    z-index: 2;
    max-width: 520px;
    width: 100%;
    text-align: center;
}
.luvlad-gate__sun {
    width: 80px; margin: 0 auto 18px;
    color: var(--gold);
    animation: luvlad-sun-spin 80s linear infinite;
}
.luvlad-gate__title {
    font-family: var(--ff-display);
    font-size: clamp(3.4rem, 8vw, 5.4rem);
    margin: .1em 0 .2em;
    color: var(--ink);
    letter-spacing: .03em;
    line-height: 1;
}
.luvlad-amp {
    font-family: var(--ff-script);
    color: var(--terracotta);
    font-style: italic;
    margin: 0 .15em;
}
.luvlad-gate__sub {
    font-family: var(--ff-script);
    color: var(--terracotta);
    font-size: 1.6rem;
    margin: 0 0 .5em;
    line-height: 1;
}
.luvlad-gate__date {
    text-transform: uppercase;
    letter-spacing: .28em;
    font-size: .8rem;
    color: var(--ink-soft);
    margin: 0 0 30px;
}
.luvlad-gate__divider { margin: 20px 0 26px; }
.luvlad-gate__intro {
    font-size: 1.05rem;
    color: var(--ink);
    line-height: 1.7;
    margin: 0 0 28px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
}
.luvlad-gate__form {
    display: flex;
    flex-direction: column;
    gap: 14px;
    max-width: 360px;
    margin: 0 auto 30px;
}
.luvlad-gate__input {
    padding: 16px 22px;
    background: var(--ivory);
    border: 1px solid var(--line);
    border-radius: 6px;
    font-family: var(--ff-serif);
    font-size: 1.05rem;
    color: var(--ink);
    text-align: center;
    letter-spacing: .14em;
    transition: all .25s ease;
}
.luvlad-gate__input:focus {
    outline: none;
    border-color: var(--terracotta);
    box-shadow: 0 0 0 3px rgba(184, 85, 64, .15);
}
.luvlad-gate__btn { width: 100%; }
.luvlad-gate__error {
    color: var(--terracotta);
    background: rgba(184, 85, 64, .08);
    padding: 12px 16px;
    border-radius: 4px;
    font-size: .95rem;
    margin: 0;
    line-height: 1.5;
}
.luvlad-gate__foot {
    font-family: var(--ff-script);
    color: var(--sage-deep);
    font-size: 1.3rem;
    margin: 28px 0 0;
}

@media (max-width: 540px) {
    .luvlad-gate__corner { width: 80px; height: 80px; }
    .luvlad-gate__lang { top: 16px; right: 16px; }
}

/* ===================================================
   SCROLL REVEAL — base states
   =================================================== */

[data-reveal] { opacity: 0; transition: opacity .8s ease, transform .9s cubic-bezier(.2, .8, .2, 1); }
[data-reveal="fade-up"]    { transform: translateY(28px); }
[data-reveal="fade-right"] { transform: translateX(-28px); }
[data-reveal="fade-left"]  { transform: translateX(28px); }
[data-reveal="hero"]       { transform: translateY(14px); transition-delay: .1s; }
[data-reveal].is-in        { opacity: 1; transform: none; }

/* Stagger children of grids */
.luvlad-slang-card[data-reveal] { transition-delay: calc(var(--i, 0) * 0.08s); }
.luvlad-timeline__item[data-reveal] { transition-delay: calc(var(--i, 0) * 0.12s); }

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
        scroll-behavior: auto !important;
    }
    [data-reveal] { opacity: 1; transform: none; }
}
