/* Fixer Upper Fleet Solutions 2 LLC | Responsive static website.
   No external fonts, libraries, analytics, or third-party scripts are required. */
:root {
  --ink: #101213;
  --dark: #171a1c;
  --paper: #f5f4f0;
  --white: #fff;
  --red: #d92228;
  --bright-red: #ff444a;
  --muted: #5a5e62;
  --silver: #bbc0c3;
  --line: #d7d8d3;
  --width: 1280px;
  --head: Impact, 'Arial Narrow', 'Liberation Sans Narrow', Arial, sans-serif;
  --body: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 130px; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--body); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { cursor: pointer; }
p, h1, h2, h3 { margin: 0; }
p { text-wrap: pretty; }
button, a, dialog { outline-offset: 6px; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--bright-red); }
.icon { width: 21px; height: 21px; flex: 0 0 auto; }
.wrap { width: min(var(--width), calc(100% - 96px)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; left: 20px; top: -90px; padding: 12px 18px; background: white; color: black; font-weight: bold; }
.skip-link:focus { top: 12px; }
.utility-bar { background: #25292b; color: #daddde; font-size: 10px; font-weight: 700; letter-spacing: .15em; }
.utility-inner { min-height: 34px; display: flex; justify-content: space-between; align-items: center; gap: 18px; }
.utility-location { display: inline-flex; align-items: center; gap: 8px; letter-spacing: .03em; }
.utility-location .icon { height: 13px; width: 13px; }
.site-header { position: sticky; top: 0; z-index: 30; background: var(--ink); color: white; border-bottom: 1px solid #303334; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 25px; min-height: 112px; }
.brand { display: inline-flex; align-items: center; gap: 15px; flex-shrink: 0; }
.brand img { width: 108px; height: auto; }
.brand-text { display: flex; flex-direction: column; gap: 1px; }
.brand-text strong { font-family: var(--body); font-size: 23px; font-weight: 900; letter-spacing: -.045em; line-height: 1.15; }
.brand-text > span { font-size: 8.5px; font-weight: 700; letter-spacing: .14em; }
.site-nav { display: flex; gap: 25px; align-items: center; }
.site-nav a { font-size: 12px; font-weight: 700; color: #e1e3e4; padding-block: 12px; transition: color .18s; }
.site-nav a:hover { color: var(--bright-red); }
.header-call { display: flex; align-items: center; gap: 12px; padding: 12px 18px; border: 1px solid #575a5b; font-size: 13px; font-weight: bold; white-space: nowrap; }
.header-call .icon { width: 16px; height: 16px; color: var(--bright-red); }
.header-call:hover { border-color: var(--bright-red); background: #1b1e20; }
.menu-toggle { display: none; }
.hero { background: var(--ink); color: white; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 1fr; align-items: center; gap: 44px; padding-top: 34px; padding-bottom: 40px; }
.hero-copy { padding-block: 28px; min-width: 0; }
.eyebrow { color: #a71d22; font-size: 10px; font-weight: 800; letter-spacing: .19em; margin-bottom: 19px; line-height: 1.5; }
.eyebrow.light { color: #cbd0d2; }
.hero .eyebrow { display: flex; gap: 11px; align-items: center; }
.red-dash { width: 22px; height: 3px; background: var(--bright-red); display: inline-block; }
h1, h2 { font-family: var(--head); font-stretch: condensed; font-weight: 900; text-transform: uppercase; line-height: .99; letter-spacing: -.025em; }
h1 { font-size: clamp(60px, 6.1vw, 90px); margin-bottom: 25px; }
h1 span { color: var(--bright-red); }
.hero-description { max-width: 435px; font-size: 16px; color: #c7cbcd; line-height: 1.8; }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 29px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 54px; padding: 14px 21px; font-size: 12px; font-weight: 700; border: 1px solid transparent; transition: background .2s, border-color .2s, transform .2s; }
.button .icon { width: 17px; height: 17px; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: white; }
.button-red:hover { background: #ba151b; }
.button-outline { color: #f7f7f7; border-color: #6e7478; }
.button-outline:hover { background: #25292b; border-color: white; }
.hero-location { display: flex; align-items: center; gap: 8px; color: #acb1b4; font-size: 11px; margin-top: 26px; }
.hero-location .icon { width: 15px; height: 15px; color: #d0d3d4; }
.hero-photo { align-self: stretch; position: relative; min-width: 0; min-height: 550px; overflow: hidden; }
.hero-photo > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 48% 45%; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.83), transparent 37%); }
.photo-label { position: absolute; bottom: 28px; left: 30px; right: 22px; display: flex; flex-direction: column; gap: 6px; }
.small-label { color: #e2e5e5; letter-spacing: .13em; font-size: 8px; font-weight: 700; }
.photo-label strong { font-family: var(--head); font-size: 31px; font-weight: 800; line-height: 1.1; }
.photo-corner { position: absolute; width: 42px; height: 42px; border-top: 4px solid var(--red); border-right: 4px solid var(--red); right: 0; top: 0; }
.hero-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid #3a3e40; padding-block: 22px; font-size: 10px; letter-spacing: .09em; font-weight: 700; color: #d3d6d8; }
.hero-bottom b { color: var(--bright-red); font-weight: 700; padding-right: 12px; }
.hero-bottom a { display: flex; align-items: center; gap: 16px; font-size: 9px; }
.hero-bottom a:hover { color: white; }
.hero-bottom .icon { width: 17px; height: 17px; }
.section { padding-block: 100px; }
.section-heading { margin-bottom: 38px; }
.split-heading { display: grid; grid-template-columns: 1.1fr 1fr; align-items: end; gap: 64px; }
h2 { font-size: clamp(39px, 4.1vw, 58px); }
.section-intro { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 350px; padding-bottom: 4px; }
.services-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; }
.diagnostic-card { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1.35fr; column-gap: 44px; align-items: start; }
.diagnostic-card .service-top { grid-column: 1 / -1; }
.diagnostic-card h3 { font-size: clamp(28px, 3vw, 42px); }
.diagnostic-card .text-link { grid-column: 2; }
.service-card { padding: 32px 34px 28px; border: 1px solid #d6d8d3; background: #fcfcfa; position: relative; }
.service-card::before { content: ''; width: 52px; height: 3px; background: var(--red); position: absolute; top: -1px; left: -1px; }
.service-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 29px; }
.service-number { color: #5b6266; font-size: 10px; font-weight: bold; letter-spacing: .13em; }
.service-top .icon { width: 37px; height: 37px; color: #b42026; stroke-width: 1.35; }
.service-card h3 { font-size: 26px; font-weight: 800; letter-spacing: -.03em; line-height: 1.2; margin-bottom: 14px; }
.service-card p { font-size: 14px; line-height: 1.85; color: var(--muted); max-width: 420px; }
.text-link { display: inline-flex; align-items: center; justify-content: flex-start; gap: 21px; font-size: 12px; font-weight: 700; padding-block: 9px; text-decoration: underline; text-decoration-color: transparent; text-underline-offset: 6px; }
.text-link:hover { text-decoration-color: currentColor; }
.text-link .icon { width: 18px; height: 18px; color: #a71d22; }
.service-card .text-link { border-top: 1px solid #dedfdc; margin-top: 28px; padding-top: 19px; width: 100%; justify-content: space-between; }
.service-note { display: flex; align-items: center; gap: 10px; margin-top: 24px; font-size: 11px; color: var(--muted); }
.service-note > .icon { color: #a71d22; width: 16px; height: 16px; }
.service-note a { font-weight: 700; color: #333a3e; margin-left: 4px; }
.service-note a:hover { text-decoration: underline; }
.service-note a .icon { display: inline; width: 14px; height: 14px; vertical-align: middle; margin-left: 5px; }
.diagnostic-section { color: white; background: #101213; padding-block: 88px; border-top: 1px solid #303436; }
.diagnostic-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: end; }
.diagnostic-heading h2 { font-size: clamp(54px, 6vw, 86px); line-height: .92; }
.diagnostic-heading h2 span { color: var(--bright-red); }
.diagnostic-copy { border-left: 1px solid #3f4446; padding-left: 42px; }
.diagnostic-copy > p { max-width: 580px; color: #bfc5c7; font-size: 14px; line-height: 1.85; }
.diagnostic-copy .diagnostic-lead { color: white; font-size: clamp(20px, 2vw, 29px); line-height: 1.35; font-weight: 700; margin-bottom: 14px; }
.principles { margin-top: 34px; border-top: 1px solid #3f4446; }
.principles div { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: center; padding-block: 16px; border-bottom: 1px solid #3f4446; }
.principles strong { color: var(--bright-red); font-family: var(--head); font-size: 18px; letter-spacing: .05em; }
.principles span { font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.about-section { background: var(--dark); color: white; padding-block: 76px; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 90px; align-items: center; }
.hands-photo { position: relative; height: 580px; overflow: hidden; }
.hands-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 47% 60%; }
.photo-index { position: absolute; bottom: 0; left: 0; right: 0; font-size: 8px; font-weight: 700; letter-spacing: .17em; background: rgba(10,12,13,.85); padding: 16px 22px; }
.about-copy h2 { font-size: clamp(44px, 4.35vw, 63px); line-height: 1.02; margin-bottom: 24px; }
.about-copy h2 span { color: var(--bright-red); }
.about-copy > p:not(.eyebrow) { font-size: 14px; color: #c5cbcd; line-height: 1.85; max-width: 435px; margin-bottom: 15px; }
.light-link { color: #f4f5f5; margin-top: 8px; }
.light-link .icon { color: var(--bright-red); }
.work-section { background: #fff; }
.work-grid { display: grid; grid-template-columns: 1.7fr 1fr; grid-template-rows: 270px 270px; gap: 18px; }
.work-photo { position: relative; overflow: hidden; display: block; background: #202425; }
.work-featured { grid-row: span 2; }
.work-photo > img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s; }
.work-featured > img { object-position: 53% center; }
.work-field > img { object-position: 45% 56%; }
.work-photo:hover > img { transform: scale(1.025); }
.work-photo::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.84), transparent 56%); }
.work-photo-caption { position: absolute; bottom: 25px; left: 25px; right: 25px; color: white; display: flex; align-items: end; justify-content: space-between; gap: 14px; z-index: 1; }
.work-photo-caption span:not(.expand-icon) { font-size: 8px; font-weight: 700; letter-spacing: .14em; color: #e5e6e7; display: block; margin-bottom: 6px; }
.work-photo-caption h3 { font-size: 19px; font-weight: 700; letter-spacing: -.025em; line-height: 1.3; }
.work-featured h3 { font-size: 28px; }
.expand-icon { width: 36px; height: 36px; border: 1px solid #9ba0a0; display: grid; place-items: center; flex-shrink: 0; }
.expand-icon .icon { width: 17px; height: 17px; }
.coverage-section { background: #e8e9e4; padding-block: 52px; border-block: 1px solid #d7d9d5; }
.coverage-inner { display: flex; align-items: center; gap: 28px; }
.coverage-icon { width: 70px; height: 70px; display: grid; place-items: center; border: 1px solid #b8bfb8; flex: 0 0 auto; }
.coverage-icon .icon { width: 29px; height: 29px; color: #a71d22; stroke-width: 1.5; }
.coverage-section .eyebrow { margin-bottom: 9px; }
.coverage-section h2 { font-size: 36px; line-height: 1.07; }
.coverage-copy { margin-left: auto; max-width: 360px; padding-left: 18px; }
.coverage-copy p { font-size: 13px; color: #535b5e; line-height: 1.8; }
.coverage-copy .text-link { padding-bottom: 0; }
.contact-section { background: #94161c; color: white; padding-block: 85px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.contact-copy .eyebrow { color: #f5d8da; }
.contact-copy h2 { font-size: clamp(43px, 4.3vw, 62px); margin-bottom: 20px; }
.contact-copy p:not(.eyebrow) { font-size: 14px; line-height: 1.85; color: #f3d4d6; max-width: 360px; }
.contact-options { min-width: 0; }
.contact-item { display: flex; align-items: center; gap: 19px; padding-block: 22px; border-bottom: 1px solid #bf6064; }
.contact-item:first-child { padding-top: 0; }
.contact-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid #c78184; flex-shrink: 0; }
.contact-icon .icon { width: 19px; height: 19px; }
.contact-detail { min-width: 0; }
.contact-label { display: block; font-size: 9px; font-weight: 700; letter-spacing: .16em; margin-bottom: 6px; color: #f5d8da; }
.phone-item strong { font-size: clamp(22px, 2.05vw, 30px); letter-spacing: -.02em; line-height: 1.3; display: block; white-space: nowrap; }
.email-item strong { font-size: clamp(13px, 1.14vw, 16px); letter-spacing: -.015em; display: block; line-height: 1.5; overflow-wrap: anywhere; }
.contact-item > .icon { margin-left: auto; width: 20px; height: 20px; transition: transform .2s; }
.contact-item:hover > .icon { transform: translate(3px,-3px); }
.contact-item:focus-visible { outline-color: white; }
.contact-helper { font-size: 10px; color: #f3ced0; line-height: 1.75; margin-top: 16px; }
.site-footer { background: var(--ink); color: #a8aeb1; }
.footer-top { padding-block: 32px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.footer-brand { display: flex; align-items: center; gap: 23px; }
.footer-brand img { width: 85px; height: auto; }
.footer-brand > span { display: flex; flex-direction: column; gap: 6px; }
.footer-brand strong { color: #e8ebed; font-size: 11px; font-weight: 800; letter-spacing: .035em; }
.footer-brand > span > span { font-size: 10px; }
.back-top { display: flex; align-items: center; gap: 16px; font-size: 8px; letter-spacing: .13em; font-weight: 700; white-space: nowrap; }
.back-top .icon { width: 15px; height: 15px; }
.back-top:hover { color: white; }
.footer-bottom { border-top: 1px solid #343839; padding-block: 19px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 9px; }
.footer-bottom > span:last-child { font-size: 8px; font-weight: 700; letter-spacing: .14em; }
.mobile-contact { display: none; }
.lightbox { width: min(1100px, calc(100vw - 40px)); max-height: calc(100dvh - 40px); background: #121516; color: white; border: 1px solid #4a5154; padding: 20px; overflow: auto; }
.lightbox::backdrop { background: rgba(0,0,0,.92); }
.viewer-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.viewer-top h2 { font-family: var(--body); text-transform: none; font-size: 19px; letter-spacing: -.02em; font-weight: 700; line-height: 1.3; }
.icon-button { background: transparent; border: 1px solid #6a7276; color: white; width: 44px; height: 44px; display: grid; place-items: center; flex-shrink: 0; }
.icon-button:hover { background: #33393c; }
.viewer-body { display: grid; grid-template-columns: 44px minmax(0,1fr) 44px; gap: 16px; align-items: center; }
.viewer-image { max-height: calc(100dvh - 195px); width: 100%; height: auto; object-fit: contain; margin: auto; }
.viewer-count { color: #bfc5c8; text-align: center; margin-top: 10px; font-size: 12px; }
body.viewer-open { overflow: hidden; }
@media (min-width: 1600px) { .hero-grid { gap: 60px; } }
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .brand-text { display: none; }
  .header-inner { min-height: 96px; gap: 20px; }
  .brand img { width: 100px; }
  .site-nav { gap: 21px; }
  .hero-grid { gap: 32px; }
  h1 { font-size: 6.2vw; }
  .hero-photo { min-height: 490px; }
  .hero-copy { padding-block: 16px; }
  .hero-description { font-size: 14px; }
  .button { padding-inline: 17px; font-size: 11px; }
  .hero-location { font-size: 10px; }
  .hero-bottom { font-size: 9px; }
  .section { padding-block: 78px; }
  .about-grid { gap: 48px; }
  .hands-photo { height: 540px; }
  .about-copy h2 { font-size: 4.8vw; }
  .contact-grid { gap: 45px; }
  .coverage-inner { gap: 20px; }
  .coverage-icon { width: 55px; height: 65px; }
  .coverage-section h2 { font-size: 30px; }
  .coverage-copy { max-width: 290px; }
}
@media (max-width: 760px) {
  html { scroll-padding-top: 100px; }
  .wrap { width: calc(100% - 40px); }
  .utility-inner { min-height: 28px; justify-content: center; }
  .utility-bar { font-size: 8px; letter-spacing: .11em; }
  .utility-location { display: none; }
  .header-inner { min-height: 85px; gap: 14px; flex-wrap: wrap; }
  .brand { gap: 11px; }
  .brand img { width: 73px; }
  .brand-text { display: flex; }
  .brand-text strong { font-size: 18px; }
  .brand-text > span { font-size: 7px; letter-spacing: .08em; }
  .header-call { display: none; }
  .site-nav { width: 100%; justify-content: space-between; padding-block: 0 16px; gap: 14px; }
  .site-nav a { font-size: 12px; }
  .js .menu-toggle { display: flex; align-items: center; justify-content: center; gap: 6px; background: transparent; color: white; border: 1px solid #60676a; padding: 9px; min-height: 42px; }
  .menu-toggle span { font-size: 10px; }
  .menu-toggle .icon { width: 19px; height: 19px; }
  .js .site-nav { display: none; position: absolute; left: 0; top: 100%; padding: 20px; background: #16191a; border-bottom: 2px solid var(--red); box-shadow: 0 8px 20px rgba(0,0,0,.25); }
  .js .site-nav.is-open { display: flex; }
  .hero-grid { display: flex; flex-direction: column; padding-top: 30px; padding-bottom: 25px; gap: 28px; align-items: stretch; }
  .hero-copy { padding-block: 0; }
  .hero .eyebrow { font-size: 8px; margin-bottom: 20px; }
  h1 { font-size: clamp(53px, 11.5vw, 85px); letter-spacing: -.025em; line-height: .98; margin-bottom: 20px; }
  .hero-description { max-width: 440px; font-size: 14px; line-height: 1.8; }
  .actions { gap: 10px; margin-top: 23px; }
  .button { min-height: 51px; padding: 13px 16px; }
  .hero-location { font-size: 10px; margin-top: 19px; }
  .hero-photo { min-height: 380px; height: 110vw; max-height: 590px; }
  .hero-photo > img { object-position: center 43%; }
  .photo-label { left: 23px; bottom: 25px; }
  .photo-label strong { font-size: 31px; }
  .hero-bottom { flex-wrap: wrap; gap: 12px 16px; padding-block: 20px; font-size: 8px; }
  .hero-bottom b { padding-right: 6px; }
  .hero-bottom a { width: 100%; justify-content: space-between; border-top: 1px solid #33383b; padding-top: 13px; margin-top: 3px; font-size: 8px; }
  .section { padding-block: 60px; }
  .split-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading { margin-bottom: 27px; }
  h2 { font-size: clamp(37px, 8.65vw, 59px); }
  .eyebrow { font-size: 9px; margin-bottom: 15px; }
  .section-intro { font-size: 13px; max-width: 450px; }
  .services-grid { grid-template-columns: 1fr; gap: 19px; }
  .diagnostic-card { grid-column: auto; display: block; }
  .diagnostic-card .text-link { grid-column: auto; }
  .service-card { padding: 26px; }
  .service-top { margin-bottom: 22px; }
  .service-card h3 { font-size: 24px; }
  .service-card p { font-size: 13px; }
  .service-card .text-link { margin-top: 22px; font-size: 12px; }
  .service-note { align-items: start; font-size: 10px; }
  .service-note > .icon { margin-top: 2px; }
  .service-note a { display: block; margin-left: 0; }
  .diagnostic-section { padding-block: 58px; }
  .diagnostic-grid { grid-template-columns: 1fr; gap: 32px; }
  .diagnostic-copy { border-left: 0; border-top: 1px solid #3f4446; padding: 28px 0 0; }
  .diagnostic-copy > p { font-size: 13px; }
  .about-section { padding-block: 40px 55px; }
  .about-grid { grid-template-columns: 1fr; gap: 34px; }
  .hands-photo { height: 111vw; max-height: 540px; }
  .about-copy h2 { font-size: clamp(40px, 9.65vw, 66px); }
  .about-copy > p:not(.eyebrow) { font-size: 13px; max-width: none; }
  .work-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 360px 240px; gap: 12px; }
  .work-featured { grid-column: span 2; grid-row: auto; }
  .work-photo-caption { bottom: 15px; left: 15px; right: 15px; gap: 8px; }
  .work-featured .work-photo-caption { bottom: 23px; left: 23px; right: 23px; }
  .work-photo-caption h3 { font-size: 16px; }
  .work-featured .work-photo-caption h3 { font-size: 25px; }
  .work-photo-caption span:not(.expand-icon) { font-size: 6.5px; letter-spacing: .09em; }
  .expand-icon { width: 26px; height: 28px; }
  .coverage-section { padding-block: 38px; }
  .coverage-inner { flex-wrap: wrap; gap: 20px; }
  .coverage-icon { width: 42px; height: 58px; }
  .coverage-icon .icon { width: 24px; height: 24px; }
  .coverage-section .eyebrow { font-size: 8px; }
  .coverage-section h2 { font-size: clamp(26px, 6.5vw, 37px); }
  .coverage-copy { margin-left: 0; max-width: 420px; padding-left: 0; }
  .coverage-copy p { font-size: 12px; }
  .coverage-copy .text-link { margin-top: 2px; }
  .contact-section { padding-block: 53px; }
  .contact-grid { grid-template-columns: 1fr; gap: 34px; }
  .contact-copy h2 { font-size: clamp(43px, 10.5vw, 66px); }
  .contact-copy p:not(.eyebrow) { font-size: 13px; }
  .contact-item { gap: 13px; }
  .contact-icon { width: 38px; height: 41px; }
  .phone-item strong { font-size: clamp(22px, 6.2vw, 30px); }
  .email-item strong { font-size: clamp(12px, 3.3vw, 17px); }
  .contact-item > .icon { width: 16px; height: 16px; }
  .contact-helper { font-size: 10px; }
  .footer-top { flex-wrap: wrap; padding-block: 27px 25px; gap: 20px; }
  .footer-brand { gap: 13px; align-items: center; }
  .footer-brand img { width: 65px; }
  .footer-brand strong { font-size: 9px; line-height: 1.5; }
  .footer-brand > span > span { font-size: 9px; line-height: 1.6; }
  .back-top { width: 100%; justify-content: space-between; }
  .footer-bottom { padding-block: 20px; flex-direction: column; align-items: start; gap: 7px; font-size: 8px; }
  .footer-bottom > span:last-child { font-size: 7px; }
  body { padding-bottom: calc(56px + env(safe-area-inset-bottom)); }
  .mobile-contact { position: fixed; z-index: 25; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--ink); box-shadow: 0 -3px 12px rgba(0,0,0,.18); padding-bottom: env(safe-area-inset-bottom); }
  .mobile-contact a { min-height: 56px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 12px; font-weight: 700; color: white; }
  .mobile-contact a:first-child { background: var(--red); }
  .mobile-contact .icon { width: 17px; height: 17px; }
  .lightbox { width: calc(100vw - 20px); padding: 13px; max-height: calc(100dvh - 25px); }
  .viewer-body { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 7px; }
  .viewer-top h2 { font-size: 16px; }
  .viewer-body .icon-button { width: 36px; }
  .viewer-image { max-height: calc(100dvh - 190px); }
}
@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .brand img { width: 65px; }
  .brand-text strong { font-size: 16px; }
  .brand-text > span { font-size: 6.2px; }
  .menu-toggle span { display: none; }
  .hero .eyebrow { font-size: 7px; letter-spacing: .15em; }
  h1 { font-size: 11.4vw; }
  .actions { gap: 8px; }
  .button { padding: 12px; font-size: 10px; gap: 7px; }
  .button .icon { width: 14px; height: 14px; }
  .work-grid { grid-template-columns: 1fr; grid-template-rows: 320px 230px 280px; }
  .work-featured { grid-column: auto; }
  .work-photo-caption h3 { font-size: 20px; }
  .work-photo-caption span:not(.expand-icon) { font-size: 8px; }
  .coverage-icon { display: none; }
  .contact-item { gap: 10px; }
  .contact-item > .icon { display: none; }
  .phone-item strong { font-size: 23px; }
  .email-item strong { font-size: 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
@media print {
  html { scroll-padding-top: 0; }
  body { padding-bottom: 0; background: white; }
  .site-header { position: static; }
  .menu-toggle, .mobile-contact, .back-top, .hero-bottom a, dialog { display: none !important; }
  .wrap { width: 95%; }
  .section, .about-section, .contact-section { padding-block: 25px; }
  .hero-photo { min-height: 380px; }
  .hands-photo { height: 350px; }
  .work-grid { grid-template-rows: 180px 180px; }
  .service-card, .contact-item, .work-photo { break-inside: avoid; }
}
