:root {
  --navy: #061321;
  --navy-soft: #0d2034;
  --navy-light: #18344f;
  --orange: #e57d22;
  --orange-dark: #bd5f12;
  --white: #ffffff;
  --off-white: #f5f7f9;
  --ink: #0a1928;
  --muted: #5d6a76;
  --line: #dce2e7;
  --font-sans: Arial, Helvetica, sans-serif;
  --page-gutter: clamp(24px, 6.8vw, 110px);
  --section-space: clamp(82px, 9vw, 145px);
  --text-label: 0.6875rem;
  --text-small: 0.8125rem;
  --text-body: 1rem;
  --text-body-large: 1.0625rem;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font-sans);
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-smoothing: antialiased;
}
body, button, input, select, textarea { font: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; height: auto; max-width: 100%; }
button, a, summary, input, select, textarea { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }

.site-header {
  align-items: center;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  height: 88px;
  padding: 0 var(--page-gutter);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(12px);
}

.brand { align-items: center; display: inline-flex; gap: 12px; justify-self: start; }
.brand img { height: 60px; width: 60px; object-fit: contain; }
.brand-copy { display: grid; text-transform: uppercase; }
.brand-copy strong { color: var(--navy); font-size: 18px; font-weight: 800; letter-spacing: .24em; line-height: 1.1; }
.brand-copy small { color: var(--orange-dark); font-size: 8px; font-weight: 800; letter-spacing: .12em; margin-top: 4px; }

