/* Self-hosted Google Fonts (latin subset, variable files) so the page does not
   wait on two extra hosts before it can paint text on a phone. */
@font-face{font-family:'Bricolage Grotesque';font-style:normal;font-weight:400 800;font-stretch:75% 100%;font-display:swap;src:url(/fonts/bricolage-grotesque-variable.woff2) format('woff2')}
@font-face{font-family:'Manrope';font-style:normal;font-weight:400 800;font-display:swap;src:url(/fonts/manrope-variable.woff2) format('woff2')}

/* Miss Manly Mowing — site styles.
   The look comes straight off the logo: charcoal and hot pink, with a heavy
   condensed headline face (Bricolage Grotesque, narrowed) that echoes the
   "MISS MANLY MOWING" lettering on the badge. Manrope for the body. Lawn green
   is kept for ticks and small "yes" signals only, so the pink stays the brand.
   Shapes: big soft radii, thin charcoal keylines, a pink "marker" underline on
   the key word of each heading, and slanted top edges on the dark bands.
   Deliberately unlike the sticker-shadow, oat-and-terracotta and sky-blue pill
   sites already in the set. */

:root {
  --ink: #262626;
  --ink-2: #3A3A3A;
  --night: #1B1B1B;
  --charcoal: #2E2E2E;
  --pink: #E8368F;
  --pink-deep: #C4206F;
  --pink-text: #B81E68;   /* pink as small text on white: passes 4.5:1 */
  --pink-soft: #FCE4F0;
  --pink-mark: #FBC5DF;
  --blush: #FFF5FA;
  --green: #2F8F3E;
  --green-deep: #23702F;
  --green-soft: #E6F4E8;
  --cloud: #F6F5F4;
  --cloud-2: #ECEAE9;
  --muted: #5E5A5C;
  --line: #E5E1E3;
  --white: #FFFFFF;
  --star: #F5B400;
  --radius: 14px;
  --radius-lg: 22px;
  --wrap: 1160px;
  --shadow: 0 14px 40px rgba(38, 38, 38, 0.10);
  --shadow-pink: 0 16px 40px rgba(232, 54, 143, 0.22);
  --font-head: "Bricolage Grotesque", "Arial Narrow", Impact, sans-serif;
  --font-body: "Manrope", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  --slant: 3vw;
}

