:root {
  --black: #17181c;
  --black-2: #22242a;
  --paper: #f4f2ee;
  --paper-2: #e9e7e2;
  --white: #fff;
  --muted: #696c73;
  --line: rgba(23,24,28,.13);
  --red: #c72c38;
  --red-dark: #a9202b;
  --red-soft: #de737b;
  --blue: #2e477d;
  --blue-dark: #22365f;
  --blue-soft: #7890bd;
  --gold: #d1a547;
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(.22,1,.36,1);
  --shell: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--black); }
body { margin: 0; overflow-x: hidden; color: var(--black); background: var(--paper); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
::selection { color: #fff; background: var(--red); }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 104px 0; }
section[id] { scroll-margin-top: 24px; }
.skip-link { position: fixed; z-index: 3000; left: 16px; top: 16px; transform: translateY(-150%); padding: 11px 16px; border-radius: 999px; color: #000; background: #fff; transition: transform .2s; }
.skip-link:focus { transform: none; }

.site-header { position: absolute; z-index: 1000; inset: 0 0 auto; color: #fff; }
.header-shell { position: relative; z-index: 2; height: 90px; display: flex; align-items: center; gap: 28px; }
.logo-wrap { flex: 0 0 auto; width: 216px; height: 72px; display: grid; place-items: center; padding: 6px 13px; overflow: hidden; border-radius: 13px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.13); }
.logo-wrap img { width: 100%; height: 100%; object-fit: contain; }
.desktop-nav { margin-left: auto; display: flex; gap: 28px; align-items: center; }
.desktop-nav a { font-size: 13px; font-weight: 750; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--red-soft); }
.header-phone { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 15px; border: 1px solid rgba(255,255,255,.34); border-radius: 999px; font-size: 13px; font-weight: 800; }
.header-phone:hover { border-color: var(--red); background: var(--red); }
.header-phone svg { width: 16px; fill: currentColor; }
.menu-button { display: none; position: relative; z-index: 3; width: 46px; height: 46px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(17,18,22,.24); cursor: pointer; }
.menu-button span { position: absolute; left: 12px; width: 20px; height: 2px; background: currentColor; transition: transform .25s, top .25s; }
.menu-button span:first-child { top: 17px; }
.menu-button span:last-child { top: 26px; }
.menu-button[aria-expanded="true"] span:first-child { top: 22px; transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { top: 22px; transform: rotate(-45deg); }
.mobile-menu { position: fixed; z-index: 1; inset: 0; display: grid; align-content: center; padding: 120px 24px 40px; color: #fff; background: var(--black); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .25s, visibility .25s; }
.mobile-menu.open { opacity: 1; visibility: visible; pointer-events: auto; }
.mobile-menu nav { display: grid; }
.mobile-menu nav a { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: clamp(32px, 9vw, 48px); font-weight: 760; letter-spacing: -.045em; }
.mobile-menu nav a:hover { color: var(--red); }
.mobile-contact { margin-top: 28px; display: grid; gap: 9px; color: rgba(255,255,255,.65); font-size: 14px; }

.hero { position: relative; min-height: 780px; height: min(900px, 100svh); overflow: hidden; color: #fff; background: var(--black); }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 53% 50%; }
.hero-overlay { background: linear-gradient(90deg, rgba(8,9,13,.92) 0%, rgba(8,9,13,.73) 46%, rgba(8,9,13,.24) 82%), linear-gradient(0deg, rgba(8,9,13,.64), transparent 46%); }
.hero-content { position: relative; z-index: 2; height: 100%; padding-top: 125px; padding-bottom: 138px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.hero-kicker, .eyebrow { display: block; margin-bottom: 20px; color: var(--red); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .16em; }
.eyebrow.light { color: var(--red-soft); }
.hero h1 { margin: 0; max-width: 920px; font-size: clamp(58px, 7.7vw, 108px); line-height: .91; letter-spacing: -.067em; font-weight: 760; }
h1 em, h2 em { color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.hero-content > p { max-width: 620px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 21px; border: 1px solid transparent; border-radius: 999px; font-size: 13px; font-weight: 850; cursor: pointer; transition: background .2s, color .2s, border-color .2s, transform .2s; }
.button:hover { transform: translateY(-1px); }
.button-red { color: #fff; background: var(--red); }
.button-red:hover { background: var(--red-dark); }
.button-light { color: #fff; border-color: rgba(255,255,255,.36); background: rgba(255,255,255,.06); }
.button-light:hover { color: var(--black); background: #fff; }
.button-white { color: var(--black); background: #fff; }
.button-white:hover { color: #fff; background: var(--red); }
.button-dark { color: #fff; background: var(--black); }
.button-dark:hover { background: var(--blue); }
.hero-facts { position: absolute; z-index: 2; left: 50%; bottom: 28px; transform: translateX(-50%); display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.22); }
.hero-facts > div { min-width: 0; padding: 19px 28px 0 0; display: grid; gap: 4px; }
.hero-facts > div + div { padding-left: 28px; border-left: 1px solid rgba(255,255,255,.18); }
.hero-facts strong { font-size: 15px; }
.hero-facts span { color: rgba(255,255,255,.54); font-size: 11px; }

.focus-strip { border-bottom: 1px solid var(--line); background: #fff; }
.focus-strip .shell { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.focus-strip span { font-size: 12px; font-weight: 800; }
.focus-strip i { width: 4px; height: 4px; border-radius: 50%; background: var(--red); }

.section-head { display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.section-head h2, .story-copy h2, .process-intro h2, .contact-copy h2, .location-info h2 { margin: 0; font-size: clamp(44px, 5.2vw, 76px); line-height: .96; letter-spacing: -.06em; font-weight: 740; }
.section-head > p, .process-intro > p { margin: 0; color: var(--muted); font-size: 16px; line-height: 1.7; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s var(--ease), transform .55s var(--ease); }
.reveal.in-view { opacity: 1; transform: none; }

.services { background: var(--paper); }
.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-card { display: block; color: inherit; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: border-color .2s, transform .2s, box-shadow .2s; }
.service-card:hover { transform: translateY(-3px); border-color: rgba(17,18,22,.25); box-shadow: 0 16px 38px rgba(23,24,28,.07); }
.service-image { height: 190px; overflow: hidden; background: #dedbd4; }
.service-image img { width: 100%; height: 100%; object-fit: cover; }
.service-copy { padding: 24px; }
.service-copy > span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.service-copy h3 { margin: 9px 0 10px; font-size: 25px; letter-spacing: -.035em; }
.service-copy p { min-height: 66px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.service-card-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--blue); font-size: 12px; font-weight: 850; }
.service-card-link b { font-size: 14px; transition: transform .2s var(--ease); }
.service-card:hover .service-card-link b { transform: translate(2px,-2px); }
.service-card:focus-visible { outline: 3px solid color-mix(in srgb, var(--blue) 32%, transparent); outline-offset: 3px; }

.story { color: #fff; background: var(--black); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 86px; align-items: center; }
.story-visual { position: relative; }
.story-main-image { width: 100%; aspect-ratio: 4 / 4.4; object-fit: cover; border-radius: var(--radius-lg); }
.year-badge { position: absolute; right: -22px; bottom: 30px; width: 132px; height: 132px; display: grid; place-content: center; text-align: center; border-radius: 50%; color: #fff; background: var(--blue); }
.year-badge strong { font-size: 30px; letter-spacing: -.04em; }
.year-badge span { color: rgba(255,255,255,.68); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.story-copy h2 { max-width: 660px; }
.story-copy .lead { margin: 30px 0 15px; color: #fff; font-size: 19px; line-height: 1.6; }
.story-copy > p:not(.lead) { margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.72; }
.story-values { margin-top: 31px; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.14); }
.story-values div { padding: 20px 16px 0 0; display: grid; gap: 6px; }
.story-values div + div { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.14); }
.story-values strong { font-size: 14px; }
.story-values span { color: rgba(255,255,255,.46); font-size: 11px; line-height: 1.45; }
.text-link { display: inline-block; margin-top: 30px; color: var(--red-soft); font-size: 13px; font-weight: 850; }

.process { background: var(--paper-2); }
.process-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 90px; align-items: start; }
.process-intro { position: sticky; top: 40px; }
.process-intro > p { margin-top: 25px; max-width: 420px; }
.process-list { border-top: 1px solid var(--line); }
.process-step { border-bottom: 1px solid var(--line); }
.process-step summary { list-style: none; display: grid; grid-template-columns: 42px 1fr 38px; gap: 18px; align-items: center; min-height: 80px; padding: 0 6px; cursor: pointer; }
.process-step summary::-webkit-details-marker { display: none; }
.process-step summary span { color: var(--red); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.process-step summary strong { font-size: 22px; letter-spacing: -.03em; }
.process-step summary i { position: relative; justify-self: end; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; }
.process-step summary i::before, .process-step summary i::after { content: ""; position: absolute; left: 50%; top: 50%; width: 12px; height: 1px; background: var(--black); transform: translate(-50%,-50%); transition: transform .2s; }
.process-step summary i::after { transform: translate(-50%,-50%) rotate(90deg); }
.process-step[open] summary i::after { transform: translate(-50%,-50%) rotate(0); }
.process-step p { margin: -4px 44px 24px 60px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.process-step[open] summary strong { color: var(--blue); }
.process-step summary:hover strong { color: var(--blue); }

.projects { color: #fff; background: var(--blue-dark); }
.projects-head { margin-bottom: 42px; }
.projects-head > p { color: rgba(255,255,255,.67); }
.project-viewer { display: grid; grid-template-columns: 1.45fr .55fr; gap: 18px; min-height: 610px; }
.project-stage { position: relative; min-width: 0; margin: 0; overflow: hidden; border-radius: var(--radius-lg); background: #14151a; }
.project-stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.66), transparent 48%); pointer-events: none; }
.project-stage > img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; transition: opacity .2s; }
.project-stage.changing > img { opacity: .25; }
.project-stage figcaption { position: absolute; z-index: 2; left: 30px; right: 30px; bottom: 27px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 8px 30px; }
.project-stage figcaption span { grid-column: 1 / 3; color: rgba(255,255,255,.68); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.project-stage figcaption strong { font-size: 24px; letter-spacing: -.035em; }
.project-stage figcaption small { color: rgba(255,255,255,.58); font-size: 11px; }
.project-options { min-width: 0; display: grid; grid-template-rows: repeat(5,1fr); gap: 10px; }
.project-option { width: 100%; min-width: 0; padding: 9px; display: grid; grid-template-columns: 84px 1fr; gap: 13px; align-items: center; text-align: left; border: 1px solid rgba(255,255,255,.18); border-radius: var(--radius-sm); color: #fff; background: rgba(255,255,255,.055); cursor: pointer; transition: background .2s, border-color .2s; }
.project-option:hover, .project-option.active { border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.10); }
.project-option img { width: 84px; height: 82px; object-fit: cover; border-radius: 10px; }
.project-option span { min-width: 0; display: grid; gap: 5px; }
.project-option small { color: rgba(255,255,255,.58); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.project-option strong { overflow: hidden; text-overflow: ellipsis; font-size: 13px; line-height: 1.3; }

.reviews { padding: 78px 0; color: #fff; background: var(--black); }
.reviews-wrap { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: center; }
.reviews-score > div { display: flex; align-items: center; gap: 16px; }
.reviews-score > div strong { font-size: clamp(56px, 7vw, 82px); line-height: 1; letter-spacing: -.065em; }
.rating-stars { color: var(--gold); font-size: 18px; letter-spacing: .05em; }
.reviews-score p { margin: 13px 0 22px; color: rgba(255,255,255,.57); font-size: 13px; }
.review-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }
.review-list > div { min-width: 0; min-height: 66px; padding: 10px 13px; display: grid; grid-template-columns: 38px 1fr auto; gap: 10px; align-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.045); }
.avatar { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--blue); font-size: 10px; font-weight: 900; }
.review-list > div:nth-child(even) .avatar { background: var(--red); }
.review-list strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; }
.review-list small { color: var(--gold); font-size: 9px; letter-spacing: .02em; }

.partner-strip { border-bottom: 1px solid var(--line); background: #fff; }
.partner-inner { min-height: 96px; display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.partner-inner > span { color: var(--muted); font-size: 11px; }
.partner-inner div { display: flex; flex-wrap: wrap; gap: 28px; align-items: center; }
.partner-inner strong { font-size: 16px; letter-spacing: -.02em; }

.contact { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.contact-copy > p { max-width: 520px; margin: 25px 0 31px; color: var(--muted); font-size: 15px; line-height: 1.7; }
.contact-direct { border-top: 1px solid var(--line); }
.contact-direct a { display: grid; grid-template-columns: 74px 1fr; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.contact-direct span { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.contact-direct strong { overflow-wrap: anywhere; font-size: 16px; }
.contact-form { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: 0 16px 42px rgba(23,24,28,.06); }
.field-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.contact-form label:not(.check-field) { display: grid; gap: 8px; margin-bottom: 14px; }
.contact-form label > span:first-child { color: #555761; font-size: 11px; font-weight: 760; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); border-radius: 12px; outline: 0; color: var(--black); background: var(--paper); transition: border-color .2s, box-shadow .2s, background .2s; }
.contact-form input, .contact-form select { height: 50px; padding: 0 14px; }
.contact-form textarea { min-height: 130px; resize: vertical; padding: 14px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); background: #fff; box-shadow: 0 0 0 3px rgba(46,71,125,.11); }
.check-field { display: flex; gap: 10px; align-items: flex-start; margin: 5px 0 19px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.check-field input { flex: 0 0 auto; width: 16px; height: 16px; margin-top: 1px; accent-color: var(--blue); }
.check-field a { color: var(--blue); text-decoration: underline; }
.contact-form .button { width: 100%; }
.form-note { margin: 11px 0 0; color: #8b8c93; font-size: 10px; line-height: 1.5; text-align: center; }

.location { padding: 0 0 104px; background: var(--paper); }
.location-grid { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 500px; overflow: hidden; border-radius: var(--radius-lg); color: #fff; background: var(--black); }
.location-info { padding: 48px; }
.location-info address { margin: 27px 0 10px; color: rgba(255,255,255,.75); font-style: normal; font-size: 16px; line-height: 1.65; }
.location-info > p { margin: 0 0 25px; color: rgba(255,255,255,.44); font-size: 12px; }
.map-consent { position: relative; min-height: 500px; overflow: hidden; background: #dedbd4; }
.map-consent iframe { width: 100%; height: 100%; min-height: 500px; border: 0; }

.footer { padding-top: 72px; color: #fff; background: var(--black); }
.footer-top { display: grid; grid-template-columns: 1.3fr repeat(3,.7fr); gap: 50px; padding-bottom: 50px; }
.footer-logo-box { width: 245px; padding: 11px 14px; border-radius: 13px; background: #fff; }
.footer-logo-box img { width: 100%; height: auto; }
.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }
.footer-col { display: grid; align-content: start; gap: 10px; }
.footer-col > span { margin-bottom: 5px; color: rgba(255,255,255,.35); font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-col a, .footer-col p { margin: 0; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.55; }
.footer-col a:hover { color: #fff; }
.footer-bottom { min-height: 72px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.42); font-size: 10px; }
.footer-bottom div { display: flex; gap: 20px; }
.mobile-call { display: none; }

.legal-page { background: var(--paper); }
.legal-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(245,243,238,.96); }
.legal-header .shell { min-height: 84px; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.legal-header .logo-wrap { width: 190px; height: 66px; box-shadow: none; border: 1px solid var(--line); }
.legal-header a:last-child { font-size: 12px; font-weight: 800; }
.legal-main { min-height: 70vh; padding-top: 90px; padding-bottom: 110px; }
.legal-main article { max-width: 820px; }
.legal-main h1 { margin: 0 0 55px; font-size: clamp(56px,8vw,96px); letter-spacing: -.065em; line-height: .95; }
.legal-main h2 { margin: 36px 0 10px; font-size: 22px; letter-spacing: -.03em; }
.legal-main p { color: var(--muted); font-size: 14px; line-height: 1.75; }
.legal-main a:not(.button) { color: var(--blue); text-decoration: underline; }
.legal-note { margin-top: 45px; padding: 22px; border-left: 3px solid var(--red); background: #fff; }

@media (max-width: 1080px) {
  .desktop-nav { gap: 19px; }
  .header-phone span { display: none; }
  .header-phone { width: 44px; padding: 0; justify-content: center; }
  .services-grid { grid-template-columns: repeat(2,1fr); }
  .story-grid, .contact-grid { gap: 55px; }
  .process-grid { gap: 55px; }
  .project-viewer { grid-template-columns: 1.25fr .75fr; }
  .reviews-wrap { gap: 45px; }
  .footer-top { grid-template-columns: 1.2fr repeat(3,.8fr); gap: 30px; }
}

@media (max-width: 820px) {
  :root { --shell: min(100% - 34px, 720px); }
  .section { padding: 82px 0; }
  .header-shell { height: 80px; }
  .logo-wrap { width: 188px; height: 64px; }
  .desktop-nav, .header-phone { display: none; }
  .menu-button { display: block; margin-left: auto; }
  .hero { min-height: 720px; height: 92svh; }
  .hero-content { padding-top: 105px; padding-bottom: 165px; }
  .hero h1 { font-size: clamp(54px, 11vw, 82px); }
  .hero-content > p { font-size: 15px; }
  .hero-facts { grid-template-columns: repeat(3,1fr); }
  .hero-facts > div { padding-right: 12px; }
  .hero-facts > div + div { padding-left: 12px; }
  .hero-facts span { font-size: 9px; }
  .focus-strip .shell { justify-content: flex-start; overflow-x: auto; scrollbar-width: none; }
  .focus-strip .shell::-webkit-scrollbar { display: none; }
  .focus-strip span { white-space: nowrap; }
  .section-head { grid-template-columns: 1fr; gap: 22px; margin-bottom: 40px; }
  .section-head h2, .story-copy h2, .process-intro h2, .contact-copy h2, .location-info h2 { font-size: clamp(42px, 9.5vw, 66px); }
  .story-grid, .process-grid, .contact-grid, .location-grid { grid-template-columns: 1fr; }
  .story-grid { gap: 48px; }
  .story-visual { width: min(84%, 520px); }
  .year-badge { right: -40px; }
  .process-grid { gap: 38px; }
  .process-intro { position: static; }
  .project-viewer { grid-template-columns: 1fr; min-height: 0; }
  .project-stage > img { min-height: 520px; }
  .project-options { display: flex; overflow-x: auto; padding-bottom: 4px; scrollbar-width: none; }
  .project-options::-webkit-scrollbar { display: none; }
  .project-option { flex: 0 0 230px; }
  .reviews-wrap { grid-template-columns: 1fr; gap: 32px; }
  .partner-inner { padding: 20px 0; align-items: flex-start; flex-direction: column; gap: 18px; }
  .location-grid { min-height: 0; }
  .map-consent { min-height: 420px; }
  .footer-top { grid-template-columns: repeat(2,1fr); }
  .footer-brand { grid-column: 1 / 3; }
}

@media (max-width: 560px) {
  :root { --shell: calc(100vw - 28px); }
  .section { padding: 68px 0; }
  .header-shell { height: 74px; }
  .logo-wrap { width: 168px; height: 58px; border-radius: 11px; padding-inline: 10px; }
  .menu-button { width: 42px; height: 42px; }
  .menu-button span { left: 11px; width: 18px; }
  .hero { min-height: 690px; height: 88svh; }
  .hero-media img { object-position: 62% 50%; }
  .hero-overlay { background: linear-gradient(90deg, rgba(8,9,13,.9), rgba(8,9,13,.46)), linear-gradient(0deg, rgba(8,9,13,.72), transparent 55%); }
  .hero-content { padding-top: 98px; padding-bottom: 176px; }
  .hero h1 { font-size: clamp(48px, 14vw, 68px); line-height: .94; }
  .hero-content > p { margin-top: 22px; font-size: 14px; }
  .hero-actions { width: 100%; }
  .hero-actions .button { flex: 1 1 auto; }
  .hero-facts { bottom: 20px; grid-template-columns: 1fr 1fr; gap: 0; }
  .hero-facts > div { padding-top: 14px; }
  .hero-facts > div:nth-child(3) { display: none; }
  .focus-strip .shell { min-height: 60px; gap: 14px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-image { height: 190px; }
  .service-copy p { min-height: 0; }
  .story-visual { width: calc(100% - 22px); }
  .year-badge { right: -22px; width: 112px; height: 112px; }
  .year-badge strong { font-size: 26px; }
  .story-values { grid-template-columns: 1fr; }
  .story-values div { padding: 16px 0; }
  .story-values div + div { padding-left: 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .process-step summary { grid-template-columns: 34px 1fr 34px; gap: 12px; min-height: 72px; }
  .process-step summary strong { font-size: 19px; }
  .process-step p { margin: -2px 40px 20px 46px; font-size: 13px; }
  .project-stage > img { min-height: 430px; }
  .project-stage figcaption { left: 20px; right: 20px; bottom: 20px; }
  .project-stage figcaption strong { font-size: 19px; }
  .project-option { flex-basis: 210px; grid-template-columns: 68px 1fr; }
  .project-option img { width: 68px; height: 66px; }
  .reviews { padding: 62px 0; }
  .review-list { grid-template-columns: 1fr; }
  .review-list > div { min-height: 58px; }
  .partner-inner div { gap: 18px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 22px; border-radius: 20px; }
  .location { padding-bottom: 82px; }
  .location-info { padding: 34px 24px; }
  .map-consent { min-height: 360px; }
  .footer { padding-bottom: 76px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 20px 0; flex-wrap: wrap; justify-content: center; text-align: center; }
  .mobile-call { position: fixed; z-index: 900; left: 14px; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; color: #fff; background: var(--red); box-shadow: 0 10px 26px rgba(23,24,28,.20); font-size: 13px; font-weight: 850; }
  .mobile-call svg { width: 16px; fill: currentColor; }
  .legal-header .logo-wrap { width: 150px; height: 54px; }
  .legal-main { padding-top: 65px; padding-bottom: 80px; }
  .legal-main h1 { margin-bottom: 42px; }
}

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

@supports (content-visibility: auto) {
  .services, .story, .process, .projects, .reviews, .contact, .location { content-visibility: auto; contain-intrinsic-size: 900px; }
}


/* Service detail pages */
.service-page { background: var(--paper); }
.service-page .site-header { position: absolute; }
.service-hero { position: relative; min-height: 650px; display: grid; align-items: end; overflow: hidden; color: #fff; background: var(--black); }
.service-hero-media, .service-hero::after { position: absolute; inset: 0; }
.service-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.service-hero::after { content: ""; background: linear-gradient(90deg, rgba(9,10,14,.94) 0%, rgba(9,10,14,.76) 48%, rgba(9,10,14,.22) 100%), linear-gradient(0deg, rgba(9,10,14,.74), transparent 48%); }
.service-hero-inner { position: relative; z-index: 1; padding: 150px 0 72px; }
.service-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 26px; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 720; }
.service-breadcrumb a:hover { color: #fff; }
.service-hero h1 { max-width: 900px; margin: 0; font-size: clamp(64px, 9vw, 126px); line-height: .88; letter-spacing: -.07em; }
.service-hero h1 em { display: block; color: var(--red); font-family: Georgia, "Times New Roman", serif; font-weight: 400; }
.service-hero-lead { max-width: 680px; margin: 28px 0 0; color: rgba(255,255,255,.75); font-size: 18px; line-height: 1.68; }
.service-hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 30px; }
.service-overview { padding: 100px 0; }
.service-overview-grid { display: grid; grid-template-columns: minmax(0,1.12fr) minmax(300px,.72fr); gap: 90px; align-items: start; }
.service-overview-copy h2, .service-gallery-head h2, .service-related h2 { margin: 0; font-size: clamp(42px, 5.5vw, 74px); line-height: .98; letter-spacing: -.055em; }
.service-overview-copy .lead { margin: 28px 0 16px; color: var(--black); font-size: 20px; line-height: 1.58; }
.service-overview-copy p:not(.lead) { margin: 0 0 15px; color: var(--muted); font-size: 15px; line-height: 1.75; }
.service-facts { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.service-facts > span { display: block; margin-bottom: 18px; color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.service-facts ul { margin: 0; padding: 0; list-style: none; }
.service-facts li { position: relative; padding: 14px 0 14px 27px; border-top: 1px solid var(--line); color: var(--black); font-size: 14px; font-weight: 760; }
.service-facts li::before { content: ""; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.service-detail-blocks { margin-top: 60px; display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-detail-block { padding: 28px; border-radius: var(--radius-md); background: #fff; border: 1px solid var(--line); }
.service-detail-block span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.service-detail-block h3 { margin: 12px 0 10px; font-size: 23px; letter-spacing: -.035em; }
.service-detail-block p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }
.service-gallery-section { padding: 100px 0; color: #fff; background: var(--black); }
.service-gallery-head { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 60px; margin-bottom: 46px; }
.service-gallery-head p { margin: 0; color: rgba(255,255,255,.56); font-size: 14px; line-height: 1.7; }
.detail-gallery { display: grid; grid-template-columns: minmax(0,1fr) 260px; gap: 16px; }
.detail-gallery-main { position: relative; margin: 0; min-height: 610px; overflow: hidden; border-radius: var(--radius-lg); background: var(--black-2); }
.detail-gallery-main img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; transition: opacity .18s var(--ease), transform .32s var(--ease); }
.detail-gallery.changing .detail-gallery-main img { opacity: .45; transform: scale(1.01); }
.detail-gallery-main figcaption { position: absolute; left: 24px; right: 24px; bottom: 22px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; color: rgba(255,255,255,.86); background: rgba(15,16,20,.72); backdrop-filter: blur(10px); font-size: 12px; }
.detail-gallery-thumbs { display: grid; gap: 10px; align-content: start; max-height: 610px; overflow-y: auto; scrollbar-width: thin; }
.detail-gallery-thumbs button { position: relative; min-height: 94px; padding: 0; overflow: hidden; border: 1px solid transparent; border-radius: 15px; background: var(--black-2); cursor: pointer; }
.detail-gallery-thumbs button img { width: 100%; height: 94px; object-fit: cover; opacity: .62; transition: opacity .2s, transform .25s var(--ease); }
.detail-gallery-thumbs button:hover img, .detail-gallery-thumbs button.active img { opacity: 1; transform: scale(1.02); }
.detail-gallery-thumbs button.active { border-color: var(--red); }
.service-related { padding: 100px 0; }
.service-related-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.service-related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.service-related-card { min-height: 190px; padding: 26px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; transition: transform .2s, border-color .2s; }
.service-related-card:hover { transform: translateY(-3px); border-color: rgba(23,24,28,.25); }
.service-related-card span { color: var(--red); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.service-related-card strong { display: block; margin-top: 10px; font-size: 25px; letter-spacing: -.035em; }
.service-related-card b { align-self: flex-end; color: var(--blue); font-size: 19px; }
.service-cta { padding: 74px 0; color: #fff; background: var(--blue-dark); }
.service-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.service-cta h2 { max-width: 780px; margin: 0; font-size: clamp(40px, 5vw, 68px); line-height: .98; letter-spacing: -.055em; }
.service-cta h2 em { color: var(--red-soft); }
.service-footer-spacer { height: 1px; }

@media (max-width: 960px) {
  .service-overview-grid { grid-template-columns: 1fr; gap: 42px; }
  .service-detail-blocks { grid-template-columns: 1fr 1fr; }
  .detail-gallery { grid-template-columns: 1fr; }
  .detail-gallery-main, .detail-gallery-main img { min-height: 520px; }
  .detail-gallery-thumbs { display: flex; overflow-x: auto; overflow-y: hidden; max-height: none; }
  .detail-gallery-thumbs button { flex: 0 0 180px; }
  .service-related-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
  .service-hero { min-height: 620px; }
  .service-hero-inner { padding-top: 125px; }
  .service-gallery-head { grid-template-columns: 1fr; gap: 18px; }
  .service-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
  .service-hero { min-height: 590px; }
  .service-hero h1 { font-size: clamp(54px, 16vw, 76px); }
  .service-hero-lead { font-size: 15px; }
  .service-overview, .service-gallery-section, .service-related { padding: 72px 0; }
  .service-detail-blocks, .service-related-grid { grid-template-columns: 1fr; }
  .service-detail-block { padding: 23px; }
  .detail-gallery-main, .detail-gallery-main img { min-height: 390px; }
  .detail-gallery-thumbs button { flex-basis: 132px; min-height: 78px; }
  .detail-gallery-thumbs button img { height: 78px; }
  .service-cta { padding: 56px 0 90px; }
}


/* Readability and in-page service view */
:root { --muted: #575b63; }
body { font-size: 16px; line-height: 1.5; }
.desktop-nav a, .header-phone { font-size: 14px; }
.hero-kicker, .eyebrow { font-size: 12px; }
.hero-content > p { font-size: 18px; line-height: 1.72; }
.hero-facts strong { font-size: 16px; }
.hero-facts span { font-size: 12px; }
.focus-strip span { font-size: 13px; }
.section-head > p, .process-intro > p { font-size: 17px; line-height: 1.75; }
.service-copy h3 { font-size: 27px; }
.service-copy p { font-size: 16px; line-height: 1.68; }
.service-card-link { font-size: 13px; }
.story-copy .lead { font-size: 20px; line-height: 1.65; }
.story-copy > p:not(.lead) { color: rgba(255,255,255,.72); font-size: 16px; line-height: 1.78; }
.story-values strong { font-size: 15px; }
.story-values span { font-size: 12px; }
.process-step summary strong { font-size: 23px; }
.process-step p { font-size: 16px; line-height: 1.72; }
.project-option strong { font-size: 14px; }
.projects-head > p { color: rgba(255,255,255,.78); }
.reviews-score p { color: rgba(255,255,255,.7); font-size: 14px; }
.review-list strong { font-size: 13px; }
.partner-inner > span { font-size: 13px; }
.contact-copy > p { font-size: 17px; line-height: 1.75; }
.contact-direct span { font-size: 11px; }
.contact-direct strong { font-size: 17px; }
.contact-form label > span:first-child { color: #454851; font-size: 13px; }
.contact-form input, .contact-form textarea, .contact-form select { font-size: 16px; }
.check-field { font-size: 13px; }
.form-note { font-size: 12px; }
.location-info address { font-size: 17px; }
.location-info > p { color: rgba(255,255,255,.65); font-size: 13px; }
.footer-brand p, .footer-col a, .footer-col p { font-size: 13px; }
.footer-col > span, .footer-bottom { font-size: 11px; }
.legal-main p { font-size: 16px; line-height: 1.8; }

[data-home-view][hidden], [data-service-view][hidden] { display: none !important; }
.inline-service-view { min-height: 100vh; background: var(--paper); }
.inline-service-back { display: inline-flex; align-items: center; min-height: 42px; margin: 0 0 27px; padding: 0; border: 0; color: rgba(255,255,255,.78); background: transparent; font-size: 14px; font-weight: 800; cursor: pointer; transition: color .2s, transform .2s; }
.inline-service-back:hover { color: #fff; transform: translateX(-2px); }
.inline-service-view .service-hero { min-height: 680px; }
.inline-service-view .service-hero-inner { padding-top: 124px; }
.inline-service-view .service-overview-copy > [data-service-paragraphs] p { margin: 0 0 17px; color: var(--muted); font-size: 17px; line-height: 1.78; }
.inline-service-view .service-overview-copy .lead { font-size: 21px; }
.inline-service-view .service-facts li { font-size: 16px; line-height: 1.45; }
.inline-service-view .service-detail-block p { font-size: 16px; line-height: 1.72; }
.inline-service-view .service-gallery-head p { color: rgba(255,255,255,.72); font-size: 16px; }
.inline-service-view .detail-gallery-main figcaption { font-size: 14px; }
.inline-service-view .service-related-card { width: 100%; color: var(--black); text-align: left; font: inherit; cursor: pointer; }
.inline-service-view .service-related-card strong { font-size: 26px; }
.inline-all-services { padding: 0; border: 0; background: transparent; color: var(--blue); font: inherit; font-weight: 800; cursor: pointer; }
body.inline-service-active .footer { display: block; }
body.inline-service-active .mobile-call { z-index: 1100; }

@media (max-width: 820px) {
  .hero-content > p, .section-head > p, .process-intro > p, .contact-copy > p { font-size: 16px; }
  .inline-service-view .service-hero { min-height: 650px; }
  .inline-service-view .service-hero-inner { padding-top: 110px; }
  .inline-service-view .service-overview-copy > [data-service-paragraphs] p { font-size: 16px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .hero-content > p { font-size: 16px; }
  .service-copy p, .story-copy > p:not(.lead), .process-step p, .contact-copy > p { font-size: 15px; }
  .process-step p { margin-left: 46px; margin-right: 10px; }
  .inline-service-view .service-hero { min-height: 620px; }
  .inline-service-view .service-hero-inner { padding-top: 94px; padding-bottom: 58px; }
  .inline-service-back { margin-bottom: 22px; font-size: 13px; }
  .inline-service-view .service-overview-copy .lead { font-size: 18px; }
  .inline-service-view .service-overview-copy > [data-service-paragraphs] p,
  .inline-service-view .service-facts li,
  .inline-service-view .service-detail-block p,
  .inline-service-view .service-gallery-head p { font-size: 15px; }
}

/* --- 2026 readability + gallery refresh --- */
body {
  font-size: 17px;
  line-height: 1.65;
}
.section { padding: 88px 0; }
.hero-content > p,
.section-head > p,
.process-intro > p,
.contact-copy > p,
.location-info address,
.story-copy .lead,
.story-copy > p:not(.lead) {
  font-size: 17px;
  line-height: 1.72;
}
.hero-facts strong { font-size: 18px; }
.hero-facts span { font-size: 13px; }
.focus-strip {
  background: linear-gradient(180deg, #faf9f6, #f0ece5);
  border-top: 1px solid rgba(255,255,255,.18);
}
.focus-strip-inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 22px;
  align-items: center;
}
.focus-strip-label {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.focus-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.focus-chip {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(46,71,125,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 8px 20px rgba(23,24,28,.04);
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
}
.services-grid { gap: 18px; }
.service-card {
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  cursor: pointer;
}
.service-copy { padding: 28px; }
.service-copy h3 { font-size: 28px; }
.service-copy p { min-height: 0; font-size: 15px; line-height: 1.72; }
.service-card-link { font-size: 14px; }
.process { background: #fff; }
.process-list {
  border-top: 0;
  display: grid;
  gap: 12px;
}
.process-step {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
}
.process-step summary { padding: 0 18px; min-height: 82px; }
.process-step p { margin: -4px 54px 24px 78px; font-size: 15px; }
.projects {
  color: var(--black);
  background: linear-gradient(180deg, #f4f2ee 0%, #ebe7de 100%);
}
.references-head > p { color: var(--muted); }
.reference-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.reference-filter {
  appearance: none;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(46,71,125,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s, transform .2s;
}
.reference-filter:hover { transform: translateY(-1px); }
.reference-filter.active {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
}
.reference-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.reference-card {
  appearance: none;
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 270px;
  padding: 0;
  border: 1px solid rgba(23,24,28,.08);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 28px rgba(23,24,28,.06);
  cursor: pointer;
  text-align: left;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.reference-card:hover {
  transform: translateY(-4px);
  border-color: rgba(46,71,125,.18);
  box-shadow: 0 18px 34px rgba(23,24,28,.09);
}
.reference-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.reference-card-copy {
  padding: 16px 18px 18px;
  display: grid;
  gap: 7px;
}
.reference-card-copy span {
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .14em;
}
.reference-card-copy strong {
  font-size: 21px;
  line-height: 1.18;
  letter-spacing: -.03em;
}
.reference-card-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}
.reference-modal {
  position: fixed;
  z-index: 2200;
  inset: 0;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background: rgba(13,15,19,.85);
  backdrop-filter: blur(8px);
}
.reference-modal[hidden] { display: none; }
.reference-modal-dialog {
  max-width: min(1180px, calc(100vw - 140px));
  margin: 0 auto;
}
.reference-modal-stage {
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #111;
  box-shadow: 0 20px 50px rgba(0,0,0,.35);
}
.reference-modal-stage img {
  width: 100%;
  max-height: 72vh;
  object-fit: contain;
  background: #111;
}
.reference-modal-stage figcaption {
  padding: 24px 28px 28px;
  color: #fff;
  background: linear-gradient(180deg, rgba(17,17,17,.94), rgba(17,17,17,.98));
}
.reference-modal-stage span {
  display: block;
  margin-bottom: 8px;
  color: var(--red-soft);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.reference-modal-stage strong {
  display: block;
  font-size: 31px;
  line-height: 1.12;
  letter-spacing: -.04em;
}
.reference-modal-stage p {
  margin: 10px 0 0;
  color: rgba(255,255,255,.72);
  font-size: 16px;
  line-height: 1.7;
}
.reference-modal-stage small {
  display: block;
  margin-top: 12px;
  color: rgba(255,255,255,.45);
  font-size: 12px;
}
.reference-modal-close,
.reference-modal-nav {
  appearance: none;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
}
.reference-modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
}
.partner-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}
.partner-inner {
  min-height: 128px;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 24px;
  align-items: center;
}
.partner-copy span {
  display: block;
  margin-bottom: 8px;
  color: var(--red);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.partner-copy p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.partner-list strong {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #f8f7f3;
  font-size: 14px;
  font-weight: 800;
}
.reviews { padding: 68px 0; }
.reviews-wrap { gap: 42px; }
.reviews-score p { font-size: 15px; }
.review-list strong { font-size: 13px; }
.contact-direct strong,
.contact-form input,
.contact-form select,
.contact-form textarea { font-size: 15px; }
.footer-col a, .footer-col p, .footer-brand p { font-size: 13px; line-height: 1.7; }

@media (max-width: 1080px) {
  .reference-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .partner-inner { grid-template-columns: 1fr; }
  .partner-list { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .focus-strip-inner { grid-template-columns: 1fr; gap: 14px; padding: 18px 0; }
  .reference-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reference-modal { grid-template-columns: 1fr; padding: 16px; }
  .reference-modal-dialog { max-width: 100%; }
  .reference-modal-nav { position: absolute; bottom: 18px; z-index: 2; }
  .reference-modal-nav.prev { left: 18px; }
  .reference-modal-nav.next { right: 18px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .section { padding: 70px 0; }
  .focus-chip-row { gap: 10px; }
  .focus-chip { min-height: 38px; padding: 0 13px; font-size: 13px; }
  .service-copy { padding: 22px; }
  .service-copy h3 { font-size: 25px; }
  .reference-grid { grid-template-columns: 1fr; }
  .reference-card img { height: 220px; }
  .reference-modal-stage figcaption { padding: 20px 20px 24px; }
  .reference-modal-stage strong { font-size: 24px; }
  .partner-copy p { font-size: 15px; }
}
body.reference-modal-open { overflow: hidden; }

/* --- Floating reference collage --- */
.gallery-collage-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 18% 28%, rgba(199,44,56,.08), transparent 28%),
    radial-gradient(circle at 82% 54%, rgba(46,71,125,.09), transparent 30%),
    linear-gradient(180deg, #f8f7f4 0%, #efebe4 100%);
}
.gallery-collage-heading {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.gallery-collage-heading h2 {
  margin: 0;
  font-size: clamp(48px, 6.2vw, 82px);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 760;
}
.gallery-collage-heading > p {
  max-width: 680px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.72;
}
.gallery-collage {
  position: relative;
  margin-top: 34px;
}
.gallery-collage-stage {
  position: relative;
  width: min(1160px, 100%);
  height: 620px;
  margin: 0 auto;
}
.gallery-collage-image {
  appearance: none;
  position: absolute;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 20px;
  background: #d9d5cf;
  box-shadow: 0 24px 48px rgba(23,24,28,.18);
  cursor: zoom-in;
  transform: translateZ(0);
  animation: collage-float 7s ease-in-out infinite;
  transition: box-shadow .25s var(--ease), border-color .25s var(--ease), scale .25s var(--ease);
}
.gallery-collage-image:hover {
  z-index: 40;
  scale: 1.025;
  border-color: #fff;
  box-shadow: 0 30px 60px rgba(23,24,28,.24);
}
.gallery-collage-image:focus-visible {
  outline: 4px solid rgba(46,71,125,.34);
  outline-offset: 5px;
}
.gallery-collage-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-collage-image > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  max-width: calc(100% - 24px);
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  color: #fff;
  background: rgba(15,17,21,.68);
  backdrop-filter: blur(8px);
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery-collage-main {
  z-index: 20;
  left: 50%;
  top: 50%;
  width: 390px;
  height: 300px;
  transform: translate(-50%, -50%);
  animation-delay: 0s;
}
.gallery-collage-top-left {
  z-index: 12;
  left: 18%;
  top: 9%;
  width: 250px;
  height: 185px;
  animation-delay: -1.1s;
}
.gallery-collage-top-right {
  z-index: 11;
  right: 20%;
  top: 5%;
  width: 210px;
  height: 250px;
  animation-delay: -2.3s;
}
.gallery-collage-bottom-right {
  z-index: 24;
  right: 17%;
  bottom: 4%;
  width: 235px;
  height: 270px;
  animation-delay: -3.4s;
}
.gallery-collage-far-right {
  z-index: 8;
  right: 1%;
  top: 39%;
  width: 250px;
  height: 185px;
  animation-delay: -4.5s;
}
.gallery-collage-bottom-left {
  z-index: 23;
  left: 15%;
  bottom: 3%;
  width: 220px;
  height: 265px;
  animation-delay: -5.2s;
}
.gallery-collage-far-left {
  z-index: 9;
  left: 0;
  top: 33%;
  width: 215px;
  height: 270px;
  animation-delay: -6.1s;
}
@keyframes collage-float {
  0%, 100% { margin-top: 0; }
  50% { margin-top: -7px; }
}
.gallery-rating {
  display: grid;
  grid-template-columns: auto 1px minmax(240px, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: 980px;
  margin: 34px auto 0;
  padding: 24px 26px;
  border: 1px solid rgba(23,24,28,.09);
  border-radius: 22px;
  background: rgba(255,255,255,.82);
  box-shadow: 0 18px 45px rgba(23,24,28,.07);
  backdrop-filter: blur(12px);
}
.gallery-rating-score {
  display: flex;
  align-items: center;
  gap: 14px;
}
.gallery-rating-score > strong {
  color: var(--blue-dark);
  font-size: 52px;
  line-height: 1;
  letter-spacing: -.06em;
}
.gallery-rating-score > div {
  display: grid;
  gap: 4px;
}
.gallery-rating-stars {
  color: var(--gold);
  font-size: 17px;
  letter-spacing: .06em;
}
.gallery-rating-score p,
.gallery-rating-copy {
  margin: 0;
}
.gallery-rating-score p {
  color: var(--black);
  font-size: 14px;
  font-weight: 800;
}
.gallery-rating-divider {
  width: 1px;
  height: 54px;
  background: var(--line);
}
.gallery-rating-copy {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}
.collage-lightbox {
  position: fixed;
  z-index: 2400;
  inset: 0;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 20px;
  padding: 28px;
  background: rgba(10,11,14,.88);
  backdrop-filter: blur(10px);
}
.collage-lightbox[hidden] { display: none; }
.collage-lightbox-stage {
  width: min(1120px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border-radius: 24px;
  background: #111318;
  box-shadow: 0 30px 80px rgba(0,0,0,.45);
}
.collage-lightbox-stage img {
  width: 100%;
  max-height: 76vh;
  object-fit: contain;
  background: #101216;
}
.collage-lightbox-stage figcaption {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 24px;
  align-items: end;
  padding: 20px 24px 24px;
  color: #fff;
}
.collage-lightbox-stage figcaption span {
  grid-column: 1 / 3;
  color: var(--red-soft);
  font-size: 11px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: .15em;
}
.collage-lightbox-stage figcaption strong {
  font-size: 28px;
  letter-spacing: -.035em;
}
.collage-lightbox-stage figcaption small {
  color: rgba(255,255,255,.55);
  font-size: 12px;
}
.collage-lightbox-close,
.collage-lightbox-nav {
  appearance: none;
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.08);
  cursor: pointer;
  transition: background .2s, border-color .2s;
}
.collage-lightbox-close:hover,
.collage-lightbox-nav:hover {
  border-color: rgba(255,255,255,.42);
  background: rgba(255,255,255,.15);
}
.collage-lightbox-close {
  position: absolute;
  z-index: 3;
  top: 20px;
  right: 20px;
  font-size: 28px;
}
.collage-lightbox-nav { font-size: 34px; }
body.collage-lightbox-open { overflow: hidden; }

@media (max-width: 1020px) {
  .gallery-collage-stage { height: 570px; }
  .gallery-collage-main { width: 350px; height: 280px; }
  .gallery-collage-top-left { left: 13%; }
  .gallery-collage-top-right { right: 14%; }
  .gallery-collage-bottom-right { right: 10%; }
  .gallery-collage-bottom-left { left: 10%; }
  .gallery-collage-far-left { left: -3%; }
  .gallery-collage-far-right { right: -3%; }
  .gallery-rating { grid-template-columns: auto 1px 1fr; }
  .gallery-rating .button { grid-column: 1 / -1; width: 100%; }
}
@media (max-width: 760px) {
  .gallery-collage-section { overflow: hidden; }
  .gallery-collage-heading { text-align: left; }
  .gallery-collage-heading > p { margin-left: 0; }
  .gallery-collage {
    width: calc(100% + 24px);
    overflow-x: auto;
    margin-right: -24px;
    padding: 4px 24px 18px 0;
    scrollbar-width: none;
  }
  .gallery-collage::-webkit-scrollbar { display: none; }
  .gallery-collage-stage {
    position: static;
    width: max-content;
    height: auto;
    display: flex;
    gap: 14px;
    margin: 0;
  }
  .gallery-collage-image,
  .gallery-collage-main,
  .gallery-collage-top-left,
  .gallery-collage-top-right,
  .gallery-collage-bottom-right,
  .gallery-collage-far-right,
  .gallery-collage-bottom-left,
  .gallery-collage-far-left {
    position: relative;
    inset: auto;
    z-index: auto;
    flex: 0 0 250px;
    width: 250px;
    height: 330px;
    transform: none;
    animation: none;
    border-radius: 18px;
  }
  .gallery-collage-main { flex-basis: 300px; width: 300px; }
  .gallery-rating {
    grid-template-columns: 1fr;
    gap: 18px;
    text-align: left;
  }
  .gallery-rating-divider { width: 100%; height: 1px; }
  .gallery-rating .button { grid-column: auto; }
  .collage-lightbox {
    grid-template-columns: 1fr;
    padding: 16px;
  }
  .collage-lightbox-nav {
    position: absolute;
    z-index: 3;
    bottom: 18px;
  }
  .collage-lightbox-prev { left: 18px; }
  .collage-lightbox-next { right: 18px; }
  .collage-lightbox-stage figcaption { padding-bottom: 82px; }
}
@media (prefers-reduced-motion: reduce) {
  .gallery-collage-image { animation: none; }
}
.gallery-collage-image > span {
  opacity: 0;
  transform: translateY(5px);
  transition: opacity .2s var(--ease), transform .2s var(--ease);
}
.gallery-collage-image:hover > span,
.gallery-collage-image:focus-visible > span {
  opacity: 1;
  transform: none;
}
@media (max-width: 760px) {
  .gallery-collage-image > span {
    opacity: 1;
    transform: none;
  }
}
.skip-link {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.skip-link:focus {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media (max-width: 760px) {
  .gallery-rating .button { margin-bottom: 68px; }
}
@media (max-width: 760px) {
  .mobile-call {
    left: auto;
    right: 16px;
    width: auto;
    min-width: 126px;
    padding: 0 18px;
  }
  .gallery-rating .button { margin-bottom: 0; }
}
@media (max-width: 760px) {
  .mobile-call {
    left: auto;
    right: 16px;
    width: 54px;
    min-width: 54px;
    height: 54px;
    padding: 0;
  }
  .mobile-call span { display: none; }
  .mobile-call svg { width: 19px; }
  .gallery-rating .button {
    width: calc(100% - 70px);
    justify-self: start;
  }
}
