/* Rose's Cleaning & Janitorial — site styles */

@font-face { font-family: "Plus Jakarta Sans"; src: url("../fonts/plus-jakarta-sans.woff2") format("woff2"); font-weight: 400 700; font-style: normal; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-italic.woff2") format("woff2"); font-weight: 400; font-style: italic; font-display: swap; }
@font-face { font-family: "Instrument Serif"; src: url("../fonts/instrument-serif-normal.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: "Great Vibes"; src: url("../fonts/great-vibes.woff2") format("woff2"); font-weight: 400; font-style: normal; font-display: swap; }

/* ---------- tokens ---------- */
:root {
  --bg: #f9faf7;
  --surface: #ffffff;
  --sand: #edf2ee;         /* soft sage tint for alternating sections */
  --ink: #17221d;
  --ink-2: #4f5c55;
  --ink-3: #606c65;
  --line: #dfe6e0;
  --line-2: #c9d4cc;

  --sage-50: #f3f7f4;
  --sage-100: #e4ede7;
  --sage-200: #cadbd0;
  --sage-300: #a9c3b3;
  --sage-400: #86a592;
  --brand: #4a6b5c;        /* sage: primary actions */
  --brand-hover: #3c594c;
  --brand-deep: #22372f;   /* deep sage: footer, overlays */
  --brand-soft: #e4ede7;
  --accent: #b9506a;       /* rose: logo + small accents */
  --rose: #974e63;         /* dusty rose: feature sections + pink text details */
  --rose-hover: #803f52;
  --rose-soft: #f6e4e8;
  --accent-soft: #f7e6e9;
  --star: #e2ac3f;

  --font-sans: "Plus Jakarta Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Instrument Serif", Georgia, "Times New Roman", serif;
  --font-script: "Great Vibes", cursive;

  --r-sm: 10px;
  --r: 16px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-box: 0;             /* info boxes are square */
  --shadow-sm: 0 1px 2px rgba(20, 27, 24, .05);
  --shadow: 0 1px 2px rgba(20, 27, 24, .04), 0 8px 24px -8px rgba(20, 27, 24, .10);
  --shadow-lg: 0 2px 6px rgba(20, 27, 24, .04), 0 24px 56px -16px rgba(20, 27, 24, .22);

  --container: 1180px;
  --gutter: clamp(20px, 4vw, 40px);
  --section: clamp(72px, 9vw, 128px);
  --header-h: 76px;
  --ease: cubic-bezier(.2, .7, .2, 1);
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body { margin: 0; font-family: var(--font-sans); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--bg); -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-rendering: optimizeLegibility; }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--brand-hover); }
p { margin: 0 0 1em; }
h1, h2, h3, h4, .h3, .h4 { font-family: var(--font-sans); font-weight: 600; color: var(--ink); margin: 0 0 .5em; text-wrap: balance; }
h1 { font-size: clamp(2.5rem, 5.4vw, 4.25rem); line-height: 1.02; letter-spacing: -.04em; }
h2 { font-size: clamp(1.9rem, 3.4vw, 2.75rem); line-height: 1.08; letter-spacing: -.035em; }
h3, .h3 { font-size: 1.2rem; line-height: 1.3; letter-spacing: -.015em; }
h4, .h4 { font-size: 1.02rem; line-height: 1.35; letter-spacing: -.01em; }
h1 em, h2 em { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: 1.1em; letter-spacing: -.01em; color: var(--rose); }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
::selection { background: var(--rose-soft); }

.icon { width: 1.1em; height: 1.1em; flex: none; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; vertical-align: -.15em; }
.container { width: 100%; max-width: calc(var(--container) + var(--gutter) * 2); margin: 0 auto; padding: 0 var(--gutter); }
.narrow { max-width: calc(780px + var(--gutter) * 2); }
.center { text-align: center; }
.muted { color: var(--ink-2); }
.small { font-size: .9rem; }
.nowrap, a[href^="tel:"] { white-space: nowrap; }
.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; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 100; background: var(--ink); color: #fff; padding: 10px 16px; border-radius: var(--r-sm); }
.skip-link:focus { top: 12px; color: #fff; }

.eyebrow { display: inline-flex; align-items: center; gap: .5em; margin: 0 0 1.5rem; padding: 6px 14px 6px 12px; border: 1px solid var(--sage-200); border-radius: 999px; background: var(--sage-50); font-size: .82rem; font-weight: 600; color: var(--ink-2); letter-spacing: 0; }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--rose); }
.eyebrow:has(.icon)::before { display: none; }
.eyebrow .icon { color: var(--rose); }
.lead { font-size: clamp(1.075rem, 1.4vw, 1.2rem); line-height: 1.6; color: var(--ink-2); max-width: 56ch; }
.section-head { margin-bottom: clamp(32px, 4vw, 48px); max-width: 720px; }
.section-head h2 { margin-bottom: 0; }
.section-head .lead { margin: 16px 0 0; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .lead { margin-inline: auto; }
.row-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; flex-wrap: wrap; max-width: none; }
.subhead { font-size: .78rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--rose); margin: 28px 0 12px; }
.kicker { display: flex; align-items: center; gap: 10px; margin: 0 0 14px; font-size: .8rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--rose); }
.kicker::before { content: ""; width: 20px; height: 1px; background: currentColor; }
.section-head.center .kicker { justify-content: center; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5em; min-height: 48px; padding: 0 22px; border-radius: 999px; border: 1px solid transparent; font: 600 .975rem/1 var(--font-sans); letter-spacing: -.005em; text-decoration: none; cursor: pointer; white-space: nowrap; transition: background-color .2s, border-color .2s, color .2s, box-shadow .2s, transform .2s var(--ease); }
.btn:active { transform: scale(.98); }
.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-hover); color: #fff; }
.btn-outline { background: var(--surface); color: var(--ink); border-color: var(--line-2); }
.btn-outline:hover { border-color: var(--ink); color: var(--ink); }
.btn-outline .icon { color: var(--ink-2); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--sand); color: var(--ink); }
.btn-ghost-light { background: transparent; color: #fff; border-color: rgba(255, 255, 255, .3); }
.btn-ghost-light:hover { border-color: rgba(255, 255, 255, .8); color: #fff; }
.btn-sm { min-height: 40px; padding: 0 18px; font-size: .9rem; }
.btn-lg { min-height: 54px; padding: 0 26px; font-size: 1rem; }
.btn-block { width: 100%; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 2rem; }
.link-arrow { display: inline-flex; align-items: center; gap: .4em; font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; }
.link-arrow .icon { color: var(--rose); transition: transform .2s var(--ease); }
.link-arrow:hover { color: var(--ink); }
.link-arrow:hover .icon { transform: translateX(3px); }
.center-link { text-align: center; margin: 2.5rem 0 0; }

/* ---------- header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(249, 250, 247, .84); backdrop-filter: saturate(1.6) blur(16px); -webkit-backdrop-filter: saturate(1.6) blur(16px); border-bottom: 1px solid transparent; transition: border-color .2s, background-color .2s; }
.site-header.is-scrolled { border-color: var(--line); background: rgba(249, 250, 247, .94); }
.header-inner { display: flex; align-items: center; gap: 32px; min-height: var(--header-h); }
.logo { display: inline-flex; flex-direction: column; line-height: 1; text-decoration: none; flex: none; }
.logo-script { font-family: var(--font-script); font-size: 2rem; line-height: .85; color: var(--accent); font-weight: 400; }
.logo-sub { font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--ink); margin-top: 5px; }
.logo-light .logo-script { color: #f3c9d2; }
.logo-light .logo-sub { color: rgba(255, 255, 255, .75); }

.primary-nav { margin-left: auto; }
.primary-nav > ul { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.nav-link { display: inline-flex; align-items: center; gap: .3em; height: 40px; padding: 0 12px; border-radius: 999px; font: 500 .95rem/1 var(--font-sans); color: var(--ink-2); text-decoration: none; background: none; border: 0; cursor: pointer; transition: color .15s, background-color .15s; }
.nav-link:hover, .menu-toggle[aria-expanded="true"] { color: var(--ink); background: rgba(20, 27, 24, .04); }
.nav-link[aria-current="page"] { color: var(--ink); font-weight: 600; }
.chev { width: .85em; height: .85em; opacity: .6; transition: transform .2s var(--ease); }
.menu-toggle[aria-expanded="true"] .chev { transform: rotate(180deg); }
.has-menu { position: relative; }
.menu { position: absolute; top: calc(100% + 12px); left: 50%; width: 300px; transform: translate(-50%, 4px); opacity: 0; visibility: hidden; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-box); box-shadow: var(--shadow-lg); padding: 6px; transition: opacity .16s, transform .16s var(--ease), visibility .16s; }
.menu::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
.menu.is-open { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
@media (hover: hover) and (min-width: 961px) {
  .has-menu:hover .menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
  .has-menu:hover .chev { transform: rotate(180deg); }
  .has-menu:hover > .nav-link { color: var(--ink); background: rgba(20, 27, 24, .04); }
}
.menu a { display: flex; align-items: center; gap: 12px; padding: 10px 12px; border-radius: 0; color: var(--ink); text-decoration: none; transition: background-color .15s; }
.menu a:hover, .menu a[aria-current="page"] { background: var(--sand); }
.menu a strong { display: block; font-weight: 600; font-size: .925rem; }
.menu a small { display: block; color: var(--ink-3); font-size: .8rem; margin-top: 1px; }
.menu .menu-all { justify-content: space-between; margin-top: 6px; padding: 12px 10px; border-top: 1px solid var(--line); border-radius: 0; font-weight: 600; font-size: .88rem; color: var(--rose); }
.menu .menu-all:hover { color: var(--ink); background: none; }
.nav-mobile-cta { display: none; }

.header-cta { display: flex; align-items: center; gap: 20px; }
.header-phone { display: inline-flex; align-items: center; gap: .45em; font-weight: 600; font-size: .95rem; color: var(--ink); text-decoration: none; }
.header-phone .icon { color: var(--ink-3); }
.header-phone:hover { color: var(--brand); }
.nav-toggle { display: none; margin-left: auto; width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--line); background: var(--surface); color: var(--ink); cursor: pointer; place-items: center; }
.nav-toggle .icon { width: 20px; height: 20px; }
.nav-toggle .i-close, .nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }

@media (max-width: 1080px) { .header-phone span { display: none; } .header-inner { gap: 20px; } }
@media (max-width: 960px) {
  :root { --header-h: 64px; }
  .site-header { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .header-cta { display: none; }
  .nav-toggle { display: grid; }
  .logo-script { font-size: 1.75rem; }
  .primary-nav { position: fixed; top: var(--nav-top, var(--header-h)); left: 0; right: 0; bottom: 0; background: var(--bg); padding: 8px var(--gutter) 32px; overflow-y: auto; opacity: 0; visibility: hidden; transform: translateY(-8px); transition: opacity .2s, transform .2s var(--ease), visibility .2s; display: flex; flex-direction: column; }
  .primary-nav.is-open { opacity: 1; visibility: visible; transform: none; }
  .primary-nav > ul { flex-direction: column; align-items: stretch; gap: 0; }
  .primary-nav > ul > li { border-bottom: 1px solid var(--line); }
  .nav-link { width: 100%; height: auto; justify-content: space-between; padding: 18px 0; font-size: 1.125rem; font-weight: 600; color: var(--ink); border-radius: 0; }
  .nav-link:hover, .menu-toggle[aria-expanded="true"] { background: none; }
  .menu { position: static; width: auto; transform: none; box-shadow: none; border: 0; padding: 0 0 12px; display: none; opacity: 1; visibility: visible; background: none; }
  .menu::before { display: none; }
  .menu.is-open { display: block; transform: none; }
  .menu a { padding: 10px 0; }
  .menu a:hover { background: none; }
  .menu .menu-all { padding: 14px 0 4px; }
  .nav-mobile-cta { display: grid; gap: 10px; margin-top: 28px; }
  body.nav-open { overflow: hidden; }
}

/* ---------- home hero: full-bleed photo slideshow + brand lockup ---------- */
.hero { position: relative; isolation: isolate; display: grid; align-items: center; min-height: clamp(560px, calc(100svh - var(--header-h)), 820px); padding: 96px 0 120px; overflow: hidden; color: #fff; background: var(--brand-deep); }
.hero-slides, .hero-slide, .hero-scrim { position: absolute; inset: 0; }
.hero-slides { z-index: -2; }
.hero-slide { opacity: 0; transition: opacity 1.4s ease; }
.hero-slide.is-active { opacity: 1; }
.hero-slide-img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); }
.hero-slide.is-active .hero-slide-img { animation: hero-zoom 9s ease-out forwards; }
@keyframes hero-zoom { from { transform: scale(1.08); } to { transform: scale(1); } }
.hero-scrim { z-index: -1; background:
  radial-gradient(ellipse 70% 60% at 50% 48%, rgba(34, 55, 47, .62), rgba(34, 55, 47, .25) 70%),
  linear-gradient(180deg, rgba(34, 55, 47, .35) 0%, rgba(34, 55, 47, .15) 40%, rgba(34, 55, 47, .7) 100%); }
.hero-inner { position: relative; display: flex; flex-direction: column; align-items: center; text-align: center; }
.hero-brand { display: flex; flex-direction: column; align-items: center; margin: 0; color: #fff; letter-spacing: 0; text-shadow: 0 2px 24px rgba(0, 0, 0, .25); }
.hero-logo { font-family: var(--font-script); font-weight: 400; font-size: clamp(5rem, 13vw, 9.5rem); line-height: .9; color: #fff; }
.hero-name { margin-top: clamp(8px, 1.2vw, 16px); font-size: clamp(.8rem, 1.5vw, 1.1rem); font-weight: 600; letter-spacing: .32em; text-transform: uppercase; padding-left: .32em; /* balance tracking */ }
.hero-name::before, .hero-name::after { content: ""; display: inline-block; width: clamp(20px, 4vw, 48px); height: 1px; margin: 0 .9em .3em; background: rgba(255, 255, 255, .6); vertical-align: middle; }
.hero-location { display: inline-flex; align-items: center; gap: .5em; margin: clamp(20px, 3vw, 32px) 0 0; padding: 8px 16px; border-radius: 999px; background: rgba(255, 255, 255, .14); border: 1px solid rgba(255, 255, 255, .22); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); font-size: clamp(.9rem, 1.3vw, 1rem); font-weight: 500; color: #fff; }
.hero-location .icon { color: var(--sage-200); }
.hero .actions { justify-content: center; margin-top: clamp(28px, 4vw, 40px); }
.hero .btn-light { color: var(--brand-deep); }
.hero .btn-ghost-light { background: rgba(255, 255, 255, .08); backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px); border-color: rgba(255, 255, 255, .5); }
.hero .btn-ghost-light:hover { background: rgba(255, 255, 255, .16); border-color: #fff; }
.hero-proof { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 10px 28px; list-style: none; padding: 0; margin: 28px 0 0; font-size: .92rem; font-weight: 500; color: rgba(255, 255, 255, .9); }
.hero-proof li { display: inline-flex; align-items: center; gap: .5em; }
.hero-proof .icon { color: var(--sage-200); }
.hero-proof .stars .icon { color: var(--star); }
.stars { display: inline-flex; gap: 1px; color: var(--star); }
.stars .icon { width: .95em; height: .95em; fill: currentColor; stroke: none; }
.hero-pause { position: absolute; right: var(--gutter); bottom: 24px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, .5); background: rgba(34, 55, 47, .6); color: #fff; cursor: pointer; opacity: 0; pointer-events: none; }
.hero-pause:focus-visible { opacity: 1; pointer-events: auto; }
.hero-pause .icon { width: 15px; height: 15px; }
.hero-pause .i-play { fill: currentColor; stroke: none; display: none; }
.hero-pause[aria-pressed="true"] .i-pause { display: none; }
.hero-pause[aria-pressed="true"] .i-play { display: block; }
.hero :focus-visible { outline-color: #fff; }
@media (max-width: 600px) {
  .hero { min-height: calc(100svh - var(--header-h) - 66px); padding: 64px 0 96px; }
  .hero .actions { width: 100%; flex-direction: column; }
  .hero .actions .btn { width: 100%; }
  .hero-proof { gap: 8px 18px; font-size: .85rem; }
  .hero-name { letter-spacing: .24em; padding-left: .24em; }
  .hero-name::before, .hero-name::after { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-slide.is-active .hero-slide-img { animation: none; transform: none; }
}

/* ---------- inner page hero ---------- */
.page-hero { padding: clamp(28px, 4vw, 48px) 0 clamp(48px, 6vw, 80px); background: linear-gradient(180deg, var(--sage-100), var(--bg)); border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.25rem, 4.4vw, 3.5rem); max-width: 18ch; }
.page-hero .lead { margin-bottom: 0; }
.page-hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(32px, 5vw, 72px); align-items: center; }
.page-hero-media { border-radius: 0; overflow: hidden; aspect-ratio: 4 / 3; background: var(--sand); }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0 0 28px; font-size: .85rem; color: var(--ink-3); }
.breadcrumbs li + li::before { content: "/"; margin-right: 8px; color: var(--line-2); }
.breadcrumbs a { color: var(--ink-3); text-decoration: none; }
.breadcrumbs a:hover { color: var(--rose); }
.breadcrumbs [aria-current] { color: var(--ink-2); }
@media (max-width: 960px) { .page-hero-grid { grid-template-columns: 1fr; } }

/* ---------- sections ---------- */
.section { padding: var(--section) 0; }
.section-tint { background: var(--sand); }
.section-flush { padding-top: clamp(40px, 5vw, 64px); }
.section-flush-top { padding-top: 0; }
.section-tint + .section-flush-top, .page-hero + .section-flush-top { padding-top: var(--section); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 96px); align-items: center; }
.split-top { align-items: start; }
@media (max-width: 960px) { .split { grid-template-columns: 1fr; } }

/* ---------- cards ---------- */
.card-grid { display: grid; gap: 16px; }
.cols-2 { grid-template-columns: repeat(2, 1fr); }
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 1080px) { .cols-4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 860px) { .cols-3 { grid-template-columns: 1fr; } }
@media (max-width: 600px) { .cols-4, .cols-2 { grid-template-columns: 1fr; } }
.card { position: relative; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-box); padding: clamp(24px, 2.4vw, 32px); }
.card h2, .card h3, .card .h3 { margin-bottom: .4em; }
.card p { color: var(--ink-2); font-size: .975rem; }
.card p:last-child { margin-bottom: 0; }
.service-card, .area-card, .price-card { display: flex; flex-direction: column; transition: border-color .2s, box-shadow .25s, transform .25s var(--ease); }
.service-card:hover, .area-card:hover, .price-card:hover { border-color: var(--line-2); box-shadow: var(--shadow); transform: translateY(-2px); }
.stretched { color: inherit; text-decoration: none; }
.stretched:hover { color: inherit; }
.stretched::after { content: ""; position: absolute; inset: 0; border-radius: inherit; }
.card-meta { margin-top: auto !important; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; gap: 12px; font-size: .9rem; }
.card-meta .price { font-weight: 600; color: var(--ink); }
.card-meta .more { display: inline-flex; align-items: center; gap: .35em; font-weight: 600; color: var(--ink-3); white-space: nowrap; transition: color .2s; }
.card-meta .more .icon { transition: transform .2s var(--ease); }
.card:hover .more { color: var(--rose); }
.card:hover .more .icon { transform: translateX(3px); }
.area-card-ask { background: transparent; border-style: dashed; }
.area-card-ask:hover { transform: none; box-shadow: none; }
.price-lg { font-size: 1.75rem; font-weight: 600; letter-spacing: -.03em; color: var(--ink); margin: .15em 0 .35em; line-height: 1.1; }

