:root{--bg:#faf8f5;--fg:#1b1b1b;--muted:#6b6b6b;--accent:#2f6f4e;--border:#e5e2dc}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,system-ui,sans-serif;background:var(--bg);color:var(--fg);line-height:1.55}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}.site-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;border-bottom:1px solid var(--border)}.site-header .brand{font-weight:700;letter-spacing:.02em}.site-header nav a{margin-left:1.5rem;color:var(--fg)}main{max-width:960px;margin:0 auto;padding:2rem}.site-footer{padding:2rem;text-align:center;color:var(--muted);border-top:1px solid var(--border);margin-top:4rem}.hero{display:grid;grid-gap:1.5rem;gap:1.5rem;margin-bottom:3rem;grid-template-columns:1fr;grid-template-areas:"head" "img" "body"}.hero-head{grid-area:head}.hero-head h1{margin:0 0 .25rem}.hero-headline{color:var(--muted);font-size:1.15rem;margin:0}.hero-img{grid-area:img;display:flex;justify-content:center}.hero-img img{width:100%;max-width:420px;aspect-ratio:1/1;object-fit:cover;border-radius:12px;display:block}.hero-body{grid-area:body}@media (min-width:720px){.hero{grid-template-columns:1fr 1fr;grid-template-areas:"head img" "body img";gap:1rem 2rem;align-items:start}.hero-img img{max-width:none}}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:1rem;gap:1rem;margin:2rem 0}.gallery figure{margin:0}.gallery .thumb-wrap{aspect-ratio:1/1;overflow:hidden;border-radius:8px;background:var(--border)}.gallery img{width:100%;height:100%;object-fit:cover;display:block}.gallery figcaption{color:var(--muted);font-size:.9rem;margin-top:.4rem}.links{display:flex;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0}.links a{padding:.5rem 1rem;border:1px solid var(--border);border-radius:999px;background:white}.icon-links{display:flex;flex-wrap:wrap;gap:.75rem;margin:0 0 2rem;justify-content:flex-start}.icon-links a{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:999px;border:1px solid var(--border);background:white;color:var(--fg);transition:transform .12s ease,background .12s ease,color .12s ease}.icon-links a:hover{background:var(--accent);color:white;transform:translateY(-1px);text-decoration:none}form.card{display:grid;grid-gap:.75rem;gap:.75rem;max-width:480px;padding:1.5rem;border:1px solid var(--border);border-radius:12px;background:white}form.card input,form.card textarea{width:100%;padding:.6rem .75rem;border:1px solid var(--border);border-radius:6px;font:inherit}form.card button{padding:.7rem 1rem;background:var(--accent);color:white;border:none;border-radius:6px;font-weight:600;cursor:pointer}form.card .hp{position:absolute;left:-9999px}.busy-list{display:grid;grid-gap:.5rem;gap:.5rem;margin:1.5rem 0}.busy-row{padding:.75rem 1rem;border:1px solid var(--border);border-radius:8px;background:white;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.cal-grid{margin:1.5rem 0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:white}.cal-nav{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-bottom:1px solid var(--border)}.cal-nav h2{margin:0;font-size:1.15rem}.cal-weekdays{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));font-size:.8rem;color:var(--muted);background:#f6f3ee;border-bottom:1px solid var(--border)}.cal-weekdays>div{padding:.4rem;text-align:center;font-weight:600}.cal-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.cal-cell{aspect-ratio:1/1;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.4rem;display:flex;flex-direction:column;justify-content:space-between;font-size:.85rem}.cal-cell:nth-child(7n){border-right:none}.cal-cell--empty{background:#fbfaf7}.cal-cell-head{display:flex;align-items:baseline;justify-content:space-between;gap:.3rem}.cal-day{font-weight:600}.cal-day-weekday{font-size:.65rem;text-transform:uppercase;letter-spacing:.05em;color:var(--muted);font-weight:500}.cal-busy-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.03em;opacity:.75}.cal-cell--today .cal-day{display:inline-flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem;border-radius:50%;background:var(--accent);color:white}.cal-cell--busy-0{background:white}.cal-cell--busy-1{background:#eaf4ef}.cal-cell--busy-2{background:#c7e3d4}.cal-cell--busy-3{background:#8fc4a8;color:#0c3020}.cal-legend{display:flex;flex-wrap:wrap;gap:1rem;padding:.75rem 1rem;border-top:1px solid var(--border);font-size:.8rem;color:var(--muted)}.cal-legend>span{display:inline-flex;align-items:center;gap:.4rem}.cal-swatch{display:inline-block;width:.9rem;height:.9rem;border-radius:3px;border:1px solid var(--border)}.cal-swatch--0{background:white}.cal-swatch--1{background:#eaf4ef}.cal-swatch--2{background:#c7e3d4}.cal-swatch--3{background:#8fc4a8}.ev-grid{margin:1.5rem 0;border:1px solid var(--border);border-radius:12px;overflow:hidden;background:white}.ev-days{display:grid;grid-template-columns:repeat(7,minmax(0,1fr))}.ev-cell{min-height:120px;overflow:hidden;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:.35rem;display:flex;flex-direction:column;gap:.25rem}.ev-cell,.ev-list li{min-width:0}.ev-cell:nth-child(7n){border-right:none}.ev-cell--empty{background:#fbfaf7}.ev-daynum{display:flex;align-items:baseline;justify-content:space-between;font-weight:600;font-size:.85rem}.ev-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:2px}.ev-chip{width:100%;text-align:left;padding:2px 6px;border-radius:4px;background:var(--accent);color:white;font-size:.72rem;line-height:1.25;border:none;cursor:pointer;display:flex;gap:4px;overflow:hidden}.ev-chip:hover{filter:brightness(1.08)}.ev-chip--personal{background:#2f6f4e}.ev-chip--shared{background:#7aa88e;color:#0f2e1f}.ev-modal-source{font-weight:600}.ev-modal-source--personal{color:#2f6f4e}.ev-modal-source--shared{color:#4f7a64}.ev-chip-time{flex:none;opacity:.85}.ev-chip-title{flex:1 1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-more{font-size:.7rem;color:var(--muted);padding-left:6px}.ev-modal-backdrop{position:fixed;inset:0;background:rgba(12,12,12,.55);display:flex;align-items:center;justify-content:center;z-index:50;padding:1rem}.ev-modal{position:relative;background:white;border-radius:12px;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;padding:1.5rem 1.75rem;box-shadow:0 30px 80px rgba(0,0,0,.25)}.ev-modal h3{margin:0 0 1rem;padding-right:2rem}.ev-modal-close{position:absolute;top:.5rem;right:.75rem;background:transparent;border:none;font-size:1.5rem;line-height:1;cursor:pointer;color:var(--muted)}.ev-modal-close:hover{color:var(--fg)}.ev-modal-meta{display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem 1rem;gap:.25rem 1rem;margin:0 0 1rem;font-size:.9rem}.ev-modal-meta dt{color:var(--muted);font-weight:600;text-transform:uppercase;font-size:.75rem;align-self:start;padding-top:2px}.ev-modal-meta dd{margin:0}.ev-modal-desc{border-top:1px solid var(--border);padding-top:1rem;color:var(--fg);font-size:.95rem}