:root {
  --olive: #30372d;
  --olive-deep: #232921;
  --forest: #435144;
  --sage: #a8b09f;
  --sage-soft: #dce1d8;
  --cream: #f5f0e7;
  --paper: #fbf8f2;
  --stone: #ddd5c8;
  --terracotta: #b8785e;
  --terracotta-deep: #985f49;
  --ink: #262724;
  --muted: #74736d;
  --line: #d8d0c3;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-sans: "Manrope", system-ui, sans-serif;
  --max: 1240px;
  --section-y: clamp(5rem, 9vw, 8.5rem);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--cream); color: var(--ink); font-family: var(--font-sans); line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.hidden { display: none !important; }

.skip-link { position: fixed; top: 1rem; left: 1rem; z-index: 200; transform: translateY(-160%); padding: .8rem 1rem; background: var(--paper); color: var(--olive-deep); font-weight: 700; }
.skip-link:focus { transform: none; }

.availability-bar { background: var(--olive-deep); color: var(--cream); font-size: .75rem; letter-spacing: .09em; text-transform: uppercase; }
.availability-bar__inner { min-height: 36px; display: flex; justify-content: center; align-items: center; gap: 1.4rem; }
.availability-bar__inner a { color: var(--stone); text-decoration: underline; text-underline-offset: .2rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(245,240,231,.95); border-bottom: 1px solid rgba(38,39,36,.09); backdrop-filter: blur(14px); }
.header__inner { min-height: 80px; display: flex; align-items: center; gap: 2rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; flex: none; }
.brand img { width: 50px; height: 50px; }
.brand > span { display: grid; line-height: 1.05; }
.brand strong { font-family: var(--font-serif); font-size: 1.48rem; font-weight: 700; }
.brand small { margin-top: .2rem; color: var(--muted); font-size: .66rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(1rem,2vw,2rem); margin-left: auto; font-size: .8rem; font-weight: 700; }
.desktop-nav a { position: relative; padding: .55rem 0; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: .25rem; height: 1px; background: var(--terracotta); transition: right 180ms ease; }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { right: 0; }
.header__actions { display: flex; gap: .55rem; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 0 12px; border: 1px solid var(--line); background: transparent; cursor: pointer; }
.menu-toggle span { display: block; height: 1px; margin: 6px 0; background: var(--ink); }
.mobile-menu { position: fixed; inset: 116px 0 0; z-index: 99; padding: 2rem 20px 7rem; background: var(--cream); }
.mobile-menu a { display: block; padding: 1rem 0; border-bottom: 1px solid var(--line); font-family: var(--font-serif); font-size: 1.8rem; font-weight: 600; }
.mobile-menu .button { margin-top: 1.5rem; border-bottom: 0; }

