@font-face {
  font-family: Manrope;
  src: url("assets/fonts/manrope-variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --red: #832b2b;
  --red-hover: #6d2222;
  --sage: #e8ede5;
  --white: #faf9f5;
  --paper: #FEFDFB;
  --ink: #282e29;
  --muted: #62675f;
  --line: #d9ddd3;
  --service-text: #4a5049;
  --service-border: #cdd5c8;
  --service-border-hover: #9aa792;
  /* Linkki lepää kortin omassa sävyssä; punainen on vasta vuorovaikutustila. */
  --service-link: var(--ink);
  --service-link-hover: var(--red);
  --service-gap: 24px;
  --service-card-padding: 28px;
  --service-image: #b4b5a9;
  --divider-gap: 27px;
  /* Sektion avausväli. Sääntö: sen on oltava suurempi kuin sektion oma suurin
     sisäinen väli (h2 -> ruudukko, 32px), muuten silmäkulma ryhmittyy yläpuolisen
     nauhan kanssa eikä palveluiden kanssa. 44px ylittää sen 1.38x ja antaa
     nauhan 27px:ään suhteen 1 : 1.63. */
  --section-open-gap: 44px;
  --cta-background: #4c2428;
  --cta-text: #e5d7d2;
  --cta-border: #bfa9a3;
  --cta-texture-opacity: .06;
  /* Kartta-osio: Joonan testaama arvo. Sekoittuu body-taustaan (#faf9f5) arvoon
     #F9F9F4, eli vain .014 okL alle blogiosion --paper:n. Sävyero on siis
     hädin tuskin havaittava, mikä oli tarkoituskin. */
  --area-background: rgba(244, 249, 240, 0.1);
  --map-background: #EEF2EB;
  /* Footer: kroma laskettu .072 -> .045 (-37 %), koska punainen lukee samalla
     kromalla kylläisempänä kuin esimerkiksi laivastonsininen. Myös tekstien
     kroma laskettiin, jotteivät ne lue pinkkeinä vaimeammalla pohjalla. */
  --footer-background: #361A18;
  --footer-heading: #FBF7F7;   /* 15.0:1 */
  --footer-text: #DBCDCC;      /* 10.3:1, linkit */
  --footer-meta: #C1B2B0;      /*  7.8:1, alarivi */
  --gutter: clamp(24px, 5.55vw, 88px);
  --nav-h: 88px;
  --utility-h: 34px;
  /* Kuinka paljon lupausnauhaa jää taitteeseen. Nauhan 1px reuna + 27px padding
     vie ikonin yläreunaan 28.5px ja ikoni on 38px, joten 54px näyttää ikonista
     noin 67 % ja otsikkorivin. Alarivi alkaa täsmälleen taitteesta. Tämä on ainoa luku jota taitteen
     säätämiseen tarvitsee koskea. */
  --strip-peek: 54px;
  --content: 1280px;
  --font: Manrope, "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--font); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
p, h1, h2, h3, figure { margin: 0; }
img, svg { display: block; }
button, input, select, textarea { border-radius: 0; }
[hidden] { display: none !important; }
::selection { background: var(--red); color: var(--white); }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 5px; }
.container { width: min(var(--content), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.icon-definitions { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 22px; height: 22px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: square; stroke-linejoin: miter; }
.icon.small { width: 14px; height: 14px; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 20; background: var(--ink); color: var(--white); padding: 14px 22px; }
.skip-link:focus { top: 10px; }
.utility-bar { background: var(--sage); }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 11px; font-weight: 600; letter-spacing: .025em; }
.utility-inner p { display: flex; gap: 9px; align-items: center; }
.status-dot { width: 5px; height: 5px; background: #53634f; border-radius: 50%; }
.utility-detail { color: #545f51; }
.navigation { background: var(--paper); height: var(--nav-h); display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-header { position: relative; z-index: 5; border-bottom: 1px solid var(--line); }
.brand { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand-mark { color: var(--red); width: 37px; height: 33px; }
.brand-name { font-size: 34px; font-weight: 800; letter-spacing: -2.1px; line-height: .95; }
.brand-period { color: var(--red); }
.brand-descriptor { display: block; font-size: 7px; letter-spacing: 1.45px; line-height: 1.4; font-weight: 700; margin-top: 7px; padding-left: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 32px; margin-left: auto; margin-right: 26px; }
.desktop-nav a { display: flex; align-items: center; font-size: 13px; font-weight: 650; min-height: 44px; }
.desktop-nav a:hover { color: var(--red); }
.nav-actions { display: flex; align-items: center; gap: 16px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 25px; min-height: 56px; padding: 16px 23px; font-size: 13px; line-height: 1.5; font-weight: 700; border: 1px solid transparent; transition: background .18s ease; }
.button-primary { background: var(--red); color: var(--white); }
.button-primary:hover { background: var(--red-hover); }
.button-header { min-height: 48px; font-size: 12px; padding: 12px 19px; gap: 20px; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 12px 9px; border: 1px solid var(--line); background: transparent; flex-direction: column; justify-content: center; gap: 6px; }
.menu-toggle span { height: 1.5px; width: 24px; background: var(--ink); transition: transform .2s; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.75px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
.mobile-nav { position: absolute; top: 100%; left: 0; width: 100%; padding: 12px var(--gutter) 24px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 24px #282e290d; }
.mobile-nav a { display: flex; align-items: center; padding: 18px 0; border-bottom: 1px solid var(--line); font-size: 16px; font-weight: 600; }

.hero { background: var(--paper); padding-block: clamp(24px, 5lvh, 44px) clamp(28px, 5.5lvh, 48px); }
.hero-grid { display: grid; grid-template-columns: 1fr 1.045fr; gap: 48px; align-items: stretch; }
.hero-copy { padding-top: 35px; padding-bottom: 4px; }
.eyebrow { display: flex; align-items: center; gap: 12px; font-size: 10px; letter-spacing: .13em; font-weight: 750; line-height: 1.5; }
.short-rule { display: inline-block; width: 25px; height: 2px; background: var(--red); }
h1 { margin-top: 25px; font-size: min(clamp(58px, 5.55vw, 80px), 10lvh); line-height: 1.055; letter-spacing: -.065em; font-weight: 650; }
h1 span { color: var(--red); }
.hero-description { max-width: 390px; margin-top: 26px; font-size: 16px; line-height: 1.85; color: var(--muted); letter-spacing: -.01em; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 31px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-block: 12px; min-height: 44px; font-size: 12px; line-height: 1.5; font-weight: 700; border: 0; background: transparent; }
.text-link:hover { color: var(--red); }
.hero-reassurance { display: flex; align-items: center; gap: 6px; margin-top: 13px; color: var(--muted); font-size: 10px; font-weight: 500; }
.hero-reassurance .icon { width: 14px; height: 14px; }
.hero-visual { display: flex; flex-direction: column; min-width: 0; }
.photo-frame { position: relative; flex: 1; min-height: 340px; overflow: hidden; background: #a19a85; }
.hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 57% center; }
.photo-caption { min-height: 83px; display: flex; align-items: center; gap: 16px; padding: 18px 26px; background: var(--sage); }
.photo-caption > span { font-size: 12px; line-height: 1.6; }
.photo-caption strong { font-weight: 700; }
.photo-caption .caption-index { margin-left: auto; font-family: ui-monospace, monospace; font-size: 8px; font-weight: 400; letter-spacing: .02em; color: #596451; }

.promise-strip { background: var(--sage); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.promises { display: grid; grid-template-columns: repeat(3, 1fr); padding-block: var(--divider-gap); }
.promise { display: flex; align-items: center; gap: 17px; padding-inline: 28px; border-right: 1px solid #cbd2c6; }
.promise:first-child { padding-left: 0; }
.promise:last-child { padding-right: 0; border-right: 0; }
.promise-icon { width: 38px; height: 38px; flex-shrink: 0; fill: none; stroke: currentColor; stroke-width: 1.3; stroke-linejoin: round; }
.promise h2 { font-size: 12px; font-weight: 750; line-height: 1.5; letter-spacing: -.015em; }
.promise p { font-size: 10px; line-height: 1.7; margin-top: 4px; color: #596451; }
.section-space { padding-block: 66px 76px; }
.section-number { font-family: ui-monospace, monospace; font-size: 10px; color: var(--muted); letter-spacing: 0; }
h2 { font-size: clamp(32px, 3vw, 43px); line-height: 1.18; font-weight: 600; letter-spacing: -.045em; }
.process h2 { margin-top: 17px; }

.services { background: var(--sage); padding-top: var(--section-open-gap); }
.services h2 { margin-top: 17px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: var(--service-gap); margin-top: 32px; }
.service-card { display: flex; flex-direction: column; min-width: 0; background: var(--paper); border: 1px solid var(--service-border); transition: border-color .18s ease; }
.service-card:has(.service-link:hover), .service-card:focus-within { border-color: var(--service-border-hover); }
.service-card-media { display: block; width: 100%; aspect-ratio: 16 / 9; flex-shrink: 0; object-fit: cover; }
/* Solid colors stand in for future photography; keep the slot metadata in HTML.
   Yksi yhteinen pohjaväri kaikille, jotta ruudukko lukee yhtenä sarjana.
   Modifier-luokat jäävät paikalleen oikeiden kuvien kiinnityskohdiksi. */
.image-placeholder--maintenance,
.image-placeholder--painting,
.image-placeholder--repair,
.image-placeholder--gutters,
.image-placeholder--safety,
.image-placeholder--metalwork { background: var(--service-image); }
.service-card-body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; padding: var(--service-card-padding); }
.service-card h3 { font-size: 22px; line-height: 1.3; font-weight: 650; letter-spacing: -.04em; overflow-wrap: anywhere; }
.service-card-body p { margin-top: 12px; margin-bottom: 16px; font-size: 14px; line-height: 1.75; color: var(--service-text); }
.service-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; margin-top: auto; padding-block: 10px; color: var(--service-link); font-size: 12px; font-weight: 700; text-underline-offset: 5px; transition: color .18s ease; }
/* 2.2 viivanpaksuutta 24-yksikön viewBoxissa 16px:n koossa = 1.47px, sama kuin
   muilla ikoneilla 22px:n koossa. Nuoli ei liiku hoverissa, vain väri vaihtuu. */
.service-link .icon { width: 16px; height: 16px; stroke-width: 2.2; }
.service-link:hover { color: var(--service-link-hover); text-decoration: underline; }

.service-cta { position: relative; isolation: isolate; overflow: hidden; background: var(--cta-background); color: var(--white); }
.service-cta::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: url("assets/cta-roof.jpg") center / cover no-repeat; filter: grayscale(1); opacity: var(--cta-texture-opacity); }
.service-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(240px, 320px); align-items: center; gap: 64px; min-height: 460px; padding-block: 96px; }
.service-cta h2 { font-size: clamp(34px, 3.35vw, 48px); }
.service-cta-copy { max-width: 540px; }
.service-cta-copy p { max-width: 460px; margin-top: 20px; font-size: 15px; line-height: 1.85; color: var(--cta-text); }
.service-cta-actions { display: grid; gap: 12px; }
.button-light { background: var(--white); color: var(--red); }
.button-light:hover { background: var(--paper); }
.button-outline-light { border-color: var(--cta-border); color: var(--white); background: transparent; }
.button-outline-light:hover { border-color: var(--white); background: var(--white); color: var(--red); }
.service-cta :focus-visible { outline-color: var(--white); }

.process { background: var(--paper); padding-block: 64px; }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; }
.process .text-link { margin-top: 25px; }
.process .text-link:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 6px; }
.process-list { list-style: none; padding: 0; margin: 0; }
.process-list li { display: flex; gap: 22px; padding-block: 23px; border-bottom: 1px solid #cbd2c6; }
.process-list li:first-child { padding-top: 0; }
.process-list li:last-child { padding-bottom: 0; border-bottom: 0; }
.process-list li > span { font: 11px/1.8 ui-monospace, monospace; color: var(--muted); }
.process-list h3 { font-size: 15px; font-weight: 700; }
.process-list p { font-size: 12px; color: var(--muted); line-height: 1.8; margin-top: 7px; max-width: 350px; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.articles { background: var(--paper); }
.article-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 40px; }
.article-card { min-width: 0; }
.article-media { width: 100%; aspect-ratio: 16 / 9; background: var(--service-image); object-fit: cover; }
.article-body { padding-top: 22px; }
.article-body h3 { font-size: clamp(21px, 1.8vw, 25px); font-weight: 650; line-height: 1.35; letter-spacing: -.04em; }
.article-body p { max-width: 54ch; margin-top: 12px; font-size: 14px; line-height: 1.8; color: var(--service-text); }

.service-area { background: var(--area-background); }
.service-area-inner { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 64px; min-height: 520px; align-items: center; }
.service-area-copy { padding-block: 72px; }
.service-area h2 { max-width: 17ch; font-size: clamp(34px, 3.35vw, 48px); }
/* Paikkakunnat ovat rivittyvä linkkirivi, eivät luettelo: jokainen on oma
   sisäinen linkkinsä, ja pallo erottaa ne toisistaan ilman erotinmerkkejä. */
.area-list { display: flex; flex-wrap: wrap; gap: 6px 30px; margin-top: 34px; list-style: none; padding: 0; }
.area-list a { display: inline-flex; align-items: center; gap: 11px; min-height: 34px; font-size: 15px; font-weight: 650; letter-spacing: -.015em; color: var(--ink); text-underline-offset: 5px; transition: color .18s ease; }
.area-list a::before { content: ""; flex: none; width: 6px; height: 6px; border-radius: 50%; background: var(--red); }
.area-list a:hover { color: var(--red); text-decoration: underline; }
.service-area-map { display: grid; place-items: center; min-width: 0; height: 420px; margin-block: 50px; background: var(--map-background); }
.service-area-map span { color: var(--muted); font-size: 12px; }

/* ---- Footer -------------------------------------------------------------
   Ei erotinviivoja. Rakenne syntyy palstoituksesta, tyyppikoosta ja
   tekstivärin portaista: otsikot kirkkaimpina, linkit askeleen alempana,
   alarivin lakitiedot hiljaisimpina. Yksi ruudukko ja yksi alarivi, ei enempää.
   Brändipalsta on samalla yhteydenottopalsta, koska sinne katse menee ensin. */
.site-footer { background: var(--footer-background); color: var(--footer-heading); }
.site-footer :focus-visible { outline-color: var(--footer-heading); }
.footer-inner { padding-block: 88px 40px; }

.footer-grid { display: grid; grid-template-columns: minmax(0, 1.2fr) repeat(3, minmax(0, 1fr)); gap: 48px 64px; }

.footer-intro { max-width: 28ch; }
.footer-brand { display: inline-block; font-size: 40px; font-weight: 800; line-height: 1; letter-spacing: -2.4px; }
.footer-intro > p { margin-top: 16px; font-size: 14px; line-height: 1.8; color: var(--footer-text); }
.footer-col { min-width: 0; }
/* Otsikko oli 13px eli PIENEMPI kuin sen alla olevat 14px:n linkit, mikä on
   hierarkia väärinpäin. Erottelu tehdään nyt versaaleilla, välistyksellä ja
   kirkkaammalla värillä, ei koolla, jotta portaita ei tule liikaa. */
.footer-col h3 { margin-bottom: 20px; font-size: 12px; font-weight: 700; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; color: var(--footer-heading); }
.footer-col ul { list-style: none; margin: 0; padding: 0; }
.footer-col a, .footer-col span { display: inline-flex; align-items: center; min-height: 38px; padding-block: 6px; font-size: 14px; line-height: 1.6; color: var(--footer-text); }
.footer-col span { color: var(--footer-meta); }
.footer-col a { text-underline-offset: 5px; transition: color .18s ease; }
.footer-col a:hover { color: var(--footer-heading); text-decoration: underline; }

/* Alarivi erottuu välillä ja vaimeammalla tekstillä, ei viivalla. */
.footer-base { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 32px; margin-top: 72px; font-size: 12px; line-height: 1.7; color: var(--footer-meta); }
.footer-base-links { display: flex; flex-wrap: wrap; gap: 4px 24px; list-style: none; margin: 0; padding: 0; }
.footer-base a { display: inline-flex; align-items: center; min-height: 34px; text-underline-offset: 5px; transition: color .18s ease; }
.footer-base a:hover { color: var(--footer-heading); text-decoration: underline; }
.footer-noscript { margin-top: 20px; color: var(--footer-meta); font-size: 12px; line-height: 1.8; }

.contact-dialog { width: min(620px, calc(100% - 32px)); max-height: calc(100dvh - 40px); padding: 42px; border: 0; background: var(--white); color: var(--ink); overflow-y: auto; overscroll-behavior: contain; }
.contact-dialog::backdrop { background: #202820b3; }
.dialog-close { position: absolute; top: 12px; right: 12px; display: grid; place-items: center; width: 40px; height: 40px; background: transparent; border: 0; }
.contact-dialog .eyebrow { font-size: 9px; max-width: calc(100% - 10px); }
.contact-dialog h2 { font-size: 30px; margin-top: 14px; }
.dialog-intro { color: var(--muted); font-size: 13px; margin-top: 10px; line-height: 1.8; }
#contact-form { margin-top: 25px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; font-size: 11px; font-weight: 700; line-height: 1.7; margin-bottom: 16px; }
label span { font-weight: 400; color: var(--muted); }
input, select, textarea { display: block; width: 100%; border: 1px solid #949b8e; background: #fff; color: var(--ink); min-height: 44px; padding: 11px 12px; font-size: 14px; font-weight: 400; margin-top: 6px; }
textarea { resize: vertical; }
input::placeholder, textarea::placeholder { color: #6a7067; opacity: 1; }
.form-note { font-size: 11px; line-height: 1.7; color: var(--muted); }
.form-submit { width: 100%; margin-top: 18px; justify-content: center; }
.form-result { padding-top: 30px; }
.form-result > svg { margin-bottom: 18px; }
.form-result h3 { font-size: 22px; letter-spacing: -.03em; }
.form-result p { margin-top: 12px; font-size: 13px; line-height: 1.8; color: var(--muted); }
#request-preview { display: grid; grid-template-columns: 115px 1fr; gap: 10px 16px; padding-block: 18px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.7; }
#request-preview dt { color: var(--muted); }
#request-preview dd { margin: 0; overflow-wrap: anywhere; white-space: pre-wrap; }

@media (min-width: 1600px) {
  .hero { padding-block: clamp(32px, 6.8lvh, 54px); }
  .hero-grid { gap: 65px; }
  .hero-copy { padding-block: 30px 15px; }
}

@media (min-width: 1001px) {
  .hero {
    min-height: calc(100vh - var(--nav-h) - var(--utility-h) - 1px - var(--strip-peek));
    min-height: calc(100lvh - var(--nav-h) - var(--utility-h) - 1px - var(--strip-peek));
  }
}

@media (max-width: 1180px) {
  :root { --gutter: 40px; }
  .desktop-nav { gap: 22px; margin-right: 5px; }
  .navigation { gap: 22px; }
  .hero-grid { gap: 30px; }
  h1 { font-size: min(clamp(58px, 6.2vw, 72px), 10lvh); }
  .hero-copy { padding-top: 23px; }
  .hero-actions { flex-wrap: wrap; gap: 5px 20px; }
  .hero-description { font-size: 15px; max-width: 350px; }
  .photo-caption { padding-inline: 20px; }
  .photo-caption .caption-index { display: none; }
  .promise { padding-inline: 20px; gap: 12px; }
  .promise h2 { font-size: 11px; }
  .promise p { font-size: 9px; }
  .promise-icon { width: 35px; height: 35px; }
}

@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .menu-toggle { display: flex; }
  :root { --nav-h: 76px; }
  .hero-grid { grid-template-columns: 1fr 1fr; gap: 26px; }
  .hero-copy { padding-top: 18px; }
  .eyebrow { font-size: 9px; gap: 9px; letter-spacing: .08em; }
  h1 { font-size: clamp(50px, 6.25vw, 62px); }
  .hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; margin-top: 24px; }
  .hero-reassurance { margin-top: 8px; font-size: 9px; }
  .hero-description { font-size: 14px; line-height: 1.8; }
  .photo-frame { min-height: 300px; }
  :root { --divider-gap: 24px; --section-open-gap: 40px; }
  .promise { align-items: flex-start; }
  .promise-icon { width: 31px; height: 31px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-cta-inner { gap: 40px; grid-template-columns: minmax(0, 1fr) minmax(220px, 280px); }
  .process-grid { gap: 40px; }
  .article-grid { gap: 28px; }
  .service-area-inner { gap: 40px; min-height: 460px; }
  .service-area-map { height: 360px; }
  .footer-grid { gap: 40px 40px; }
}

@media (max-width: 760px) {
  :root { --gutter: 24px; }
  .utility-inner { min-height: 30px; font-size: 10px; }
  .utility-detail { display: none !important; }
  :root { --nav-h: 74px; }
  .navigation { gap: 15px; }
  .brand-mark { width: 29px; height: 26px; }
  .brand-name { font-size: 28px; letter-spacing: -1.7px; }
  .brand { gap: 7px; }
  .brand-descriptor { font-size: 6px; letter-spacing: 1.2px; margin-top: 5px; }
  .button-header { min-height: 42px; font-size: 11px; padding: 11px 12px; gap: 9px; }
  .button-header .icon { width: 17px; height: 17px; }
  .nav-actions { gap: 10px; }
  .hero { padding-block: 37px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 31px; }
  .hero-copy { padding: 0; }
  .eyebrow { font-size: 9px; letter-spacing: .105em; }
  h1 { margin-top: 23px; font-size: clamp(52px, 9.6vw, 70px); line-height: 1.075; letter-spacing: -.065em; }
  .hero-description { max-width: 430px; margin-top: 23px; font-size: 15px; line-height: 1.8; }
  .hero-actions { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 8px 24px; margin-top: 25px; }
  .button { font-size: 12px; min-height: 52px; padding: 14px 20px; gap: 21px; }
  .text-link { font-size: 11px; gap: 10px; }
  .hero-reassurance { font-size: 10px; margin-top: 11px; }
  .hero-visual { margin-inline: calc(-1 * var(--gutter)); }
  .photo-frame { min-height: 0; height: clamp(270px, 59vw, 420px); flex: none; }
  .hero-image { object-position: 50% 53%; }
  .photo-caption { min-height: 78px; padding: 18px var(--gutter); gap: 14px; }
  .photo-caption .caption-index { display: block; font-size: 8px; }
  .promise-strip { background: var(--white); border-top: 0; }
  .promises { grid-template-columns: 1fr; padding-block: 7px; }
  .promise, .promise:first-child, .promise:last-child { border-right: 0; border-bottom: 1px solid var(--line); padding: 19px 0; gap: 17px; align-items: center; }
  .promise:last-child { border-bottom: 0; }
  .promise-icon { width: 36px; height: 36px; }
  .promise h2 { font-size: 12px; }
  .promise p { font-size: 11px; margin-top: 3px; }
  .section-space { padding-block: 44px 48px; }
  :root { --section-open-gap: 36px; }
  h2 { font-size: 34px; letter-spacing: -.055em; }
  .desktop-break { display: none; }
  :root { --service-gap: 20px; --service-card-padding: 24px; }
  .service-grid { margin-top: 28px; }
  .service-card h3 { font-size: 21px; }
  .service-cta-inner { grid-template-columns: 1fr; gap: 32px; min-height: 480px; padding-block: 68px; }
  .service-cta-copy p { font-size: 14px; margin-top: 18px; }
  .service-cta-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 480px; }
  .process { padding-block: 43px; }
  .process-grid { grid-template-columns: 1fr; gap: 29px; }
  .process .text-link { margin-top: 15px; }
  .process-list p { max-width: none; font-size: 13px; }
  .article-grid { gap: 24px; }
  .article-body { padding-top: 18px; }
  .article-body p { font-size: 13px; }
  .service-area-inner { grid-template-columns: 1fr; gap: 0; }
  .service-area-copy { padding-block: 48px 32px; }
  .service-area-copy p { max-width: 440px; font-size: 14px; margin-top: 20px; }
  .service-area-map { height: 360px; margin-block: 0 40px; }
  .footer-inner { padding-block: 60px 36px; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 32px; }
  .footer-intro { grid-column: 1 / -1; max-width: none; }
  .footer-col a { min-height: 40px; }
  .footer-base { margin-top: 56px; }
  .contact-dialog { padding: 42px 24px 26px; }
  .contact-dialog h2 { font-size: 28px; }
  .contact-dialog .eyebrow { font-size: 8px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
}

@media (max-width: 600px) {
  .service-grid { grid-template-columns: 1fr; }
  .service-cta-actions { grid-template-columns: 1fr; max-width: none; }
  .article-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-brand { font-size: 34px; letter-spacing: -2px; }
}

@media (max-width: 430px) {
  .button-header { display: none; }
  .hero-actions { gap: 4px 17px; }
  .hero-actions .button { width: 100%; justify-content: center; min-height: 54px; font-size: 13px; }
  .hero-actions .text-link { padding-block: 12px 4px; min-height: 39px; }
  .hero-reassurance { margin-top: 8px; }
  .photo-caption .caption-index { font-size: 7px; }
  .photo-caption > span { font-size: 11px; }
  .hero-grid { gap: 27px; }
}

@media (max-width: 360px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-base { justify-content: flex-start; }
}

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