/* reviews */
.review-card { margin: 0; display: flex; flex-direction: column; gap: 18px; }
.review-card blockquote { margin: 0; }
.review-card blockquote p { font-family: var(--font-serif); font-size: 1.3rem; line-height: 1.35; color: var(--ink); letter-spacing: -.005em; }
.review-card figcaption { margin-top: auto; display: flex; align-items: center; gap: 12px; padding-top: 4px; }
.review-card figcaption strong { display: block; font-size: .92rem; font-weight: 600; }
.review-card figcaption small { display: block; color: var(--ink-3); font-size: .82rem; }
.avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--sand); color: var(--ink-2); font-weight: 600; font-size: .8rem; letter-spacing: .02em; }
.solo-review { margin-bottom: clamp(48px, 6vw, 80px); }

/* checklist & chips */
.checklist { list-style: none; padding: 0; margin: 0 0 1.25rem; display: grid; gap: 12px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink); font-size: .975rem; }
.checklist .icon { width: 20px; height: 20px; padding: 4px; margin-top: 2px; border-radius: 50%; background: var(--brand-soft); color: var(--brand); stroke-width: 2.5; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; padding: 0; margin: 0; }
.center .chips { justify-content: center; }
.chips a { display: inline-flex; align-items: center; gap: .4em; height: 38px; padding: 0 14px; border-radius: 999px; background: var(--surface); border: 1px solid var(--line); color: var(--ink); font-weight: 500; font-size: .9rem; text-decoration: none; transition: border-color .2s; }
.chips a:hover { border-color: var(--ink); color: var(--ink); }
.chips .icon { color: var(--ink-3); }
.areas-line { margin: 32px 0 0; color: var(--ink-2); font-size: .95rem; }
.areas-line .icon { color: var(--ink-3); }
.areas-line a { color: var(--ink); }

