/* Perfect Touch Auto Glass — site.css
   Brand: navy / royal blue / chrome / black, gold for stars only.
   Display: Barlow Condensed 800 italic. Body: Barlow. */

:root {
  --navy: #061a3f;
  --navy-deep: #03102a;
  --blue: #0b3a94;
  --blue-hover: #0d47b5;
  --chrome: #c9ced6;
  --chrome-light: #eef1f5;
  --black: #000;
  --ink: #2a2f3a;
  --muted: #5d6474;
  --line: #d9dde4;
  --white: #fff;
  --gold: #f3b723;

  --display: "Barlow Condensed", "Arial Narrow", Impact, sans-serif;
  --body: "Barlow", "Helvetica Neue", Arial, sans-serif;

  --step--1: 0.9rem;
  --step-0: 1.0625rem;
  --step-1: 1.25rem;
  --step-2: 1.6rem;
  --step-3: 2.2rem;
  --step-4: 3.2rem;
  --step-5: clamp(2.8rem, 6.5vw, 5rem);

  --wrap: 1180px;
  --gutter: clamp(1.25rem, 5vw, 2rem);
  --angle: 3.5vw;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition: none !important; animation: none !important; } }

body {
  margin: 0;
  font-family: var(--body);
  font-size: var(--step-0);
  line-height: 1.55;
  color: var(--ink);
  background: var(--white);
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); }
a:hover { color: var(--blue-hover); }
:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

h1, h2, h3 {
  font-family: var(--display);
  font-style: italic;
  font-weight: 700;
  letter-spacing: .015em;
  line-height: 1.02;
  letter-spacing: -0.01em;
  color: var(--black);
  margin: 0 0 0.5em;
  text-wrap: balance;
}
h1 { font-size: var(--step-5); }
h2 { font-size: var(--step-4); }
h3 { font-size: var(--step-2); }
p { margin: 0 0 1em; max-width: 68ch; }
ul, ol { padding-left: 1.25em; }
li { margin-bottom: 0.35em; }
strong { font-weight: 600; }

.wrap { width: min(var(--wrap), 100% - 2 * var(--gutter)); margin-inline: auto; }
.wrap.narrow { width: min(820px, 100% - 2 * var(--gutter)); }
.skip { position: absolute; left: -999px; top: 0; background: var(--gold); color: var(--black); padding: .5rem 1rem; z-index: 100; }
.skip:focus { left: 1rem; }

/* Buttons */
.btn {
  display: inline-block;
  font-family: var(--display);
  font-style: italic;
  font-weight: 600;
  letter-spacing: .015em;
  font-size: var(--step-1);
  letter-spacing: .02em;
  text-decoration: none;
  padding: .8em 1.4em;
  border: 2px solid transparent;
  border-radius: 4px;
  min-height: 48px;
  line-height: 1.2;
  transition: background-color .15s, color .15s, border-color .15s;
}
.btn-primary { background: var(--blue); color: var(--white); }
.btn-primary:hover { background: var(--blue-hover); color: var(--white); }
.btn-secondary { background: var(--white); color: var(--navy); border-color: var(--navy); }
.btn-secondary:hover { background: var(--chrome-light); color: var(--navy); }
.btn-light { background: var(--white); color: var(--navy); }
.btn-light:hover { background: var(--chrome-light); color: var(--navy); }
.btn-outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.btn-outline-light:hover { border-color: var(--white); color: var(--white); background: rgba(255,255,255,.08); }
.cta-row, .cta-inline { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.25rem 0; }

