@font-face { font-family: "Allura"; src: url("allura-regular.ttf") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }

:root {
    --sage: #5e6b52;
    --sage-dark: #46533d;
    --copper: #be9470;
    --cream: #f6f2eb;
    --paper: #fffdf9;
    --ink: #273027;
    --muted: #6e756c;
    --line: #dedbd2;
    --shadow: 0 22px 70px rgba(68, 76, 59, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; }
.site-header { width: min(1180px, calc(100% - 48px)); margin: auto; min-height: 136px; padding: 10px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: block; width: 160px; }
.brand img { display: block; width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 22px; margin-left: auto; }
.main-nav a { color: var(--sage); font-size: .86rem; font-weight: 750; text-decoration: none; }
.main-nav a:hover { color: var(--copper); }
.header-phone { display: inline-flex; align-items: center; gap: 8px; color: var(--sage); font-size: .93rem; font-weight: 700; text-decoration: none; white-space: nowrap; }
.header-phone svg { width: 18px; height: 18px; fill: currentColor; }
.section-shell { width: min(1080px, calc(100% - 48px)); margin: auto; }
.hero { min-height: 635px; display: grid; grid-template-columns: 1fr .78fr; align-items: center; gap: 56px; padding: 78px 0 104px; }
.hero-copy { max-width: 610px; }
.eyebrow { margin: 0 0 14px; color: var(--copper); text-transform: uppercase; letter-spacing: .16em; font-size: .72rem; font-weight: 800; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; color: var(--sage); font-size: clamp(3.2rem, 7vw, 6.8rem); letter-spacing: -.075em; line-height: .91; font-weight: 750; }
h1 em, h2 em { color: var(--copper); font-family: Georgia, serif; font-weight: 400; letter-spacing: -.04em; }
.lead { max-width: 520px; color: var(--muted); font-size: 1.12rem; }
.slogan-divider { display: flex; align-items: center; gap: 14px; max-width: 520px; margin: -2px 0 12px; color: var(--copper); }
.slogan-divider span { flex: 1; height: 2px; background: var(--copper); opacity: .8; }
.slogan-divider b { display: grid; place-items: center; width: 28px; height: 28px; font-size: 1.22rem; font-weight: 400; line-height: 1; }
.brand-slogan { margin: 0 0 20px; color: var(--ink); font-family: "Allura", cursive; font-size: clamp(2.1rem, 3.5vw, 2.8rem); font-style: normal; font-weight: 400; line-height: 1.05; letter-spacing: .01em; }
.mobile-only-note { max-width: 510px; margin: 26px 0 0; padding: 14px 18px; border-left: 3px solid var(--copper); background: rgba(255,253,249,.68); color: var(--sage-dark); font-size: .95rem; }
.mobile-only-note strong { color: var(--sage); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--sage); color: #fff; box-shadow: 0 10px 25px rgba(94, 107, 82, .2); }
.button-primary:hover { background: var(--sage-dark); }
.button-quiet { border-color: var(--line); color: var(--sage); }
.hero-art { justify-self: end; width: min(100%, 430px); aspect-ratio: 1; position: relative; display: grid; place-items: center; background: linear-gradient(145deg, #ebe4d8 0%, #fdfaf4 68%); border-radius: 48% 52% 45% 55% / 52% 44% 56% 48%; box-shadow: var(--shadow); overflow: hidden; }
.hero-art::before { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(190,148,112,.42); border-radius: 48% 52% 45% 55% / 52% 44% 56% 48%; }
.hero-art::after { content: ""; position: absolute; width: 150px; height: 150px; right: -35px; top: -35px; border-radius: 50%; background: rgba(190,148,112,.25); }
.hero-art img { position: relative; z-index: 2; width: 72%; height: auto; }
.hero-art p { position: absolute; z-index: 3; right: 42px; bottom: 48px; margin: 0; color: var(--sage); font-family: Georgia, serif; font-size: 1.25rem; line-height: 1.05; text-align: right; }
.hero-art p em { color: var(--copper); }
.art-leaf { position: absolute; z-index: 1; width: 112px; height: 54px; border-radius: 100% 0 100% 0; background: rgba(94,107,82,.18); transform: rotate(28deg); }
.art-leaf-one { left: 13px; bottom: 65px; }.art-leaf-two { left: 45px; bottom: 31px; transform: rotate(57deg) scale(.7); background: rgba(190,148,112,.3); }
.art-line { position: absolute; z-index: 1; left: 28px; bottom: 44px; width: 150px; height: 1px; background: rgba(94,107,82,.3); transform: rotate(-35deg); transform-origin: left; }
.services { padding: 90px 0; }.section-heading { max-width: 580px; margin-bottom: 38px; }.section-heading h2, .about h2 { margin-bottom: 16px; color: var(--sage); font-size: clamp(2.4rem, 5vw, 4.2rem); letter-spacing: -.07em; line-height: .96; }.section-heading > p:last-child { color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.service-card { min-height: 215px; padding: 24px 19px; background: var(--paper); border: 1px solid rgba(94,107,82,.08); position: relative; overflow: hidden; }.service-card::after { content: ""; position: absolute; right: -28px; bottom: -38px; width: 90px; height: 90px; border: 1px solid rgba(190,148,112,.3); border-radius: 50%; }.service-card span { color: var(--copper); font-size: .75rem; font-weight: 800; }.service-card h3 { margin: 48px 0 10px; color: var(--sage); font-size: 1.08rem; line-height: 1.1; }.service-card p { min-height: 2.9em; margin: 0; color: var(--muted); font-size: .86rem; line-height: 1.45; }
.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: 24px; padding: 40px 0 120px; }.about-panel, .contact-card { padding: clamp(30px, 5vw, 66px); }.about-panel { background: var(--sage); color: #fff; }.about-panel .eyebrow { color: #e5c8ad; }.about h2 { color: #fff; }.about-panel p:not(.eyebrow) { max-width: 480px; color: rgba(255,255,255,.78); }.text-link { display: inline-flex; gap: 12px; margin-top: 16px; color: #fff; font-weight: 750; text-decoration: none; }.text-link span { color: #e5c8ad; }.contact-card { background: var(--paper); }.contact-card address { margin: 0 0 24px; font-style: normal; font-size: 1.25rem; line-height: 1.65; }.contact-card a { display: block; margin-top: 9px; color: var(--sage); text-decoration: none; word-break: break-word; }.contact-card a:hover { text-decoration: underline; }
.info-section { padding: 0 0 90px; }.info-section .section-heading { margin-bottom: 28px; }.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.info-card { min-height: 126px; padding: 20px 19px; background: rgba(255,253,249,.72); border: 1px solid rgba(94,107,82,.1); border-top: 2px solid rgba(190,148,112,.65); }.info-card span { color: var(--copper); font-size: .75rem; font-weight: 800; }.info-card p { margin: 16px 0 0; color: var(--sage-dark); font-size: .9rem; line-height: 1.45; }
.appointment { padding: 90px 0; display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }.form-wrap { background: var(--paper); padding: clamp(24px, 4vw, 46px); box-shadow: var(--shadow); }.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }form label { display: block; margin-bottom: 18px; color: var(--sage); font-size: .88rem; font-weight: 750; }input[type=text], input[type=email], textarea { display: block; width: 100%; margin-top: 7px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 2px; background: #fff; color: var(--ink); font: inherit; font-weight: 400; }textarea { resize: vertical; min-height: 130px; }input:focus, textarea:focus { outline: 2px solid rgba(190,148,112,.35); outline-offset: 1px; border-color: var(--copper); }.checkbox { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); font-size: .78rem; font-weight: 400; }.checkbox input { flex: 0 0 auto; margin-top: 4px; accent-color: var(--sage); }.checkbox a { color: var(--sage); }.honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }.notice { margin-bottom: 22px; padding: 14px 16px; font-size: .9rem; }.notice-success { background: #e7efe3; color: #3f5838; }.notice-error { background: #f6e5df; color: #87473a; }
.notice-section { padding: 0 0 90px; }.notice-section p { max-width: 820px; margin: 0; padding: 18px 22px; border-left: 3px solid var(--copper); color: var(--muted); font-size: .85rem; }.notice-section strong { color: var(--sage); }
.site-footer { display: flex; justify-content: space-between; gap: 24px; padding: 34px max(24px, calc((100% - 1080px) / 2)); background: var(--sage-dark); color: rgba(255,255,255,.72); font-size: .8rem; }.site-footer strong { color: #fff; }.site-footer nav { display: flex; gap: 18px; }.site-footer a { color: #fff; text-decoration: none; }
.cookie-banner { position: fixed; z-index: 20; right: 20px; bottom: 20px; left: 20px; display: flex; align-items: center; justify-content: space-between; gap: 22px; max-width: 920px; margin: auto; padding: 18px 22px; background: var(--paper); border: 1px solid var(--line); box-shadow: var(--shadow); color: var(--ink); font-size: .86rem; }.cookie-banner span { color: var(--muted); }.cookie-banner a { color: var(--sage); }.cookie-actions { display: flex; flex: 0 0 auto; gap: 8px; }.cookie-actions .button { min-height: 40px; padding: 9px 16px; font-size: .82rem; }.cookie-banner[hidden] { display: none; }
@media (max-width: 820px) { .hero { grid-template-columns: 1fr; min-height: auto; padding: 58px 0 86px; }.hero-art { justify-self: start; width: min(100%, 330px); }.service-grid { grid-template-columns: repeat(2, 1fr); }.info-grid { grid-template-columns: repeat(2, 1fr); }.about, .appointment { grid-template-columns: 1fr; gap: 24px; }.appointment { padding: 60px 0; } }
@media (max-width: 980px) { .main-nav { gap: 14px; }.main-nav a { font-size: .78rem; }.header-phone { font-size: .82rem; } }
@media (max-width: 720px) { .site-header { flex-wrap: wrap; }.main-nav { order: 3; width: 100%; justify-content: center; padding: 2px 0 8px; border-top: 1px solid rgba(94,107,82,.12); }.header-phone { margin-left: auto; } }
@media (max-width: 520px) { .site-header { width: min(100% - 32px, 1080px); min-height: 146px; padding: 8px 0; }.brand { width: 154px; }.header-phone { font-size: .75rem; }.header-phone svg { width: 16px; height: 16px; }.main-nav { gap: 12px; justify-content: space-between; }.main-nav a { font-size: .72rem; }.section-shell { width: min(100% - 32px, 1080px); }.hero { padding: 50px 0 70px; }.hero-art { width: 245px; }.hero-art img { width: 74%; }.hero-art p { right: 27px; bottom: 33px; font-size: 1rem; }.slogan-divider { gap: 8px; }.slogan-divider b { width: 22px; font-size: 1rem; }.brand-slogan { font-size: 1.75rem; }.service-grid, .info-grid, .form-grid { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-card h3 { margin-top: 28px; }.about-panel, .contact-card, .form-wrap { padding: 27px 22px; }.site-footer { flex-direction: column; padding: 30px 16px; }.site-footer nav { gap: 14px; }.cookie-banner { right: 10px; bottom: 10px; left: 10px; flex-direction: column; align-items: stretch; gap: 14px; padding: 16px; }.cookie-actions { justify-content: flex-end; } }