/* prose */
.prose h2 { margin-top: 0; font-size: clamp(1.6rem, 2.6vw, 2.1rem); }
.prose h3 { margin-top: 2.25rem; }
.prose p { color: var(--ink-2); }
.prose ul:not(.checklist) { padding-left: 1.2em; color: var(--ink-2); }
.prose ul:not(.checklist) li { margin-bottom: .5em; }
.legal h2 { font-size: 1.35rem; margin-top: 2.5rem; letter-spacing: -.02em; }
.callout { display: flex; gap: 14px; padding: 18px 20px; border-radius: var(--r-box); background: var(--brand-soft); margin-top: 2rem; }
.callout .icon { color: var(--brand); width: 22px; height: 22px; margin-top: 2px; }
.callout p { margin: 0; color: var(--brand-deep); font-size: .975rem; }
.included .checklist { margin-bottom: 0; }
.price-box { margin-top: 28px; padding-top: 24px; border-top: 1px solid var(--line); }
.price-box .actions { margin-top: 1.25rem; }

/* mosaic (about page) */
.mosaic { display: grid; grid-template-columns: 2fr 1fr 1fr; grid-template-rows: repeat(2, minmax(180px, 280px)); gap: 12px; }
.mosaic figure { position: relative; margin: 0; border-radius: 0; overflow: hidden; background: var(--sand); }
.mosaic img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.mosaic figure:hover img { transform: scale(1.03); }
.mosaic figcaption { position: absolute; left: 12px; bottom: 12px; background: rgba(255, 255, 255, .92); color: var(--ink); font-size: .8rem; font-weight: 600; padding: 7px 12px; border-radius: 0; }
.m-a, .m-b { grid-row: span 2; }
@media (max-width: 760px) {
  .mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: 240px 200px 200px; }
  .m-a { grid-column: span 2; grid-row: auto; }
}

