:root{--plum:#54204c;--cream:#fffaf0;--coral:#ff6f61;--pink:#f8a9bb;--green:#2d7a5a;--lime:#b9dc69;--yellow:#f5c84c;--ink:#29202a}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.65}h1,h2,h3,p{margin-top:0}h1,h2{font-family:"Playfair Display",serif;line-height:1.05}a{color:inherit}.site-header{height:86px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(24px,6vw,90px);background:var(--cream);position:relative;z-index:3}.brand{display:flex;align-items:center;gap:10px;text-decoration:none;font-family:"Playfair Display",serif;font-size:1.35rem;font-weight:600;color:var(--plum)}.brand-mark{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;background:var(--coral);color:white;font-family:serif}nav{display:flex;gap:35px}nav a{text-decoration:none;font-weight:600;font-size:.92rem}nav a:hover{color:var(--coral)}.hero{min-height:650px;display:grid;grid-template-columns:1.05fr .95fr;background:var(--plum);color:white;overflow:hidden}.hero-copy{padding:clamp(70px,9vw,130px) clamp(28px,8vw,120px);align-self:center}.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--green);margin-bottom:22px}.hero .eyebrow{color:var(--lime)}h1{font-size:clamp(3.7rem,7vw,7rem);max-width:750px;margin-bottom:28px}h1 em{color:var(--pink);font-weight:600}.intro{max-width:590px;font-size:1.15rem;color:#f7eaf4;margin-bottom:36px}.button{display:inline-flex;gap:18px;align-items:center;background:var(--coral);color:white;padding:15px 24px;border-radius:100px;text-decoration:none;font-weight:700;transition:.2s}.button:hover{transform:translateY(-2px);background:#ff8175}.hero-image-wrap{position:relative;min-height:540px}.hero-image-wrap:before{content:"";position:absolute;inset:35px 0 35px -35px;border:2px solid var(--yellow);border-radius:48% 0 0 48%;z-index:1;pointer-events:none}.hero-image-wrap img{width:100%;height:100%;object-fit:cover;display:block}.image-badge{position:absolute;bottom:46px;left:-65px;z-index:2;width:150px;height:150px;border-radius:50%;background:var(--yellow);color:var(--plum);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transform:rotate(-6deg);box-shadow:0 10px 30px #32132d44}.image-badge span{font-size:.78rem}.marquee{min-height:74px;background:var(--coral);color:white;display:flex;align-items:center;justify-content:space-around;gap:20px;padding:15px 30px;text-transform:uppercase;font-weight:700;letter-spacing:.1em}.marquee b{color:var(--yellow)}.services{padding:110px clamp(24px,7vw,100px)}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:end;margin-bottom:55px}.section-heading h2,.story h2,.hours h2{font-size:clamp(2.8rem,5vw,5rem);color:var(--plum);margin-bottom:0}.section-heading>p{max-width:500px;margin:0}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.service-card{padding:35px;border-radius:28px;min-height:360px;position:relative;transition:.25s}.service-card:hover{transform:translateY(-7px)}.service-card .number{position:absolute;right:28px;top:25px;font-weight:700;opacity:.55}.service-card .icon{font-size:4rem;line-height:1;margin:65px 0 30px}.service-card h3{font-family:"Playfair Display",serif;font-size:1.75rem;margin-bottom:12px}.service-card p{margin:0}.coral{background:#ffd7d0}.yellow{background:#fbe595}.green{background:#bce1ce}.story{display:grid;grid-template-columns:.85fr 1.15fr;background:#e9f3c7}.story-art{min-height:610px;background:var(--green);color:var(--yellow);display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:"Playfair Display",serif;font-style:italic;font-size:clamp(4rem,7vw,7rem);line-height:.8;overflow:hidden}.story-art span:nth-child(2){color:var(--pink);font-size:1.5em}.story-copy{padding:100px clamp(30px,9vw,130px)}.story-copy p:not(.eyebrow){max-width:620px}.story h2{margin-bottom:32px}.hours{background:var(--plum);color:white;padding:100px clamp(24px,8vw,120px);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.hours h2{color:white;margin-bottom:22px}.light{color:var(--pink)}.hours-card{background:white;color:var(--ink);padding:38px;border-radius:24px;box-shadow:10px 10px 0 var(--yellow)}.hours-card h3{font-family:"Playfair Display",serif;font-size:1.6rem;color:var(--plum)}.hours-row{display:flex;justify-content:space-between;gap:30px;padding:18px 0;border-top:1px solid #eadfe7}.hours-row.muted{color:#81737e}footer{display:flex;justify-content:space-between;align-items:center;gap:30px;padding:40px clamp(24px,6vw,90px);font-size:.88rem}footer p{margin:0;text-align:center}@media(max-width:800px){nav{display:none}.hero,.story,.hours,.section-heading{grid-template-columns:1fr}.hero-image-wrap{min-height:470px}.hero-image-wrap:before{inset:25px}.image-badge{left:20px;width:125px;height:125px}.marquee{flex-wrap:wrap}.service-grid{grid-template-columns:1fr}.service-card{min-height:300px}.story-art{min-height:380px}.story-copy{padding:75px 28px}.hours{gap:45px}.hours-row{flex-direction:column;gap:2px}footer{flex-direction:column}.section-heading{gap:20px}}
