:root {
  --ink: #17211c;
  --muted: #68726d;
  --paper: #f7f7f2;
  --surface: #ffffff;
  --line: #dfe4df;
  --green: #1f5d43;
  --green-dark: #174733;
  --lime: #d7f36b;
  --orange: #f08b50;
  --shadow: 0 24px 70px rgba(23, 33, 28, 0.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.shell { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(247, 247, 242, 0.9); border-bottom: 1px solid rgba(223, 228, 223, 0.8); backdrop-filter: blur(18px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; line-height: 1.2; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--lime); font-size: 20px; transform: rotate(-4deg); }
.brand strong { display: block; font-size: 16px; }
.brand small { display: block; margin-top: 3px; color: var(--muted); font-size: 12px; font-weight: 600; }
.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a { padding: 10px 9px; border-radius: 999px; text-decoration: none; color: #435049; font-size: 12.5px; font-weight: 700; }
.main-nav a:hover, .main-nav a[aria-current="page"] { color: var(--green); background: #e9eee9; }
.main-nav .nav-cta { margin-left: 8px; padding-inline: 18px; color: #fff; background: var(--green); }
.main-nav .nav-cta:hover, .main-nav .nav-cta[aria-current="page"] { color: var(--ink); background: var(--lime); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 12px; background: #e9eee9; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--ink); }

.hero { min-height: 650px; padding-block: 94px 74px; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(320px, .65fr); align-items: center; gap: 70px; }
.eyebrow { margin: 0 0 20px; color: var(--green); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { display: inline-block; width: 22px; height: 3px; margin: 0 8px 3px 0; border-radius: 3px; background: var(--orange); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 24px; font-size: clamp(48px, 6.3vw, 82px); line-height: .98; letter-spacing: -.055em; }
h1 em { color: var(--green); font-family: Georgia, serif; font-weight: 500; }
.lead { max-width: 680px; margin-bottom: 32px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 800; transition: transform .16s ease, background .16s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 30px rgba(31, 93, 67, .22); }
.button-primary:hover { background: var(--green-dark); }
.button-secondary { border-color: #ccd3cd; background: transparent; }
.button-secondary:hover { background: #fff; }
.trust-list { display: flex; flex-wrap: wrap; gap: 22px; margin: 32px 0 0; padding: 0; list-style: none; color: #4f5b55; font-size: 14px; font-weight: 700; }
.trust-list li::before { content: "✓"; margin-right: 7px; color: var(--green); }

.hero-card { position: relative; padding: 38px; overflow: hidden; border-radius: 34px; color: #fff; background: var(--green); box-shadow: var(--shadow); }
.hero-card::after { content: ""; position: absolute; right: -70px; bottom: -80px; width: 200px; height: 200px; border-radius: 50%; background: rgba(215, 243, 107, .18); }
.hero-card-icon { width: 64px; height: 64px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 20px; background: var(--lime); font-size: 30px; }
.hero-card p { margin-bottom: 8px; color: #c7dbd0; font-size: 14px; font-weight: 700; }
.hero-card h2 { margin-bottom: 28px; font-size: 31px; line-height: 1.18; letter-spacing: -.025em; }
.availability { margin-bottom: 26px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .18); color: #e7f0eb; font-size: 14px; }
.availability span { display: inline-block; width: 9px; height: 9px; margin-right: 8px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 5px rgba(215, 243, 107, .12); }
.text-link { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 8px; color: inherit; font-weight: 800; text-decoration: none; }
.text-link:hover span { transform: translateX(3px); }
.text-link span { transition: transform .16s ease; }

.home-services { padding: 80px 0 100px; border-top: 1px solid var(--line); }
.compact-heading { max-width: 620px; margin-bottom: 34px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.04em; }
.service-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-preview-grid article { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: rgba(255, 255, 255, .72); }
.service-preview-grid article > span { font-size: 28px; }
.service-preview-grid h3 { margin: 18px 0 6px; font-size: 20px; }
.service-preview-grid p { margin-bottom: 0; color: var(--muted); font-size: 15px; }
.services-link { margin-top: 28px; color: var(--green); }

.page-intro, .quote-intro { padding: 82px 0 64px; }
.page-intro h1, .quote-intro h1 { max-width: 980px; }
.page-intro .lead, .quote-intro .lead { max-width: 760px; }
.services-detail { padding-bottom: 100px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail-card { display: grid; grid-template-columns: 64px 1fr; gap: 22px; min-height: 250px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.detail-icon { width: 60px; height: 60px; display: grid; place-items: center; border-radius: 18px; background: #edf1ec; font-size: 27px; }
.card-number { margin-bottom: 8px; color: #98a29c; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.detail-card h2 { margin-bottom: 12px; font-size: 24px; line-height: 1.2; letter-spacing: -.025em; }
.detail-card p:not(.card-number) { color: var(--muted); }
.accent-card { color: #fff; border-color: var(--green); background: var(--green); }
.accent-card .detail-icon { background: var(--lime); }
.accent-card .card-number, .accent-card p:not(.card-number) { color: #c7dbd0; }
.accent-card .text-link { color: #fff; }
.process-section { padding: 82px 0 92px; background: #e9eee9; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 0; padding: 0; list-style: none; }
.process-grid li { padding: 28px; border-radius: 22px; background: rgba(255, 255, 255, .72); }
.process-grid li > span { width: 36px; height: 36px; display: grid; place-items: center; margin-bottom: 34px; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; font-weight: 800; }
.process-grid h3 { margin-bottom: 8px; font-size: 19px; }
.process-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.quote-intro { padding-bottom: 44px; }
.quote-layout { padding-bottom: 100px; display: grid; grid-template-columns: minmax(0, 1fr) 330px; align-items: start; gap: 30px; }
.quote-form { display: grid; gap: 18px; }
.quote-form fieldset { margin: 0; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.quote-form legend { padding: 0 10px 0 0; font-size: 21px; font-weight: 850; letter-spacing: -.02em; }
.quote-form legend span { width: 34px; height: 34px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; color: #fff; background: var(--green); font-size: 13px; vertical-align: middle; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label, .date-label { display: grid; gap: 7px; color: #3e4943; font-size: 13px; font-weight: 800; }
.quote-form input[type="text"], .quote-form input[type="email"], .quote-form input[type="tel"], .quote-form input[type="date"], .quote-form textarea {
  width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd6d0; border-radius: 12px; color: var(--ink); background: #fbfcfa; font: inherit; font-size: 15px; outline: none;
}
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 93, 67, .12); background: #fff; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 20px; }
.check-grid label { position: relative; display: block; cursor: pointer; }
.check-grid input { position: absolute; opacity: 0; pointer-events: none; }
.check-grid span { min-height: 48px; display: flex; align-items: center; padding: 11px 13px; border: 1px solid #d8ded8; border-radius: 12px; background: #fbfcfa; font-size: 13px; }
.check-grid input:checked + span { border-color: var(--green); color: var(--green); background: #edf5f0; box-shadow: inset 0 0 0 1px var(--green); }
.check-grid input:focus-visible + span { outline: 3px solid rgba(31, 93, 67, .2); }
.full-label { margin-top: 4px; }
.booking-note { display: flex; align-items: center; gap: 14px; margin-bottom: 24px; padding: 16px; border-radius: 15px; background: #edf5f0; }
.booking-note > span { font-size: 24px; }
.booking-note p { margin: 0; color: #486053; font-size: 13px; }
.date-input { max-width: 320px; }
.field-help { margin: 6px 0 22px; color: var(--muted); font-size: 12px; }
.field-error { min-height: 1em; margin: 7px 0 0; color: #b42318; font-size: 13px; font-weight: 700; }
.time-heading { display: flex; justify-content: space-between; gap: 20px; margin: 8px 0 12px; color: #3e4943; font-size: 13px; font-weight: 800; }
.time-heading small { color: var(--muted); font-weight: 600; }
.time-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.time-slot { position: relative; display: block; cursor: pointer; }
.time-slot input { position: absolute; opacity: 0; pointer-events: none; }
.time-slot span { display: flex; align-items: center; justify-content: space-between; padding: 11px 12px; border: 1px solid #d6dcd7; border-radius: 11px; background: #fbfcfa; font-size: 14px; font-weight: 800; }
.time-slot small { color: var(--muted); font-size: 10px; font-weight: 600; }
.time-slot input:checked + span { border-color: var(--green); color: #fff; background: var(--green); box-shadow: 0 8px 18px rgba(31, 93, 67, .18); }
.time-slot input:checked + span small { color: #d6e3dc; }
.time-slot input:focus-visible + span { outline: 3px solid rgba(31, 93, 67, .2); }
.time-slot.is-disabled { cursor: not-allowed; opacity: .4; }
.slots-placeholder { grid-column: 1 / -1; margin: 0; padding: 16px; border-radius: 12px; color: var(--muted); background: #f2f4f1; font-size: 13px; }
.confirmation-note { display: flex; gap: 12px; padding: 18px 20px; border-radius: 16px; background: #f1f3ee; color: #536058; }
.confirmation-note > span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 12px; }
.confirmation-note p { margin: 1px 0 0; font-size: 13px; }
.submit-button { width: 100%; border: 0; cursor: pointer; font: inherit; }
.submit-button:disabled { cursor: wait; opacity: .7; transform: none; }
.form-status { min-height: 1.5em; margin: -5px 0 0; font-size: 14px; font-weight: 700; }
.form-status.success { color: var(--green); }
.form-status.error { color: #b42318; }
.quote-aside { position: sticky; top: 112px; }
.aside-card { padding: 28px; border-radius: var(--radius); color: #fff; background: var(--green); box-shadow: var(--shadow); }
.aside-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 26px; border-radius: 17px; background: var(--lime); font-size: 26px; }
.aside-card h2 { font-size: 26px; }
.aside-card ol { display: grid; gap: 18px; margin: 26px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.18); list-style: none; }
.aside-card li { display: flex; align-items: center; gap: 11px; color: #e0ebe5; font-size: 14px; }
.aside-card li span { width: 26px; height: 26px; flex: 0 0 auto; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; font-size: 11px; font-weight: 800; }
.privacy-note { margin: 16px 12px 0; color: var(--muted); font-size: 12px; }

.work-intro { padding-bottom: 54px; }
.work-steps { padding-bottom: 90px; display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.work-steps article { grid-column: span 2; min-height: 310px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.work-steps article:nth-child(4) { grid-column: 2 / span 2; }
.work-step-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 42px; }
.work-icon { width: 58px; height: 58px; display: grid; place-items: center; border-radius: 18px; background: #edf1ec; font-size: 27px; }
.work-number { color: #9aa39e; font-size: 12px; font-weight: 850; letter-spacing: .12em; }
.work-steps h2 { margin-bottom: 12px; font-size: 22px; letter-spacing: -.025em; }
.work-steps p { margin-bottom: 0; color: var(--muted); font-size: 14px; }
.care-banner { margin-bottom: 90px; padding: 42px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 50px; border-radius: 30px; color: #fff; background: var(--green); box-shadow: var(--shadow); }
.care-banner .eyebrow { color: var(--lime); }
.care-banner h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.08; letter-spacing: -.04em; }
.care-banner ul { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.care-banner li { padding: 13px 16px; border: 1px solid rgba(255, 255, 255, .16); border-radius: 13px; background: rgba(255, 255, 255, .08); font-size: 14px; font-weight: 700; }
.care-banner li::before { content: "✓"; margin-right: 10px; color: var(--lime); }
.page-cta { margin-bottom: 100px; padding: 42px 0; display: flex; align-items: end; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.035em; }

.about-layout { min-height: calc(100vh - 164px); padding-block: 78px 96px; display: grid; grid-template-columns: minmax(340px, .8fr) minmax(0, 1.2fr); align-items: center; gap: 78px; }
.portrait-frame { position: relative; padding: 12px; border: 1px solid #ccd4cd; border-radius: 34px; background: var(--surface); box-shadow: var(--shadow); transform: rotate(-1.5deg); }
.portrait-placeholder { aspect-ratio: 4 / 5; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 28px; padding: 38px; border-radius: 24px; color: #516057; background: linear-gradient(145deg, #e1e7e1, #f1f3ee); text-align: center; }
.portrait-initials { width: 112px; height: 112px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-family: Georgia, serif; font-size: 36px; }
.portrait-placeholder strong, .portrait-placeholder small { display: block; }
.portrait-placeholder strong { margin-bottom: 7px; color: var(--ink); }
.portrait-placeholder small { max-width: 270px; line-height: 1.5; }
.portrait-label { position: absolute; right: 26px; bottom: 26px; padding: 8px 13px; border-radius: 999px; color: var(--ink); background: var(--lime); font-size: 11px; font-weight: 850; transform: rotate(1.5deg); }
.about-copy h1 { max-width: 700px; font-size: clamp(46px, 6vw, 72px); }
.about-text { max-width: 680px; color: var(--muted); font-size: 17px; }
.about-values { display: grid; gap: 12px; margin-top: 30px; padding-top: 26px; border-top: 1px solid var(--line); }
.about-values > div { display: flex; align-items: flex-start; gap: 12px; }
.about-values > div > span { width: 25px; height: 25px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 11px; }
.about-values p, .about-values small { margin: 0; display: block; }
.about-values strong { font-size: 14px; }
.about-values small { color: var(--muted); font-size: 12px; }
.about-actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.about-actions .text-link { color: var(--green); }

.review-intro { padding: 78px 0 46px; }
.review-intro h1 { max-width: 860px; }
.review-intro .lead { max-width: 760px; }
.review-layout { padding-bottom: 100px; display: grid; grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 30px; }
.review-form { display: grid; gap: 24px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: 0 18px 50px rgba(23, 33, 28, .07); }
.review-form-heading { display: flex; align-items: center; gap: 16px; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
.review-heading-icon { width: 52px; height: 52px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 16px; color: var(--green); background: var(--lime); font-size: 24px; }
.review-form-heading h2 { margin-bottom: 2px; font-size: 25px; letter-spacing: -.025em; }
.review-form-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.review-form fieldset { margin: 0; padding: 0; border: 0; }
.review-form legend { margin-bottom: 11px; color: #3e4943; font-size: 13px; font-weight: 800; }
.review-form label { display: grid; gap: 7px; color: #3e4943; font-size: 13px; font-weight: 800; }
.review-form input[type="text"], .review-form select, .review-form textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd6d0; border-radius: 12px; color: var(--ink); background: #fbfcfa; font: inherit; font-size: 15px; outline: none; }
.review-form textarea { resize: vertical; }
.review-form input[type="text"]:focus, .review-form select:focus, .review-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 93, 67, .12); background: #fff; }
.rating-options { display: grid; grid-template-columns: repeat(5, 1fr); gap: 9px; }
.rating-options label { position: relative; display: block; cursor: pointer; }
.rating-options input { position: absolute; opacity: 0; pointer-events: none; }
.rating-options label > span:not(.sr-only) { min-height: 64px; display: flex; align-items: center; justify-content: center; gap: 8px; border: 1px solid #d6dcd7; border-radius: 13px; background: #fbfcfa; }
.rating-options b { color: #b9c0bb; font-size: 23px; line-height: 1; }
.rating-options small { color: var(--muted); font-size: 12px; }
.rating-options input:checked + span { border-color: var(--green); color: #fff; background: var(--green); box-shadow: 0 8px 18px rgba(31, 93, 67, .18); }
.rating-options input:checked + span b { color: var(--lime); }
.rating-options input:checked + span small { color: #e0ebe5; }
.rating-options input:focus-visible + span { outline: 3px solid rgba(31, 93, 67, .2); }
.publish-consent { position: relative; grid-template-columns: 22px 1fr; align-items: start; gap: 10px !important; cursor: pointer; }
.publish-consent input { position: absolute; opacity: 0; pointer-events: none; }
.publish-consent > span { width: 21px; height: 21px; display: grid; place-items: center; border: 1px solid #bfc8c1; border-radius: 6px; background: #fbfcfa; }
.publish-consent input:checked + span { border-color: var(--green); background: var(--green); }
.publish-consent input:checked + span::after { content: "✓"; color: #fff; font-size: 12px; font-weight: 900; }
.publish-consent input:focus-visible + span { outline: 3px solid rgba(31, 93, 67, .2); }
.publish-consent small { color: var(--muted); font-size: 12px; line-height: 1.5; font-weight: 600; }
.review-submit-row { display: grid; grid-template-columns: minmax(220px, .8fr) 1fr; align-items: center; gap: 18px; }
.review-submit-row p { margin: 0; color: var(--muted); font-size: 12px; }
.review-aside { position: sticky; top: 112px; }
.review-aside-card { padding: 30px; border-radius: 26px; color: #fff; background: var(--green); box-shadow: var(--shadow); }
.big-quote { display: block; height: 58px; color: var(--lime); font-family: Georgia, serif; font-size: 82px; line-height: .85; }
.review-aside-card h2 { margin-bottom: 14px; font-size: 28px; line-height: 1.15; letter-spacing: -.03em; }
.review-aside-card > p { color: #c7dbd0; font-size: 14px; }
.review-aside-card ul { display: grid; gap: 13px; margin: 24px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255, 255, 255, .18); list-style: none; }
.review-aside-card li { display: flex; align-items: flex-start; gap: 9px; color: #e3ece7; font-size: 13px; }
.review-aside-card li span { color: var(--lime); }
.approved-section { padding-bottom: 72px; }
.approved-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 24px; }
.approved-heading h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.035em; }
.approved-heading > p { max-width: 320px; margin: 0; color: var(--muted); font-size: 13px; }
.approved-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.reviews-empty { grid-column: 1 / -1; margin: 0; padding: 26px; border: 1px dashed #cbd3cc; border-radius: 18px; color: var(--muted); background: rgba(255, 255, 255, .55); text-align: center; font-size: 14px; }
.approved-review-card { min-height: 250px; display: flex; flex-direction: column; padding: 26px; border: 1px solid var(--line); border-radius: 22px; background: var(--surface); }
.review-stars { margin-bottom: 20px; color: #e59b2f; font-size: 21px; letter-spacing: 2px; }
.approved-review-card blockquote { margin: 0 0 24px; color: #445049; font-family: Georgia, serif; font-size: 18px; line-height: 1.55; }
.review-author { margin-top: auto; padding-top: 17px; border-top: 1px solid var(--line); }
.review-author strong, .review-author span { display: block; }
.review-author strong { font-size: 14px; }
.review-author span { margin-top: 2px; color: var(--muted); font-size: 12px; }

.site-footer { padding: 30px 0; color: #cbd7d0; background: #14251d; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-inner strong, .footer-inner span { display: block; }
.footer-inner span { color: #91a39a; font-size: 13px; }
.footer-inner p { margin: 0; color: #91a39a; font-size: 13px; }
.admin-footer-link { color: #91a39a; font-size: 12px; text-underline-offset: 3px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.error-text { color: #b42318 !important; }

/* Административен панел */
.admin-body { min-height: 100vh; background: #f0f2ed; }
.admin-site-link { min-height: 42px; padding: 9px 17px; font-size: 13px; }
.admin-main { padding-block: 64px 100px; }
.admin-login { min-height: calc(100vh - 246px); display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 80px; }
.admin-login h1 { font-size: clamp(48px, 6vw, 74px); }
.login-card { display: grid; gap: 20px; padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: var(--surface); box-shadow: var(--shadow); }
.login-card label, .availability-admin label { display: grid; gap: 7px; color: #3e4943; font-size: 13px; font-weight: 800; }
.login-card input, .availability-admin input { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid #cfd6d0; border-radius: 12px; color: var(--ink); background: #fbfcfa; font: inherit; outline: none; }
.login-card input:focus, .availability-admin input:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(31, 93, 67, .12); }
.admin-toolbar { display: flex; align-items: flex-start; justify-content: space-between; gap: 30px; margin-bottom: 34px; }
.admin-toolbar h1 { margin-bottom: 8px; font-size: clamp(42px, 5vw, 64px); }
.admin-toolbar > div > p:last-child { color: var(--muted); font-size: 14px; }
.admin-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 26px; }
.admin-stats article { padding: 22px 24px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.admin-stats span, .admin-stats strong { display: block; }
.admin-stats span { color: var(--muted); font-size: 12px; font-weight: 750; }
.admin-stats strong { margin-top: 8px; color: var(--green); font-family: Georgia, serif; font-size: 38px; line-height: 1; }
.admin-tabs { display: flex; gap: 7px; margin-bottom: 18px; padding: 7px; border: 1px solid var(--line); border-radius: 16px; background: #e5e9e3; }
.admin-tabs button { flex: 1; min-height: 44px; border: 0; border-radius: 11px; color: #56625b; background: transparent; font: inherit; font-size: 13px; font-weight: 800; cursor: pointer; }
.admin-tabs button.is-active { color: var(--green); background: #fff; box-shadow: 0 4px 16px rgba(23, 33, 28, .08); }
.admin-panel { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: rgba(255, 255, 255, .75); }
.admin-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-panel-heading h2 { margin-bottom: 4px; font-size: 26px; }
.admin-panel-heading p { margin: 0; color: var(--muted); font-size: 13px; }
.admin-list { display: grid; gap: 14px; }
.admin-empty { margin: 0; padding: 28px; border: 1px dashed #cbd3cc; border-radius: 16px; color: var(--muted); text-align: center; }
.admin-card { padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.admin-card-header { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.admin-card-header h3 { margin: 0 0 3px; font-size: 18px; }
.admin-card-header p { margin: 0; color: var(--muted); font-size: 12px; }
.status-badge { flex: 0 0 auto; padding: 5px 10px; border-radius: 999px; color: #765311; background: #fff2c4; font-size: 11px; font-weight: 850; }
.status-confirmed, .status-published { color: var(--green); background: #dff2e7; }
.status-cancelled, .status-hidden { color: #66716b; background: #e9ece9; }
.admin-details { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 20px; padding: 16px; border-radius: 13px; background: #f3f5f1; }
.admin-details small, .admin-details strong { display: block; }
.admin-details small { margin-bottom: 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .06em; }
.admin-details strong { font-size: 13px; overflow-wrap: anywhere; }
.admin-description { margin: 16px 0 0; color: #46524b; font-size: 14px; white-space: pre-wrap; }
.admin-review-text { margin: 18px 0 0; padding: 16px; border-left: 3px solid var(--lime); color: #46524b; background: #f7f8f5; font-family: Georgia, serif; font-size: 17px; }
.admin-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.admin-action { min-height: 36px; padding: 7px 13px; border: 1px solid #cdd5ce; border-radius: 999px; color: #435049; background: #fff; font: inherit; font-size: 12px; font-weight: 800; cursor: pointer; }
.admin-action:hover { background: #edf1ec; }
.admin-action.primary { color: #fff; border-color: var(--green); background: var(--green); }
.admin-action.danger { color: #a22b22; border-color: #e6c5c1; }
.admin-action:disabled { cursor: wait; opacity: .55; }
.availability-admin { max-width: 740px; }
.availability-admin > label { max-width: 320px; }
.admin-slots { display: grid; gap: 9px; }
.admin-slot { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 14px 16px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.admin-slot strong, .admin-slot small { display: block; }
.admin-slot small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.admin-slot.is-booked { border-color: #b7d7c4; background: #eef8f2; }
.admin-slot.is-blocked { background: #ecefec; }

@media (max-width: 920px) {
  .shell { width: min(100% - 28px, 680px); }
  .nav-toggle { display: block; cursor: pointer; }
  .main-nav { position: absolute; top: 74px; left: 14px; right: 14px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: 13px 15px; }
  .main-nav .nav-cta { margin-left: 0; text-align: center; }
  .hero { min-height: auto; padding-block: 64px; grid-template-columns: 1fr; gap: 44px; }
  h1 { font-size: clamp(44px, 13vw, 68px); }
  .hero-card { padding: 30px; }
  .service-preview-grid { grid-template-columns: 1fr; }
  .page-intro, .quote-intro { padding: 60px 0 40px; }
  .services-detail, .process-grid, .quote-layout { grid-template-columns: 1fr; }
  .work-steps { grid-template-columns: 1fr; }
  .work-steps article, .work-steps article:nth-child(4) { grid-column: auto; min-height: auto; }
  .care-banner, .about-layout, .review-layout { grid-template-columns: 1fr; }
  .page-cta { align-items: flex-start; flex-direction: column; }
  .about-layout { padding-block: 56px 74px; gap: 50px; }
  .portrait-frame { width: min(100%, 480px); margin-inline: auto; }
  .review-intro { padding: 56px 0 38px; }
  .review-aside { position: static; order: -1; }
  .approved-reviews { grid-template-columns: 1fr; }
  .approved-heading { align-items: flex-start; flex-direction: column; gap: 10px; }
  .detail-card { min-height: auto; }
  .quote-aside { position: static; order: -1; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .admin-login { min-height: auto; grid-template-columns: 1fr; gap: 36px; }
  .admin-details { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .brand small { display: none; }
  .hero-actions .button { width: 100%; }
  .trust-list { display: grid; gap: 8px; }
  .detail-card { grid-template-columns: 1fr; }
  .quote-form fieldset { padding: 22px 18px; }
  .quote-form legend { font-size: 18px; }
  .check-grid { grid-template-columns: 1fr; }
  .time-slots { grid-template-columns: repeat(2, 1fr); }
  .time-heading { display: grid; gap: 2px; }
  .care-banner { padding: 30px 24px; }
  .about-actions { align-items: flex-start; flex-direction: column; }
  .review-form { padding: 24px 18px; }
  .rating-options { gap: 5px; }
  .rating-options label > span:not(.sr-only) { min-height: 58px; flex-direction: column; gap: 1px; }
  .review-submit-row { grid-template-columns: 1fr; }
  .admin-main { padding-block: 42px 70px; }
  .admin-toolbar, .admin-panel-heading { align-items: flex-start; flex-direction: column; }
  .admin-stats { grid-template-columns: 1fr; }
  .admin-tabs { overflow-x: auto; }
  .admin-tabs button { min-width: 100px; }
  .admin-panel { padding: 20px 15px; }
  .admin-details { grid-template-columns: 1fr; }
  .admin-card-header { flex-direction: column; gap: 10px; }
}
