:root{--sand: #f3ead9;--cream: #faf3e6;--coconut: #fdf8f0;--terracotta: #c97a5b;--terracotta-deep: #a86147;--espresso: #3b2a22;--espresso-soft: #5a4339;--sage: #97a78d;--sage-deep: #6f7d66;--peach: #f1c9a8;--line: #e6dac4;--muted: #8a7a6c;--shadow: 0 1px 2px rgba(59, 42, 34, .04), 0 8px 24px rgba(59, 42, 34, .06);--shadow-lg: 0 2px 6px rgba(59, 42, 34, .06), 0 20px 48px rgba(59, 42, 34, .12);--radius: 16px;--radius-sm: 10px;--serif: "Cormorant Garamond", Georgia, serif;--sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body{margin:0;padding:0}body{font-family:var(--sans);color:var(--espresso);background:var(--coconut);line-height:1.55;font-size:16px}a{color:var(--terracotta-deep);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{font-family:var(--serif);color:var(--espresso);font-weight:500;letter-spacing:-.01em;margin:0 0 .4em;line-height:1.15}h1{font-size:clamp(2.6rem,7vw,4.4rem)}h2{font-size:clamp(1.7rem,3.6vw,2.4rem)}h3{font-size:1.25rem}h4{font-size:1rem;font-family:var(--sans);font-weight:600}p{margin:0 0 1em}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit;font-size:1rem}.container{max-width:1080px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:50;background:#fdf8f0eb;backdrop-filter:saturate(140%) blur(8px);-webkit-backdrop-filter:saturate(140%) blur(8px);border-bottom:1px solid var(--line)}.site-header .row{display:flex;align-items:center;justify-content:space-between;padding:16px 0;gap:24px}.brand{font-family:var(--serif);font-size:1.45rem;font-weight:600;color:var(--espresso)}.brand .dot{color:var(--terracotta)}.nav{display:flex;gap:24px;align-items:center}.nav a{color:var(--espresso-soft);font-weight:500;font-size:.95rem}.nav a:hover{color:var(--terracotta-deep);text-decoration:none}@media (max-width: 820px){.nav .nav-links{display:none}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:13px 22px;border-radius:999px;font-weight:600;font-size:.98rem;transition:transform .12s ease,background .12s ease;border:1px solid transparent;white-space:nowrap;min-height:46px}.btn-primary{background:var(--terracotta);color:var(--coconut);box-shadow:var(--shadow)}.btn-primary:hover{background:var(--terracotta-deep);text-decoration:none;transform:translateY(-1px)}.btn-secondary{background:transparent;color:var(--espresso);border-color:var(--espresso-soft)}.btn-secondary:hover{background:var(--sand);text-decoration:none}.btn-ghost{padding:9px 16px;color:var(--espresso-soft);background:transparent;border:1px solid var(--line);border-radius:999px;font-size:.92rem}.btn-ghost.active{background:var(--espresso);color:var(--coconut);border-color:var(--espresso)}.hero{background:linear-gradient(180deg,var(--sand) 0%,var(--coconut) 100%);padding:72px 0 88px}.hero-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:56px;align-items:center}.hero h1{margin-top:6px}.hero .eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:600;color:var(--terracotta-deep);margin-bottom:14px}.hero .sub{font-size:1.15rem;color:var(--espresso-soft);max-width:460px;margin-bottom:8px}.hero .ctas{display:flex;gap:10px;margin-top:24px;flex-wrap:wrap}.hero-art{position:relative;aspect-ratio:4 / 5;border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);background:#e7b89a}@media (max-width: 820px){.hero-grid{grid-template-columns:1fr;gap:32px}.hero{padding:48px 0 56px}.hero-art{aspect-ratio:5 / 4}}section{padding:72px 0}section.tinted{background:var(--cream)}section .section-head{text-align:center;max-width:720px;margin:0 auto 36px}@media (max-width: 700px){section{padding:52px 0}}.filters{display:flex;gap:6px;flex-wrap:wrap;justify-content:center;margin-bottom:28px}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.service-card{background:var(--coconut);border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;display:flex;flex-direction:column;gap:8px;text-align:left;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease;cursor:pointer;font:inherit;color:inherit}.service-card:hover{border-color:var(--terracotta);box-shadow:var(--shadow)}.service-card.selected{border-color:var(--terracotta);background:var(--cream);box-shadow:0 0 0 2px #c97a5b1f}.service-card .row-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.service-card h3{margin:0;font-size:1.2rem;line-height:1.2}.service-card .price{font-family:var(--serif);font-size:1.35rem;font-weight:600;color:var(--espresso);white-space:nowrap}.service-card .row-bot{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-card .duration{font-size:.88rem;color:var(--muted)}.service-card .check{width:28px;height:28px;border-radius:999px;background:var(--sand);color:var(--espresso);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:1rem}.service-card.selected .check{background:var(--terracotta);color:var(--coconut)}.package-card{background:var(--coconut);border-radius:var(--radius);padding:22px 24px;border:1px solid var(--line);display:flex;flex-direction:column;gap:10px;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;font:inherit;color:inherit}.package-card:hover{border-color:var(--terracotta)}.package-card.selected{border-color:var(--terracotta);background:var(--cream);box-shadow:0 0 0 2px #c97a5b1f}.package-card .row-top{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.package-card h3{margin:0;font-size:1.4rem}.package-card .price{font-family:var(--serif);font-size:1.6rem;font-weight:600;white-space:nowrap}.package-card ul{margin:0;padding:0;list-style:none}.package-card ul li{padding:5px 0;color:var(--espresso-soft);font-size:.93rem;border-bottom:1px dashed var(--line)}.package-card ul li:last-child{border-bottom:none}.package-card .check-bottom{margin-top:6px;align-self:flex-end;font-size:.88rem;color:var(--terracotta-deep);font-weight:600}.package-card.selected .check-bottom{color:var(--terracotta-deep)}.steps{display:flex;flex-wrap:wrap;gap:14px 28px;justify-content:center;align-items:center}.step{display:inline-flex;align-items:center;gap:10px;color:var(--espresso-soft);font-size:.98rem}.step .num{width:28px;height:28px;border-radius:999px;background:var(--sand);color:var(--espresso);display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-family:var(--serif);font-size:.95rem}.booking-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:28px;align-items:start}@media (max-width: 900px){.booking-grid{grid-template-columns:1fr}}.summary{background:var(--cream);border-radius:var(--radius);padding:22px 24px;border:1px solid var(--line);position:sticky;top:96px}.summary .selected-list{margin:0 0 14px;padding:0;list-style:none}.summary .selected-list li{display:flex;justify-content:space-between;gap:12px;padding:8px 0;border-bottom:1px dashed var(--line);font-size:.94rem}.summary .selected-list li .name{color:var(--espresso)}.summary .selected-list li .val{color:var(--espresso-soft);white-space:nowrap}.summary .totals{border-top:1px solid var(--line);margin-top:12px;padding-top:14px;display:grid;grid-template-columns:1fr auto;gap:6px 12px;font-size:.94rem}.summary .totals .label{color:var(--espresso-soft)}.summary .totals .v{text-align:right;color:var(--espresso);font-weight:500}.summary .totals .grand{font-family:var(--serif);font-size:1.45rem;font-weight:600}.summary .empty{color:var(--muted);font-style:italic;margin:0}.summary .min-warn{margin-top:12px;background:#f1c9a866;color:var(--espresso);padding:8px 12px;border-radius:var(--radius-sm);font-size:.86rem}.form{display:grid;gap:14px}.form .row-2{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media (max-width: 600px){.form .row-2{grid-template-columns:1fr}}.form label{display:grid;gap:5px;font-size:.86rem;color:var(--espresso-soft);font-weight:500}.form label .req{color:var(--terracotta-deep);margin-left:2px}.form input,.form textarea,.form select{border:1px solid var(--line);background:var(--coconut);border-radius:var(--radius-sm);padding:11px 13px;color:var(--espresso);outline:none;transition:border-color .12s ease,box-shadow .12s ease}.form input:focus,.form textarea:focus,.form select:focus{border-color:var(--terracotta);box-shadow:0 0 0 3px #c97a5b26}.form textarea{min-height:84px;resize:vertical}.booking-cta-btn{width:100%;padding:15px 20px;font-size:1rem;margin-top:4px}.form-error{background:#f7e1d7;border:1px solid var(--terracotta);color:var(--terracotta-deep);padding:10px 12px;border-radius:var(--radius-sm);font-size:.92rem}.form-success{background:#e7eede;border:1px solid var(--sage-deep);color:var(--sage-deep);padding:10px 12px;border-radius:var(--radius-sm);font-size:.92rem}.optional-toggle{text-align:left;color:var(--terracotta-deep);background:none;border:none;padding:0;font-weight:600;font-size:.9rem;cursor:pointer}.faq{display:grid;gap:8px;max-width:720px;margin:0 auto}.faq details{background:var(--coconut);border:1px solid var(--line);border-radius:var(--radius-sm);padding:14px 18px}.faq details[open]{border-color:var(--terracotta)}.faq summary{cursor:pointer;font-weight:500;color:var(--espresso);list-style:none;display:flex;justify-content:space-between;align-items:center;gap:16px}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font-size:1.3rem;color:var(--terracotta);font-family:var(--serif);line-height:1}.faq details[open] summary:after{content:"−"}.faq details p{margin:10px 0 0;color:var(--espresso-soft);font-size:.95rem}.areas{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.areas .pill{background:var(--sand);color:var(--espresso);border-radius:999px;padding:7px 14px;font-size:.9rem;font-weight:500}.site-footer{background:var(--espresso);color:#fdf8f0d9;padding:36px 0}.site-footer .footer-row{display:flex;flex-wrap:wrap;gap:10px 14px;justify-content:center;align-items:center;font-size:.95rem}.site-footer .brand-foot{font-family:var(--serif);font-size:1.1rem;color:var(--coconut);font-weight:600}.site-footer .dotsep{color:#fdf8f066}.site-footer a{color:var(--peach)}.site-footer .legal{text-align:center;margin-top:14px;font-size:.82rem;color:#fdf8f080}:where(section[id],div[id]){scroll-margin-top:88px}