/* estimator */
.estimator { display: grid; grid-template-columns: 1.25fr 1fr; padding: 0; overflow: hidden; }
.estimator-form { padding: clamp(24px, 3vw, 40px); display: grid; gap: 22px; align-content: start; }
.estimator-result { background: var(--rose); color: #fff; padding: clamp(24px, 3vw, 40px); display: flex; flex-direction: column; justify-content: center; }
.estimator .result-label { font-size: .82rem; font-weight: 600; color: rgba(255, 255, 255, .6); margin: 0; }
.estimator .result-price { font-size: clamp(2.1rem, 3.4vw, 2.75rem); font-weight: 600; letter-spacing: -.04em; line-height: 1.1; margin: .2em 0 .5em; color: #fff; white-space: nowrap; }
.estimator .result-note { font-size: .9rem; color: rgba(255, 255, 255, .72); }
.estimator-result .btn { margin-top: 8px; }
@media (max-width: 1080px) and (min-width: 961px), (max-width: 640px) { .estimator { grid-template-columns: 1fr; } }

/* forms */
.field { display: grid; gap: 8px; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
@media (max-width: 480px) { .field-row { grid-template-columns: 1fr; } }
label { font-weight: 600; font-size: .875rem; color: var(--ink); display: flex; align-items: baseline; gap: 4px; }
label output { font-weight: 600; color: var(--ink-2); margin-left: auto; font-variant-numeric: tabular-nums; }
.req { color: var(--rose); }
.optional { font-weight: 400; color: var(--ink-3); }
input:not([type="range"]), select, textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid var(--line-2); border-radius: 12px; background: var(--surface); font: 400 1rem/1.4 var(--font-sans); color: var(--ink); transition: border-color .15s, box-shadow .15s; }
input::placeholder, textarea::placeholder { color: var(--ink-3); }
select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23868d89' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; background-size: 16px; padding-right: 40px; }
textarea { resize: vertical; min-height: 120px; }
input:hover, select:hover, textarea:hover { border-color: var(--ink-3); }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--brand); box-shadow: 0 0 0 3px rgba(30, 59, 51, .12); }
input[aria-invalid="true"] { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(185, 80, 106, .12); }
input[type="range"] { width: 100%; accent-color: var(--brand); height: 24px; }
.form-error { color: var(--accent); font-weight: 600; font-size: .92rem; margin: 0; }
.form-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.quote-form { display: grid; gap: 20px; }
.quote-form .small { margin: 0; color: var(--ink-3); }