.button { min-height: 49px; display: inline-flex; align-items: center; justify-content: center; gap: .5rem; padding: 0 1.25rem; border: 1px solid transparent; background: transparent; color: inherit; font-size: .75rem; font-weight: 700; letter-spacing: .045em; text-transform: uppercase; cursor: pointer; transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .menu-toggle:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.button--solid { background: var(--olive); color: var(--cream); }
.button--solid:hover { background: var(--olive-deep); }
.button--outline { border-color: var(--olive); color: var(--olive); }
.button--outline:hover { background: var(--olive); color: var(--cream); }
.button--cream { background: var(--cream); color: var(--olive-deep); }
.button--cream:hover { background: var(--stone); }
.button--text { min-height: auto; padding: 0 0 .3rem; border-bottom: 1px solid var(--terracotta); color: var(--olive-deep); }
.button--large { min-height: 56px; padding-inline: 1.65rem; }

.eyebrow { margin: 0 0 1rem; color: var(--olive); font-size: .7rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--accent { color: var(--terracotta-deep); }
.eyebrow--light { color: var(--sage-soft); }

.hero { display: grid; grid-template-columns: .92fr 1.08fr; min-height: 760px; background: var(--paper); }
.hero__copy { display: flex; align-items: center; }
.hero__copy-inner { width: min(600px, calc(100% - 60px)); margin-left: max(30px, calc((100vw - var(--max))/2)); padding: 5.5rem 0; }
.hero h1, .section-heading h2, .groomer h2, .reviews-summary h2, .faq h2, .booking h2 { margin: 0; font-family: var(--font-serif); font-weight: 600; letter-spacing: -.04em; line-height: .98; }
.hero h1 { max-width: 720px; font-size: clamp(4.2rem,7vw,7.8rem); }
.hero__intro { max-width: 610px; margin: 2rem 0 0; color: var(--muted); font-size: clamp(1rem,1.35vw,1.15rem); }
.hero__actions { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; margin-top: 2.2rem; }
.hero__trust { display: flex; gap: 1.4rem; flex-wrap: wrap; margin: 2rem 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .78rem; font-weight: 600; }
.hero__trust li { display: flex; align-items: center; gap: .55rem; }
.hero__trust li::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--terracotta); }
.hero__visual { position: relative; min-height: 760px; margin: 0; overflow: hidden; background: var(--sage); }
.hero__visual::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(245,240,231,.08), transparent 35%); }
.hero__visual img { width: 100%; height: 100%; object-fit: cover; }
.hero__visual figcaption { position: absolute; right: 1rem; bottom: 1rem; z-index: 2; padding: .42rem .6rem; background: rgba(35,41,33,.74); color: rgba(245,240,231,.8); font-size: .65rem; }