/* Header: logo + phone on the first row, full-width nav row beneath. Sticky on small screens only. */
.site-header { position: relative; z-index: 50; background: var(--white); border-bottom: 3px solid var(--navy); }
.header-row { display: flex; flex-wrap: wrap; align-items: center; gap: 0 1rem; }
.brand { flex-shrink: 0; padding: .75rem 0; }
.brand img { width: 252px; height: auto; }
.main-nav { order: 3; width: 100%; border-top: 1px solid var(--line); }
.main-nav ul { list-style: none; margin: 0; padding: 0; display: flex; gap: .1rem;  justify-content: space-between; }
.main-nav li { margin: 0; }
.sub-toggle { display: none; }
.main-nav a {
  display: block; padding: .7rem .65rem; color: var(--black); text-decoration: none;
  font-weight: 500; font-size: .9rem; white-space: nowrap; border-bottom: 3px solid transparent; margin-bottom: -3px;
}
#nav-list > li:first-child a { padding-left: 0; }
.main-nav a:hover, .main-nav a[aria-current="page"] { border-bottom-color: var(--blue); color: var(--blue); }
.nav-contact { margin-left: auto; }
.nav-contact a { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 1.05rem; letter-spacing: .02em; color: var(--white); background: var(--blue); padding: .55rem 1rem; margin: .35rem 0; border-radius: 4px; border-bottom: 0; }
.nav-contact a:hover, .nav-contact a[aria-current="page"] { background: var(--blue-hover); color: var(--white); border-bottom: 0; }
.nav-toggle { display: none; }
.header-call {
  display: flex; flex-direction: column; align-items: flex-end; text-decoration: none; color: var(--navy); line-height: 1.05; flex-shrink: 0; white-space: nowrap; margin-left: auto;
}
.call-label { font-size: .8rem; font-weight: 500; color: var(--muted); }
.call-number { font-family: var(--display); font-style: italic; font-weight: 700; font-size: 1.75rem; letter-spacing: .01em; }

/* Angled edges: the flyer's diagonal stripe, used as section geometry */
.angled-top { clip-path: polygon(0 var(--angle), 100% 0, 100% 100%, 0 100%); padding-top: calc(var(--angle) + 3rem) !important; }
.angled-bottom { clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--angle)), 0 100%); padding-bottom: calc(var(--angle) + 3rem) !important; }

/* Hero */
.hero { background: var(--navy); color: var(--white); padding: clamp(3rem, 7vw, 6rem) 0; position: relative; overflow: hidden; }
.hero::after {
  content: ""; position: absolute; top: 0; bottom: 0; right: -12vw; width: 38vw;
  background: var(--blue); transform: skewX(-14deg); opacity: .55; pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 640px); gap: 0; align-items: center; }
.hero h1 { color: var(--white); margin-bottom: .35em; }
.hero .lede { font-size: var(--step-1); max-width: 34rem; color: var(--chrome-light); }
.hero .kicker { font-family: var(--display); font-style: italic; font-weight: 700; font-size: var(--step-1); color: var(--chrome); margin: 0 0 .5rem; }
.hero .fine { font-size: var(--step--1); color: var(--chrome); }
.hero-media { position: relative; }
.hero-media picture, .hero-media img { display: block; width: 100%; height: auto; }
/* Photo dissolves into the navy: oval mask fades all edges, navy tint keeps the sky from fighting the section */
.hero-media img {
  border: 0; box-shadow: none;
  -webkit-mask-image: radial-gradient(92% 85% at 50% 50%, #000 30%, rgba(0,0,0,.65) 52%, transparent 70%);
  mask-image: radial-gradient(92% 85% at 50% 50%, #000 30%, rgba(0,0,0,.65) 52%, transparent 70%);
}
.hero-media::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(92% 85% at 50% 50%, transparent 28%, rgba(6,26,63,.55) 55%, var(--navy) 80%);
  mix-blend-mode: multiply;
}
.photo picture, .photo img { display: block; width: 100%; height: auto; }
.photo figcaption { font-size: var(--step--1); color: var(--muted); margin-top: .5rem; }
.hero .btn-primary { background: var(--white); color: var(--navy); }
.hero .btn-primary:hover { background: var(--chrome-light); }
.hero .btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.7); }
.hero .btn-secondary:hover { background: rgba(255,255,255,.08); border-color: var(--white); }