/* contact */
.contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 24px; align-items: start; }
.contact-form-card > .h3 { font-size: 1.35rem; margin-bottom: 24px; }
.contact-side { display: grid; gap: 12px; }
.contact-method { display: flex; align-items: center; gap: 14px; padding: 16px 18px; border-radius: var(--r-box); background: var(--surface); border: 1px solid var(--line); text-decoration: none; color: var(--ink); transition: border-color .2s; }
.contact-method:hover { border-color: var(--ink); color: var(--ink); }
.contact-method small { display: block; color: var(--ink-3); font-size: .8rem; }
.contact-method strong { display: block; font-size: 1rem; font-weight: 600; word-break: break-word; }
.contact-side .card { padding: 22px; }
.contact-side .h4 { display: flex; align-items: center; gap: .5em; margin: 0 0 6px; }
.contact-side .h4 .icon { color: var(--ink-3); }
.contact-side .h4 + p { color: var(--ink-2); font-size: .95rem; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }

/* FAQ */
.faq-list { border-top: 1px solid var(--line); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 22px 0; cursor: pointer; font-weight: 600; font-size: 1.05rem; letter-spacing: -.01em; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .icon { width: 28px; height: 28px; padding: 6px; border-radius: 50%; border: 1px solid var(--line); color: var(--rose); transition: transform .25s var(--ease), background-color .2s; }
.faq summary:hover .icon { background: var(--sand); }
.faq[open] summary .icon { transform: rotate(180deg); }
.faq-body { padding: 0 52px 24px 0; color: var(--ink-2); }
.faq-body p { margin: 0; }
.faq-layout { display: grid; grid-template-columns: 200px 1fr; gap: clamp(32px, 6vw, 80px); align-items: start; max-width: calc(1040px + var(--gutter) * 2); }
.faq-toc { position: sticky; top: calc(var(--header-h) + 32px); }
.faq-toc .eyebrow { display: none; }
.faq-toc ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 2px; border-left: 1px solid var(--line); }
.faq-toc a { display: block; padding: 6px 0 6px 16px; margin-left: -1px; border-left: 1px solid transparent; color: var(--ink-3); text-decoration: none; font-weight: 500; font-size: .92rem; }
.faq-toc a:hover { color: var(--rose); border-color: var(--rose); }
.faq-group h2 { margin-bottom: 8px; }
.faq-group + .faq-group { margin-top: 56px; }
@media (max-width: 800px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-toc { position: static; }
  .faq-toc ul { display: flex; flex-wrap: wrap; gap: 8px; border: 0; }
  .faq-toc a { border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; margin: 0; }
}