.trust-strip { background: var(--sage-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-strip article { min-height: 138px; display: flex; align-items: center; gap: 1rem; padding: 1.8rem 1.35rem; border-right: 1px solid rgba(67,81,68,.18); }
.trust-strip article:first-child { border-left: 1px solid rgba(67,81,68,.18); }
.trust-strip article > span { color: var(--terracotta-deep); font-family: var(--font-serif); font-size: 1.35rem; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: .9rem; }
.trust-strip small { margin-top: .3rem; color: var(--muted); font-size: .76rem; line-height: 1.45; }

.section { padding: var(--section-y) 0; }
.section-heading { margin-bottom: clamp(2.8rem,5vw,4.8rem); }
.section-heading--split { display: grid; grid-template-columns: 1fr minmax(280px,.58fr); gap: 3rem; align-items: end; }
.section-heading--center { max-width: 780px; margin-inline: auto; text-align: center; }
.section-heading h2, .groomer h2, .reviews-summary h2, .faq h2, .booking h2 { font-size: clamp(3.4rem,6vw,6.6rem); }
.section-heading p { margin: 0; color: var(--muted); }

.packages { background: var(--cream); }
.packages-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.package-card { min-height: 590px; display: flex; flex-direction: column; padding: clamp(1.8rem,3vw,2.7rem); background: var(--paper); border: 1px solid var(--line); }
.package-card--featured { background: var(--olive); color: var(--cream); }
.package-card__head { display: flex; justify-content: space-between; gap: 1rem; }
.package-card__head span { color: var(--terracotta); font-family: var(--font-serif); font-size: 1.45rem; }
.package-card--featured .package-card__head span { color: var(--sage-soft); }
.package-card__head p { margin: 0; color: var(--muted); font-size: .7rem; text-transform: uppercase; }
.package-card--featured .package-card__head p { color: rgba(245,240,231,.64); }
.package-card h3 { margin: 2rem 0 0; font-family: var(--font-serif); font-size: clamp(2.5rem,4vw,4.2rem); font-weight: 600; line-height: .98; }
.package-card__intro { margin: 1.2rem 0 0; color: var(--muted); }
.package-card--featured .package-card__intro, .package-card--featured li { color: rgba(245,240,231,.74); }
.package-card ul { display: grid; gap: .82rem; margin: 2rem 0 0; padding: 0; list-style: none; }
.package-card li { position: relative; padding-left: 1.1rem; color: var(--muted); font-size: .88rem; }
.package-card li::before { content: ""; position: absolute; left: 0; top: .65rem; width: 5px; height: 5px; border-radius: 50%; background: var(--terracotta); }
.package-card__footer { display: flex; justify-content: space-between; gap: 1rem; align-items: flex-end; margin-top: auto; padding-top: 2rem; border-top: 1px solid var(--line); }
.package-card--featured .package-card__footer { border-top-color: rgba(245,240,231,.18); }
.package-card__footer strong { font-family: var(--font-serif); font-size: 1.65rem; }
.package-card__footer a { color: var(--terracotta-deep); font-size: .74rem; font-weight: 700; text-decoration: underline; text-underline-offset: .25rem; }
.package-card--featured .package-card__footer a { color: var(--sage-soft); }
.add-ons { display: grid; grid-template-columns: auto 1fr; gap: 2rem; align-items: center; margin-top: 1.2rem; padding: 1.5rem 1.8rem; background: var(--stone); }
.add-ons > span { color: var(--terracotta-deep); font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.add-ons ul { display: flex; gap: 1.4rem; flex-wrap: wrap; margin: 0; padding: 0; list-style: none; font-size: .8rem; }
.price-note, .claim-note { margin: 1rem 0 0; color: var(--muted); font-size: .73rem; text-align: right; }

.care { background: var(--olive-deep); color: var(--cream); }
.care .section-heading p { color: rgba(245,240,231,.68); }
.care-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.care-card { background: var(--cream); color: var(--ink); }
.care-card img { width: 100%; aspect-ratio: 4/3.2; object-fit: cover; }
.care-card > div { min-height: 235px; padding: 1.8rem; }
.care-card span { color: var(--terracotta-deep); font-family: var(--font-serif); font-size: 1.25rem; }
.care-card h3 { margin: 1.1rem 0 0; font-family: var(--font-serif); font-size: 2.15rem; font-weight: 600; line-height: 1; }
.care-card p { margin-bottom: 0; color: var(--muted); }
.care .claim-note { color: rgba(245,240,231,.5); }

.groomer { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 760px; background: var(--forest); color: var(--cream); }
.groomer__image { min-height: 760px; margin: 0; }
.groomer__image img { width: 100%; height: 100%; object-fit: cover; }
.groomer__copy { display: flex; align-items: center; padding: clamp(3rem,7vw,7rem); }
.groomer__copy > div { max-width: 620px; }
.groomer__copy > div > p:not(.eyebrow) { color: rgba(245,240,231,.74); }
.credentials { margin: 2rem 0 2.5rem; }
.credentials div { display: grid; grid-template-columns: .6fr 1fr; gap: 1.2rem; padding: .85rem 0; border-bottom: 1px solid rgba(245,240,231,.16); }
.credentials dt { color: var(--sage-soft); font-size: .76rem; font-weight: 700; text-transform: uppercase; }
.credentials dd { margin: 0; color: rgba(245,240,231,.78); }

.gallery { background: var(--paper); }
.gallery-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; grid-auto-rows: 280px; gap: 1rem; }
.gallery-card { position: relative; overflow: hidden; background: var(--stone); }
.gallery-card--large { grid-row: span 2; }
.gallery-card--wide { grid-column: span 2; }
.gallery-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 500ms ease; }
.gallery-card:hover img { transform: scale(1.03); }
.gallery-card::after { content: ""; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(35,41,33,.82)); }
.gallery-card > div { position: absolute; left: 1.2rem; right: 1.2rem; bottom: 1.1rem; z-index: 2; display: grid; gap: .15rem; color: var(--cream); }
.gallery-card strong { font-family: var(--font-serif); font-size: 1.5rem; }
.gallery-card span { color: rgba(245,240,231,.72); font-size: .74rem; }

