/* ==========================================================================
   Eastbourne Cleaners — design system
   Coastal-fresh: deep pine/teal + warm sand-gold, generous whitespace,
   serif display type paired with a clean grotesque for body/UI.
   ========================================================================== */

:root {
  --c-deep:      #0c3b38;
  --c-deep-2:    #0a2e2b;
  --c-deep-3:    #0f4a45;
  --c-teal:      #1f8a7d;
  --c-teal-light:#e4f2ee;
  --c-gold:      #e3a94b;
  --c-gold-dark: #c2872f;
  --c-coral:     #e2725b;
  --c-ink:       #10201e;
  --c-body:      #46564f;
  --c-mist:      #f2f7f5;
  --c-paper:     #fffdf9;
  --c-line:      #e3e9e4;
  --c-white:     #ffffff;

  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 1px 2px rgba(12,59,56,.06), 0 1px 1px rgba(12,59,56,.04);
  --shadow-md: 0 8px 24px rgba(12,59,56,.10);
  --shadow-lg: 0 20px 48px rgba(12,59,56,.16);
  --wrap: 1180px;
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--c-body);
  background: var(--c-paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { margin: 0; padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--c-ink); line-height: 1.15; margin: 0 0 .5em; font-weight: 600; }
h1 { font-size: clamp(2.1rem, 4vw + 1rem, 3.4rem); font-weight: 600; }
h2 { font-size: clamp(1.6rem, 2.4vw + 1rem, 2.4rem); }
h3 { font-size: 1.25rem; }
p { margin: 0 0 1em; }
button { font: inherit; }
.icon { width: 1.1em; height: 1.1em; vertical-align: -0.2em; }
.icon-sm { width: 16px; height: 16px; }
.icon-lg { width: 28px; height: 28px; }
.icon-gold { color: var(--c-gold); }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.section { padding: 84px 0; }
.section-tight { padding: 56px 0; }
.section-mist { background: var(--c-mist); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: .78rem; font-weight: 700; letter-spacing: .09em; text-transform: uppercase;
  color: var(--c-teal); margin-bottom: 14px;
}
.eyebrow::before { content: ''; width: 22px; height: 2px; background: var(--c-gold); display: inline-block; }
.section-head { max-width: 640px; margin-bottom: 44px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head p.lede { font-size: 1.08rem; color: var(--c-body); }
.text-center { text-align: center; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 24px; border-radius: 999px; font-weight: 600; font-size: .95rem;
  border: 1px solid transparent; cursor: pointer; transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, color .15s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--c-gold); color: var(--c-deep-2); box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--c-gold-dark); box-shadow: var(--shadow-md); }
.btn-ghost { background: transparent; color: var(--c-ink); border-color: var(--c-line); }
.btn-ghost:hover { background: var(--c-mist); }
.btn-outline-light { background: transparent; color: var(--c-white); border-color: rgba(255,255,255,.4); }
.btn-outline-light:hover { background: rgba(255,255,255,.12); }
.btn-dark { background: var(--c-deep); color: var(--c-white); }
.btn-dark:hover { background: var(--c-deep-2); }
.btn-lg { padding: 16px 30px; font-size: 1rem; }
.btn-sm { padding: 9px 16px; font-size: .85rem; }
.btn-block { width: 100%; }

/* ---------- Top bar ---------- */
.topbar { background: var(--c-deep-2); color: rgba(255,255,255,.85); font-size: .82rem; }
.topbar-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 8px 24px; }
.topbar-item { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }
.topbar-phone { color: var(--c-gold); font-weight: 700; }
.topbar-rating strong { color: var(--c-white); }

