:root {
  --white: #ffffff;
  --paper: #f8fbfd;
  --ink: #123f66;
  --ink-strong: #0d3151;
  --ink-soft: #41627b;
  --ink-faint: #4e6b7e;
  --accent: #ff3f9f;
  --accent-deep: #df006f;
  --accent-soft: #ffe5f1;
  --blue: #0875ad;
  --sky: #eaf6fd;
  --pink-wash: #fff7fb;
  --line: #d8e7f0;
  --line-soft: #eaf1f5;
  --shell: 1180px;
  --radius: 18px;
  --shadow: 0 18px 45px rgba(18, 63, 102, 0.12);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  min-width: 320px;
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.dialog-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink-strong); line-height: 1.04; letter-spacing: -0.045em; }
h2 { margin-bottom: 14px; font-size: clamp(36px, 4.3vw, 62px); }
h3 { margin-bottom: 9px; font-size: 21px; }
p { color: var(--ink-soft); }

.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 40; padding: 10px 14px; border-radius: 9px; background: var(--ink-strong); color: var(--white); transform: translateY(-160%); transition: transform 180ms var(--ease); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line-soft); background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(16px); }
.header-inner { min-height: 74px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.brand-logo { width: 172px; height: auto; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; color: var(--ink-soft); font-size: 14px; font-weight: 700; }
.desktop-nav a { position: relative; padding: 26px 0 24px; }
.desktop-nav a::after { position: absolute; right: 0; bottom: 17px; left: 0; height: 2px; background: var(--accent); content: ""; transform: scaleX(0); transform-origin: center; transition: transform 180ms var(--ease); }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--ink-strong); }
.desktop-nav a:hover::after, .desktop-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.phone-link { color: var(--ink-strong); font-size: 14px; font-weight: 800; white-space: nowrap; }
.phone-number { display: inline-flex; align-items: center; gap: 4px; }
.phone-icon { font-size: 0.95em; line-height: 1; }
.phone-link:hover, .phone-link:focus-visible { color: var(--accent-deep); }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 13px 22px; border: 1px solid transparent; border-radius: 999px; font-size: 14px; font-weight: 800; letter-spacing: -0.01em; transition: transform 180ms var(--ease), background-color 180ms var(--ease), color 180ms var(--ease), border-color 180ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(0.98); }
.button-primary { background: var(--accent); color: var(--white); box-shadow: 0 10px 22px rgba(223, 0, 111, 0.18); }
.button-primary:hover { background: var(--accent-deep); color: var(--white); }
.button-secondary { border-color: var(--blue); background: var(--white); color: var(--ink-strong); }
.button-secondary:hover { border-color: var(--ink-strong); background: var(--sky); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: 13px; }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; gap: 4px; padding: 10px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); }
.menu-toggle span { width: 17px; height: 2px; display: block; background: var(--ink-strong); transition: transform 180ms var(--ease), opacity 180ms var(--ease); }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.mobile-menu { display: grid; }
.mobile-menu[hidden] { display: none; }

