/* Banuelos Business LLC — Property Management */
:root {
  --brown: #5B2C14;
  --brown-dark: #47220F;
  --navy: #0B3F74;
  --navy-dark: #08315B;
  --cream: #F7F2EA;
  --sand: #EFE6DA;
  --tan: #D9C3AE;
  --white: #FFFFFF;
  --ink: #231A14;
  --text: #3E332B;
  --muted: #5E5248;
  --line: #E3D8C8;
  --sky: #EAF0F6;
  --display: "Montserrat", "Helvetica Neue", Arial, sans-serif;
  --body: "Source Serif 4", Georgia, "Times New Roman", serif;
  --wrap: 1200px;
  --gutter: clamp(20px, 5vw, 120px);
  --section: clamp(72px, 9vw, 120px);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--body);
  font-size: 18px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: var(--navy); }
a:hover { color: var(--brown); }
:focus-visible { outline: 3px solid var(--navy); outline-offset: 3px; border-radius: 2px; }
h1, h2, h3 { font-family: var(--display); color: var(--ink); margin: 0; font-weight: 800; }
p { margin: 0; }

.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff; padding: 12px 18px; z-index: 100; }
.skip-link:focus { left: 12px; top: 12px; }

.wrap { width: 100%; max-width: calc(var(--wrap) + 2 * var(--gutter)); margin: 0 auto; padding-left: var(--gutter); padding-right: var(--gutter); }
.section { padding-top: var(--section); padding-bottom: var(--section); }
.bg-white { background: var(--white); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.bg-sand { background: var(--sand); }

.eyebrow { font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 3px; color: var(--brown); text-transform: uppercase; }
.eyebrow.navy { color: var(--navy); }
.eyebrow.tan { color: var(--tan); }
.eyebrow.rule { display: inline-flex; align-items: center; gap: 12px; }
.eyebrow.rule::before { content: ""; width: 36px; height: 2px; background: currentColor; }

.h1 { font-size: clamp(38px, 5vw, 56px); line-height: 1.08; letter-spacing: -1.4px; }
.h2 { font-size: clamp(30px, 3.4vw, 44px); line-height: 1.14; letter-spacing: -0.8px; }
.h2.sm { font-size: clamp(28px, 2.8vw, 38px); }
.h2.xs { font-size: clamp(26px, 2.5vw, 34px); letter-spacing: -0.5px; }
.lead { font-size: clamp(19px, 1.6vw, 21px); line-height: 1.6; color: var(--text); }
.body { color: var(--text); }
.muted { color: var(--muted); }
.stack { display: flex; flex-direction: column; gap: 20px; }
.stack.lg { gap: 28px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 14px 28px; border-radius: 4px; font-family: var(--display); font-size: 16px; font-weight: 700; text-decoration: none; border: 2px solid transparent; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; text-align: center; line-height: 1.25; }
.btn-brown { background: var(--brown); color: #fff; }
.btn-brown:hover { background: var(--brown-dark); color: #fff; }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--navy-dark); color: #fff; }
.btn-outline { border-color: var(--navy); color: var(--navy); background: transparent; }
.btn-outline:hover { background: var(--navy); color: #fff; }
.btn-outline-light { border-color: #fff; color: #fff; }
.btn-outline-light:hover { background: #fff; color: var(--navy); }
.btn-white { background: #fff; color: var(--brown); }
.btn-white:hover { background: var(--cream); color: var(--brown-dark); }
.btn-row { display: flex; flex-wrap: wrap; gap: 16px; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--white); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 96px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; flex-shrink: 0; }
.brand img { width: 60px; height: auto; }
.brand-text { display: flex; flex-direction: column; gap: 3px; font-family: var(--display); line-height: 1; }
.brand-text .b1 { font-size: 24px; font-weight: 800; letter-spacing: .5px; color: var(--brown); }
.brand-text .b2 { font-size: 11px; font-weight: 700; letter-spacing: 4.6px; color: var(--navy); }
.brand-text .b3 { font-size: 8.5px; font-weight: 600; letter-spacing: 2.6px; color: var(--brown); }
.nav { display: flex; align-items: center; gap: 36px; font-family: var(--display); font-size: 15px; font-weight: 600; }
.nav a:not(.btn) { color: var(--ink); text-decoration: none; padding: 10px 0; border-bottom: 2px solid transparent; }
.nav a:not(.btn):hover { color: var(--brown); }
.nav a[aria-current="page"] { color: var(--brown); border-bottom-color: var(--brown); }
.nav .btn { min-height: 48px; padding: 12px 22px; font-size: 15px; }
.nav-toggle { display: none; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 4px; background: #fff; align-items: center; justify-content: center; cursor: pointer; color: var(--ink); }
@media (max-width: 960px) {
  .nav-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 8px var(--gutter) 24px; box-shadow: 0 16px 30px rgba(35,26,20,.08); }
  .nav.open { display: flex; }
  .nav a:not(.btn) { padding: 16px 0; border-bottom: 1px solid var(--line); }
  .nav a[aria-current="page"] { border-bottom-color: var(--line); }
  .nav .btn { margin-top: 18px; }
  .header-inner { min-height: 80px; }
  .brand img { width: 50px; }
  .brand-text .b1 { font-size: 20px; }
  .brand-text .b2 { font-size: 9.5px; letter-spacing: 3.8px; }
  .brand-text .b3 { font-size: 7.5px; letter-spacing: 2px; }
}

/* Grids */
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 80px); align-items: center; }
.grid-2.top { align-items: start; }
.grid-side { display: grid; grid-template-columns: 400px minmax(0, 1fr); gap: clamp(40px, 7vw, 96px); align-items: start; }
@media (max-width: 960px) {
  .grid-2, .grid-side { grid-template-columns: minmax(0, 1fr); }
}

/* Hero */
.hero { padding-top: clamp(56px, 7vw, 96px); padding-bottom: clamp(72px, 8vw, 112px); }
.hero-visual { position: relative; padding-bottom: 60px; padding-left: 60px; }
.hero-panel { background: var(--navy); border-radius: 8px; overflow: hidden; aspect-ratio: 540 / 520; }
.hero-panel svg { width: 100%; height: 100%; }
.seal-badge { position: absolute; left: 0; bottom: 0; width: clamp(140px, 16vw, 212px); aspect-ratio: 1; background: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 44px rgba(11,63,116,.22); }
.seal-badge img { width: 89%; }
@media (max-width: 960px) { .hero-visual { max-width: 560px; } }

/* Section heads */
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px; margin-bottom: 56px; flex-wrap: wrap; }
.text-link { font-family: var(--display); font-size: 16px; font-weight: 700; color: var(--navy); text-decoration: none; padding: 10px 0; border-bottom: 2px solid var(--navy); }

/* Service cards */
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1100px) { .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .cards { grid-template-columns: minmax(0, 1fr); } }
.card { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 32px 28px; display: flex; flex-direction: column; gap: 18px; }
.card h3 { font-size: 19px; font-weight: 700; color: var(--brown); }
.card p { font-size: 16px; line-height: 1.6; color: #4A3F37; }
.icon { width: 52px; height: 52px; border-radius: 50%; background: var(--sky); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.icon svg { width: 26px; height: 26px; }

/* Why */
.why { background: var(--navy); color: #fff; }
.why .h2 { color: #fff; }
.reasons { display: flex; flex-direction: column; }
.reason { display: grid; grid-template-columns: 72px 260px minmax(0, 1fr); gap: 24px; align-items: baseline; padding: 30px 0; border-top: 1px solid #3A6A99; }
.reason .num { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--tan); }
.reason h3 { font-size: 20px; font-weight: 700; color: #fff; }
.reason p { font-size: 17px; line-height: 1.6; color: #DCE6F0; }
@media (max-width: 1200px) { .reason { grid-template-columns: 56px minmax(0, 1fr); } .reason p { grid-column: 2; } }

/* Approach / panels */
.panel { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: clamp(28px, 4vw, 48px); }
.panel.lg { padding: clamp(32px, 5vw, 64px); }
.steps { display: flex; flex-direction: column; margin-top: 16px; }
.step { display: flex; gap: 20px; align-items: center; padding: 18px 0; border-top: 1px solid var(--line); font-family: var(--display); font-size: 18px; font-weight: 600; }
.step .dot { width: 40px; height: 40px; flex-shrink: 0; border-radius: 50%; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 15px; font-weight: 700; background: var(--brown); }
.step:nth-child(even) .dot { background: var(--navy); }

/* CTA band */
.cta { background: var(--brown); padding-top: clamp(72px, 8vw, 104px); padding-bottom: clamp(72px, 8vw, 104px); }
.cta-inner { display: flex; justify-content: space-between; align-items: center; gap: 48px; flex-wrap: wrap; }
.cta .h2 { color: #fff; }
.cta p { color: #F0E3D6; font-size: 19px; max-width: 700px; margin-top: 18px; }
.cta .btn { font-size: 17px; padding: 18px 34px; }

/* Page hero */
.page-hero { background: #fff; border-bottom: 1px solid var(--line); padding-top: clamp(64px, 7vw, 96px); padding-bottom: clamp(56px, 6vw, 88px); }
.page-hero-inner { display: flex; justify-content: space-between; align-items: center; gap: 80px; }
.page-hero .h1 { max-width: 900px; }
.page-hero .lead { max-width: 820px; }
.page-hero-mark { width: 240px; flex-shrink: 0; }
@media (max-width: 860px) { .page-hero-mark { display: none; } }

/* Mission */
.mission { background: var(--navy); text-align: center; }
.mission p { font-family: var(--display); font-size: clamp(24px, 2.6vw, 34px); line-height: 1.35; font-weight: 700; color: #fff; max-width: 1000px; margin: 24px auto 0; }

.seal-frame { background: #fff; border: 1px solid var(--line); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: clamp(40px, 6vw, 60px); }
.seal-frame img { width: min(360px, 100%); }

.values { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 48px; }
@media (max-width: 1100px) { .values { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 600px) { .values { grid-template-columns: minmax(0, 1fr); } }
.value { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 36px 32px; display: flex; flex-direction: column; gap: 14px; }
.value .num { font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--navy); }
.value h3 { font-size: 22px; font-weight: 700; color: var(--brown); }
.value p { font-size: 17px; line-height: 1.6; color: #4A3F37; }

/* Checklists */
.checklist { list-style: none; margin: 0; padding: 0; }
.checklist li { display: flex; gap: 14px; align-items: flex-start; line-height: 1.45; }
.checklist svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 3px; }
.checklist.ruled { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; border-top: 1px solid var(--line); }
.checklist.ruled li { padding: 22px 0; border-bottom: 1px solid var(--line); font-size: 19px; }
@media (max-width: 700px) { .checklist.ruled { grid-template-columns: minmax(0, 1fr); } }
.checklist.spaced { display: flex; flex-direction: column; gap: 20px; }
.checklist.spaced li { font-size: 18px; }
.panel-title { font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--navy); margin-bottom: 20px; display: block; }

/* Contact */
.info-list { display: flex; flex-direction: column; gap: 32px; }
.info { display: flex; gap: 18px; align-items: flex-start; }
.info .icon { width: 48px; height: 48px; }
.info .icon svg { width: 22px; height: 22px; }
.info-label { font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 2px; color: var(--brown); text-transform: uppercase; display: block; }
.info-value { font-size: 18px; }
.info-value a { color: var(--ink); text-decoration: none; }
.info-value a:hover { color: var(--navy); text-decoration: underline; }
.resident-note { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 28px; }
.resident-note strong { font-family: var(--display); font-size: 15px; color: var(--navy); display: block; margin-bottom: 10px; }
.resident-note p { font-size: 16px; line-height: 1.6; color: #4A3F37; }

.form { display: flex; flex-direction: column; gap: 24px; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
@media (max-width: 700px) { .form-grid { grid-template-columns: minmax(0, 1fr); } }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label { font-family: var(--display); font-size: 14px; font-weight: 600; color: var(--ink); }
.field .req { color: var(--brown); }
.field input, .field select, .field textarea { width: 100%; min-height: 52px; padding: 12px 16px; border: 1px solid #CDBFAC; border-radius: 4px; background: #fff; font-family: var(--body); font-size: 17px; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(11,63,116,.35); outline-offset: 0; border-color: var(--navy); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-status { font-size: 16px; color: #8A1C1C; }
.form-success { text-align: center; padding: 40px 0; display: flex; flex-direction: column; align-items: center; gap: 18px; }
.form-success .icon { width: 72px; height: 72px; }
.form-success .icon svg { width: 34px; height: 34px; }
.form-success p { max-width: 480px; color: #4A3F37; }
[hidden] { display: none !important; }

/* Footer */
.site-footer { background: #fff; padding-top: 72px; padding-bottom: 48px; }
.footer-top { display: flex; justify-content: space-between; gap: 48px; flex-wrap: wrap; }
.footer-about { max-width: 440px; display: flex; flex-direction: column; gap: 20px; }
.footer-about p { font-size: 15px; line-height: 1.6; color: var(--muted); }
.footer-cols { display: flex; gap: 80px; flex-wrap: wrap; font-family: var(--display); }
.footer-col { display: flex; flex-direction: column; gap: 14px; font-size: 15px; font-weight: 500; }
.footer-col .label { font-size: 12px; font-weight: 700; letter-spacing: 2px; color: var(--brown); text-transform: uppercase; }
.footer-col a { color: var(--ink); text-decoration: none; font-weight: 600; }
.footer-col a:hover { color: var(--navy); }
.footer-bottom { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 32px; flex-wrap: wrap; font-size: 13px; line-height: 1.6; color: var(--muted); }
.footer-bottom .legal { max-width: 720px; text-align: right; }
@media (max-width: 860px) { .footer-bottom .legal { text-align: left; } }

/* Photography */
.hero-panel img { width: 100%; height: 100%; object-fit: cover; }
.photo-strip { padding-top: var(--section); }
.strip-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.strip-grid figure { margin: 0; }
.strip-grid img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.strip-grid figcaption { font-family: var(--display); font-size: 15px; font-weight: 700; color: var(--brown); margin-top: 14px; }
@media (max-width: 800px) { .strip-grid { grid-template-columns: minmax(0, 1fr); } .strip-grid img { aspect-ratio: 16 / 10; } }
.photo-strip + .section { padding-top: clamp(64px, 7vw, 96px); }
.resident-wrap { display: grid; grid-template-columns: 380px minmax(0, 1fr); gap: 24px; align-items: stretch; }
.resident-photo img { width: 100%; height: 100%; min-height: 260px; object-fit: cover; border-radius: 8px; }
@media (max-width: 1100px) { .resident-wrap { grid-template-columns: minmax(0, 1fr); } .resident-photo img { aspect-ratio: 16 / 9; height: auto; } }
.photo-banner img { width: 100%; aspect-ratio: 16 / 6; object-fit: cover; border-radius: 8px; }
@media (max-width: 700px) { .photo-banner img { aspect-ratio: 4 / 3; } }
.panel.lift { position: relative; margin: -96px clamp(16px, 5vw, 64px) 0; }
@media (max-width: 700px) { .panel.lift { margin: -48px 12px 0; } }
.resident-wrap .panel.grid-2 { grid-template-columns: minmax(0, 1fr); gap: 28px; }

/* ================================================================
   MOBILE & TABLET REFINEMENTS
   ================================================================ */
html { -webkit-tap-highlight-color: rgba(11,63,116,.12); }
body { overflow-wrap: break-word; }
.footer-col a { padding: 10px 0; margin: -10px 0; }
.nav-open-lock { overflow: hidden; }

/* Tablet (≤ 960px) */
@media (max-width: 960px) {
  .hero-visual { max-width: 640px; }
  .resident-wrap { grid-template-columns: minmax(0, 1fr); }
  .nav { max-height: calc(100vh - 80px); overflow-y: auto; }
}

/* Phones (≤ 600px) */
@media (max-width: 600px) {
  :root { --gutter: 20px; --section: 60px; }
  body { font-size: 17px; }
  .h1 { font-size: clamp(32px, 9.4vw, 40px); letter-spacing: -0.8px; }
  .h2 { font-size: clamp(27px, 7.6vw, 32px); letter-spacing: -0.5px; }
  .h2.sm, .h2.xs { font-size: clamp(25px, 7vw, 29px); }
  .lead { font-size: 18px; }
  .stack.lg { gap: 22px; }
  .eyebrow { font-size: 12px; letter-spacing: 2.4px; }

  /* Full-width, thumb-friendly buttons */
  .btn-row { flex-direction: column; gap: 12px; }
  .btn-row .btn, .cta .btn, .form .btn, .form-success .btn { width: 100%; }
  .btn { min-height: 54px; }

  /* Hero: photo full width, smaller seal tucked on the corner */
  .hero { padding-top: 40px; padding-bottom: 64px; }
  .hero .grid-2 { gap: 40px; }
  .hero-visual { padding: 0 0 36px 0; }
  .hero-panel { aspect-ratio: 4 / 3; }
  .seal-badge { width: 108px; left: 14px; bottom: 0; box-shadow: 0 10px 24px rgba(11,63,116,.22); }

  /* Photo strip: swipeable row */
  .strip-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 14px; padding-bottom: 8px; margin-right: calc(-1 * var(--gutter)); padding-right: var(--gutter); scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .strip-grid::-webkit-scrollbar { display: none; }
  .strip-grid figure { flex: 0 0 78%; scroll-snap-align: start; }
  .strip-grid img { aspect-ratio: 4 / 3; }
  .strip-grid figcaption { font-size: 14px; margin-top: 10px; }

  /* Service cards: compact, icon beside title */
  .section-head { margin-bottom: 32px; gap: 16px; }
  .cards { gap: 14px; }
  .card { padding: 22px 20px; gap: 12px; display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 14px; align-items: center; }
  .card .icon { width: 44px; height: 44px; }
  .card .icon svg { width: 22px; height: 22px; }
  .card h3 { font-size: 18px; }
  .card p { grid-column: 1 / -1; font-size: 15.5px; }

  /* Why choose us */
  .reason { grid-template-columns: 36px minmax(0, 1fr); gap: 8px 12px; padding: 22px 0; }
  .reason h3 { font-size: 18px; }
  .reason p { font-size: 16px; }

  /* Panels */
  .panel, .panel.lg { padding: 26px 20px; }
  .step { font-size: 16.5px; gap: 14px; padding: 14px 0; }
  .step .dot { width: 34px; height: 34px; font-size: 14px; }
  .resident-photo img { aspect-ratio: 16 / 10; min-height: 0; }

  /* CTA + mission */
  .cta-inner { gap: 28px; }
  .cta p { font-size: 17px; }
  .mission p { font-size: 22px; }

  /* Page heroes */
  .page-hero { padding-top: 44px; padding-bottom: 44px; }

  /* About values, services lists */
  .value { padding: 24px 20px; }
  .checklist.ruled li { font-size: 17px; padding: 16px 0; }
  .checklist.spaced { gap: 16px; }
  .checklist.spaced li { font-size: 16.5px; }
  .photo-banner img { aspect-ratio: 4 / 3; }
  .panel.lift { margin: -40px 10px 0; }

  /* Contact */
  .info-list { gap: 22px; }
  .form { gap: 20px; }
  .form-grid { gap: 18px; }
  .field input, .field select, .field textarea { font-size: 16px; }

  /* Footer */
  .site-footer { padding-top: 52px; padding-bottom: 36px; }
  .footer-cols { gap: 36px 56px; }
  .footer-bottom { margin-top: 36px; flex-direction: column; gap: 14px; }
}

/* Very small phones (≤ 360px) */
@media (max-width: 360px) {
  :root { --gutter: 16px; }
  .brand { gap: 10px; }
  .brand img { width: 44px; }
  .brand-text .b1 { font-size: 18px; }
  .brand-text .b2 { font-size: 8.5px; letter-spacing: 3.2px; }
  .brand-text .b3 { font-size: 7px; letter-spacing: 1.6px; }
  .panel, .panel.lg { padding: 22px 16px; }
}

/* Landscape phones: keep the hero from filling the screen */
@media (max-height: 500px) and (orientation: landscape) {
  .site-header { position: static; }
  .hero-panel { aspect-ratio: 16 / 9; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition: none !important; scroll-behavior: auto !important; }
}
.brand { min-height: 48px; }
@media (max-width: 600px) {
  .photo-strip { overflow: hidden; }
  .photo-strip .wrap { padding-right: 0; }
  .strip-grid { margin-right: 0; padding-right: 0; scroll-padding-left: 0; }
  .strip-grid figure:last-child { margin-right: var(--gutter); }
}
html { scroll-padding-top: 104px; }
@media (max-width: 960px) { html { scroll-padding-top: 88px; } }
.nav-toggle .i-close { display: none; }
.nav-toggle[aria-expanded="true"] .i-open { display: none; }
.nav-toggle[aria-expanded="true"] .i-close { display: block; }
@media (min-width: 601px) and (max-width: 800px) {
  .strip-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
  .strip-grid img { aspect-ratio: 4 / 3; }
  .strip-grid figcaption { font-size: 14px; }
}

/* Addresses */
address { font-style: normal; }
.footer-addr { gap: 16px; }
.footer-addr a { font-weight: 500; line-height: 1.5; display: inline-block; padding: 4px 0; margin: 0; }
.info-value a { line-height: 1.5; }

/* ================================================================
   ILLUSTRATIONS
   ================================================================ */
.il { display: block; width: 100%; height: 100%; }
.il .ln { fill: none; stroke: #9DB9D6; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.il .ln.thin { stroke-width: 1.6; opacity: .75; }
.il .ln.soft, .il .soft { fill: #0F4680; }
.il .ln.nvf, .il .nvf { fill: #0B3F74; }
.il .wn { fill: #14528F; stroke: #9DB9D6; stroke-width: 2; }
.il .wn.lt { fill: #C89B77; }
.il .tan { fill: #C89B77; }
.il .tanln { fill: none; stroke: #C89B77; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.il .gd { fill: none; stroke: #C89B77; stroke-width: 3; stroke-linecap: round; }
.il .sun { fill: none; stroke: #2F6399; stroke-width: 2; }
.il .sun.faint { stroke: #1B5590; stroke-dasharray: 4 8; }
.il .water { fill: #1E5C9C; stroke: #9DB9D6; stroke-width: 2; }
.il .path { fill: #C89B77; fill-opacity: .28; }
.il .road { stroke: #1A5591; stroke-width: 14; stroke-linecap: round; fill: none; }
.il .road.wide { stroke: #2A67A5; stroke-width: 20; }
.il .pulse { fill: #C89B77; opacity: 0; transform-box: fill-box; transform-origin: center; }
.il .map-lbl { font-family: var(--display); font-size: 15px; font-weight: 700; fill: #EAF0F6; letter-spacing: .5px; }

.il-frame { position: relative; overflow: hidden; border-radius: 8px; background: var(--navy); box-shadow: 0 1px 0 rgba(255,255,255,.06) inset, 0 24px 48px -24px rgba(11,63,116,.55); }
.strip-grid .il-frame { aspect-ratio: 4 / 3; }
.resident-photo.il-frame { min-height: 280px; }
.photo-banner.il-frame { aspect-ratio: 16 / 6; }
.map-card.il-frame { aspect-ratio: 400 / 280; }
@media (max-width: 1100px) { .resident-photo.il-frame { aspect-ratio: 16 / 10; min-height: 0; } }
@media (max-width: 700px) { .photo-banner.il-frame { aspect-ratio: 4 / 3; } }

/* ================================================================
   DEPTH
   ================================================================ */
.hero { position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(11,63,116,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(11,63,116,.045) 1px, transparent 1px);
  background-size: 40px 40px;
  -webkit-mask-image: linear-gradient(90deg, transparent 35%, #000 75%); mask-image: linear-gradient(90deg, transparent 35%, #000 75%); }
.hero .wrap { position: relative; }
.hero-visual::before { content: ""; position: absolute; top: 28px; left: 34px; right: 26px; bottom: 32px; border: 2px solid #C89B77; border-radius: 10px; opacity: .7; }
.hero-panel { position: relative; box-shadow: 0 40px 80px -30px rgba(11,63,116,.55), 0 12px 24px -12px rgba(11,63,116,.35); }
.seal-badge { z-index: 3; }

.chip { position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 10px; padding: 10px 16px 10px 10px; background: #fff; border-radius: 999px;
  font-family: var(--display); font-size: 14px; font-weight: 700; color: var(--ink); white-space: nowrap;
  box-shadow: 0 16px 32px -12px rgba(11,63,116,.45), 0 2px 6px rgba(35,26,20,.08); }
.chip-ic { width: 32px; height: 32px; border-radius: 50%; background: var(--brown); display: flex; align-items: center; justify-content: center; }
.chip-ic svg { width: 17px; height: 17px; }
.chip-2 .chip-ic { background: var(--navy); }
.chip-1 { top: 12%; left: 12px; }
.chip-2 { top: 50%; right: -18px; }
@media (max-width: 1200px) { .chip-2 { right: 8px; } }
@media (max-width: 600px) {
  .chip { font-size: 12.5px; padding: 7px 12px 7px 7px; gap: 8px; }
  .chip-ic { width: 26px; height: 26px; } .chip-ic svg { width: 14px; height: 14px; }
  .chip-1 { top: -14px; left: 10px; } .chip-2 { top: auto; bottom: 64px; right: 10px; }
  .hero-visual::before { top: 16px; left: 14px; right: -8px; bottom: 22px; }
}
@media (max-width: 380px) { .chip-2 { display: none; } }

.card { position: relative; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; box-shadow: 0 1px 2px rgba(35,26,20,.04); }
.card .icon { transition: background-color .25s ease; }
.card .icon svg { transition: stroke .25s ease; }
@media (hover: hover) {
  .card:hover { transform: translateY(-6px); border-color: #D6C6B0; box-shadow: 0 26px 44px -22px rgba(11,63,116,.35); }
  .card:hover .icon { background: var(--navy); }
  .card:hover .icon svg { stroke: #fff; }
  .value:hover { transform: translateY(-4px); box-shadow: 0 22px 40px -22px rgba(91,44,20,.35); }
  .btn:hover { transform: translateY(-2px); box-shadow: 0 12px 24px -12px rgba(35,26,20,.45); }
  .strip-grid figure:hover .il-frame { transform: translateY(-6px); }
}
.btn { transition: background-color .15s, color .15s, border-color .15s, transform .2s ease, box-shadow .2s ease; }
.btn:active { transform: translateY(0); }
.value { transition: transform .25s ease, box-shadow .25s ease; }
.strip-grid .il-frame { transition: transform .35s ease; }
.panel { box-shadow: 0 1px 2px rgba(35,26,20,.04), 0 30px 60px -40px rgba(35,26,20,.35); }

.site-header { transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px -18px rgba(35,26,20,.35); }

/* Blueprint texture on navy bands */
.why, .mission { position: relative; overflow: hidden;
  background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 44px 44px; }
.why::after { content: ""; position: absolute; width: 520px; height: 520px; right: -160px; top: -180px; border-radius: 50%; border: 2px dashed rgba(200,155,119,.25); pointer-events: none; }
.why .wrap, .mission .wrap { position: relative; z-index: 1; }

/* Page heroes */
.page-hero { position: relative; overflow: hidden;
  background-image: linear-gradient(rgba(11,63,116,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(11,63,116,.04) 1px, transparent 1px);
  background-size: 40px 40px; }
.page-hero-mark { filter: drop-shadow(0 24px 30px rgba(11,63,116,.2)); }

/* CTA art */
.cta { position: relative; overflow: hidden; }
.cta-art { position: absolute; right: -20px; bottom: -4px; width: min(460px, 60vw); color: rgba(255,255,255,.09); pointer-events: none; }
.cta .wrap { position: relative; z-index: 1; }

/* Step connector */
.steps { position: relative; }
.steps::before { content: ""; position: absolute; left: 19px; top: 38px; bottom: 38px; width: 2px; background: repeating-linear-gradient(var(--line) 0 6px, transparent 6px 12px); }
.step .dot { position: relative; z-index: 1; box-shadow: 0 0 0 5px #fff; }
@media (max-width: 600px) { .steps::before { left: 16px; } }

.map-card { margin-top: 4px; }

/* ================================================================
   MOTION (only when JS is on and the visitor hasn't asked for reduced motion)
   ================================================================ */
@media (prefers-reduced-motion: no-preference) {
  .il .bob { animation: bob 6s ease-in-out infinite; }
  .il .spin { animation: spin 16s linear infinite; }
  .il .spin.rev { animation-direction: reverse; animation-duration: 10s; }
  .il .swing { animation: swing 3.6s ease-in-out infinite; }
  .il .wave { animation: wave 4s linear infinite; }
  .il .wn.fl { animation: lit 10s ease-in-out infinite; }
  .il .pulse { animation: pulse 2.6s ease-out infinite; }
  .chip-1 { animation: float 5s ease-in-out infinite; }
  .chip-2 { animation: float 6s ease-in-out -2s infinite; }
  .page-hero-mark { animation: float 7s ease-in-out infinite; }

  .motion .il .fi { opacity: 0; transition: opacity .8s ease .5s; }
  .motion .il.in .fi { opacity: 1; }

  .motion .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s cubic-bezier(.2,.7,.2,1), transform .8s cubic-bezier(.2,.7,.2,1); transition-delay: var(--d, 0ms); }
  .motion .reveal.in { opacity: 1; transform: none; }

  .motion .hero .stack > * { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
  .motion .hero .stack > *:nth-child(2) { animation-delay: .08s; }
  .motion .hero .stack > *:nth-child(3) { animation-delay: .16s; }
  .motion .hero .stack > *:nth-child(4) { animation-delay: .24s; }
  .motion .hero .stack > *:nth-child(5) { animation-delay: .32s; }
  .motion .hero-visual { animation: rise 1.1s cubic-bezier(.2,.7,.2,1) .15s both; }
  .motion .seal-badge { animation: pop .7s cubic-bezier(.3,1.5,.5,1) 1.1s both; }
}
@keyframes bob { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes swing { 0%,100% { transform: rotate(-7deg); } 50% { transform: rotate(7deg); } }
@keyframes wave { from { transform: translateX(0); } to { transform: translateX(-30px); } }
@keyframes lit { 0%,55%,100% { fill: #14528F; } 62%,90% { fill: #C89B77; } }
@keyframes pulse { 0% { opacity: .55; transform: scale(.6); } 100% { opacity: 0; transform: scale(3.2); } }
@keyframes rise { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes pop { from { opacity: 0; transform: scale(.6) rotate(-20deg); } to { opacity: 1; transform: none; } }
.il .spin, .il .swing { transform-box: view-box; }
.resident-photo.il-frame { background-color: var(--navy); background-image: linear-gradient(#11477F 1px, transparent 1px), linear-gradient(90deg, #11477F 1px, transparent 1px); background-size: 30px 30px; display: flex; align-items: center; justify-content: center; padding: 16px; }
.resident-photo .il { max-height: 440px; }
@media (min-width: 961px) { .why .grid-side > .stack { position: sticky; top: 140px; align-self: start; } }
@supports (overflow: clip) { .why { overflow: clip; } }
@media (max-width: 1100px) { .resident-photo.il-frame { aspect-ratio: 4 / 3; padding: 8px; } }

/* ================================================================
   HERO PILL
   ================================================================ */
.hero-pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 10px; padding: 6px 16px 6px 6px; border-radius: 999px;
  background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 24px -14px rgba(11,63,116,.45);
  font-family: var(--display); font-size: 14px; font-weight: 600; color: var(--ink); }
.pill-ic { position: relative; width: 30px; height: 30px; border-radius: 50%; background: var(--brown); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.pill-ic svg { width: 16px; height: 16px; }
.pill-ic::after { content: ""; position: absolute; inset: -4px; border-radius: 50%; border: 2px solid var(--brown); opacity: 0; }
@media (prefers-reduced-motion: no-preference) { .pill-ic::after { animation: ring 2.8s ease-out infinite; } }
@keyframes ring { 0% { opacity: .5; transform: scale(.8); } 100% { opacity: 0; transform: scale(1.5); } }
@media (max-width: 600px) { .hero-pill { font-size: 13px; } }

/* ================================================================
   PROPERTY TYPE CARDS
   ================================================================ */
.type-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.type-card { background: #fff; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; display: flex; flex-direction: column;
  box-shadow: 0 1px 2px rgba(35,26,20,.04), 0 30px 50px -40px rgba(11,63,116,.5); transition: transform .3s ease, box-shadow .3s ease; }
.type-card .il-frame { aspect-ratio: 4 / 3; border-radius: 0; box-shadow: none; }
.type-body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 12px; flex-grow: 1; }
.type-body h3 { font-size: 20px; font-weight: 700; color: var(--brown); }
.type-body p { font-size: 16px; line-height: 1.6; color: #4A3F37; flex-grow: 1; }
.text-link.sm { font-size: 14px; padding: 6px 0; align-self: flex-start; }
@media (hover: hover) { .type-card:hover { transform: translateY(-6px); box-shadow: 0 30px 50px -28px rgba(11,63,116,.45); } }
@media (max-width: 960px) {
  .type-grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .type-card { flex-direction: row; }
  .type-card .il-frame { width: 42%; flex-shrink: 0; aspect-ratio: auto; min-height: 220px; }
  .type-body { justify-content: center; }
}
@media (max-width: 600px) {
  .type-card { flex-direction: column; }
  .type-card .il-frame { width: 100%; aspect-ratio: 16 / 11; min-height: 0; }
  .type-body { padding: 20px 20px 22px; }
  .type-body h3 { font-size: 19px; }
}

/* ================================================================
   PROCESS
   ================================================================ */
.section-head.center { justify-content: center; text-align: center; }
.section-head.center .stack { align-items: center; }
.head-sub { max-width: 620px; }
.proc { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; position: relative; }
.proc::before { content: ""; position: absolute; top: 36px; left: 12.5%; right: 12.5%; height: 2px;
  background: repeating-linear-gradient(90deg, #C89B77 0 8px, transparent 8px 16px); }
.proc-step { position: relative; text-align: center; display: flex; flex-direction: column; align-items: center; gap: 12px; }
.proc-ic { position: relative; width: 72px; height: 72px; border-radius: 50%; background: #fff; border: 2px solid var(--line); display: flex; align-items: center; justify-content: center;
  box-shadow: 0 0 0 8px #fff, 0 16px 30px -16px rgba(11,63,116,.5); margin-bottom: 6px; transition: background-color .25s, border-color .25s; }
.proc-ic svg { width: 30px; height: 30px; transition: stroke .25s; }
.proc-num { position: absolute; top: -6px; right: -6px; width: 26px; height: 26px; border-radius: 50%; background: var(--brown); color: #fff;
  font-family: var(--display); font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.proc-step h3 { font-size: 19px; font-weight: 700; }
.proc-step p { font-size: 16px; line-height: 1.6; color: #4A3F37; max-width: 260px; }
@media (hover: hover) { .proc-step:hover .proc-ic { background: var(--navy); border-color: var(--navy); } .proc-step:hover .proc-ic svg { stroke: #fff; } }
@media (max-width: 960px) {
  .proc { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .proc::before { top: 36px; bottom: 36px; left: 35px; right: auto; width: 2px; height: auto; background: repeating-linear-gradient(#C89B77 0 8px, transparent 8px 16px); }
  .proc-step { display: grid; grid-template-columns: 72px minmax(0, 1fr); column-gap: 20px; text-align: left; align-items: start; padding: 0 0 28px; }
  .proc-step .proc-ic { grid-row: 1 / span 2; }
  .proc-step h3 { padding-top: 8px; }
  .proc-step p { max-width: none; }
}
@media (max-width: 600px) {
  .proc::before { left: 27px; }
  .proc-step { grid-template-columns: 56px minmax(0, 1fr); column-gap: 16px; }
  .proc-ic { width: 56px; height: 56px; box-shadow: 0 0 0 6px #fff; }
  .proc-ic svg { width: 24px; height: 24px; }
  .proc-step h3 { font-size: 18px; padding-top: 4px; }
}

/* ================================================================
   REPORTING
   ================================================================ */
.report-visual { position: relative; padding: 0 0 28px 28px; }
.report-visual::before { content: ""; position: absolute; left: 0; bottom: 0; width: 70%; height: 70%; border-radius: 10px;
  background-image: radial-gradient(rgba(91,44,20,.28) 1.6px, transparent 1.8px); background-size: 16px 16px; }
.report-visual .il-frame { position: relative; aspect-ratio: 560 / 480; }
.il .bar { transform-box: fill-box; transform-origin: bottom; }
@media (prefers-reduced-motion: no-preference) {
  .motion .il .bar { transform: scaleY(0); transition: transform 1s cubic-bezier(.2,.8,.2,1); }
  .motion .il.in .bar { transform: scaleY(1); }
  .motion .il.in .bar:nth-of-type(2) { transition-delay: .1s; }
}
@media (max-width: 960px) { .reporting .grid-2 > .stack { order: -1; } .report-visual { max-width: 560px; } }
@media (max-width: 600px) { .report-visual { padding: 0 0 18px 18px; } }

/* ================================================================
   FAQ
   ================================================================ */
.faqs { display: flex; flex-direction: column; gap: 12px; }
.faq { background: var(--cream); border: 1px solid var(--line); border-radius: 8px; transition: background-color .2s, box-shadow .2s; }
.faq[open] { background: #fff; box-shadow: 0 20px 40px -30px rgba(11,63,116,.5); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 20px 22px; min-height: 56px;
  font-family: var(--display); font-size: 17px; font-weight: 700; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--navy); }
.faq-ic { position: relative; width: 28px; height: 28px; flex-shrink: 0; border-radius: 50%; background: var(--sky); transition: background-color .2s, transform .3s; }
.faq-ic::before, .faq-ic::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 2px; margin: -1px 0 0 -6px; background: var(--navy); border-radius: 2px; transition: transform .3s, background-color .2s; }
.faq-ic::after { transform: rotate(90deg); }
.faq[open] .faq-ic { background: var(--navy); transform: rotate(180deg); }
.faq[open] .faq-ic::before, .faq[open] .faq-ic::after { background: #fff; }
.faq[open] .faq-ic::after { transform: rotate(0deg); }
.faq-a { padding: 0 22px 22px; }
.faq-a p { font-size: 16.5px; line-height: 1.65; color: #4A3F37; max-width: 720px; }
@media (prefers-reduced-motion: no-preference) { .faq[open] .faq-a { animation: rise .4s ease both; } }
@media (max-width: 600px) { .faq summary { font-size: 16px; padding: 16px 16px; } .faq-a { padding: 0 16px 18px; } .faq-a p { font-size: 15.5px; } }

/* ================================================================
   OFFICES
   ================================================================ */
.office-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-top: 8px; }
.office-card, .hours-card { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px;
  box-shadow: 0 20px 40px -34px rgba(11,63,116,.5); }
.office-card h3, .hours-card h3 { font-size: 16px; font-weight: 700; color: var(--brown); margin-bottom: 6px; }
.office-card address, .hours-card p { font-size: 16px; line-height: 1.55; color: var(--ink); }
.office-card .text-link.sm { margin-top: 8px; display: inline-block; }
.office-ic { width: 44px; height: 44px; flex-shrink: 0; border-radius: 50%; background: var(--navy); display: flex; align-items: center; justify-content: center; }
.office-ic.brown { background: var(--brown); }
.office-ic svg { width: 21px; height: 21px; }
.hours-card { align-items: center; }
.map-visual.il-frame { aspect-ratio: 400 / 280; }
@media (max-width: 1100px) and (min-width: 961px) { .office-list { grid-template-columns: minmax(0, 1fr); } }
@media (max-width: 600px) { .office-list { grid-template-columns: minmax(0, 1fr); } .office-card, .hours-card { padding: 18px; } }

/* ================================================================
   FOOTER — one column per row on phones
   ================================================================ */
.footer-hours { color: var(--ink); }
@media (max-width: 600px) {
  .footer-cols { flex-direction: column; gap: 30px; width: 100%; }
  .footer-col { width: 100%; }
  .footer-about { max-width: none; }
}
.types + .section { padding-top: 0; }
@media (max-width: 600px) { .hero-pill { font-size: 12px; line-height: 1.3; padding: 5px 14px 5px 5px; gap: 8px; } .pill-ic { width: 26px; height: 26px; } .pill-ic svg { width: 14px; height: 14px; } }

/* ================================================================
   SAFE AREAS (status bar / notch) + HEADER BACKGROUND
   The page canvas is white so the area behind the phone's status bar
   matches the white header; the header also extends under it when the
   browser draws the page edge-to-edge.
   ================================================================ */
html { background: #fff; }
body { background: var(--cream); }
.site-header { padding-top: env(safe-area-inset-top, 0px); }
.site-header::before { content: ""; position: absolute; left: 0; right: 0; bottom: 100%; height: 100px; background: #fff; }
.wrap { padding-left: max(var(--gutter), env(safe-area-inset-left, 0px)); padding-right: max(var(--gutter), env(safe-area-inset-right, 0px)); }
.site-footer { padding-bottom: calc(48px + env(safe-area-inset-bottom, 0px)); }
@media (max-width: 960px) { .nav { top: 100%; } html { scroll-padding-top: calc(88px + env(safe-area-inset-top, 0px)); } }

/* Header actions: call + menu */
.header-actions { display: none; align-items: center; gap: 10px; }
.call-btn { width: 48px; height: 48px; border-radius: 4px; background: var(--brown); color: #fff; display: inline-flex; align-items: center; justify-content: center; }
.call-btn:hover { background: var(--brown-dark); color: #fff; }
.nav-phone { display: none; align-items: center; gap: 8px; color: var(--navy) !important; font-weight: 700 !important; white-space: nowrap; }
@media (min-width: 1240px) { .nav-phone { display: inline-flex; } .nav { gap: 30px; } }
@media (max-width: 960px) {
  .header-actions { display: inline-flex; }
  .nav-phone { display: flex; }
}

/* CTA buttons */
.cta-btns { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 600px) { .cta-btns { flex-direction: column; width: 100%; } }
.phone-card { text-decoration: none; color: inherit; transition: transform .2s ease, box-shadow .2s ease; }
.phone-card p { color: var(--navy); font-weight: 700; font-family: var(--display); }
@media (hover: hover) { .phone-card:hover { transform: translateY(-3px); color: inherit; box-shadow: 0 24px 40px -28px rgba(11,63,116,.55); } }
.form-status a { color: var(--navy); font-weight: 700; }
.text-link.sm { min-height: 44px; display: inline-flex; align-items: center; padding: 0; border-bottom: none; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 6px; }
.footer-col a, .info-value a { display: inline-block; padding: 10px 0; margin: -10px 0; }
@media (max-width: 400px) {
  .header-inner { gap: 10px; }
  .header-actions { gap: 6px; }
  .call-btn, .nav-toggle { width: 44px; height: 44px; }
}
@media (max-width: 360px) {
  .brand img { width: 40px; }
  .brand { gap: 8px; }
  .brand-text .b1 { font-size: 17px; }
  .brand-text .b2 { font-size: 8px; letter-spacing: 2.9px; }
  .brand-text .b3 { font-size: 6.5px; letter-spacing: 1.4px; }
}
.form-status { color: var(--ink); }
