:root{--bg: #f4fbf6;--text: #1f2f25;--muted: #587366;--accent: #6f9e86;--accent-soft: #e4f2ea;--card: #ffffff;--line: #d7e8dd}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at 10% 2%,#ffffff 0,#eef8f1 33%,transparent 64%),var(--bg);user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.app-shell{min-height:100dvh;display:flex;flex-direction:column}body.menu-open,body.lightbox-open{overflow:hidden}a{color:inherit}h1,h2,h3{font-family:Playfair Display,Georgia,serif;margin-top:0}.navbar{position:sticky;top:0;z-index:40;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.75rem 1rem;background:#f4fbf6f2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-bottom:1px solid var(--line)}.brand{font-weight:700;text-decoration:none;white-space:nowrap;font-size:1rem;position:relative;z-index:3;letter-spacing:.02em}.menu-toggle{display:inline-flex;flex-direction:column;justify-content:center;gap:4px;width:40px;height:40px;border:1px solid var(--line);border-radius:10px;background:#fff;padding:0;cursor:pointer}.menu-toggle span{width:18px;height:2px;margin:0 auto;background:#2f4a3b;transition:transform .2s ease}.menu-toggle.is-open span:nth-child(1){transform:translateY(6px) rotate(45deg)}.menu-toggle.is-open span:nth-child(2){transform:scaleX(0)}.menu-toggle.is-open span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.nav-links{position:fixed;top:63px;left:1rem;right:1rem;display:none;flex-direction:column;gap:.5rem;background:#fbfffc;border:1px solid var(--line);border-radius:14px;box-shadow:0 16px 36px #0000001f;padding:.75rem;z-index:45}.nav-links.open{display:flex;animation:menuDrop .2s ease}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#130a0873;opacity:0;pointer-events:none;border:0;padding:0;z-index:35;transition:opacity .2s ease}.menu-overlay.open{opacity:1;pointer-events:auto}.nav-links a{text-decoration:none;font-size:.98rem;white-space:nowrap;padding:.55rem .5rem;border-radius:8px;font-weight:500}.nav-links a.active{background:var(--accent-soft);color:#3a5f4d}.language-select{border:1px solid #cfe2d7;background:#fbfffc;border-radius:8px;padding:.45rem .55rem;font-size:.9rem;margin-left:auto}.hero{min-height:46vh;display:grid;place-items:center;text-align:center;background-color:#2f4a3b;background-image:linear-gradient(130deg,#1b332780,#4d79656b),url(/assets/banner.jpeg);background-repeat:no-repeat,no-repeat;background-position:center,center;background-size:auto,cover;color:#fff;padding:2.5rem 1rem 2.1rem;border-bottom-left-radius:26px;border-bottom-right-radius:26px;overflow:hidden}.hero-content{max-width:760px;padding:0 .9rem}.kicker{text-transform:uppercase;letter-spacing:.12em;font-size:.76rem;margin-bottom:.4rem}h1{font-size:clamp(2.1rem,7vw,4.3rem);margin-bottom:.45rem;line-height:1.05;text-wrap:balance}.date{font-size:.98rem;margin-bottom:.7rem}.hero-guest-greeting{margin:.1rem 0 .55rem;font-size:.98rem;font-weight:600;color:#fffffff5}.hero-pills{display:flex;flex-wrap:wrap;justify-content:center;gap:.4rem}.hero-pills span{display:inline-block;padding:.35rem .65rem;border:1px solid rgba(255,255,255,.55);border-radius:999px;font-size:.75rem;background:#ffffff1f}.page-main{width:100%;margin:0 0 2.2rem}.page-main-overlap{margin-top:-1.2rem}.card{background:var(--card);border-radius:0;border:0;border-top:1px solid var(--line);box-shadow:none;padding:1.3rem 1rem;margin-bottom:0;transition:transform .22s ease,box-shadow .22s ease}.card h2{margin-bottom:.45rem;font-size:clamp(1.55rem,2.7vw,2.2rem)}.card>p{color:var(--muted);max-width:76ch}.card:nth-of-type(odd){background:#fff}.card:nth-of-type(2n){background:#f8fdf9}.details-grid{display:grid;grid-template-columns:1fr;gap:.8rem;margin-top:.5rem}.details-grid h3{margin-bottom:.2rem}.timeline{list-style:none;margin:0;padding:0}.timeline li{border-left:2px solid var(--line);padding-left:.86rem;margin-bottom:.8rem}.timeline span{display:block;color:var(--accent);font-weight:600;font-size:.9rem}.timeline strong{display:block;margin:.12rem 0}.timeline p{margin:0;color:var(--muted)}.banner-grid{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;transition:opacity .35s ease}.banner-grid.is-fading{opacity:.35}.banner-slot{height:128px;width:100%;border-radius:12px;border:1px dashed #bfd8ca;background:linear-gradient(180deg,#f5fcf8,#f0f8f3);display:grid;place-items:center;color:#6c8b7c;font-size:.88rem}.banner-slot span{padding:.3rem .55rem;border-radius:999px;background:#ffffffb8}.featured-image{width:100%;height:128px;object-fit:cover;border-radius:12px;border:1px solid #cde2d7;transition:opacity .35s ease,transform .3s ease}.about-intro p{margin-bottom:.75rem}.about-quote{margin:0;padding:.85rem .95rem;border-left:4px solid var(--accent);background:linear-gradient(180deg,#f3fbf5,#fff);border-radius:10px;color:#4d6659;font-family:Playfair Display,Georgia,serif}.about-grid{display:grid;grid-template-columns:1fr;gap:.9rem}.about-grid article{border:1px solid #dcebe2;border-radius:12px;padding:.72rem;background:#fbfffc}.about-avatar{width:100%;height:180px;border-radius:9px;object-fit:cover;display:block;border:1px solid #cae1d4;background:#e8f3ec}.about-grid h3{margin:.55rem 0 .2rem}.about-grid p{margin:0;color:var(--muted)}.gallery-grid{column-count:2;column-gap:.6rem}.gallery-tile{break-inside:avoid;margin-bottom:.6rem}.gallery-photo-button{width:100%;border:0;padding:0;background:transparent;border-radius:12px;overflow:hidden;cursor:zoom-in;display:block}.gallery-photo-button img{width:100%;height:auto;display:block;object-fit:contain;border-radius:12px;transition:transform .25s ease,box-shadow .25s ease;-webkit-user-drag:none;user-drag:none;pointer-events:none}.gallery-loader{width:100%;min-height:180px;border-radius:12px;background:linear-gradient(90deg,#eff7f2 25%,#f8fdf9 40%,#eff7f2 65%);background-size:220% 100%;animation:shimmer 1.3s ease-in-out infinite}.gallery-placeholder{min-height:180px;border-radius:12px;border:1px dashed #bfd8ca;background:#f4fbf7;display:grid;place-items:center;text-align:center;padding:.5rem}.gallery-placeholder strong{font-size:.87rem;color:#48695a}.gallery-placeholder span{display:block;font-size:.74rem;color:#6b877a}.gallery-empty{border:1px dashed #bfd8ca;border-radius:12px;background:#f4fbf7;padding:1rem;color:#587366}.gallery-empty p{margin:0}.gallery-empty p+p{margin-top:.4rem;font-size:.9rem}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a100ce0;z-index:90;display:grid;place-items:center;padding:1rem}.lightbox-content{width:min(1200px,94vw);max-height:88vh;display:grid;place-items:center}.lightbox-content img{max-width:100%;max-height:88vh;object-fit:contain;border-radius:10px;box-shadow:0 18px 36px #0000004d}.lightbox-close{position:fixed;top:.9rem;right:.9rem;width:42px;height:42px;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:1.8rem;line-height:1;cursor:pointer}.lightbox-nav{position:fixed;top:50%;transform:translateY(-50%);width:42px;height:42px;border:0;border-radius:999px;background:#ffffff24;color:#fff;font-size:2rem;line-height:1;cursor:pointer}.lightbox-prev{left:.8rem}.lightbox-next{right:.8rem}.footer{text-align:center;color:var(--muted);padding:2rem 1rem 2.8rem;font-size:.93rem;background:#eff8f2;border-top:1px solid var(--line)}.page-fade{animation:pageFade .28s ease;flex:1}.page-fade-fill{display:flex}.entry-page{width:100%;flex:1;display:grid;place-items:center;padding:1rem;background:radial-gradient(circle at 80% 6%,#ffffff 0,#eef8f1 32%,transparent 66%),var(--bg)}.entry-card{width:min(520px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 14px 30px #30473a1a;padding:1.1rem}.entry-header h1{margin:0}.entry-header p{margin:.3rem 0 .95rem;color:var(--muted)}.entry-form label{display:block;font-weight:500;margin-top:.7rem}.entry-form input{width:100%;margin-top:.35rem;padding:.68rem .75rem;border-radius:10px;border:1px solid #cfe2d7}.entry-button{margin-top:.95rem;width:100%;border:0;border-radius:999px;padding:.72rem 1rem;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}.entry-button:disabled{opacity:.65;cursor:not-allowed}.entry-message{min-height:1.4rem;margin:.75rem 0 0;color:#8b4f4f}.entry-language{margin-top:.5rem;display:flex;align-items:center;justify-content:space-between;gap:.6rem}.calendar-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a140e8c;z-index:120;display:grid;place-items:center;padding:1rem}.calendar-modal{width:min(480px,100%);background:#fff;border:1px solid var(--line);border-radius:16px;padding:1rem;box-shadow:0 18px 35px #111f1833}.calendar-modal h3{margin:0}.calendar-modal p{margin:.5rem 0 .9rem;color:var(--muted)}.calendar-modal-actions{display:flex;flex-direction:column;gap:.5rem}.calendar-modal-actions .entry-button{margin-top:0}.calendar-secondary-btn{border:1px solid #cfe2d7;background:#fff;border-radius:999px;padding:.7rem 1rem;font-weight:600;color:#355646;cursor:pointer}.calendar-modal-message{min-height:1.4rem;margin:.55rem 0 0;color:#8b4f4f}.admin-card{width:min(560px,100%)}.admin-report{display:flex;flex-direction:column;gap:.8rem}.admin-report-header{display:flex;flex-direction:column;gap:.65rem}.admin-report-header p{margin:.3rem 0 0;color:var(--muted)}.admin-report-actions{display:flex;gap:.5rem}.admin-report-actions .calendar-secondary-btn{border-radius:10px;padding:.5rem .7rem}.admin-inline-btn{border-radius:8px;padding:.35rem .55rem;font-size:.82rem}.admin-stats{margin:0;font-weight:600;color:#355646}.admin-tabs{display:flex;gap:.45rem}.admin-tab{border:1px solid #cfe2d7;background:#fff;border-radius:999px;padding:.42rem .75rem;font-weight:600;color:#355646;cursor:pointer}.admin-tab.active{background:var(--accent-soft);border-color:#b9d6c6}.admin-create-form{max-width:560px}.admin-checkbox{display:flex;align-items:center;gap:.55rem;margin-top:.9rem}.admin-checkbox input{margin:0}.admin-table-wrap{width:100%;overflow-x:auto;border:1px solid var(--line);border-radius:12px}.admin-table{width:100%;border-collapse:collapse;min-width:760px;background:#fff}.admin-table th,.admin-table td{text-align:left;padding:.65rem .75rem;border-bottom:1px solid #ebf3ee;font-size:.94rem}.admin-table thead th{background:#f2faf5;color:#355646;font-weight:700}@keyframes pageFade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes menuDrop{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-20% 0}}@media(hover:hover){.card:hover{transform:none;box-shadow:none}.banner-grid img:hover,.about-avatar:hover,.gallery-photo-button img:hover{transform:scale(1.02);box-shadow:0 10px 24px #00000026}}.card:active{transform:translateY(-1px)}@media(min-width:700px){.navbar{padding:.95rem clamp(1rem,3.8vw,4rem)}.menu-toggle{display:none}.nav-links{position:static;display:flex;flex-direction:row;gap:1.2rem;background:transparent;border:0;box-shadow:none;padding:0}.menu-overlay{display:none}.nav-links a{padding:.2rem .1rem;border-radius:0}.details-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.banner-grid{grid-template-columns:repeat(4,1fr)}.banner-slot,.featured-image{height:132px}.about-grid{grid-template-columns:1fr 1fr}.about-avatar{height:220px}.gallery-grid{column-count:3;column-gap:.7rem}.nav-links a.active{background:transparent;color:inherit;border-bottom:2px solid var(--accent)}.card{padding:2.1rem clamp(1rem,7vw,8rem)}.hero-content{max-width:none;width:100%;padding:0 clamp(1rem,7vw,8rem)}.hero{text-align:left;place-items:center start;min-height:54vh;background-position:center,center 34%}.hero-pills{justify-content:flex-start}.admin-report-header{flex-direction:row;justify-content:space-between;align-items:flex-start}}@media(min-width:1100px){.gallery-grid{column-count:4;column-gap:.8rem}}@media(prefers-reduced-motion:reduce){.page-fade,.nav-links.open,.card,.banner-grid,.featured-image,.about-avatar,.gallery-photo-button img{animation:none;transition:none}}