/* Page hero (interior pages) */
.page-hero { background: var(--navy); color: var(--white); padding: clamp(2.5rem, 5vw, 4rem) 0; position: relative; overflow: hidden; display: flex; align-items: center; }
@media (min-width: 1181px) { .page-hero { min-height: 560px; } }
.page-hero.has-photo { padding: clamp(3rem, 6vw, 5rem) 0; }
.page-hero::after { content: ""; position: absolute; top: 0; bottom: 0; right: -14vw; width: 30vw; background: var(--blue); transform: skewX(-14deg); opacity: .5; }
.page-hero .wrap { position: relative; z-index: 1; }
.page-hero h1 { color: var(--white); }
.page-hero .lede { font-size: var(--step-1); color: var(--chrome-light); max-width: 38rem; }
.crumbs { list-style: none; padding: 0; margin: 0 0 1rem; display: flex; flex-wrap: wrap; gap: .4rem; font-size: var(--step--1); color: var(--chrome); }
.crumbs li + li::before { content: "/"; margin-right: .4rem; color: var(--chrome); }
.crumbs a { color: var(--chrome-light); }

/* Trust strip */
.trust-strip { background: var(--chrome-light); border-bottom: 1px solid var(--line); }
.trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding: 1.25rem 0; }
.trust-item { display: flex; flex-direction: column; line-height: 1.3; padding-left: 1rem; border-left: 4px solid var(--blue); }
.trust-item strong { font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-1); color: var(--black); }
.trust-item span { font-size: var(--step--1); color: var(--muted); }
.stars { color: var(--gold); letter-spacing: .1em; font-size: 1rem; }

/* Sections */
.section { padding: clamp(3rem, 6vw, 5rem) 0; }
.section-alt { background: var(--chrome-light); }
.section-navy { background: var(--navy); color: var(--white); }
.section-navy h2, .section-navy h3 { color: var(--white); }
.section-navy a { color: var(--chrome-light); }
.two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 3rem; align-items: start; }
.lead { font-size: var(--step-1); }

/* Answer-first block */
.answer { border-left: 6px solid var(--blue); padding: .25rem 0 .25rem 1.25rem; margin: 0 0 2rem; font-size: var(--step-1); max-width: 60ch; }
.answer p { margin: 0; }

/* Service list on home */
.service-list { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 2rem; border-top: 1px solid var(--line); }
@media (max-width: 760px) { .service-list { grid-template-columns: 1fr; gap: 0; } }
.service-list li { margin: 0; border-bottom: 1px solid var(--line); }
.service-list a { display: block; padding: 1.25rem .5rem 1.25rem 0; text-decoration: none; color: var(--black); }
.service-list a:hover h3 { color: var(--blue); }
.service-list h3 { margin: 0 0 .3rem; transition: color .15s; }
.service-list p { margin: 0; color: var(--muted); font-size: var(--step--1); }
.service-list .primary a { border-left: 6px solid var(--blue); padding-left: 1rem; }

/* Process */
.process { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--white); }
.steps { list-style: none; counter-reset: step; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.5rem 2rem; }
.steps li { counter-increment: step; margin: 0; padding-top: .5rem; border-top: 3px solid var(--navy); }
.steps li::before { content: counter(step); display: block; font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-3); color: var(--blue); line-height: 1; margin-bottom: .35rem; }
.steps strong { display: block; font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-1); color: var(--black); }

/* Repair vs replace table */
.compare { width: 100%; border-collapse: collapse; margin: 1rem 0 2rem; font-size: var(--step--1); }
.compare th, .compare td { text-align: left; padding: .75rem .6rem; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare th { font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-1); color: var(--black); }

/* Reviews */
.review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.review { border-top: 4px solid var(--blue); padding-top: 1rem; }
.review .stars { display: block; margin-bottom: .5rem; }
.review p { margin-bottom: .5rem; }
.review cite { font-style: normal; color: var(--muted); font-size: var(--step--1); }

/* FAQ */
.faqs { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--chrome-light); }
.faq { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; padding: 1rem 0; font-family: var(--display); font-style: italic; font-weight: 700; font-size: var(--step-1); color: var(--black); list-style: none; display: flex; justify-content: space-between; gap: 1rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--blue); font-weight: 600; }
.faq[open] summary::after { content: "\2013"; }
.faq-a { padding: 0 0 1.25rem; }
.faq-a p:last-child { margin-bottom: 0; }