/* ---------- Header ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,253,249,.92); backdrop-filter: blur(10px); border-bottom: 1px solid var(--c-line); }
.site-header-inner { display: flex; align-items: center; gap: 14px; padding: 14px 24px; }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; flex-shrink: 0; }
.brand-mark {
  width: 40px; height: 40px; border-radius: 11px; background: linear-gradient(155deg, var(--c-deep-3), var(--c-deep-2));
  color: var(--c-gold); font-family: var(--font-display); font-weight: 700; font-size: 1.25rem;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-name { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; color: var(--c-ink); white-space: nowrap; }
.brand-mark { flex-shrink: 0; }
.brand-sub { font-size: .72rem; color: var(--c-body); letter-spacing: .03em; }
.main-nav { display: flex; align-items: center; gap: 22px; flex-shrink: 1; min-width: 0; overflow-x: auto; scrollbar-width: none; }
.main-nav::-webkit-scrollbar { display: none; }
.main-nav a { font-size: .91rem; font-weight: 500; color: var(--c-body); padding: 6px 0; border-bottom: 2px solid transparent; white-space: nowrap; }
.main-nav a:hover, .main-nav a.active { color: var(--c-deep); border-color: var(--c-gold); }
.header-cta { display: flex; align-items: center; gap: 8px; flex-shrink: 0; }
.header-cta .btn { padding-left: 18px; padding-right: 18px; }
.header-call span { display: inline; }
.cta-short { display: none; }
.nav-toggle { display: none; background: none; border: none; padding: 6px; cursor: pointer; color: var(--c-ink); flex-shrink: 0; min-width: 36px; }
.icon-menu-close { display: none; }

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: hidden;
  background: radial-gradient(1200px 500px at 85% -10%, rgba(227,169,75,.20), transparent 60%), linear-gradient(165deg, var(--c-deep) 0%, var(--c-deep-2) 65%, #08211f 100%);
  color: var(--c-white); padding: 76px 0 0;
}
.hero-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-bottom: 70px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  padding: 7px 14px; border-radius: 999px; font-size: .82rem; font-weight: 600; margin-bottom: 22px; color: #f2e3c4;
}
.hero h1 { color: var(--c-white); margin-bottom: 20px; }
.hero h1 em { font-style: normal; color: var(--c-gold); }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,.82); max-width: 520px; margin-bottom: 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 36px; }
.hero-trust { display: flex; gap: 26px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 9px; font-size: .86rem; color: rgba(255,255,255,.85); }
.hero-trust-item .icon { color: var(--c-gold); }

.hero-card {
  background: var(--c-paper); border-radius: var(--radius-lg); padding: 28px; box-shadow: var(--shadow-lg);
  color: var(--c-ink);
}
.hero-card h3 { margin-bottom: 4px; font-size: 1.2rem; }
.hero-card .hero-card-sub { color: var(--c-body); font-size: .88rem; margin-bottom: 18px; }

.hero-wave { display: block; width: 100%; height: auto; margin-top: -2px; }

/* ---------- Trust strip ---------- */
.trust-strip { background: var(--c-white); border-bottom: 1px solid var(--c-line); }
.trust-strip .wrap { display: flex; flex-wrap: wrap; gap: 32px; justify-content: space-between; padding: 26px 24px; }
.trust-strip-item { display: flex; align-items: center; gap: 12px; flex: 1 1 200px; }
.trust-strip-item .icon { color: var(--c-teal); flex-shrink: 0; }
.trust-strip-item strong { display: block; color: var(--c-ink); font-size: .95rem; }
.trust-strip-item span { font-size: .82rem; color: var(--c-body); }

/* ---------- Quote form ---------- */
.quote-form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-field { display: flex; flex-direction: column; gap: 6px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: .78rem; font-weight: 600; color: var(--c-body); }
.form-field input, .form-field select, .form-field textarea {
  border: 1.5px solid var(--c-line); border-radius: var(--radius-sm); padding: 11px 13px; font: inherit; font-size: .92rem;
  background: var(--c-white); color: var(--c-ink); width: 100%;
}
.form-field input:focus, .form-field select:focus, .form-field textarea:focus {
  outline: none; border-color: var(--c-teal); box-shadow: 0 0 0 3px rgba(31,138,125,.15);
}
.form-field textarea { resize: vertical; min-height: 80px; }
.form-hint { font-size: .76rem; color: var(--c-body); }
.form-success {
  background: var(--c-teal-light); border: 1px solid #bfe0d8; color: var(--c-deep-2);
  border-radius: var(--radius-md); padding: 18px 20px; display: flex; gap: 12px; align-items: flex-start;
}
.form-success .icon { color: var(--c-teal); flex-shrink: 0; margin-top: 2px; }
.form-error {
  background: #fdecea; border: 1px solid #f3b6ae; color: #8a2a1f; border-radius: var(--radius-md); padding: 14px 16px; font-size: .88rem;
}

