
:root {
    --bg: #120910;
    --bg-soft: #21101d;
    --surface: rgba(255, 255, 255, .075);
    --surface-strong: rgba(255, 255, 255, .12);
    --line: rgba(255, 255, 255, .13);
    --text: #fff9fc;
    --muted: #d9c4cf;
    --pink: #ff4f91;
    --pink-soft: #ff8bb8;
    --purple: #9a4dff;
    --gold: #ffd58a;
    --shadow: 0 28px 90px rgba(0, 0, 0, .34);
    --radius-lg: 38px;
    --radius-md: 25px;
    --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-height: 100vh;
    overflow-x: hidden;
    background:
        radial-gradient(circle at 12% 12%, rgba(255, 79, 145, .18), transparent 29rem),
        radial-gradient(circle at 85% 8%, rgba(154, 77, 255, .14), transparent 31rem),
        linear-gradient(180deg, #140a12 0%, #0f080d 100%);
    color: var(--text);
    font-family: "DM Sans", Arial, sans-serif;
    line-height: 1.6;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: .32;
    z-index: -1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.11'/%3E%3C/svg%3E");
}

button, input { font: inherit; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
::selection { background: var(--pink); color: #fff; }

.ambient {
    position: fixed;
    width: 34rem;
    height: 34rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .14;
    pointer-events: none;
    z-index: -2;
}
.ambient-one { left: -15rem; top: 16%; background: var(--pink); animation: drift 12s ease-in-out infinite alternate; }
.ambient-two { right: -16rem; top: 38%; background: var(--purple); animation: drift 15s ease-in-out infinite alternate-reverse; }

.site-header {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: min(calc(100% - 30px), var(--container));
    min-height: 66px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 10px 12px 10px 16px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(18, 9, 16, .72);
    box-shadow: 0 16px 46px rgba(0, 0, 0, .24);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; }
.brand-mark {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--pink), var(--purple));
    box-shadow: 0 8px 26px rgba(255, 79, 145, .3);
    font-family: "Playfair Display", serif;
    font-size: 20px;
}
.brand strong, .brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 15px; letter-spacing: -.2px; }
.brand small { margin-top: 5px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; }
.desktop-nav { display: flex; align-items: center; gap: 28px; }
.desktop-nav a { color: var(--muted); font-size: 13px; font-weight: 600; text-decoration: none; transition: .25s ease; }
.desktop-nav a:hover { color: #fff; }
.header-action {
    padding: 10px 18px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .25s ease;
}
.header-action:hover { background: #fff; color: #1a0b14; }

main { position: relative; z-index: 2; }
.hero {
    width: min(calc(100% - 40px), var(--container));
    min-height: 100svh;
    margin: 0 auto;
    padding: 145px 0 90px;
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .98fr);
    align-items: center;
    gap: clamp(48px, 7vw, 100px);
}

.eyebrow {
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--pink-soft);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: #7affb8; box-shadow: 0 0 0 7px rgba(122, 255, 184, .08); animation: pulse 1.7s ease-in-out infinite; }
.hero h1, .section-heading h2, .letter-card h2, .finale h2 {
    margin: 0;
    font-family: "Playfair Display", Georgia, serif;
    font-weight: 600;
    letter-spacing: -2.7px;
    line-height: .99;
}
.hero h1 { max-width: 720px; font-size: clamp(55px, 7.1vw, 98px); }
.gradient-text {
    font-style: italic;
    background: linear-gradient(100deg, #fff 0%, #ffb4d1 44%, #c8a5ff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.hero-message { max-width: 620px; margin: 28px 0 0; color: var(--muted); font-size: clamp(16px, 1.5vw, 19px); line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.primary-button, .secondary-button {
    min-height: 55px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    border-radius: 999px;
    padding: 0 24px;
    cursor: pointer;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}
.primary-button {
    border: 0;
    background: linear-gradient(135deg, var(--pink), #e13fdb 52%, var(--purple));
    color: #fff;
    box-shadow: 0 15px 38px rgba(255, 79, 145, .25);
}
.primary-button:hover { transform: translateY(-3px); box-shadow: 0 19px 48px rgba(255, 79, 145, .35); }
.secondary-button { border: 1px solid var(--line); background: var(--surface); color: #fff; }
.secondary-button:hover { transform: translateY(-3px); background: var(--surface-strong); }
.signature-row { margin-top: 34px; display: flex; gap: 12px; flex-wrap: wrap; color: #a9929f; font-size: 12px; }
.signature-row strong { color: #f7c5d9; }

.hero-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.portrait-card {
    position: relative;
    z-index: 2;
    width: min(100%, 500px);
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 180px 180px 35px 35px;
    background: linear-gradient(160deg, #5f263f, #281120 55%, #4e2865);
    box-shadow: var(--shadow);
    transform: rotate(1.2deg);
}
.portrait-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, transparent 45%, rgba(15, 5, 12, .92) 100%);
}
.portrait-card img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.92) contrast(1.03); }
.portrait-overlay { position: absolute; z-index: 2; left: 31px; right: 31px; bottom: 28px; }
.portrait-overlay span { display: block; color: #f8c8da; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; }
.portrait-overlay strong { display: block; margin-top: 7px; font-family: "Playfair Display", serif; font-size: clamp(23px, 3vw, 35px); line-height: 1.15; }
.photo-placeholder { position: absolute; inset: 0; display: grid; place-content: center; gap: 10px; text-align: center; padding: 50px; color: #ead4df; }
.photo-placeholder strong { font-family: "Playfair Display", serif; font-size: 29px; color: #fff; }
.photo-placeholder span { font-size: 13px; line-height: 1.8; }
.photo-placeholder code { color: #ffafce; }
.placeholder-heart { width: 80px; height: 80px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; background: rgba(255,255,255,.08); font-size: 32px; color: var(--pink); animation: heartBeat 2s ease-in-out infinite; }
.photo-orbit { position: absolute; width: 560px; height: 560px; border: 1px dashed rgba(255, 255, 255, .15); border-radius: 50%; animation: spin 28s linear infinite; }
.photo-orbit span { position: absolute; top: 8%; right: 6%; padding: 9px 15px; border: 1px solid var(--line); border-radius: 99px; background: #1a0c15; color: #f9b5d0; font-size: 10px; text-transform: uppercase; letter-spacing: 2px; }
.photo-orbit i { position: absolute; left: 5%; bottom: 19%; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 26px var(--gold); }
.floating-note { position: absolute; z-index: 3; border: 1px solid var(--line); border-radius: 17px; background: rgba(30, 13, 24, .84); box-shadow: 0 12px 32px rgba(0,0,0,.28); backdrop-filter: blur(12px); color: #f9c5d9; font-size: 12px; font-weight: 700; }
.note-one { left: -18px; top: 27%; padding: 14px 17px; transform: rotate(-7deg); animation: bob 4s ease-in-out infinite; }
.note-two { right: -14px; bottom: 21%; padding: 13px 16px; transform: rotate(5deg); animation: bob 5s ease-in-out .8s infinite; }

.countdown-section {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto 130px;
    padding: clamp(29px, 5vw, 55px);
    display: grid;
    grid-template-columns: .9fr 1.2fr;
    align-items: center;
    gap: 30px;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(255,79,145,.1), rgba(154,77,255,.065)), rgba(255,255,255,.035);
    box-shadow: var(--shadow);
}
.countdown-section h2 { margin: 0; max-width: 400px; font-family: "Playfair Display", serif; font-size: clamp(31px, 4vw, 52px); line-height: 1.08; letter-spacing: -1.4px; }
.countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.countdown div { padding: 21px 10px; text-align: center; border: 1px solid var(--line); border-radius: 21px; background: rgba(255,255,255,.055); }
.countdown strong { display: block; font-size: clamp(28px, 4vw, 46px); line-height: 1; }
.countdown span { display: block; margin-top: 9px; color: var(--muted); font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; }
.birthday-live { grid-column: 1 / -1; margin: 0; text-align: center; color: #ffd1e2; font-size: 18px; font-weight: 700; }

.section-grid, .wishes-section, .letter-section, .finale {
    width: min(calc(100% - 40px), var(--container));
    margin-left: auto;
    margin-right: auto;
}
.section-grid { margin-bottom: 150px; display: grid; grid-template-columns: 1.25fr repeat(3, .75fr); gap: 17px; align-items: stretch; }
.section-heading { padding-right: 35px; align-self: center; }
.section-heading h2 { font-size: clamp(40px, 5vw, 66px); line-height: 1.03; }
.memory-card, .wish-card {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--surface);
    transition: .32s ease;
}
.memory-card { min-height: 385px; padding: 27px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 100px 100px 24px 24px; }
.memory-card:nth-child(3) { transform: translateY(42px); }
.memory-card:hover, .wish-card:hover { transform: translateY(-7px); background: var(--surface-strong); border-color: rgba(255,255,255,.23); }
.memory-card:nth-child(3):hover { transform: translateY(35px); }
.memory-card::after, .wish-card::after { content: "♥"; position: absolute; right: -12px; top: -31px; color: rgba(255,255,255,.035); font-size: 130px; }
.memory-number { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--pink-soft); font-size: 11px; }
.memory-card p { margin: 0; color: #e0ccd6; font-size: 15px; line-height: 1.85; }

.wishes-section { margin-bottom: 150px; }
.centered { max-width: 730px; margin: 0 auto 58px; padding: 0; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered p:last-child { max-width: 620px; margin: 22px auto 0; color: var(--muted); }
.wish-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.wish-card { min-height: 290px; padding: 30px; border-radius: var(--radius-md); }
.wish-card span { color: var(--pink-soft); font-size: 11px; font-weight: 700; letter-spacing: 2px; }
.wish-card h3 { margin: 73px 0 12px; font-family: "Playfair Display", serif; font-size: 27px; line-height: 1.15; }
.wish-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.letter-section { margin-bottom: 150px; }
.letter-card {
    position: relative;
    max-width: 950px;
    margin: 0 auto;
    padding: clamp(39px, 7vw, 88px);
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px 90px 14px 90px;
    background:
        linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.78)),
        repeating-linear-gradient(0deg, transparent 0 35px, rgba(86,33,61,.08) 36px 37px),
        #f7e8ef;
    box-shadow: 0 38px 90px rgba(0,0,0,.31);
    color: #321321;
}
.letter-card::before { content: ""; position: absolute; inset: 14px; pointer-events: none; border: 1px solid rgba(74,23,48,.11); border-radius: 6px 75px 6px 75px; }
.letter-card .eyebrow { color: #b33167; }
.letter-card h2 { font-size: clamp(44px, 6vw, 73px); }
.letter-copy { margin-top: 38px; font-family: Georgia, serif; font-size: clamp(17px, 2vw, 20px); line-height: 1.95; }
.letter-copy p { margin: 0 0 19px; }
.letter-signature { margin-top: 39px; display: flex; flex-direction: column; font-family: "Playfair Display", serif; font-style: italic; font-size: 18px; }
.letter-signature strong { margin-top: 5px; color: #a62c60; font-size: 27px; }
.letter-stamp { position: absolute; top: 44px; right: 49px; width: 120px; height: 120px; display: grid; place-content: center; border: 2px dashed rgba(166,44,96,.34); border-radius: 50%; text-align: center; color: #a62c60; font-family: "Playfair Display", serif; font-size: 14px; line-height: 1.15; transform: rotate(9deg); }
.letter-stamp span { font-family: "DM Sans", sans-serif; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }

.finale { margin-bottom: 110px; min-height: 500px; padding: 70px 30px; display: grid; place-items: center; align-content: center; text-align: center; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle at 50% 45%, rgba(255,79,145,.2), transparent 28%), linear-gradient(135deg, rgba(255,255,255,.06), rgba(154,77,255,.07)); }
.finale .eyebrow { justify-content: center; }
.finale h2 { font-size: clamp(43px, 6vw, 75px); line-height: 1.02; }
.finale .primary-button { margin-top: 35px; }
.finale-heart { margin-bottom: 24px; color: var(--pink); font-size: 53px; animation: heartBeat 1.8s ease-in-out infinite; filter: drop-shadow(0 0 25px rgba(255,79,145,.45)); }

footer { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; padding: 0 0 35px; display: flex; align-items: center; justify-content: space-between; gap: 18px; color: #9f8b96; font-size: 11px; }
footer span { color: #fff; font-weight: 800; }
footer p { margin: 0; }
footer a { color: #d8b6c5; text-decoration: none; }

.floating-hearts { position: fixed; inset: 0; z-index: 1; pointer-events: none; overflow: hidden; }
.float-heart { position: absolute; bottom: -40px; color: rgba(255, 126, 175, .25); animation: floatUp linear forwards; }
.confetti-piece { position: fixed; z-index: 9999; width: 8px; height: 14px; top: -20px; border-radius: 2px; pointer-events: none; animation: confettiFall 2.8s cubic-bezier(.2,.7,.25,1) forwards; }
.toast { position: fixed; z-index: 999; left: 50%; bottom: 28px; transform: translate(-50%, 120px); padding: 13px 18px; border: 1px solid var(--line); border-radius: 999px; background: rgba(26, 12, 21, .94); box-shadow: 0 18px 45px rgba(0,0,0,.33); color: #fff; font-size: 13px; transition: transform .35s ease; }
.toast.show { transform: translate(-50%, 0); }
.cursor-glow { position: fixed; left: 0; top: 0; z-index: 0; width: 420px; height: 420px; pointer-events: none; border-radius: 50%; background: radial-gradient(circle, rgba(255,79,145,.1), transparent 67%); transform: translate(-50%, -50%); }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .8s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

/* Login */
.login-page { display: grid; place-items: center; }
.login-page::after { content: ""; position: fixed; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 45%, transparent 0 20%, rgba(0,0,0,.32) 80%); }
.stars { position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(circle, rgba(255,255,255,.7) 0 1px, transparent 1.3px); background-size: 44px 44px; opacity: .13; mask-image: linear-gradient(to bottom, #000, transparent); }
.login-shell { width: min(calc(100% - 28px), 510px); padding: 50px 0; }
.glass-panel { border: 1px solid rgba(255,255,255,.15); background: rgba(25,11,20,.74); box-shadow: var(--shadow); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); }
.login-card { position: relative; padding: clamp(34px, 7vw, 55px); border-radius: 38px; overflow: hidden; text-align: center; }
.login-card::before { content: ""; position: absolute; width: 260px; height: 260px; left: -160px; top: -150px; border-radius: 50%; background: var(--pink); filter: blur(70px); opacity: .2; }
.login-card h1 { margin: 0; font-family: "Playfair Display", serif; font-size: clamp(41px, 8vw, 59px); line-height: 1.02; letter-spacing: -1.7px; }
.login-card h1 span { color: var(--pink-soft); font-style: italic; }
.login-card .eyebrow { justify-content: center; }
.login-copy { margin: 18px auto 28px; max-width: 340px; color: var(--muted); font-size: 14px; }
.mini-orbit { width: 78px; height: 78px; display: grid; place-items: center; margin: 0 auto 24px; border: 1px dashed rgba(255,255,255,.22); border-radius: 50%; animation: spin 12s linear infinite; }
.mini-orbit span { width: 51px; height: 51px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, var(--pink), var(--purple)); box-shadow: 0 13px 30px rgba(255,79,145,.27); font-size: 21px; animation: spin 12s linear infinite reverse; }
.login-form { display: grid; gap: 13px; text-align: left; }
.login-form label { color: #d9c2ce; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; }
.password-wrap { position: relative; }
.password-wrap input { width: 100%; height: 58px; padding: 0 78px 0 18px; outline: 0; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.065); color: #fff; transition: .25s ease; }
.password-wrap input:focus { border-color: rgba(255,114,169,.75); box-shadow: 0 0 0 4px rgba(255,79,145,.1); }
.password-wrap input::placeholder { color: #836d79; }
.password-toggle { position: absolute; right: 9px; top: 50%; transform: translateY(-50%); height: 39px; padding: 0 12px; border: 0; border-radius: 11px; background: rgba(255,255,255,.08); color: #e7d1dc; cursor: pointer; font-size: 11px; font-weight: 700; }
.login-form .primary-button { width: 100%; margin-top: 5px; }
.privacy-note { margin: 20px 0 0; color: #897681; font-size: 11px; }
.form-alert { margin: 0 0 20px; padding: 12px 14px; border: 1px solid rgba(255,118,160,.3); border-radius: 13px; background: rgba(255,68,124,.09); color: #ffc2d7; font-size: 12px; }
.form-alert.success { border-color: rgba(73,255,167,.24); background: rgba(73,255,167,.08); color: #b8ffd9; }

@keyframes drift { to { transform: translate(70px, 55px) scale(1.12); } }
@keyframes pulse { 50% { opacity: .45; transform: scale(.8); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes bob { 50% { translate: 0 -12px; } }
@keyframes heartBeat { 0%,100% { transform: scale(1); } 20% { transform: scale(1.14); } 38% { transform: scale(.97); } 55% { transform: scale(1.1); } }
@keyframes floatUp { to { transform: translateY(-115vh) rotate(65deg); opacity: 0; } }
@keyframes confettiFall { to { transform: translate3d(var(--x), 105vh, 0) rotate(880deg); opacity: .9; } }

@media (max-width: 1060px) {
    .hero { grid-template-columns: 1fr 430px; gap: 34px; }
    .section-grid { grid-template-columns: 1.2fr repeat(3, 1fr); }
    .memory-card { min-height: 360px; padding: 23px; }
    .wish-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 860px) {
    .desktop-nav { display: none; }
    .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 140px; text-align: center; }
    .hero .eyebrow, .hero-actions { justify-content: center; }
    .hero-message { margin-left: auto; margin-right: auto; }
    .signature-row { justify-content: center; }
    .hero-visual { min-height: 570px; }
    .countdown-section { grid-template-columns: 1fr; text-align: center; }
    .countdown-section h2 { margin: 0 auto; }
    .countdown-section .eyebrow { justify-content: center; }
    .section-grid { grid-template-columns: repeat(3, 1fr); }
    .section-grid .section-heading { grid-column: 1 / -1; max-width: 700px; padding: 0 0 25px; text-align: center; }
    .section-grid .section-heading .eyebrow { justify-content: center; }
    .memory-card:nth-child(3) { transform: none; }
    .memory-card:nth-child(3):hover { transform: translateY(-7px); }
}

@media (max-width: 640px) {
    :root { --radius-lg: 28px; }
    .site-header { top: 10px; width: calc(100% - 18px); min-height: 60px; padding: 8px 9px 8px 12px; }
    .brand-mark { width: 39px; height: 39px; }
    .brand small { display: none; }
    .header-action { padding: 9px 14px; }
    .hero { width: min(calc(100% - 28px), var(--container)); padding: 118px 0 75px; gap: 44px; }
    .hero h1 { font-size: clamp(47px, 14.5vw, 70px); letter-spacing: -2px; }
    .hero-message { font-size: 15px; line-height: 1.75; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .primary-button, .secondary-button { width: 100%; }
    .hero-visual { min-height: auto; padding: 25px 5px; }
    .portrait-card { border-radius: 120px 120px 30px 30px; }
    .photo-orbit { width: 110%; height: auto; aspect-ratio: 1; }
    .floating-note { font-size: 10px; }
    .note-one { left: -4px; top: 25%; }
    .note-two { right: -2px; bottom: 17%; }
    .countdown-section, .section-grid, .wishes-section, .letter-section, .finale, footer { width: calc(100% - 28px); }
    .countdown-section { margin-bottom: 92px; padding: 31px 18px; }
    .countdown { grid-template-columns: repeat(2, 1fr); }
    .section-grid { margin-bottom: 100px; grid-template-columns: 1fr; }
    .section-heading h2 { font-size: 43px; }
    .memory-card { min-height: 280px; border-radius: 70px 70px 22px 22px; }
    .wishes-section { margin-bottom: 100px; }
    .centered { margin-bottom: 35px; }
    .wish-grid { grid-template-columns: 1fr; }
    .wish-card { min-height: 250px; }
    .wish-card h3 { margin-top: 47px; }
    .letter-section { margin-bottom: 100px; }
    .letter-card { padding: 43px 29px; border-radius: 12px 55px 12px 55px; }
    .letter-stamp { position: static; width: 90px; height: 90px; margin: 0 0 30px auto; font-size: 11px; }
    .letter-copy { font-size: 16px; line-height: 1.85; }
    .letter-signature strong { font-size: 22px; }
    .finale { min-height: 460px; margin-bottom: 75px; padding: 50px 18px; }
    .finale h2 { font-size: 42px; }
    footer { flex-direction: column; text-align: center; }
    .cursor-glow { display: none; }
    .toast { width: calc(100% - 28px); text-align: center; }
}

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

/* =========================================================
   MeenaOS Story Edition
   ========================================================= */
.story-only-page .hero {
    min-height: 100svh;
}

.landscape-love-card {
    width: min(100%, 620px);
    aspect-ratio: 16 / 10;
    border-radius: 36px;
    transform: rotate(1.2deg);
}

.landscape-love-card::before {
    border-radius: 36px;
}

.landscape-love-card img {
    object-position: center center;
}

.story-only-page .photo-orbit {
    width: min(112%, 680px);
    height: min(112%, 680px);
}

.love-story-section {
    width: min(calc(100% - 40px), var(--container));
    margin: 0 auto 150px;
    padding-top: 35px;
}

.story-timeline {
    position: relative;
    display: grid;
    gap: 22px;
    max-width: 980px;
    margin: 58px auto 34px;
}

.story-timeline::before {
    content: "";
    position: absolute;
    left: 45px;
    top: 92px;
    bottom: 92px;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgba(255, 117, 169, .65), transparent);
}

.story-moment {
    position: relative;
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 28px;
    padding: 31px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255,255,255,.07), rgba(255,79,145,.035));
    box-shadow: 0 24px 70px rgba(0,0,0,.18);
}

.story-moment::after {
    content: "♥";
    position: absolute;
    right: -22px;
    bottom: -64px;
    color: rgba(255,255,255,.028);
    font-size: 180px;
    pointer-events: none;
}

.moment-date {
    position: relative;
    z-index: 1;
    width: 92px;
    height: 92px;
    display: grid;
    place-content: center;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(255,79,145,.19), rgba(154,77,255,.13));
    text-align: center;
    box-shadow: inset 0 0 25px rgba(255,255,255,.035);
}

.moment-date strong {
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1;
}

.moment-date span {
    margin-top: 5px;
    color: var(--pink-soft);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.moment-copy {
    position: relative;
    z-index: 1;
}

.moment-time {
    margin: 3px 0 8px;
    color: var(--pink-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.moment-copy h3 {
    margin: 0 0 13px;
    font-family: "Playfair Display", serif;
    font-size: clamp(28px, 3.5vw, 42px);
    line-height: 1.12;
}

.moment-copy > p:last-child {
    max-width: 730px;
    margin: 0;
    color: #d8c3cd;
    font-size: 15px;
    line-height: 1.9;
}

.our-now-card {
    position: relative;
    max-width: 980px;
    margin: 34px auto 0;
    padding: clamp(38px, 7vw, 76px);
    overflow: hidden;
    border: 1px solid rgba(84, 29, 54, .12);
    border-radius: 12px 82px 12px 82px;
    background:
        linear-gradient(rgba(255,255,255,.82), rgba(255,255,255,.82)),
        repeating-linear-gradient(0deg, transparent 0 31px, rgba(114,39,72,.06) 31px 32px),
        #fff7f9;
    color: #462132;
    box-shadow: 0 35px 90px rgba(0,0,0,.28);
}

.our-now-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(74,23,48,.1);
    border-radius: 6px 68px 6px 68px;
    pointer-events: none;
}

.our-now-card .eyebrow {
    color: #b33167;
}

.our-now-card h2 {
    position: relative;
    margin: 0;
    font-family: "Playfair Display", serif;
    font-size: clamp(41px, 6vw, 70px);
    line-height: 1.06;
    letter-spacing: -2px;
}

.our-now-copy {
    position: relative;
    margin-top: 34px;
    font-family: Georgia, serif;
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.95;
}

.our-now-copy p {
    margin: 0 0 19px;
}

.story-emphasis {
    padding: 18px 21px;
    border-left: 3px solid #c13c73;
    border-radius: 0 12px 12px 0;
    background: rgba(193,60,115,.07);
    font-weight: 700;
}

.our-now-card .letter-signature {
    position: relative;
}

.blessing-section {
    width: min(calc(100% - 40px), var(--container));
    min-height: 560px;
    margin: 0 auto 110px;
    padding: 75px clamp(24px, 6vw, 90px);
    display: grid;
    place-items: center;
    align-content: center;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at 50% 38%, rgba(255,79,145,.24), transparent 26%),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(154,77,255,.08));
    text-align: center;
}

.blessing-section .eyebrow {
    justify-content: center;
}

.blessing-section h2 {
    margin: 8px 0 22px;
    font-family: "Playfair Display", serif;
    font-size: clamp(43px, 6vw, 74px);
    line-height: 1.04;
    letter-spacing: -2px;
}

.blessing-section > p:not(.eyebrow):not(.blessing-ameen) {
    max-width: 850px;
    margin: 0;
    color: #dac5cf;
    font-size: clamp(16px, 1.7vw, 19px);
    line-height: 1.9;
}

.blessing-ameen {
    margin: 24px 0 0;
    color: #fff;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-style: italic;
}

.blessing-section .primary-button {
    margin-top: 33px;
}

.blessing-heart {
    margin-bottom: 20px;
    color: var(--pink);
    font-size: 54px;
    animation: heartBeat 1.8s ease-in-out infinite;
    filter: drop-shadow(0 0 25px rgba(255,79,145,.45));
}

.whatsapp-support {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 58px;
    padding: 8px 16px 8px 8px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 999px;
    background: rgba(21, 84, 55, .94);
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
    color: #fff;
    text-decoration: none;
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    transition: transform .25s ease, background .25s ease, box-shadow .25s ease;
}

.whatsapp-support:hover {
    transform: translateY(-4px);
    background: #16784d;
    box-shadow: 0 22px 50px rgba(0,0,0,.42);
}

.whatsapp-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #25d366;
    font-size: 20px;
    transform: rotate(-18deg);
}

.whatsapp-copy {
    display: grid;
    line-height: 1.15;
}

.whatsapp-copy small {
    color: rgba(255,255,255,.68);
    font-size: 9px;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.whatsapp-copy strong {
    margin-top: 4px;
    font-size: 12px;
}

@media (max-width: 860px) {
    .landscape-love-card {
        width: min(100%, 650px);
    }

    .story-only-page .hero-visual {
        min-height: 470px;
    }
}

@media (max-width: 640px) {
    .love-story-section,
    .blessing-section {
        width: calc(100% - 28px);
    }

    .love-story-section {
        margin-bottom: 100px;
    }

    .story-timeline {
        margin-top: 38px;
    }

    .story-timeline::before {
        display: none;
    }

    .story-moment {
        grid-template-columns: 1fr;
        gap: 19px;
        padding: 24px;
        border-radius: 24px;
    }

    .moment-date {
        width: 76px;
        height: 76px;
    }

    .moment-date strong {
        font-size: 27px;
    }

    .moment-copy h3 {
        font-size: 31px;
    }

    .our-now-card {
        padding: 43px 27px;
        border-radius: 10px 50px 10px 50px;
    }

    .our-now-card::before {
        border-radius: 6px 42px 6px 42px;
    }

    .our-now-card h2 {
        font-size: 41px;
    }

    .our-now-copy {
        font-size: 16px;
        line-height: 1.85;
    }

    .blessing-section {
        min-height: 500px;
        margin-bottom: 80px;
        padding: 55px 22px;
    }

    .blessing-section h2 {
        font-size: 43px;
    }

    .whatsapp-support {
        right: 14px;
        bottom: 14px;
        min-height: 54px;
        padding-right: 12px;
    }

    .whatsapp-copy small {
        display: none;
    }
}
