/* ============================================================================
   Utah Valley HVAC & Plumbing — styles
   ========================================================================== */
:root {
  --navy: #0f2a44; --navy-2: #163b5e; --navy-3: #1f4c78;
  --orange: #f26b1d; --orange-2: #d95a12; --orange-soft: #fff1e8;
  --ink: #0b1320; --muted: #5b6b7b; --line: #e3e8ee; --line-2: #cfd7e0;
  --bg: #ffffff; --bg-2: #f5f7fa; --bg-3: #eef2f6;
  --ok: #1f8a4c; --ok-soft: #e6f5ec; --warn: #b45309; --warn-soft: #fff4e5; --bad: #b91c1c; --bad-soft: #fdecec;
  --radius: 14px; --radius-s: 10px; --shadow: 0 10px 30px rgba(15, 42, 68, .10); --shadow-s: 0 2px 8px rgba(15, 42, 68, .08);
  --font-head: 'Manrope', 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  --wrap: 1180px;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-body); font-size: 16px; line-height: 1.55; color: var(--ink); background: var(--bg); }
img { max-width: 100%; display: block; }
a { color: var(--navy-3); text-decoration: none; }
a:hover { text-decoration: underline; }
h1, h2, h3, h4 { font-family: var(--font-head); line-height: 1.15; margin: 0 0 .5em; color: var(--ink); letter-spacing: -.01em; }
h1 { font-size: clamp(2rem, 4.6vw, 3.4rem); font-weight: 800; }
h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); font-weight: 800; }
h3 { font-size: 1.15rem; font-weight: 700; }
h4 { font-size: .95rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), 100% - 40px); margin: 0 auto; }
.wrap.narrow { max-width: 780px; }
.center { text-align: center; }
.mt { margin-top: 1.5rem; }
.spacer { height: 2.5rem; }
.muted { color: var(--muted); }
.small { font-size: .85rem; }
.big { font-size: 1.12rem; line-height: 1.6; }
.big.light { color: #fff; }
.pre { white-space: pre-wrap; }
.lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; }
.eyebrow { font-family: var(--font-head); font-weight: 800; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); margin: 0 0 .8rem; }
.text-link { font-weight: 700; display: inline-flex; align-items: center; gap: .3rem; }
.text-link svg { width: 18px; height: 18px; }
svg { flex: none; }
[hidden] { display: none !important; }

/* buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; font-family: var(--font-head); font-weight: 700; font-size: 1rem; padding: .8rem 1.25rem; border-radius: var(--radius-s); border: 2px solid transparent; cursor: pointer; text-decoration: none !important; line-height: 1.2; transition: transform .08s ease, background .15s ease, box-shadow .15s ease; white-space: nowrap; }
.btn svg { width: 20px; height: 20px; }
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--orange); color: #fff; box-shadow: 0 6px 18px rgba(242, 107, 29, .28); }
.btn-primary:hover { background: var(--orange-2); }
.btn-ghost { background: #fff; color: var(--navy); border-color: var(--line-2); }
.btn-ghost:hover { border-color: var(--navy); }
.btn-ghost.danger { color: var(--bad); }
.btn-outline-light { background: rgba(255, 255, 255, .08); color: #fff; border-color: rgba(255, 255, 255, .55); backdrop-filter: blur(4px); }
.btn-outline-light:hover { background: rgba(255, 255, 255, .16); }
.btn-lg { font-size: 1.1rem; padding: 1rem 1.5rem; }
.btn-block { width: 100%; }
.btn-link { background: none; border: 0; color: var(--navy-3); font-weight: 600; cursor: pointer; padding: .4rem 0; font-family: var(--font-body); }
.btn:disabled { opacity: .6; cursor: default; }

/* header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 255, 255, .96); border-bottom: 1px solid transparent; }
.site-header.scrolled { border-color: var(--line); box-shadow: var(--shadow-s); }
.header-inner { display: flex; align-items: center; gap: 1.5rem; height: 78px; }
.logo { display: inline-flex; align-items: center; gap: .7rem; text-decoration: none !important; color: var(--ink); }
.logo-mark { border-radius: 12px; flex: none; }
.logo-text { display: flex; flex-direction: column; line-height: 1.05; }
.logo-top { font-family: var(--font-head); font-size: .74rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--orange); }
.logo-bottom { font-family: var(--font-head); font-size: 1.2rem; font-weight: 800; color: var(--navy); letter-spacing: -.01em; }
.main-nav { display: flex; gap: 1.4rem; margin-left: auto; }
.main-nav a { font-weight: 600; color: var(--ink); font-size: .97rem; padding: .3rem 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { border-color: var(--orange); text-decoration: none; }
.header-cta { display: flex; align-items: center; gap: .6rem; }
.menu-btn { display: none; background: none; border: 0; padding: .4rem; cursor: pointer; color: var(--navy); }
.menu-btn svg { width: 28px; height: 28px; }
.mobile-nav { display: flex; flex-direction: column; gap: .2rem; padding: .5rem 20px 1.2rem; border-top: 1px solid var(--line); background: #fff; }
.mobile-nav a:not(.btn) { padding: .8rem 0; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: .6rem; }
body.nav-open { overflow: hidden; }

/* hero */
.hero { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 70% 35%; opacity: .6; }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 28, 46, .92) 0%, rgba(10, 28, 46, .72) 55%, rgba(10, 28, 46, .35) 100%); }
.hero-inner { position: relative; padding: clamp(3.5rem, 8vw, 7rem) 0 clamp(3rem, 6vw, 5rem); max-width: 720px; }
.hero h1 { color: #fff; max-width: 15ch; }
.hero-sub { font-size: 1.2rem; max-width: 52ch; color: rgba(255, 255, 255, .88); }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin: 1.6rem 0 1.2rem; }
.hero-actions.center { justify-content: center; }
.hero-note { font-size: .88rem; color: rgba(255, 255, 255, .72); max-width: 60ch; margin: 0; }
.hero-short .hero-inner { padding: clamp(2.5rem, 6vw, 4.5rem) 0; }

/* trust row */
.trust { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; padding: 1.6rem 0; }
.trust-item { display: flex; gap: .8rem; align-items: flex-start; }
.trust-icon { width: 42px; height: 42px; border-radius: 10px; background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; color: var(--orange); flex: none; }
.trust-icon svg { width: 22px; height: 22px; }
.trust-item h3 { font-size: 1rem; margin: .2rem 0 .2rem; }
.trust-item p { font-size: .9rem; color: var(--muted); margin: 0; }

/* sections */
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-alt { background: var(--bg-2); }
.section-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.section-head h2 { margin: 0; }
.cat-title { display: flex; align-items: center; gap: .6rem; margin-top: .5rem; }
.cat-title svg { width: 28px; height: 28px; color: var(--orange); }
.cat-text { color: var(--muted); margin-bottom: 1.4rem; }

/* tiles */
.tile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.tile-grid.three { grid-template-columns: repeat(3, 1fr); }
.tile { display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; color: var(--ink); text-decoration: none !important; transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease; }
.tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: var(--line-2); }
.tile-img { aspect-ratio: 4 / 3; background: var(--bg-3); overflow: hidden; }
.tile-img img { width: 100%; height: 100%; object-fit: cover; }
.tile-body { padding: 1rem 1.1rem 1.2rem; display: flex; flex-direction: column; gap: .35rem; flex: 1; }
.tile-body h3 { margin: 0; font-size: 1.12rem; }
.tile-body p { margin: 0; color: var(--muted); font-size: .93rem; flex: 1; }
.tile-cat { display: inline-flex; align-items: center; gap: .35rem; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--orange); font-family: var(--font-head); }
.tile-cat.plumbing { color: var(--navy-3); }
.tile-cat svg { width: 14px; height: 14px; }
.tile-more { display: inline-flex; align-items: center; gap: .2rem; font-weight: 700; font-size: .9rem; color: var(--navy-3); margin-top: .4rem; }
.tile-more svg { width: 16px; height: 16px; }

/* steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 1.5rem; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.5rem; }
.step-n { display: inline-flex; width: 40px; height: 40px; border-radius: 50%; background: var(--navy); color: #fff; align-items: center; justify-content: center; font-family: var(--font-head); font-weight: 800; margin-bottom: .8rem; flex: none; }
.step p { color: var(--muted); margin: 0; }

/* honest */
.honest { display: grid; grid-template-columns: 1.1fr 1fr; gap: 3rem; align-items: start; }
.honest-text p { font-size: 1.12rem; color: var(--muted); }
.honest-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.honest-cols.one { grid-template-columns: 1fr; }
.honest-cols.one .honest-col ul { display: grid; grid-template-columns: 1fr 1fr; gap: .7rem 1.2rem; }
@media (max-width: 640px) { .honest-cols.one .honest-col ul { grid-template-columns: 1fr; } }
.honest-col { border-radius: var(--radius); padding: 1.2rem; }
.honest-col.do { background: var(--ok-soft); }
.honest-col.dont { background: var(--bg-3); }
.honest-col h4 { margin-bottom: .8rem; }
.honest-col ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .5rem; }
.honest-col li { display: flex; gap: .5rem; align-items: flex-start; font-size: .95rem; font-weight: 500; }
.honest-col li svg { width: 18px; height: 18px; margin-top: .15rem; }
.honest-col.do svg { color: var(--ok); }
.honest-col.dont svg { color: var(--muted); }