/* compare table */
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--r-box); background: var(--surface); }
.compare { width: 100%; border-collapse: collapse; min-width: 640px; font-size: .95rem; }
.compare th, .compare td { text-align: left; padding: 18px 24px; border-bottom: 1px solid var(--line); vertical-align: middle; }
.compare thead th { font-size: .8rem; font-weight: 600; color: var(--ink-3); }
.compare tbody tr:last-child > * { border-bottom: 0; }
.compare tbody th { font-weight: 600; color: var(--ink); }
.compare td { color: var(--ink-2); }
@media (max-width: 700px) {
  .table-wrap { border: 0; background: none; overflow: visible; }
  .compare { min-width: 0; }
  .compare thead { display: none; }
  .compare, .compare tbody, .compare tr, .compare th, .compare td { display: block; }
  .compare tr { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-box); padding: 18px 20px; margin-bottom: 10px; }
  .compare th, .compare td { padding: 3px 0; border: 0; }
  .compare tbody th { font-size: 1.05rem; }
}

/* about */
.about-art { position: relative; max-width: 380px; margin-inline: auto; }
.about-art img { border-radius: 0; aspect-ratio: 3 / 4; object-fit: cover; width: 100%; }
.hero-badge { position: absolute; left: -24px; bottom: 28px; display: flex; flex-direction: column; line-height: 1.1; background: var(--surface); border-radius: var(--r-box); padding: 14px 20px; box-shadow: var(--shadow-lg); }
.hero-badge .logo-script { font-size: 1.7rem; }
.hero-badge small { font-size: .78rem; color: var(--ink-3); font-weight: 600; margin-top: 6px; }