.reviews { background: var(--sage-soft); }
.reviews-summary { max-width: 900px; margin-bottom: 3.5rem; }
.reviews-summary p:not(.eyebrow) { max-width: 690px; color: var(--muted); }
.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.2rem; }
.review-card { min-height: 390px; display: flex; flex-direction: column; padding: clamp(1.8rem,3vw,2.6rem); background: var(--paper); border: 1px solid rgba(67,81,68,.16); }
.review-card--accent { background: var(--terracotta); color: var(--cream); }
.stars { color: var(--terracotta-deep); letter-spacing: .14em; }
.review-card--accent .stars { color: var(--cream); }
.review-card blockquote { margin: 2rem 0; font-family: var(--font-serif); font-size: clamp(1.75rem,2.6vw,2.4rem); line-height: 1.13; }
.review-card footer { display: grid; gap: .2rem; margin-top: auto; }
.review-card footer span { color: var(--muted); font-size: .75rem; }
.review-card--accent footer span { color: rgba(245,240,231,.7); }

.faq { background: var(--cream); }
.faq__layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(3rem,7vw,7rem); }
.faq__intro { position: sticky; top: 120px; align-self: start; }
.faq__intro p:not(.eyebrow) { color: var(--muted); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { position: relative; padding: 1.5rem 3rem 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--font-serif); font-size: 1.7rem; font-weight: 600; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 0; top: 1.2rem; color: var(--terracotta-deep); font-size: 2rem; font-weight: 400; }
.accordion details[open] summary::after { content: "–"; }
.accordion details p { max-width: 760px; margin: 0 0 1.6rem; color: var(--muted); }

.booking { display: grid; grid-template-columns: .78fr 1.22fr; background: var(--olive-deep); color: var(--cream); }
.booking__intro { display: flex; align-items: center; padding: clamp(3rem,7vw,7rem); }
.booking__intro > div { max-width: 570px; }
.booking__intro > div > p:not(.eyebrow) { color: rgba(245,240,231,.7); }
.booking__note { display: grid; gap: .35rem; margin-top: 2rem; padding: 1.3rem; border: 1px solid rgba(245,240,231,.2); }
.booking__note strong { color: var(--sage-soft); }
.booking__note span { color: rgba(245,240,231,.64); font-size: .8rem; }
.booking__form-wrap { padding: clamp(2rem,5vw,5rem); background: var(--paper); color: var(--ink); }
.booking-form { max-width: 790px; margin-inline: auto; }
.form-progress { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 2rem; border: 1px solid var(--line); }
.form-progress span { padding: .9rem; border-right: 1px solid var(--line); color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-align: center; text-transform: uppercase; }
.form-progress span:last-child { border-right: 0; }
.form-progress span.is-active { background: var(--olive); color: var(--cream); }
.form-step { min-height: 510px; }
fieldset { margin: 0 0 1.8rem; padding: 0; border: 0; }
legend { margin-bottom: 1.5rem; font-family: var(--font-serif); font-size: 2.35rem; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .55rem; color: var(--olive-deep); font-size: .76rem; font-weight: 700; }
input, textarea, select { width: 100%; min-height: 50px; padding: .82rem .9rem; border: 1px solid var(--line); border-radius: 0; background: var(--cream); color: var(--ink); }
textarea { min-height: 130px; resize: vertical; }
.choice-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .8rem; }
.choice-card { position: relative; min-height: 124px; display: flex; align-items: center; padding: 1rem; border: 1px solid var(--line); background: var(--cream); cursor: pointer; }
.choice-card input { position: absolute; opacity: 0; pointer-events: none; }
.choice-card:has(input:checked) { border-color: var(--olive); background: var(--sage-soft); }
.choice-card span { display: grid; gap: .3rem; }
.choice-card strong { font-family: var(--font-serif); font-size: 1.5rem; font-weight: 600; }
.choice-card small { color: var(--muted); font-weight: 500; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1rem; }
.check-grid label, .consent { display: flex; align-items: flex-start; gap: .65rem; font-weight: 600; }
.check-grid input, .consent input { width: 17px; min-height: 17px; margin-top: .18rem; accent-color: var(--olive); }
.form-actions { display: flex; justify-content: space-between; gap: 1rem; margin-top: 2rem; }

