/*
Theme Name: Mr. Kels Painting
Theme URI: https://mrkelspainting.com/
Author: Mr. Kels Painting
Description: A fast, accessible custom theme for Mr. Kels Painting in South Florida.
Version: 1.0.8
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mr-kels-painting
*/

:root {
  --navy-950: #03132d;
  --navy-900: #061d41;
  --navy-800: #0a2c5e;
  --blue-600: #0784df;
  --blue-500: #08a8f5;
  --blue-100: #dff4ff;
  --sand-100: #f7f4ed;
  --sand-200: #ece7dc;
  --ink: #10213a;
  --muted: #526176;
  --white: #fff;
  --success: #087a55;
  --shadow-sm: 0 10px 30px rgb(3 19 45 / 9%);
  --shadow-lg: 0 24px 70px rgb(3 19 45 / 18%);
  --radius-sm: .65rem;
  --radius-md: 1.15rem;
  --radius-lg: 1.75rem;
  --content: 1180px;
  --header-height: 82px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--navy-800); text-underline-offset: .2em; }
a:hover { color: var(--blue-600); }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--blue-500); outline-offset: 3px; }
::selection { color: var(--white); background: var(--navy-800); }

h1, h2, h3, h4 {
  margin: 0 0 .75rem;
  color: var(--navy-950);
  font-family: "Arial Black", Inter, ui-sans-serif, system-ui, sans-serif;
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}
h1 { font-size: clamp(2.55rem, 7vw, 5.65rem); }
h2 { font-size: clamp(2.05rem, 4.5vw, 3.65rem); }
h3 { font-size: clamp(1.25rem, 2.2vw, 1.7rem); }
p { margin: 0 0 1.15rem; }
ul, ol { padding-left: 1.2rem; }

.screen-reader-text {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link:focus {
  z-index: 10000; top: .75rem; left: .75rem; width: auto; height: auto;
  clip: auto; padding: .75rem 1rem; color: var(--white); background: var(--navy-950);
}
.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 7.5rem) 0; }
.section--compact { padding: clamp(3.5rem, 6vw, 5rem) 0; }
.section--sand { background: var(--sand-100); }
.section--navy { color: rgb(255 255 255 / 82%); background: var(--navy-950); }
.section--navy h2, .section--navy h3 { color: var(--white); }
.eyebrow {
  display: block; margin-bottom: 1rem; color: var(--blue-600);
  font-size: .78rem; font-weight: 850; letter-spacing: .16em; line-height: 1.3; text-transform: uppercase;
}
.section--navy .eyebrow { color: #68caff; }
.section-heading { max-width: 780px; margin-bottom: clamp(2rem, 4vw, 3.5rem); }
.section-heading p { max-width: 670px; color: var(--muted); font-size: 1.1rem; }
.section--navy .section-heading p { color: rgb(255 255 255 / 74%); }
.lede { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.28rem); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; font-weight: 800; text-decoration-thickness: 2px; }
.text-link svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: currentColor; }

