:root {
  --emergency: #d83b32;
  --navy: #17384b;
  --blue: #235f7e;
  --blue-dark: #17475f;
  --ink: #26343c;
  --muted: #667177;
  --line: #cdd3d6;
  --line-dark: #9ca8ae;
  --paper: #ffffff;
  --soft: #f0f1ef;
  --warm: #f6f4ee;
  --shell: min(1120px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.45;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 12px; z-index: 100; padding: 10px 14px; background: #fff; }
.skip-link:focus { top: 12px; }

.service-bar { color: #fff; background: var(--emergency); }
.service-bar-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.service-bar strong, .service-bar a { font-size: .76rem; font-weight: 700; text-decoration: none; }
.service-bar strong { text-transform: uppercase; letter-spacing: .025em; }
.service-bar a { border-bottom: 1px solid rgba(255,255,255,.8); }

.site-header { background: #fff; border-bottom: 1px solid var(--line-dark); }
.header-inner { min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; flex-direction: column; gap: 5px; color: var(--navy); text-decoration: none; }
.brand-line { line-height: .95; white-space: nowrap; }
.brand-name { font-size: 2.05rem; font-weight: 700; letter-spacing: .035em; }
.brand-service { margin-left: 3px; font-size: 1.3rem; font-weight: 400; letter-spacing: .015em; }
.brand-sub { color: #6b7377; font-size: .69rem; letter-spacing: .02em; }
.header-call { display: flex; flex-direction: column; align-items: flex-end; color: var(--navy); text-decoration: none; }
.header-call span { color: var(--muted); font-size: .72rem; font-weight: 700; text-transform: uppercase; }
.header-call strong { border-bottom: 2px solid var(--blue); font-size: 1.68rem; line-height: 1.15; letter-spacing: -.015em; }
.header-call:hover strong, .header-call:focus-visible strong { color: var(--blue); }
.primary-nav { overflow-x: auto; background: #eceeed; border-top: 1px solid var(--line); }
.nav-inner { min-height: 39px; display: flex; align-items: stretch; white-space: nowrap; }
.primary-nav a { display: inline-flex; align-items: center; padding: 0 19px; color: #354850; border-left: 1px solid #d4d8da; font-size: .78rem; font-weight: 700; text-decoration: none; }
.primary-nav a:first-child { padding-left: 0; border-left: 0; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--blue); text-decoration: underline; }

.hero { padding: 24px 0 30px; background: #fff; }
.edition-line { margin: 0 0 13px; padding-bottom: 8px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; }
.hero h1, .section h2, .details h2, .final-cta h2 { margin: 0; color: var(--navy); line-height: 1.08; letter-spacing: -.015em; }
.hero h1 { max-width: 1080px; color: #fff; font-size: clamp(2rem, 7.8vw, 2.65rem); font-weight: 700; text-shadow: 0 1px 3px rgba(0,0,0,.82); }
.hero-layout { display: grid; gap: 22px; margin-top: 22px; }
.hero-feature { min-width: 0; padding: 18px; color: #fff; background-color: #243943; background-image: linear-gradient(rgba(8,24,32,.55), rgba(8,24,32,.76)), url("baro-shop-hero-mobile.webp"); background-position: center; background-size: cover; border: 1px solid #294a59; }
.hero-copy { align-self: start; margin-top: 18px; }
.hero-text { max-width: 650px; margin: 0; color: #fff; font-size: .9rem; text-shadow: 0 1px 3px rgba(0,0,0,.82); }

.brand-block { margin-top: 18px; }
.brand-heading { margin: 0; padding: 8px 10px; color: #fff; background: rgba(16,54,72,.94); font-size: .76rem; font-weight: 700; }
.brand-logo-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255,255,255,.72); border-left: 1px solid rgba(255,255,255,.72); }
.brand-logo-list > div { min-width: 0; height: 58px; display: grid; place-items: center; padding: 7px 9px; background: rgba(255,255,255,.9); border-right: 1px solid rgba(135,148,153,.62); border-bottom: 1px solid rgba(135,148,153,.62); }
.brand-logo-list img { width: 100%; height: 42px; object-fit: contain; filter: saturate(.88); }
.brand-note { margin: 8px 0 0; color: rgba(255,255,255,.94); font-size: .7rem; line-height: 1.35; text-shadow: 0 1px 3px rgba(0,0,0,.9); }

.lead-form { display: grid; gap: 10px; padding: 18px; background: var(--soft); border: 1px solid var(--line-dark); border-top: 4px solid var(--blue); }
.form-heading { margin-bottom: 2px; padding-bottom: 10px; border-bottom: 1px solid var(--line); }
.form-heading p { margin: 0; color: var(--blue); font-size: .7rem; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.form-heading h2 { margin: 2px 0 4px; color: var(--navy); font-size: 1.35rem; line-height: 1.15; }
.form-heading > span { display: block; color: var(--muted); font-size: .78rem; line-height: 1.35; }
.lead-form label { display: grid; gap: 3px; }
.lead-form label span { color: #394c55; font-size: .76rem; font-weight: 700; }
.lead-form input { width: 100%; height: 43px; padding: 0 10px; color: var(--ink); background: #fff; border: 1px solid #a8b0b4; border-radius: 0; outline: 0; }
.lead-form input:focus { border-color: var(--blue-dark); box-shadow: inset 0 0 0 1px var(--blue-dark); }
.lead-form button { height: 45px; color: #fff; background: var(--blue); border: 1px solid var(--blue-dark); border-radius: 0; font-weight: 700; cursor: pointer; }
.lead-form button:hover { background: var(--blue-dark); }
.lead-form small { color: #707b80; font-size: .67rem; line-height: 1.35; }
.form-status { display: none; margin: 0; padding: 8px 10px; color: #145b38; background: #e8f6ed; border: 1px solid #aed0ba; border-radius: 0; font-size: .78rem; font-weight: 700; }
.form-status.visible { display: block; }

.proof-strip { background: #e9edef; border-block: 1px solid var(--line-dark); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-grid div { display: flex; flex-direction: column; padding: 13px 18px; border-right: 1px solid var(--line); }
.proof-grid div:first-child { padding-left: 0; }
.proof-grid div:last-child { padding-right: 0; border-right: 0; }
.proof-grid strong { color: var(--navy); font-size: .84rem; }
.proof-grid span { color: var(--muted); font-size: .7rem; }


.owner-story { padding: 34px 0; background: #fff; border-bottom: 1px solid var(--line-dark); }
.owner-story-grid { display: grid; gap: 24px; }
.owner-profile { display: grid; grid-template-columns: 82px minmax(0, 1fr); align-items: start; gap: 14px; }
.owner-avatar { width: 82px; height: 82px; object-fit: cover; object-position: center top; border: 1px solid var(--line-dark); border-radius: 50%; }
.owner-profile h2 { margin: 0; color: var(--navy); font-size: clamp(1.55rem, 5.5vw, 2.15rem); line-height: 1.08; letter-spacing: -.015em; }
.owner-role { margin: 3px 0 5px; color: var(--navy); font-size: .76rem; font-weight: 700; }
.owner-summary { max-width: 540px; margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.38; }
.owner-work-photo { min-width: 0; margin: 0; background: #fff; border: 1px solid var(--line-dark); }
.owner-work-photo img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; }
.owner-work-photo figcaption { padding: 7px 9px; color: var(--muted); border-top: 1px solid var(--line); font-size: .68rem; line-height: 1.3; }

.kicker { margin: 0 0 6px; color: var(--blue); font-size: .7rem; line-height: 1.35; font-weight: 700; text-transform: uppercase; letter-spacing: .035em; }
.section { padding: 44px 0; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 21px; padding-bottom: 12px; border-bottom: 3px double var(--line-dark); }
.section-heading h2, .details h2 { font-size: clamp(1.7rem, 5.5vw, 2.25rem); font-weight: 700; }
.section-heading > p { max-width: 470px; margin: 0; color: var(--muted); font-size: .82rem; }

.work { overflow: hidden; background: #f2f3f2; }
.work-controls { display: flex; align-items: center; gap: 6px; }
.work-controls span { margin-right: 4px; color: var(--muted); font-size: .7rem; }
.work-controls button { width: 38px; height: 32px; color: var(--navy); background: #fff; border: 1px solid var(--line-dark); border-radius: 0; cursor: pointer; }
.work-controls button:hover { border-color: var(--blue); color: var(--blue); }
.work-track { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; padding: 0 0 9px; scrollbar-width: thin; scrollbar-color: #9aa7ad transparent; }
.work-card { flex: 0 0 min(730px, 78vw); overflow: hidden; scroll-snap-align: start; background: #fff; border: 1px solid var(--line-dark); }
.work-media { position: relative; margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #dfe4e5; }
.work-media > img { width: 100%; height: 100%; object-fit: cover; }
.problem-label { position: absolute; bottom: 10px; left: 11px; padding: 0; color: #fff; background: transparent; border: 0; font-size: .76rem; font-weight: 700; text-shadow: 0 1px 3px #000, 0 0 1px #000; }
.fixed-badge { position: absolute; top: 12px; right: 12px; padding: 0; color: #175e86; background: transparent; border: 0; font-size: 1.08rem; line-height: 1; text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, 0 1px 3px rgba(0,0,0,.65); }
.split-media { display: grid; grid-template-columns: 1fr 1fr; }
.split-half { position: relative; min-width: 0; overflow: hidden; }
.split-half img { width: 100%; height: 100%; object-fit: cover; }
.split-half .portrait-image { object-position: 50% 38%; }
.photo-label { position: absolute; top: 10px; left: 10px; padding: 0; color: #fff; background: transparent; font-size: .74rem; font-weight: 700; text-transform: uppercase; text-shadow: 0 1px 3px #000, 0 0 1px #000; }
.split-half + .split-half .photo-label { left: auto; right: 10px; }
.split-line { position: absolute; inset-block: 0; left: 50%; width: 2px; background: #fff; transform: translateX(-1px); }
.fixed-badge.centered { top: auto; right: auto; bottom: 11px; left: 50%; transform: translateX(-50%); white-space: nowrap; }
.work-caption { padding: 12px 15px 14px; }
.work-caption h3 { margin: 0; color: var(--navy); font-size: .98rem; }
.work-caption p { margin: 3px 0 0; color: var(--muted); font-size: .78rem; }
.work-source { margin: 9px 0 0; color: var(--muted); font-size: .7rem; }
.work-source a { color: var(--blue); font-weight: 700; }

.service-grid { display: grid; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.service-grid article { min-height: 128px; padding: 16px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.service-grid h3 { margin: 0 0 6px; color: var(--navy); font-size: .98rem; }
.service-grid h3::before { content: "— "; color: var(--blue); }
.service-grid p { margin: 0; color: var(--muted); font-size: .8rem; }

.reviews { background: var(--warm); border-block: 1px solid var(--line); }
.text-link { color: var(--blue); font-size: .78rem; font-weight: 700; }
.google-review-summary { display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: .74rem; white-space: nowrap; }
.google-review-summary strong { color: var(--navy); font-size: 1.2rem; }
.google-review-summary .stars { font-size: .78rem; }
.review-grid { display: grid; gap: 12px; }
.review-grid article { min-height: 155px; display: flex; flex-direction: column; padding: 16px; background: #fff; border: 1px solid var(--line-dark); }
.stars { color: #c28a00; font-size: .86rem; letter-spacing: .04em; }
.review-author { display: grid; grid-template-columns: 36px 1fr; align-items: center; gap: 9px; margin-bottom: 10px; }
.review-author img { width: 36px; height: 36px; object-fit: cover; border-radius: 50%; }
.review-author p { display: flex; flex-direction: column; margin: 0; }
.review-author strong { color: var(--navy); font-size: .8rem; }
.review-author span { color: var(--muted); font-size: .68rem; }
.review-grid blockquote { margin: 9px 0 0; color: var(--ink); font-size: .9rem; font-weight: 400; }
.reviews-google-link { display: inline-block; margin-top: 14px; color: var(--blue); font-size: .78rem; font-weight: 700; }

.details { padding: 44px 0; }
.details-grid { display: grid; gap: 36px; }
.details ol { display: grid; margin: 17px 0 0; padding: 0; list-style: none; counter-reset: step; }
.details ol li { position: relative; display: flex; flex-direction: column; gap: 1px; padding: 11px 0 11px 36px; border-bottom: 1px solid var(--line); counter-increment: step; }
.details ol li::before { content: counter(step) "."; position: absolute; top: 10px; left: 0; color: var(--blue); font-size: 1rem; font-weight: 700; }
.details li strong { color: var(--navy); font-size: .84rem; }
.details li span, .area-copy { color: var(--muted); font-size: .78rem; }
.area-copy { max-width: 450px; margin: 15px 0; }
.city-list { display: flex; flex-wrap: wrap; gap: 7px 0; margin: 0; padding: 0; list-style: none; }
.city-list li { margin-right: 11px; padding-right: 11px; color: #425761; border-right: 1px solid #aeb7bb; font-size: .8rem; }
.city-list li:last-child { border-right: 0; }

.final-cta { padding: 30px 0; color: #fff; background: var(--navy); border-top: 5px solid #315d73; }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.final-cta p { margin: 0 0 3px; font-size: .78rem; font-weight: 700; }
.final-cta h2 { color: #fff; font-size: clamp(1.55rem, 5vw, 2.1rem); }
.final-cta a { display: inline-flex; align-items: center; min-height: 46px; padding: 0 18px; color: var(--navy); background: #fff; border: 1px solid #fff; font-size: 1.1rem; font-weight: 700; text-decoration: none; white-space: nowrap; }

footer { padding: 28px 0; color: #b8c4c9; background: #112c3a; }
.footer-inner { display: grid; gap: 17px; }
.footer-inner > div { display: flex; flex-direction: column; }
.footer-inner > div:first-child strong { color: #fff; font-size: 1.05rem; letter-spacing: .03em; }
.footer-inner > div span, .footer-inner small { font-size: .7rem; }
.footer-inner a { color: #fff; font-size: 1rem; font-weight: 700; text-decoration: none; }
.mobile-actions { display: none; }

@media (max-width: 900px) {
  body { padding-bottom: calc(58px + env(safe-area-inset-bottom)); }
  #callback-form { scroll-margin-top: 12px; }
  .mobile-actions {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom);
    background: #fff;
    border-top: 1px solid #83939b;
    box-shadow: 0 -2px 8px rgba(18,43,56,.18);
  }
  .mobile-actions a {
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    font-size: .875rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
  }
  .mobile-call { color: #fff; background: var(--blue); }
  .mobile-request { color: var(--navy); background: #fff; border-left: 1px solid #83939b; }
  .mobile-actions a:focus-visible { outline: 3px solid #f2c94c; outline-offset: -4px; }
}

@media (min-width: 680px) {
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .review-grid { grid-template-columns: repeat(3, 1fr); }
  .details-grid { grid-template-columns: 1fr 1fr; }
  .footer-inner { grid-template-columns: 1.4fr 1fr; align-items: end; }
  .footer-inner small { grid-column: 1 / -1; }
}

@media (min-width: 761px) {
  .hero-feature { background-image: linear-gradient(rgba(8,24,32,.5), rgba(8,24,32,.73)), url("baro-shop-hero.webp"); }
}

@media (min-width: 900px) {
  .hero-feature { aspect-ratio: 16 / 9; }
  .hero-layout { grid-template-columns: minmax(0, 1fr) 350px; align-items: start; gap: 26px; }
  .owner-story-grid { grid-template-columns: minmax(0, .88fr) minmax(460px, 1.12fr); align-items: center; }
  .lead-form { padding: 18px 20px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1.5fr 1fr auto; }
  .footer-inner small { grid-column: auto; text-align: right; }
}

@media (min-width: 1100px) {
  .hero h1 { white-space: nowrap; font-size: 1.85rem; }
}

@media (max-width: 760px) {
  .header-inner { min-height: 72px; gap: 12px; }
  .brand-name { font-size: 1.48rem; }
  .brand-service { font-size: .94rem; }
  .brand-sub { font-size: .58rem; }
  .header-call span { font-size: .59rem; }
  .header-call strong { font-size: 1.08rem; border-bottom-width: 1px; }
  .nav-inner { width: max-content; min-width: 100%; padding-inline: 12px; }
  .primary-nav a { min-height: 37px; padding-inline: 13px; font-size: .7rem; }
  .primary-nav a:first-child { padding-left: 0; }
  .hero { padding: 18px 0 24px; }
  .edition-line { margin-bottom: 10px; }
  .hero-layout { margin-top: 15px; }
  .hero-feature { padding: 16px 12px 14px; background-position: center; }
  .hero-text { font-size: .82rem; }
  .brand-block { margin-top: 13px; }
  .brand-logo-list > div { height: 51px; padding: 6px; }
  .brand-logo-list img { height: 37px; }
  .proof-grid div { padding: 11px 9px; }
  .proof-grid div:first-child { padding-left: 0; }
  .proof-grid div:last-child { padding-right: 0; }
  .proof-grid strong { font-size: .75rem; }
  .proof-grid span { font-size: .62rem; line-height: 1.2; }
  .owner-story { padding: 28px 0; }
  .owner-story-grid { gap: 18px; }
  .owner-profile { grid-template-columns: 72px minmax(0, 1fr); gap: 12px; }
  .owner-avatar { width: 72px; height: 72px; }
  .owner-summary { font-size: .78rem; }
  .section { padding: 36px 0; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 8px; margin-bottom: 17px; }
  .reviews-heading { gap: 10px; }
  .google-review-summary { white-space: normal; }
  .work-heading { flex-direction: row; align-items: end; }
  .work-controls > span { display: none; }
  .work-controls button { width: 34px; height: 31px; }
  .work-card { flex-basis: calc(100vw - 48px); }
  .details { padding: 36px 0; }
  .final-cta-inner { align-items: flex-start; flex-direction: column; gap: 15px; }
  .final-cta a { width: 100%; justify-content: center; }
}

@media (max-width: 420px) {
  :root { --shell: calc(100% - 24px); }
  .service-bar strong, .service-bar a { font-size: .64rem; }
  .brand-sub { display: none; }
  .header-inner { min-height: 62px; }
  .brand-name { font-size: 1.32rem; }
  .brand-service { font-size: .82rem; }
  .header-call span { display: none; }
  .header-call strong { font-size: 1rem; }
  .hero h1 { font-size: 1.84rem; }
  .lead-form { padding: 15px; }
  .brand-logo-list > div { height: 48px; padding: 5px; }
  .brand-logo-list img { height: 34px; }
  .brand-note { font-size: .64rem; }
  .proof-grid div { padding-inline: 6px; }
  .proof-grid strong { font-size: .69rem; }
  .proof-grid span { font-size: .57rem; }
  .work-heading { align-items: flex-start; }
  .work-controls { gap: 4px; }
  .work-controls button { width: 31px; height: 30px; }
  .work-card { flex-basis: calc(100vw - 36px); }
  .photo-label { top: 7px; left: 7px; }
  .split-half + .split-half .photo-label { right: 7px; }
  .fixed-badge { top: 8px; right: 8px; }
  .fixed-badge.centered { top: auto; bottom: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
}