/* ---------- Cards / services ---------- */
.grid { display: grid; gap: 26px; }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.grid-2 { grid-template-columns: repeat(2, 1fr); }

.service-card {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-md);
  padding: 28px; transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease; display: flex; flex-direction: column;
}
.service-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: transparent; }
.service-icon {
  width: 52px; height: 52px; border-radius: 14px; background: var(--c-teal-light); color: var(--c-teal);
  display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
}
.service-card h3 { margin-bottom: 8px; }
.service-card p { font-size: .92rem; flex-grow: 1; }
.service-meta { display: flex; align-items: baseline; justify-content: space-between; margin: 14px 0; padding-top: 14px; border-top: 1px dashed var(--c-line); }
.service-price { font-family: var(--font-display); font-size: 1.3rem; color: var(--c-deep); font-weight: 600; }
.service-price small { font-family: var(--font-body); font-size: .72rem; color: var(--c-body); font-weight: 400; display: block; }
.service-card .btn { align-self: flex-start; }
.badge-featured {
  display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  background: var(--c-gold); color: var(--c-deep-2); padding: 4px 10px; border-radius: 999px; margin-bottom: 14px; align-self: flex-start;
}

/* ---------- Service detail ---------- */
.service-hero { background: var(--c-deep); color: #fff; padding: 56px 0; }
.service-hero .wrap { display: flex; align-items: center; gap: 20px; }
.breadcrumb { font-size: .82rem; color: rgba(255,255,255,.65); margin-bottom: 14px; }
.breadcrumb a { color: rgba(255,255,255,.85); }
.breadcrumb a:hover { text-decoration: underline; }
.service-detail-layout { display: grid; grid-template-columns: 1.6fr 1fr; gap: 48px; align-items: start; }
.bullet-list { display: flex; flex-direction: column; gap: 12px; margin: 22px 0; }
.bullet-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; color: var(--c-ink); }
.bullet-list .icon { color: var(--c-teal); flex-shrink: 0; margin-top: 3px; }
.sticky-side { position: sticky; top: 100px; }
.price-box { background: var(--c-mist); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 26px; }
.price-box .amount { font-family: var(--font-display); font-size: 2.1rem; color: var(--c-deep); }
.price-box .amount small { font-size: .95rem; font-family: var(--font-body); color: var(--c-body); }
.related-services { display: flex; flex-direction: column; gap: 10px; margin-top: 18px; }
.related-services a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid var(--c-line); font-size: .9rem; font-weight: 500; }
.related-services a:hover { color: var(--c-teal); }

/* ---------- Pricing table ---------- */
.pricing-table { width: 100%; border-collapse: collapse; background: var(--c-white); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-sm); }
.pricing-table th, .pricing-table td { padding: 16px 20px; text-align: left; border-bottom: 1px solid var(--c-line); }
.pricing-table th { background: var(--c-deep); color: #fff; font-weight: 600; font-size: .85rem; text-transform: uppercase; letter-spacing: .05em; }
.pricing-table tr:last-child td { border-bottom: none; }
.pricing-table td.price-cell { font-family: var(--font-display); color: var(--c-deep); font-weight: 600; font-size: 1.05rem; white-space: nowrap; }
.pricing-table td.note-cell { color: var(--c-body); font-size: .85rem; }
.pricing-note { background: var(--c-mist); border-left: 3px solid var(--c-gold); padding: 16px 20px; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-size: .9rem; margin-top: 20px; }

/* ---------- Areas ---------- */
.area-card {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-md); padding: 22px;
  display: flex; flex-direction: column; gap: 8px;
}
.area-card h3 { font-size: 1.05rem; margin-bottom: 0; display: flex; align-items: center; gap: 8px; }
.area-card .postcode { font-size: .74rem; font-weight: 700; color: var(--c-teal); background: var(--c-teal-light); padding: 2px 8px; border-radius: 999px; }
.area-card p { font-size: .87rem; margin-bottom: 6px; }
.area-card a.area-link { font-size: .85rem; font-weight: 600; color: var(--c-deep); display: inline-flex; align-items: center; gap: 4px; }

