:root {
  --navy: #24156f;
  --navy-2: #342184;
  --blue: #372183;
  --cyan: #6956cb;
  --amber: #c82018;
  --ink: #19172e;
  --muted: #5f6073;
  --line: #dcddea;
  --soft: #f1f2f8;
  --white: #fff;
  --shadow: 0 16px 40px rgba(11, 39, 66, .1);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body, button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.15; letter-spacing: -.025em; }
h1 { font-size: clamp(2.5rem, 6vw, 5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); }
h3 { font-size: 1.25rem; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(840px, calc(100% - 40px)); }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 14px; background: var(--white); color: var(--navy); }
.skip-link:focus { top: 10px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--white);
  color: var(--navy);
  box-shadow: 0 8px 30px rgba(24, 15, 75, .1);
}
.header-primary { background: var(--white); }
.header-inner, .header-servicebar-inner { width: min(1360px, calc(100% - 32px)); }
.header-inner { position: relative; min-height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 46px; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; line-height: 1.1; }
.brand-mark { width: 47px; height: 47px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 14px 14px 14px 5px; background: var(--amber); color: var(--white); box-shadow: 0 8px 18px rgba(12,7,42,.22); font-weight: 950; letter-spacing: -.07em; transform: skew(-5deg); }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 1.08rem; letter-spacing: -.015em; }
.brand small { margin-top: 5px; color: #616276; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.main-nav { display: flex; flex: 1; align-items: center; justify-content: flex-end; gap: 10px; }
.main-nav a { position: relative; padding: 34px 16px 32px; color: var(--navy); text-decoration: none; font-size: .87rem; font-weight: 800; white-space: nowrap; }
.main-nav a::after { position: absolute; right: 13px; bottom: 19px; left: 13px; height: 2px; border-radius: 99px; background: var(--amber); content: ""; opacity: 0; transform: scaleX(.35); transition: opacity .2s ease, transform .2s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--navy-2); }
.main-nav a:hover::after, .main-nav a:focus-visible::after { opacity: 1; transform: scaleX(1); }
.menu-button { display: none; align-items: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; padding: 9px 12px; background: var(--white); color: var(--navy); font: inherit; font-size: .82rem; font-weight: 800; }
.menu-button > span, .menu-button > span::before, .menu-button > span::after { width: 18px; height: 2px; display: block; border-radius: 2px; background: currentColor; content: ""; }
.menu-button > span { position: relative; }
.menu-button > span::before { position: absolute; top: -5px; }
.menu-button > span::after { position: absolute; top: 5px; }
.header-servicebar { border-bottom: 1px solid #d9daea; background: #f0f1f7; color: var(--navy); }
.header-servicebar-inner { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.header-location { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); text-decoration: none; }
.header-location svg { width: 21px; height: 21px; flex: 0 0 21px; fill: none; stroke: var(--amber); stroke-width: 2; }
.header-location strong, .header-location small, .header-availability strong, .header-availability small { display: block; line-height: 1.18; }
.header-location strong { font-size: .8rem; text-transform: uppercase; }
.header-location small { margin-top: 3px; color: var(--muted); font-size: .64rem; }
.header-service-actions { display: flex; align-items: center; gap: 9px; }
.header-availability { display: inline-flex; align-items: center; gap: 9px; margin-right: 6px; }
.header-availability i { width: 9px; height: 9px; border-radius: 50%; background: #32b75c; box-shadow: 0 0 0 5px rgba(50,183,92,.13); animation: statusPulse 2s ease-out infinite; }
.header-availability strong { color: var(--navy); font-size: .7rem; }
.header-availability small { margin-top: 2px; color: var(--muted); font-size: .61rem; }
.header-action { min-height: 36px; display: inline-flex; align-items: center; justify-content: center; gap: 7px; border-radius: 8px; padding: 8px 14px; color: var(--white); text-decoration: none; font-size: .74rem; font-weight: 900; }
.header-phone { background: var(--amber); }
.header-phone:hover { background: #a91813; }
.header-whatsapp { background: #08783f; }
.header-whatsapp:hover { background: #056333; }

.hero { position: relative; min-height: 650px; display: grid; align-items: center; overflow: hidden; background: #eef0f8; color: var(--navy); }
.hero-media, .hero-shade { position: absolute; inset: 0; }
.hero-media { background: url('../images/site/ankara-vidanjor-hero.webp') center/cover no-repeat; }
.hero-shade { background: linear-gradient(90deg, #eef0f8 0%, rgba(238,240,248,.97) 38%, rgba(238,240,248,.72) 57%, rgba(238,240,248,.05) 82%); }
.hero-content { position: relative; z-index: 1; padding-block: 90px 100px; }
.hero-content h1 { max-width: 760px; margin-bottom: 24px; text-wrap: balance; }
.service-status { width: fit-content; display: grid; grid-template-columns: 10px auto; column-gap: 10px; align-items: center; margin-bottom: 22px; padding: 9px 13px; border: 1px solid #d5d7e7; border-radius: 999px; background: rgba(255,255,255,.85); backdrop-filter: blur(8px); box-shadow: 0 8px 24px rgba(36,21,111,.08); }
.service-status > span { grid-row: 1 / 3; width: 10px; height: 10px; border-radius: 50%; background: #54d36c; box-shadow: 0 0 0 6px rgba(84,211,108,.12); animation: statusPulse 2s ease-out infinite; }
.service-status strong { color: var(--navy); font-size: .78rem; line-height: 1.1; }
.service-status small { color: var(--muted); font-size: .67rem; line-height: 1.1; }
@keyframes statusPulse { 50% { box-shadow: 0 0 0 9px rgba(84,211,108,0); } }
.eyebrow { margin-bottom: 16px; color: #8fdbef; font-size: .78rem; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow.dark { color: var(--blue); }
.hero-lead { max-width: 665px; margin-bottom: 32px; color: var(--muted); font-size: clamp(1.05rem, 2vw, 1.25rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-rating-badge { width: fit-content; display: grid; grid-template-columns: 32px auto auto; align-items: center; gap: 10px; margin-top: 17px; padding: 8px 12px 8px 9px; border: 1px solid #d5d7e7; border-radius: 12px; background: rgba(255,255,255,.88); color: var(--navy); box-shadow: 0 8px 22px rgba(36,21,111,.07); text-decoration: none; backdrop-filter: blur(7px); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.hero-rating-badge:hover { border-color: #bbbcd1; transform: translateY(-1px); box-shadow: 0 11px 26px rgba(36,21,111,.11); }
.hero-rating-google { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 9px; background: #f5f7fb; color: #1967d2; font-size: 1.05rem; font-weight: 900; }
.hero-rating-copy { display: grid; gap: 1px; padding-right: 11px; border-right: 1px solid var(--line); line-height: 1.1; }
.hero-rating-copy small { color: var(--muted); font-size: .61rem; font-weight: 750; }
.hero-rating-copy strong { display: flex; align-items: center; gap: 7px; font-size: .8rem; }
.hero-rating-copy b { font-size: .9rem; }
.hero-rating-copy i { color: #f5b400; font-size: .72rem; font-style: normal; letter-spacing: .035em; }
.hero-rating-note { color: var(--muted); font-size: .64rem; font-weight: 750; white-space: nowrap; }
.hero-rating-note i { color: var(--navy); font-style: normal; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 11px; padding: 12px 21px; text-decoration: none; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--amber); color: var(--white); }
.button-primary:hover { background: #a91813; }
.button-whatsapp { background: #08783f; color: var(--white); }
.button-whatsapp:hover { background: #056333; }
.button-ghost { border-color: #c8cade; color: var(--navy); background: rgba(255,255,255,.7); }
.button-ghost:hover { background: var(--white); }
.trust-list { display: flex; flex-wrap: wrap; gap: 12px 28px; margin: 30px 0 0; padding: 0; list-style: none; color: #4f5065; font-size: .9rem; font-weight: 700; }
.trust-list li::first-letter { color: var(--amber); }

.emergency-router { scroll-margin-top: 150px; padding-block: 54px; border-bottom: 1px solid var(--line); background: #f4f5fa; color: var(--navy); }
.emergency-inner { display: grid; grid-template-columns: minmax(220px, .62fr) minmax(0, 1.65fr); gap: 42px 58px; align-items: center; }
.emergency-heading { display: flex; align-items: center; gap: 15px; }
.emergency-heading p, .emergency-heading h2 { margin: 0; }
.emergency-heading p { color: var(--amber); font-size: .7rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.emergency-heading h2 { margin-top: 4px; color: var(--navy); font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.emergency-icon { width: 46px; height: 46px; flex: 0 0 46px; display: grid; place-items: center; border-radius: 14px; background: var(--amber); color: var(--white); font-size: 1.35rem; font-weight: 950; }
.issue-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.issue-grid button { min-height: 88px; padding: 16px 17px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); color: var(--navy); text-align: left; font: inherit; cursor: pointer; box-shadow: 0 8px 22px rgba(36,21,111,.055); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.issue-grid button:hover { border-color: rgba(229,43,34,.55); transform: translateY(-2px); box-shadow: 0 12px 28px rgba(36,21,111,.1); }
.issue-grid strong, .issue-grid small { display: block; }
.issue-grid strong { font-size: .88rem; }
.issue-grid small { margin-top: 5px; color: var(--muted); font-size: .72rem; }

.section { padding-block: 105px; }
.section-heading { max-width: 790px; margin-bottom: 48px; }
.section-heading h2 { margin-bottom: 18px; color: var(--navy); text-wrap: balance; }
.section-heading > p:last-child { color: var(--muted); font-size: 1.05rem; }
.section-heading.centered { margin-inline: auto; text-align: center; }
.section-heading.light h2 { color: var(--white); }
.section-heading.light { margin-bottom: 52px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.feature-card { min-height: 270px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #a9c9db; box-shadow: var(--shadow); }
.feature-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 13px; background: #e9f7fb; color: var(--blue); font-weight: 900; }
.feature-card h3 { color: var(--navy); }
.feature-card p { margin-bottom: 0; color: var(--muted); }
.seo-intro { max-width: 980px; margin-top: 70px; padding: 34px 38px; border-left: 5px solid var(--cyan); background: var(--soft); }
.seo-intro h2 { margin-bottom: 20px; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.2rem); }
.seo-intro p { color: var(--muted); }
.seo-intro p:last-child { margin-bottom: 0; }
.details-heading { display: flex; align-items: end; justify-content: space-between; gap: 25px; margin: 90px 0 24px; border-bottom: 1px solid var(--line); }
.details-heading h2 { margin-bottom: 18px; color: var(--navy); font-size: clamp(1.55rem, 3vw, 2.1rem); }
.details-heading p { margin-bottom: 19px; color: var(--muted); }

.accordion-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: start; }
details { border-radius: 14px; }
summary { list-style: none; cursor: pointer; }
summary::-webkit-details-marker { display: none; }
.service-detail { min-width: 0; border: 1px solid var(--line); background: var(--white); overflow: clip; transition: border-color .2s ease, box-shadow .2s ease; }
.service-detail[open] { grid-column: 1 / -1; border-color: #91bdd4; box-shadow: 0 16px 38px rgba(11,39,66,.1); }
.service-detail summary { min-height: 118px; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px; }
.service-detail:not([open]) summary:hover { background: var(--soft); }
.service-detail[open] summary { min-height: 78px; background: var(--navy); }
.service-detail summary span, .service-detail summary b, .service-detail summary small { display: block; }
.service-detail summary b { color: var(--navy); font-size: 1.02rem; }
.service-detail summary small { margin-top: 4px; color: var(--muted); }
.service-detail[open] summary b { color: var(--white); }
.service-detail[open] summary small { color: #bad0de; }
summary i { width: 32px; height: 32px; flex: 0 0 32px; display: grid; place-items: center; border-radius: 50%; background: var(--soft); color: var(--blue); font-size: 1.2rem; font-style: normal; font-weight: 500; transition: transform .2s ease; }
details[open] > summary i { transform: rotate(45deg); background: var(--navy); color: var(--white); }
.detail-body { display: grid; grid-template-columns: .72fr 1fr 1fr; gap: 34px; padding: 36px; border-top: 1px solid var(--line); background: linear-gradient(135deg, #fff, #f7fafc); }
.detail-body h3 { margin: 0; color: var(--navy); font-size: clamp(1.45rem, 3vw, 2rem); }
.detail-body p { margin: 0; color: var(--muted); }
.detail-body p:last-child { margin-bottom: 0; }

.service-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 24px; }
.filter-button { min-height: 42px; padding: 8px 16px; border: 1px solid var(--line); border-radius: 999px; background: var(--white); color: var(--muted); font: inherit; font-size: .9rem; font-weight: 750; cursor: pointer; }
.filter-button:hover, .filter-button.is-active { border-color: var(--navy); background: var(--navy); color: var(--white); }
.project-stage:empty { display: none; }
.project-panel { display: grid; grid-template-columns: minmax(280px, .82fr) minmax(0, 1.65fr); min-height: 420px; margin-bottom: 28px; overflow: hidden; border-radius: var(--radius); background: #1d125c; color: var(--white); box-shadow: 0 20px 48px rgba(36,21,111,.18); }
.project-panel[hidden] { display: none; }
.project-panel:not([hidden]) { animation: panelIn .28s ease both; }
.project-panel-media { min-height: 420px; display: flex; align-items: flex-end; padding: 34px; background: linear-gradient(0deg, rgba(29,18,92,.9), rgba(29,18,92,.08)), url('../images/site/ankara-vidanjor-hero.webp') 64% center/cover no-repeat; }
.project-panel-media span { color: var(--white); font-size: clamp(1.65rem, 3vw, 2.5rem); font-weight: 900; line-height: 1.05; letter-spacing: -.04em; }
.project-panel-copy { position: relative; padding: 42px 48px; }
.project-panel-copy h3 { max-width: calc(100% - 55px); margin-bottom: 24px; color: var(--white); font-size: clamp(1.6rem, 3vw, 2.35rem); }
.project-panel-copy p { color: #c8d8e2; }
.project-panel-copy p:last-child { margin-bottom: 0; }
.panel-close { position: absolute; top: 24px; right: 25px; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: transparent; color: var(--white); font-size: 1.65rem; line-height: 1; cursor: pointer; }
.panel-close:hover { background: rgba(255,255,255,.1); }
.project-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.project-card { min-width: 0; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 0; background: #24156f; color: var(--white); text-align: left; font: inherit; cursor: pointer; box-shadow: none; transition: transform .2s ease, box-shadow .2s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.project-card[hidden] { display: none; }
.project-card-visual { position: relative; min-height: 175px; display: flex; flex-direction: column; justify-content: space-between; padding: 24px; overflow: hidden; background: linear-gradient(135deg, rgba(55,33,131,.92), rgba(29,18,92,.97)), url('../images/site/ankara-vidanjor-hero.webp') center/cover no-repeat; }
.project-card:nth-child(3n+2) .project-card-visual { background-image: linear-gradient(135deg, rgba(36,21,111,.84), rgba(19,12,65,.97)), url('../images/site/ankara-vidanjor-hero.webp'); }
.project-card:nth-child(3n+3) .project-card-visual { background-image: linear-gradient(135deg, rgba(173,37,50,.78), rgba(36,21,111,.97)), url('../images/site/ankara-vidanjor-hero.webp'); }
.project-card-visual b { color: #92dded; font-size: .85rem; letter-spacing: .12em; }
.project-card-visual em { position: relative; z-index: 1; color: var(--white); font-size: 1.35rem; font-style: normal; font-weight: 850; line-height: 1.15; }
.project-card-copy { display: block; min-height: 105px; padding: 20px 58px 18px 20px; }
.project-card-copy strong, .project-card-copy small { display: block; }
.project-card-copy strong { margin-bottom: 7px; font-size: 1.05rem; }
.project-card-copy small { color: #aebfca; }
.project-card > i { position: absolute; }
.project-card { position: relative; }
.project-card > i { right: 19px; bottom: 31px; width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--white); font-size: 1.2rem; font-style: normal; font-weight: 800; }
.project-card.is-selected { outline: 3px solid var(--amber); outline-offset: 3px; }
@keyframes panelIn { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
.service-callout { display: flex; align-items: center; justify-content: space-between; gap: 26px; margin-top: 34px; padding: 22px 24px; border-radius: 14px; background: #1d125c; color: var(--white); }
.service-callout > div { display: flex; align-items: center; gap: 16px; }
.service-callout > div > span { width: 42px; height: 42px; flex: 0 0 42px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: var(--white); font-weight: 950; }
.service-callout p, .service-callout strong, .service-callout small { display: block; margin: 0; }
.service-callout small { margin-top: 3px; color: #a9bfcc; }
.service-callout .button { flex: 0 0 auto; }
.service-callout-blue { background: var(--blue); }
.service-callout-blue small { color: #d6ebf5; }

.section-dark { background: var(--navy); color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin: 0; padding: 0; list-style: none; background: rgba(255,255,255,.15); }
.process-grid li { min-height: 250px; padding: 32px 27px; background: var(--navy); }
.process-grid span { display: inline-block; margin-bottom: 47px; color: var(--amber); font-size: .82rem; font-weight: 900; }
.process-grid h3 { color: var(--white); }
.process-grid p { margin-bottom: 0; color: #b9ccd8; font-size: .94rem; }

.audience-section { background: var(--white); }
.audience-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.audience-card { padding: 35px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); }
.audience-card-dark { background: var(--navy); color: var(--white); }
.audience-label { display: inline-flex; margin-bottom: 28px; padding: 6px 10px; border-radius: 999px; background: #dff3f8; color: var(--blue); font-size: .72rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.audience-card-dark .audience-label { background: rgba(255,255,255,.1); color: #8fdbef; }
.audience-card h3 { color: var(--navy); font-size: 1.65rem; }
.audience-card-dark h3 { color: var(--white); }
.audience-card p { color: var(--muted); }
.audience-card-dark p { color: #b8cbd7; }
.audience-card ul { margin: 24px 0 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.audience-card-dark ul { border-color: rgba(255,255,255,.14); }
.audience-card li { position: relative; padding: 7px 0 7px 22px; }
.audience-card li::before { content: '✓'; position: absolute; left: 0; color: var(--cyan); font-weight: 900; }

.region-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.region-grid details { border: 1px solid var(--line); background: var(--white); }
.region-grid details[open] { grid-column: 1 / -1; border-color: var(--cyan); box-shadow: 0 14px 34px rgba(11,39,66,.09); }
.region-grid summary { display: flex; align-items: center; justify-content: space-between; padding: 20px; color: var(--navy); font-weight: 800; }
.region-grid details[open] summary { background: #eaf7fb; }
.region-content { display: grid; grid-template-columns: .72fr 1fr 1fr; gap: 30px; padding: 30px; border-top: 1px solid var(--line); }
.region-content h3 { margin: 0; color: var(--navy); font-size: 1.45rem; }
.region-content p { margin: 0; padding: 0; color: var(--muted); font-size: .95rem; }
.industrial-region-card { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 22px; align-items: center; margin-top: 28px; padding: 24px 28px; border: 1px solid var(--line); border-radius: 14px; background: var(--soft); }
.industrial-region-mark { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 13px; background: var(--white); color: var(--amber); box-shadow: 0 8px 22px rgba(36,21,111,.07); font-size: .72rem; font-weight: 950; letter-spacing: .08em; }
.industrial-region-card p { margin: 0 0 4px; color: var(--amber); font-size: .68rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.industrial-region-card h3 { margin: 0 0 8px; color: var(--navy); font-size: 1.05rem; }
.industrial-region-card div > span { display: block; max-width: 980px; color: var(--muted); font-size: .88rem; line-height: 1.6; }

.local-problems { background: #eef3f6; }
.problem-list { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.problem-list article { padding: 25px 22px; border-radius: 14px; background: var(--white); }
.problem-list span { display: block; margin-bottom: 30px; color: var(--cyan); font-size: .75rem; font-weight: 900; }
.problem-list h3 { color: var(--navy); font-size: 1.08rem; }
.problem-list p { margin-bottom: 0; color: var(--muted); font-size: .9rem; }
.work-gallery { background: var(--soft); }
.work-gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.work-gallery-grid figure { position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: var(--navy); box-shadow: 0 12px 30px rgba(36,21,111,.12); }
.work-gallery-grid img { width: 100%; aspect-ratio: 4 / 5; display: block; object-fit: cover; transition: transform .35s ease; }
.work-gallery-grid figure:hover img { transform: scale(1.025); }
.work-gallery-grid figcaption { position: absolute; right: 0; bottom: 0; left: 0; padding: 38px 16px 14px; background: linear-gradient(transparent, rgba(21,13,67,.88)); color: var(--white); font-size: .78rem; font-weight: 800; }

.section-soft { background: var(--soft); }
.google-rating-section { padding-block: 52px; border-top: 1px solid var(--line); background: var(--white); }
.google-rating-card { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; align-items: center; gap: 34px; padding: 30px 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: 0 12px 34px rgba(36,21,111,.07); }
.google-rating-copy .eyebrow { margin-bottom: 7px; color: var(--amber); }
.google-rating-copy h2 { margin-bottom: 8px; color: var(--navy); font-size: clamp(1.45rem, 2.7vw, 2.15rem); }
.google-rating-copy p:last-child { margin: 0; color: var(--muted); font-size: .91rem; }
.google-rating-score { min-width: 152px; padding-inline: 28px; border-right: 1px solid var(--line); border-left: 1px solid var(--line); text-align: center; }
.google-label { display: block; margin-bottom: 4px; color: #4d4e60; font-size: .72rem; font-weight: 800; }
.google-label b { color: #1967d2; font-size: .9rem; }
.google-rating-score strong { display: block; color: var(--navy); font-size: 2.25rem; line-height: 1; }
.google-stars { display: block; margin: 6px 0 3px; color: #f5b400; font-size: 1rem; letter-spacing: .08em; line-height: 1; }
.google-rating-score small { color: var(--muted); font-size: .68rem; }
.google-rating-link { min-width: 218px; border-color: var(--navy); background: var(--navy); color: var(--white); white-space: nowrap; }
.google-rating-link:hover { background: var(--navy-2); }
.info-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.info-card { padding: 28px; border-top: 4px solid var(--cyan); border-radius: 0 0 14px 14px; background: var(--white); box-shadow: 0 8px 25px rgba(11,39,66,.06); }
.info-card h3 { color: var(--navy); }
.info-card p { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); background: var(--white); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 21px 23px; color: var(--navy); font-weight: 800; }
.faq-list p { margin: 0; padding: 0 65px 23px 23px; color: var(--muted); }

.contact-section { padding-block: 78px; background: var(--blue); color: var(--white); }
.contact-inner { display: grid; grid-template-columns: 1.35fr .65fr; align-items: center; gap: 60px; }
.contact-inner h2 { margin-bottom: 15px; color: var(--white); }
.contact-inner p:last-child { margin-bottom: 0; color: #d8edf7; }
.contact-actions { display: flex; flex-direction: column; align-items: stretch; gap: 10px; text-align: center; }
.button-light { background: var(--white); color: var(--navy); }
.button-light:hover { background: #f4f8fa; }
.contact-actions small { color: #c5e3f2; }
.drain-signoff { position: relative; min-height: 330px; display: grid; place-items: start center; padding: 46px 20px 0; background: var(--white); text-align: center; overflow: hidden; }
.drain-signoff::before { position: absolute; inset: auto 0 0; height: 110px; background: var(--soft); content: ""; }
.drain-signoff p { position: relative; z-index: 2; display: grid; gap: 5px; margin: 0; color: var(--navy); transform: rotate(-1.5deg); }
.drain-signoff p strong { font-size: clamp(1.25rem, 2.6vw, 1.9rem); font-weight: 900; letter-spacing: -.035em; }
.drain-signoff p span { color: var(--amber); font-size: .7rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.drain-signoff img { position: absolute; z-index: 1; left: 50%; bottom: 0; width: 170px; height: auto; transform: translateX(-50%); }
.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--line); background: #f4f5fa; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 1.35fr .75fr .75fr 1fr; gap: 50px; padding-bottom: 45px; }
.site-footer .brand { color: var(--navy); }
.site-footer .brand small { color: #616276; }
.footer-brand > p { max-width: 330px; margin: 22px 0 0; color: var(--muted); font-size: .9rem; }
.footer-grid h2 { margin-bottom: 18px; color: var(--navy); font-size: .8rem; letter-spacing: .1em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { width: fit-content; display: block; margin: 9px 0; color: #55566b; text-decoration: none; font-size: .88rem; }
.footer-grid > div > a:hover { color: var(--navy); }
.footer-contact p { color: var(--muted); font-size: .88rem; }
.footer-grid .footer-contact-link { width: 100%; padding: 9px 12px; border: 1px solid #d6d8e5; border-radius: 8px; background: var(--white); color: var(--navy); }
.footer-grid .footer-contact-link.whatsapp { border-color: rgba(31,157,85,.45); color: #187d46; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 22px; border-top: 1px solid #d9dbe7; }
.footer-bottom p { margin: 0; color: #5f6073; font-size: .78rem; }
.footer-bottom a { color: var(--navy); text-decoration: none; }
.desktop-contact-rail { position: fixed; z-index: 44; right: 16px; bottom: 20px; display: grid; gap: 8px; }
.desktop-contact-rail a { min-height: 48px; display: flex; align-items: center; gap: 9px; padding: 9px 14px 9px 10px; border-radius: 12px; background: var(--amber); color: var(--white); text-decoration: none; box-shadow: 0 10px 30px rgba(0,0,0,.18); }
.desktop-contact-rail a.whatsapp { background: #08783f; color: var(--white); }
.desktop-contact-rail span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,255,255,.35); }
.desktop-contact-rail strong { font-size: .82rem; }
.mobile-contact-bar { display: none; }

:focus-visible { outline: 3px solid var(--amber); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}

@media (max-width: 900px) {
  .menu-button { display: inline-flex; }
  .main-nav { position: absolute; top: 92px; left: 0; right: 0; width: auto; display: none; justify-content: stretch; align-items: stretch; padding: 10px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); box-shadow: 0 18px 45px rgba(15,9,50,.18); }
  .main-nav.is-open { display: grid; grid-template-columns: minmax(0, 1fr); }
  .main-nav a { width: 100%; margin: 0; padding: 13px; border-bottom: 1px solid var(--line); color: var(--navy); text-align: left; }
  .main-nav a:last-child { border-bottom: 0; }
  .main-nav a::after { display: none; }
  .header-availability { display: none; }
  .hero { min-height: 650px; }
  .hero-media { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, #eef0f8, rgba(238,240,248,.9) 65%, rgba(238,240,248,.45)); }
  .hero-content h1 { max-width: 690px; }
  .feature-grid, .region-grid, .info-grid { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-panel { grid-template-columns: 1fr; }
  .project-panel-media { min-height: 275px; }
  .accordion-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .detail-body { grid-template-columns: 1fr 1fr; }
  .detail-body h3 { grid-column: 1 / -1; }
  .region-content { grid-template-columns: 1fr 1fr; }
  .region-content h3 { grid-column: 1 / -1; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .emergency-inner { grid-template-columns: 1fr; }
  .issue-grid { grid-template-columns: repeat(2, 1fr); }
  .problem-list { grid-template-columns: repeat(2, 1fr); }
  .work-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .google-rating-card { grid-template-columns: minmax(0, 1fr) auto; }
  .google-rating-link { grid-column: 1 / -1; }
  .contact-inner { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .container, .narrow { width: min(100% - 28px, 1160px); }
  .site-header { position: sticky; }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 38px; height: 38px; border-radius: 10px 10px 10px 4px; }
  .brand small { display: none; }
  .main-nav { top: 68px; left: 0; right: 0; }
  .header-servicebar-inner { min-height: 42px; gap: 12px; }
  .header-location svg { width: 18px; height: 18px; flex-basis: 18px; }
  .header-location strong { font-size: .7rem; }
  .header-location small { display: none; }
  .header-service-actions { margin-left: auto; }
  .header-availability { display: inline-flex; margin: 0; }
  .header-availability small { display: none; }
  .header-availability strong { font-size: .65rem; }
  .header-action { display: none; }
  .hero { min-height: 660px; }
  .hero-media { background-position: 68% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(238,240,248,.98), rgba(238,240,248,.86)), linear-gradient(0deg, rgba(238,240,248,.7), transparent); }
  .hero-content { padding-block: 75px 90px; }
  .hero-content h1 { margin-bottom: 20px; }
  .hero-actions { display: grid; }
  .hero-rating-badge { grid-template-columns: 30px auto auto; margin-top: 14px; padding-block: 7px; }
  .hero-rating-google { width: 30px; height: 30px; }
  .trust-list { display: grid; gap: 7px; }
  .emergency-router { padding-block: 38px; }
  .emergency-inner { gap: 24px; }
  .issue-grid { gap: 8px; }
  .issue-grid button { min-height: 80px; padding: 12px; }
  .section { padding-block: 76px; }
  .section-heading { margin-bottom: 34px; }
  .feature-grid, .accordion-grid, .region-grid, .process-grid, .info-grid { grid-template-columns: 1fr; }
  .audience-grid, .problem-list { grid-template-columns: 1fr; }
  .work-gallery-grid { gap: 8px; }
  .work-gallery-grid figure { border-radius: 12px; }
  .google-rating-section { padding-block: 38px; }
  .google-rating-card { grid-template-columns: 1fr; gap: 22px; padding: 25px 22px; }
  .google-rating-score { padding: 20px 0; border: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
  .google-rating-link { grid-column: auto; width: 100%; min-width: 0; }
  .work-gallery-grid figcaption { padding: 30px 10px 10px; font-size: .68rem; }
  .project-grid { grid-template-columns: 1fr; }
  .project-panel { min-height: 0; }
  .project-panel-media { min-height: 220px; padding: 24px; }
  .project-panel-copy { padding: 30px 22px; }
  .project-panel-copy h3 { max-width: calc(100% - 45px); }
  .panel-close { top: 22px; right: 18px; }
  .feature-card { min-height: 0; }
  .seo-intro { margin-top: 50px; padding: 25px 22px; }
  .feature-icon { margin-bottom: 25px; }
  .details-heading { display: block; margin-top: 65px; }
  .service-detail summary { min-height: 84px; padding: 18px; }
  .detail-body { padding-inline: 18px; }
  .detail-body { display: block; padding-block: 25px; }
  .detail-body h3, .detail-body p { margin-bottom: 16px; }
  .region-content { display: block; padding: 22px 18px; }
  .region-content h3, .region-content p { margin-bottom: 16px; }
  .industrial-region-card { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; padding: 20px 16px; }
  .industrial-region-mark { width: 46px; height: 46px; border-radius: 10px; font-size: .62rem; }
  .industrial-region-card h3 { font-size: .95rem; }
  .industrial-region-card div > span { font-size: .8rem; }
  .process-grid { gap: 1px; }
  .process-grid li { min-height: 0; }
  .process-grid span { margin-bottom: 28px; }
  .faq-list p { padding-right: 23px; }
  .contact-section { padding-block: 64px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-bottom { display: grid; justify-content: center; text-align: center; }
  .desktop-contact-rail { display: none; }
  .mobile-contact-bar { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; min-height: 60px; display: grid; grid-template-columns: 1fr 1fr; padding-bottom: env(safe-area-inset-bottom); background: var(--white); box-shadow: 0 -8px 25px rgba(0,0,0,.15); }
  .mobile-contact-bar a { display: flex; align-items: center; justify-content: center; gap: 8px; background: var(--amber); color: var(--white); text-decoration: none; font-size: .9rem; }
  .mobile-contact-bar a.whatsapp { background: #08783f; color: var(--white); }
  .mobile-contact-bar span { font-size: 1.05rem; }
  .service-callout { display: grid; }
  .service-callout .button { width: 100%; }
  .audience-card { padding: 28px 22px; }
  .drain-signoff { min-height: 260px; padding-top: 30px; }
  .drain-signoff::before { height: 78px; }
  .drain-signoff p strong { font-size: 1.2rem; }
  .drain-signoff p span { font-size: .58rem; letter-spacing: .09em; }
  .drain-signoff img { width: 145px; }
}