.site-footer { padding: 4rem 0 1.4rem; background: var(--ink); color: var(--cream); }
.footer__grid { display: grid; grid-template-columns: 1.4fr repeat(3,.7fr); gap: 2rem; }
.brand--footer strong { color: var(--cream); }
.brand--footer small { color: rgba(245,240,231,.56); }
.footer__grid h2 { margin: 0 0 .8rem; font-size: .76rem; letter-spacing: .08em; text-transform: uppercase; }
.footer__grid p { margin: 0; color: rgba(245,240,231,.6); font-size: .82rem; }
.footer__grid a:hover { color: var(--sage-soft); }
.footer__bottom { display: flex; justify-content: space-between; gap: 1rem; margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid rgba(245,240,231,.12); color: rgba(245,240,231,.42); font-size: .7rem; }
.mobile-action-bar { display: none; }

@media (max-width: 1080px) {
  .desktop-nav { display: none; }
  .header__actions { margin-left: auto; }
  .trust-strip__grid { grid-template-columns: repeat(2,1fr); }
  .trust-strip article:nth-child(3) { border-left: 1px solid rgba(67,81,68,.18); }
}

@media (max-width: 860px) {
  body { padding-bottom: 64px; }
  .header__actions { display: none; }
  .menu-toggle { display: block; }
  .hero, .groomer, .booking { grid-template-columns: 1fr; }
  .hero__visual { min-height: 55vh; order: -1; }
  .hero__copy-inner { width: calc(100% - 40px); margin-inline: auto; padding: 4.7rem 0 5.2rem; }
  .hero h1 { font-size: clamp(4rem,12vw,6.4rem); }
  .section-heading--split, .faq__layout { grid-template-columns: 1fr; }
  .faq__intro { position: static; }
  .packages-grid, .care-grid, .reviews-grid { grid-template-columns: 1fr; }
  .package-card { min-height: auto; }
  .groomer__image { min-height: 560px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
  .gallery-card--large { grid-row: span 1; grid-column: span 2; }
  .gallery-card--wide { grid-column: span 2; }
  .booking__form-wrap { padding-bottom: 6rem; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
  .mobile-action-bar { position: fixed; inset: auto 0 0; z-index: 120; display: grid; grid-template-columns: repeat(3,1fr); min-height: 64px; background: var(--cream); border-top: 1px solid var(--olive); }
  .mobile-action-bar a { display: grid; place-items: center; border-right: 1px solid var(--olive); font-size: .74rem; font-weight: 700; text-transform: uppercase; }
  .mobile-action-bar a:first-child { background: var(--olive); color: var(--cream); }
  .mobile-action-bar a:last-child { border-right: 0; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 24px, var(--max)); }
  .availability-bar__inner { justify-content: space-between; font-size: .62rem; }
  .header__inner { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .brand strong { font-size: 1.2rem; }
  .mobile-menu { inset: 106px 0 0; }
  .hero__visual { min-height: 46vh; }
  .hero__copy-inner { width: calc(100% - 24px); padding: 3.8rem 0 4.5rem; }
  .hero__actions { display: grid; justify-items: start; }
  .hero__trust { display: grid; gap: .7rem; }
  .trust-strip__grid { grid-template-columns: 1fr; }
  .trust-strip article, .trust-strip article:first-child, .trust-strip article:nth-child(3) { min-height: 105px; border-left: 1px solid rgba(67,81,68,.18); }
  .section-heading--split { gap: 1.4rem; }
  .package-card { padding: 1.55rem; }
  .package-card__footer { align-items: center; }
  .add-ons { grid-template-columns: 1fr; gap: .7rem; }
  .care-card img { aspect-ratio: 4/3; }
  .groomer__image { min-height: 430px; }
  .groomer__copy { padding: 4rem 20px; }
  .credentials div { grid-template-columns: 1fr; gap: .3rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-card--large, .gallery-card--wide { grid-column: span 1; }
  .form-grid, .choice-grid, .check-grid { grid-template-columns: 1fr; }
  .form-step { min-height: auto; }
  .form-actions { display: grid; grid-template-columns: 1fr; }
  .form-actions .button { width: 100%; }
  .footer__grid { grid-template-columns: 1fr; }
  .footer__bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