/* CTA: full-bleed deep rose band */
.cta-section { position: relative; overflow: hidden; isolation: isolate; background: var(--rose); color: #fff; padding: clamp(56px, 7vw, 96px) 0; }
.cta-section::before { content: ""; position: absolute; right: -10%; top: -80%; width: 55%; aspect-ratio: 1; background: radial-gradient(closest-side, rgba(255, 255, 255, .12), transparent); z-index: -1; }
.cta-band { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.cta-band h2 { color: #fff; margin-bottom: 12px; }
.cta-band p { color: rgba(255, 255, 255, .82); margin: 0; max-width: 52ch; }
.cta-band p a { color: #fff; text-decoration-color: rgba(255, 255, 255, .45); }
.cta-band p a:hover { text-decoration-color: #fff; }
.cta-band .actions { margin: 0; flex: none; }
.cta-section .btn-light { color: var(--rose); }
.cta-section .btn-light:hover { background: var(--rose-soft); color: var(--rose-hover); }
@media (max-width: 860px) { .cta-band { flex-direction: column; align-items: flex-start; } }

/* ---------- footer ---------- */
.site-footer { background: var(--brand-deep); color: rgba(255, 255, 255, .68); padding: clamp(56px, 7vw, 88px) 0 0; font-size: .925rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr) 1.4fr; gap: 40px 32px; }
.footer-brand p { margin: 20px 0 24px; max-width: 32ch; }
.footer-brand .btn-primary { background: #fff; color: var(--ink); }
.footer-brand .btn-primary:hover { background: var(--sand); }
.site-footer h2 { font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: #e7b8c4; margin: 4px 0 18px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.site-footer a { color: rgba(255, 255, 255, .78); text-decoration: none; transition: color .15s; }
.site-footer a:hover { color: #fff; }
.site-footer .btn { color: var(--ink); }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; overflow-wrap: anywhere; }
.footer-contact .icon { margin-top: 4px; color: rgba(255, 255, 255, .4); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px 24px; margin-top: 64px; padding-block: 24px; border-top: 1px solid rgba(255, 255, 255, .1); font-size: .85rem; color: rgba(255, 255, 255, .45); }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: rgba(255, 255, 255, .6); }
@media (max-width: 1080px) { .footer-grid { grid-template-columns: repeat(3, 1fr); } .footer-brand, .footer-contact { grid-column: 1 / -1; } }
@media (max-width: 640px) { .footer-grid { grid-template-columns: 1fr 1fr; } .footer-contact { grid-column: 1 / -1; } }

/* ---------- mobile quick actions ---------- */
.mobile-actions { display: none; }
@media (max-width: 760px) {
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; display: grid; grid-template-columns: 1fr 1fr 1.6fr; gap: 8px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); background: rgba(249, 250, 247, .94); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); border-top: 1px solid var(--line); }
  .mobile-actions a { display: flex; align-items: center; justify-content: center; gap: 6px; height: 46px; border-radius: 999px; border: 1px solid var(--line-2); background: var(--surface); color: var(--ink); font-weight: 600; font-size: .9rem; text-decoration: none; }
  .mobile-actions a.is-primary { background: var(--brand); border-color: var(--brand); color: #fff; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  body.nav-open .mobile-actions { display: none; }
}

/* ---------- compact layouts on phones ---------- */
@media (max-width: 600px) {
  .service-card { padding: 20px; }
  .service-card h2, .service-card h3 { font-size: 1.075rem; margin-bottom: .25em; }
  .service-card p { margin-bottom: 0; font-size: .92rem; }
  .service-card .card-meta { padding-top: 12px; }
  .service-card:hover { transform: none; }
  .review-card blockquote p { font-size: 1.2rem; }
}

/* ---------- motion ---------- */
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .6s var(--ease), transform .6s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

/* ---------- meet Rose ---------- */
.section-compact { padding: clamp(56px, 7vw, 88px) 0; }
.meet-rose { display: grid; grid-template-columns: 280px 1fr; gap: clamp(32px, 5vw, 64px); align-items: center; max-width: calc(940px + var(--gutter) * 2); }
.owner-photo { position: relative; margin: 0; width: 100%; }
.owner-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: 50% 22%; }
.owner-photo-lg { max-width: 380px; margin-inline: auto; }
.owner-photo figcaption { position: absolute; left: 0; bottom: 0; display: flex; flex-direction: column; gap: 2px; padding: 12px 18px; background: var(--surface); font-size: .82rem; color: var(--ink-2); }
.owner-photo figcaption strong { font-size: 1rem; color: var(--ink); }
.meet-rose-copy .lead { margin-top: 16px; color: var(--ink); }
.meet-rose-copy .muted { max-width: 56ch; }
.meet-rose-copy p:last-child { margin-bottom: 0; }
@media (max-width: 760px) {
  .meet-rose { grid-template-columns: 1fr; }
  .meet-rose .owner-photo { max-width: 240px; }
}

/* meet Rose: profile layout */
.meet-rose { grid-template-columns: 300px 1fr; }
.meet-rose-copy .subhead { margin-top: 0; }
.meet-rose-copy h2 { margin-bottom: 6px; }
.meet-rose-copy .role { font-size: .95rem; font-weight: 500; color: var(--ink-2); margin: 0 0 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line-2); }
.meet-rose-copy > p:not(.subhead):not(.role) { color: var(--ink-2); max-width: 58ch; }
.meta-row { display: flex; flex-wrap: wrap; gap: 8px 22px; list-style: none; padding: 0; margin: 4px 0 28px; font-size: .78rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; color: var(--brand); }
@media (max-width: 760px) { .meet-rose { grid-template-columns: 1fr; } .meet-rose .owner-photo { max-width: 280px; } }

/* our work: before/after pairs + finished rooms */
.results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.result { margin: 0; background: var(--surface); border: 1px solid var(--line); padding: 10px; }
.result-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; }
.result-img { position: relative; aspect-ratio: 3 / 4; overflow: hidden; background: var(--sand); }
.result-img img { width: 100%; height: 100%; object-fit: cover; }
.result-tag { position: absolute; left: 8px; top: 8px; padding: 4px 8px; background: rgba(23, 34, 29, .72); color: #fff; font-size: .7rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; }
.result-tag-after { background: var(--brand); }
.result figcaption { padding: 12px 4px 4px; font-size: .95rem; font-weight: 600; color: var(--ink); }
.rooms-head { margin-top: 48px; }
.rooms { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.room { position: relative; margin: 0; aspect-ratio: 4 / 3; overflow: hidden; background: var(--sand); }
.room img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ease); }
.room:hover img { transform: scale(1.03); }
.room figcaption { position: absolute; left: 0; bottom: 0; padding: 7px 12px; background: rgba(255, 255, 255, .94); font-size: .8rem; font-weight: 600; color: var(--ink); }
@media (max-width: 960px) { .rooms { grid-template-columns: 1fr 1fr; } }