.area-hero { background: linear-gradient(155deg, var(--c-deep), var(--c-deep-2)); color: #fff; padding: 60px 0; }

/* ---------- Testimonials ---------- */
.testimonial-card {
  background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-md); padding: 26px;
  display: flex; flex-direction: column; gap: 12px; height: 100%;
}
.testimonial-stars { color: var(--c-gold); display: flex; gap: 2px; }
.testimonial-stars .icon { width: 15px; height: 15px; fill: currentColor; }
.testimonial-quote { color: var(--c-ink); font-size: .95rem; flex-grow: 1; }
.testimonial-author { display: flex; align-items: center; gap: 10px; padding-top: 10px; border-top: 1px solid var(--c-line); }
.testimonial-avatar {
  width: 38px; height: 38px; border-radius: 50%; background: var(--c-deep); color: var(--c-gold);
  display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: .85rem; flex-shrink: 0;
}
.testimonial-author strong { font-size: .87rem; display: block; color: var(--c-ink); }
.testimonial-author span { font-size: .78rem; color: var(--c-body); }
.reviews-summary { display: flex; align-items: center; gap: 18px; background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 24px 28px; margin-bottom: 40px; }
.reviews-summary .score { font-family: var(--font-display); font-size: 2.6rem; color: var(--c-deep); }