.button-row { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.8rem; }
.button {
  display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: .6rem;
  padding: .8rem 1.25rem; border: 2px solid transparent; border-radius: .55rem;
  color: var(--white); background: var(--blue-600); font-weight: 850; line-height: 1.15;
  text-align: center; text-decoration: none; box-shadow: 0 10px 24px rgb(7 132 223 / 20%);
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease;
}
.button:hover { color: var(--white); background: #006fbe; transform: translateY(-2px); }
.button--navy { background: var(--navy-950); box-shadow: none; }
.button--navy:hover { background: var(--navy-800); }
.button--outline { border-color: currentColor; color: var(--navy-950); background: transparent; box-shadow: none; }
.button--outline:hover { color: var(--white); border-color: var(--navy-950); background: var(--navy-950); }
.button--white { color: var(--navy-950); background: var(--white); box-shadow: none; }
.button--white:hover { color: var(--navy-950); background: var(--blue-100); }
.button svg { width: 1.15rem; height: 1.15rem; flex: 0 0 auto; fill: currentColor; }

.utility-bar { color: var(--white); background: var(--navy-950); font-size: .84rem; }
.utility-bar__inner { display: flex; min-height: 36px; align-items: center; justify-content: space-between; gap: 1rem; }
.utility-bar p { margin: 0; }
.utility-bar a { color: var(--white); font-weight: 800; text-decoration: none; }
.utility-bar a { display: inline-flex; align-items: center; gap: .35rem; }
.utility-bar svg { width: 1rem; height: 1rem; fill: currentColor; }
.site-header {
  position: sticky; z-index: 100; top: 0; background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid rgb(3 19 45 / 9%); backdrop-filter: blur(16px);
}
.site-header__inner { display: flex; min-height: var(--header-height); align-items: center; justify-content: space-between; gap: 1.25rem; }
.site-branding { flex: 0 1 215px; }
.site-branding img { width: min(215px, 100%); }
.nav-toggle {
  display: none; width: 48px; height: 48px; padding: 0; border: 0; border-radius: .5rem;
  color: var(--navy-950); background: var(--sand-100); cursor: pointer;
}
.nav-toggle__lines, .nav-toggle__lines::before, .nav-toggle__lines::after {
  display: block; width: 24px; height: 2px; margin-inline: auto; background: currentColor; content: "";
  transition: transform .18s ease, opacity .18s ease;
}
.nav-toggle__lines { position: relative; }
.nav-toggle__lines::before { position: absolute; top: -7px; }
.nav-toggle__lines::after { position: absolute; top: 7px; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines { background: transparent; }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::before { top: 0; transform: rotate(45deg); }
.nav-toggle[aria-expanded="true"] .nav-toggle__lines::after { top: 0; transform: rotate(-45deg); }
.primary-nav { display: flex; align-items: center; gap: clamp(.6rem, 1.4vw, 1.3rem); }
.primary-nav ul { display: flex; align-items: center; gap: clamp(.25rem, 1vw, .9rem); margin: 0; padding: 0; list-style: none; }
.primary-nav a { display: block; padding: .75rem .45rem; color: var(--navy-950); font-size: .92rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--blue-600); }
.primary-nav li.primary-nav__cta > a, .primary-nav a.primary-nav__cta { padding: .8rem 1rem; border-radius: .5rem; color: var(--white); background: var(--blue-600); }
.primary-nav li.primary-nav__cta > a:hover, .primary-nav a.primary-nav__cta:hover { color: var(--white); background: #006fbe; }

.hero {
  position: relative; display: grid; min-height: min(780px, calc(100svh - 118px)); align-items: center;
  overflow: hidden; color: var(--white); background: var(--navy-950);
}
.hero::before {
  position: absolute; inset: 0; z-index: 1; content: "";
  background: linear-gradient(90deg, rgb(3 19 45 / 96%) 0%, rgb(3 19 45 / 80%) 40%, rgb(3 19 45 / 20%) 73%, rgb(3 19 45 / 10%) 100%);
}
.hero__image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 56% center; }
.hero__content { position: relative; z-index: 2; max-width: 760px; padding: clamp(5.25rem, 9vw, 8.25rem) 0; }
.hero .eyebrow { color: #72d0ff; }
.hero h1 { color: var(--white); text-wrap: balance; }
.hero-title__line { display: block; white-space: nowrap; }
.hero__lead { max-width: 660px; color: rgb(255 255 255 / 84%); font-size: clamp(1.1rem, 2vw, 1.35rem); }
.hero__trust { display: flex; flex-wrap: wrap; gap: .85rem 1.5rem; margin: 1.7rem 0 0; padding: 0; list-style: none; color: rgb(255 255 255 / 84%); font-size: .92rem; font-weight: 700; }
.hero__trust li { display: flex; align-items: center; gap: .5rem; }
.hero__trust svg { width: 1.1rem; height: 1.1rem; fill: var(--blue-500); }

.trust-strip { color: var(--white); background: var(--blue-600); }
.trust-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip__item { padding: 1.15rem 1rem; border-right: 1px solid rgb(255 255 255 / 24%); text-align: center; }
.trust-strip__item:last-child { border-right: 0; }
.trust-strip strong { display: block; font-size: .92rem; line-height: 1.35; }

.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.35rem; }
.service-card { position: relative; min-height: 430px; overflow: hidden; border-radius: var(--radius-md); box-shadow: var(--shadow-sm); }
.service-card::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgb(3 19 45 / 94%), rgb(3 19 45 / 5%) 75%); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-card:hover img { transform: scale(1.03); }
.service-card__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: clamp(1.4rem, 3vw, 2.2rem); color: rgb(255 255 255 / 80%); }
.service-card h3 { color: var(--white); font-size: clamp(1.55rem, 2.6vw, 2.25rem); }
.service-card p { margin: 0 0 .8rem; }
.service-card a { color: var(--white); font-weight: 850; }