/* privacy page credit */
.site-credit { margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); font-size: .92rem; }

/* deep rose feature section (Meet Rose) */
.section-rose { background: var(--rose); color: #fff; }
.section-rose h2 { color: #fff; }
.section-rose .kicker { color: #fce8ed; }
.section-rose .meet-rose-copy .role { color: rgba(255, 255, 255, .85); border-color: rgba(255, 255, 255, .25); }
.section-rose .meet-rose-copy > p:not(.subhead):not(.role) { color: rgba(255, 255, 255, .88); }
.section-rose .meta-row { color: #f7cfd8; }
.section-rose .btn-light { color: var(--rose); }
.section-rose .btn-light:hover { background: var(--rose-soft); color: var(--rose-hover); }
.section-rose .owner-photo img { box-shadow: 0 24px 48px -20px rgba(0, 0, 0, .45); }
.section-rose :focus-visible { outline-color: #fff; }

/* tablets & small laptops: swipeable rows instead of orphaned/cramped grids */
@media (max-width: 1080px) {
  .results, .card-grid.cols-3:has(.review-card) { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 16px; margin-inline: calc(var(--gutter) * -1); padding: 4px var(--gutter) 16px; scroll-padding-inline: var(--gutter); scrollbar-width: none; }
  .results::-webkit-scrollbar, .card-grid.cols-3:has(.review-card)::-webkit-scrollbar { display: none; }
  .results > .result, .card-grid.cols-3:has(.review-card) > .review-card { flex: 0 0 min(420px, 46%); scroll-snap-align: start; }
}
@media (max-width: 600px) {
  .results > .result, .card-grid.cols-3:has(.review-card) > .review-card { flex-basis: 85%; }
}