/* local band */
.local { position: relative; color: #fff; background: var(--navy); overflow: hidden; }
.local-media { position: absolute; inset: 0; }
.local-media img { width: 100%; height: 100%; object-fit: cover; opacity: .55; }
.local-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(15, 42, 68, .45), rgba(15, 42, 68, .88)); }
.local-inner { position: relative; padding: clamp(3rem, 6vw, 5rem) 0; }
.local h2 { color: #fff; }
.local-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin: 1.5rem 0; }
.local-item { background: rgba(255, 255, 255, .08); border: 1px solid rgba(255, 255, 255, .18); border-radius: var(--radius); padding: 1.3rem; backdrop-filter: blur(6px); }
.local-item h3 { color: #fff; }
.local-item p { color: rgba(255, 255, 255, .85); margin: 0; font-size: .95rem; }
.local-cities { display: flex; flex-wrap: wrap; gap: .5rem; margin: 0; }
.local-cities a { color: #fff; border: 1px solid rgba(255, 255, 255, .4); border-radius: 999px; padding: .35rem .8rem; font-size: .9rem; font-weight: 600; }
.local-cities a:hover { background: #fff; color: var(--navy); text-decoration: none; }
.local-cities.dark a { color: var(--navy); border-color: var(--line-2); }
.local-cities.dark a:hover { background: var(--navy); color: #fff; }

/* gallery */
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.5rem; }
.gallery figure { margin: 0; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-3); }
.gallery img { width: 100%; height: 100%; object-fit: cover; }

/* faq */
.faq-list { display: flex; flex-direction: column; gap: .6rem; }
.faq-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); }
.faq-item summary { list-style: none; cursor: pointer; padding: 1rem 1.1rem; font-weight: 700; font-family: var(--font-head); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary svg { width: 18px; height: 18px; transition: transform .2s; color: var(--muted); }
.faq-item[open] summary svg { transform: rotate(90deg); }
.faq-a { padding: 0 1.1rem 1rem; color: var(--muted); }
.faq-a p { margin: 0; }

/* final cta */
.final-cta { background: var(--navy); color: #fff; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: clamp(2.5rem, 5vw, 4rem) 0; flex-wrap: wrap; }
.final-cta h2 { color: #fff; margin-bottom: .3rem; }
.final-cta p { color: rgba(255, 255, 255, .8); margin: 0; }
.final-actions { display: flex; gap: .8rem; flex-wrap: wrap; }

/* footer */
.site-footer { background: #0a1c2e; color: rgba(255, 255, 255, .78); padding: 3.5rem 0 6rem; font-size: .93rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2.5rem; }
.site-footer h4 { color: #fff; margin-bottom: .8rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .35rem; }
.site-footer a { color: rgba(255, 255, 255, .78); }
.site-footer a:hover { color: #fff; }
.footer-brand .logo-bottom { color: #fff; }
.footer-tagline { margin-top: 1rem; color: #fff; font-weight: 600; }
.footer-note { font-size: .85rem; color: rgba(255, 255, 255, .6); max-width: 46ch; }
.footer-contact { margin-top: 1.2rem; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 1rem; flex-wrap: wrap; border-top: 1px solid rgba(255, 255, 255, .12); margin-top: 2.5rem; padding-top: 1.2rem; font-size: .85rem; color: rgba(255, 255, 255, .55); }
.staff-link { color: rgba(255, 255, 255, .45) !important; }

/* mobile sticky bar */
.mobile-bar { display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 40; background: #fff; border-top: 1px solid var(--line); padding: .6rem 12px calc(.6rem + env(safe-area-inset-bottom)); gap: .6rem; box-shadow: 0 -6px 20px rgba(15, 42, 68, .12); }
.mobile-bar .btn { flex: 1; }

/* page head */
.page-head { background: var(--bg-2); border-bottom: 1px solid var(--line); padding: clamp(2.5rem, 5vw, 4rem) 0 clamp(1.5rem, 3vw, 2.5rem); }
.page-head.compact { padding-bottom: 1.5rem; }
.page-head h1 { max-width: 20ch; }
.page-head .lead { margin: 0; }
.crumbs { display: flex; gap: .5rem; font-size: .85rem; color: var(--muted); margin-bottom: 1rem; flex-wrap: wrap; }
.crumbs i { font-style: normal; color: var(--line-2); }
.ok-badge { display: inline-flex; width: 56px; height: 56px; border-radius: 50%; background: var(--ok-soft); color: var(--ok); align-items: center; justify-content: center; margin-bottom: 1rem; }
.ok-badge svg { width: 30px; height: 30px; }

/* service / city hero */
.svc-hero { background: var(--bg-2); border-bottom: 1px solid var(--line); }
.svc-hero-inner { display: grid; grid-template-columns: 1.1fr .9fr; gap: 3rem; align-items: center; padding: clamp(2.5rem, 5vw, 4rem) 0; }
.svc-hero h1 { max-width: 16ch; margin-top: .6rem; }
.svc-hero-img { border-radius: var(--radius); overflow: hidden; aspect-ratio: 4 / 3; box-shadow: var(--shadow); background: var(--bg-3); }
.svc-hero-img img { width: 100%; height: 100%; object-fit: cover; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.check-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }
.check-list li { display: flex; gap: .6rem; align-items: flex-start; }
.check-list li svg { width: 20px; height: 20px; color: var(--ok); margin-top: .15rem; }

/* cities */
.city-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.city-card { display: block; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: #fff; color: var(--ink); text-decoration: none !important; transition: transform .15s ease, box-shadow .15s ease; }
.city-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.city-card h3 { font-size: 1.25rem; }
.city-card p { color: var(--muted); font-size: .95rem; }
.svc-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: .6rem; }
.svc-links a { display: flex; align-items: center; gap: .6rem; padding: .8rem 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); font-weight: 600; color: var(--ink); }
.svc-links a svg { width: 18px; height: 18px; color: var(--orange); }
.svc-links a:hover { border-color: var(--navy); text-decoration: none; }

/* how steps list */
.how-steps { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1.5rem; }
.how-steps li { display: flex; gap: 1.2rem; align-items: flex-start; }
.how-steps h3 { font-size: 1.2rem; }
.how-steps p { color: var(--muted); margin: 0; }
.note { margin-top: 2rem; padding: 1rem 1.2rem; background: var(--bg-2); border-left: 4px solid var(--orange); border-radius: 0 var(--radius-s) var(--radius-s) 0; color: var(--muted); font-size: .95rem; }
.callout { margin-top: 1.5rem; padding: 1rem 1.2rem; background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--radius-s); }
.callout.warn { background: var(--warn-soft); border-color: #f5d6a8; color: var(--warn); }

/* about / contact */
.about-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 3rem; align-items: center; }
.about-h { font-size: clamp(1.6rem, 3vw, 2.4rem); }
.about-img { margin: 0; border-radius: var(--radius); overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem; }
.contact-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; background: #fff; }
.contact-card p { color: var(--muted); }
.contact-card .btn { white-space: normal; word-break: break-all; text-align: left; max-width: 100%; }
.points-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.point { border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; background: #fff; }
.point p { color: var(--muted); margin: 0; font-size: .95rem; }
.legal h2 { font-size: 1.25rem; margin-top: 1.8rem; }

/* forms */
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.2rem, 3vw, 2rem); margin-bottom: 1.2rem; box-shadow: var(--shadow-s); }
.form-card h2 { font-size: 1.3rem; margin-bottom: 1.2rem; }
.field { margin-bottom: 1.1rem; }
.field > label { display: block; font-weight: 700; font-size: .95rem; margin-bottom: .4rem; font-family: var(--font-head); }
.field > label em { color: var(--orange); font-style: normal; margin-left: .2rem; }
.field > label small { display: block; font-weight: 400; color: var(--muted); font-family: var(--font-body); font-size: .85rem; margin-top: .1rem; }
.field small.muted { display: block; margin-top: .35rem; font-size: .82rem; }
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], input[type="number"], input[type="search"], select, textarea { width: 100%; font: inherit; padding: .8rem .9rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-s); background-color: #fff; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
input:focus, select:focus, textarea:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(15, 42, 68, .12); }
select { appearance: none; -webkit-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='%235b6b7b' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right .8rem center; background-size: 18px; padding-right: 2.4rem; }
textarea { resize: vertical; min-height: 100px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.grid-3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1rem; }
.choices { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem; }
.choices.compact { display: flex; flex-wrap: wrap; }
.field label.choice { display: block; margin: 0; cursor: pointer; }
.choice input { position: absolute; opacity: 0; pointer-events: none; }
.choice-box { display: flex; flex-direction: column; gap: .1rem; padding: .75rem .9rem; border: 1.5px solid var(--line-2); border-radius: var(--radius-s); background: #fff; transition: all .15s; }
.choice-box strong { font-weight: 700; font-size: .95rem; }
.choice-box small { color: var(--muted); font-size: .82rem; }
.choice input:checked + .choice-box { border-color: var(--navy); background: #eef3f9; box-shadow: inset 0 0 0 1px var(--navy); }
.choice input:focus-visible + .choice-box { box-shadow: 0 0 0 3px rgba(15, 42, 68, .2); }
.choices.compact .choice-box { padding: .55rem .9rem; }
.suggest { position: relative; }
.suggest-list { position: absolute; top: calc(100% + 4px); left: 0; right: 0; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius-s); box-shadow: var(--shadow); z-index: 20; overflow: hidden; }
.suggest-item { display: block; width: 100%; text-align: left; background: none; border: 0; padding: .65rem .9rem; font: inherit; cursor: pointer; color: var(--ink); }
.suggest-item:hover { background: var(--bg-2); }
.date-wrap { position: relative; }
.date-wrap svg { position: absolute; right: .9rem; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; color: var(--muted); pointer-events: none; }
.date-input { cursor: pointer; background-color: #fff; }
.cal-pop { position: absolute; z-index: 30; background: #fff; border: 1px solid var(--line-2); border-radius: var(--radius); box-shadow: var(--shadow); padding: .8rem; width: 300px; margin-top: 4px; }
.cal-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: .5rem; font-family: var(--font-head); }
.cal-nav { background: none; border: 1px solid var(--line); border-radius: 8px; width: 32px; height: 32px; cursor: pointer; font-size: 1.2rem; line-height: 1; color: var(--navy); }
.cal-dow, .cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 2px; text-align: center; }
.cal-dow span { font-size: .75rem; color: var(--muted); font-weight: 700; padding: .3rem 0; }
.cal-day { background: none; border: 0; border-radius: 8px; height: 36px; font: inherit; cursor: pointer; color: var(--ink); }
.cal-day:hover { background: var(--bg-3); }
.cal-day.past { color: var(--line-2); cursor: default; }
.cal-day.today { font-weight: 800; color: var(--orange); }
.cal-day.sel { background: var(--navy); color: #fff; }
.cal-foot { text-align: center; margin-top: .3rem; }
.field { position: relative; }
.photo-input { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.photo-btn { display: inline-flex; align-items: center; gap: .5rem; padding: .7rem 1rem; border: 1.5px dashed var(--line-2); border-radius: var(--radius-s); cursor: pointer; font-weight: 600; color: var(--navy); }
.photo-btn svg { width: 20px; height: 20px; }
.photo-btn:hover { border-color: var(--navy); }
.photo-previews { display: flex; gap: .5rem; flex-wrap: wrap; }
.photo-prev { position: relative; width: 64px; height: 64px; border-radius: 8px; overflow: hidden; }
.photo-prev img { width: 100%; height: 100%; object-fit: cover; }
.photo-prev button { position: absolute; top: 2px; right: 2px; width: 20px; height: 20px; border-radius: 50%; border: 0; background: rgba(0, 0, 0, .6); color: #fff; cursor: pointer; font-size: 14px; line-height: 1; }
.hp { position: absolute; left: -9999px; top: -9999px; }
.consent { display: flex; gap: .7rem; align-items: flex-start; font-size: .85rem; color: var(--muted); margin: 1.2rem 0; line-height: 1.5; }
.consent input { margin-top: .2rem; width: 18px; height: 18px; flex: none; accent-color: var(--navy); }
.form-error { background: var(--bad-soft); color: var(--bad); padding: .8rem 1rem; border-radius: var(--radius-s); margin-bottom: 1rem; font-weight: 600; }
.form-success { background: var(--ok-soft); color: var(--ok); padding: 1rem; border-radius: var(--radius-s); font-weight: 600; margin-top: 1rem; }
.form-fine { font-size: .82rem; color: var(--muted); margin: 1rem 0 0; text-align: center; }
.quote-section { padding-top: 2rem; }

/* ================= admin ================= */
body.is-admin { background: var(--bg-2); }
.admin-loading { padding: 4rem; text-align: center; color: var(--muted); }
.admin-login { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 2rem 20px; }
.login-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; width: min(420px, 100%); box-shadow: var(--shadow); }
.login-card h1 { font-size: 1.6rem; text-align: center; }
.login-card > .center svg { width: 40px; height: 40px; color: var(--orange); }
.admin { display: grid; grid-template-columns: 220px 1fr; min-height: 100vh; }
.admin-side { background: var(--navy); color: #fff; padding: 1.4rem 1rem; display: flex; flex-direction: column; gap: 1rem; position: sticky; top: 0; height: 100vh; }
.admin-brand { font-family: var(--font-head); font-weight: 800; font-size: 1.05rem; display: flex; flex-direction: column; padding: 0 .5rem; }
.admin-brand span { font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--orange); }
.admin-side nav { display: flex; flex-direction: column; gap: .15rem; }
.admin-side nav a { color: rgba(255, 255, 255, .8); padding: .6rem .7rem; border-radius: 8px; font-weight: 600; }
.admin-side nav a.active, .admin-side nav a:hover { background: rgba(255, 255, 255, .12); color: #fff; text-decoration: none; }
.admin-side-foot { margin-top: auto; display: flex; flex-direction: column; gap: .3rem; padding: 0 .5rem; }
.admin-side-foot .btn-link { color: #fff; text-align: left; padding: .2rem 0; }
.admin-side-foot .muted { color: rgba(255, 255, 255, .6); }
.pill { display: inline-block; background: var(--orange); color: #fff; font-size: .72rem; font-weight: 800; padding: .2rem .6rem; border-radius: 999px; width: max-content; }
.admin-main { padding: 1.6rem clamp(1rem, 3vw, 2.4rem) 4rem; min-width: 0; }
.admin-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.2rem; }
.admin-head h1 { font-size: 1.6rem; margin: 0; }
.admin-head p { margin: .2rem 0 0; }
.back { font-size: .85rem; font-weight: 600; }
.head-actions { display: flex; gap: .5rem; flex-wrap: wrap; align-items: center; }
.stats { display: flex; gap: .8rem; flex-wrap: wrap; }
.stats.wide { margin-bottom: 1.2rem; }
.stat { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); padding: .6rem 1rem; display: flex; flex-direction: column; min-width: 90px; }
.stat b { font-family: var(--font-head); font-size: 1.3rem; }
.stat span { font-size: .75rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; }
.filters { display: flex; gap: .6rem; flex-wrap: wrap; margin-bottom: 1rem; }
.filters input, .filters select { width: auto; padding: .6rem .8rem; }
.filters select { padding-right: 2.4rem; }
.table td b { white-space: nowrap; }
.filters input { flex: 1; min-width: 200px; }
.table-wrap { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); }
.table { width: 100%; border-collapse: collapse; font-size: .92rem; }
.table th { text-align: left; font-size: .75rem; text-transform: uppercase; letter-spacing: .06em; color: var(--muted); padding: .8rem .9rem; border-bottom: 1px solid var(--line); background: var(--bg-2); white-space: nowrap; }
.table td { padding: .75rem .9rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.table td small { display: block; color: var(--muted); font-size: .8rem; }
.table.small { font-size: .85rem; }
.row-link { cursor: pointer; }
.row-link:hover td { background: #f8fafc; }
.row-urgent td:first-child { box-shadow: inset 4px 0 0 var(--orange); }
.badge { display: inline-block; padding: .2rem .55rem; border-radius: 999px; font-size: .75rem; font-weight: 700; background: var(--bg-3); color: var(--navy); white-space: nowrap; }
.badge.s-new { background: var(--orange-soft); color: var(--orange-2); }
.badge.s-emergency { background: var(--bad-soft); color: var(--bad); }
.badge.s-won, .badge.s-paid, .badge.s-accepted, .badge.s-active { background: var(--ok-soft); color: var(--ok); }
.badge.s-lost, .badge.s-spam, .badge.s-rejected, .badge.s-ended { background: var(--bg-3); color: var(--muted); }
.badge.s-disputed, .badge.s-credited { background: var(--warn-soft); color: var(--warn); }
.score { font-weight: 800; font-family: var(--font-head); }
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; margin-bottom: 1.2rem; }
.card h2 { font-size: 1.15rem; margin-bottom: .8rem; }
.card h3 { font-size: 1rem; }
.detail-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.2rem; align-items: start; }
.status-row { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip { border: 1.5px solid var(--line-2); background: #fff; border-radius: 999px; padding: .4rem .8rem; font: inherit; font-weight: 600; font-size: .85rem; cursor: pointer; color: var(--navy); }
.chip.on { background: var(--navy); color: #fff; border-color: var(--navy); }
.kv { width: 100%; border-collapse: collapse; font-size: .93rem; }
.kv th { text-align: left; color: var(--muted); font-weight: 600; padding: .45rem .6rem .45rem 0; width: 130px; vertical-align: top; }
.kv td { padding: .45rem 0; border-bottom: 1px solid var(--line); word-break: break-word; }
.photo-grid { display: flex; gap: .5rem; flex-wrap: wrap; }
.photo-grid img { width: 110px; height: 110px; object-fit: cover; border-radius: 8px; }
.row-actions { display: flex; gap: .6rem; align-items: center; flex-wrap: wrap; margin-top: .8rem; }
.row-actions.sticky { position: sticky; bottom: 0; background: var(--bg-2); padding: 1rem 0; }
.assign { display: flex; justify-content: space-between; gap: 1rem; align-items: center; padding: .7rem 0; border-bottom: 1px solid var(--line); }
.assign small { display: block; color: var(--muted); font-size: .8rem; }
.assign select { width: auto; padding: .4rem 2rem .4rem .6rem; font-size: .85rem; }
.form-inline .field { margin-bottom: .8rem; }
.sub { font-size: 1.1rem; margin: 1.5rem 0 .6rem; }
.statement-head { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: flex-start; margin-bottom: .8rem; }
.statement-head h2 { margin-bottom: .2rem; }
.chan-status { display: grid; grid-template-columns: repeat(5, 1fr); gap: .6rem; margin-bottom: 1.2rem; }
.chan { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-s); padding: .7rem .9rem; display: flex; flex-direction: column; }
.chan span { font-size: .8rem; font-weight: 800; color: var(--muted); }
.chan.on span { color: var(--ok); }
.chan small { font-size: .75rem; color: var(--muted); word-break: break-word; }
.code { background: var(--bg-3); border-radius: var(--radius-s); padding: 1rem; font-size: .78rem; overflow-x: auto; }
.ok { color: var(--ok); font-weight: 800; }
.bad { color: var(--bad); font-weight: 800; }

/* responsive */
@media (max-width: 1080px) {
  .tile-grid { grid-template-columns: repeat(3, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .main-nav { display: none; }
  .btn-phone span { display: none; }
  .btn-phone { padding: .7rem .8rem; }
}
@media (max-width: 900px) {
  .menu-btn { display: inline-flex; }
  .header-cta .btn-primary { display: none; }
  .honest, .two-col, .about-grid, .svc-hero-inner { grid-template-columns: 1fr; gap: 1.8rem; }
  .steps, .local-grid, .gallery, .city-grid, .points-grid, .svc-links, .tile-grid.three { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.8rem; }
  .footer-brand { grid-column: 1 / -1; }
  .admin { grid-template-columns: 1fr; }
  .admin-side { position: static; height: auto; flex-direction: row; flex-wrap: wrap; align-items: center; }
  .admin-side nav { flex-direction: row; flex-wrap: wrap; }
  .admin-side-foot { margin-left: auto; flex-direction: row; align-items: center; gap: .8rem; }
  .detail-grid { grid-template-columns: 1fr; }
  .chan-status { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .wrap { width: min(var(--wrap), 100% - 32px); }
  .header-inner { height: 66px; gap: .8rem; }
  .logo-mark { width: 40px; height: 40px; }
  .logo-bottom { font-size: 1.05rem; }
  .btn-phone { display: none; }
  .tile-grid, .steps, .local-grid, .gallery, .city-grid, .points-grid, .svc-links, .honest-cols, .contact-grid, .grid-2, .grid-3, .choices, .tile-grid.three { grid-template-columns: 1fr; }
  .gallery { grid-template-columns: 1fr 1fr; gap: .6rem; }
  .tile-grid { gap: .7rem; }
  .tile { flex-direction: row; align-items: stretch; }
  .tile-img { width: 108px; flex: none; aspect-ratio: auto; }
  .tile-body { padding: .8rem .9rem; gap: .2rem; }
  .tile-body h3 { font-size: 1rem; }
  .tile-body p { font-size: .85rem; }
  .tile-more { display: none; }
  .trust-grid { grid-template-columns: 1fr; gap: 1rem; }
  .hero-media img { object-position: 60% 40%; }
  .hero-media::after { background: linear-gradient(180deg, rgba(10, 28, 46, .8), rgba(10, 28, 46, .9)); }
  .hero h1 { font-size: 2rem; }
  .hero-sub { font-size: 1.05rem; }
  .hero-actions .btn { width: 100%; }
  .mobile-bar { display: flex; }
  .final-actions { width: 100%; }
  .final-actions .btn { flex: 1; }
  .footer-grid { grid-template-columns: 1fr; }
  .cal-pop { width: min(300px, calc(100vw - 40px)); }
  .filters input { min-width: 0; width: 100%; }
  .stats .stat { flex: 1; }
  .table th, .table td { padding: .6rem .6rem; }
  .admin-main { padding: 1rem 12px 5rem; }
}