.desktop-nav { align-items: center; display: flex; gap: clamp(22px, 3vw, 42px); }
.desktop-nav a, .footer-column a {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.desktop-nav a { border-bottom: 2px solid transparent; padding: 35px 0 32px; }
.desktop-nav a:hover { border-color: var(--orange); color: var(--orange-dark); }
.header-cta {
  background: var(--orange);
  color: var(--navy);
  font-size: 12px;
  font-weight: 800;
  justify-self: end;
  letter-spacing: .1em;
  padding: 15px 20px;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}
.header-cta:hover { background: var(--navy); color: var(--white); transform: translateY(-2px); }
.mobile-menu { display: none; }

.hero { background: var(--navy); color: var(--white); display: grid; grid-template-columns: minmax(0, 1.07fr) minmax(420px, .93fr); min-height: calc(100vh - 88px); overflow: hidden; }
.hero-copy { align-items: flex-start; display: flex; flex-direction: column; justify-content: center; padding: clamp(80px, 9vw, 140px) var(--page-gutter); position: relative; z-index: 2; }
.hero-copy, .hero-brand-panel { min-width: 0; }
.hero-copy::before { background: var(--orange); content: ""; height: 96px; left: 0; position: absolute; top: 0; width: 8px; }
.eyebrow { color: var(--orange); font-size: var(--text-label); font-weight: 800; letter-spacing: .18em; line-height: 1.4; margin: 0 0 24px; text-transform: uppercase; }
.eyebrow.light { color: var(--orange); }
.hero h1 { font-size: clamp(52px, 6.1vw, 94px); font-weight: 800; letter-spacing: -.05em; line-height: 1; margin: 0; max-width: 900px; text-wrap: balance; }
.hero h1 span { color: var(--orange); display: block; }
.hero-intro { color: #c6d0da; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6; margin: 30px 0 0; max-width: 650px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 37px; }
.button { align-items: center; border: 0; cursor: pointer; display: inline-flex; font-size: var(--text-label); font-weight: 800; gap: 18px; justify-content: center; letter-spacing: .09em; min-height: 55px; padding: 0 23px; text-transform: uppercase; transition: background 180ms ease, color 180ms ease, transform 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--navy); }
.button-primary:hover { background: var(--white); color: var(--navy); }
.button-secondary { background: var(--orange); border: 1px solid var(--orange); color: var(--navy); }
.button-secondary span { color: var(--navy); }
.button-secondary:hover { background: var(--white); color: var(--navy); }
.hero-location { color: #91a0ae; font-size: 10px; font-weight: 800; letter-spacing: .17em; margin: 34px 0 0; text-transform: uppercase; }

.hero-brand-panel { align-items: center; background: var(--navy-soft); display: flex; justify-content: center; min-height: 660px; overflow: hidden; padding: clamp(45px, 6vw, 100px); position: relative; }
.hero-brand-panel::after { background: var(--orange); bottom: 0; content: ""; height: 9px; left: 0; position: absolute; width: 62%; }
.hero-brand-panel > img { box-shadow: 0 32px 75px rgba(0,0,0,.32); max-width: 480px; position: relative; width: min(84%, 480px); z-index: 2; }
.drawing-lines span { border-color: rgba(229,125,34,.38); border-style: solid; position: absolute; transform: rotate(-9deg); }
.drawing-lines span:nth-child(1) { border-width: 2px 2px 0 0; height: 340px; right: -80px; top: -60px; width: 430px; }
.drawing-lines span:nth-child(2) { border-width: 0 0 2px 2px; bottom: -70px; height: 330px; left: -120px; width: 430px; }
.drawing-lines span:nth-child(3) { border: 1px solid rgba(255,255,255,.12); height: 70%; left: 15%; top: 15%; transform: rotate(7deg); width: 70%; }
.hero-services { bottom: 30px; display: flex; gap: 25px; position: absolute; right: 35px; z-index: 3; }
.hero-services span { color: #9cacbb; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }

.trust-strip { background: var(--orange); display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0 var(--page-gutter); }
.trust-strip p { align-items: center; border-right: 1px solid rgba(6,19,33,.22); display: flex; font-size: clamp(12px, 1.2vw, 15px); font-weight: 800; gap: 17px; margin: 0; min-height: 90px; padding: 20px clamp(16px, 2.6vw, 42px); text-transform: uppercase; }
.trust-strip p:first-child { padding-left: 0; }
.trust-strip p:last-child { border-right: 0; }
.trust-strip span { font-size: 9px; letter-spacing: .15em; opacity: .55; }

.section-pad { padding: var(--section-space) var(--page-gutter); }
.about-grid { align-items: start; display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about h2, .section-heading h2, .why h2, .work h2, .process h2, .faq-section h2, .contact h2, .reviews-section h2 { font-size: clamp(42px, 5.1vw, 76px); font-weight: 800; letter-spacing: -.045em; line-height: 1.04; margin: 0; text-wrap: balance; }
.about-text { border-top: 2px solid var(--orange); padding-top: 28px; }
.about-text p { color: var(--muted); font-size: var(--text-body-large); line-height: 1.7; margin: 0; max-width: 640px; }
.about-text p + p { margin-top: 22px; }

.services { background: var(--navy); color: var(--white); }
.section-heading { align-items: end; display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 66px; }
.section-heading > p { color: #aebac5; font-size: var(--text-body); line-height: 1.7; margin: 0; max-width: 620px; }
.service-grid { border-left: 1px solid rgba(255,255,255,.16); border-top: 1px solid rgba(255,255,255,.16); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.service-card { border-bottom: 1px solid rgba(255,255,255,.16); border-right: 1px solid rgba(255,255,255,.16); min-height: 275px; padding: clamp(24px, 2.5vw, 40px); position: relative; transition: background 180ms ease; }
.service-card:hover { background: var(--navy-soft); }
.service-card > span { color: var(--orange); font-size: var(--text-label); font-weight: 800; letter-spacing: .16em; }
.service-card h3 { font-size: clamp(20px, 1.7vw, 28px); font-weight: 700; letter-spacing: -.02em; line-height: 1.15; margin: 64px 0 16px; }
.service-card p { color: #aebac5; font-size: var(--text-small); line-height: 1.65; margin: 0; }

.why { background: var(--off-white); display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.why-intro > p:not(.eyebrow) { color: var(--muted); font-size: var(--text-body); line-height: 1.7; margin: 27px 0 30px; max-width: 560px; }
.text-link { border-bottom: 2px solid var(--orange); color: var(--navy); display: inline-flex; font-size: var(--text-label); font-weight: 800; gap: 20px; letter-spacing: .09em; padding-bottom: 8px; text-transform: uppercase; }
.reason-list { border-top: 1px solid var(--line); }
.reason-list p { align-items: center; border-bottom: 1px solid var(--line); display: flex; font-size: clamp(18px, 2vw, 27px); font-weight: 700; gap: 24px; margin: 0; min-height: 82px; }
.reason-list span { color: var(--orange-dark); font-size: var(--text-label); font-weight: 800; letter-spacing: .15em; }

.work-heading { align-items: end; display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); margin-bottom: 66px; }
.work-heading > p { border-left: 3px solid var(--orange); color: var(--muted); font-size: var(--text-body); line-height: 1.7; margin: 0; max-width: 620px; padding-left: 23px; }
.project-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.project-card { background: var(--navy); color: var(--white); min-height: 470px; overflow: hidden; padding: clamp(25px, 3vw, 44px); position: relative; }
.project-card:nth-child(2) { background: var(--navy-soft); }
.project-card:nth-child(3) { background: var(--navy-light); }
.project-drawing { height: 195px; margin: -10px 0 40px; position: relative; }
.project-drawing span { display: block; position: absolute; }
.line-one { border-left: 3px solid var(--white); border-top: 3px solid var(--white); height: 120px; left: 4%; top: 45px; transform: skewY(-29deg); width: 78%; }
.line-two { border-left: 3px solid var(--orange); border-top: 3px solid var(--orange); height: 70px; left: 22%; top: 89px; transform: skewY(-29deg); width: 38%; }
.line-three { border-left: 2px solid rgba(255,255,255,.4); height: 110px; right: 15%; top: 54px; }
.project-number { color: var(--orange); font-size: var(--text-label); font-weight: 800; letter-spacing: .16em; }
.project-card h3 { font-size: clamp(27px, 2.6vw, 41px); font-weight: 700; letter-spacing: -.035em; line-height: 1.1; margin: 13px 0; }
.project-card p { color: #b7c2cc; font-size: var(--text-small); line-height: 1.65; margin: 0; }
.project-card small { bottom: 30px; color: var(--orange); font-size: var(--text-label); font-weight: 700; left: clamp(25px, 3vw, 44px); letter-spacing: .11em; position: absolute; text-transform: uppercase; }

.process { background: var(--navy); color: var(--white); display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.process-list { border-top: 1px solid rgba(255,255,255,.18); }
.process-list article { align-items: start; border-bottom: 1px solid rgba(255,255,255,.18); display: grid; gap: 25px; grid-template-columns: 40px .55fr 1fr; padding: 27px 0; }
.process-list article > span { color: var(--orange); font-size: var(--text-label); font-weight: 800; letter-spacing: .15em; padding-top: 7px; }
.process-list h3 { font-size: 22px; font-weight: 700; line-height: 1.25; margin: 0; }
.process-list p { color: #aebac5; font-size: var(--text-small); line-height: 1.65; margin: 0; }

.faq-section { align-items: start; background: var(--off-white); display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); }
.faq-heading > p:not(.eyebrow) { color: var(--muted); font-size: var(--text-body); line-height: 1.7; margin: 27px 0 0; max-width: 520px; }
.faq-heading > p a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { align-items: center; cursor: pointer; display: grid; gap: 20px; grid-template-columns: 34px minmax(0, 1fr) 38px; list-style: none; min-height: 92px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-number { color: var(--orange-dark); font-size: var(--text-label); font-weight: 800; letter-spacing: .15em; }
.faq-item summary strong { color: var(--navy); font-size: clamp(18px, 1.55vw, 24px); line-height: 1.3; }
.faq-toggle { align-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--navy); display: inline-flex; font-size: 22px; height: 36px; justify-content: center; line-height: 1; transition: background 180ms ease, color 180ms ease, transform 180ms ease; width: 36px; }
.faq-item[open] .faq-toggle { background: var(--orange); border-color: var(--orange); transform: rotate(45deg); }
.faq-item > p { color: var(--muted); font-size: var(--text-small); line-height: 1.75; margin: -5px 38px 30px 54px; max-width: 680px; }

.contact { display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: repeat(2, minmax(0, 1fr)); }
.contact-copy > p:not(.eyebrow) { color: var(--muted); font-size: var(--text-body); line-height: 1.7; margin: 28px 0 0; max-width: 620px; }
.contact-copy > p a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.contact-details { border-top: 1px solid var(--line); margin-top: 42px; padding-top: 6px; }
.contact-details p { border-bottom: 1px solid var(--line); display: grid; font-size: var(--text-small); gap: 5px; margin: 0; padding: 17px 0; }
.contact-details span { color: var(--orange-dark); font-size: var(--text-label); font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.contact-details a { font-weight: 700; overflow-wrap: anywhere; }
.quote-form { background: var(--off-white); border-top: 7px solid var(--orange); padding: clamp(26px, 4vw, 58px); }
.quote-form label { color: var(--navy); display: grid; font-size: var(--text-label); font-weight: 800; gap: 9px; letter-spacing: .12em; text-transform: uppercase; }
.field-pair { display: grid; gap: 23px; grid-template-columns: 1fr 1fr; margin-bottom: 23px; }
.quote-form input, .quote-form select, .quote-form textarea { background: var(--white); border: 1px solid var(--line); border-radius: 0; color: var(--ink); font-size: var(--text-small); min-height: 47px; outline: none; padding: 11px 13px; text-transform: none; width: 100%; }
.quote-form textarea { line-height: 1.55; margin-bottom: 23px; min-height: 125px; resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(229,125,34,.16); }
.quote-form ::placeholder { color: #8b969f; }
.quote-form > label:not(.honeypot) { margin-bottom: 23px; }
.quote-form .message-field { margin-top: 23px; }
.quote-form .file-field { margin-bottom: 25px; }
.file-field span { color: var(--muted); font-size: 9px; }
.quote-form input[type="file"] { cursor: pointer; padding: 9px 11px; }
.quote-form input[type="file"]::file-selector-button { background: var(--navy); border: 0; border-radius: 999px; color: var(--white); cursor: pointer; font-size: 11px; font-weight: 700; margin-right: 12px; padding: 9px 13px; }
.form-hint { color: var(--muted); font-size: 10px; line-height: 1.55; margin: -13px 0 23px; }
.honeypot { height: 1px; left: -10000px; overflow: hidden; position: absolute; width: 1px; }
.form-footer { align-items: flex-start; display: flex; flex-direction: column; gap: 16px; }
.form-footer .button { white-space: nowrap; width: auto; }
.form-footer p { color: var(--muted); font-size: 10px; line-height: 1.55; margin: 0; max-width: 360px; }
.form-footer p a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 3px; }
.form-status { border-radius: 16px; display: none; font-size: 13px; line-height: 1.55; margin: 0 0 22px; padding: 15px 17px; }
.form-status.is-success { background: #e8f3ec; color: #164b2b; display: block; }
.form-status.is-error { background: #fff0e6; color: #783b0c; display: block; }
.quote-form .button-primary:hover { background: var(--navy); color: var(--white); }

.reviews-section { background: var(--navy); color: var(--white); }
.reviews-intro { align-items: start; display: grid; gap: clamp(42px, 8vw, 130px); grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr); }
.reviews-intro > div { min-width: 0; }
.reviews-growth-card { background: var(--orange); color: var(--navy); padding: clamp(27px, 3vw, 42px); }
.reviews-growth-card .google-label { font-size: var(--text-label); font-weight: 800; letter-spacing: .15em; margin: 0 0 22px; text-transform: uppercase; }
.reviews-growth-card > strong { display: block; font-size: clamp(25px, 2.3vw, 36px); letter-spacing: -.03em; line-height: 1.1; }
.reviews-growth-card > p:not(.google-label) { font-size: var(--text-small); line-height: 1.7; margin: 20px 0 26px; }
.reviews-growth-card .button-primary { background: var(--navy); color: var(--white); width: auto; }
.reviews-growth-card .button-primary:hover { background: var(--white); color: var(--navy); }
.reviews-live { background: var(--white); color: var(--ink); margin-top: clamp(42px, 6vw, 76px); min-height: 270px; overflow: hidden; padding: clamp(12px, 2vw, 24px); }
.reviews-note { color: #91a0ae; font-size: 10px; letter-spacing: .08em; margin: 18px 0 0; text-transform: uppercase; }

.whatsapp-fab { align-items: center; background: #25d366; border: 1px solid rgba(255,255,255,.75); border-radius: 999px; bottom: max(22px, env(safe-area-inset-bottom)); box-shadow: 0 16px 40px rgba(6,19,33,.28); color: #fff; display: inline-flex; font-size: 12px; font-weight: 800; gap: 10px; min-height: 58px; padding: 8px 18px 8px 9px; position: fixed; right: 22px; transition: box-shadow 180ms ease, transform 180ms ease; z-index: 60; }
.whatsapp-fab:hover { box-shadow: 0 20px 48px rgba(6,19,33,.36); transform: translateY(-3px); }
.whatsapp-icon { align-items: center; background: #fff; border-radius: 50%; color: #128c4a; display: inline-flex; font-size: 23px; height: 40px; justify-content: center; line-height: 1; width: 40px; }
.whatsapp-icon img { display: block; height: 25px; width: 25px; }
.whatsapp-label { white-space: nowrap; }

.site-footer { background: var(--navy); color: var(--white); display: grid; gap: clamp(38px, 7vw, 110px); grid-template-columns: 1.3fr .9fr .6fr; padding: 70px var(--page-gutter) 30px; }
.footer-brand img { height: 145px; object-fit: contain; width: 145px; }
.footer-brand > p { color: #aab6c1; font-size: 15px; font-weight: 700; line-height: 1.5; margin: 20px 0 0; }
.footer-column { align-content: start; display: grid; gap: 14px; }
.footer-column h3 { color: var(--orange); font-size: 10px; letter-spacing: .16em; margin: 0 0 10px; text-transform: uppercase; }
.footer-column a, .footer-column p { color: #b6c1ca; font-size: 12px; line-height: 1.55; margin: 0; overflow-wrap: anywhere; text-transform: none; }
.footer-column a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.15); color: #778897; display: flex; flex-wrap: wrap; font-size: 9px; gap: 11px 28px; grid-column: 1 / -1; justify-content: space-between; letter-spacing: .08em; margin-top: 15px; padding-top: 25px; text-transform: uppercase; }
.footer-bottom p { margin: 0; }
.footer-bottom p:last-child { flex-basis: 100%; }

.legal-page { min-height: 100vh; padding: 14px 14px 80px; }
.legal-header { align-items: center; background: rgba(255,255,255,.9); border: 1px solid rgba(255,255,255,.82); border-radius: 24px; box-shadow: 0 12px 38px rgba(6,19,33,.08); display: flex; justify-content: space-between; margin: 0 auto 18px; max-width: 1180px; min-height: 76px; padding: 10px 22px; }
.legal-header .brand img { height: 54px; width: 54px; }
.legal-card { background: rgba(255,255,255,.9); border: 1px solid rgba(6,19,33,.08); border-radius: 36px; box-shadow: 0 24px 70px rgba(6,19,33,.1); margin: 0 auto; max-width: 1180px; padding: clamp(45px, 7vw, 90px) clamp(24px, 8vw, 110px); }
.legal-card h1 { color: var(--navy); font-size: clamp(44px, 7vw, 82px); letter-spacing: -.055em; line-height: 1; margin: 0; max-width: 900px; }
.legal-intro { color: var(--muted); font-size: clamp(17px, 2vw, 21px); line-height: 1.65; margin: 30px 0 55px; max-width: 760px; }
.legal-card section { border-top: 1px solid var(--line); display: grid; gap: 18px; grid-template-columns: minmax(180px,.55fr) minmax(0,1fr); padding: 28px 0; }
.legal-card h2 { color: var(--navy); font-size: 18px; line-height: 1.3; margin: 0; }
.legal-card section p { color: var(--muted); line-height: 1.75; margin: 0; }
.legal-card section a { color: var(--navy); font-weight: 800; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.legal-updated { color: var(--muted); font-size: 11px; margin: 35px 0 0; }
.legal-company-details { color: var(--muted); font-size: 10px; line-height: 1.7; margin: 12px 0 0; }

@media (max-width: 1120px) {
  .brand-copy { display: none; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .project-card { min-height: 440px; }
}

@media (max-width: 840px) {
  .site-header { grid-template-columns: 1fr auto; height: 78px; padding: 0 20px; }
  .brand img { height: 54px; width: 54px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; justify-self: end; position: relative; }
  .mobile-menu summary { cursor: pointer; font-size: var(--text-label); font-weight: 800; letter-spacing: .12em; list-style: none; text-transform: uppercase; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { background: var(--navy); box-shadow: 0 16px 30px rgba(0,0,0,.2); color: var(--white); display: grid; min-width: 230px; padding: 12px 20px; position: absolute; right: 0; top: 38px; }
  .mobile-menu nav a { border-bottom: 1px solid rgba(255,255,255,.15); font-size: 11px; font-weight: 800; padding: 15px 3px; text-transform: uppercase; }
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-copy { min-height: 610px; padding: 88px 24px 75px; }
  .hero-brand-panel { min-height: 630px; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip p, .trust-strip p:first-child { border-bottom: 1px solid rgba(6,19,33,.22); border-right: 0; min-height: 72px; padding: 16px 0; }
  .trust-strip p:last-child { border-bottom: 0; }
  .about-grid, .section-heading, .why, .work-heading, .process, .faq-section, .contact, .reviews-intro { grid-template-columns: minmax(0, 1fr); }
  .about-grid > *, .section-heading > *, .why > *, .work-heading > *, .process > *, .faq-section > *, .contact > *, .reviews-intro > * { min-width: 0; }
  .section-heading, .work-heading { align-items: start; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card { min-height: 450px; }
  .process-list article { grid-template-columns: 38px .55fr 1fr; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .legal-card section { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .hero h1 { font-size: clamp(44px, 12.8vw, 60px); }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; }
  .button { width: 100%; }
  .hero-brand-panel { min-height: 485px; padding: 48px 24px 75px; }
  .hero-services { bottom: 24px; gap: 12px; right: 20px; }
  .hero-services span { font-size: 7px; }
  .section-pad { padding-left: 21px; padding-right: 21px; }
  .about h2, .section-heading h2, .why h2, .work h2, .process h2, .faq-section h2, .contact h2, .reviews-section h2 { font-size: clamp(38px, 11.6vw, 56px); }
  .reviews-growth-card .button-primary { width: 100%; }
  .reviews-live { margin-left: -9px; margin-right: -9px; min-height: 250px; padding: 7px; }
  .about-text { gap: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 230px; }
  .service-card h3 { margin-top: 44px; }
  .process-list article { gap: 11px; grid-template-columns: 32px 1fr; }
  .process-list article p { grid-column: 2; }
  .faq-item summary { gap: 11px; grid-template-columns: 28px minmax(0, 1fr) 34px; min-height: 84px; }
  .faq-toggle { height: 32px; width: 32px; }
  .faq-item > p { margin-left: 39px; margin-right: 0; }
  .whatsapp-fab { background: rgba(6,19,33,.9); border-color: rgba(255,255,255,.34); bottom: max(12px, env(safe-area-inset-bottom)); box-shadow: 0 10px 26px rgba(6,19,33,.2); min-height: 44px; padding: 4px; right: 12px; width: 44px; -webkit-backdrop-filter: blur(14px); backdrop-filter: blur(14px); }
  .whatsapp-fab:hover { box-shadow: 0 12px 30px rgba(6,19,33,.25); transform: none; }
  .whatsapp-icon { background: transparent; color: #25d366; font-size: 20px; height: 34px; width: 34px; }
  .whatsapp-icon img { height: 23px; width: 23px; }
  .whatsapp-label { display: none; }
  .field-pair { grid-template-columns: 1fr; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .site-footer { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; gap: 11px; }
  .legal-page { padding: 8px 8px 50px; }
  .legal-header { border-radius: 20px; padding: 8px 12px; }
  .legal-header .brand-copy { display: none; }
  .legal-header .header-cta { display: inline-flex; }
  .legal-card { border-radius: 26px; }
}

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