
:root{
  --ink:#202622;--muted:#626964;--paper:#fffdf8;--cream:#f5efe4;
  --warm:#eadfce;--line:#d8d1c6;--green:#587940;--dark:#314d35;
  --blue:#476b7d;--red:#7b433e;--shadow:0 14px 36px rgba(55,45,32,.11)
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}
a{color:inherit}
img{max-width:100%}
button,input,select,textarea{font:inherit}
.wrap{width:min(1100px,calc(100% - 32px));margin:auto}
.narrow{max-width:780px}
.site-header{position:sticky;top:0;z-index:30;background:rgba(255,253,248,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(10px)}
.header-inner{min-height:76px;display:flex;align-items:center;justify-content:space-between;gap:25px}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-weight:900}
.brand-mark{width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:#102037;color:white;font-size:.85rem}
.brand-copy{display:flex;flex-direction:column;line-height:1.12}
.brand-copy small{color:var(--green);font-weight:700;font-style:italic}
.nav{display:flex;gap:25px;align-items:center}
.nav a{text-decoration:none;font-size:.93rem;font-weight:760}
.nav a:hover,.nav a[aria-current="page"]{color:var(--green)}
.header-call{padding:11px 17px;border-radius:12px;background:#e7edd8;color:#22351f;text-decoration:none;font-weight:850;white-space:nowrap}
.menu-button{display:none;border:0;border-radius:10px;background:var(--warm);padding:10px 13px;font-weight:800}
.hero{position:relative;min-height:570px;display:flex;align-items:end;color:white;background:#5f5850 url("hero-lounge.png") center/cover no-repeat}
.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,20,17,.88),rgba(15,20,17,.47),rgba(15,20,17,.08))}
.hero-content{position:relative;padding-bottom:58px}
.eyebrow{margin:0 0 9px;text-transform:uppercase;letter-spacing:.1em;font-size:.78rem;font-weight:880;color:var(--green)}
.hero .eyebrow{color:#d6efc3}
h1,h2,h3{margin-top:0;line-height:1.12}
h1{max-width:690px;margin-bottom:18px;font-size:clamp(3rem,8vw,5.8rem);letter-spacing:-.052em}
h2{margin-bottom:15px;font-size:clamp(2rem,5vw,3.2rem);letter-spacing:-.035em}
h3{margin-bottom:7px}
.hero-lead{max-width:650px;margin:0 0 27px;font-size:clamp(1.08rem,2.1vw,1.3rem)}
.button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;padding:0 21px;border:0;border-radius:12px;text-decoration:none;font-weight:870;cursor:pointer}
.primary{background:var(--green);color:white}.primary:hover{background:var(--dark)}
.secondary{background:var(--blue);color:white}
.light{background:white;color:var(--dark)}
.disabled{background:#ddd8d0;color:#6d6d6d;cursor:not-allowed}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.section{padding:70px 0}
.intro{text-align:center}
.intro p,.lead{font-size:1.18rem;color:var(--muted)}
.warm{background:var(--cream)}
.soft{background:#f8f4eb}
.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--line);box-shadow:var(--shadow)}
.feature{padding:28px 22px;text-align:center;background:white}
.feature .icon{font-size:1.8rem;color:var(--green)}
.feature h3{font-size:1rem;margin:8px 0}
.feature p{margin:0;color:var(--muted);font-size:.92rem}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:30px}
.section-head p{max-width:430px;margin:0;color:var(--muted)}
.workshop-list{display:grid;gap:20px}
.workshop-card{display:grid;grid-template-columns:150px 1fr;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:white;box-shadow:var(--shadow)}
.workshop-date{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:24px 18px;background:var(--warm);text-align:center}
.workshop-date .day{color:var(--dark);font-weight:900;text-transform:uppercase;letter-spacing:.08em}
.workshop-date strong{font-size:3.6rem;line-height:1;color:var(--dark)}
.workshop-main{padding:27px 30px}
.workshop-title{display:flex;justify-content:space-between;gap:20px}
.workshop-title p,.summary,.small-note{margin:0;color:var(--muted)}
.status{align-self:start;padding:7px 12px;border-radius:999px;background:#e5efe2;color:var(--dark);font-size:.88rem;font-weight:850;white-space:nowrap}
.status.low{background:#f3e5d4;color:#744621}.status.full{background:#f0dcda;color:var(--red)}
.summary{margin-top:13px}
.seats{display:flex;gap:7px;align-items:center;flex-wrap:wrap;margin:19px 0}
.seat{width:18px;height:18px;border:2px solid var(--green);border-radius:50%}.seat.on{background:var(--green)}
.seat-text{margin-left:7px;color:var(--muted);font-size:.92rem}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.phone-option{margin:15px 0 0;color:var(--muted);font-size:.94rem}.phone-option a{font-weight:820;color:var(--dark)}
.page-hero{padding:72px 0 54px;background:var(--cream)}
.page-hero h1{max-width:850px;font-size:clamp(2.6rem,7vw,5rem);color:var(--ink)}
.page-hero p{max-width:720px;font-size:1.2rem;color:var(--muted)}
.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:48px;align-items:start}
.prose h2{font-size:2rem;margin-top:38px}.prose h2:first-child{margin-top:0}
.prose p,.prose li{color:#414743}.prose ul{padding-left:22px}
.side-card,.notice-card,.contact-card{padding:25px;border:1px solid var(--line);border-radius:19px;background:white;box-shadow:var(--shadow)}
.side-card{position:sticky;top:105px}
.notice-card{background:#edf3e8}
.check-list{list-style:none;padding:0;margin:18px 0}.check-list li{padding:8px 0 8px 28px;position:relative}.check-list li:before{content:"✓";position:absolute;left:0;color:var(--green);font-weight:900}
.faq-list{display:grid;gap:13px}
details{border:1px solid var(--line);border-radius:14px;background:white;padding:0 19px}
summary{cursor:pointer;padding:17px 0;font-weight:850}
details p{margin:0 0 18px;color:var(--muted)}
.contact-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.contact-card{text-decoration:none}.contact-card span{display:block;color:var(--muted);font-size:.9rem}.contact-card strong{font-size:1.1rem;color:var(--dark);overflow-wrap:anywhere}
.placeholder{padding:45px;border:2px dashed #c9c0b3;border-radius:20px;text-align:center;background:#fbf8f1}
.location-box{display:grid;grid-template-columns:1fr 1fr;gap:25px;align-items:center}
.map-placeholder{min-height:300px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(135deg,#d8e5d0,#ede4d6);text-align:center;padding:25px}
.reassurance{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:24px}.reassurance div{padding:18px;border-radius:14px;background:#edf3e8}
.footer{background:#26362a;color:white;padding:52px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:35px}
.footer h3{font-size:1rem}.footer a{display:block;color:#e9efe7;text-decoration:none;margin:7px 0}.footer p{color:#d7ded5}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:35px;padding-top:20px;border-top:1px solid rgba(255,255,255,.18);font-size:.88rem;color:#d7ded5}
dialog{width:min(680px,calc(100% - 24px));max-height:calc(100vh - 24px);border:0;border-radius:22px;padding:0;box-shadow:0 24px 80px rgba(0,0,0,.3)}
dialog::backdrop{background:rgba(20,25,21,.7)}
.panel{position:relative;padding:30px;background:var(--paper)}.close{position:absolute;right:17px;top:15px;width:40px;height:40px;border:0;border-radius:50%;font-size:1.6rem;cursor:pointer}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-top:22px}
label{font-weight:750}label span{font-weight:500;color:var(--muted)}
input,select,textarea{width:100%;margin-top:6px;padding:12px 13px;border:1px solid #bdb7ad;border-radius:10px;background:white}
.wide{grid-column:1/-1}.good-to-know{margin:20px 0;padding:15px;border-radius:13px;background:#e8f0e4}.full-button{width:100%}.prototype{text-align:center;font-size:.84rem;color:var(--muted)}
@media(max-width:900px){.nav{display:none;position:absolute;left:0;right:0;top:76px;padding:18px 24px;background:var(--paper);border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-button{display:block}.header-call{display:none}.feature-grid{grid-template-columns:1fr 1fr}.content-grid,.location-box{grid-template-columns:1fr}.side-card{position:static}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.hero{min-height:540px}.hero:before{background:linear-gradient(0deg,rgba(15,20,17,.9),rgba(15,20,17,.22))}.hero-content{padding-bottom:42px}.section{padding:55px 0}.feature-grid,.contact-grid,.reassurance,.footer-grid{grid-template-columns:1fr}.section-head{display:grid}.workshop-card{grid-template-columns:1fr}.workshop-date{flex-direction:row;justify-content:flex-start;gap:9px;padding:15px 21px}.workshop-date strong{font-size:2rem}.workshop-title{display:grid}.status{justify-self:start}.actions{display:grid}.button{width:100%}.form-grid{grid-template-columns:1fr}.wide{grid-column:auto}.footer-bottom{flex-direction:column}}

.article-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.article-card{display:flex;flex-direction:column;padding:25px;border:1px solid var(--line);border-radius:19px;background:white;box-shadow:var(--shadow)}
.article-card h3{font-size:1.35rem;margin:10px 0}.article-card h3 a{text-decoration:none}.article-card p{color:var(--muted);flex-grow:1}
.article-category{align-self:flex-start;padding:5px 9px;border-radius:999px;background:#e8f0e4;color:var(--dark);font-size:.78rem;font-weight:850;text-transform:uppercase;letter-spacing:.05em}
.article-link{font-weight:850;color:var(--dark)}.placeholder-article{background:#faf7f0}.coming-soon{color:var(--muted);font-size:.88rem;font-weight:750}
.article-meta{font-size:.92rem!important;color:var(--muted)!important}.article-body h2{margin-top:38px}.article-footer-box{margin-top:45px;padding:25px;border-radius:18px;background:var(--cream)}.article-back{margin-left:8px;border:1px solid var(--line)}
@media(max-width:850px){.article-grid{grid-template-columns:1fr 1fr}}@media(max-width:620px){.article-grid{grid-template-columns:1fr}.article-back{margin:10px 0 0}}
