/* Cci&Vous — independent shopfront, seed 7542055e.
   Public design layer; estimator logic, admin and runtime content stay independent. */
@font-face {
  font-family: 'Hanken Grotesk';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('/assets/fonts/hanken-grotesk-latin.woff2') format('woff2');
}

:root {
  --ink: #183f35;
  --muted: #56665d;
  --paper: #f7f8f4;
  --soft: #edf1de;
  --leaf: #285447;
  --leaf-dark: #183f35;
  --leaf-light: #edf1de;
  --line: #d8dfd3;
  --sand: #e3e8dd;
  --rose: #963e2b;
  --gold: #795519;
  --apricot: #f6c790;
  --sans: 'Hanken Grotesk', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --serif: var(--sans);
  --content-width: 1240px;
  --gutter: clamp(22px, 5vw, 72px);
  --radius: 14px;
  --shadow-raised: 0 14px 40px rgba(24, 63, 53, .08);
  font-family: var(--sans);
  scrollbar-color: #80988a var(--paper);
}

body { font-family: var(--sans); background: var(--paper); font-size: 16px; line-height: 1.6; }
html { scroll-behavior: auto; scroll-padding-top: 100px; }
::selection { background: var(--apricot); color: var(--ink); }
input, textarea, select { font-family: var(--sans); caret-color: var(--leaf); }
a { text-underline-offset: .22em; text-decoration-thickness: 1px; }
:focus-visible { outline: 3px solid #9a5826; outline-offset: 5px; }
.home-planning :focus-visible, .flow--forest :focus-visible { outline-color: var(--apricot); }
h1, h2, h3, .brand { font-family: var(--sans); }
h1, h2 { font-weight: 600; letter-spacing: -.035em; }
h1 { font-size: clamp(2.2rem, 4vw, 3.5rem); line-height: 1.1; }
h2 { font-size: clamp(1.9rem, 3.3vw, 2.9rem); line-height: 1.13; }
h3 { letter-spacing: -.015em; }
.button, .hero-actions .button {
  min-height: 50px;
  padding: 13px 22px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: var(--leaf-dark);
  color: white;
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  box-shadow: none;
  gap: 22px;
  transition: background-color 160ms ease-out, color 160ms ease-out;
}
.button:hover { background: #2b594a; color: white; transform: none; }
.button.secondary { color: var(--ink); border-color: var(--line); background: white; }
.button.secondary:hover { background: var(--leaf-light); }
.button.ghost-light { background: transparent; color: white; border-color: #88a398; }
.button.ghost-light:hover { color: var(--ink); background: var(--leaf-light); }
.button > span[aria-hidden] { font-size: 21px; line-height: 1; }
.text-link { display: inline-flex; align-items: center; gap: 16px; color: var(--ink); font-weight: 600; min-height: 44px; text-decoration: underline; }
.text-link:hover { text-decoration-thickness: 2px; }
.text-link > span[aria-hidden] { text-decoration: none; }
.direction-arrow { display: inline-block; flex: 0 0 20px; width: 20px; height: 20px; vertical-align: middle; }

/* One generous opening, followed by a useful three-way signpost. */
.home-opening {
  display: grid;
  grid-template-columns: .93fr 1.07fr;
  column-gap: 56px;
  margin: 34px var(--page-inset) 0;
}
.home-opening-copy { align-self: center; padding: 25px 0 35px; }
.home-opening h1 { margin: 0 0 26px; max-width: none; font-size: clamp(3.4rem, 5.45vw, 5.15rem); line-height: 1.02; font-weight: 600; letter-spacing: -.04em; text-wrap: nowrap; }
.home-opening h1 span { color: #6a7c51; }
.home-offer { font-size: 18px; line-height: 1.55; max-width: 420px; margin: 0 0 26px; color: var(--ink); }
.home-offer strong { font-weight: 600; }
.home-opening-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.home-opening-actions .text-link { font-size: 15px; }
.home-locality { margin: 23px 0 0; color: var(--muted); font-size: 13px; max-width: 330px; }
.home-opening-photo { margin: 0; position: relative; min-width: 0; align-self: stretch; }
.home-opening-photo > img { width: 100%; height: 100%; min-height: 510px; max-height: 650px; object-fit: cover; object-position: 50% 55%; border-radius: 14px; }
.home-opening-photo figcaption { position: absolute; bottom: 14px; right: 14px; margin: 0; padding: 5px 9px; border-radius: 4px; background: rgba(255,255,255,.94); font-size: 10px; color: #37473e; }
.home-service-rail { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; padding: 24px 0; margin-top: 36px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.home-service-rail > a { min-width: 0; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 6px 32px; border-radius: 0; color: var(--ink); text-decoration: none; }
.home-service-rail > a:first-child { padding-left: 0; }
.home-service-rail > a:last-child { padding-right: 0; }
.home-service-rail > a + a { border-left: 1px solid var(--line); }
.home-service-rail strong { display: block; font-size: 24px; font-weight: 600; letter-spacing: -.025em; }
.home-service-rail small { display: block; margin-top: 3px; font-size: 14px; font-weight: 400; color: var(--muted); }
.home-service-rail > a > span[aria-hidden] { font-size: 23px; }
.home-service-rail > a:hover { background: transparent; color: #657b4e; }
.home-service-rail > a:hover strong { text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }

.home-section { padding: 92px var(--page-inset); }
.home-section h2 { margin: 0 0 24px; }
.home-services { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; }
.home-section-heading { max-width: 350px; }
.home-section-heading p { color: var(--muted); margin: 0 0 23px; }
.home-service-list { min-width: 0; }
.home-service { border-bottom: 1px solid var(--line); scroll-margin-top: 110px; }
.home-service:first-child { border-top: 1px solid var(--line); }
.home-service > summary { display: flex; justify-content: space-between; gap: 20px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; }
.home-service > summary::-webkit-details-marker { display: none; }
.home-service > summary strong { display: block; font-size: 22px; line-height: 1.25; font-weight: 600; letter-spacing: -.02em; }
.home-service > summary small { display: block; color: var(--muted); font-size: 14px; font-weight: 400; margin-top: 6px; }
.service-toggle { width: 30px; height: 30px; flex: 0 0 30px; position: relative; }
.service-toggle::before, .service-toggle::after { content: ''; position: absolute; background: var(--ink); inset: 14px 8px; height: 2px; transition: transform 200ms ease-out; }
.service-toggle::after { transform: rotate(90deg); }
.home-service[open] .service-toggle::after { transform: rotate(0); }
.home-service-body { padding: 0 0 28px; }
.home-service-body > p { margin: 0 0 22px; color: var(--muted); font-size: 16px; }
.home-service-price { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px 28px; justify-content: space-between; background: var(--leaf-light); padding: 14px 18px; border-radius: 8px; font-size: 14px; }
.home-service-price strong { font-size: 25px; letter-spacing: -.03em; font-weight: 600; }
.home-service-price a { font-weight: 600; padding: 7px 0; }
.home-service-body > .home-service-note { margin: 18px 0 0; font-size: 14px; }
.home-service-terms { margin: 22px 0 0; font-size: 13px; color: var(--muted); }

/* A personal introduction, not invented credentials or a fake portrait. */
.home-about { display: grid; grid-template-columns: .72fr 1.28fr; align-items: start; gap: 90px; background: var(--leaf-light); }
.home-about-photo { margin: 0; padding-top: 7px; }
.home-about-photo img { width: 100%; aspect-ratio: 1 / 1.13; object-fit: cover; object-position: 38% 50%; border-radius: 14px; }
.home-about-photo figcaption { font-size: 11px; color: var(--muted); margin: 10px 0 0; }
.home-about-name { margin: 0 0 22px; font-size: 20px; font-weight: 600; }
.home-about-name span { display: block; margin-top: 4px; font-size: 14px; font-weight: 400; color: var(--muted); }
.home-about-text { font-size: 18px; line-height: 1.7; margin: 0 0 22px; max-width: 62ch; }
.home-about-more { margin: 24px 0 0; border-top: 1px solid #c5ceb8; border-bottom: 1px solid #c5ceb8; }
.home-about-more > summary { padding: 17px 0; font-weight: 600; cursor: pointer; }
.home-about-more-content { padding: 0 0 24px; font-size: 16px; }
.home-about-more-content > p { margin: 0 0 24px; }
.home-about-more-content h3 { font-size: 20px; }
.home-care-points { display: grid; gap: 24px; }
.home-care-points .trust-card { padding: 0; border: 0; border-radius: 0; box-shadow: none; background: none; }
.home-care-points .trust-icon { display: none; }
.home-care-points .trust-card h3 { margin: 0 0 6px; font-size: 18px; }
.home-care-points .trust-card p { font-size: 15px; margin: 0; }

/* Moderated review content remains live, including actual per-review ratings. */
.reviews-teaser { margin: 0; padding: 90px var(--page-inset); background: var(--paper); }
.reviews-teaser-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 34px; text-align: left; }
.reviews-teaser-head h2 { margin: 0; max-width: 620px; font-size: clamp(1.9rem, 3.3vw, 2.9rem); line-height: 1.13; font-weight: 600; }
.home-review-score { margin: 0; min-width: max-content; color: var(--muted); font-size: 14px; }
.home-review-score strong { display: block; color: var(--ink); font-size: 25px; line-height: 1.2; font-weight: 600; margin-bottom: 5px; }
.reviews-teaser-grid { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 34px; }
.reviews-teaser-card { margin: 0; padding: 26px 0 0; border: 0; border-top: 1px solid var(--line); border-radius: 0; background: transparent; box-shadow: none; display: flex; flex-direction: column; justify-content: space-between; gap: 26px; }
.reviews-teaser-card:first-child { padding: 28px 30px; border: 0; border-radius: 14px; background: var(--leaf-dark); color: white; }
.reviews-teaser-card blockquote { margin: 0; color: inherit; font-family: var(--sans); font-size: 18px; font-style: normal; line-height: 1.55; letter-spacing: -.012em; }
.reviews-teaser-card:first-child blockquote { font-size: 23px; line-height: 1.4; }
.reviews-teaser-card figcaption { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; margin: 0; border: 0; padding-top: 0; }
.reviews-teaser-card figcaption strong { color: inherit; font-size: 15px; }
.reviews-teaser-card figcaption small { color: var(--muted); font-size: 13px; margin-top: 2px; }
.reviews-teaser-card:first-child figcaption small { color: #d4e2d7; }
.reviews-teaser-card:first-child .reviews-teaser-stars { color: var(--apricot); }
.reviews-teaser-stars { color: #816120; font-size: 16px; letter-spacing: .08em; }
.reviews-teaser-cta { margin: 26px 0 0; text-align: left; }

.home-planning { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; background: var(--leaf-dark); color: #fff; }
.home-planning h2 { color: white; }
.home-planning-heading > p { margin: 0 0 26px; max-width: 400px; color: #d7e3db; font-size: 18px; }
.home-planning .button { background: var(--apricot); color: var(--ink); }
.home-planning .button:hover { background: #ffdbaf; }
.home-planning-steps { margin: 0; padding: 0; list-style: none; display: grid; gap: 26px; counter-reset: care-step; }
.home-planning-steps .step-card { position: relative; padding: 0 0 25px 46px; margin: 0; border: 0; border-bottom: 1px solid #47685c; background: none; }
.home-planning-steps .step-card:last-child { padding-bottom: 0; border: 0; }
.home-planning-steps .step-num { position: absolute; left: 0; top: 1px; width: 28px; height: 28px; margin: 0; border: 1px solid #829b8b; background: none; color: #fff; font-size: 13px; border-radius: 50%; font-weight: 500; display: grid; place-items: center; }
.home-planning-steps h3 { color: white; margin: 0 0 8px; font-size: 20px; font-weight: 600; }
.home-planning-steps p { margin: 0; color: #d7e3db; font-size: 15px; line-height: 1.65; }

.home-practical { padding-top: 76px; padding-bottom: 70px; }
.home-practical h2 { font-size: 30px; }
.home-practical-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.home-practical-links > a { display: flex; justify-content: space-between; align-items: center; gap: 15px; border-top: 1px solid var(--line); padding: 22px 0; font-size: 17px; font-weight: 500; text-decoration: none; }
.home-practical-links > a:hover { text-decoration: underline; }
.home-practical-links small { display: block; margin-top: 7px; font-size: 14px; font-weight: 400; color: var(--muted); }
.home-practical-links > a > span[aria-hidden] { font-size: 23px; }
.home-area-note { max-width: 850px; margin: 28px 0 0; font-size: 14px; color: var(--muted); }

/* Quiet public task surfaces inherit the same family without changing behavior. */
.section-header { max-width: 800px; }
.section-header .section-intro { font-size: 17px; line-height: 1.7; }
.breadcrumb { font-size: 13px; }
.flow--forest { background: var(--leaf-dark); }
.home-final { padding-top: 56px; padding-bottom: 60px; border-bottom: 1px solid #47685c; }
.home-final-inner { max-width: 950px; margin-left: 0; text-align: left; }
.home-final h2 { max-width: 760px; margin-left: 0; font-size: clamp(1.9rem, 3vw, 2.6rem); }
.home-final-text { max-width: 640px; margin-left: 0; color: #d7e3db; }
.home-final-actions { justify-content: flex-start; }
.home-final .button:first-child { background: var(--apricot); color: var(--ink); }
.price-card, .contact-form, .est-result, .availability-card, .reviews-form { box-shadow: none; }
.price-card h2 { font-size: 25px; }
.price-card .price-main, .price-row .price-value, .est-total, .est-result td:last-child { font-variant-numeric: tabular-nums; }
.est-result { border-radius: 14px; }
.est-result .est-result-title, .est-total { font-family: var(--sans); }
.cal-day { font-family: var(--sans); }
.cal-day.is-selected, .cal-day.is-start, .cal-day.is-end { background: var(--leaf-dark); color: white; }
.cal-day:is(.is-selected,.is-start,.is-end):hover { background: #2b594a; color: white; }
.cal-day.is-unavailable { background: var(--rose-light); color: var(--rose); }
.cal-day.is-unavailable:hover { background: var(--rose-light); color: var(--rose); }
.content-block { border-radius: 14px; }
.faq-item { border-radius: 10px; box-shadow: none; }
.review-card { box-shadow: none; }
.legal-body { background: var(--paper); }

@media (min-width: 1600px) {
  .home-opening-photo > img { max-height: 570px; }
}
@media (max-width: 1100px) {
  .home-opening { column-gap: 34px; }
  .home-opening h1 { font-size: clamp(3rem, 5.5vw, 4.2rem); }
  .home-opening-photo > img { min-height: 480px; }
  .home-services, .home-about { gap: 48px; }
  .home-planning { gap: 60px; }
  .home-section { padding-top: 72px; padding-bottom: 72px; }
  .reviews-teaser { padding-top: 72px; padding-bottom: 72px; }
  .reviews-teaser-grid { gap: 24px; grid-template-columns: 1.15fr 1fr 1fr; }
}
@media (max-width: 820px) {
  .home-opening { column-gap: 25px; margin-top: 24px; }
  .home-opening h1 { font-size: clamp(2.6rem, 5.4vw, 3.4rem); }
  .home-opening-copy { padding: 20px 0; }
  .home-opening-photo > img { min-height: 440px; }
  .home-offer { font-size: 16px; }
  .home-service-rail > a { padding: 5px 20px; }
  .home-service-rail strong { font-size: 21px; }
  .home-service-rail small { font-size: 13px; }
  .home-services { grid-template-columns: .75fr 1.25fr; gap: 35px; }
  .home-about { grid-template-columns: .7fr 1.3fr; gap: 35px; }
  .home-about-text { font-size: 16px; }
  .home-service > summary strong { font-size: 20px; }
  .reviews-teaser-grid { grid-template-columns: 1fr 1fr; }
  .reviews-teaser-card:first-child { grid-column: 1 / -1; }
  .reviews-teaser-card:first-child blockquote { max-width: 650px; }
  .home-planning { gap: 38px; }
  .home-practical-links { gap: 20px; }
}
@media (max-width: 720px) {
  html { scroll-padding-top: 90px; }
  .home-opening { display: flex; flex-direction: column; gap: 0; margin: 0; }
  .home-opening-copy { padding: 34px var(--gutter) 28px; width: 100%; }
  .home-opening h1 { font-size: clamp(3rem, 10.4vw, 4.5rem); margin-bottom: 21px; line-height: 1.03; }
  .home-opening h1 br:nth-of-type(2) { display: none; }
  .home-opening h1 { text-wrap: balance; }
  .home-offer { max-width: 370px; margin-bottom: 22px; font-size: 16px; }
  .home-opening-actions { gap: 5px; }
  .home-opening-actions .button { min-height: 50px; }
  .home-locality { display: none; }
  .home-opening-photo { margin: 0 var(--gutter); }
  .home-opening-photo > img { min-height: 0; max-height: none; aspect-ratio: 1.4; height: auto; object-fit: cover; }
  .home-opening-photo figcaption { bottom: 10px; right: 10px; font-size: 9px; }
  .home-service-rail { margin: 25px var(--gutter) 0; padding: 0; grid-template-columns: 1fr; }
  .home-service-rail > a, .home-service-rail > a:first-child, .home-service-rail > a:last-child { padding: 16px 0; gap: 20px; }
  .home-service-rail > a + a { border-left: 0; border-top: 1px solid var(--line); }
  .home-service-rail > a > span:first-child { display: flex; gap: 14px; align-items: baseline; width: 100%; }
  .home-service-rail strong { min-width: 65px; font-size: 20px; }
  .home-service-rail small { font-size: 14px; margin: 0; }
  .home-service-rail > a > span[aria-hidden] { font-size: 19px; }
  .home-section { padding: 56px var(--gutter); }
  .home-section h2, .reviews-teaser-head h2 { font-size: 33px; line-height: 1.13; }
  .home-services { grid-template-columns: 1fr; gap: 30px; }
  .home-section-heading { max-width: none; }
  .home-section-heading h2 br { display: none; }
  .home-section-heading p { max-width: 60ch; margin-bottom: 10px; }
  .home-service > summary { padding: 22px 0; }
  .home-service > summary strong { font-size: 21px; }
  .home-service > summary small { font-size: 13px; }
  .home-service-body > p { font-size: 15px; }
  .home-service-price { gap: 4px 20px; }
  .home-about { grid-template-columns: 1fr; gap: 30px; }
  .home-about-copy { grid-row: 1; }
  .home-about-photo { padding: 0; }
  .home-about-photo img { aspect-ratio: 1.5; height: auto; }
  .home-about-text { font-size: 17px; }
  .home-about-name { font-size: 20px; }
  .home-about-copy > h2 { margin-bottom: 23px; }
  .home-about-more { margin-top: 20px; }
  .reviews-teaser { padding: 56px var(--gutter); }
  .reviews-teaser-head { display: block; margin-bottom: 25px; }
  .home-review-score { margin-top: 18px; }
  .home-review-score strong { display: inline; font-size: 20px; margin-right: 8px; }
  .reviews-teaser-grid { grid-template-columns: 1fr; gap: 27px; }
  .reviews-teaser-card { padding-top: 25px; }
  .reviews-teaser-card:first-child { padding: 26px; }
  .reviews-teaser-card blockquote { font-size: 18px; }
  .reviews-teaser-card:first-child blockquote { font-size: 23px; }
  .reviews-teaser-card figcaption { flex-direction: row; align-items: flex-start; gap: 18px; }
  .reviews-teaser-card figcaption small { display: block; }
  .reviews-teaser-cta { margin-top: 24px; }
  .home-planning { grid-template-columns: 1fr; gap: 38px; }
  .home-planning-heading > p { font-size: 17px; }
  .home-planning-steps { gap: 22px; }
  .home-practical-links { grid-template-columns: 1fr; gap: 0; }
  .home-practical-links > a { padding: 20px 0; }
  .home-area-note { margin-top: 18px; font-size: 13px; }
  .home-final { padding-top: 45px; padding-bottom: 45px; }
  .home-final-inner, .home-final-text, .home-final h2 { margin-right: 0; }
  .home-final h2 { font-size: 30px; }
}
@media (max-width: 360px) {
  :root { --gutter: 20px; }
  .home-opening h1 { font-size: 43px; }
  .home-opening h1 br:nth-of-type(2) { display: inline; }
  .home-service-rail small { font-size: 12px; }
  .home-section h2, .reviews-teaser-head h2 { font-size: 30px; }
  .home-service > summary strong { font-size: 19px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; }
  .service-toggle::before, .service-toggle::after, .button { transition: none; }
}