.hero-section { overflow: hidden; background: var(--white); }
.hero-shell { width: 100%; max-width: 1400px; min-height: 328px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); align-items: stretch; margin: 0 auto; }
.hero-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-height: 328px; padding: 34px clamp(28px, 4vw, 62px) 31px clamp(32px, 5.5vw, 74px); background: var(--white); border-bottom-right-radius: 56px; }
.eyebrow, .about-label, .contact-label { margin-bottom: 17px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: 0.17em; text-transform: uppercase; }
.hero-copy h1 { max-width: 650px; margin-bottom: 15px; font-size: clamp(43px, 3.7vw, 54px); line-height: 0.98; }
.hero-copy h1 span { display: block; }
.hero-accent { color: var(--accent-deep); }
.hero-lede { max-width: 560px; margin-bottom: 20px; font-size: 16px; line-height: 1.42; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-location { display: flex; align-items: center; gap: 10px; max-width: 560px; margin: 16px 0 0; padding-left: 12px; border-left: 3px solid var(--accent-deep); color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
.location-pin { width: 12px; height: 12px; flex: 0 0 auto; display: inline-block; border: 2px solid var(--accent-deep); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.hero-media { position: relative; width: min(100%, 400px); height: 210px; min-height: 0; align-self: center; justify-self: end; margin: 0 clamp(18px, 3.5vw, 48px) 0 0; background: var(--ink-strong); border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.hero-media-link { position: relative; display: block; width: 100%; height: 100%; color: inherit; }
.hero-media-link:focus-visible { outline: 3px solid var(--white); outline-offset: -5px; }
.hero-media-link img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-media-caption { position: absolute; right: 14px; bottom: 14px; left: 14px; color: var(--white); font-size: 12px; font-weight: 800; text-shadow: 0 1px 12px rgba(13, 49, 81, 0.65); }
.hero-media-caption span { display: block; margin-bottom: 2px; color: rgba(255, 255, 255, 0.76); font-size: 10px; letter-spacing: 0.13em; text-transform: uppercase; }

.process-section { padding: 36px 0 46px; background: var(--white); }
.section-heading { max-width: 600px; margin: 0 auto 28px; text-align: center; }
.section-heading h2 { margin-bottom: 9px; }
.section-heading h2 { display: flex; align-items: center; justify-content: center; gap: 22px; }
.section-heading h2::before, .section-heading h2::after { width: 32px; height: 3px; flex: 0 0 32px; border-radius: 99px; background: var(--accent-deep); content: ""; }
.section-heading p { margin: 0; font-size: 18px; }
.process-grid { display: grid; grid-template-columns: 1fr 34px 1fr 34px 1fr; align-items: center; gap: 16px; }
.process-card { min-height: 210px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px 18px; text-align: center; }
.process-visual { display: flex; align-items: center; justify-content: center; gap: 9px; margin-bottom: 16px; }
.process-number { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: 16px; border-radius: 50%; background: var(--accent-deep); color: var(--white); font-size: 28px; font-weight: 900; line-height: 1; }
.process-visual .process-number { margin-bottom: 0; }
.process-icon-image { width: 70px; height: 70px; padding: 14px; border-radius: 50%; background: var(--pink-wash); }
.process-photo { padding: 0; object-fit: cover; }
.process-card h3 { margin-bottom: 7px; font-size: 20px; }
.process-card p { max-width: 225px; margin: 0; font-size: 14px; line-height: 1.45; }
.process-arrow { color: var(--accent-deep); font-size: 32px; text-align: center; }
.process-note { width: 100%; max-width: 760px; min-height: 48px; display: flex; align-items: center; justify-content: center; margin: 22px auto 0; padding: 13px 18px; border-radius: 12px; background: var(--sky); color: var(--ink-soft); text-align: center; font-size: 14px; }

.gallery-page { background: var(--paper); }
.gallery-hero { padding: 56px 0 48px; background: var(--sky); }
.gallery-hero h1 { max-width: 720px; margin-bottom: 14px; font-size: clamp(42px, 6vw, 72px); }
.gallery-hero p { max-width: 650px; margin-bottom: 24px; font-size: 18px; }
.gallery-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gallery-projects { padding: 48px 0 70px; }
.gallery-projects-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin-bottom: 25px; }
.gallery-projects-heading h2 { margin-bottom: 0; font-size: clamp(32px, 4vw, 48px); }
.gallery-projects-heading p { max-width: 420px; margin: 0; font-size: 14px; text-align: right; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
.gallery-project { padding: 18px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 14px 34px rgba(18, 63, 102, 0.08); }
.gallery-project-header { display: flex; align-items: baseline; justify-content: space-between; gap: 15px; margin-bottom: 14px; }
.gallery-project-header h2 { margin: 0; font-size: clamp(22px, 2.8vw, 31px); }
.gallery-project-label { color: var(--accent-deep); font-size: 11px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.gallery-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.gallery-pair figure { min-width: 0; margin: 0; overflow: hidden; border-radius: 14px; background: var(--paper); }
.gallery-pair img { width: 100%; aspect-ratio: 1.15; object-fit: contain; object-position: center; background: var(--paper); }
.gallery-project:nth-child(4) .gallery-pair figure:first-child img { mix-blend-mode: multiply; }
.gallery-pair figcaption { padding: 8px 10px 9px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase; }
.gallery-project-note { margin: 14px 0 0; color: var(--ink-faint); font-size: 12px; }
.gallery-cta { padding: 0 0 60px; background: var(--paper); }
.gallery-cta-card { display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 30px 34px; border-radius: 22px; background: var(--ink-strong); }
.gallery-cta-card h2 { margin-bottom: 7px; color: var(--white); font-size: clamp(27px, 3.4vw, 43px); }
.gallery-cta-card p { margin: 0; color: rgba(255, 255, 255, 0.72); font-size: 14px; }

.about-section { padding: 54px 0; background: var(--white); }
.about-card { display: grid; grid-template-columns: 190px minmax(0, 1fr) minmax(210px, 0.62fr); align-items: center; gap: clamp(24px, 4vw, 56px); padding: 25px 34px 25px 25px; border-radius: 26px; background: var(--sky); }
.about-media { margin: 0; }
.about-media img { width: 190px; height: 170px; object-fit: cover; border-radius: 16px; }
.about-label { margin-bottom: 10px; color: var(--accent-deep); font-size: 11px; }
.about-copy h2 { margin-bottom: 10px; font-size: clamp(28px, 3.2vw, 43px); }
.about-copy > p:last-child { max-width: 510px; margin: 0; font-size: 15px; }
.about-area { padding-left: 25px; border-left: 1px solid rgba(18, 63, 102, 0.18); }
.about-area strong, .about-area span { display: block; }
.about-area strong { margin-bottom: 8px; color: var(--ink-strong); font-size: 15px; line-height: 1.25; }
.about-area span { color: var(--ink-soft); font-size: 13px; line-height: 1.45; }

.contact-section { padding: 62px 0 30px; background: var(--ink-strong); }
.contact-inner { display: block; }
.contact-copy h2 { max-width: 670px; margin-bottom: 13px; color: var(--white); font-size: clamp(38px, 5vw, 65px); }
.contact-copy > p:last-child { margin: 0; color: rgba(255, 255, 255, 0.75); font-size: 17px; }
.contact-label { margin-bottom: 15px; color: var(--accent-soft); }
.contact-phone { color: var(--accent-soft); font-size: 15px; font-weight: 800; }
.contact-phone:hover, .contact-phone:focus-visible { color: var(--white); }
.contact-bar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 52px; padding-top: 21px; border-top: 1px solid rgba(255, 255, 255, 0.2); }
.contact-bar div { display: grid; gap: 3px; }
.contact-bar div + div { padding-left: 25px; border-left: 1px solid rgba(255, 255, 255, 0.2); }
.contact-bar span { color: rgba(255, 255, 255, 0.55); font-size: 11px; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }
.contact-bar strong, .contact-bar a { color: var(--white); font-size: 14px; }
.contact-bar a { font-weight: 800; }
.contact-bar a:hover { color: var(--accent); }
.contact-bar .placeholder-text { color: rgba(255, 255, 255, 0.72); }

.site-footer { padding: 28px 0 23px; background: var(--paper); }
.footer-inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 30px; align-items: start; }
.brand-footer { margin-bottom: 10px; }
.brand-footer .brand-logo { width: 160px; }
.footer-brand p { max-width: 250px; margin: 0; color: var(--ink-faint); font-size: 12px; }
.footer-area { display: grid; align-content: start; gap: 5px; }
.footer-area > span { color: var(--ink-faint); font-size: 10px; font-weight: 800; letter-spacing: 0.13em; text-transform: uppercase; }
.footer-area strong { color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink-faint); font-size: 10px; }

.quote-dialog { width: min(600px, calc(100% - 30px)); max-height: min(850px, calc(100dvh - 30px)); margin: auto; padding: 0; border: 0; border-radius: 22px; background: var(--white); color: var(--ink-strong); box-shadow: 0 24px 70px rgba(13, 49, 81, 0.28); }
.quote-dialog::backdrop { background: rgba(13, 49, 81, 0.58); backdrop-filter: blur(3px); }
.dialog-shell { position: relative; max-height: min(850px, calc(100dvh - 30px)); overflow-y: auto; padding: 33px; }
.form-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.dialog-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--white); color: var(--ink-strong); font-size: 24px; line-height: 1; }
.dialog-close:hover { border-color: var(--accent); color: var(--accent-deep); }
.dialog-heading { max-width: 480px; padding-right: 36px; }
.dialog-heading h2 { margin-bottom: 8px; font-size: clamp(32px, 5vw, 46px); }
.dialog-heading > p:last-child { margin-bottom: 25px; font-size: 14px; }
.quote-step[hidden] { display: none; }
.quote-form { padding: 22px; border-radius: 16px; background: var(--accent-soft); box-shadow: inset 0 0 0 1px rgba(223, 0, 111, 0.1); }
.quote-form .button-primary { background: var(--accent-deep); color: var(--white); box-shadow: 0 10px 22px rgba(223, 0, 111, 0.18); }
.quote-form .button-primary:hover { background: var(--ink-strong); color: var(--white); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 13px; }
.form-grid label { display: grid; gap: 6px; }
.form-grid label > span:first-child, .contact-method legend { color: var(--ink-strong); font-size: 12px; font-weight: 800; }
.form-grid label b { color: var(--accent-deep); }
.form-grid input:not([type="radio"]):not([type="file"]), .form-grid textarea { width: 100%; border: 1px solid #d6e1e8; border-radius: 9px; background: var(--white); color: var(--ink-strong); padding: 10px 11px; }
.form-grid input:not([type="radio"]):not([type="file"]) { height: 43px; }
.form-grid textarea { min-height: 82px; resize: vertical; }
.form-grid input:not([type="radio"])::placeholder, .form-grid textarea::placeholder { color: var(--ink-faint); }
.form-grid input:not([type="radio"]):focus, .form-grid textarea:focus { border-color: var(--accent-deep); outline: 0; background: var(--white); box-shadow: 0 0 0 3px rgba(223, 0, 111, 0.14); }
.full-field { grid-column: 1 / -1; }
.contact-method { min-width: 0; margin: 0; padding: 0; border: 0; }
.contact-method legend { margin-bottom: 7px; padding: 0; }
.contact-options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.contact-option { min-height: 43px; display: flex !important; align-items: center; gap: 9px; padding: 9px 11px; border: 1px solid #d6e1e8; border-radius: 9px; background: var(--white); color: var(--ink-strong); cursor: pointer; }
.contact-option:focus-within { border-color: var(--accent-deep); background: var(--white); box-shadow: 0 0 0 3px rgba(223, 0, 111, 0.14); }
.contact-option input[type="radio"] { width: 18px; height: 18px; flex: 0 0 auto; margin: 0; accent-color: var(--accent-deep); }
.contact-option span { color: inherit; font-size: 13px; font-weight: 800; }
.contact-helper { margin: 7px 0 0; color: var(--ink-faint); font-size: 12px; line-height: 1.4; }
.contact-value-field[hidden] { display: none; }
.item-list { display: grid; gap: 11px; }
.item-card { padding: 14px; border: 1px solid rgba(18, 63, 102, 0.14); border-radius: 12px; background: var(--white); }
.item-card-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.item-card-header strong { color: var(--ink-strong); font-size: 14px; }
.item-card-remove { padding: 3px 0; border: 0; background: transparent; color: var(--accent-deep); font-size: 12px; font-weight: 800; }
.item-card-remove:hover { color: var(--ink-strong); }
.item-card label { display: grid; gap: 6px; }
.item-card label + label { margin-top: 11px; }
.item-card label > span:first-child { color: var(--ink-strong); font-size: 12px; font-weight: 800; }
.item-card input:not([type="file"]) { width: 100%; height: 43px; border: 1px solid #d6e1e8; border-radius: 9px; background: var(--white); color: var(--ink-strong); padding: 10px 11px; }
.item-card input::placeholder { color: var(--ink-faint); }
.item-card input:focus { border-color: var(--accent-deep); outline: 0; background: var(--white); box-shadow: 0 0 0 3px rgba(223, 0, 111, 0.14); }
.upload-field { position: relative; }
.upload-field input[type="file"] { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.upload-control { min-height: 43px; display: flex !important; align-items: center; justify-content: space-between; gap: 10px; padding: 9px 11px; border: 1px dashed rgba(223, 0, 111, 0.56); border-radius: 9px; color: var(--ink-strong) !important; cursor: pointer; }
.upload-field:focus-within .upload-control { border-color: var(--accent-deep); box-shadow: 0 0 0 3px rgba(223, 0, 111, 0.14); }
.upload-control span { font-weight: 800; }.upload-control small { max-width: 54%; overflow: hidden; color: var(--ink-faint); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.upload-preview { width: 72px; height: 54px; margin-top: 8px; border: 1px solid rgba(18, 63, 102, 0.15); border-radius: 9px; background: var(--paper); object-fit: cover; }
.add-item { width: 100%; min-height: 43px; margin-top: 11px; border: 1px dashed rgba(223, 0, 111, 0.56); border-radius: 10px; background: transparent; color: var(--accent-deep); font-size: 13px; font-weight: 800; }
.add-item:hover { border-color: var(--accent-deep); background: var(--white); color: var(--ink-strong); }
.quote-step-actions { display: grid; grid-template-columns: minmax(96px, 0.65fr) minmax(0, 1.35fr); gap: 9px; margin-top: 18px; }
.quote-step-actions .button { width: 100%; }
.quote-step-actions .form-submit { margin-top: 0; }
.button-quiet { border-color: rgba(18, 63, 102, 0.28); background: transparent; color: var(--ink-strong); }
.button-quiet:hover { border-color: var(--accent-deep); background: var(--white); }
.form-submit { width: 100%; margin-top: 18px; }
.form-status { min-height: 18px; margin: 11px 0 0; color: var(--accent-deep); font-size: 12px; line-height: 1.4; }
.sms-request-link { display: inline-flex; margin-top: 4px; color: var(--accent-deep); font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.sms-request-link[hidden] { display: none; }

.js .reveal { opacity: 0; transform: translateY(18px); }
.js .reveal.is-visible { opacity: 1; transform: translateY(0); transition: opacity 600ms var(--ease), transform 600ms var(--ease); transition-delay: var(--delay, 0ms); }

@media (max-width: 1080px) {
  .shell { width: min(calc(100% - 40px), var(--shell)); }
  .header-inner { gap: 20px; }
  .desktop-nav { gap: 18px; }
  .phone-label { display: none; }
  .hero-copy { padding-right: 34px; padding-left: 46px; }
  .hero-copy h1 { font-size: clamp(42px, 5vw, 54px); }
  .why-layout { gap: 28px; }
}

@media (max-width: 780px) {
  body { padding-bottom: 66px; }
  .shell { width: min(calc(100% - 32px), var(--shell)); }
  .header-inner { min-height: 66px; }
  .desktop-nav, .header-quote { display: none; }
  .header-actions { margin-left: auto; }
  .phone-label { display: inline-grid; }
  .phone-link { font-size: 12px; }
  .menu-toggle { display: grid; }
  .mobile-menu { gap: 18px; padding: 16px 16px 22px; border-top: 1px solid var(--line-soft); background: rgba(255, 255, 255, 0.98); }
  .mobile-menu[hidden] { display: none; }
  .mobile-menu nav { display: grid; gap: 0; }
  .mobile-menu nav a { padding: 10px 0; border-bottom: 1px solid var(--line-soft); color: var(--ink-strong); font-weight: 800; }
  .mobile-menu-cta { width: 100%; }
  .mobile-menu-phone { justify-self: center; display: inline-flex; align-items: center; gap: 5px; color: var(--accent-deep); font-size: 14px; font-weight: 800; }

  .hero-shell { min-height: 0; grid-template-columns: 1fr; align-items: initial; }
  .hero-copy { height: auto; min-height: 0; padding: 32px 24px 28px; border-bottom-right-radius: 50px; }
  .hero-copy h1 { max-width: 680px; font-size: clamp(37px, 10vw, 54px); }
  .hero-lede { max-width: 600px; font-size: 15px; }
  .hero-media { width: calc(100% - 32px); height: 132px; min-height: 0; align-self: end; justify-self: end; margin: 0 16px 16px; border-radius: 22px; }
  .hero-media-caption { right: 12px; bottom: 12px; left: 12px; font-size: 11px; }

  .process-section { padding: 38px 0 52px; }
  .section-heading { margin-bottom: 29px; }
  .section-heading h2 { gap: 14px; }
  .section-heading h2::before, .section-heading h2::after { width: 24px; flex-basis: 24px; }
  .section-heading p { font-size: 16px; }
  .process-grid { grid-template-columns: 1fr; gap: 7px; }
  .process-card { min-height: 0; display: grid; grid-template-columns: 75px minmax(0, 1fr); align-items: center; column-gap: 15px; padding: 14px 4px; text-align: left; }
  .process-visual { position: relative; width: 68px; height: 68px; display: block; grid-row: 1 / span 2; margin: 0; }
  .process-visual .process-number { position: absolute; top: -4px; left: -4px; z-index: 1; width: 38px; height: 38px; margin: 0; font-size: 21px; }
  .process-icon-image { width: 60px; height: 60px; padding: 12px; margin-left: 8px; }
  .process-card h3, .process-card p { text-align: left; }
  .process-card p { max-width: none; }
  .process-arrow { width: 34px; height: 34px; justify-self: center; line-height: 34px; transform: rotate(90deg); }
  .process-note { margin-top: 27px; font-size: 13px; }

  .about-section { padding: 32px 0; }
  .about-card { grid-template-columns: 108px minmax(0, 1fr); gap: 18px; padding: 18px; border-radius: 21px; }
  .about-media img { width: 108px; height: 145px; border-radius: 12px; }
  .about-copy h2 { font-size: clamp(26px, 7vw, 39px); }
  .about-copy > p:last-child { font-size: 14px; }
  .about-area { grid-column: 1 / -1; padding: 16px 0 0; border-top: 1px solid rgba(18, 63, 102, 0.17); border-left: 0; }

  .contact-section { padding: 50px 0 26px; }
  .contact-copy h2 { font-size: clamp(38px, 11vw, 60px); }
  .contact-copy > p:last-child { font-size: 16px; }
  .contact-phone { align-self: center; }
  .contact-bar { grid-template-columns: 1fr; gap: 15px; margin-top: 38px; }
  .contact-bar div + div { padding-top: 15px; padding-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; }

  .footer-inner { grid-template-columns: 1fr; gap: 23px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-bottom { display: grid; gap: 7px; }
  .gallery-hero { padding: 40px 0 35px; }
  .gallery-hero p { font-size: 16px; }
  .gallery-projects { padding: 35px 0 56px; }
  .gallery-projects-heading { display: grid; gap: 8px; margin-bottom: 20px; }
  .gallery-projects-heading p { max-width: 540px; text-align: left; }
  .gallery-grid { grid-template-columns: 1fr; gap: 17px; }
  .gallery-cta { padding-bottom: 40px; }
  .gallery-cta-card { display: grid; gap: 20px; padding: 24px; }
}

@media (max-width: 520px) {
  .brand-logo { width: 122px; }
  .phone-label { display: none; }
  .hero-copy { min-height: 0; padding: 28px 20px 24px; }
  .hero-copy h1 { margin-bottom: 13px; font-size: clamp(34px, 9vw, 49px); letter-spacing: -0.06em; }
  .hero-lede { margin-bottom: 17px; font-size: 14.5px; line-height: 1.38; }
  .hero-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; gap: 8px; }
  .hero-actions .button { width: auto; min-height: 46px; padding: 11px 8px; font-size: 12px; white-space: nowrap; }
  .hero-location { margin-top: 15px; font-size: 11.5px; }
  .about-card { grid-template-columns: 1fr; }
  .about-media img { width: 100%; height: 150px; }
  .hero-media { width: calc(100% - 40px); height: 108px; margin: 0 20px 14px; border-radius: 19px; }
  .hero-media-caption { bottom: 10px; font-size: 10px; }
  .about-area { margin-top: 2px; }
  .dialog-shell { padding: 27px 16px 20px; }
  .dialog-heading { padding-right: 32px; }
  .quote-form { padding: 17px 14px; }
  .quote-step-actions .button { padding-right: 12px; padding-left: 12px; font-size: 13px; }
  .quote-step-actions .form-submit { padding-right: 8px; padding-left: 8px; font-size: 12px; }
  .form-grid { grid-template-columns: 1fr; gap: 11px; }
  .full-field { grid-column: auto; }
  .gallery-pair { display: flex; gap: 12px; padding-bottom: 6px; overflow-x: auto; overscroll-behavior-x: contain; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .gallery-pair figure { flex: 0 0 min(84%, 310px); scroll-snap-align: start; }
  .gallery-pair img { aspect-ratio: 1.15; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .js .reveal, .js .reveal.is-visible { opacity: 1; transform: none; }
}