*, *::before, *::after { box-sizing: border-box; }
/* No overflow rule on html: that turns body into the scroll container and the
   sticky header stops sticking. body's overflow-x below propagates to the viewport. */
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--white);
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--pink-text); }
h1, h2, h3, h4 {
  font-family: var(--font-head);
  font-weight: 800;
  font-stretch: 87%;
  font-variation-settings: "opsz" 96;
  line-height: 1.02;
  margin: 0 0 0.5em;
  color: var(--ink);
  letter-spacing: -0.015em;
  text-wrap: balance;
}
h1 { font-size: clamp(2.5rem, 5.6vw, 4.3rem); text-transform: uppercase; }
h2 { font-size: clamp(1.9rem, 3.6vw, 2.9rem); text-transform: uppercase; }
h3 { font-size: 1.32rem; font-stretch: 92%; font-variation-settings: "opsz" 48; }
h1 em, h2 em {
  font-style: normal; color: inherit;
  background-image: linear-gradient(transparent 68%, var(--pink-mark) 68%);
  background-repeat: no-repeat; background-size: 100% 100%;
  padding: 0 0.06em; box-decoration-break: clone; -webkit-box-decoration-break: clone;
}
.section-dark h1 em, .section-dark h2 em, .cta-band h2 em { color: var(--pink); background-image: none; padding: 0; }
p { margin: 0 0 1em; }
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 20px; }
.section { padding: 92px 0; }
.section-blush { background: var(--blush); }
.section-cloud { background: var(--cloud); }
.section-dark { background: var(--charcoal); color: rgba(255, 255, 255, 0.86); }
.section-dark h2, .section-dark h3 { color: #fff; }
.slant { clip-path: polygon(0 var(--slant), 100% 0, 100% 100%, 0 100%); padding-top: calc(92px + var(--slant)); }
.section-head { max-width: 720px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin: 0; }
.section-dark .section-head p { color: rgba(255, 255, 255, 0.72); }
.kicker {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pink-text);
  margin-bottom: 14px;
}
.kicker::before { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 4px var(--pink-soft); }
.section-dark .kicker { color: #FF8FC6; }
.section-dark .kicker::before { box-shadow: 0 0 0 4px rgba(232, 54, 143, 0.25); }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: #fff; padding: 10px 14px; z-index: 200; }
.skip:focus { left: 12px; top: 12px; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 15px 28px; border-radius: var(--radius); font-weight: 800; font-size: 1rem;
  text-decoration: none; border: 2px solid transparent; cursor: pointer; line-height: 1.2;
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease, color .15s ease;
  font-family: var(--font-body);
}
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0); }
.btn-primary { background: var(--pink); color: #fff; box-shadow: 0 8px 22px rgba(232, 54, 143, 0.32); }
.btn-primary:hover { background: var(--pink-deep); box-shadow: var(--shadow-pink); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: var(--night); box-shadow: var(--shadow); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--ink); }
.btn-ghost:hover { background: var(--ink); color: #fff; }
.btn-outline { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-outline:hover { border-color: var(--pink); color: var(--pink-text); }
.section-dark .btn-outline { color: #fff; border-color: rgba(255, 255, 255, 0.5); }
.section-dark .btn-outline:hover { background: #fff; color: var(--ink); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 8px; }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  transition: box-shadow .2s ease;
}
.site-header.is-stuck { box-shadow: 0 6px 24px rgba(38, 38, 38, 0.08); }
.header-row { display: flex; align-items: center; gap: 24px; min-height: 88px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; flex: 0 0 auto; }
.brand img { height: 66px; width: auto; }
.brand-name { font-family: var(--font-head); font-weight: 800; font-stretch: 87%; text-transform: uppercase; font-size: 1.25rem; color: var(--ink); line-height: 1; letter-spacing: 0.01em; }
.brand-name small { display: block; font-family: var(--font-body); font-weight: 800; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--pink-text); margin-top: 5px; font-stretch: 100%; }
.nav { display: flex; gap: 2px; margin-left: auto; }
.nav a { color: var(--ink-2); text-decoration: none; font-weight: 700; padding: 10px 13px; border-radius: 10px; white-space: nowrap; transition: color .15s ease, background .15s ease; }
.nav a:hover { color: var(--pink-text); background: var(--blush); }
.nav a[aria-current="page"] { color: var(--pink-text); box-shadow: inset 0 -3px 0 var(--pink); border-radius: 0; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.call-now {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--pink); color: #fff; text-decoration: none; font-weight: 800;
  padding: 12px 18px; border-radius: var(--radius); white-space: nowrap;
  box-shadow: 0 6px 18px rgba(232, 54, 143, 0.30);
  transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.call-now:hover { background: var(--pink-deep); transform: translateY(-1px); box-shadow: var(--shadow-pink); }
.call-now svg { width: 18px; height: 18px; animation: ring 2.4s ease-in-out infinite; transform-origin: 50% 20%; }
.call-now .call-number { padding-left: 9px; border-left: 1px solid rgba(255, 255, 255, 0.4); font-variant-numeric: tabular-nums; }
@keyframes ring {
  0%, 60%, 100% { transform: rotate(0); }
  64% { transform: rotate(-14deg); } 68% { transform: rotate(12deg); } 72% { transform: rotate(-10deg); }
  76% { transform: rotate(8deg); } 80% { transform: rotate(-4deg); } 84% { transform: rotate(0); }
}
.nav-toggle { display: none; background: #fff; border: 2px solid var(--ink); color: var(--ink); width: 46px; height: 46px; border-radius: 12px; cursor: pointer; align-items: center; justify-content: center; }
.nav-toggle svg { width: 24px; height: 24px; }
.nav-toggle .ico-close { display: none; }
.nav-toggle.is-open .ico-menu { display: none; }
.nav-toggle.is-open .ico-close { display: block; }

/* ---------- hero (home) ---------- */
.hero {
  position: relative; overflow: hidden;
  background: var(--white);
  padding: 64px 0 88px;
}
.hero::before {
  content: ""; position: absolute; right: -12vw; top: -20vw; width: 60vw; height: 60vw; border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, var(--pink-soft) 0, rgba(252, 228, 240, 0) 62%);
  pointer-events: none;
}
.hero-grid { position: relative; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 56px; align-items: center; }
.hero h1 { margin-bottom: 18px; }
.hero .lead { font-size: 1.16rem; color: var(--muted); max-width: 560px; margin-bottom: 26px; }
.hero-proof { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 22px; margin-top: 30px; }
.rating-chip {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border: 1.5px solid var(--ink); border-radius: 999px;
  padding: 8px 16px 8px 11px; text-decoration: none; color: var(--ink); font-size: 0.95rem; font-weight: 700;
}
.rating-chip .g { display: inline-flex; width: 20px; height: 20px; }
.rating-chip .g svg { width: 20px; height: 20px; }
.rating-chip .stars { color: var(--star); letter-spacing: 1px; font-size: 1rem; }
.hero-note { display: inline-flex; align-items: center; gap: 7px; color: var(--ink-2); font-weight: 700; font-size: 0.95rem; }
.hero-note svg { width: 18px; height: 18px; color: var(--pink); }
.hero-art { position: relative; min-height: 460px; }
.hero-photo { position: relative; border-radius: var(--radius-lg); overflow: hidden; width: 88%; margin-left: auto; background: var(--cloud); box-shadow: var(--shadow); }
.hero-photo::after { content: ""; position: absolute; inset: 0; border-radius: var(--radius-lg); border: 1.5px solid rgba(38, 38, 38, 0.12); pointer-events: none; }
.hero-photo img { width: 100%; height: 460px; object-fit: cover; }
.hero-frame { position: absolute; right: -14px; top: 18px; width: 88%; height: calc(100% - 4px); border: 2px solid var(--pink); border-radius: var(--radius-lg); z-index: -1; }
.hero-photo-2 {
  position: absolute; left: 0; bottom: -18px; width: 40%; overflow: hidden;
  background: #fff; padding: 8px; border-radius: 18px; box-shadow: var(--shadow); border: 1px solid var(--line);
}
.hero-photo-2 img { width: 100%; height: 200px; object-fit: cover; border-radius: 12px; }
.hero-badge {
  position: absolute; right: 22px; top: -18px; background: var(--ink); color: #fff;
  border-radius: 999px; padding: 10px 18px 10px 12px; box-shadow: var(--shadow); font-size: 0.9rem; line-height: 1.25;
  display: flex; align-items: center; gap: 10px;
}
.hero-badge svg { width: 24px; height: 24px; color: var(--pink); flex: 0 0 auto; }
.hero-badge strong { display: block; font-family: var(--font-head); font-stretch: 90%; font-size: 1.02rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.02em; }

/* ---------- trust strip ---------- */
.trust { padding: 0; background: var(--white); }
.trust ul { list-style: none; margin: 0; padding: 26px 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust li { display: flex; align-items: center; gap: 12px; font-weight: 800; color: var(--ink); }
.trust .ico { width: 48px; height: 48px; border-radius: 14px; background: var(--pink-soft); color: var(--pink-deep); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; }
.trust .ico svg { width: 22px; height: 22px; }
.trust small { display: block; font-weight: 500; color: var(--muted); font-size: 0.88rem; }

/* ---------- services grid ---------- */
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.svc-card {
  display: flex; flex-direction: column; background: #fff; border-radius: var(--radius-lg); padding: 28px 26px;
  text-decoration: none; color: var(--ink); border: 1px solid var(--line);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.svc-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-pink); border-color: var(--pink); }
.svc-card .ico { width: 54px; height: 54px; border-radius: 16px; background: var(--ink); color: var(--pink); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.svc-card .ico svg { width: 28px; height: 28px; }
.svc-card h3 { font-size: 1.2rem; margin-bottom: 8px; }
.svc-card p { color: var(--muted); font-size: 0.98rem; margin: 0 0 14px; flex: 1; }
.svc-card .more { font-weight: 800; color: var(--pink-text); font-size: 0.92rem; }
.svc-card .more::after { content: " \2192"; }
.svc-cta { text-align: center; margin-top: 36px; }

/* ---------- split / about ---------- */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; }
.split .big { font-family: var(--font-head); font-stretch: 92%; font-weight: 700; font-size: 1.45rem; line-height: 1.25; color: var(--ink); }
.split p { color: var(--muted); }
.split p.big { color: var(--ink); }
.frame { position: relative; }
.frame > img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; height: 560px; object-fit: cover; background: var(--cloud); }
.frame::before { content: ""; position: absolute; left: -16px; top: 16px; width: 100%; height: 100%; border: 2px solid var(--pink); border-radius: var(--radius-lg); z-index: -1; }
.owner-badge {
  position: absolute; left: 22px; bottom: 22px; background: #fff; border-radius: 999px;
  display: flex; align-items: center; gap: 12px; padding: 8px 20px 8px 8px; box-shadow: var(--shadow);
}
.owner-badge img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid var(--pink-soft); }
.owner-badge strong { display: block; font-family: var(--font-head); font-stretch: 90%; font-weight: 800; font-size: 1rem; text-transform: uppercase; }
.owner-badge small { color: var(--muted); font-size: 0.82rem; }
.ticks { list-style: none; padding: 0; margin: 22px 0 28px; display: grid; gap: 12px; }
.ticks li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); }
.ticks svg { width: 22px; height: 22px; flex: 0 0 auto; color: #fff; background: var(--green); border-radius: 50%; padding: 4px; margin-top: 2px; }
.ticks strong { color: var(--ink); }

/* ---------- why cards ---------- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { background: rgba(255, 255, 255, 0.05); border: 1px solid rgba(255, 255, 255, 0.14); border-radius: var(--radius-lg); padding: 30px 26px; }
.why-card .ico { width: 54px; height: 54px; border-radius: 16px; background: var(--pink); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.why-card .ico svg { width: 26px; height: 26px; }
.why-card h3 { font-size: 1.2rem; }
.why-card p { margin: 0; color: rgba(255, 255, 255, 0.76); }

/* ---------- photo-updates promise ---------- */
.promise { background: var(--ink); color: #fff; border-radius: var(--radius-lg); padding: 44px 48px; display: grid; grid-template-columns: auto 1fr auto; gap: 32px; align-items: center; position: relative; overflow: hidden; }
.promise::before { content: ""; position: absolute; right: -80px; top: -80px; width: 260px; height: 260px; border-radius: 50%; background: var(--pink); opacity: 0.35; filter: blur(30px); }
.promise .ico { width: 72px; height: 72px; border-radius: 22px; background: var(--pink); color: #fff; display: inline-flex; align-items: center; justify-content: center; position: relative; }
.promise .ico svg { width: 36px; height: 36px; }
.promise h2 { color: #fff; margin-bottom: 8px; font-size: clamp(1.6rem, 2.8vw, 2.2rem); }
.promise p { margin: 0; color: rgba(255, 255, 255, 0.8); max-width: 640px; position: relative; }
.promise .btn { position: relative; }

/* ---------- reviews wrapper ---------- */
.reviews-wrap { margin-top: 8px; }
.review-links { text-align: center; margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

/* ---------- gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 240px; gap: 14px; }
.gallery figure { margin: 0; position: relative; border-radius: 18px; overflow: hidden; background: var(--cloud-2); }
.gallery figure.tall { grid-row: span 2; }
.gallery figure.wide { grid-column: span 2; }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery figure:hover img { transform: scale(1.04); }
.gallery figcaption {
  position: absolute; left: 12px; bottom: 12px; background: rgba(27, 27, 27, 0.82); color: #fff;
  font-size: 0.8rem; font-weight: 800; padding: 6px 12px; border-radius: 999px; backdrop-filter: blur(4px);
}

/* ---------- steps ---------- */
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.steps li { counter-increment: step; background: #fff; border-radius: var(--radius-lg); padding: 36px 26px 26px; position: relative; border: 1px solid var(--line); }
.steps li::before {
  content: counter(step, decimal-leading-zero); position: absolute; top: -20px; left: 22px;
  background: var(--pink); color: #fff; font-family: var(--font-head); font-stretch: 90%; font-weight: 800; font-size: 1.05rem;
  padding: 6px 14px; border-radius: 999px; box-shadow: 0 6px 16px rgba(232, 54, 143, 0.35);
}
.steps h3 { font-size: 1.18rem; margin-top: 6px; }
.steps p { color: var(--muted); margin: 0; }

/* ---------- area pills ---------- */
.area { text-align: center; }
.area-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: 0 0 26px; padding: 0; list-style: none; }
.area-pills li { background: #fff; border: 1.5px solid var(--ink); border-radius: 999px; padding: 8px 18px; font-weight: 700; color: var(--ink); }
.area-pills li.hi { background: var(--pink); color: #fff; border-color: var(--pink); }

/* ---------- FAQ ---------- */
.faq-wrap { max-width: 860px; }
.faq { display: grid; gap: 10px; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 0 22px; }
.faq-item[open] { border-color: var(--pink); box-shadow: var(--shadow); }
.faq-item summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; font-family: var(--font-head); font-stretch: 92%; font-weight: 700; font-size: 1.15rem; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 22px; height: 22px; flex: 0 0 auto; color: var(--pink); transition: transform .2s ease; }
.faq-item[open] summary svg { transform: rotate(180deg); }
.faq-item p { color: var(--muted); margin: 0 0 20px; }

/* ---------- inner page banner ---------- */
.banner { background: var(--charcoal); color: #fff; padding: 72px 0 64px; margin-bottom: 20px; position: relative; overflow: hidden; }
.banner::before { content: ""; position: absolute; right: -10vw; top: -30vw; width: 50vw; height: 50vw; border-radius: 50%; background: var(--pink); opacity: 0.22; filter: blur(60px); }
.banner .wrap { position: relative; }
.banner h1 { margin-bottom: 12px; color: #fff; }
.banner h1 em { color: var(--pink); background-image: none; padding: 0; }
.banner p { color: rgba(255, 255, 255, 0.78); font-size: 1.15rem; max-width: 640px; margin-bottom: 20px; }
.banner .kicker { color: #FF8FC6; }

/* ---------- service detail rows ---------- */
.svc-detail { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; padding: 44px 0; border-bottom: 1px solid var(--line); }
.svc-detail:last-of-type { border-bottom: 0; }
.svc-detail.flip .svc-detail-img { order: 2; }
.svc-detail-img img { border-radius: var(--radius-lg); box-shadow: var(--shadow); width: 100%; height: 360px; object-fit: cover; background: var(--cloud); }
.svc-detail-img img.pos-bl { object-position: 0 100%; }
.svc-detail h2 { font-size: 1.9rem; }
.svc-detail p { color: var(--muted); }
.svc-detail .num { font-family: var(--font-head); font-stretch: 90%; font-weight: 800; font-size: 1rem; color: var(--pink-text); margin-bottom: 6px; display: block; letter-spacing: 0.1em; }
.svc-detail.no-img { grid-template-columns: 1fr; }
.svc-detail-ico { width: 64px; height: 64px; border-radius: 20px; background: var(--ink); color: var(--pink); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.svc-detail-ico svg { width: 32px; height: 32px; }
.svc-pair .num { display: block; font-family: var(--font-head); font-stretch: 90%; font-weight: 800; font-size: 1rem; color: var(--pink-text); margin-bottom: 6px; letter-spacing: 0.1em; }
.svc-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; padding: 44px 0; border-bottom: 1px solid var(--line); }
.svc-pair article { background: var(--blush); border-radius: var(--radius-lg); padding: 30px 28px; }
.svc-pair article p { color: var(--muted); margin: 0; }

/* ---------- CTA band ---------- */
.cta-band { background: var(--ink); color: #fff; padding: 84px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 70vw; height: 70vw; max-width: 900px; max-height: 900px; border-radius: 50%; background: var(--pink); opacity: 0.16; filter: blur(80px); }
.cta-band .wrap { position: relative; }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255, 255, 255, 0.82); max-width: 580px; margin: 0 auto 26px; font-size: 1.1rem; }
.cta-band .btn-row { justify-content: center; }
.cta-band .btn-ghost { background: transparent; color: #fff; border-color: rgba(255, 255, 255, 0.7); }
.cta-band .btn-ghost:hover { background: #fff; color: var(--ink); }

/* ---------- contact ---------- */
.contact { padding: 92px 0; background: var(--blush); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 48px; align-items: start; }
.contact-info p { color: var(--muted); }
.contact-info .clist { list-style: none; padding: 0; margin: 28px 0 0; display: grid; gap: 18px; }
.contact-info .clist > li { display: flex; gap: 14px; align-items: flex-start; }
.contact-info .lbl { display: block; font-size: 0.74rem; text-transform: uppercase; letter-spacing: 0.14em; color: var(--pink-text); font-weight: 800; margin-bottom: 2px; }
.contact-info .val { display: block; font-size: 1.05rem; }
.contact-info .val a { color: var(--ink); text-decoration: none; font-weight: 800; }
.contact-info .val a:hover { text-decoration: underline; }
.contact-info .ico { width: 46px; height: 46px; border-radius: 14px; background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; color: var(--pink); }
.contact-info .ico svg { width: 20px; height: 20px; }
.contact-info .review-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 28px; color: var(--ink); font-weight: 800; }
.contact-info .review-link svg { width: 20px; height: 20px; flex: 0 0 auto; }
.form-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: var(--shadow); position: relative; border-top: 6px solid var(--pink); }
.form-card h3 { margin-bottom: 4px; }
.form-card > p { color: var(--muted); margin-bottom: 20px; }
.field { display: grid; gap: 6px; margin-bottom: 16px; }
.field label { font-size: 0.92rem; font-weight: 800; color: var(--ink); }
.field input, .field textarea {
  width: 100%; font: inherit; font-size: 16px; padding: 12px 14px; border: 1.5px solid var(--line); border-radius: 12px;
  background: var(--cloud); color: var(--ink);
}
.field input:focus, .field textarea:focus { outline: 2px solid var(--pink); outline-offset: 1px; border-color: var(--pink); background: #fff; }
.field textarea { min-height: 120px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9A9598; opacity: 1; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.char-count { font-size: 12px; color: var(--muted); text-align: right; margin-top: -2px; }
.gotcha { position: absolute; left: -9999px; top: -9999px; height: 0; width: 0; opacity: 0; }
.form-error { display: none; color: #B42318; background: #FEF3F2; border: 1px solid #FECDCA; border-radius: 12px; padding: 10px 12px; font-size: 0.95rem; margin-bottom: 14px; }
.form-error.is-on { display: block; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.is-on { display: block; }
.form-success .tick { width: 64px; height: 64px; border-radius: 50%; background: var(--green-soft); color: var(--green); display: inline-flex; align-items: center; justify-content: center; margin-bottom: 14px; }
.form-success .tick svg { width: 32px; height: 32px; }
.form-success h3 { margin-bottom: 8px; }
.form-success p { color: var(--muted); margin: 0; }
.form-success a { color: var(--pink-text); font-weight: 800; }
.form-card .btn { width: 100%; }
.form-note { font-size: 0.85rem; color: var(--muted); text-align: center; margin: 12px 0 0; }

/* ---------- footer ---------- */
.site-footer { background: var(--night); color: rgba(255, 255, 255, 0.8); padding: 60px 0 24px; border-top: 6px solid var(--pink); }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255, 255, 255, 0.14); }
.footer-logo { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 14px; text-decoration: none; color: #fff; }
.footer-logo img { height: 56px; width: auto; border-radius: 10px; background: #fff; padding: 4px 8px; }
.footer-logo strong { font-family: var(--font-head); font-stretch: 90%; font-weight: 800; font-size: 1.15rem; text-transform: uppercase; }
.site-footer h4 { color: #FF8FC6; font-family: var(--font-body); font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 8px; }
.site-footer a[href^="mailto"] { white-space: nowrap; }
@media (max-width: 420px) {
  .site-footer a[href^="mailto"] { font-size: 0.84rem; letter-spacing: -0.01em; }
  .contact-info .val a[href^="mailto"] { font-size: 0.95rem; }
}
.site-footer a { color: #fff; text-decoration: none; }
.site-footer ul a { display: inline-block; padding: 4px 0; }
.site-footer a:hover { text-decoration: underline; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; padding-top: 20px; font-size: 0.9rem; }
.footer-credit { color: #fff; }
.footer-credit a { color: #fff; text-decoration: underline; }

/* ---------- chat popup ---------- */
.chat-toggle {
  position: fixed; right: 20px; bottom: 20px; z-index: 150;
  width: 64px; height: 64px; border-radius: 50%; border: 3px solid var(--pink); padding: 0; cursor: pointer;
  background: #fff; box-shadow: var(--shadow-pink); overflow: hidden;
  display: flex; align-items: center; justify-content: center;
}
.chat-toggle img { width: 100%; height: 100%; object-fit: cover; }
.chat-toggle .ico-x { display: none; color: var(--pink); width: 26px; height: 26px; }
.chat-toggle.is-open img { display: none; }
.chat-toggle.is-open .ico-x { display: block; }
.chat-badge {
  position: fixed; right: 94px; bottom: 34px; z-index: 149; background: var(--ink); color: #fff;
  font-size: 0.9rem; font-weight: 800; padding: 7px 14px; border-radius: 999px; box-shadow: var(--shadow); white-space: nowrap;
}
.chat-badge.is-hidden { display: none; }
.chat-panel {
  position: fixed; right: 20px; bottom: 96px; z-index: 150; width: 360px; max-width: calc(100vw - 40px);
  max-height: min(780px, calc(100vh - 116px)); overflow-y: auto;
  background: #fff; border-radius: var(--radius-lg); box-shadow: 0 24px 60px rgba(38, 38, 38, 0.25);
  display: none;
}
.chat-panel.is-open { display: block; }
.chat-head { display: flex; align-items: center; gap: 12px; background: var(--ink); color: #fff; padding: 14px 16px; }
.chat-head img { width: 42px; height: 42px; border-radius: 50%; border: 2px solid var(--pink); object-fit: cover; background: #fff; }
.chat-head strong { display: block; font-size: 1.02rem; font-family: var(--font-head); font-stretch: 92%; font-weight: 800; }
.chat-head small { color: rgba(255, 255, 255, 0.8); font-size: 0.85rem; display: block; line-height: 1.3; }
.chat-close { margin-left: auto; background: none; border: 0; color: #fff; cursor: pointer; padding: 6px; }
.chat-close svg { width: 20px; height: 20px; }
.chat-body { padding: 16px; position: relative; }
.chat-body [data-form-intro] { font-size: 0.92rem; color: var(--muted); margin: 0 0 12px; }
.chat-body .field { margin-bottom: 10px; gap: 3px; }
.chat-body .field label { font-size: 0.82rem; }
.chat-body .field input, .chat-body .field textarea { padding: 9px 12px; }
.chat-body .field textarea { min-height: 70px; }
.chat-body .char-count { margin-top: -4px; }
.chat-body .btn { width: 100%; padding: 12px 20px; }
.chat-body .form-success { padding: 18px 6px; }
@media (max-height: 800px) {
  .chat-body [data-form-intro] { display: none; }
  .chat-body .field textarea { min-height: 56px; }
}

/* ---------- 404 ---------- */
.notfound { padding: 100px 0; text-align: center; }
.notfound p { color: var(--muted); max-width: 480px; margin: 0 auto 24px; }
.notfound .btn-row { justify-content: center; }

/* ---------- motion (opt-in from JS) ---------- */
.js-anim .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js-anim .reveal.is-in { opacity: 1; transform: none; }

/* ---------- responsive ---------- */
@media (max-width: 1024px) {
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .trust ul { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-art { min-height: 0; margin-top: 18px; }
  .hero-photo { width: 100%; }
  .hero-photo img { height: 400px; }
  .hero-photo-2, .hero-frame { display: none; }
  .brand-name { display: none; }
  .promise { grid-template-columns: auto 1fr; }
  .promise .btn { grid-column: 2; justify-self: start; }
}
@media (max-width: 860px) {
  .nav {
    display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; flex-direction: column;
    padding: 12px 16px 18px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 30px rgba(38, 38, 38, 0.12); gap: 2px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 13px 14px; }
  .nav-toggle { display: inline-flex; }
  /* Phone header order: logo, hamburger, then Call Now at the right edge. */
  .header-actions { margin-left: auto; }
  .nav-toggle { order: 1; }
  .header-actions .call-now { order: 2; }
  .header-row { min-height: 72px; gap: 12px; }
  .brand img { height: 54px; }
  .call-now .call-number { display: none; }
  .section { padding: 64px 0; }
  .slant { padding-top: calc(64px + var(--slant)); }
  .split { grid-template-columns: 1fr; gap: 36px; }
  .frame > img { height: 400px; }
  .svc-detail { grid-template-columns: 1fr; gap: 22px; padding: 30px 0; }
  .svc-detail.flip .svc-detail-img { order: 0; }
  .svc-detail-img img { height: 280px; }
  .svc-pair { grid-template-columns: 1fr; padding: 30px 0; }
  .contact-grid { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 210px; }
  .form-card { padding: 26px 20px; }
  .promise { padding: 32px 26px; grid-template-columns: 1fr; gap: 18px; }
  .promise .btn { grid-column: 1; }
}
@media (max-width: 560px) {
  .hero { padding: 36px 0 56px; }
  .hero-photo img { height: 300px; }
  .hero-badge { right: 10px; top: -10px; padding: 8px 12px 8px 10px; font-size: 0.82rem; }
  .svc-grid { grid-template-columns: 1fr; }
  .trust ul { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; grid-auto-rows: 170px; }
  .gallery figure.wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .btn { width: 100%; }
  .btn-row { flex-direction: column; }
  .call-now { padding: 10px 13px; }
  .chat-badge { display: none; }
  .frame::before { display: none; }
  h1 { font-size: clamp(2.2rem, 10vw, 2.9rem); }
}
@media (max-width: 360px) {
  .brand img { height: 46px; }
  .call-now { padding: 9px 11px; font-size: 0.92rem; }
  .nav-toggle { width: 42px; height: 42px; }
}

/* ---------- mobile: touch targets and vertical budget ---------- */
@media (max-width: 860px) {
  a[href^="tel:"], a[href^="mailto:"] { padding-block: 11px; }
  .contact-info .val a,
  .contact-info .review-link,
  .footer-credit a,
  .rating-chip { min-height: 44px; display: inline-flex; align-items: center; }
  .contact-info .val a { padding-block: 0; }
  .site-footer ul { gap: 0; }
  .site-footer ul a { padding: 11px 0; min-height: 44px; }
  .site-footer ul li:not(:has(a)) { padding: 11px 0; }
  .section { padding: 52px 0; }
  .slant { padding-top: calc(52px + var(--slant)); }
  .section-head { margin-bottom: 32px; }
  .svc-card { padding: 22px 20px; }
  .steps li { padding: 30px 22px 22px; }
  .contact { padding: 56px 0; }
  .cta-band { padding: 56px 0; }
  .site-footer { padding: 44px 0 20px; }
  .footer-grid { padding-bottom: 28px; }
  .area-pills { gap: 8px; }
  .area-pills li { padding: 8px 14px; font-size: 0.95rem; }
}
@media (max-width: 560px) {
  .section { padding: 44px 0; }
  .slant { padding-top: calc(44px + var(--slant)); }
  .banner { padding: 44px 0 36px; }
  .site-footer { padding-bottom: 84px; }
  .hero .kicker { margin-bottom: 12px; }
  .kicker { font-size: 0.7rem; letter-spacing: 0.12em; }
  .hero h1 { margin-bottom: 14px; }
  .hero .lead { font-size: 1.05rem; margin-bottom: 20px; }
}