.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(2.5rem, 7vw, 6rem); }
.split--reverse > :first-child { order: 2; }
.image-frame { position: relative; }
.image-frame img { width: 100%; min-height: 480px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); }
.image-frame__badge {
  position: absolute; right: -1rem; bottom: -1rem; max-width: 210px; padding: 1.1rem 1.25rem;
  border: 5px solid var(--white); border-radius: var(--radius-md); color: var(--white); background: var(--blue-600);
  font-weight: 850; line-height: 1.3; box-shadow: var(--shadow-sm);
}
.check-list { display: grid; gap: .75rem; margin: 1.5rem 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 1.8rem; }
.check-list li::before { position: absolute; top: .18rem; left: 0; color: var(--blue-600); font-size: 1.1rem; font-weight: 900; content: "✓"; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.feature-card { padding: clamp(1.4rem, 3vw, 2rem); border: 1px solid var(--sand-200); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.feature-card__number { display: block; margin-bottom: 1.5rem; color: var(--blue-600); font-size: .8rem; font-weight: 900; letter-spacing: .1em; }
.feature-card p { color: var(--muted); }
.icon-badge { display: grid; width: 52px; height: 52px; margin-bottom: 1.25rem; place-items: center; border-radius: 50%; color: var(--navy-900); background: var(--blue-100); }
.icon-badge svg { width: 25px; height: 25px; fill: currentColor; }

.process { counter-reset: steps; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.2rem; }
.process__item { position: relative; padding-top: 4.25rem; counter-increment: steps; }
.process__item::before {
  position: absolute; top: 0; left: 0; display: grid; width: 52px; height: 52px; place-items: center;
  border-radius: 50%; color: var(--white); background: var(--blue-600); font-weight: 900; content: counter(steps, decimal-leading-zero);
}
.process__item p { color: var(--muted); }

.area-cloud { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.75rem; }
.area-cloud a, .area-cloud span { padding: .62rem .9rem; border: 1px solid rgb(255 255 255 / 18%); border-radius: 999px; color: var(--white); background: rgb(255 255 255 / 6%); font-size: .9rem; font-weight: 750; text-decoration: none; }
.area-cloud a:hover { border-color: var(--blue-500); background: rgb(8 168 245 / 18%); }

.cta-band { position: relative; overflow: hidden; color: var(--white); background: var(--blue-600); }
.cta-band::after { position: absolute; right: -8rem; bottom: -12rem; width: 32rem; height: 32rem; border: 5rem solid rgb(255 255 255 / 8%); border-radius: 50%; content: ""; }
.cta-band__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-band h2 { max-width: 760px; color: var(--white); }
.cta-band p { max-width: 650px; color: rgb(255 255 255 / 85%); }

.faq-list { max-width: 900px; }
.faq-list details { border-bottom: 1px solid var(--sand-200); }
.faq-list summary { padding: 1.2rem 2.5rem 1.2rem 0; color: var(--navy-950); font-size: 1.08rem; font-weight: 850; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; margin-right: -2rem; color: var(--blue-600); font-size: 1.4rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 0 1.25rem; color: var(--muted); }

.page-hero { position: relative; overflow: hidden; padding: clamp(5rem, 10vw, 8.5rem) 0; color: var(--white); background: var(--navy-950); }
.page-hero__grid { display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: clamp(2.5rem, 6vw, 5rem); }
.page-hero h1 { color: var(--white); font-size: clamp(2.6rem, 6vw, 5rem); }
.page-hero p { max-width: 660px; color: rgb(255 255 255 / 78%); font-size: 1.17rem; }
.page-hero img { width: 100%; height: 440px; object-fit: cover; border-radius: var(--radius-lg); box-shadow: 0 20px 60px rgb(0 0 0 / 25%); }
.page-hero .eyebrow { color: #72d0ff; }
.breadcrumbs { margin-bottom: 1.2rem; color: rgb(255 255 255 / 65%); font-size: .86rem; }
.breadcrumbs a { color: var(--white); }
.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 340px; gap: clamp(2.5rem, 6vw, 5rem); }
.content-grid__aside { align-self: start; }
.contact-card { padding: 1.6rem; border-radius: var(--radius-md); color: rgb(255 255 255 / 78%); background: var(--navy-950); box-shadow: var(--shadow-sm); }
.contact-card h3 { color: var(--white); }
.contact-card a:not(.button) { color: var(--white); }
.contact-card .button { width: 100%; margin-top: .6rem; }

.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1rem; }
.gallery-card { grid-column: span 6; overflow: hidden; border-radius: var(--radius-md); background: var(--navy-950); }
.gallery-card:first-child { grid-column: span 8; }
.gallery-card:nth-child(2) { grid-column: span 4; }
.gallery-card:last-child { grid-column: span 12; }
.gallery-card img { width: 100%; height: 390px; object-fit: cover; }
.gallery-card figcaption { padding: 1.1rem 1.25rem; color: rgb(255 255 255 / 76%); }
.gallery-card strong { display: block; color: var(--white); }

.contact-layout { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.contact-layout > *, .form-grid > * { min-width: 0; }
.contact-details { display: grid; gap: 1rem; }
.contact-detail { padding: 1.25rem; border: 1px solid var(--sand-200); border-radius: var(--radius-sm); background: var(--white); }
.contact-detail strong { display: block; color: var(--navy-950); }
.form-shell { padding: clamp(1.3rem, 4vw, 2.5rem); border-radius: var(--radius-md); background: var(--sand-100); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field--full { grid-column: 1 / -1; }
.form-shell label, .form-shell legend { display: block; color: var(--navy-950); font-size: .9rem; font-weight: 800; }
.form-shell fieldset { margin: 0; padding: 0; border: 0; }
.form-shell legend { margin-bottom: .25rem; }
.form-shell input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]), .form-shell select, .form-shell textarea {
  width: 100%; min-height: 50px; margin-top: .35rem; padding: .72rem .8rem; border: 1px solid #aeb7c3; border-radius: .45rem; color: var(--ink); background: var(--white);
}
.form-shell textarea { min-height: 130px; resize: vertical; }
.form-shell input[type="file"] { max-width: 100%; padding: .6rem; overflow: hidden; }
.form-shell .wpcf7-list-item { margin: .35rem 1rem .35rem 0; }
.form-shell input[type="checkbox"], .form-shell input[type="radio"] { width: 20px; height: 20px; margin-right: .3rem; vertical-align: middle; accent-color: var(--blue-600); }
.form-shell input.wpcf7-submit { min-height: 52px; padding: .8rem 1.3rem; border: 0; border-radius: .5rem; color: var(--white); background: var(--blue-600); font-weight: 850; cursor: pointer; }
.form-shell input.wpcf7-submit:hover { background: #006fbe; }
.form-shell .wpcf7-spinner { vertical-align: middle; }
.form-shell .wpcf7-not-valid-tip { color: #a71930; font-size: .84rem; }
.form-shell .wpcf7-response-output { margin: 1rem 0 0 !important; border-radius: .35rem; }
.privacy-note { color: var(--muted); font-size: .82rem; }

.entry-content { max-width: 820px; }
.entry-content > * + * { margin-top: 1.2rem; }
.not-found { min-height: 60vh; display: grid; place-items: center; text-align: center; }

.site-footer { color: rgb(255 255 255 / 72%); background: #020d20; }
.site-footer__main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 3rem; padding: 4.5rem 0 3rem; }
.site-footer__brand img { width: 225px; margin-bottom: 1.2rem; }
.site-footer h2 { color: var(--white); font-family: inherit; font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li + li { margin-top: .55rem; }
.site-footer a { color: rgb(255 255 255 / 82%); }
.site-footer a:hover { color: var(--blue-500); }
.site-footer__social { display: inline-flex; align-items: center; gap: .55rem; }
.site-footer__social svg { width: 1.15rem; height: 1.15rem; fill: currentColor; }
.site-footer__bottom { padding: 1.6rem 0; border-top: 1px solid rgb(255 255 255 / 10%); }
.site-footer__credit { margin: 0 auto; text-align: center; font-size: .86rem; line-height: 1.65; }
.site-footer__heart { color: #25a9f3; }

.whatsapp-float {
  position: fixed; z-index: 90; right: 1.25rem; bottom: 1.25rem; display: flex; min-height: 54px; align-items: center; gap: .6rem;
  padding: .8rem 1.05rem; border-radius: 999px; color: var(--white); background: #087a55; font-weight: 850; text-decoration: none;
  box-shadow: 0 14px 35px rgb(0 0 0 / 22%);
}
.whatsapp-float:hover { color: var(--white); background: #066346; }
.whatsapp-float svg { width: 1.35rem; height: 1.35rem; fill: currentColor; }
.mobile-contact-bar { display: none; }

@media (min-width: 1051px) and (max-width: 1200px) {
  .site-branding { flex: 0 0 180px; }
  .primary-nav ul { gap: .2rem; }
  .primary-nav a { padding-inline: .3rem; font-size: .86rem; }
  .primary-nav li.primary-nav__cta > a, .primary-nav a.primary-nav__cta { padding-inline: .7rem; }
}

@media (max-width: 1050px) {
  .nav-toggle { display: block; }
  .primary-nav {
    position: absolute; top: 100%; right: auto; bottom: auto; left: 50%; display: none;
    width: 100vw; height: calc(100svh - var(--header-height)); transform: translateX(-50%);
    align-items: stretch; padding: 1.2rem 1rem 2rem; background: var(--white); overflow-y: auto;
  }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: block; }
  .primary-nav a { padding: 1rem; border-bottom: 1px solid var(--sand-200); font-size: 1.05rem; }
  .primary-nav li.primary-nav__cta > a, .primary-nav a.primary-nav__cta { margin-top: 1rem; text-align: center; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .process { grid-template-columns: repeat(2, 1fr); gap: 2rem 1.2rem; }
}

@media (max-width: 780px) {
  :root { --header-height: 72px; }
  body { padding-bottom: 68px; }
  .utility-bar__inner { justify-content: center; }
  .utility-bar__inner p:first-child { display: none; }
  .site-branding { flex-basis: 185px; }
  .hero { min-height: 0; align-items: start; }
  .hero::before { background: linear-gradient(0deg, rgb(3 19 45 / 98%) 0%, rgb(3 19 45 / 82%) 60%, rgb(3 19 45 / 24%) 100%); }
  .hero__image { object-position: 64% center; }
  .hero__content { padding: clamp(2.75rem, 8vw, 4rem) 0 3.5rem; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-strip__item:nth-child(2) { border-right: 0; }
  .trust-strip__item:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 24%); }
  .services-grid, .split, .page-hero__grid, .content-grid, .contact-layout { grid-template-columns: 1fr; }
  .split--reverse > :first-child { order: 0; }
  .image-frame img { min-height: 360px; }
  .image-frame__badge { right: .75rem; bottom: .75rem; border-width: 3px; }
  .page-hero img { height: 340px; }
  .content-grid__aside { order: -1; }
  .gallery-card, .gallery-card:first-child, .gallery-card:nth-child(2) { grid-column: 1 / -1; }
  .gallery-card img { height: 330px; }
  .cta-band__inner { display: block; }
  .site-footer__main { grid-template-columns: 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .whatsapp-float { display: none; }
  .mobile-contact-bar {
    position: fixed; z-index: 110; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr;
    padding-bottom: env(safe-area-inset-bottom); background: var(--navy-950); box-shadow: 0 -6px 24px rgb(3 19 45 / 18%);
  }
  .mobile-contact-bar a { display: flex; min-height: 68px; align-items: center; justify-content: center; gap: .5rem; color: var(--white); font-weight: 850; text-decoration: none; }
  .mobile-contact-bar a:last-child { background: #087a55; }
  .mobile-contact-bar svg { width: 1.25rem; height: 1.25rem; fill: currentColor; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 1.25rem), var(--content)); }
  .section { padding: 4.5rem 0; }
  .button-row { display: grid; }
  .button-row .button { width: 100%; }
  .hero h1 { font-size: clamp(2rem, 10.5vw, 2.55rem); }
  .hero__trust { display: grid; gap: .65rem; }
  .services-grid, .feature-grid, .process, .form-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 380px; }
  .form-field--full { grid-column: auto; }
  .site-footer__main { grid-template-columns: 1fr; gap: 2rem; }
  .site-footer__brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
