/* Authorized Vacuum Company — marketing site
   Visual pass 2026-09-09: shop materials over café chrome.
   Quiet-chrome pass 2026-09-10: lighter borders/shadows, more air.
   Badge + cream + Oswald stay. Not Axon CRT. Not liquid glass. */

@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500;600;700&family=Source+Sans+3:wght@400;600;700&display=swap");

:root {
  --bg: #f0ebe1;
  --bg-2: #e4dccf;
  --paper: #faf6ee;
  --ink: #171411;
  --muted: #5a534a;
  --line: #d2c8b8;
  --accent: #8a3228;
  --accent-dark: #6e241c;
  --navy: #1e3d5c;
  --metal: #9aa3a8;
  --white: #fffdf8;
  --shadow: 0 10px 28px rgba(23, 20, 17, 0.08);
  --shadow-soft: 0 4px 14px rgba(23, 20, 17, 0.06);
  --radius: 8px;
  --wrap: 1120px;
  --font-d: "Oswald", "Arial Narrow", "Helvetica Neue", sans-serif;
  --font-b: "Source Sans 3", "Segoe UI", sans-serif;
}

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

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(23,20,17,0.03), transparent 120px),
    var(--bg);
  color: var(--ink);
  font-family: var(--font-b);
  font-size: 18px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--accent); }
a:hover { color: var(--accent-dark); }
h1, h2, h3, h4 {
  font-family: var(--font-d);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 0.5em;
}
p { margin: 0 0 1em; }
.wrap { width: min(var(--wrap), calc(100% - 40px)); margin-inline: auto; }

/* —— Nav —— */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(240, 235, 225, 0.94);
  backdrop-filter: saturate(1.1) blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; gap: 16px;
  min-height: 76px;
  position: relative;
}
.brand {
  display: flex; align-items: center; gap: 12px;
  text-decoration: none; color: var(--ink);
  min-width: 0;
}
.brand-mark {
  width: 72px; height: 52px; object-fit: cover; object-position: center;
  flex-shrink: 0; border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--paper);
}
.brand-text {
  display: flex; flex-direction: column; gap: 1px; min-width: 0;
}
.brand-text strong {
  font-family: var(--font-d);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.05;
}
.brand-text span {
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-family: var(--font-b);
}
.nav-links { display: flex; gap: 2px; margin-left: auto; flex-wrap: wrap; align-items: center; }
.nav-links a {
  color: var(--ink); text-decoration: none;
  padding: 8px 11px; border-radius: 999px;
  font-size: 0.84rem; font-weight: 600;
  letter-spacing: 0.03em; text-transform: uppercase;
  font-family: var(--font-d);
}
.nav-links a:hover, .nav-links a[aria-current="page"] {
  background: var(--bg-2); color: var(--ink);
}
.nav-links a[aria-current="page"] {
  box-shadow: inset 0 0 0 1px var(--line);
}
.nav-links a.legal-link {
  font-family: var(--font-b);
  font-size: 0.78rem;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--muted);
  font-weight: 600;
}
.nav-links a.legal-link:hover,
.nav-links a.legal-link[aria-current="page"] {
  background: var(--bg-2); color: var(--ink);
}
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 8px; text-decoration: none; font-weight: 600;
  border-radius: var(--radius); padding: 13px 20px;
  border: 1px solid transparent;
  font-family: var(--font-d);
  letter-spacing: 0.05em; text-transform: uppercase;
  font-size: 0.9rem;
  transition: background .15s ease, color .15s ease, border-color .15s ease, box-shadow .15s ease;
}
.btn:hover { transform: none; }
.btn-primary { background: var(--accent); color: var(--white); border-color: var(--accent); }
.btn-primary:hover { background: var(--accent-dark); border-color: var(--accent-dark); color: var(--white); }
.btn-ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { background: var(--bg-2); color: var(--ink); border-color: var(--muted); }
.btn-navy { background: var(--navy); color: var(--white); border-color: var(--navy); }
.btn-navy:hover { background: #152c43; border-color: #152c43; color: var(--white); }
.menu-btn {
  display: none; margin-left: auto;
  width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; cursor: pointer;
  border-radius: var(--radius);
}
.menu-btn span { display: block; height: 2px; background: var(--ink); margin: 6px 8px; }
.nav-call { display: none; } /* mobile drawer only */


/* —— Hero —— */
.hero { padding: 48px 0 16px; color: var(--ink); }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) 1.1fr;
  gap: 44px;
  align-items: center;
}
.hero-copy { padding: 8px 0 16px; }
.hero-media {
  margin: 0;
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.hero-media img {
  width: 100%;
  height: min(68vh, 560px);
  object-fit: cover;
  object-position: center 62%;
}
.kicker {
  font-size: 0.75rem; letter-spacing: 0.18em; text-transform: uppercase;
  font-weight: 700; color: var(--accent); margin-bottom: 10px;
  font-family: var(--font-d);
}
.hero h1 {
  font-size: clamp(2.15rem, 4.4vw, 3.35rem);
  max-width: 12ch;
  color: var(--ink);
  font-weight: 500;
}
.hero p.lede {
  font-size: 1.12rem; max-width: 42ch; color: var(--muted);
  text-transform: none; font-family: var(--font-b); letter-spacing: 0; font-weight: 400; line-height: 1.5;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-soft);
}
.cta-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }

/* —— Sections —— */
section { padding: 80px 0; }
.section-title { font-size: clamp(1.55rem, 2.8vw, 2.2rem); font-weight: 500; }
.sub {
  color: var(--muted); max-width: 54ch;
  text-transform: none; font-family: var(--font-b); letter-spacing: 0; font-weight: 400;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 16px 18px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 1.1em;
}
.copy-panel {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 20px 22px;
  box-shadow: var(--shadow-soft);
  max-width: 54ch;
}
.copy-panel p:last-child { margin-bottom: 0; }
.section-head {
  margin-bottom: 8px;
}
@media (min-width: 861px) {
  .section-head { text-align: left; }
  .section-head .sub { margin-right: auto; }
}
.trust {
  display: grid; grid-template-columns: 1.15fr 0.95fr 0.9fr; gap: 18px;
  margin-top: 28px; position: relative; z-index: 2;
}
.trust article, .card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-soft);
}
.trust article:nth-child(2) { margin-top: 10px; }
.trust article:nth-child(3) { margin-top: 4px; }
.trust h3 { font-size: 1.05rem; margin-bottom: 6px; }
.trust p, .card p {
  color: var(--muted); margin: 0; font-size: 1rem;
  text-transform: none; font-family: var(--font-b); letter-spacing: 0; font-weight: 400; line-height: 1.45;
}
.card h3 {
  /* keep uppercase for card titles */
}

/* Uneven home service cards */
.bento {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  grid-template-rows: auto auto;
  gap: 18px;
  margin-top: 32px;
}
.bento .photo-card:first-child {
  grid-row: 1 / span 2;
}
.bento .photo-card:first-child img { height: 100%; min-height: 420px; }
.bento .photo-card:nth-child(2) img { height: 180px; }
.bento .photo-card:nth-child(3) img { height: 200px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; align-items: center; }
.photo-card { padding: 0; overflow: hidden; }
.photo-card img { width: 100%; height: 220px; object-fit: cover; }
.photo-card .pad { padding: 16px 18px 18px; }
.photo-card .pad h3 { margin-bottom: 6px; }
.photo-strip {
  display: grid;
  grid-template-columns: 1.55fr 0.85fr 1.1fr;
  gap: 16px;
  align-items: end;
}
.photo-strip img {
  width: 100%; object-fit: cover; border-radius: var(--radius);
  border: 1px solid var(--line); box-shadow: var(--shadow-soft);
}
.photo-strip img:nth-child(1) { height: 320px; }
.photo-strip img:nth-child(2) { height: 220px; }
.photo-strip img:nth-child(3) { height: 270px; }

.brand-row {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 8px;
}
.brand-chip {
  border: 1px solid var(--line); background: var(--paper);
  padding: 9px 14px; border-radius: 999px;
  font-weight: 600; font-size: 0.82rem;
  color: var(--navy);
  font-family: var(--font-d);
  letter-spacing: 0.05em; text-transform: uppercase;
}

/* —— FB —— */
.fb-block {
  display: grid; grid-template-columns: 1fr 1fr; gap: 28px; align-items: start;
}
.fb-fallback {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; box-shadow: var(--shadow-soft);
}
.fb-fallback h3 { margin-top: 0; }
.fb-embed {
  min-height: 420px; background: var(--paper);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-soft);
  display: flex; justify-content: center; align-items: flex-start;
  max-width: 100%;
  width: 100%;
}
.fb-embed iframe {
  width: 100%; max-width: 100%; height: 420px; border: 0;
  display: block; margin: 0 auto;
}

