:root{--green:#233f35;--gold:#a27b3f;--paper:#f7f7f2;--ink:#22362e;--muted:#63716a;--line:#e0e5dd}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.55 'Avenir Next','Segoe UI',sans-serif}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--gold);outline-offset:5px}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,serif;font-weight:400;line-height:1.15}h1{font-size:44px;margin-bottom:12px}h2{font-size:29px;margin-bottom:20px}h3{font-size:25px;margin-bottom:10px}p{color:var(--muted)}.sidebar{width:245px;background:var(--green);color:#f9faf4;position:fixed;inset:0 auto 0 0;padding:40px 26px;display:flex;flex-direction:column}.brand img{width:150px;height:100px;object-fit:contain;filter:brightness(0) invert(1);margin:0 20px 42px}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;color:var(--gold)}.sidebar .eyebrow{color:#cfbf94;margin:0 14px 20px}.sidebar nav{display:grid;gap:8px}.navitem{display:flex;align-items:center;gap:15px;border-radius:9px;padding:13px 15px;font-size:15px}.navitem.active{background:#ffffff16;color:#ecdbb3}.navitem:hover{background:#ffffff0c}.ico{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.sidebar-bottom{margin-top:auto;padding:26px 14px 0}.sidebar-bottom p{font-family:Georgia,serif;color:white;font-size:22px;margin:0}.sidebar-bottom small{color:#c4ccb9}.sidebar-bottom a{display:block;font-size:14px;margin-top:30px;color:#c4ccb9}.shell{margin-left:245px}header{height:95px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line)}.toplabel{font-size:12px;letter-spacing:2px;color:var(--muted)}.help{font-size:14px;border:1px solid #c9d3c9;border-radius:30px;padding:9px 18px}.help span{margin-left:18px}main{max-width:1200px;margin:auto;padding:37px 48px 35px;min-height:70vh}.intro{display:flex;justify-content:space-between;align-items:end;margin-bottom:27px}.intro p{margin:0}.intro .eyebrow{display:block;margin-bottom:13px}.date{font-size:14px;color:var(--muted);text-transform:capitalize}.quick{display:grid;grid-template-columns:repeat(4,1fr);gap:13px;margin-bottom:32px}.quick a{background:white;border:1px solid var(--line);padding:20px 18px;border-radius:13px;display:flex;flex-direction:column;gap:14px;font-weight:500;transition:transform .15s,box-shadow .15s}.quick a:hover{transform:translateY(-3px);box-shadow:0 8px 25px #233f350a}.quick .ico{color:var(--gold);width:27px;height:27px}.homegrid{display:grid;grid-template-columns:1.4fr 1fr;gap:22px}.feature{position:relative;min-height:340px;border-radius:17px;overflow:hidden;background:var(--green);display:flex;align-items:end;color:white}.feature>img{position:absolute;width:100%;height:100%;object-fit:cover}.feature:after{content:'';position:absolute;inset:0;background:linear-gradient(transparent 10%,#102c22dc)}.feature-content{position:relative;z-index:1;padding:28px;width:100%}.feature-content p{color:#f3f5ed;margin:10px 0 20px;max-width:360px}.feature h2{font-size:35px;margin:8px 0}.feature .eyebrow{color:#e7d4aa}.pill{display:inline-flex;padding:11px 18px;border-radius:30px;background:#fafaf3;color:var(--green);font-size:14px;font-weight:600;gap:26px;align-items:center}.panel{padding:26px;border:1px solid var(--line);border-radius:17px;background:white}.panel h2{font-size:27px}.row{display:flex;gap:16px;padding:18px 0;border-bottom:1px solid var(--line);align-items:center}.row:last-child{border-bottom:0}.row p{font-size:14px;margin:3px 0 0}.row strong{font-weight:500}.row .ico{color:var(--gold)}.arrow{margin-left:auto}.sectionhead{display:flex;justify-content:space-between;align-items:center;margin:32px 0 19px}.sectionhead h2{margin:0}.sectionhead a{font-size:14px;color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.card{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden;display:flex;align-items:center;min-height:135px}.card img{width:35%;height:160px;object-fit:cover}.card div{padding:20px}.card h3{font-size:23px}.card p{font-size:14px;margin:0}.card .eyebrow{font-size:11px;letter-spacing:1.5px;display:block;margin-bottom:10px}.mobilebrand,.bottomnav{display:none}footer{max-width:1200px;margin:auto;padding:20px 48px 35px;font-size:11px;letter-spacing:1px;color:var(--muted);display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}footer a{font-size:12px;letter-spacing:0}.detailgrid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.detailphoto{width:100%;height:340px;object-fit:cover;border-radius:17px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin:25px 0 8px}.button{display:inline-flex;align-items:center;justify-content:center;background:var(--green);color:white;border-radius:30px;padding:12px 20px;font-size:15px;gap:12px}.button.secondary{background:transparent;color:var(--green);border:1px solid #b8c4b9}.note{font-size:14px;background:#eef1e9;border-radius:10px;padding:16px;margin-top:20px}.list{display:grid;gap:14px}.list .row{background:white;padding:20px;border:1px solid var(--line);border-radius:12px}.list .row:hover{border-color:var(--gold)}details{border-bottom:1px solid var(--line);padding:18px 0}summary{cursor:pointer;font-weight:500}details p{margin:15px 0 0}.empty{padding:28px;border:1px dashed #bdc9bc;border-radius:13px;background:#f1f3ed}.empty p{margin-bottom:0}@media(min-width:1500px){main{padding-top:50px}.feature{min-height:390px}}@media(max-width:1100px){.sidebar{width:210px;padding:30px 18px}.shell{margin-left:210px}header{padding:0 28px}main{padding:28px}.homegrid{grid-template-columns:1fr 1fr}.quick a{padding:17px 12px}.card{display:block}.card img{width:100%;height:160px}footer{padding:25px 28px}.date{display:none}}@media(max-width:760px){.sidebar,.toplabel{display:none}.shell{margin:0}header{height:82px;padding:12px 22px;background:#fff}.mobilebrand{display:block}.mobilebrand img{filter:brightness(0) saturate(100%);width:112px;height:55px;object-fit:contain}.help{font-size:13px;padding:8px 13px}main{padding:27px 20px 22px}h1{font-size:35px}.intro{margin-bottom:22px}.intro p{font-size:15px}.intro .eyebrow{font-size:11px;margin-bottom:10px}.quick{gap:9px;margin-bottom:24px}.quick a{font-size:12px;align-items:center;gap:9px;padding:16px 4px;text-align:center;border-radius:12px}.quick .ico{width:26px;height:26px}.homegrid,.detailgrid{grid-template-columns:1fr;gap:19px}.feature{min-height:285px}.feature-content{padding:25px}.feature h2{font-size:31px}.feature-content p{font-size:15px}.panel{padding:22px}.panel h2{font-size:25px;margin-bottom:7px}.row{padding:16px 0}.cards{gap:13px}.card div{padding:16px}.card img{height:132px}.card h3{font-size:22px}.card .eyebrow{font-size:10px;letter-spacing:1px}.card p{font-size:13px}.sectionhead h2{font-size:25px}.sectionhead a{font-size:13px}.bottomnav{display:flex;position:fixed;bottom:0;left:0;right:0;padding:8px 8px calc(8px + env(safe-area-inset-bottom));background:#fffffff5;backdrop-filter:blur(12px);border-top:1px solid var(--line);z-index:5;justify-content:space-around}.bottomnav .navitem{display:flex;flex-direction:column;gap:4px;font-size:11px;padding:5px 10px;color:#79867d;min-width:58px}.bottomnav .active{color:var(--green);background:#eef1e9}.bottomnav .ico{width:22px;height:22px}footer{padding:18px 22px 110px;font-size:10px;gap:8px}.detailphoto{height:260px}.actions{gap:9px}.button{font-size:14px}h2{font-size:27px}}@media(prefers-reduced-motion:reduce){*{transition:none!important}}
/* Compact Guest Care surface */
.guestcare .sidebar,.guestcare .bottomnav{display:none}.guestcare .shell{margin:0 auto;max-width:560px;background:var(--paper);min-height:100dvh}.guestcare{background:#e9eee8}.guestcare header{height:86px;padding:12px 24px;background:var(--green);border:0;color:white}.guestcare .mobilebrand{display:block}.guestcare .mobilebrand img{height:62px;width:106px;filter:none}.guestcare .toplabel{display:block;color:#d9c79f;font-size:11px;letter-spacing:2px}.guestcare .help{color:white;border-color:#ffffff50;font-size:12px;padding:8px 11px}.guestcare main{padding:24px;min-height:0}.guestcare .intro{margin:0 0 20px}.guestcare .intro .eyebrow{font-size:11px;margin-bottom:9px;letter-spacing:1.7px}.guestcare h1{font-size:30px;line-height:1.16;max-width:380px;margin-bottom:8px}.guestcare .intro p{font-size:15px}.carebox{background:white;padding:19px;border:1px solid var(--line);border-radius:15px}.careheadline{display:flex;align-items:center;gap:13px}.careheadline>.ico{width:36px;height:36px;color:var(--gold)}.careheadline h2{font-size:23px;margin:0 0 5px}.careheadline p{font-size:14px;margin:0}.carecta{display:flex;justify-content:space-between;align-items:center;background:var(--green);color:white;padding:14px 17px;border-radius:9px;font-size:16px;font-weight:600;margin-top:18px}.carecta:hover{background:#315746}.micro{font-size:12px;text-align:center;margin:9px 0 0}.carelinks{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:15px 0 9px}.carelinks a{display:flex;flex-direction:column;align-items:center;gap:8px;border:1px solid var(--line);background:white;border-radius:11px;padding:13px 5px;font-size:14px}.carelinks .ico{color:var(--gold);height:22px;width:22px}.caremore{font-size:14px;padding:14px 2px}.caremore p{font-size:14px;margin:12px 0}.textlink{color:var(--green);text-decoration:underline}.urgent{display:flex;gap:12px;align-items:center;padding:16px 0 0;font-size:14px}.urgent strong{font-weight:500}.urgent small{display:block;color:var(--muted);font-size:12px;margin-top:1px}.urgent>b{margin-left:auto;font-weight:400}.urgent>.ico{width:21px}.guestcare footer{padding:0 24px 18px;display:block;font-size:10px;text-align:center;letter-spacing:1px}.guestcare footer span,.guestcare footer>a{display:none}.guestcare .detailgrid{grid-template-columns:1fr;gap:15px}.guestcare .detailphoto{height:140px}.guestcare .panel{padding:19px;border-radius:13px}.guestcare .panel h2{font-size:24px}.guestcare .panel p{font-size:15px}.guestcare .note{font-size:13px}.guestcare .actions{margin-top:16px}.guestcare .feature{min-height:210px}.guestcare .feature h2{font-size:27px}.guestcare .feature-content{padding:20px}.guestcare .feature-content p{font-size:14px}.guestcare .list .row{padding:14px}.back{display:inline-block;font-size:14px;margin-bottom:20px;color:var(--muted)}@media(max-width:380px){.guestcare main{padding:20px 16px}.guestcare header{padding:10px 16px}.guestcare .toplabel{display:none}.guestcare h1{font-size:28px}.careheadline h2{font-size:21px}.careheadline p{font-size:13px}}@media(min-width:761px){.guestcare .shell{margin:24px auto;border-radius:20px;overflow:hidden;min-height:0;box-shadow:0 18px 70px #233f3510}.guestcare main{padding:24px}}
.wedding-notice{background:#f6eddb;border:1px solid #dcca9f;border-left:3px solid #a27b3f;border-radius:12px;padding:16px 17px;margin-bottom:16px}.notice-meta{display:flex;justify-content:space-between;gap:10px;color:#705626;font-size:11px;letter-spacing:1px;font-weight:600}.notice-meta span:last-child{white-space:nowrap}.notice-title{display:flex;align-items:center;gap:10px;margin:11px 0 8px}.notice-title>.ico{width:21px;height:21px;color:#846431}.guestcare .wedding-notice h2{font-size:23px;margin:0}.wedding-notice p{font-size:14px;color:#514c40;line-height:1.55;margin:0 0 8px}.wedding-notice details{padding:7px 0 10px;border-color:#dacbad;font-size:13px}.wedding-notice details p{margin-top:10px}.notice-contact{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;margin-top:11px}.notice-contact>.ico{width:20px;height:20px}.notice-contact:hover{text-decoration:underline}
.event-link{display:flex;align-items:center;gap:10px;padding:14px 2px;border-bottom:1px solid var(--line);font-size:14px}.event-link span{margin-left:auto}.guestcare footer .admin-entry{display:block;font-size:13px;margin-top:15px;color:var(--green);text-decoration:underline}.preview-banner{padding:12px;background:#f6e8c8;border:1px solid #bd9a56;font-size:14px;margin-bottom:15px;border-radius:9px}.guest-alert{width:min(92vw,500px);border:0;border-radius:16px;background:var(--paper);padding:20px;max-height:85dvh;overflow:auto;color:var(--ink)}.guest-alert::backdrop{background:#172a22a6}.guest-alert .wedding-notice{margin:0 0 14px}.guest-alert .close-alert{width:100%;cursor:pointer;border:0;font:inherit}.guestcare .detailphoto{margin-bottom:15px}.notice-meta{flex-wrap:wrap}
