@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');
:root{--ink:#171717;--muted:#6f6f6f;--paper:#f7f5f1;--white:#fff;--accent:#7b1830;--line:#dedbd5}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;line-height:1.6}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;padding:0 6vw;background:rgba(247,245,241,.97);position:sticky;top:0;z-index:10;border-bottom:1px solid var(--line)}.brand{text-decoration:none;color:var(--ink);font-weight:700;display:flex;gap:10px;align-items:center}.brand img{width:46px;height:46px;object-fit:contain;border-radius:5px}.brand span{max-width:220px;line-height:1.15}.links{display:flex;gap:28px}.links a{color:var(--ink);text-decoration:none;font-size:14px}.menu{display:none;border:0;background:none;font-size:25px}.hero{min-height:calc(100vh - 78px);padding:8vw 10vw;display:grid;grid-template-columns:1.25fr .75fr;gap:8vw;align-items:center;background:linear-gradient(135deg,#f7f5f1 55%,#ebe5df 55%)}.hero h1,h2{font-family:"Playfair Display",Georgia,serif;line-height:1.05;margin:0}.hero h1{font-size:clamp(48px,7vw,92px)}.hero h1 em{color:var(--accent);font-style:normal}.eyebrow{font-size:12px;letter-spacing:.18em;font-weight:700;color:var(--accent);margin:0 0 15px}.lead{max-width:650px;color:var(--muted);font-size:18px;margin:26px 0}.actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-block;padding:13px 20px;border-radius:4px;border:1px solid var(--accent);font-weight:700;text-decoration:none;cursor:pointer;font-family:inherit}.primary{background:var(--accent);color:#fff}.ghost{color:var(--accent);background:transparent}.hero-card{background:#211c1d;color:#fff;min-height:390px;padding:45px;display:flex;flex-direction:column;justify-content:center;box-shadow:25px 25px 0 rgba(123,24,48,.13)}.hero-card img{width:100px;height:100px;object-fit:contain;background:#fff;border-radius:6px;margin-bottom:25px}.hero-card h2{font-size:38px}.hero-card p{font-size:18px;margin:4px 0 25px}.mini-line{width:55px;height:2px;background:#fff;margin-bottom:25px}.section{padding:100px 10vw}.section-head{max-width:760px;margin-bottom:45px}.section h2{font-size:clamp(38px,5vw,62px)}.section-head>p:last-child{color:var(--muted)}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cards article{background:#fff;padding:30px;min-height:220px;border:1px solid var(--line)}.icon{color:var(--accent);font-size:28px}.cards h3{margin:14px 0 8px}.cards p,.split p,.contact p{color:var(--muted)}.dark{background:#211c1d;color:#fff}.dark .section-head p:last-child{color:#c8c4c2}.gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.gallery figure{margin:0;background:#2b2728;overflow:hidden}.gallery img{width:100%;height:300px;object-fit:cover;display:block}.gallery figcaption{padding:13px 15px;color:#eee;font-size:14px}.split{display:grid;grid-template-columns:1fr 1fr;gap:10vw}.contact{display:grid;grid-template-columns:1fr 1fr;gap:8vw;background:#ebe5df}.contact form{display:grid;gap:12px}.contact input,.contact textarea{width:100%;border:1px solid #cfcac4;background:#fff;padding:15px;font:inherit}.contact textarea{min-height:140px;resize:vertical}.phone{display:block;color:var(--accent);font-weight:700;text-decoration:none;margin-top:12px}footer{padding:30px 10vw;background:#171515;color:#fff;display:flex;justify-content:space-between;gap:30px;font-size:13px}footer span{color:#aaa}@media(max-width:800px){.links{display:none;position:absolute;top:78px;left:0;right:0;background:var(--paper);padding:20px 6vw;flex-direction:column;gap:15px;border-bottom:1px solid var(--line)}.links.open{display:flex}.menu{display:block}.hero{grid-template-columns:1fr;padding:70px 7vw;background:var(--paper)}.hero-card{min-height:300px}.section{padding:70px 7vw}.cards,.gallery,.split,.contact{grid-template-columns:1fr}.gallery img{height:320px}footer{padding:25px 7vw;flex-direction:column}}

.floating-chat{position:fixed;right:clamp(20px,3vw,36px);bottom:clamp(20px,3vw,32px);z-index:20;display:inline-flex;align-items:center;gap:10px;min-height:58px;padding:9px 18px 9px 10px;border:1px solid rgba(255,255,255,.28);border-radius:999px;background:#25d366;color:#fff;text-decoration:none;box-shadow:0 10px 26px rgba(23,21,21,.22),0 2px 6px rgba(23,21,21,.14);isolation:isolate;touch-action:manipulation;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}
.floating-chat:hover{background:#1fbd5a;transform:translateY(-2px);box-shadow:0 14px 30px rgba(23,21,21,.25),0 3px 8px rgba(23,21,21,.14)}
.floating-chat:active{transform:translateY(0) scale(.98)}
.floating-chat:focus-visible{outline:3px solid var(--paper);outline-offset:3px;box-shadow:0 10px 26px rgba(23,21,21,.22)}
.floating-chat__icon{display:grid;place-items:center;width:40px;height:40px;flex:0 0 40px;border-radius:50%;background:rgba(255,255,255,.16)}
.floating-chat__icon svg{display:block;width:27px;height:27px}
.floating-chat__text{display:flex;flex-direction:column;font-size:14px;font-weight:700;line-height:1.1;letter-spacing:.01em;white-space:nowrap}
.floating-chat__text small{margin-bottom:3px;font-size:10px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;opacity:.82}
@media(max-width:800px){.floating-chat{right:calc(16px + env(safe-area-inset-right));bottom:calc(16px + env(safe-area-inset-bottom));width:58px;height:58px;min-height:58px;padding:9px;border-radius:50%;justify-content:center}.floating-chat__icon{width:40px;height:40px;flex-basis:40px}.floating-chat__text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}}
@media(prefers-reduced-motion:reduce){.floating-chat{transition:none}}

/* Workshop location */
.location{display:grid;grid-template-columns:.8fr 1.2fr;gap:7vw;align-items:center;background:#f0ece6}
.location-copy>p{color:var(--muted)}
.location-copy address{margin:24px 0;font-style:normal;color:var(--muted);line-height:1.8}
.location-copy address strong{color:var(--ink)}
.directions{margin-top:4px}
.map-wrap{min-height:470px;border:1px solid var(--line);background:#ddd4ca;box-shadow:22px 22px 0 rgba(123,24,48,.12)}
.map-wrap iframe{display:block;width:100%;height:470px;border:0;filter:saturate(.82) contrast(.96)}
@media(max-width:800px){.location{grid-template-columns:1fr}.map-wrap,.map-wrap iframe{min-height:360px;height:360px}.map-wrap{box-shadow:12px 12px 0 rgba(123,24,48,.12)}}