/* ---------- Why us / icon list ---------- */
.why-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px 40px; }
.why-item { display: flex; gap: 16px; }
.why-item .icon-wrap {
  width: 46px; height: 46px; border-radius: 12px; background: var(--c-deep); color: var(--c-gold);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.why-item h3 { font-size: 1.05rem; margin-bottom: 4px; }
.why-item p { font-size: .9rem; margin-bottom: 0; }

/* ---------- FAQ ---------- */
.faq-item { border-bottom: 1px solid var(--c-line); }
.faq-q {
  width: 100%; text-align: left; background: none; border: none; padding: 20px 0; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 16px; font-weight: 600; color: var(--c-ink); font-size: 1rem;
}
.faq-q .icon { color: var(--c-teal); flex-shrink: 0; transition: transform .2s ease; }
.faq-item.open .faq-q .icon { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .25s ease; font-size: .92rem; }
.faq-a-inner { padding-bottom: 20px; color: var(--c-body); }
.faq-item.open .faq-a { max-height: 400px; }

/* ---------- CTA band ---------- */
.cta-band { background: linear-gradient(155deg, var(--c-deep) 0%, var(--c-deep-2) 100%); color: #fff; }
.cta-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 56px 24px; flex-wrap: wrap; }
.cta-band h2 { color: #fff; margin-bottom: 8px; }
.cta-band p { color: rgba(255,255,255,.8); margin-bottom: 0; max-width: 480px; }
.cta-band-actions { display: flex; gap: 14px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--c-ink); color: rgba(255,255,255,.65); padding: 60px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.1fr; gap: 40px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-col h3 { color: #fff; font-size: .95rem; margin-bottom: 16px; font-family: var(--font-body); font-weight: 700; }
.footer-col ul { display: flex; flex-direction: column; gap: 10px; }
.footer-col a { font-size: .87rem; }
.footer-col a:hover { color: var(--c-gold); }
.footer-about p { font-size: .87rem; max-width: 320px; margin: 14px 0 18px; }
.brand-footer .brand-name { color: #fff; }
.footer-trust { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; font-size: .82rem; }
.footer-trust span { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.75); }
.footer-trust .icon { color: var(--c-gold); }
.footer-social { display: flex; gap: 14px; }
.footer-contact li { display: flex; align-items: center; gap: 8px; font-size: .87rem; margin-bottom: 4px; }
.footer-contact .icon { color: var(--c-gold); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; padding: 22px 24px; font-size: .78rem; }
.footer-fine a { text-decoration: underline; }

/* ---------- Mobile sticky quote bar ---------- */
.mobile-quote-bar {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 60;
  background: var(--c-gold); color: var(--c-deep-2); text-align: center; padding: 14px; font-weight: 700; font-size: .92rem;
  align-items: center; justify-content: center; gap: 8px; box-shadow: 0 -6px 20px rgba(0,0,0,.12);
}

/* ---------- Misc page bits ---------- */
.page-hero { background: linear-gradient(155deg, var(--c-deep), var(--c-deep-2)); color: #fff; padding: 64px 0 56px; }
.page-hero h1 { color: #fff; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,.8); max-width: 620px; }
.stat-row { display: flex; gap: 40px; flex-wrap: wrap; margin-top: 28px; }
.stat-row .stat strong { font-family: var(--font-display); font-size: 2rem; display: block; color: var(--c-gold); }
.stat-row .stat span { font-size: .82rem; color: rgba(255,255,255,.75); }

.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-item { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--c-line); background: var(--c-white); }
.gallery-placeholder {
  aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 8px;
  background: linear-gradient(135deg, var(--c-teal-light), var(--c-mist)); color: var(--c-teal);
}
.gallery-caption { padding: 12px 16px; font-size: .85rem; color: var(--c-body); border-top: 1px solid var(--c-line); }

.about-story { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: center; }
.about-visual {
  aspect-ratio: 1/1; border-radius: var(--radius-lg); background: linear-gradient(160deg, var(--c-deep), var(--c-teal));
  display: flex; align-items: center; justify-content: center; color: var(--c-gold); position: relative; overflow: hidden;
}
.about-visual .icon { width: 90px; height: 90px; opacity: .9; }

.contact-layout { display: grid; grid-template-columns: 1fr 1.1fr; gap: 50px; align-items: start; }
.contact-info-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 28px; }
.contact-info-card li { display: flex; gap: 14px; align-items: flex-start; padding: 14px 0; border-bottom: 1px solid var(--c-line); }
.contact-info-card li:last-child { border-bottom: none; }
.contact-info-card .icon-wrap { width: 40px; height: 40px; border-radius: 10px; background: var(--c-teal-light); color: var(--c-teal); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-form-card { background: var(--c-white); border: 1px solid var(--c-line); border-radius: var(--radius-lg); padding: 30px; box-shadow: var(--shadow-md); }

.checklist-inline { display: flex; flex-wrap: wrap; gap: 10px 24px; margin: 20px 0; }
.checklist-inline span { display: flex; align-items: center; gap: 8px; font-size: .88rem; color: var(--c-ink); font-weight: 500; }
.checklist-inline .icon { color: var(--c-teal); }

/* ---------- Responsive ---------- */
@media (max-width: 980px) {
  .hero-inner { grid-template-columns: 1fr; padding-bottom: 40px; }
  .grid-3, .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: 1fr; }
  .service-detail-layout, .about-story, .contact-layout { grid-template-columns: 1fr; }
  .sticky-side { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
/* Nav switches to the slide-in hamburger menu well before real mobile widths —
   7 nav links + brand + CTA buttons simply don't fit between 760–1024px. */
@media (max-width: 1024px) {
  .main-nav {
    position: fixed; inset: 0 0 0 auto; width: min(320px, 84vw); height: 100vh; background: var(--c-paper);
    flex-direction: column; align-items: flex-start; padding: 90px 28px 28px; gap: 4px; box-shadow: -12px 0 30px rgba(0,0,0,.12);
    transform: translateX(100%); transition: transform .25s ease; overflow-y: auto; overflow-x: visible;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a { width: 100%; padding: 14px 0; border-bottom: 1px solid var(--c-line); font-size: 1.02rem; white-space: normal; }
  .header-call { display: none; }
  .cta-full { display: none; }
  .cta-short { display: inline; }
  .header-cta .btn-primary { padding: 11px 18px; font-size: .85rem; }
  .brand { flex-shrink: 1; min-width: 0; }
  .brand-text { min-width: 0; }
  .brand-name { overflow: hidden; text-overflow: ellipsis; max-width: 46vw; }
  .nav-toggle { display: block; }
  .nav-toggle.open .icon-menu-open { display: none; }
  .nav-toggle.open .icon-menu-close { display: block; }
}
@media (max-width: 760px) {
  .topbar-item:not(.topbar-phone) { display: none; }
  .topbar-inner { justify-content: space-between; }
  .brand-sub { display: none; }
  .brand-name { font-size: 1rem; }
  .site-header-inner { gap: 12px; padding: 12px 16px; }
  .grid-3, .grid-4, .grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band-inner { flex-direction: column; text-align: center; }
  .cta-band-actions { justify-content: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .mobile-quote-bar { display: flex; }
  body { padding-bottom: 58px; }
  .section { padding: 56px 0; }
  .gallery-grid { grid-template-columns: 1fr; }
  .reviews-summary { flex-direction: column; align-items: flex-start; }
}
