*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;overflow-x:hidden;max-width:100%}
body{background:#f8f4f0;color:#241d1a;font-family:'Inter',sans-serif;line-height:1.65;overflow-x:hidden;max-width:100vw}
img,svg{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none}
::selection{background:#a24a3f;color:#fff}
h1,h2,h3,h4{font-family:'Fraunces',serif;font-weight:600;letter-spacing:-.01em;line-height:1.12;color:#241d1a}
.mark{background:#a24a3f;color:#fff;padding:.03em .32em;display:inline;box-decoration-break:clone;-webkit-box-decoration-break:clone}
.eyebrow{font-size:.72rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#a24a3f;display:flex;align-items:center;gap:.6rem;margin-bottom:1rem}
.eyebrow::before{content:'';width:20px;height:1px;background:#a24a3f}
.btn{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;font-weight:700;padding:.85rem 1.7rem;
  border-radius:50px;border:1px solid transparent;cursor:pointer;transition:all .2s;white-space:nowrap;font-family:'Inter',sans-serif}
.btn-solid{background:#a24a3f;color:#fff;box-shadow:0 10px 26px -8px rgba(162,74,63,.5)}
.btn-solid:hover{background:#8a3d33;transform:translateY(-2px)}
.btn-outline{background:transparent;color:#241d1a;border-color:rgba(36,29,26,.2)}
.btn-outline:hover{border-color:rgba(36,29,26,.5);background:rgba(36,29,26,.04)}

nav{position:fixed;top:0;left:0;right:0;z-index:900;display:flex;align-items:center;justify-content:space-between;
  padding:1.2rem 5vw;background:rgba(248,244,240,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(36,29,26,.06);transition:box-shadow .25s}
nav.bg{box-shadow:0 8px 24px -18px rgba(36,29,26,.3)}
.logo{display:flex;align-items:center;gap:.6rem;font-family:'Fraunces',serif;font-weight:600;font-size:1.15rem}
.logo svg{width:26px;height:26px;color:#a24a3f}
.nav-links{display:flex;align-items:center;gap:2rem}
.nav-links a{font-size:.8rem;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#241d1a;transition:color .2s}
.nav-links a:hover{color:#a24a3f}
.burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}
.burger span{width:22px;height:2px;background:#241d1a;display:block;transition:.25s;border-radius:1px}
.burger.x span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.burger.x span:nth-child(2){opacity:0}
.burger.x span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mob-nav{position:fixed;inset:0;background:#f8f4f0;z-index:880;display:flex;flex-direction:column;align-items:center;
  justify-content:center;gap:1.5rem;transform:translateY(-100%);transition:transform .35s cubic-bezier(.4,0,.2,1)}
.mob-nav.open{transform:none}
.mob-nav a{font-family:'Fraunces',serif;font-size:1.6rem;font-weight:600}
@media(max-width:900px){.nav-links{display:none}.burger{display:flex}}

.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:7rem 5vw 4rem;overflow:hidden;background:#f0e6dd}
.hero::before{content:'';position:absolute;inset:0;background:
  radial-gradient(circle at 12% 25%,rgba(162,74,63,.12),transparent 55%),
  radial-gradient(circle at 88% 78%,rgba(36,29,26,.08),transparent 55%)}
.hero-art{position:absolute;right:-6%;top:50%;transform:translateY(-50%);width:min(42vw,520px);color:#a24a3f;opacity:.85}
.hero-content{position:relative;max-width:620px}
.hero h1{font-size:clamp(2.3rem,5.2vw,4rem);margin-bottom:1.3rem}
.hero .lead{font-size:1.05rem;color:rgba(36,29,26,.62);max-width:500px;margin-bottom:2rem}
.hero-ctas{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.2rem}
.hero-stats{display:flex;gap:1.8rem;flex-wrap:wrap}
.hero-stat strong{display:block;font-family:'Fraunces',serif;font-size:1.7rem;color:#a24a3f;font-weight:600}
.hero-stat span{font-size:.76rem;color:rgba(36,29,26,.55)}
@media(max-width:900px){.hero-art{display:none}.hero{padding-top:6.5rem}}

.section{padding:5rem 5vw;max-width:1180px;margin:0 auto}
.section-head{max-width:640px;margin-bottom:3rem}
.section-head h2{font-size:clamp(1.8rem,3.4vw,2.6rem)}
.section-head p{color:rgba(36,29,26,.6);font-size:1rem;margin-top:.9rem}

.serv-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem}
.serv-card{background:#fff;border:1px solid rgba(36,29,26,.08);border-radius:18px;padding:1.9rem 1.6rem;transition:transform .25s,box-shadow .25s}
.serv-card:hover{transform:translateY(-5px);box-shadow:0 24px 40px -28px rgba(36,29,26,.3)}
.serv-card svg{width:34px;height:34px;color:#a24a3f;margin-bottom:1rem}
.serv-card h3{font-size:1.05rem;margin-bottom:.5rem}
.serv-card p{color:rgba(36,29,26,.5);font-size:.85rem;margin-bottom:.9rem}
.serv-card .price{font-size:.72rem;font-weight:700;color:#a24a3f;text-transform:uppercase;letter-spacing:.04em}
@media(max-width:900px){.serv-grid{grid-template-columns:1fr 1fr}}
@media(max-width:560px){.serv-grid{grid-template-columns:1fr}}

.about{background:#241d1a;color:#f8f4f0;border-radius:28px;padding:3.4rem 3rem;margin:0 5vw;max-width:1180px;margin-inline:auto}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.about h2{color:#fff}
.about p{color:rgba(248,244,240,.65);font-size:1rem;margin-bottom:1.1rem}
.about-visual{display:grid;place-items:center}
.about-visual svg{width:80%;color:#c98a7c}
@media(max-width:860px){.about-grid{grid-template-columns:1fr}.about-visual{order:-1}.about{padding:2.4rem 1.6rem;border-radius:20px}}

.hours-band{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}
.hours-table{display:grid;gap:.6rem;background:#fff;border:1px solid rgba(36,29,26,.08);border-radius:18px;padding:1.6rem 1.8rem}
.hours-row{display:flex;justify-content:space-between;font-size:.92rem;padding:.5rem 0;border-bottom:1px solid rgba(36,29,26,.06)}
.hours-row:last-child{border-bottom:0}
.hours-row span:first-child{font-weight:700}
.hours-row span:last-child{color:rgba(36,29,26,.55)}
.hours-note{font-size:.78rem;color:rgba(36,29,26,.45);margin-top:1rem}
@media(max-width:860px){.hours-band{grid-template-columns:1fr}}

.contact-band{background:#f0e6dd;border-radius:28px;padding:3.2rem 3rem;text-align:center;max-width:1180px;margin:0 auto 5rem}
.contact-band h2{font-size:clamp(1.7rem,3.2vw,2.3rem);margin-bottom:.9rem}
.contact-band p{color:rgba(36,29,26,.6);margin-bottom:1.7rem;max-width:520px;margin-inline:auto}
.contact-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}

footer{background:#241d1a;color:rgba(248,244,240,.7);padding:3rem 5vw 2rem}
.ft-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1.5rem;max-width:1180px;margin:0 auto 1.6rem}
.ft-logo{display:flex;align-items:center;gap:.6rem;font-family:'Fraunces',serif;font-weight:600;font-size:1.15rem;color:#fff}
.ft-logo svg{width:24px;height:24px;color:#c98a7c}
.ft-links{display:flex;gap:1.3rem;flex-wrap:wrap;font-size:.85rem}
.ft-links a:hover{color:#fff}
.ft-bottom{max-width:1180px;margin:0 auto;border-top:1px solid rgba(248,244,240,.1);padding-top:1.3rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.8rem;font-size:.75rem;color:rgba(248,244,240,.4)}
.ft-bottom a{color:rgba(248,244,240,.55)}
.ft-bottom a:hover{color:#fff}

.floaters{position:fixed;right:1.4rem;bottom:calc(1.6rem + env(safe-area-inset-bottom));z-index:900;display:flex}
.floaters a{width:56px;height:56px;border-radius:50%;background:#25D366;color:#fff;display:grid;place-items:center;
  box-shadow:0 10px 26px -6px rgba(37,211,102,.55);transition:transform .2s}
.floaters a:hover{transform:scale(1.08)}
.floaters svg{width:26px;height:26px}
@media(max-width:480px){.floaters{right:1.1rem;bottom:calc(2.1rem + env(safe-area-inset-bottom))}.floaters a{width:50px;height:50px}.floaters svg{width:23px;height:23px}}

[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .7s cubic-bezier(.16,1,.3,1),transform .7s cubic-bezier(.16,1,.3,1)}
[data-reveal].visible{opacity:1;transform:translateY(0)}
@media(prefers-reduced-motion:reduce){[data-reveal]{opacity:1!important;transform:none!important;transition:none!important}}

#ck{position:fixed;left:1.2rem;bottom:1.2rem;z-index:950;max-width:380px;background:#fff;border:1px solid rgba(36,29,26,.1);
  border-radius:18px;padding:1.4rem 1.5rem;box-shadow:0 30px 60px -30px rgba(36,29,26,.4);transform:translateY(140%);
  opacity:0;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s}
#ck.show{transform:none;opacity:1}
#ck h4{font-size:.95rem;margin-bottom:.6rem}
#ck p{font-size:.82rem;color:rgba(36,29,26,.6);margin-bottom:.9rem}
.ck-row{display:flex;gap:.6rem;margin-bottom:.6rem;flex-wrap:wrap}
#ck .btn{padding:.6rem 1.1rem;font-size:.78rem;width:100%;justify-content:center}
@media(max-width:480px){#ck{left:.7rem;right:.7rem;bottom:.7rem;max-width:none}}
