@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes floatPetal{0%{transform:translateY(-8px) rotate(-5deg)}50%{transform:translateY(8px) rotate(5deg)}to{transform:translateY(-8px) rotate(-5deg)}}@keyframes pulse-gold{0%,to{box-shadow:0 0 #a67c5259}50%{box-shadow:0 0 0 10px #a67c5200}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:#f6f2ef;color:#2e2a26;font-family:Lato,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}a{color:#a67c52;text-decoration:none;transition:color .2s}a:hover{color:#7d5a3a}img{max-width:100%;display:block}.section-title{font-family:Playfair Display,Georgia,serif;font-size:clamp(1.5rem,4vw,2.2rem);color:#2e2a26;text-align:center;font-weight:600;letter-spacing:.02em;margin-bottom:.5rem}.section-title:after{content:"";display:block;width:80px;height:1px;background:linear-gradient(to right,transparent,#a67c52,transparent);margin:1.5rem auto 1.25rem;margin-bottom:0}.section-subtitle{text-align:center;color:#6b635c;font-size:.95rem;letter-spacing:.04em;text-transform:uppercase;margin-bottom:2.5rem}.divider-ornament{text-align:center;margin:1.5rem 0 2.5rem;color:#a67c52;font-size:1.2rem;letter-spacing:.25em;opacity:.5;-webkit-user-select:none;user-select:none}.section-label{display:block;text-align:center;font-family:Lato,sans-serif;font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:#6b635c;margin-bottom:3.5rem;opacity:.7}.app{display:flex;flex-direction:column;min-height:100vh;max-width:750px;margin:0 auto}.letter-intro{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;overflow:hidden;color:#2e2a26;background:linear-gradient(180deg,#f5f0e8,#ebe4d8)}.letter-intro__skip{position:absolute;top:1.5rem;right:1.5rem;z-index:100;padding:.5rem 1.25rem;border-radius:999px;border:none;background:#00000059;color:#fff;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s ease}.letter-intro__skip:hover{transform:translateY(-1px);background:#00000061}.letter-intro__frame{position:relative;width:min(30rem,100vw);aspect-ratio:4/5.2;display:flex;flex-direction:column;z-index:1;border:0;background:transparent;padding:0;cursor:pointer;-webkit-tap-highlight-color:transparent}.letter-intro__envelope{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#f9f5ec,#fbf8f4);box-shadow:0 12px 40px #0a0c082e;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2.25rem 2.5rem}.letter-intro__envelope:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.6),transparent 50%),radial-gradient(circle at 70% 70%,rgba(255,255,255,.4),transparent 45%);pointer-events:none;opacity:.75}.letter-intro__content{text-align:center;color:#5a4a3a;display:flex;flex-direction:column;align-items:center;gap:.5rem;position:relative;z-index:5;margin-bottom:.6rem}.letter-intro__names{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;margin-bottom:.4rem}.letter-intro__name{font-family:Playfair Display,Georgia,serif;font-size:3.2rem;line-height:1.2;letter-spacing:.04em;color:#28462f;font-weight:400;font-style:normal;-webkit-font-smoothing:antialiased}.letter-intro__amp{display:none}.letter-intro__date{font-family:Lato,sans-serif;font-size:1.1rem;letter-spacing:.15em;color:#6b6b5f;margin:1.2rem 0 .5rem;font-weight:500;text-transform:uppercase}.letter-intro__greeting{font-family:Playfair Display,Georgia,serif;font-size:.9rem;letter-spacing:.4em;color:#55614e;margin-top:1rem;margin-bottom:2rem;font-style:normal;font-weight:500;text-transform:uppercase}.letter-intro__seal{position:absolute;left:50%;bottom:1.5rem;transform:translate(-50%);width:64px;height:64px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#f8e8d4,#d4b87a 60%,#b89a5e);border:2px solid rgba(138,109,59,.5);display:grid;place-items:center;font-size:24px;box-shadow:0 8px 24px #1e140a33;-webkit-user-select:none;user-select:none;z-index:10;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.letter-intro__seal:after{content:"";position:absolute;inset:-6px;border-radius:50%;border:1px solid rgba(212,184,122,.3)}.letter-intro--opening .letter-intro__content{opacity:1;transform:translateY(0)}.letter-intro--opened .letter-intro__seal{opacity:.7;transform:translate(-50%,-50%) scale(.95)}.letter-intro--exiting{animation:introExit .6s ease forwards}@keyframes introExit{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.98)}}.letter-intro--reduced-motion .letter-intro__envelope{animation:none;transition:none}@media(max-width:560px){.letter-intro__frame{width:min(90vw,21rem)}.letter-intro__seal{width:58px;height:58px;font-size:22px;bottom:1.25rem}.letter-intro__name{font-size:2.6rem}}@media(min-width:1200px){.letter-intro__frame{width:56rem;aspect-ratio:10/6}.letter-intro__name{font-size:4rem}.letter-intro__greeting{font-size:.9rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow:hidden;background:#f7ebe0;color:#4a543b}.hero__bg{position:absolute;inset:0;background:radial-gradient(ellipse at center,rgba(184,154,94,.05) 0%,transparent 70%);pointer-events:none}.hero__content{position:relative;z-index:2;text-align:center;padding:7rem 2rem;animation:fadeIn 1.4s ease both;display:flex;flex-direction:column;align-items:center;width:100%;max-width:860px;gap:0}.hero__names{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;margin-bottom:3.5rem;margin-top:1rem;animation:fadeUp 1s ease .4s both;flex-direction:column;gap:20px}.hero__name{font-family:Playfair Display,Georgia,serif;font-size:clamp(3rem,12vw,5rem);font-weight:400;color:#3b452e;line-height:1}.hero__ampersand{font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,6vw,3.5rem);font-style:italic;color:#4a543b80;line-height:1;font-weight:300}.hero__invite{font-size:.85rem;color:#4a543bd9;letter-spacing:.3em;margin-bottom:.6rem;animation:fadeUp 1s ease .3s both;font-family:Lato,sans-serif;text-transform:uppercase}.hero__subtitle{font-size:.9rem;color:#4a543ba6;line-height:2;letter-spacing:.06em;margin-bottom:0;animation:fadeUp 1s ease .4s both}.hero__typography-date{display:flex;flex-direction:column;align-items:center;margin:3.5rem 0 4rem;animation:fadeUp 1s ease .8s both;font-family:Playfair Display,Georgia,serif;color:#4a543b}.hero__typography-date .into-time{font-size:.85rem;letter-spacing:.3em;margin-bottom:2.5rem;text-transform:uppercase;font-family:Lato,sans-serif;color:#4a543bb3}.hero__typography-date .date-row{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem}.hero__typography-date .date-row .divider{color:#4a543b40;font-size:1rem;font-weight:300}.hero__typography-date .date-row .day,.hero__typography-date .date-row .month,.hero__typography-date .date-row .year{font-size:4.5rem;font-weight:300;line-height:1;letter-spacing:-.02em}.hero__typography-date .lunar{font-size:.75rem;text-transform:uppercase;letter-spacing:.2em;color:#4a543b8c;font-family:Lato,sans-serif}.hero__scroll-cta{display:inline-flex;flex-direction:column;align-items:center;gap:.75rem;color:#4a543b8c;font-size:.7rem;letter-spacing:.25em;text-transform:uppercase;transition:color .3s;animation:fadeUp 1s ease 1.2s both}.hero__scroll-cta svg{animation:floatPetal 2.5s ease-in-out infinite}.hero__scroll-cta:hover{color:#3b452e}.hero__details-card{background:#fffffff2;border-radius:16px;padding:2rem;margin-top:2rem;box-shadow:0 8px 32px #0000001a;max-width:400px;width:100%;animation:fadeUp 1s ease .8s both}.hero__details-title{font-family:Playfair Display,Georgia,serif;font-size:1.5rem;color:#5a4a3a;margin-bottom:1.5rem;text-align:center;font-weight:600}.hero__details-item{display:flex;align-items:flex-start;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.hero__details-item:last-child{border-bottom:none}.hero__details-item svg{color:#8b9d6f;flex-shrink:0;margin-top:.2rem}.hero__details-item p{color:#5a4a3a;font-size:.95rem;line-height:1.5;margin:0}.hero__details-subtitle{font-size:.85rem;color:#8b9d6f;margin-top:.2rem;font-style:italic}@media(max-width:480px){.hero__content{padding:1.8rem 1.25rem}.hero__invite{font-size:.65rem;letter-spacing:.15em;margin-bottom:.5rem;font-weight:bolder}.hero__subtitle{font-size:.75rem;line-height:1.6}.hero__names{flex-direction:column;gap:0;margin-top:1.2rem;margin-bottom:1.2rem;gap:20px}.hero__name{font-size:clamp(2.5rem,15vw,3rem)}.hero__ampersand{font-size:1.2rem;margin:-.2rem 0}.hero__typography-date{margin:.7rem 0}.hero__typography-date .into-time{font-size:.65rem;letter-spacing:.15em;margin-bottom:.1rem}.hero__typography-date .date-row{gap:1rem;margin-bottom:1rem}.hero__typography-date .date-row .month{font-size:2.7rem}.hero__typography-date .date-row .day,.hero__typography-date .date-row .year{font-size:2rem;letter-spacing:.1em}.hero__typography-date .lunar{font-size:.7rem;letter-spacing:.1em}.hero__scroll-cta{margin-top:.5rem}}.event-details{background:#f7ebe0}.event-details__inner{padding:7rem 1.5rem;width:100%;max-width:min(42rem,100% - 2rem);margin:0 auto;box-sizing:border-box}.event-details__lead{text-align:center;font-size:.95rem;letter-spacing:.06em;color:#6b635c;max-width:34rem;margin:0 auto 2.25rem;line-height:1.85}.event-details__typography-wrapper{display:flex;justify-content:center;margin-bottom:0;padding:2rem 0 1rem}.event-details__parents{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3.5rem;padding:2.5rem;background:#f6f0ea99;border:1px solid rgba(166,124,82,.12);border-radius:16px;position:relative;align-items:start}.event-details__closing{text-align:center;font-style:italic;color:#6b635c;font-size:.9rem;margin-top:3rem;line-height:2;letter-spacing:.03em}.event-details__aside{text-align:center;font-family:Playfair Display,Georgia,serif;font-size:.88rem;color:#5a8daa;margin-top:.75rem;letter-spacing:.1em}.event-details__separator{display:flex;align-items:center;justify-content:center;font-size:1.8rem;color:#a67c52;opacity:.5;padding:.5rem 0}.parents-col{text-align:center;padding:.5rem 0}.parents-col__label{font-family:Lato,sans-serif;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;color:#a67c52;margin-bottom:1.1rem;font-weight:600}.parents-col__names{font-family:Playfair Display,Georgia,serif;font-size:1.05rem;color:#3f2f24;line-height:1.75;margin:0;padding:0 .5rem;display:flex;flex-direction:column;gap:.35rem;font-weight:400}.parents-col__line{display:block;white-space:nowrap}.event-details__parents:before{content:"";position:absolute;left:50%;top:1.25rem;bottom:1.25rem;width:1px;background:#3c32280f;transform:translate(-50%);border-radius:1px}@media(max-width:560px){.event-details__parents{grid-template-columns:1fr;padding:1.5rem;gap:1.5rem;margin-top:2.5rem}.event-details__parents:before{display:none}.parents-col{border-bottom:1px solid rgba(166,124,82,.1);padding-bottom:1.5rem}.parents-col:last-child{border-bottom:none;padding-bottom:0}.parents-col__line{white-space:normal}}.event-typography{text-align:center;font-family:Playfair Display,Georgia,serif;color:#4a543b;display:flex;flex-direction:column;align-items:center;padding:2rem 0 3rem;animation:fadeUp .8s ease both;width:100%}.event-typography .text-block{display:flex;flex-direction:column;gap:1.1rem;font-size:.82rem;letter-spacing:.2em;text-transform:uppercase;font-family:Lato,sans-serif;color:#4a543bb3;margin-bottom:.5rem}.event-typography .text-block .venue-name{font-size:.95rem;font-weight:600;font-family:Playfair Display,Georgia,serif;color:#3b452e;letter-spacing:.08em}.event-typography .text-block .venue-note,.event-typography .text-block .venue-address{font-size:.78rem;opacity:.85;letter-spacing:.15em}.event-typography .text-block .into-time{margin-top:1.5rem;letter-spacing:.3em}.event-typography .time{font-size:4rem;margin:3rem 0;font-weight:300;letter-spacing:.02em;line-height:1}.event-typography .date-row{display:flex;align-items:center;gap:2rem;margin-bottom:2.5rem}.event-typography .date-row .day-of-week,.event-typography .date-row .month{font-size:.78rem;text-transform:uppercase;letter-spacing:.2em;font-weight:400;font-family:Lato,sans-serif;color:#4a543bb3}.event-typography .date-row .divider{color:#4a543b33;font-size:1rem;font-weight:300}.event-typography .date-row .day{font-size:4rem;font-weight:300;line-height:1;letter-spacing:-.02em}.event-typography .year{font-size:1rem;letter-spacing:.35em;margin-bottom:2rem;font-family:Lato,sans-serif;font-weight:400;color:#4a543bb3}.event-typography .lunar{font-size:.72rem;text-transform:uppercase;letter-spacing:.2em;color:#4a543b80;font-family:Lato,sans-serif}@media(max-width:600px){.event-details__inner{padding-top:3rem;padding-bottom:3rem}.event-typography{padding:.5rem 0 .1rem}.event-typography .text-block{gap:.5rem;font-size:.7rem;letter-spacing:.1em}.event-typography .text-block .venue-name{font-size:.85rem}.event-typography .text-block .venue-note,.event-typography .text-block .venue-address{font-size:.68rem}.event-typography .text-block .into-time{margin-top:1rem}.event-typography .time{font-size:2.8rem;margin:1.5rem 0}.event-typography .date-row{gap:1rem;margin-bottom:1.5rem}.event-typography .date-row .day{font-size:2.8rem}.event-typography .date-row .day-of-week,.event-typography .date-row .month{font-size:.65rem;letter-spacing:.1em}.event-typography .year{font-size:.8rem;letter-spacing:.2em;margin-bottom:1rem}.event-typography .lunar{font-size:.6rem;letter-spacing:.1em}}.countdown-section{background:linear-gradient(160deg,#ebe4dc,#dfeaf0 55%,#e8f2f6);color:#2e2a26}.countdown-section__inner{padding:7rem 1.5rem;width:100%;max-width:min(42rem,100% - 2rem);margin:0 auto;box-sizing:border-box}.countdown-section .section-title{color:#2e2a26}.countdown-section .section-subtitle{color:#6b635c}.countdown-section .divider-ornament{color:#5a8daa}.countdown{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem 0;margin-top:2rem}.countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:110px;padding:1.5rem 1rem;background:#fffaf5d9;border:1px solid rgba(166,124,82,.28);border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 4px 20px #2e2a260f}.countdown__number{font-family:Playfair Display,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:700;color:#7d5a3a;line-height:1;letter-spacing:-.02em;animation:pulse-gold 2s ease infinite}.countdown__label{font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:#6b635c;margin-top:.4rem}.countdown__colon{font-family:Playfair Display,Georgia,serif;font-size:2.5rem;color:#5a8daa;opacity:.45;padding:0 .25rem;margin-bottom:1.5rem;align-self:flex-end}@media(max-width:480px){.countdown{gap:.5rem}.countdown__unit{min-width:75px;padding:1rem .75rem}.countdown__number{font-size:2.2rem}.countdown__colon{font-size:1.8rem;margin-bottom:1.2rem}}.actions-section{background:#fffaf5;border-top:1px solid rgba(166,124,82,.1);border-bottom:1px solid rgba(166,124,82,.1)}.actions-section__inner{padding:7rem 1.5rem;width:100%;max-width:min(42rem,100% - 2rem);margin:0 auto;box-sizing:border-box}.actions-section__desc{text-align:center;color:#6b635c;margin-bottom:3rem;font-size:.9rem;line-height:1.9;letter-spacing:.03em}.actions-section__buttons{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center}.cal-btn{display:inline-flex;align-items:center;gap:.6rem;padding:.85rem 2rem;border-radius:50px;font-size:.9rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s;text-decoration:none;border:none;font-family:Lato,sans-serif;letter-spacing:.02em}.cal-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.cal-btn--google{background:linear-gradient(135deg,#a67c52,#7d5a3a);color:#fff;box-shadow:0 4px 14px #b89a5e66}.cal-btn--ios{background:transparent;color:#7d5a3a;border:2px solid #a67c52}.cal-btn--ios:hover{background:#b89a5e0f}@media(max-width:480px){.actions-section__buttons{flex-direction:column;width:100%}.cal-btn{width:100%;justify-content:center}}.location-section{background:#f7ebe0}.location-section__inner{padding:5rem 1.5rem 7rem;width:100%;max-width:min(42rem,100% - 2rem);margin:0 auto;box-sizing:border-box}.location-cards{display:flex;flex-direction:column;gap:1.5rem}.location-card{display:flex;align-items:center;gap:1.75rem;background:#fffaf5;border:1px solid rgba(166,124,82,.28);border-radius:12px;padding:1.75rem 2.25rem;box-shadow:0 8px 32px #0000001f;text-decoration:none;color:#2e2a26;transition:transform .25s,box-shadow .25s,border-color .25s;animation:fadeUp .8s ease both}.location-card:hover{transform:translateY(-3px);box-shadow:0 12px 36px #00000024;border-color:#a67c52}.location-card__icon{font-size:2.5rem;flex-shrink:0}.location-card__body{flex:1}.location-card__name{font-family:Playfair Display,Georgia,serif;font-size:1.1rem;color:#7d5a3a;font-weight:600;margin-bottom:.25rem}.location-card__venue{font-weight:600;color:#2e2a26;margin-bottom:.2rem;font-size:.95rem}.location-card__address{display:flex;align-items:flex-start;gap:.3rem;color:#6b635c;font-size:.82rem;line-height:1.4}.location-card__address svg{flex-shrink:0;margin-top:2px;color:#a67c52}.location-card__cta{display:flex;flex-direction:column;align-items:center;gap:.25rem;color:#a67c52;font-size:.72rem;letter-spacing:.08em;text-transform:uppercase;flex-shrink:0;transition:color .2s}.location-card:hover .location-card__cta{color:#7d5a3a}@media(max-width:480px){.location-card{flex-direction:column;align-items:flex-start;padding:1.5rem;gap:1.25rem}.location-card__cta{flex-direction:row;width:100%;justify-content:flex-start;margin-top:.5rem}}.footer{background:linear-gradient(145deg,#3d3530,#2c3e45 42%,#2a3238);color:#ffffffb8;text-align:center}.footer__inner{padding:7rem 1.5rem;width:100%;max-width:min(42rem,100% - 2rem);margin:0 auto;box-sizing:border-box}.footer__monogram{font-family:Playfair Display,Georgia,serif;font-size:3rem;color:#cfe8f0;letter-spacing:.15em;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;gap:.5rem}.footer__heart{font-size:1.5rem;color:#c9a07a;animation:pulse-gold 2s ease infinite}.footer__names{font-family:Playfair Display,Georgia,serif;font-size:1.6rem;color:#fff;margin-bottom:.5rem;letter-spacing:.05em}.footer__date{font-size:.8rem;letter-spacing:.25em;color:#cfe8f0cc;margin-bottom:2.5rem;text-transform:uppercase}.footer__message{font-style:italic;font-size:.9rem;color:#ffffff73;max-width:380px;margin:0 auto 2.5rem;line-height:2;letter-spacing:.02em}.footer__divider{width:60px;height:1px;background:linear-gradient(to right,transparent,#a67c52,transparent);margin:0 auto 1.5rem}.footer__copy{font-size:.75rem;color:#ffffff4d;letter-spacing:.1em}@media(max-width:480px){.footer__monogram{font-size:2.5rem}.footer__names{font-size:1.3rem}.footer__message{font-size:.85rem;padding:0 1rem}}@keyframes bar-bounce-1{0%,to{height:8px}50%{height:18px}}@keyframes bar-bounce-2{0%,to{height:14px}50%{height:6px}}@keyframes bar-bounce-3{0%,to{height:6px}50%{height:20px}}@keyframes bar-bounce-4{0%,to{height:18px}50%{height:8px}}.music-player{position:fixed;bottom:1.5rem;right:1.5rem;z-index:100;display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;border-radius:50px;background:#140e08bf;border:1px solid rgba(184,154,94,.4);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;cursor:pointer;-webkit-user-select:none;user-select:none;transition:background .25s,border-color .25s,transform .2s;box-shadow:0 4px 20px #00000059}.music-player:hover{background:#1e140ae6;border-color:#a67c52;transform:translateY(-2px);color:#fff}.music-player__bars{display:flex;align-items:center;gap:2px;height:20px}.music-player .bar{display:block;width:3px;border-radius:2px;background:#c9a07a;height:6px;transition:height .1s}.music-player--playing .bar--1{animation:bar-bounce-1 .8s ease-in-out infinite}.music-player--playing .bar--2{animation:bar-bounce-2 .7s ease-in-out .1s infinite}.music-player--playing .bar--3{animation:bar-bounce-3 .9s ease-in-out .2s infinite}.music-player--playing .bar--4{animation:bar-bounce-4 .75s ease-in-out .05s infinite}.music-player__play-icon,.music-player__pause-icon{position:absolute;left:50%;transform:translate(-50%);color:#c9a07a}.music-player__play-icon{position:static;transform:none;color:#c9a07a}.music-player__pause-icon{position:static;transform:none}.music-player__label{font-size:.72rem;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap;font-family:Lato,sans-serif;color:#ffffffa6;max-width:130px;overflow:hidden;text-overflow:ellipsis;transition:color .2s}.music-player:hover .music-player__label{color:#ffffffe6}.parallax-section{position:relative;height:60vh;min-height:400px;width:100%;clip-path:inset(0);display:flex;align-items:center;justify-content:center;text-align:center;color:#fff}.parallax-section__bg{position:fixed;top:0;left:0;width:100%;height:100%;background-image:url(/assets/ai-generated-romantic-wedding-background-yWje0CFr.jpg);background-size:cover;background-position:center;z-index:-1;pointer-events:none}.parallax-section__bg:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0003;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.parallax-section__content{position:relative;z-index:1;padding:2rem;animation:fadeIn 1.2s ease-out}.parallax-section__title{font-family:Playfair Display,Georgia,serif;font-size:3.5rem;margin-bottom:1rem;text-shadow:0 2px 10px rgba(0,0,0,.3);letter-spacing:.05em}.parallax-section__subtitle{font-family:Lato,sans-serif;font-size:1.2rem;letter-spacing:.3em;text-transform:uppercase;font-weight:300;text-shadow:0 1px 5px rgba(0,0,0,.3)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.parallax-section{height:40vh;min-height:300px}.parallax-section__title{font-size:2.5rem}.parallax-section__subtitle{font-size:1rem;letter-spacing:.2em}}
