html{scroll-behavior:smooth}:root{font-family:Cormorant Garamond,Times New Roman,serif;line-height:1.6;font-weight:400;color:#1c1b17;background-color:#f3f0e9;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background-color:#f3f0e9}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,textarea{font-family:Fira Sans,Gill Sans,sans-serif}@font-face{font-family:La Luxes;src:url(/fonts/la-luxes-script-webfont.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.site{--font-display: "La Luxes", "La Luxes Script", "LaLuxesScript", "La luxes", "Times New Roman", Times, serif;min-height:100vh;color:#1c1b17;background:#f3f0e9;display:flex;flex-direction:column}.site-header{position:fixed;top:0;width:100%;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.8rem;padding:1.5rem 6vw;background:linear-gradient(180deg,#090909cc,#09090933 60%,#09090900);color:#f7f3ee;transition:background .3s ease,color .3s ease}.site--scrolled .site-header{background:#f3f0e9e6;color:#1c1b17;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header__logo{font-family:Fira Sans,Gill Sans,sans-serif;letter-spacing:.25em;text-transform:uppercase;font-size:.75rem;text-align:center}.site-header__nav{display:flex;gap:1.5rem;font-family:Fira Sans,Gill Sans,sans-serif;font-size:.85rem;text-transform:uppercase;letter-spacing:.18em;justify-content:center;text-align:center}.site-header__nav a{opacity:.82;display:inline-flex;align-items:center;justify-content:center;padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(247,243,238,.28);background:#0909092e;transition:opacity .2s ease,border-color .2s ease,background .2s ease}.site-header__nav a.is-active,.site-header__nav a:hover{opacity:1;background:#f7f3ee29;border-color:#f7f3ee8c}.site--scrolled .site-header__nav a{border-color:#1c1b172e;background:#fffdf8b8}.site--scrolled .site-header__nav a.is-active,.site--scrolled .site-header__nav a:hover{background:#1c1b1714;border-color:#1c1b1759}.hero{min-height:100vh;background-size:cover;background-position:center;display:flex;align-items:flex-start;padding:7rem 8vw 8rem;position:relative;color:#f7f3ee}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,#f3eee400 0% 90%,#f3eee4);opacity:0;transition:opacity .6s ease;pointer-events:none}.site--scrolled .hero:after{opacity:1}.hero__overlay{max-width:680px;display:grid;gap:.1rem;animation:fadeUp .9s ease forwards;position:relative;z-index:1}.hero__eyebrow{font-family:Fira Sans,Gill Sans,sans-serif;letter-spacing:.4em;text-transform:uppercase;font-size:.9rem;margin-bottom:.4rem;color:#0b0b0b}.hero__title{font-size:clamp(3.2rem,8vw,6rem);font-weight:500;margin:0;font-family:var(--font-display);display:flex;flex-wrap:wrap;gap:.6rem;align-items:baseline;color:#0b0b0b}.hero__title span{font-size:clamp(2rem,5vw,3rem);font-style:italic}.hero__location{font-size:clamp(1.05rem,2.6vw,1.5rem)}.countdown-section{padding:5rem 8vw 6rem;background:linear-gradient(180deg,#f3eee400,#f3eee4 35% 100%);display:grid;justify-items:center}.countdown-card{width:min(960px,100%);padding:2.8rem clamp(2rem,6vw,4rem) 3.2rem;background:#fffdf8;border-radius:28px;border:1px solid rgba(28,27,23,.08);box-shadow:0 24px 50px #25180a1f;display:grid;gap:1.4rem;justify-items:center;text-align:center;color:#1c1b17}.countdown-card__eyebrow{font-family:Fira Sans,Gill Sans,sans-serif;text-transform:uppercase;letter-spacing:.3em;font-size:.8rem;margin:0;color:#1c1b1799}.countdown-card__title{margin:0;font-size:clamp(1.8rem,3.8vw,2.8rem);font-weight:500;max-width:32ch}.countdown-card__intro{margin:0;max-width:62ch;font-size:1.02rem;color:#1c1b17cc}.countdown-card__note{margin:0;font-size:1.05rem;color:#1c1b17bf}.countdown{display:flex;align-items:baseline;gap:1.5rem;flex-wrap:wrap;justify-content:center}.countdown__unit{display:grid;gap:.35rem;justify-items:center;min-width:110px}.countdown__value{display:block;font-size:clamp(2.2rem,7vw,4rem);font-weight:650}.countdown__label{font-family:Fira Sans,Gill Sans,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.75rem}.countdown__divider{font-size:clamp(1.8rem,4vw,3rem);font-weight:300;opacity:.7}.photo-strip{padding:2.5rem 8vw 3rem;background:#f3eee4;flex-wrap:wrap;max-width:100vw}.photo-strip__inner{max-width:1100px;margin:10 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;place-items:center}.photo-strip__inner img{object-fit:cover;border-radius:30px}.button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.9rem 1.8rem;font-family:Fira Sans,Gill Sans,sans-serif;font-size:.95rem;border:none;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-2px);box-shadow:0 10px 18px #0003}.button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.button--light{background:#f7f3ee;color:#0b0b0b}.button--ghost{background:transparent;border:1px solid #f7f3ee;color:#f7f3ee}.button--dark{background:#1c1b17;color:#fef9f1}.section{padding:4rem 8vw;max-width:1100px;margin:0 auto;scroll-margin-top:7rem;font-family:Fira Sans,Gill Sans,sans-serif}.section__header{display:flex;flex-direction:column;gap:.8rem;margin-bottom:2rem}.section__eyebrow{font-family:Fira Sans,Gill Sans,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;margin:0}.section h2{font-size:clamp(2rem,4vw,3rem);margin:0;font-family:var(--font-display)}.section--accent{position:relative;isolation:isolate;padding:4.6rem 8vw;border-radius:36px;border:1px solid var(--section-border, rgba(28, 27, 23, .12))}.section--accent .section__eyebrow{color:var(--section-accent, #b99276)}.section--accent .section__header h2{display:inline-block;align-self:flex-start;width:fit-content}.section--accent .section__header h2:after{content:"";display:block;width:100%;height:3px;background:var(--section-accent, #b99276);margin-top:0}.section--info{--section-accent: #c67b72;--section-border: rgba(198, 123, 114, .3)}.section--sharing{--section-accent: #4a6d6a;--section-border: rgba(74, 109, 106, .3);min-height:62vh}.section--rsvp{--section-accent: #7a5f4d;--section-border: rgba(122, 95, 77, .3)}.section--registry{--section-accent: #547d63;--section-border: rgba(84, 125, 99, .3)}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.timeline-card{background:#fffdf8;padding:2rem;border-radius:28px;border:1px solid rgba(28,27,23,.08);box-shadow:0 24px 50px #25180a1a;display:grid;gap:1.8rem;margin-bottom:2.5rem}.timeline-card__header{display:flex;flex-direction:column;gap:.4rem;align-items:center;text-align:center}.timeline-card__header h3{margin:0;font-size:clamp(1.4rem,3vw,2rem)}.timeline{position:relative;display:grid;gap:2.6rem;padding:.5rem 0;max-width:760px;margin:0 auto}.timeline:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:2px;background:#1c1b171f;transform:translate(-50%)}.section--info .timeline:before{background:var(--section-accent);opacity:.35}.timeline__item{position:relative;display:grid;grid-template-columns:1fr 1fr}.timeline__content{width:min(320px,100%);display:grid;gap:0}.timeline__content h4{margin:0;font-size:1.2rem;font-family:Fira Sans,Gill Sans,sans-serif;font-weight:300}.timeline__time{margin:0;font-family:Fira Sans,Gill Sans,sans-serif;text-transform:uppercase;letter-spacing:.2em;font-size:.7rem;color:#1c1b1799}.timeline__address{margin:0;font-size:.95rem;color:#1c1b17b3}.section--info .timeline__time{color:var(--section-accent)}.timeline__item:nth-child(odd){justify-items:end}.timeline__item:nth-child(odd) .timeline__content{grid-column:1;text-align:right;padding-right:2.5rem;justify-items:end}.timeline__item:nth-child(2n){justify-items:start}.timeline__item:nth-child(2n) .timeline__content{grid-column:2;text-align:left;padding-left:2.5rem;justify-items:start}.card{background:#fffdf8;padding:1.8rem;border-radius:24px;border:1px solid rgba(28,27,23,.08);box-shadow:0 20px 40px #25180a14}.card--accent{display:grid;gap:.8rem}.card--accent h3,.card--accent p{margin:0}.card__photo{width:min(220px,100%);aspect-ratio:1 / 1;border-radius:50%;object-fit:cover;object-position:center;justify-self:center;display:block;margin-top:.45rem}.card__photo1{width:min(420px,100%);aspect-ratio:1 / 1;border-radius:20%;object-fit:cover;object-position:center;justify-self:center;display:block;margin-top:.45rem}.card__icon{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:var(--card-accent-bg, rgba(124, 96, 79, .16));color:var(--card-accent, #7c604f)}.card__icon svg{width:22px;height:22px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.card--rose{--card-accent: #c6767d;--card-accent-bg: rgba(198, 118, 125, .18)}.card--gold{--card-accent: #b8893e;--card-accent-bg: rgba(184, 137, 62, .18)}.card--sage{--card-accent: #6b8a6e;--card-accent-bg: rgba(107, 138, 110, .18)}.card--sea{--card-accent: #4c7a78;--card-accent-bg: rgba(76, 122, 120, .18)}.card h3{margin:0 0 .8rem}.rsvp-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;background:#fffdf8;padding:2rem;border-radius:28px;border:1px solid rgba(28,27,23,.08);box-shadow:0 24px 50px #25180a1a}.field{display:flex;flex-direction:column;gap:.6rem}.field label{font-family:Fira Sans,Gill Sans,sans-serif;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em}.field input,.field textarea{border-radius:16px;border:1px solid rgba(28,27,23,.2);padding:.9rem 1rem;background:#fef9f1;font-size:1rem}.field--full{grid-column:1 / -1}.field__toggle{border:1px solid rgba(28,27,23,.2);background:#fef9f1;color:#1c1b17;border-radius:999px;padding:.65rem 1.1rem;font-family:Fira Sans,Gill Sans,sans-serif;font-size:.9rem;cursor:pointer;width:fit-content;transition:background .2s ease,color .2s ease,border-color .2s ease}.field__toggle.is-active{background:#1c1b17;color:#fef9f1;border-color:#1c1b17}.field__toggle:disabled{opacity:.45;cursor:not-allowed}.field__hint{margin:.3rem 0 0;font-size:.85rem;color:#1c1b17a6}.segmented{display:inline-flex;background:#f3f0e9;border-radius:999px;padding:.3rem;border:1px solid rgba(28,27,23,.1)}.segmented__button{border:none;background:transparent;padding:.7rem 1.4rem;border-radius:999px;font-family:Fira Sans,Gill Sans,sans-serif;cursor:pointer}.segmented__button.is-active{background:#1c1b17;color:#fef9f1}.segmented__button:disabled{opacity:.45;cursor:not-allowed}.form-status{margin:0;font-size:.95rem}.form-status.is-success{color:#2d6a4f}.form-status.is-error{color:#b42318}.sharing{display:grid;min-height:360px;align-items:center}.sharing .card{max-width:720px;margin:0 auto}.registry{display:grid;grid-template-columns:minmax(240px,1fr) minmax(240px,1.2fr);gap:2rem}.registry__note{font-size:1.1rem;background:#fef9f1;padding:1.8rem;border-radius:24px;border:1px solid rgba(28,27,23,.08)}.registry__links{display:grid;gap:1rem}.link-card{background:#fff;padding:1.4rem 1.6rem;border-radius:18px;border:1px solid rgba(28,27,23,.08);display:flex;flex-direction:column;gap:.4rem;font-family:Fira Sans,Gill Sans,sans-serif;transition:transform .2s ease,box-shadow .2s ease}.link-card__icon{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:var(--link-accent-bg, rgba(124, 96, 79, .16));color:var(--link-accent, #7c604f);margin-bottom:.4rem}.link-card__icon svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round}.link-card--rose{--link-accent: #c6767d;--link-accent-bg: rgba(198, 118, 125, .16);border-color:#c6767d40}.link-card--sage{--link-accent: #6b8a6e;--link-accent-bg: rgba(107, 138, 110, .16);border-color:#6b8a6e40}.link-card--gold{--link-accent: #b8893e;--link-accent-bg: rgba(184, 137, 62, .16);border-color:#b8893e40}.link-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #25180a1f}.link-card__meta{font-size:.8rem;text-transform:uppercase;letter-spacing:.15em;color:#1c1b1799}.footer{text-align:center;padding:2.2rem 6vw 1.8rem;font-family:Fira Sans,Gill Sans,sans-serif;color:#2b2a26;background:#e8e2d7}.footer__content{display:grid;gap:.6rem;justify-items:center}.footer__title{margin:0;font-size:clamp(1.2rem,2.4vw,1.6rem);letter-spacing:.08em;text-transform:uppercase;font-family:laluxe}.footer__accent{width:88px;height:2px;background:#6c655c}.footer__lead,.footer__email{margin:0;font-size:.9rem}.footer__phones{display:flex;gap:1.4rem;flex-wrap:wrap;justify-content:center;font-size:.9rem}.footer__divider{margin:1.6rem auto 1.2rem;height:1px;width:min(900px,100%);background:#2b2a2626}.footer__closing{margin:0;font-size:.95rem;opacity:.8}.admin-page{min-height:100vh;background:#f3f0e9;color:#1c1b17;padding:2.5rem 6vw 3rem}.admin-page__container{max-width:1100px;margin:0 auto;display:grid;gap:1.2rem;font-family:Fira Sans,Gill Sans,sans-serif}.admin-page__title{margin:0;font-size:clamp(1.9rem,4vw,2.8rem);font-family:var(--font-display)}.admin-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:.9rem}.admin-summary__card{background:#fffdf8;border:1px solid rgba(28,27,23,.1);border-radius:16px;padding:.9rem 1rem}.admin-summary__label{margin:0;font-size:.75rem;text-transform:uppercase;letter-spacing:.12em;color:#1c1b179e}.admin-summary__value{margin:.3rem 0 0;font-size:1.4rem;font-weight:600}.admin-status{margin:.2rem 0;font-size:.95rem}.admin-status--error{color:#b42318}.admin-list{display:grid;gap:.8rem}.admin-item{background:#fffdf8;border:1px solid rgba(28,27,23,.1);border-radius:16px;padding:.95rem 1rem;display:grid;gap:.35rem}.admin-item__top{display:flex;align-items:center;justify-content:space-between;gap:.8rem}.admin-item__top h2{margin:0;font-size:1.08rem}.admin-badge{border-radius:999px;padding:.25rem .6rem;font-size:.75rem;font-weight:600}.admin-badge--ok{background:#2d6a4f26;color:#1f6a4b}.admin-badge--no{background:#b423181f;color:#a12b21}.admin-item__meta,.admin-item__message{margin:0;font-size:.93rem}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:900px){.hero{padding:8.5rem 6vw 6rem}.registry{grid-template-columns:1fr}}@media(max-width:700px){.section--sharing{min-height:52vh}.sharing{min-height:220px}.timeline:before{left:.75rem}.timeline__item{grid-template-columns:1fr;justify-items:start}.timeline{max-width:100%}.timeline__content{width:100%;padding-left:2.2rem;padding-right:0;text-align:left}.timeline__item:nth-child(odd) .timeline__content,.timeline__item:nth-child(2n) .timeline__content{grid-column:auto;text-align:left;padding-right:0;padding-left:2.2rem;justify-items:start}}@media(max-width:640px){.site-header{padding:1rem 4vw .9rem;gap:.55rem}.site-header__logo{font-size:.68rem;letter-spacing:.2em}.site-header__nav{flex-wrap:wrap;justify-content:center;gap:.55rem;font-size:.72rem;letter-spacing:.12em}.site-header__nav a{padding:.32rem .62rem}.hero{padding:calc(11.2rem + env(safe-area-inset-top)) 6vw 6rem}.hero__eyebrow{font-size:.75rem;letter-spacing:.22em}.photo-strip__inner img{height:130px}}.new_header{font-family:Fira Sans,Gill Sans,sans-serif;font-size:2rem;font-weight:100}