/* Contact form */
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.35rem 1.5rem; align-items: start; }
.form-grid .full { grid-column: 1 / -1; }
label { display: block; font-weight: 700; margin-bottom: .3rem; font-size: var(--step--1); }
.hint { display: block; font-weight: 400; color: var(--muted); }
input, select, textarea {
  width: 100%; font: inherit; padding: .7rem .8rem; border: 2px solid var(--chrome); border-radius: 4px; background: var(--white); color: var(--ink); min-height: 48px;
}
textarea { min-height: 120px; resize: vertical; }
input:focus, select:focus, textarea:focus { border-color: var(--blue); outline: 3px solid rgba(11,58,148,.25); outline-offset: 0; }
fieldset { border: 0; padding: 0; margin: 0; }
.field label { display: block; margin-bottom: .45rem; }
.field .hint { display: inline; font-weight: 400; color: var(--muted); font-size: var(--step--1); }
.form-grid input::placeholder, .form-grid textarea::placeholder { color: #9aa3b2; opacity: 1; }
legend { font-weight: 700; margin-bottom: .5rem; font-size: var(--step--1); }
/* Choice pills: real radios, styled as tappable chips */
.pill-row { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: .55rem; }
.pill-row label {
  position: relative; display: inline-flex; align-items: center; font-weight: 500; font-size: var(--step--1);
  padding: .55rem 1rem; border: 1.5px solid var(--line); border-radius: 999px; cursor: pointer;
  background: var(--white); color: var(--black); transition: border-color .12s, background .12s, color .12s;
}
.pill-row label:hover { border-color: var(--blue); }
.pill-row input { position: absolute; opacity: 0; width: 100%; height: 100%; left: 0; top: 0; margin: 0; cursor: pointer; }
.pill-row label:has(input:checked) { background: var(--blue); border-color: var(--blue); color: var(--white); }
.pill-row label:has(input:focus-visible) { outline: 3px solid var(--focus); outline-offset: 2px; }
legend { font-weight: 700; margin-bottom: 0; padding: 0; }
.form-note { font-size: var(--step--1); color: var(--muted); }
.hp { position: absolute; left: -9999px; }
.contact-side { background: var(--chrome-light); padding: 1.5rem; border-top: 6px solid var(--navy); }
.contact-side .big { font-family: var(--display); font-style: italic; font-weight: 700; font-size: var(--step-3); text-decoration: none; color: var(--navy); display: inline-block; line-height: 1; margin: .25rem 0 .75rem; }

/* Final CTA + footer */
.final-cta { background: var(--blue); color: var(--white); padding: clamp(3rem, 6vw, 5rem) 0; }
.final-cta h2 { color: var(--white); }
.final-cta p { color: var(--chrome-light); font-size: var(--step-1); }
.site-footer { background: var(--navy-deep); color: var(--chrome); padding: 3rem 0 1.5rem; font-size: var(--step--1); }
.site-footer a { color: var(--chrome-light); text-decoration: none; }
.site-footer a:hover { color: var(--white); text-decoration: underline; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 2rem; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; }
.footer-logo { width: 240px; height: auto; margin-bottom: .5rem; }
.footer-name { font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-2); color: var(--white); margin: 0; }
.footer-tag { color: var(--chrome); margin-bottom: 1rem; }
.footer-heading { font-family: var(--display); font-style: italic; font-weight: 600; font-size: var(--step-1); color: var(--white); margin-bottom: .5rem; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2rem; padding-top: 1rem; }
.footer-legal p { margin: 0; }

/* Sticky mobile action bar: call / text / request. Hidden on desktop. */
.mobile-bar { display: none; }
@media (max-width: 760px) {
  body { padding-bottom: 64px; }
  .mobile-bar {
    display: grid; grid-template-columns: 1fr 1fr 1.3fr; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    background: var(--navy); border-top: 2px solid var(--blue); padding-bottom: env(safe-area-inset-bottom);
  }
  .mobile-bar a {
    display: flex; align-items: center; justify-content: center; gap: .4rem; min-height: 60px; text-decoration: none;
    color: var(--white); font-family: var(--display); font-style: italic; font-weight: 700; font-size: 1.05rem; letter-spacing: .02em;
    border-right: 1px solid rgba(255,255,255,.15);
  }
  .mobile-bar a:last-child { border-right: 0; background: var(--blue); }
  .mobile-bar svg { width: 20px; height: 20px; fill: currentColor; }
}