/* —— Form —— */
form { display: grid; gap: 14px; }
label { font-weight: 700; font-size: 0.92rem; }
input, textarea {
  width: 100%; font: inherit; padding: 12px 14px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--white);
}
input:focus, textarea:focus { outline: 3px solid rgba(138,50,40,0.25); border-color: var(--accent); }
.honey { position: absolute; left: -9999px; }
.form-note { font-size: 0.9rem; color: var(--muted); }
.flash { padding: 12px 14px; border-radius: var(--radius); background: #e7f3e6; color: #1d4a24; display: none; border: 1px solid #1d4a24; }
.flash.on { display: block; }
.flash.err { background: #f8e4e1; color: #6e241c; border-color: #6e241c; }
.form-stamp {
  display: flex; align-items: center; gap: 14px;
  margin-bottom: 18px; padding: 12px 14px;
  border: 1px dashed var(--line); border-radius: var(--radius);
  background: var(--paper);
}
.form-stamp img { width: 72px; height: 54px; object-fit: contain; }
.form-stamp p { margin: 0; font-size: 0.92rem; color: var(--muted); }

/* —— Legal —— */
.legal { max-width: 72ch; }
.legal h1 { font-size: 2.1rem; }
.legal h2 { font-size: 1.15rem; margin-top: 1.6em; }
.legal p, .legal li {
  text-transform: none; font-family: var(--font-b); letter-spacing: 0; font-weight: 400;
}
.legal ul { padding-left: 1.2em; }
.legal li { margin-bottom: 0.4em; }

/* —— Footer —— */
.site-footer {
  background: var(--ink); color: #e8dfd2; padding: 56px 0 32px; margin-top: 28px;
  border-top: 2px solid var(--accent);
}
.site-footer a { color: #f3e8d8; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 28px; }
.site-footer h2 { color: var(--white); font-size: 1.25rem; }
.foot-brand {
  display: flex; align-items: center; gap: 12px; margin-bottom: 12px;
}
.foot-brand img {
  width: 56px; height: 42px; object-fit: contain;
  filter: grayscale(0.15) contrast(1.05);
}
.tiny { font-size: 0.85rem; color: #b7ad9f; margin-top: 28px; }

.callbar {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 50;
  background: var(--accent); color: var(--white); text-decoration: none;
  text-align: center; font-weight: 700; padding: 14px;
  border-radius: var(--radius); box-shadow: var(--shadow);
  border: 1px solid var(--accent-dark);
  font-family: var(--font-d); letter-spacing: 0.06em; text-transform: uppercase;
}

.map iframe {
  width: 100%; height: 320px; border: 0; border-radius: var(--radius);
  border: 1px solid var(--line) !important;
  box-shadow: var(--shadow-soft);
}

.hard-frame {
  border: 1px solid var(--line) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow);
}

/* 404 */
.notfound {
  text-align: center;
  padding: 48px 0 24px;
}
.notfound .mark-xl {
  width: min(220px, 55vw);
  margin: 0 auto 24px;
  filter: drop-shadow(0 8px 18px rgba(23,20,17,0.12));
}
.notfound .cta-row { justify-content: center; }



/* —— Google trust strip —— */
.google-trust {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 16px;
  margin: 8px auto 0;
  padding: 16px 18px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  text-decoration: none; color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.google-trust:hover {
  border-color: var(--muted);
  box-shadow: var(--shadow);
  color: inherit;
}
.google-trust-score {
  font-family: var(--font-d);
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1;
  color: var(--ink);
}
.google-trust-stars {
  color: #c47a12;
  letter-spacing: 0.06em;
  font-size: 1.15rem;
  line-height: 1;
}
.google-trust-copy {
  display: flex; flex-direction: column; gap: 2px;
  min-width: 0; flex: 1 1 180px;
}
.google-trust-copy strong {
  font-family: var(--font-d);
  font-size: 0.95rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-weight: 600;
}
.google-trust-copy span {
  color: var(--muted);
  font-size: 0.95rem;
  text-transform: none;
  font-family: var(--font-b);
  font-weight: 400;
  letter-spacing: 0;
}
.google-trust-cta {
  font-family: var(--font-d);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
  margin-left: auto;
}
@media (max-width: 860px) {
  .google-trust { justify-content: center; text-align: center; }
  .google-trust-copy { flex: 1 1 100%; align-items: center; }
  .google-trust-cta { margin: 4px auto 0; }
}


/* —— Instagram follow card —— */
.ig-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: 12px 14px;
  margin-top: 16px; max-width: 54ch;
  padding: 14px 16px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  text-decoration: none; color: inherit;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.ig-card:hover { border-color: var(--muted); box-shadow: var(--shadow); color: inherit; }
.ig-card-mark {
  width: 40px; height: 40px; border-radius: 10px;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #f58529, #dd2a7b 50%, #8134af);
  color: #fff; font-family: var(--font-d); font-weight: 700; font-size: 0.85rem;
  letter-spacing: 0.04em; flex-shrink: 0;
}
.ig-card-copy { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1 1 160px; }
.ig-card-copy strong {
  font-family: var(--font-d); font-size: 0.95rem; letter-spacing: 0.03em;
  text-transform: none; font-weight: 600;
}
.ig-card-copy span {
  color: var(--muted); font-size: 0.92rem;
  text-transform: none; font-family: var(--font-b); font-weight: 400; letter-spacing: 0;
}
.ig-card-cta {
  font-family: var(--font-d); font-size: 0.82rem; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: var(--accent);
  margin-left: auto;
}
@media (max-width: 860px) {
  .ig-card { justify-content: center; text-align: center; margin-inline: auto; }
  .ig-card-copy { flex: 1 1 100%; align-items: center; }
  .ig-card-cta { margin: 4px auto 0; }
}

/* —— Family band —— */
.family-band { padding: 56px 0 8px; }
.family-band-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
}
.family-band-grid img {
  width: 100%;
  height: min(420px, 52vw);
  object-fit: cover;
  object-position: center 22%;
}
@media (max-width: 860px) {
  .family-band-grid { grid-template-columns: 1fr; }
  .family-band-grid img { height: 280px; }
}

/* —— Mobile —— */
@media (max-width: 860px) {
  .trust, .grid-3, .grid-2, .fb-block, .foot-grid, .photo-strip, .hero-grid, .bento { grid-template-columns: 1fr; }
  .trust article:nth-child(2), .trust article:nth-child(3) { margin-top: 0; }
  .bento .photo-card:first-child { grid-row: auto; }
  .bento .photo-card:first-child img { min-height: 0; height: 260px; }
  .photo-strip img, .photo-card img { height: 220px !important; }
  .hero-media img { height: 280px; object-position: center 62%; }
  .hero-copy {
    padding: 22px 18px 20px;
    text-align: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-soft);
  }
  .hero h1 {
    margin-inline: auto;
    max-width: 14ch;
  }
  .hero p.lede {
    margin-inline: auto;
    background: transparent;
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .cta-row { justify-content: center; }
  .section-title, .kicker { text-align: center; }
  .sub {
    margin-inline: auto;
    text-align: center;
  }
  .copy-panel {
    margin-inline: auto;
    text-align: center;
  }
  .family-band-grid > div { text-align: center; }
  .family-band-grid .btn { margin-inline: auto; }
  .brand-row { justify-content: center; }
  .fb-block > div:first-child { text-align: center; }
  .fb-block > div:first-child .btn { margin-inline: auto; }

  .nav-links { display: none; }
  .header-call { display: none !important; } /* never leave a red strip under the drawer */
  .nav.open .nav-links {
    display: flex; flex-direction: column; position: absolute;
    top: 76px; left: 0; right: 0; background: var(--bg);
    padding: 12px 20px 20px; border-bottom: 1px solid var(--line);
    z-index: 70; box-shadow: var(--shadow);
  }
  .nav.open .nav-call {
    display: inline-flex; margin-top: 10px; width: 100%;
    justify-content: center;
  }
  .menu-btn { display: block; position: relative; z-index: 71; }
  .site-header { z-index: 60; }
  .callbar { display: block; z-index: 40; } /* under open menu */
  body { padding-bottom: 88px; }
  section { padding: 56px 0; }
  .site-footer { padding-bottom: 96px; } /* keep hours/links clear of callbar */

  .fb-embed { min-height: 380px; }
  .fb-embed iframe { height: 380px; }
  .cta-row .btn { width: 100%; }
  .hero h1 { max-width: none; }
  .nav .brand { max-width: calc(100% - 56px); }
  .map iframe { height: 260px; }
  .legal { overflow-wrap: anywhere; }
}


@media (max-width: 480px) {
  body { font-size: 17px; }
  .wrap { width: min(var(--wrap), calc(100% - 28px)); }
  .brand-text strong { font-size: 0.95rem; }
}
