:root{color-scheme:light;font-family:Karla,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:400;line-height:1.6}*,*:before,*:after{box-sizing:border-box}body{margin:0;min-height:100vh;--color-background: #a25638;--color-background-alt: #8d4528;--color-text: #f5ede4;--color-text-muted: rgba(245, 237, 228, .75);--color-surface: rgba(255, 255, 255, .08);--color-border: rgba(255, 255, 255, .18);--color-card-icon: #7c3523;--color-button-primary-start: #7c3523;--color-button-primary-end: #7c3523;--color-button-primary-hover: #8f3f2b;--color-button-ghost-bg: rgba(255, 255, 255, .12);--color-button-ghost-bg-hover: rgba(255, 255, 255, .2);--color-button-ghost-text: #fff9f3;--color-button-ghost-border: rgba(255, 255, 255, .42);--color-tag-bg: rgba(255, 255, 255, .2);--color-tag-text: #6f351f;--color-surface-optional: rgba(255, 255, 255, .12);--color-border-optional: rgba(255, 255, 255, .45);--max-width: 900px;--background-gradient: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 55%), radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .08), transparent 50%), linear-gradient(160deg, var(--color-background) 0%, var(--color-background-alt) 100%);background:var(--background-gradient);color:var(--color-text)}body.theme-honeymoon{--color-background: #073c4a;--color-background-alt: #0f6474;--color-text: #e7f7fb;--color-text-muted: rgba(231, 247, 251, .72);--color-surface: rgba(2, 44, 55, .55);--color-border: rgba(185, 236, 246, .24);--color-button-primary-start: #0a6578;--color-button-primary-end: #0f8faa;--color-button-primary-hover: #1ca3bd;--color-button-ghost-bg: rgba(224, 252, 249, .16);--color-button-ghost-bg-hover: rgba(224, 252, 249, .28);--color-button-ghost-text: #f3fdff;--color-button-ghost-border: rgba(224, 252, 249, .55);--color-tag-bg: rgba(224, 252, 249, .22);--color-tag-text: #0f7285;--color-background-soft: rgba(2, 44, 55, .55);--color-card-icon: #073c4a;--color-surface-optional: rgba(179, 233, 243, .18);--color-border-optional: rgba(185, 236, 246, .55);--background-gradient: radial-gradient(circle at 20% 15%, rgba(255, 255, 255, .12), transparent 55%), radial-gradient(circle at 80% 20%, rgba(255, 255, 255, .1), transparent 55%), linear-gradient(165deg, var(--color-background) 0%, var(--color-background-alt) 100%)}body.theme-wedding{--color-background: #a25638;--color-background-alt: #8d4528;--color-text: #f5ede4;--color-text-muted: rgba(245, 237, 228, .75);--color-surface: rgba(255, 255, 255, .08);--color-border: rgba(255, 255, 255, .18);--color-button-primary-start: #7c3523;--color-button-primary-end: #7c3523;--color-button-primary-hover: #8f3f2b;--color-button-ghost-bg: rgba(255, 255, 255, .12);--color-button-ghost-bg-hover: rgba(255, 255, 255, .2);--color-button-ghost-text: #fff9f3;--color-button-ghost-border: rgba(255, 255, 255, .42);--color-tag-bg: rgba(255, 255, 255, .2);--color-tag-text: #6f351f;--color-surface-optional: rgba(255, 255, 255, .12);--color-border-optional: rgba(255, 255, 255, .45);--color-card-icon: #7c3523;--background-gradient: radial-gradient(circle at 15% 20%, rgba(255, 255, 255, .08), transparent 55%), radial-gradient(circle at 85% 15%, rgba(255, 255, 255, .08), transparent 50%), linear-gradient(160deg, var(--color-background) 0%, var(--color-background-alt) 100%)}a{color:inherit;text-decoration:none}a:hover{text-decoration:underline}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.app-shell{max-width:var(--max-width);margin:0 auto;padding:3rem 1.75rem 3.5rem;position:relative}.app-shell--locked{position:relative}.hero{text-align:center;margin-bottom:3rem;letter-spacing:.18em}.hero h1{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2.35rem,4vw,3.25rem);font-weight:600;text-transform:uppercase;line-height:.95}.hero__kicker{margin:0 0 .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.32em;color:var(--color-text-muted)}.hero__meta{display:inline-flex;gap:.75rem;margin:.9rem 0 0;font-size:.9rem;letter-spacing:.18em;color:var(--color-text-muted)}.hero__meta span[aria-hidden=true]{opacity:.6}.hero__hint{margin:1.1rem auto 0;max-width:32rem;font-size:.95rem;letter-spacing:.08em;color:var(--color-text-muted)}.access-modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:1.5rem;background:#080a0f8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;pointer-events:auto}.access-modal__panel{width:min(100%,420px);background:var(--color-surface);border:1px solid var(--color-border);border-radius:18px;padding:2.25rem 2rem;color:var(--color-text);display:grid;gap:1.15rem;text-align:center;box-shadow:0 22px 45px #00000040;pointer-events:auto}.access-modal__title{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:1.5rem;letter-spacing:.18em;text-transform:uppercase}.access-modal__subtitle{margin:0;color:var(--color-text-muted);letter-spacing:.08em}.access-modal__label{display:block}.access-modal__input{width:100%;border-radius:14px;border:1px solid var(--color-border);background:#ffffff14;color:var(--color-text);padding:.75rem 1rem;font-size:1rem}.access-modal__input:focus-visible{outline:3px solid rgba(255,255,255,.35);outline-offset:2px}.access-modal__error{min-height:1.2rem;margin:0;color:#fca5a5;font-size:.9rem}.access-modal__submit{justify-self:center;width:100%}.day-nav{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.85rem;padding-bottom:.85rem;border-bottom:1px solid var(--color-border);margin-bottom:2.4rem}.day-nav__arrow{border:1px solid var(--color-border);background:#ffffff14;color:var(--color-text);border-radius:999px;width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;font-size:1.4rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease}.day-nav__arrow:hover,.day-nav__arrow:focus-visible{background:#ffffff2e;outline:none;transform:translateY(-1px)}.day-nav__scroller{display:block;overflow-x:auto;padding:.25rem;scrollbar-width:none;white-space:nowrap}.day-nav__scroller::-webkit-scrollbar{display:none}.day-nav__button{position:relative;display:inline-flex;flex-direction:column;justify-content:center;align-items:center;background:none;border:none;color:var(--color-text-muted);cursor:pointer;padding:0 0 14px;text-transform:uppercase;letter-spacing:.22em;font-size:.85rem;transition:color .2s ease;min-width:120px}.day-nav__button+.day-nav__button{margin-left:1.35rem}.day-nav__button:after{content:"";position:absolute;left:0;bottom:0;width:0;height:3px;background:var(--color-text);border-radius:999px;transition:width .2s ease;margin-top:14px}.day-nav__button:hover,.day-nav__button:focus-visible{color:var(--color-text);outline:none}.day-nav__button--active{color:var(--color-text)}.day-nav__button--active:after{width:100%}.day-nav__label{display:block;font-family:Playfair Display,Times New Roman,serif;font-size:1.05rem;letter-spacing:.14em}.day-nav__date{display:block;margin-top:.25rem;font-size:.72rem;letter-spacing:.3em}.day-view{display:grid;gap:1.5rem}.day-header{background:var(--color-surface);border-radius:22px;border:1px solid var(--color-border);padding:1.9rem;display:grid;gap:.75rem;text-align:center}.day-header h2{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:1.55rem;letter-spacing:.22em;text-transform:uppercase}.day-header__date{margin:0;font-size:.9rem;letter-spacing:.24em;color:var(--color-text-muted)}.day-header__notes{margin:0;padding-left:1.2rem;text-align:left;color:var(--color-text-muted)}.event-list{display:grid;gap:1.4rem}.event-list__empty{margin:0;padding:1.85rem;border-radius:22px;background:var(--color-surface);border:1px solid var(--color-border);color:var(--color-text);text-align:center;font-family:Playfair Display,Times New Roman,serif;letter-spacing:.12em}.event-card{--card-bg-color: var(--color-surface);background:var(--color-surface);border-radius:22px;border:1px solid var(--color-border);padding:1.9rem;display:grid;gap:1.2rem;color:var(--color-text);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.event-card__header{display:flex;flex-direction:column;gap:.4rem}.event-card__title-row{display:flex;flex-wrap:wrap;align-items:baseline;gap:.65rem}.event-card__time{margin:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.38em;font-weight:600;color:var(--color-text-muted)}.event-card__title{margin:0;font-family:Karla,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.5rem;letter-spacing:.08em;text-transform:uppercase}.event-card__tag{padding:.2rem .75rem;border-radius:999px;background:var(--color-tag-bg);color:#fffdf6;font-size:.72rem;letter-spacing:.24em;text-transform:uppercase}.theme-honeymoon .event-card__tag{color:#f3fdff}.event-card__location{margin:0;display:grid;gap:.35rem}.event-card__location strong{font-family:Karla,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.1rem;letter-spacing:.08em}.event-card__location span{color:var(--color-text-muted)}.event-card__notes{margin:.75rem 0 0;padding-left:1.1rem;color:var(--color-text-muted)}.event-card--optional{border-style:dashed;border-color:var(--color-border-optional, rgba(255, 255, 255, .45));background:var(--color-surface-optional, rgba(255, 255, 255, .12));--card-bg-color: var(--color-surface-optional, rgba(255, 255, 255, .12))}.event-card__footer{display:flex;flex-wrap:wrap;gap:.8rem}.event-card__quick-links{display:inline-flex;align-items:center;gap:.5rem;margin-left:auto}.icon-button{position:relative;display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid var(--color-border);background:#fff;font-size:1.05rem;transition:transform .15s ease,background .2s ease;text-decoration:none}.icon-button:hover,.icon-button:focus-visible{background:#ffffffe6;transform:translateY(-1px);outline:none}.icon-button:focus-visible{box-shadow:0 0 0 3px #fff6}.icon-button i{color:var(--color-card-icon);font-size:1.1rem}.icon-button__svg{width:1.3rem;height:1.3rem;fill:var(--card-bg-color)}.event-option-group{display:grid;gap:.85rem}.event-option-group__nav{display:flex;align-items:center;justify-content:space-between;color:var(--color-text-muted);font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;padding:0 .35rem}.event-option-group__controls{display:flex;gap:.35rem}.event-option-group__button{border:1px solid var(--color-border);background:#ffffff0a;color:var(--color-text);border-radius:999px;width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;font-size:1rem;cursor:pointer;transition:background .2s ease,color .2s ease,transform .15s ease}.event-option-group__button:hover,.event-option-group__button:focus-visible{background:#ffffff29;outline:none;transform:translateY(-1px)}.event-option-group__status{opacity:.85}.btn{border-radius:24px;padding:.7rem 1.6rem;font-weight:600;font-size:.95rem;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease,color .15s ease}.btn:focus-visible{outline:3px solid rgba(255,255,255,.45);outline-offset:3px}.btn--primary{background:var(--color-button-primary-end);color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 12px 24px #0000003d}.btn--primary:hover{background:var(--color-button-primary-hover)}.btn--ghost{background:var(--color-button-ghost-bg);border:1px solid var(--color-button-ghost-border);color:var(--color-button-ghost-text)}.btn--ghost:hover{background:var(--color-button-ghost-bg-hover)}.btn:hover{transform:translateY(-2px)}.home-page{display:flex;flex-direction:column;gap:3.5rem;text-align:center;position:relative;padding-bottom:4rem}.home-hero{display:grid;gap:1.4rem}.home-hero__kicker{margin:0;font-size:.85rem;letter-spacing:.3em;text-transform:uppercase;color:var(--color-text-muted)}.home-hero__title{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2.4rem,6vw,3.8rem);text-transform:uppercase;letter-spacing:.14em;line-height:1}.home-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.home-feature{position:relative;border:none;border-radius:20px;overflow:hidden;min-height:240px;display:flex;align-items:flex-end;justify-content:flex-start;padding:1.5rem;background-color:#00000059;background-size:cover;background-position:center;background-repeat:no-repeat;color:#fff;text-align:left;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.home-feature--videos{background-image:radial-gradient(circle at 20% 20%,rgba(255,255,255,.12),transparent 45%),radial-gradient(circle at 80% 30%,rgba(255,255,255,.08),transparent 50%),linear-gradient(135deg,#0c1824e6,#050a12f5)}.home-feature:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#06080c0d,#06080cbf);opacity:.95}.home-feature>*{position:relative;z-index:1}.home-feature__title{font-family:Playfair Display,Times New Roman,serif;font-size:1.35rem;letter-spacing:.18em;text-transform:uppercase;margin:0}.home-feature:hover{transform:translateY(-4px);box-shadow:0 14px 28px #00000059}.home-feature:focus-visible{outline:3px solid rgba(255,255,255,.55);outline-offset:3px}.videos-page{display:flex;flex-direction:column;gap:2.5rem}.videos-header{text-align:center;display:grid;gap:.75rem}.videos-header h1{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:.18em;text-transform:uppercase}.videos-header__intro{margin:0 auto;max-width:38rem;letter-spacing:.08em;color:var(--color-text-muted)}.videos-back{justify-self:center;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.2rem}.video-card{min-height:220px}.videos-empty{margin:0;text-align:center;color:var(--color-text-muted);letter-spacing:.08em}.video-detail-page{display:flex;flex-direction:column;gap:2.5rem}.video-detail-header{text-align:center;display:grid;gap:.75rem}.video-detail-header h1{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:.18em;text-transform:uppercase}.video-detail-description{margin:0 auto;max-width:42rem;letter-spacing:.08em;color:var(--color-text-muted)}.video-detail-back{justify-self:center;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.video-player{display:grid;gap:1.25rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:22px;padding:1.5rem;box-shadow:0 18px 32px #00000038}.video-player video{width:100%;max-height:70vh;border-radius:18px;background:#000}.video-player__embed{position:relative;width:100%;aspect-ratio:16 / 9;border-radius:18px;overflow:hidden;background:#000;box-shadow:inset 0 0 0 1px #ffffff0d}.video-player__embed iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:none}.video-player__actions{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:flex-end}.video-player__link{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.6rem 1.15rem;border-radius:999px;border:1px solid var(--color-button-ghost-border);background:var(--color-button-ghost-bg);color:var(--color-button-ghost-text);font-size:.82rem;letter-spacing:.14em;text-transform:uppercase;transition:background .2s ease,border-color .2s ease}.video-player__link:hover,.video-player__link:focus-visible{background:var(--color-button-ghost-bg-hover);border-color:#ffffffa6;text-decoration:none}.playlists-page{display:flex;flex-direction:column;gap:2.5rem}.playlists-header{text-align:center;display:grid;gap:.75rem}.playlists-header h1{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2rem,5vw,3.1rem);letter-spacing:.18em;text-transform:uppercase;line-height:1.05}.playlists-header p{margin:0 auto;max-width:32rem;letter-spacing:.08em;color:var(--color-text-muted)}.playlists-back{justify-self:center;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.playlist-grid{display:grid;gap:1.5rem}.playlist-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:20px;padding:1.8rem;display:grid;gap:1rem}.playlist-card h2{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:1.4rem;letter-spacing:.12em;text-transform:uppercase}.playlist-card__description{margin:0;font-size:.95rem;letter-spacing:.05em;color:var(--color-text-muted)}.playlist-card iframe{width:100%;min-height:clamp(420px,60vh,640px);height:clamp(420px,60vh,640px);border:none;border-radius:16px;box-shadow:0 18px 32px #00000040}.playlist-card__link{color:var(--color-text);text-transform:uppercase;letter-spacing:.14em;font-weight:600;justify-self:center}.playlist-empty{margin:0;text-align:center;color:var(--color-text-muted);letter-spacing:.08em}.gallery-page{display:flex;flex-direction:column;gap:2.5rem}.gallery-header{text-align:center;display:grid;gap:.75rem}.gallery-header h1{margin:0;font-family:Playfair Display,Times New Roman,serif;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:.18em;text-transform:uppercase}.gallery-header p{margin:0 auto;max-width:38rem;letter-spacing:.08em;color:var(--color-text-muted)}.gallery-back{justify-self:center;font-size:.9rem;letter-spacing:.15em;text-transform:uppercase;color:var(--color-text-muted)}.gallery-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.gallery-thumb{border:none;padding:0;border-radius:16px;overflow:hidden;position:relative;cursor:pointer;background:#00000026;transition:transform .2s ease,box-shadow .2s ease;aspect-ratio:1 / 1}.gallery-thumb img{display:block;width:100%;height:100%;object-fit:cover;aspect-ratio:1 / 1}.gallery-thumb:hover{transform:translateY(-4px);box-shadow:0 14px 32px #00000040}.gallery-thumb:focus-visible{outline:none;transform:translateY(-4px);box-shadow:0 0 0 3px #ffffff73,0 14px 32px #00000040}.gallery-empty{margin:0;text-align:center;grid-column:1 / -1;color:var(--color-text-muted);letter-spacing:.08em}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:#000000bf;padding:1.5rem}.lightbox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;border:none;cursor:pointer}.lightbox__content{position:relative;display:flex;align-items:center;gap:1.25rem;max-width:min(98vw,980px);width:100%}.lightbox__figure{margin:0;flex:1;display:flex;flex-direction:column;gap:.85rem;align-items:center}.lightbox__figure img{width:100%;max-height:72vh;object-fit:contain;border-radius:18px;box-shadow:0 22px 45px #0006}.lightbox__caption{width:100%;display:flex;align-items:center;gap:.85rem;flex-wrap:wrap;justify-content:flex-start;color:var(--color-text)}.lightbox__credit{margin:0;font-size:.95rem;letter-spacing:.04em}.lightbox__credit--link{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35);padding-bottom:.15rem;transition:border-color .2s ease,color .2s ease}.lightbox__credit--link:hover,.lightbox__credit--link:focus-visible{outline:none;border-color:#ffffffa6;color:#fff}.lightbox__actions{display:flex;gap:.75rem;margin-left:auto;align-items:center;flex-wrap:wrap}.lightbox__action{display:inline-flex;align-items:center;gap:.35rem;padding:.55rem 1.15rem;border-radius:999px;border:1px solid rgba(255,255,255,.45);background:#00000059;color:#fff;text-transform:uppercase;letter-spacing:.16em;font-size:.78rem;font-weight:600;transition:background .2s ease,transform .2s ease,border-color .2s ease}.lightbox__action:hover,.lightbox__action:focus-visible{outline:none;background:#0000008c;border-color:#ffffffb3;transform:translateY(-1px)}.lightbox__nav{border:none;background:#00000059;color:#fff;width:3.25rem;height:3.25rem;border-radius:999px;font-size:2rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);flex-shrink:0}.lightbox__nav:hover,.lightbox__nav:focus-visible{outline:none;background:#0000008c;transform:translateY(-1px)}.lightbox__close{position:absolute;top:-.5rem;right:-.5rem;border:none;background:#0000008c;color:#fff;width:2.5rem;height:2.5rem;border-radius:999px;font-size:1.6rem;line-height:1;cursor:pointer;transition:background .2s ease}.lightbox__close:hover,.lightbox__close:focus-visible{outline:none;background:#000000bf}.app-footer{margin-top:4rem;text-align:center;color:var(--color-text-muted);font-size:.95rem;letter-spacing:.08em}.app-footer a{color:var(--color-text)}.app-footer p{margin:.35rem 0}@media (max-width: 700px){.app-shell{padding:2.4rem 1.2rem 3rem}.day-nav{gap:1.1rem}.day-nav__button{letter-spacing:.18em}.event-card{padding:1.5rem}.event-card__title{font-size:1.35rem}body{--color-surface-optional: rgba(255, 255, 255, .18);--color-border-optional: rgba(255, 255, 255, .55)}body.theme-honeymoon{--color-surface-optional: rgba(179, 233, 243, .28);--color-border-optional: rgba(185, 236, 246, .62)}.home-page{gap:2.5rem}.home-feature{min-height:200px}.gallery-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.btn{width:100%;text-align:center}.playlist-card iframe{min-height:320px}}
