:root {
  --ink: #10231e;
  --deep: #0d211d;
  --paper: #eff0e8;
  --pine: #294b3b;
  --footer: #081613;
  --moss: #aab99c;
  --amber: #d6a75d;
  --muted: #3d5948;
  --line: rgba(16, 35, 30, .18);
  --sans: 'Manrope', system-ui, sans-serif;
  --serif: 'Playfair Display', Georgia, serif;
  --mono: 'DM Mono', monospace;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; scroll-padding-top: calc(6rem + env(safe-area-inset-top)); background: var(--footer); }
body { max-width: 100%; overflow-x: clip; margin: 0; background: var(--footer); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.5; overflow-wrap: anywhere; }
img, svg { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { left: 1rem; position: fixed; top: 0; transform: translateY(-200%); z-index: 20; background: white; color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; transform: none; }
.site-header { position: fixed; inset: 0 0 auto; z-index: 10; height: calc(5rem + env(safe-area-inset-top)); display: flex; align-items: center; justify-content: space-between; padding: env(safe-area-inset-top) clamp(1.25rem, 5vw, 5rem) 0; color: #fff; background: var(--deep); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: .65rem; font-size: 1.05rem; font-weight: 800; letter-spacing: -.05em; }
.brand em { font-family: var(--serif); font-weight: 600; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: var(--amber); color: var(--deep); font: 500 .8rem var(--serif); }
.site-header .brand-logo { height: 4rem; }
.brand-name { min-width: 0; font-size: 1.1rem; letter-spacing: -.025em; line-height: 1.2; }
.brand-name > span { color: var(--moss); font-weight: 500; }
.brand-logo { display: block; width: auto; height: 5.5rem; object-fit: contain; }
.site-header nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2.5rem); font-size: .9rem; font-weight: 700; }
.site-header nav a { opacity: 1; } .site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.nav-cta { display: inline-flex; align-items: center; min-height: 44px; border: 1px solid #94ab9c; padding: .55rem 1rem; border-radius: 999px; }
.menu-button { display: none; min-height: 44px; min-width: 44px; font: inherit; color: inherit; background: transparent; border: 0; }
.hero { position: relative; min-height: min(740px, 100svh); display: grid; align-items: end; isolation: isolate; color: white; overflow: hidden; }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; z-index: -2; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(6,20,17,.77) 0%, rgba(6,20,17,.44) 48%, rgba(6,20,17,.05) 100%), linear-gradient(0deg, rgba(5,15,13,.45), transparent 43%); }
.hero-content { padding: 8rem clamp(20px, 7vw, 144px) 4rem; max-width: 65rem; }
.eyebrow { font: 500 .8rem/1.6 var(--mono); letter-spacing: .08em; margin: 0 0 1.25rem; color: #d7e5d2; }
.eyebrow-dark { color: var(--muted); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.045em; line-height: 1.08; }
h1 { font-size: clamp(2.65rem, 6.5vw, 5.8rem); margin-bottom: 1.75rem; font-weight: 700; }
h1 i, h2 i { font-family: var(--serif); font-weight: 600; }
.hero-copy { max-width: 31rem; font-size: clamp(1rem, 1.5vw, 1.18rem); line-height: 1.65; color: rgba(255,255,255,.83); margin-bottom: 1.5rem; }
.button { max-width: 100%; display: inline-flex; align-items: center; justify-content: center; min-height: 3.25rem; padding: .8rem 1.35rem; border: 1px solid transparent; border-radius: 999px; font: 800 .95rem/1.4 var(--sans); text-align: center; box-shadow: 0 .2rem .7rem rgba(3,15,13,.16); transition: background .2s ease, box-shadow .2s ease; cursor: pointer; }
.button:hover { box-shadow: 0 .3rem 1rem rgba(3,15,13,.24); }
.button:active { box-shadow: none; }
.button-light { background: #fff; color: var(--deep); }
.button-dark { background: var(--amber); color: var(--deep); }
.hero-facts { display: flex; flex-wrap: wrap; gap: .65rem 1.5rem; list-style: none; padding: 0; margin: 0 0 1.75rem; font-size: .95rem; color: #fff; }
.hero-facts li { padding-left: .8rem; border-left: 2px solid var(--amber); }
.hero-facts strong { font-size: 1.15rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1rem 1.75rem; }
.hero-actions .text-link { margin: 0; min-height: 44px; align-items: center; border-color: rgba(255,255,255,.65); }
.hero-actions .text-link span { color: inherit; }
.section { padding: clamp(3rem, 6vw, 5.5rem) clamp(20px, 7vw, 144px); }
.intro { background: var(--paper); }.intro-grid { display: grid; grid-template-columns: 1.25fr 1fr; gap: clamp(2.5rem, 10vw, 11rem); align-items: end; }.intro-grid > *, .section-heading > *, .about > *, .contact > *, .pricing-card > *, .booking-widget > * { min-width: 0; }
h2 { font-size: clamp(2rem, 4vw, 3.75rem); margin-bottom: 0; }.lead { font-size: clamp(1rem, 1.5vw, 1.15rem); line-height: 1.65; max-width: 36rem; }
.text-link { display: inline-flex; gap: .7rem; margin-top: 1rem; font-size: .88rem; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: .32rem; }.text-link span { color: var(--pine); }
.section-deep { background: var(--deep); color: #f5f5ed; }.section-heading { display: grid; grid-template-columns: .75fr 1.25fr; gap: 2rem; border-bottom: 1px solid rgba(255,255,255,.22); padding-bottom: 3rem; }.section-heading h2 { font-size: clamp(2rem, 3.8vw, 3.5rem); }
.included-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }.included-grid article { min-height: 14rem; padding: 2rem 2rem 2rem 0; border-bottom: 1px solid rgba(255,255,255,.22); }.included-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.22); padding-right: 2rem; }.included-grid article:nth-child(even) { padding-left: 2rem; }.included-grid span { color: var(--amber); font: .8rem var(--mono); }.service-card-top { display: flex; align-items: start; justify-content: space-between; min-height: 2.5rem; }.service-icon { width: 3.75rem; height: 3.75rem; object-fit: contain; margin: -.5rem 0 0 1rem; }.included-grid h3 { font-size: 1.25rem; margin: 2.8rem 0 .45rem; }.service-card-icon h3 { margin-top: 1.35rem; }.included-grid p { max-width: 28rem; color: #d7e5d2; margin: 0; }.included-note { margin: 2rem 0 0; color: #d7e5d2; font-size: .88rem; }
.pricing { background: #d7e5d2; }.pricing-card { display: grid; grid-template-columns: 1fr .8fr; gap: 2rem; padding: clamp(20px, 4vw, 48px); background: #c8dabf; }.pricing-card h2 { font-size: clamp(2.5rem, 5vw, 4.5rem); }.pricing-details > p:not(.lead) { color: var(--muted); max-width: 27rem; }.pricing-details .button { margin-top: 1.2rem; }
.extras { padding-block: clamp(3rem, 6vw, 5.5rem); background: #d7e5d2; }.extras-intro { display: grid; grid-template-columns: 1fr .78fr; gap: clamp(2.5rem, 8vw, 9rem); align-items: end; }.extras-intro .lead { margin: 0; }.extra-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 14rem), 1fr)); gap: .85rem; list-style: none; padding: 0; margin: 3rem 0 1.25rem; }.extra-list li { display: flex; align-items: center; gap: .8rem; min-width: 0; min-height: 5rem; padding: 1.1rem; border-radius: 1rem; background: rgba(255,255,255,.5); box-shadow: inset 0 1px rgba(255,255,255,.65); }.extra-list h3 { margin: 0 0 .22rem; font-size: .92rem; line-height: 1.25; }.extra-list p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.45; }.extra-icon { flex: 0 0 48px; width: 48px; height: 48px; }.extras-contact { display: flex; align-items: center; gap: .75rem 1.2rem; flex-wrap: wrap; margin-top: 1.25rem; padding: 1.1rem 1.25rem; border: 1px solid rgba(41,75,59,.22); border-radius: 1rem; background: rgba(255,255,255,.25); }.extras-contact > span { color: var(--pine); font: .8rem var(--mono); letter-spacing: .1em; }.extras-contact p { margin: 0; color: var(--muted); font-size: .88rem; }.extras-contact a { margin-left: auto; color: var(--pine); font-size: .85rem; font-weight: 800; }.extras-contact b { margin-left: .35rem; font-size: 1rem; }
.sprite-icon { display: block; background-image: url('./assets/stugkollen-service-icons.webp'); background-repeat: no-repeat; background-size: 300% 300%; }.sprite-inspection { background-position: 0 0; }.sprite-airing { background-position: 50% 0; }.sprite-report { background-position: 100% 0; }.sprite-security { background-position: 0 50%; }.sprite-cleaning { background-position: 50% 50%; }.sprite-window { background-position: 100% 50%; }.sprite-garden { background-position: 0 100%; }.sprite-boat { background-position: 50% 100%; }.sprite-deck { background-position: 100% 100%; }
.extras-contact { margin: 1.45rem 0 0; color: var(--muted); font-size: .9rem; }.extras-contact a { color: var(--pine); font-weight: 800; border-bottom: 1px solid currentColor; }
.about { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 5vw, 5rem); align-items: center; background: var(--paper); }
.about .lead { margin-top: 1.5rem; }
.contact {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr);
  gap: 3rem;
  background: var(--pine);
  color: #fff;
}
.contact h2 { margin-bottom: 2rem; }
.contact-copy > p:last-child { color: #e0e9db; max-width: 34rem; line-height: 1.7; }
.booking-form { display: grid; grid-template-columns: minmax(0, 1fr); gap: 1.25rem; min-width: 0; container-type: inline-size; container-name: booking; }
.booking-heading { display: grid; gap: .5rem; }
.booking-heading h3, .booking-step-title { font-size: 1.15rem; margin: 0; }
.booking-step-title { margin-top: .75rem; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.3); }
.booking-heading > span, .time-picker-label { margin: 0; color: #d7e5d2; font: .8rem var(--mono); letter-spacing: .08em; }
.booking-heading p { margin: 0; color: #fff; font-size: .9rem; text-align: left; }
.booking-widget { display: grid; grid-template-columns: minmax(0, 1fr); border: 1px solid rgba(255,255,255,.3); border-radius: 1.25rem; background: rgba(4,20,16,.12); }
.calendar { min-width: 0; padding: 1rem .5rem; border-bottom: 1px solid rgba(255,255,255,.3); }
.calendar-toolbar { display: grid; grid-template-columns: 44px minmax(0, 1fr) 44px; align-items: center; gap: .5rem; margin-bottom: 1.15rem; }
.calendar-toolbar h3 { margin: 0; color: #fff; font-size: 1rem; font-weight: 700; text-align: center; text-transform: capitalize; }
.calendar-nav { width: 44px; min-height: 44px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.08); color: #fff; cursor: pointer; font-size: 1.1rem; transition: transform .18s ease, background .18s ease; }
.calendar-nav:hover:not(:disabled), .calendar-nav:focus-visible { transform: translateY(-2px); background: rgba(255,255,255,.18); }
.calendar-nav:disabled { cursor: default; opacity: .28; }
.calendar-grid-scroll { overflow-x: auto; padding: 6px; margin: -6px; }
.calendar-weekdays, .calendar-days { min-width: 13.5rem; display: grid; grid-template-columns: repeat(7, minmax(0, 1fr)); gap: .25rem; }
.calendar-weekdays { margin-bottom: .45rem; color: #d7e5d2; font: .875rem var(--sans); text-align: center; }
.calendar-day { min-width: 0; min-height: 44px; padding: 3px; border: 1px solid transparent; border-radius: .8rem; background: transparent; color: #fff; cursor: pointer; font: 600 1rem var(--sans); transition: transform .16s ease, background .16s ease, border-color .16s ease; }
.calendar-day:not(:disabled):not(.is-selected):hover, .calendar-day:not(:disabled):not(.is-selected):focus-visible { transform: translateY(-2px); border-color: var(--amber); background: rgba(255,255,255,.09); }
.calendar-day.is-selected { background: linear-gradient(145deg, #ebc579, var(--amber)); color: var(--deep); font-weight: 800; box-shadow: inset 0 1px rgba(255,255,255,.55), 0 .35rem .7rem rgba(0,0,0,.24); }
.calendar-day:disabled { color: rgba(255,255,255,.25); cursor: default; }
.calendar-filler { min-height: 44px; }
.time-picker { display: grid; align-content: start; gap: 1.15rem; padding: 1rem; background: rgba(255,255,255,.04); border-radius: 0 0 1.25rem 1.25rem; }
.time-slots { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .6rem; }
.time-slot-empty { grid-column: 1 / -1; margin: 0; }
.time-slot { min-height: 3rem; border: 1px solid rgba(255,255,255,.34); border-radius: .85rem; background: rgba(255,255,255,.04); color: #fff; cursor: pointer; font: 700 .9rem var(--sans); transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.time-slot:hover, .time-slot:focus-visible { transform: translateY(-2px); border-color: var(--amber); background: rgba(255,255,255,.12); }
.time-slot.is-selected { background: linear-gradient(145deg, #fff, #e8ede7); border-color: #fff;  color: var(--deep); }
.booking-contact-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.3rem; }
.booking-form label { display: grid; min-width: 0; gap: .55rem; color: #e8eee4; font: 600 .95rem var(--sans); }
.booking-form input:not([type="radio"]), .booking-form textarea { width: 100%; appearance: none; border: 1px solid rgba(255,255,255,.34); border-radius: .85rem; background: rgba(4,20,16,.14); color: white; padding: .85rem .95rem; font: 500 1rem var(--sans); outline-offset: 4px; }
.booking-form input:focus, .booking-form textarea:focus { border-color: var(--amber); background: rgba(4,20,16,.28); }
.booking-form input::placeholder, .booking-form textarea::placeholder { color: #bdcdbd; }
.optional { color: #d7e5d2; }
.booking-form .button { margin-top: .3rem; justify-self: start; }
.form-note { color: #d7e5d2; font-size: .9rem; line-height: 1.55; margin: 0; }
.form-note.is-success { color: #f2d098; }
.form-note.is-error { color: #ffe0cf; }
.booking-retry { justify-self: start; min-height: 44px; padding: .6rem 1rem; border: 1px solid #d7e5d2; border-radius: .6rem; background: transparent; color: white; font: 700 .95rem var(--sans); cursor: pointer; }
.booking-retry[hidden] { display: none; }
.button:disabled, .time-slot:disabled { opacity: .55; cursor: not-allowed; transform: none; box-shadow: none; }
.booking-form [disabled] { cursor: not-allowed; }
:where(a, button, input, textarea, summary, [tabindex]):focus-visible { outline: 3px solid var(--amber); outline-offset: 4px; }
.pricing .button:focus-visible { outline-color: var(--ink); }
.hero .eyebrow { line-height: 1.6; }
.site-footer { flex-wrap: wrap; min-height: 7rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.5rem clamp(1.25rem, 5vw, 5rem) calc(1.5rem + env(safe-area-inset-bottom)); background: var(--footer); color: rgba(255,255,255,.75); font-size: .875rem; }.site-footer .brand { color: white; }.footer-brand .brand-logo { height: 4.15rem; }.site-footer p { margin: 0; }.site-footer > a:last-child { border-bottom: 1px solid rgba(255,255,255,.45); }
.team-panel { padding: clamp(20px, 3vw, 36px); border: 1px solid var(--moss); border-radius: 1.5rem; background: #e0e5d9; }
.team-panel h3 { margin-bottom: 1.5rem; font-size: 1.1rem; }
.team-list { --team-portrait-height: clamp(7.5rem, 16vw, 11rem); display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem .9rem; list-style: none; padding: 0; margin: 0; }
.team-list li { display: grid; align-content: start; gap: .65rem; min-width: 0; font-size: 1rem; font-weight: 700; }
.team-photo, .team-initials { display: grid; place-items: center; width: 100%; height: var(--team-portrait-height); border: 2px solid #fff; border-radius: .9rem; box-shadow: 0 .35rem 1rem rgba(16,35,30,.16); }
.team-photo { object-fit: cover; object-position: 50% 42%; background: var(--moss); }
.team-photo-isak { filter: brightness(.92) contrast(1.03); }
.team-photo-artur { object-position: 50% 58%; }
.team-initials { background: linear-gradient(145deg, #365b49, var(--pine)); color: #fff; font: 500 1.1rem var(--mono); }
.team-location { margin: 1.5rem 0 0; font-size: .9rem; color: var(--pine); }
.about-experience { max-width: 36rem; line-height: 1.7; }
.insurance-note { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.insurance-note h3 { font-size: 1.05rem; margin-bottom: .65rem; }
.insurance-note p { max-width: 36rem; font-size: .95rem; line-height: 1.65; }
.insurance-note a, .included-note a { text-decoration: underline; text-underline-offset: .2em; }
.insurance-note a { display: inline-block; font-size: .9rem; font-weight: 700; padding-block: .5rem; }


.booking-form [hidden] { display: none; }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2rem; list-style: none; padding: 0; margin: 2rem 0 0; }
.process-list li { display: flex; gap: 1rem; }
.process-list h3 { font-size: 1.05rem; margin-bottom: .5rem; }
.process-list p { margin: 0; color: var(--muted); }
.step-number { flex: 0 0 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid var(--moss); border-radius: 50%; color: var(--pine); font: .875rem var(--mono); }
.intro h2 { max-width: 28ch; font-size: clamp(1.75rem, 3vw, 2.75rem); }
.contact-methods { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-methods legend { padding: 0; margin-bottom: .75rem; color: #e8eee4; font-weight: 600; }
.contact-method-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .75rem; }
.contact-method-options label { display: flex; align-items: center; gap: .75rem; min-height: 76px; padding: .85rem; border: 1px solid #94ab9c; border-radius: .85rem; cursor: pointer; }
.contact-method-options label:has(input:checked) { border-color: var(--amber); background: var(--deep); box-shadow: inset 0 0 0 1px var(--amber); }
.contact-method-options input { flex: 0 0 1.25rem; width: 1.25rem; height: 1.25rem; margin: 0; accent-color: var(--amber); }
.contact-method-options small { display: block; margin-top: .2rem; color: #d7e5d2; font-size: .875rem; font-weight: 400; }
.field-error { margin: .2rem 0 0; color: #ffe0cf; font-size: .9rem; font-weight: 500; }
.booking-form [aria-invalid="true"] { border-color: #ffe0cf; }
.booking-summary { padding: 1rem 1.25rem; border: 1px solid #94ab9c; border-radius: .85rem; background: var(--deep); }
.booking-summary h3 { margin-bottom: .5rem; font-size: 1rem; }
.booking-summary p { margin-bottom: .5rem; }
.booking-summary p:last-child { margin-bottom: 0; }
#booking-status { padding: .75rem 0; }
#booking-status.is-error, #booking-status.is-success { padding: 1rem; border: 1px solid currentColor; border-radius: .85rem; }
@container booking (min-width: 38rem) {
  .booking-widget { grid-template-columns: minmax(20rem, 1fr) minmax(9rem, .45fr); }
  .calendar { padding: 1.25rem; border-bottom: 0; border-right: 1px solid rgba(255,255,255,.3); }
  .time-slots { grid-template-columns: minmax(0, 1fr); }
  .time-picker { border-radius: 0 1.25rem 1.25rem 0; }
}
@media (max-width: 1100px) {
  .contact { grid-template-columns: minmax(0, 1fr); gap: 2rem; }
  .booking-form { width: 100%; max-width: 44rem; }
  .contact h2 { max-width: 20ch; }
  .process-list { gap: 1.25rem; }
}
@media (max-width: 960px) {
  .site-header { height: calc(4.7rem + env(safe-area-inset-top)); padding-inline: clamp(20px, 5vw, 80px); gap: .5rem; }
  .site-header .brand { gap: .35rem; }
  .site-header .brand-logo { height: 48px; flex-shrink: 0; }
  .menu-button { display: block; flex-shrink: 0; }
  .site-header nav { display: none; position: absolute; left: 1rem; right: 1rem; top: calc(4.7rem + env(safe-area-inset-top)); padding: .75rem 1.2rem; flex-direction: column; gap: .25rem; align-items: stretch; background: var(--deep); color: #fff; box-shadow: 0 1rem 3rem rgba(0,0,0,.25); max-height: calc(100dvh - 6rem - env(safe-area-inset-top)); overflow-y: auto; }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { display: flex; align-items: center; min-height: 44px; }
  .nav-cta { width: fit-content; }
}
@media (max-width: 720px) {
  .team-photo-isak { filter: brightness(.84) contrast(1.04); }
  .hero { min-height: 0; }
  .hero-content { padding-top: 7.5rem; padding-bottom: 2.5rem; }
  .hero-facts { display: grid; gap: .5rem; font-size: .9rem; }
  .hero-actions { gap: .5rem 1.25rem; }
  .hero-actions .button { width: 100%; }
  .section-heading, .about, .pricing-card, .extras-intro, .process-list { grid-template-columns: minmax(0, 1fr); }
  .section-heading { gap: .5rem; padding-bottom: 1.5rem; }
  .section-heading .eyebrow { margin-bottom: .5rem; }
  .included-grid { grid-template-columns: minmax(0, 1fr); }
  .included-grid article, .included-grid article:nth-child(odd), .included-grid article:nth-child(even) { min-height: auto; padding: 1.25rem 0; border-right: 0; }
  .included-grid h3 { margin-top: .5rem; }
  .service-card-top { min-height: 1.5rem; }
  .service-icon { width: 3rem; height: 3rem; }
  .extras-intro { gap: 1.25rem; }
  .extra-list { grid-template-columns: minmax(0, 1fr); gap: .5rem; margin-top: 1.5rem; }
  .extra-list li { padding: 12px 16px; gap: 12px; }
  .extras-contact { align-items: flex-start; }
  .extras-contact a { margin-left: 0; }
  .about { gap: 2rem; }
  .site-footer { flex-wrap: wrap; }
  .site-footer p { order: 3; width: 100%; }
}
@container booking (max-width: 30rem) {
  .booking-contact-fields { grid-template-columns: minmax(0, 1fr); }
}
@container booking (max-width: 21rem) {
  .contact-method-options { grid-template-columns: minmax(0, 1fr); }
  .time-slots { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

/* Report example stays collapsed until the visitor asks to see it. */
.report-example { margin-top: 2rem; border: 1px solid #6c8878; border-radius: 1rem; }
.report-example summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 4.5rem; padding: 18px 20px; cursor: pointer; list-style: none; font-weight: 700; border-radius: 1rem; }
.report-example summary::-webkit-details-marker { display: none; }
.report-example summary::after { content: '+'; flex: 0 0 24px; text-align: center; font-size: 1.5rem; font-weight: 400; color: var(--amber); }
.report-example[open] summary::after { content: '−'; }
.report-example summary:hover { background: rgba(255,255,255,.05); }
.report-example summary small { display: block; margin-top: .2rem; font-size: .875rem; font-weight: 400; color: #d7e5d2; }
.report-example-content { display: grid; grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr); gap: clamp(1.5rem, 4vw, 3rem); padding: clamp(20px, 3vw, 32px); border-top: 1px solid #6c8878; }
.report-context h3 { font-size: 1.4rem; line-height: 1.3; }
.report-context p { color: #d7e5d2; }
.example-disclaimer { font-size: .875rem; }
.report-card { min-width: 0; padding: clamp(20px, 3vw, 32px); border-radius: .75rem; background: var(--paper); color: var(--ink); }
.report-card h3 { font-size: 1.25rem; margin-bottom: 1.5rem; }
.report-card .eyebrow { margin-bottom: .75rem; }
.report-checks { margin: 0; }
.report-checks > div { padding: .9rem 0; border-top: 1px solid var(--line); }
.report-checks dt { font-weight: 800; }
.report-checks dd { margin: .25rem 0 0; color: var(--muted); }
.report-observation { margin: 1rem 0 0; padding: 16px; background: #e6ddc9; border-left: 3px solid #886326; border-radius: 0 .5rem .5rem 0; }
.report-observation strong { display: block; margin-bottom: .25rem; }
.pricing-area { max-width: 24rem; margin: 1.25rem 0 0; color: var(--muted); }
.pricing-details h3 { font-size: 1.1rem; margin-bottom: 1rem; }
.pricing-includes { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.pricing-includes li { position: relative; padding: .6rem 0 .6rem 1.75rem; border-bottom: 1px solid var(--line); }
.pricing-includes li::before { content: ''; position: absolute; left: .1rem; top: 1rem; width: .65rem; height: .35rem; border-bottom: 2px solid var(--pine); border-left: 2px solid var(--pine); transform: rotate(-45deg); }
.pricing-terms { font-size: .95rem; line-height: 1.65; }
.pricing-terms strong { display: block; color: var(--ink); }
.pricing-extras-link { margin-top: 0; }
.pricing-details .button { display: flex; width: fit-content; }
.footer-links { display: flex; flex-wrap: wrap; align-items: center; gap: .25rem 1.5rem; }
.footer-links a { display: inline-flex; align-items: center; gap: .4rem; min-height: 44px; text-decoration: underline; text-underline-offset: .25em; }
.footer-links a:hover { color: #fff; }
@media (max-width: 720px) {
  .report-example-content { grid-template-columns: minmax(0, 1fr); }
  .brand-name { font-size: 1rem; }
  .site-footer .footer-links { width: 100%; order: 2; }
  .site-footer > span { order: 1; }
}
/* At very short viewport heights, keep the header from obscuring the page. */
@media (max-height: 400px) {
  .site-header { position: absolute; }
}

/* Let flex and grid content reflow when visitors enlarge text. */
.booking-form > *, .team-list li > span:last-child, .extra-list li > div, .process-list li > div, .report-example summary > span { min-width: 0; }