/* Placeholders to be resolved before launch (visible on purpose) */
.todo { background: #fff4d6; border: 1px dashed #d59a00; color: #6b4d00; padding: .1em .35em; border-radius: 3px; font-size: .9em; }

/* Mobile */
@media (max-width: 1180px) {
  .site-header { position: sticky; top: 0; }
  .header-row { gap: .5rem 1rem; padding: .35rem 0; position: relative; }
  .brand { padding: .25rem 0; }
  .brand img { width: 170px; }
  .header-call { display: none; }
  .main-nav { border-top: 0; position: static; }
  .nav-toggle {
    position: absolute; top: .65rem; right: 0; transform: none;
    display: flex; align-items: center; justify-content: center;
    width: 48px; height: 48px; padding: 0; margin: 0;
    background: none; border: 0; color: var(--navy); cursor: pointer;
  }
  .nav-contact { margin-left: 0; }
  .nav-contact a { background: none; color: var(--blue); padding: .8rem .25rem; margin: 0; font-family: var(--body); font-style: normal; font-weight: 700; font-size: var(--step-0); border-radius: 0; }
  .main-nav { order: 4; width: 100%; margin-left: 0; }
  .main-nav ul { display: none; flex-direction: column; gap: 0; border-top: 1px solid var(--line); padding-top: .5rem; }
  .main-nav ul.open { display: flex; }
  .main-nav a { padding: .8rem .25rem; font-size: var(--step-0); border-bottom: 1px solid var(--line); white-space: normal; }
  .hero-grid, .two-col, .footer-grid { grid-template-columns: 1fr; }
  .hero { padding: 2.5rem 0 3rem; }
  /* Fine print duplicates the trust strip directly below; hiding it on mobile
     shortens the hero so the crack web lands mid-frame like the side-glass page */
  .hero .fine { display: none; }

  .hero .lede { font-size: var(--step-0); }
  .cta-row .btn, .cta-inline .btn { flex: 1 1 100%; justify-content: center; text-align: center; }
  .trust-row { grid-template-columns: 1fr; gap: .8rem; padding: 1rem 0; }
  .trust-item { padding-left: .85rem; }
  .section { padding: 2.75rem 0; }
  .two-col { gap: 1.75rem; }
  /* On mobile, section photos lead rather than trail the buttons */
  .two-col > figure { order: -1; margin-bottom: .25rem; }
  .steps { grid-template-columns: 1fr 1fr; gap: 1.5rem 1.25rem; }
  .steps li::before { font-size: var(--step-2); }
  .service-list a, .service-list li { padding-block: .85rem; }
  .faq summary { font-size: var(--step-0); padding: 1.1rem 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 1.5rem 1.25rem; }
  .footer-brand { grid-column: 1 / -1; }
  .site-footer { padding: 2.25rem 0 1.5rem; }
  .form-grid { grid-template-columns: 1fr; }
  .hero::after, .page-hero::after { display: none; }
}
@media (max-width: 480px) {
  .call-label { display: none; }
  .call-number { font-size: 1.3rem; }
  .brand img { width: 150px; }
}

/* Photo hero: image behind a translucent navy wash, heavier where the text sits */
.hero.has-photo, .page-hero.has-photo {
  background-image:
    linear-gradient(100deg, rgba(4,16,42,.93) 0%, rgba(6,26,63,.86) 44%, rgba(6,26,63,.55) 72%, rgba(8,32,80,.45) 100%),
    var(--hero-img);
  background-size: cover; background-position: var(--hero-pos, center 60%); background-repeat: no-repeat;
}

@media (max-width: 760px) {
  .hero.has-photo, .page-hero.has-photo {
    background-image:
      linear-gradient(180deg, rgba(4,16,42,.84) 0%, rgba(6,26,63,.58) 52%, rgba(6,26,63,.9) 100%),
      var(--hero-img-m, var(--hero-img));
    background-position: var(--hero-pos-m, var(--hero-pos, center 60%));
  }
}

/* Google profile links: icon + label on one line */
.g-link { display: inline-flex; align-items: center; gap: .45rem; }
.g-icon { flex-shrink: 0; background: var(--white); border-radius: 50%; padding: 2px; box-sizing: content-box; }
.btn .g-icon { margin-right: .1rem; }

/* Phone-framed vertical video (real job footage) */
.video-block { display: grid; grid-template-columns: minmax(240px, 300px) 1fr; gap: 2.5rem; align-items: center; }
.video-phone { position: relative; border-radius: 18px; overflow: hidden; border: 3px solid var(--navy); box-shadow: 0 18px 48px rgba(6,26,63,.25); background: var(--navy-deep); }
.video-phone video { display: block; width: 100%; height: auto; }
.video-caption { font-size: var(--step--1); color: var(--muted); margin-top: .6rem; }
@media (max-width: 760px) {
  .video-block { grid-template-columns: 1fr; gap: 1.5rem; }
  .video-phone { max-width: 300px; margin-inline: auto; }
}

/* Homepage photo band: real jobs, three up */
.photo-band { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.photo-band figure { margin: 0; }
.photo-band img { border: 1px solid var(--line); aspect-ratio: 4 / 3; object-fit: cover; width: 100%; height: auto; }
.photo-band figcaption { font-size: var(--step--1); color: var(--muted); margin-top: .5rem; }
@media (max-width: 760px) { .photo-band { grid-template-columns: 1fr; gap: 1.75rem; } }

.footer-bottom { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.footer-credit a { color: var(--chrome); text-decoration: none; font-size: var(--step--1); }
.footer-credit a:hover { color: var(--white); text-decoration: underline; }

/* Portrait photo beside text: photo constrained, columns balanced */
.side-pair { display: grid; grid-template-columns: minmax(240px, 320px) 1fr; gap: 2.5rem; align-items: center; }
.photo-portrait { max-width: 320px; }
@media (max-width: 760px) { .side-pair { grid-template-columns: 1fr; gap: 1.5rem; } .photo-portrait { margin-inline: auto; } }

/* Review quotes read as speech: italic, wrapped in real quotation marks */
.review p { font-style: italic; overflow-wrap: anywhere; }
.review p::before { content: "\201C"; }
.review p::after { content: "\201D"; }
.mono-icon { flex-shrink: 0; opacity: .9; }
.g-link:hover .mono-icon { opacity: 1; }

/* Service Areas dropdown: hover/focus on desktop, indented sub-list on mobile */
.main-nav li.has-sub { position: relative; }
.main-nav li.has-sub > a::after { content: " \25BE"; font-size: .7em; }
.main-nav .sub {
  display: none; position: absolute; top: 100%; left: 0; z-index: 60;
  min-width: 220px; background: var(--navy); padding: .4rem 0; margin: 0;
  box-shadow: 0 14px 34px rgba(6,26,63,.3);
}
@media (min-width: 1181px) { .main-nav li.has-sub:hover > .sub, .main-nav li.has-sub:focus-within > .sub { display: block; } }
.main-nav .sub li { display: block; }
.main-nav .sub a { display: block; padding: .55rem 1rem; color: var(--white); font-weight: 500; }
.main-nav .sub a:hover { background: rgba(255,255,255,.1); }
@media (max-width: 1180px) {
  .main-nav ul.open { display: flex; max-height: calc(100vh - 64px); overflow-y: auto; -webkit-overflow-scrolling: touch; }
  .main-nav li.has-sub { display: flex; flex-wrap: wrap; align-items: center; }
  .main-nav li.has-sub > a { flex: 1; }
  .sub-toggle { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: none; border: 0; color: var(--navy); cursor: pointer; }
  .sub-toggle svg { transition: transform .18s ease; }
  .has-sub.open .sub-toggle svg { transform: rotate(180deg); }
  .main-nav .sub { display: none; position: static; background: none; box-shadow: none; padding: 0 0 0 1rem; width: 100%; }
  .has-sub.open .sub { display: block; }
  .main-nav .sub a { color: var(--navy); padding: .5rem 0; }
  .main-nav li.has-sub > a::after { content: ""; }
}
