:root {
  --brand: #568f98;
  --brand-dark: #356d76;
  --ink: #333638;
  --muted: #606b70;
  --white: #fff;
  --surface: #f2f5f5;
  --tint: #e6eff0;
  --line: #d9e1e2;
  --font: 'DM Sans', Arial, sans-serif;
  --gutter: clamp(22px, 5vw, 80px);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 115px; }
body { margin: 0; background: var(--white); color: var(--ink); font: 400 15px/1.75 var(--font); -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: #c5dee2; }
a { text-decoration: none; color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; cursor: pointer; border-radius: 0; }
button:disabled { cursor: default; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-weight: 700; }
h1 { font-size: clamp(48px, 5.4vw, 82px); line-height: 1.05; letter-spacing: -.055em; }
h2 { font-size: clamp(34px, 3.45vw, 52px); line-height: 1.13; letter-spacing: -.045em; }
h3 { font-size: 23px; line-height: 1.25; letter-spacing: -.025em; }
h1 > span, h2 > span { color: var(--brand-dark); }
:focus-visible { outline: 3px solid var(--brand-dark); outline-offset: 5px; }
.container { width: 100%; max-width: 1520px; margin-inline: auto; padding-inline: var(--gutter); }
.section { padding-block: clamp(70px, 7.5vw, 112px); }
.surface { background: var(--surface); }
.eyebrow { text-transform: uppercase; letter-spacing: .13em; font-size: 10px; line-height: 1.6; font-weight: 600; margin-bottom: 24px; }
.small-square { display: inline-block; width: 7px; height: 7px; background: var(--brand); margin-right: 8px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-height: 53px; padding: 15px 22px; font-size: 12px; font-weight: 600; line-height: 1.5; border: 1px solid var(--brand-dark); background: var(--brand-dark); color: #fff; transition: background .2s, border-color .2s; }
.button span { font-size: 22px; line-height: 1; }
.button:hover { background: #285760; border-color: #285760; }
.button--secondary { color: var(--ink); background: transparent; border-color: #a7b7bb; }
.button--secondary:hover { background: var(--tint); border-color: var(--brand-dark); }
.text-link { display: inline-flex; align-items: center; gap: 24px; padding: 6px 0; border: 0; border-bottom: 1px solid #b2c4c7; background: none; font-size: 12px; font-weight: 600; }
.text-link:hover { color: var(--brand-dark); border-color: var(--brand-dark); }
.text-link span { font-size: 20px; }
.inline-link { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; }
.inline-link:hover { color: var(--ink); }
.skip-link { position: fixed; left: 12px; top: 8px; z-index: 90; padding: 12px 20px; background: var(--ink); color: white; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.topbar { background: var(--ink); color: #e3e9ea; font-size: 10px; }
.topbar > div { display: flex; justify-content: space-between; align-items: center; min-height: 32px; }
.topbar a { display: flex; gap: 14px; align-items: center; }
.topbar strong { color: #fff; font-weight: 500; }
.site-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: #fff; }
.header-inner { min-height: 94px; display: flex; align-items: center; gap: 30px; }
.brand { flex-shrink: 0; }
.brand img { width: 265px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: clamp(22px, 2.5vw, 38px); margin-left: auto; }
.desktop-nav a { position: relative; font-size: 12px; padding-block: 8px; }
.desktop-nav a::after { content: ''; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; background: var(--brand); transform: scaleX(0); transform-origin: left; transition: transform .2s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current]::after { transform: scaleX(1); }
.desktop-nav a[aria-current] { color: var(--brand-dark); }
.header-cta { flex-shrink: 0; display: flex; align-items: center; gap: 22px; font-size: 11px; font-weight: 600; padding: 12px 17px; background: var(--brand-dark); color: #fff; margin-left: 7px; }
.header-cta span { font-size: 20px; }
.header-cta:hover { background: var(--ink); }
.menu-toggle, .mobile-menu { display: none; }
.home-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 6%; padding-block: 46px 54px; }
.home-hero-copy { padding-top: 38px; }
.home-hero h1 { font-size: clamp(56px, 6vw, 88px); text-transform: uppercase; line-height: 1.035; font-weight: 700; letter-spacing: -.057em; margin-bottom: 28px; }
.home-hero h1 span { color: var(--brand); }
.hero-description { color: var(--muted); font-size: 14px; max-width: 425px; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 32px; flex-wrap: wrap; }
.hero-signature { display: flex; align-items: center; gap: 17px; margin-top: 48px; font-size: 11px; color: var(--muted); line-height: 1.6; }
.hero-signature strong { color: var(--ink); font-weight: 500; }
.signature-stroke { width: 34px; height: 44px; background: var(--brand); clip-path: polygon(9% 4%, 92% 0, 89% 95%, 78% 89%, 73% 100%, 59% 89%, 44% 98%, 39% 89%, 20% 99%, 18% 90%, 0 92%); transform: rotate(7deg); }
.home-hero-visual { position: relative; min-width: 0; }
.home-hero-visual > img { width: 100%; height: 600px; object-fit: cover; object-position: 50% 52%; }
.hero-caption { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-top: 13px; font-size: 9px; color: var(--muted); }
.trust-strip { background: var(--surface); border-block: 1px solid var(--line); }
.trust-strip > div { display: grid; grid-template-columns: repeat(4,1fr); gap: 28px; padding-block: 24px; }
.trust-strip span { display: flex; align-items: center; gap: 15px; font-size: 11px; }
.trust-strip i { color: var(--brand-dark); font-size: 9px; font-style: normal; }
.section-heading { display: flex; justify-content: space-between; gap: 55px; align-items: flex-end; margin-bottom: 44px; }
.section-heading > p { max-width: 310px; color: var(--muted); font-size: 13px; padding-bottom: 3px; }
.section-heading .eyebrow { margin-bottom: 20px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 28px; }
.service-card-photo { display: block; position: relative; overflow: hidden; background: var(--tint); }
.service-card-photo img { width: 100%; height: 292px; object-fit: cover; transition: transform .5s; }
.service-card-photo:hover img { transform: scale(1.035); }
.card-number { position: absolute; top: 14px; left: 14px; padding: 6px 9px; background: #fff; font-size: 10px; color: var(--ink); }
.image-arrow { position: absolute; right: 14px; bottom: 14px; display: grid; place-items: center; width: 39px; height: 39px; background: #fff; color: var(--ink); font-size: 24px; }
.service-card-copy { padding-top: 21px; }
.service-card-copy :is(h2, h3) { font-size: 22px; }
.service-card-copy :is(h2, h3) a:hover { color: var(--brand-dark); }
.service-card-copy > p { font-size: 12px; color: var(--muted); margin: 11px 0 15px; }
.section-end { display: flex; justify-content: center; margin-top: 44px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; align-items: center; }
.split p:not(.eyebrow) { color: var(--muted); margin-top: 23px; font-size: 14px; }
.split .text-link { margin-top: 24px; }
.about-image img { width: 100%; height: 400px; object-fit: cover; }
.about-image figcaption { display: flex; justify-content: space-between; gap: 15px; font-size: 9px; color: var(--muted); margin-top: 13px; }
.home-inspiration { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; align-items: center; }
.home-inspiration > div > p:not(.eyebrow) { max-width: 370px; font-size: 14px; color: var(--muted); margin: 25px 0 28px; }
.inspiration-preview { position: relative; }
.inspiration-preview > img { width: 100%; height: 380px; object-fit: cover; object-position: 50% 48%; }
.inspiration-preview > span { display: flex; justify-content: space-between; align-items: center; background: var(--tint); padding: 20px 23px; font-size: 14px; font-weight: 500; }
.inspiration-preview b { font-size: 23px; font-weight: 400; }
.faq-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 12%; border-top: 1px solid var(--line); }
.faq-section > div:first-child > p:last-child { margin-top: 25px; color: var(--muted); font-size: 13px; }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; list-style: none; cursor: pointer; font-size: 14px; line-height: 1.6; font-weight: 500; padding: 22px 0; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary > span { font-size: 24px; font-weight: 400; flex-shrink: 0; color: var(--brand-dark); transition: transform .2s; }
.faq-item[open] summary > span { transform: rotate(45deg); }
.faq-item summary:hover { color: var(--brand-dark); }
.faq-item > p { color: var(--muted); font-size: 13px; padding: 0 30px 24px 0; line-height: 1.85; }
.project-cta { background: var(--tint); }
.project-cta > div { display: flex; justify-content: space-between; align-items: center; gap: 50px; padding-block: 70px; }
.project-cta h2 { font-size: clamp(35px, 3.9vw, 58px); }
.project-cta .eyebrow { margin-bottom: 18px; }
.project-cta p:not(.eyebrow) { max-width: 460px; color: #4d666c; font-size: 13px; margin-top: 20px; }
.cta-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }
.cta-actions > a:not(.button) { font-size: 23px; font-weight: 600; letter-spacing: -.025em; }
.cta-actions > span { font-size: 10px; color: var(--muted); }
.site-footer { background: var(--ink); color: #e4e9ea; padding-block: 66px 25px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr .85fr 1.1fr; gap: 6%; padding-bottom: 50px; }
.footer-brand img { width: 245px; height: auto; }
.footer-brand p { font-size: 21px; line-height: 1.3; margin-top: 25px; font-weight: 500; letter-spacing: -.02em; }
.footer-brand > span { display: block; margin-top: 22px; font-size: 10px; color: #c1cbd0; }
.site-footer h2 { font-size: 11px; letter-spacing: .03em; font-weight: 600; color: #fff; margin-bottom: 20px; }
.footer-grid nav, .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid a:not(.footer-phone) { font-size: 11px; }
.footer-grid a:hover { color: #b5dee4; }
.footer-contact .footer-phone { font-size: 22px; font-weight: 600; line-height: 1.3; letter-spacing: -.025em; color: #fff; }
.footer-contact address { font-style: normal; font-size: 11px; margin-block: 13px 4px; }
.footer-bottom { border-top: 1px solid #5f6669; padding-top: 22px; display: flex; align-items: center; gap: 30px; font-size: 9px; color: #c1cbd0; }
.footer-bottom > span { margin-right: auto; }
.footer-bottom a:hover { color: #fff; }
.breadcrumb { padding-top: 25px; padding-bottom: 5px; font-size: 10px; color: var(--muted); }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 9px; padding: 0; margin: 0; list-style: none; }
.breadcrumb li + li::before { content: '/'; margin-right: 9px; color: #899a9f; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb li[aria-current] { color: var(--brand-dark); }
.page-intro { padding-block: 62px 35px; }
.page-intro h1 { max-width: 1020px; }
.page-intro > p:not(.eyebrow) { font-size: 15px; max-width: 635px; color: var(--muted); margin-top: 27px; }
.page-intro .image-disclaimer { font-size: 11px !important; max-width: 690px !important; }
.service-index { padding-top: 45px; }
.service-index .service-grid { row-gap: 60px; }
.choice-block { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; }
.choice-block p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin-bottom: 28px; }
.service-hero { display: grid; grid-template-columns: 1.04fr 1fr; gap: 9%; align-items: center; padding-block: 55px 68px; }
.service-hero h1 { font-size: clamp(45px, 5vw, 72px); }
.title-dot { color: var(--brand); }
.service-tagline { font-size: 21px; font-weight: 500; line-height: 1.45; letter-spacing: -.02em; margin-top: 25px; }
.service-hero p:not(.eyebrow):not(.service-tagline) { color: var(--muted); font-size: 14px; margin-top: 18px; }
.service-hero .button { margin-top: 28px; }
.service-area { display: block; margin-top: 16px; color: var(--muted); font-size: 10px; }
.service-hero figure img { width: 100%; height: 470px; object-fit: cover; }
.service-hero figcaption, .company-hero figcaption { font-size: 9px; color: var(--muted); margin-top: 12px; }
.section-nav { background: var(--surface); border-block: 1px solid var(--line); }
.section-nav > div { display: flex; gap: 65px; }
.section-nav a { display: flex; align-items: center; gap: 45px; padding-block: 20px; font-size: 11px; font-weight: 500; }
.section-nav a span { color: var(--brand-dark); }
.section-nav a:hover { color: var(--brand-dark); }
.service-explanation { display: grid; grid-template-columns: 1fr 1fr; gap: 13%; }
.service-explanation h2 { font-size: clamp(32px, 3.1vw, 45px); }
.body-copy p { font-size: 14px; color: var(--muted); }
.body-copy p + p { margin-top: 22px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 32px; margin-top: 60px; }
.feature { border-top: 2px solid var(--brand); padding-top: 20px; }
.feature > span { font-size: 10px; color: var(--brand-dark); }
.feature h3 { font-size: 19px; margin-top: 22px; }
.feature p { font-size: 12px; color: var(--muted); margin-top: 14px; }
.process-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 15%; }
.process-layout > div > p:not(.eyebrow) { color: var(--muted); font-size: 13px; margin-top: 24px; max-width: 310px; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 27px 0; border-top: 1px solid #c4d0d2; }
.steps li:first-child { padding-top: 10px; border-top: 0; }
.steps li > span { color: var(--brand-dark); font-size: 12px; font-weight: 600; padding-top: 3px; }
.steps h3 { font-size: 24px; }
.steps p { font-size: 13px; color: var(--muted); margin-top: 12px; }
.related { padding-top: 0; }
.related .service-grid { grid-template-columns: 1fr 1fr; }
.related .service-card-photo img { height: 275px; }
.company-hero { display: grid; grid-template-columns: 1fr 1fr; gap: 9%; padding-block: 55px 75px; align-items: center; }
.company-hero h1 { font-size: clamp(48px, 5.2vw, 76px); }
.company-hero p:not(.eyebrow) { color: var(--muted); font-size: 14px; max-width: 455px; margin-top: 30px; }
.company-hero .button { margin-top: 30px; }
.company-hero img { width: 100%; height: 495px; object-fit: cover; }
.company-statement { text-align: center; }
.company-statement h2 { font-size: clamp(42px, 5.5vw, 80px); }
.company-statement > div { display: grid; grid-template-columns: 1fr 1fr; gap: 45px; max-width: 850px; margin: 42px auto 0; text-align: left; }
.company-statement > div p { font-size: 14px; color: var(--muted); }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 50px; }
.values-grid article { border-top: 1px solid var(--line); padding-top: 22px; }
.values-grid article > span { font-size: 10px; color: var(--brand-dark); }
.values-grid h3 { margin: 22px 0 17px; }
.values-grid p { font-size: 13px; color: var(--muted); }
.local-section { background: var(--surface); }
.address-panel { padding: 36px; border-left: 4px solid var(--brand); background: white; }
.address-panel .eyebrow { display: block; }
.address-panel h3 { font-size: 25px; }
.address-panel address { font-style: normal; font-size: 16px; margin-block: 26px; }
.address-panel a { display: block; margin-top: 8px; font-size: 14px; color: var(--brand-dark); overflow-wrap: anywhere; }
.gallery-section { padding-block: 25px 100px; }
.gallery-filters { display: flex; flex-wrap: wrap; gap: 12px; border-bottom: 1px solid var(--line); padding-bottom: 25px; margin-bottom: 42px; }
.gallery-filters button { background: white; border: 1px solid var(--line); font-size: 12px; padding: 10px 19px; min-height: 44px; }
.gallery-filters button[aria-pressed=true] { background: var(--brand-dark); color: white; border-color: var(--brand-dark); }
.gallery-filters button > span { font-size: 9px; margin-left: 12px; }
.gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 60px 45px; }
.gallery-image { display: block; position: relative; overflow: hidden; }
.gallery-image img { width: 100%; height: 430px; object-fit: cover; transition: transform .5s; }
.gallery-image:hover img { transform: scale(1.025); }
.gallery-item figcaption { padding-top: 23px; }
.gallery-item .eyebrow { font-size: 9px; margin-bottom: 12px; color: var(--brand-dark); }
.gallery-item h2 { font-size: 27px; letter-spacing: -.025em; }
.gallery-item p { font-size: 13px; color: var(--muted); margin-top: 13px; }
.gallery-item .text-link { font-size: 11px; margin-top: 16px; }
.gallery-item:nth-child(2n) { margin-top: 60px; }
.gallery.is-filtered .gallery-item { margin-top: 0; }
.swatch-list { display: flex; gap: 8px; }
.swatch { border: 0; flex: 1; min-width: 0; padding: 15px 11px; height: 235px; display: flex; flex-direction: column; justify-content: space-between; text-align: left; transition: transform .2s; }
.swatch:hover { transform: translateY(-5px); }
.swatch[aria-pressed=true] { outline: 2px solid var(--brand-dark); outline-offset: 4px; transform: translateY(-5px); }
.swatch > span:last-child { font-size: 12px; font-weight: 500; }
.swatch small { display: block; font-size: 9px; margin-bottom: 10px; }
.swatch-check { visibility: hidden; align-self: flex-end; }
.swatch[aria-pressed=true] .swatch-check { visibility: visible; }
.swatch--blanc { background: #fff; }
.swatch--perle { background: #d6dfe0; }
.swatch--bleu { background: var(--brand-dark); color: #fff; }
.swatch--ardoise { background: #52676e; color: #fff; }
.swatch--anthracite { background: var(--ink); color: #fff; }
.palette-section .palette-status { font-size: 11px !important; }
.image-disclaimer { font-size: 10px !important; line-height: 1.7; color: var(--muted); }
.palette-section .image-disclaimer { margin-top: 10px !important; }
.contact-page { display: grid; grid-template-columns: .9fr 1.1fr; gap: 12%; padding-top: 55px; align-items: start; }
.contact-copy h1 { font-size: clamp(48px, 5vw, 72px); }
.contact-copy > p:not(.eyebrow) { font-size: 14px; color: var(--muted); max-width: 350px; margin-top: 25px; }
.contact-list { margin: 35px 0 20px; }
.contact-list > div { margin-top: 23px; }
.contact-list dt { font-size: 10px; color: var(--muted); margin-bottom: 7px; }
.contact-list dd { margin: 0; font-size: 14px; }
.contact-list a { overflow-wrap: anywhere; }
.contact-list a:hover { color: var(--brand-dark); }
.contact-list .contact-phone { font-size: 31px; letter-spacing: -.035em; font-weight: 600; color: var(--brand-dark); }
.contact-reassurance { display: flex; align-items: center; font-size: 11px; margin-top: 30px; }
.form-wrap { background: var(--surface); padding: 34px; min-width: 0; }
.form-heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 30px; }
.form-heading h2 { font-size: 27px; }
.form-heading > span { font-size: 9px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.field { min-width: 0; margin-bottom: 24px; }
.field label { display: block; font-size: 11px; margin-bottom: 7px; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #b6c4c7; border-radius: 0; background: #fff; padding: 12px; color: var(--ink); font-size: 13px; min-height: 45px; }
.field input::placeholder, .field textarea::placeholder { color: #657276; opacity: 1; }
.field input:focus, .field select:focus, .field textarea:focus { outline: 2px solid var(--brand-dark); outline-offset: 2px; }
.field textarea { resize: vertical; min-height: 112px; }
.form-submit { width: 100%; }
.form-help, .form-status, .privacy-note { font-size: 10px; color: var(--muted); margin-top: 12px; }
.form-status:empty { display: none; }
.privacy-note a { text-decoration: underline; text-underline-offset: 3px; }
.selected-color { display: flex; justify-content: space-between; align-items: center; background: var(--tint); padding: 8px 12px; font-size: 11px; margin-bottom: 20px; }
.selected-color button { background: none; border: 0; width: 35px; height: 35px; font-size: 24px; }
.request-preview { scroll-margin-top: 110px; }
.request-preview h2 { font-size: 35px; margin-bottom: 20px; }
.request-preview > p:not(.eyebrow) { font-size: 13px; color: var(--muted); }
.request-preview pre { font: 12px/1.8 var(--font); white-space: pre-wrap; overflow-wrap: anywhere; padding: 20px; background: white; max-height: 360px; overflow-y: auto; margin-block: 25px; }
.preview-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 17px; }
.preview-actions .text-link { font-size: 11px; }
.edit-request { font-size: 12px; border: 0; border-bottom: 1px solid var(--line); padding: 5px 0; background: none; margin-top: 25px; }
.noscript-note { font-size: 13px; padding-block: 15px; }
.contact-next { display: grid; grid-template-columns: 1fr 2fr; gap: 10%; }
.contact-next p:not(.eyebrow) { color: var(--muted); max-width: 650px; font-size: 14px; margin-top: 23px; }
.contact-next .text-link { margin-top: 23px; }
.information-content { padding-block: 15px 100px; max-width: 1020px; }
.information-content section { margin-top: 55px; }
.information-content h2 { font-size: 29px; margin-bottom: 20px; }
.information-content p, .information-content li { font-size: 14px; color: var(--muted); margin-bottom: 18px; }
.information-content a { color: var(--brand-dark); text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
.not-found > p:not(.eyebrow) { max-width: 490px; margin-top: 27px; color: var(--muted); }
.lightbox { width: 100vw; max-width: none; height: 100dvh; max-height: none; padding: 55px var(--gutter) 30px; border: 0; background: var(--surface); color: var(--ink); }
.lightbox::backdrop { background: #1c262aee; }
.lightbox-close { position: absolute; top: 8px; right: 21px; border: 0; background: none; width: 44px; height: 44px; font-size: 34px; }
.lightbox-content { max-width: 1200px; margin: auto; height: 100%; display: flex; flex-direction: column; align-items: center; }
.lightbox-content > img { min-height: 0; width: 100%; height: 100%; max-height: calc(100dvh - 195px); object-fit: contain; }
.lightbox-caption { display: flex; align-items: center; justify-content: space-between; gap: 30px; width: 100%; margin-top: 22px; }
.lightbox-caption .eyebrow { font-size: 9px; margin-bottom: 10px; }
.lightbox-caption h2 { font-size: 28px; }
.lightbox-controls { display: flex; align-items: center; gap: 20px; white-space: nowrap; font-size: 11px; }
.lightbox-controls button { width: 44px; height: 44px; border: 1px solid #a7b7bb; background: none; font-size: 23px; }
.lightbox-controls button:disabled { opacity: .3; }
.home-projects { border-bottom: 1px solid var(--line); }
.project-mosaic { display: grid; grid-template-columns: 1.3fr 1fr 1fr; grid-template-rows: repeat(2, 265px); gap: 26px; }
.project-photo { min-width: 0; min-height: 0; display: flex; flex-direction: column; }
.project-photo:first-child { grid-row: span 2; }
.project-photo > a { position: relative; display: block; flex: 1; min-height: 0; overflow: hidden; background: var(--surface); }
.project-photo img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.project-photo > a:hover img { transform: scale(1.025); }
.project-photo figcaption { display: flex; align-items: baseline; gap: 12px; padding-top: 13px; }
.project-photo figcaption > span { font-size: 10px; color: var(--brand-dark); }
.project-photo h3 { font-size: 14px; line-height: 1.4; letter-spacing: -.015em; }
.project-bottom { display: flex; align-items: center; justify-content: space-between; gap: 25px; margin-top: 32px; }
.project-bottom p { color: var(--muted); font-size: 12px; }
.gallery-item[data-collection="realisations"] .gallery-image img { height: auto; aspect-ratio: 4 / 5; object-fit: cover; }
.gallery-item[data-collection="realisations"] .eyebrow { display: inline-block; padding: 6px 10px; background: var(--tint); }
@media (max-width:1000px) {
  .project-mosaic { grid-template-rows: repeat(2, 225px); gap: 20px; }
  .project-photo h3 { font-size: 12px; }
}
@media (max-width:700px) {
  .project-mosaic { grid-template-columns: 1fr 1fr; grid-template-rows: auto; gap: 25px 16px; }
  .project-photo:first-child { grid-column: 1 / -1; grid-row: auto; }
  .project-photo > a { flex: none; aspect-ratio: 3 / 4; }
  .project-photo figcaption { gap: 8px; padding-top: 10px; }
  .project-photo .image-arrow { width: 30px; height: 30px; font-size: 20px; right: 9px; bottom: 9px; }
  .project-photo:first-child h3 { font-size: 19px; }
  .project-photo:first-child .image-arrow { width: 40px; height: 40px; font-size: 26px; }
  .project-bottom { align-items: flex-start; flex-direction: column; gap: 17px; margin-top: 28px; }
}
@media (max-width:1200px) {
  .brand img { width: 225px; }
  .header-inner { gap: 23px; }
  .desktop-nav { gap: 21px; }
  .desktop-nav a { font-size: 11px; }
  .header-cta { font-size: 10px; gap: 16px; padding-inline: 13px; }
  .home-hero h1 { font-size: 66px; }
  .home-hero-visual > img { height: 570px; }
  .hero-actions { gap: 20px; }
  .hero-signature { margin-top: 32px; }
  .service-card-photo img { height: 245px; }
  .service-card-copy :is(h2, h3) { font-size: 20px; }
  .footer-grid { gap: 4%; }
  .footer-brand img { width: 210px; }
  .footer-contact .footer-phone { font-size: 19px; }
}
@media (max-width:1000px) {
  .header-inner { min-height: 82px; }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; font-size: 11px; }
  .menu-toggle { display: flex; flex-direction: column; justify-content: center; gap: 6px; width: 44px; height: 44px; padding: 10px; background: none; border: 0; }
  .menu-toggle span { width: 24px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded=true] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded=true] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-menu { display: flex; flex-direction: column; padding: 20px var(--gutter) 28px; border-top: 1px solid var(--line); max-height: calc(100dvh - 82px); overflow-y: auto; background: white; }
  .mobile-menu > a, .mobile-menu > details > summary { font-size: 19px; font-weight: 500; padding-block: 10px; }
  .mobile-menu > a[aria-current] { color: var(--brand-dark); }
  .mobile-menu summary { cursor: pointer; }
  .mobile-menu details div { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; padding: 15px 0 20px 18px; font-size: 13px; }
  .mobile-menu .mobile-phone { color: var(--brand-dark); font-size: 24px; margin-top: 10px; }
  .home-hero { gap: 6%; padding-top: 28px; }
  .home-hero-copy { padding-top: 22px; }
  .home-hero h1 { font-size: 56px; }
  .home-hero .eyebrow { font-size: 8px; }
  .home-hero-visual > img { height: 555px; }
  .hero-description { font-size: 13px; }
  .hero-actions { margin-top: 24px; gap: 16px; }
  .hero-signature { margin-top: 26px; }
  .hero-caption > span:last-child { display: none; }
  .trust-strip > div { gap: 15px; }
  .trust-strip span { font-size: 10px; gap: 10px; }
  .service-grid { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
  body[data-page="home"] #services .service-grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 20px; }
  .service-card-photo img { height: 250px; }
  .service-card-copy :is(h2, h3) { font-size: 20px; }
  .split, .home-inspiration { gap: 7%; }
  .section-heading { gap: 35px; }
  .section-heading > p { max-width: 250px; font-size: 12px; }
  .about-image img { height: 355px; }
  .about-image figcaption span { display: none; }
  .faq-section { gap: 8%; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 12%; }
  .footer-brand { grid-row: 1; }
  .footer-contact { grid-row: 1; grid-column: 2; }
  .service-hero { gap: 7%; }
  .service-hero h1 { font-size: 49px; }
  .service-hero figure img { height: 450px; }
  .service-tagline { font-size: 18px; }
  .service-explanation { gap: 9%; }
  .feature-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .process-layout { gap: 8%; }
  .company-hero { gap: 7%; }
  .company-hero h1 { font-size: 55px; }
  .company-hero img { height: 460px; }
  .values-grid { gap: 30px; }
  .gallery { gap: 40px 30px; }
  .gallery-image img { height: 350px; }
  .swatch { height: 215px; padding: 12px 8px; }
  .swatch > span:last-child { font-size: 10px; }
  .contact-page { gap: 7%; }
  .contact-copy h1 { font-size: 51px; }
  .form-wrap { padding: 25px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .field { margin-bottom: 20px; }
}
@media (max-width:700px) {
  html { scroll-padding-top: 90px; }
  .section { padding-block: 66px; }
  .topbar > div { min-height: 30px; justify-content: flex-end; }
  .topbar > div > span { display: none; }
  .topbar a { font-size: 10px; }
  .header-inner { min-height: 78px; gap: 10px; }
  .brand img { width: 218px; }
  .header-cta { display: none; }
  .menu-toggle { margin-left: auto; }
  .eyebrow { font-size: 9px; margin-bottom: 21px; }
  h1 { font-size: clamp(43px,9.7vw,63px); }
  h2 { font-size: clamp(33px,8vw,45px); }
  .home-hero { grid-template-columns: 1fr; gap: 32px; padding-block: 36px 31px; }
  .home-hero-copy { padding: 0; }
  .home-hero .eyebrow { font-size: 8px; }
  .home-hero h1 { font-size: clamp(49px,12vw,76px); margin-bottom: 23px; }
  .hero-description { font-size: 13px; }
  .hero-actions { gap: 20px; margin-top: 25px; }
  .hero-actions .button { font-size: 11px; padding-inline: 17px; gap: 22px; }
  .hero-actions .text-link { font-size: 11px; gap: 12px; }
  .hero-signature { display: none; }
  .home-hero-visual > img { height: 400px; object-position: 50% 53%; }
  .hero-caption { font-size: 8px; }
  .hero-caption > span:last-child { display: block; font-size: 7px; }
  .trust-strip > div { grid-template-columns: 1fr 1fr; padding-block: 22px; gap: 19px 20px; }
  .trust-strip span { font-size: 9px; gap: 10px; }
  .section-heading { display: block; margin-bottom: 30px; }
  .section-heading > p { margin-top: 24px; max-width: 350px; font-size: 13px; }
  .section-heading > .text-link { margin-top: 20px; }
  .service-grid, body[data-page="home"] #services .service-grid { grid-template-columns: 1fr; gap: 38px; }
  .service-card-photo img { height: 270px; }
  .service-card-copy { padding-top: 19px; }
  .service-card-copy :is(h2, h3) { font-size: 23px; }
  .service-card-copy p { font-size: 13px; }
  .section-end { justify-content: flex-start; margin-top: 32px; }
  .split, .home-inspiration { grid-template-columns: 1fr; gap: 35px; }
  .about-image img { height: 275px; }
  .split p:not(.eyebrow) { font-size: 13px; }
  .inspiration-preview > img { height: 300px; }
  .inspiration-preview > span { font-size: 12px; padding: 17px; }
  .faq-section { grid-template-columns: 1fr; gap: 33px; }
  .faq-item summary { font-size: 13px; padding-block: 20px; gap: 20px; }
  .faq-item > p { font-size: 12px; padding-right: 12px; }
  .project-cta > div { flex-direction: column; align-items: flex-start; gap: 30px; padding-block: 55px; }
  .project-cta h2 { font-size: 38px; }
  .cta-actions { align-items: flex-start; gap: 12px; }
  .site-footer { padding-block: 45px 24px; }
  .footer-grid { gap: 38px 22px; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-row: auto; grid-column: 1 / -1; }
  .footer-brand img { width: 245px; }
  .footer-brand p { font-size: 24px; margin-top: 23px; }
  .footer-brand > span { margin-top: 17px; }
  .footer-grid nav { gap: 13px; }
  .footer-grid a:not(.footer-phone) { font-size: 11px; }
  .site-footer h2 { margin-bottom: 8px; }
  .footer-contact .footer-phone { font-size: 28px; }
  .footer-bottom { flex-wrap: wrap; gap: 15px 20px; font-size: 8px; }
  .footer-bottom > span { width: 100%; }
  .breadcrumb { font-size: 9px; padding-top: 22px; }
  .page-intro { padding-block: 42px 20px; }
  .page-intro > p:not(.eyebrow) { font-size: 13px; margin-top: 23px; }
  .service-index { padding-top: 25px; }
  .service-index .service-grid { row-gap: 40px; }
  .choice-block { grid-template-columns: 1fr; gap: 30px; }
  .choice-block p:not(.eyebrow) { font-size: 13px; }
  .service-hero { grid-template-columns: 1fr; gap: 34px; padding-block: 39px 38px; }
  .service-hero h1 { font-size: clamp(43px,10vw,62px); }
  .service-tagline { font-size: 21px; margin-top: 23px; }
  .service-hero p:not(.eyebrow):not(.service-tagline) { font-size: 13px; }
  .service-hero figure img { height: 320px; }
  .section-nav > div { justify-content: space-between; gap: 10px; }
  .section-nav a { font-size: 10px; gap: 9px; padding-block: 18px; }
  .service-explanation { grid-template-columns: 1fr; gap: 28px; }
  .service-explanation h2 { font-size: 34px; }
  .body-copy p { font-size: 13px; }
  .feature-grid { gap: 28px 25px; margin-top: 38px; }
  .feature h3 { font-size: 18px; margin-top: 15px; }
  .feature p { font-size: 12px; margin-top: 11px; }
  .process-layout { grid-template-columns: 1fr; gap: 35px; }
  .steps li { grid-template-columns: 27px 1fr; gap: 16px; }
  .steps h3 { font-size: 22px; }
  .steps p { font-size: 12px; }
  .related { padding-top: 0; }
  .related .service-grid { grid-template-columns: 1fr; }
  .company-hero { grid-template-columns: 1fr; gap: 35px; padding-block: 40px 55px; }
  .company-hero h1 { font-size: 54px; }
  .company-hero p:not(.eyebrow) { font-size: 13px; }
  .company-hero img { height: 325px; }
  .company-statement { text-align: left; }
  .company-statement h2 { font-size: 40px; }
  .company-statement > div { grid-template-columns: 1fr; gap: 20px; margin-top: 30px; }
  .company-statement > div p { font-size: 13px; }
  .values-grid { grid-template-columns: 1fr; gap: 35px; }
  .values-grid h3 { font-size: 24px; margin-top: 20px; }
  .address-panel { padding: 27px 23px; }
  .address-panel h3 { font-size: 22px; }
  .gallery-section { padding-block: 25px 65px; }
  .gallery-filters { gap: 8px; margin-bottom: 30px; }
  .gallery-filters button { font-size: 11px; padding: 9px 13px; }
  .gallery { grid-template-columns: 1fr; gap: 36px; }
  .gallery-item:nth-child(2n) { margin-top: 0; }
  .gallery-image img { height: 365px; }
  .gallery-item h2 { font-size: 25px; }
  .gallery-item p { font-size: 12px; }
  .gallery-item figcaption { padding-top: 20px; }
  .swatch-list { gap: 6px; }
  .swatch { height: 215px; }
  .swatch > span:last-child { font-size: 10px; overflow-wrap: normal; }
  .contact-page { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; }
  .contact-copy h1 { font-size: 55px; }
  .contact-list .contact-phone { font-size: 33px; }
  .form-wrap { padding: 25px 20px; margin-inline: -10px; }
  .form-heading h2 { font-size: 26px; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .field input, .field textarea, .field select { font-size: 16px; }
  .field input::placeholder, .field textarea::placeholder { font-size: 12px; }
  .field label { font-size: 10px; }
  .field { margin-bottom: 20px; }
  .contact-next { grid-template-columns: 1fr; gap: 8px; }
  .contact-next p:not(.eyebrow) { font-size: 13px; }
  .information-content { padding-block: 0 65px; }
  .information-content p, .information-content li { font-size: 13px; }
  .information-content h2 { font-size: 26px; }
  .lightbox { padding: 65px 18px 25px; }
  .lightbox-content { justify-content: center; }
  .lightbox-content > img { height: auto; max-height: calc(100dvh - 230px); }
  .lightbox-caption { align-items: flex-start; gap: 15px; }
  .lightbox-caption h2 { font-size: 22px; }
  .lightbox-controls { gap: 8px; }
  .lightbox-controls button { width: 36px; height: 40px; }
}
@media (max-width:360px) {
  .brand img { width: 197px; }
  .home-hero h1 { font-size: 46px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-hero-visual > img { height: 335px; }
  .hero-caption > span:last-child { display: none; }
  .service-hero h1 { font-size: 40px; }
  .company-hero h1 { font-size: 47px; }
  .swatch { padding-inline: 5px; height: 190px; }
  .swatch > span:last-child { font-size: 9px; }
  .feature-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* Expanded editorial layout, with quieter controls and practical project briefs. */
:root { --surface: #f4f6f5; --line: #dce3e2; }
body { font-size: 16px; }
.section { padding-block: clamp(88px, 8.6vw, 136px); }
.eyebrow { font-size: 11px; letter-spacing: .12em; }
.button { min-height: 56px; padding: 16px 25px; border-radius: 4px; font-size: 13px; gap: 24px; }
.button span, .text-link span, .header-cta span { font-size: 18px; line-height: 1; }
.header-cta { border-radius: 4px; }
.text-link { gap: 16px; font-size: 13px; }
.image-arrow { width: 32px; height: 32px; font-size: 20px; border-radius: 50%; right: 17px; bottom: 17px; }
.service-card-photo .image-arrow { display: none; }
.hero-description { font-size: 16px; max-width: 460px; }
.home-hero { padding-block: 60px 72px; }
.home-hero-visual > img { height: 660px; border-radius: 4px; }
.home-hero-copy { padding-top: 44px; }
.section-heading { margin-bottom: 52px; }
.section-heading > p { font-size: 15px; max-width: 355px; }
.service-grid { gap: 32px; }
.service-card { border: 1px solid var(--line); background: white; border-radius: 5px; overflow: hidden; }
.service-card-photo img { height: 340px; }
.service-card-copy { padding: 28px; }
.service-card-copy :is(h2,h3) { font-size: 25px; }
.service-card-copy > p { font-size: 14px; margin: 15px 0 20px; }
.card-number { border-radius: 3px; padding: 7px 11px; }
.split p:not(.eyebrow), .home-inspiration > div > p:not(.eyebrow), .choice-block p:not(.eyebrow), .body-copy p { font-size: 16px; }
.about-image img { height: 500px; border-radius: 4px; }
.project-mosaic { grid-template-rows: repeat(2, 310px); gap: 30px; }
.project-photo > a { border-radius: 4px; }
.project-photo h3 { font-size: 15px; }
.project-photo figcaption { padding-top: 18px; }
.page-intro { padding-block: 80px 50px; }
.page-intro > p:not(.eyebrow) { font-size: 17px; max-width: 710px; }
.service-hero { gap: 6%; grid-template-columns: 1fr 1fr; padding-block: 65px 90px; }
.service-hero h1 { font-size: clamp(44px, 4.6vw, 70px); }
.service-hero figure img { height: 610px; border-radius: 4px; }
.service-hero p:not(.eyebrow):not(.service-tagline) { font-size: 16px; }
.service-tagline { font-size: 24px; }
.service-hero figcaption, .company-hero figcaption { font-size: 11px; }
.service-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.service-tags span { padding: 5px 10px; border: 1px solid var(--line); border-radius: 3px; font-size: 11px; }
.section-nav > div { gap: 44px; }
.section-nav a { font-size: 13px; padding-block: 22px; }
.feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 60px; }
.feature { padding: 30px; background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--brand); border-radius: 4px; }
.feature h3 { font-size: 24px; margin-top: 15px; }
.feature p { font-size: 15px; max-width: 460px; }
.feature > span { font-size: 12px; }
.scenario-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.scenario-grid article { padding-top: 24px; border-top: 1px solid #b5c6c8; }
.scenario-index { font-size: 12px; color: var(--brand-dark); }
.scenario-grid h3 { font-size: 25px; margin-top: 20px; }
.scenario-grid p { font-size: 15px; color: var(--muted); margin-top: 17px; }
.scenario-grid .text-link { margin-top: 22px; }
.project-selector { padding-top: 0; }
.brief-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 7%; margin-top: 75px; align-items: stretch; }
.brief-story { padding-block: 12px; }
.brief-story h3 { font-size: 34px; line-height: 1.25; max-width: 480px; }
.brief-story > p:not(.eyebrow) { font-size: 16px; color: var(--muted); margin-top: 25px; }
.detail-note { margin-top: 35px; border-left: 3px solid var(--brand); padding: 0 0 0 24px; }
.detail-note > span { font-weight: 600; font-size: 13px; }
.detail-note p { font-size: 14px; color: var(--muted); margin-top: 10px; }
.scope-panel { background: white; padding: 40px; border: 1px solid var(--line); border-radius: 5px; }
.scope-panel h3 { font-size: 26px; }
.check-list { padding: 0; margin: 26px 0; list-style: none; }
.check-list li { position: relative; padding: 13px 0 13px 29px; border-bottom: 1px solid var(--line); font-size: 15px; }
.check-list li::before { content: '✓'; position: absolute; left: 0; color: var(--brand-dark); font-weight: 600; }
.scope-note { font-size: 12px; color: var(--muted); }
.prepare-panel { margin-top: 55px; padding: 34px; background: var(--ink); color: white; display: grid; grid-template-columns: 1fr 1.25fr auto; gap: 34px; align-items: center; border-radius: 4px; }
.prepare-panel .eyebrow { color: #b9d7db; margin-bottom: 12px; }
.prepare-panel h3 { font-size: 25px; }
.prepare-panel ul { margin: 0; padding-left: 18px; font-size: 13px; color: #e0e7e7; }
.prepare-panel li + li { margin-top: 9px; }
.prepare-panel .button { background: white; border-color: white; color: var(--ink); }
.prepare-panel .button:hover { background: var(--tint); }
.process-layout { gap: 10%; }
.process-layout > div > p:not(.eyebrow), .steps p { font-size: 16px; }
.steps li { padding-block: 32px; }
.steps h3 { font-size: 27px; }
.faq-item summary { padding-block: 25px; font-size: 16px; }
.faq-item > p { font-size: 15px; }
.faq-topics { display: flex; gap: 12px; flex-wrap: wrap; padding-bottom: 50px; }
.faq-topics a { padding: 12px 18px; border: 1px solid var(--line); border-radius: 3px; font-size: 14px; }
.faq-topics a:hover { background: var(--tint); }
.company-hero { padding-block: 65px 95px; }
.company-hero img { height: 610px; border-radius: 4px; }
.company-hero p:not(.eyebrow), .company-statement > div p, .values-grid p { font-size: 16px; }
.values-grid article { border-top: 3px solid var(--brand); }
.demo-label { display: inline-block; border: 1px solid currentColor; border-radius: 3px; padding: 5px 10px; font-size: 11px; line-height: 1.5; font-weight: 500; }
.reviews-section { background: #f1f5f4; border-top: 1px solid var(--line); }
.demo-note .demo-label { display: table; margin-bottom: 12px; color: var(--brand-dark); }
.section-heading > .demo-note { font-size: 12px; max-width: 290px; }
.reviews-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.review-card { padding: 32px; background: white; border: 1px solid var(--line); border-radius: 5px; display: flex; flex-direction: column; }
.review-stars { color: var(--brand-dark); font-size: 17px; letter-spacing: 3px; }
.review-card blockquote { margin: 24px 0 30px; font-size: 16px; line-height: 1.8; }
.review-card figcaption { display: flex; align-items: center; gap: 13px; margin-top: auto; border-top: 1px solid var(--line); padding-top: 23px; }
.review-avatar { width: 39px; height: 39px; flex-shrink: 0; background: var(--tint); display: grid; place-items: center; border-radius: 50%; font-size: 14px; color: var(--brand-dark); }
.review-card strong { display: block; font-size: 13px; }
.review-card figcaption div > span { font-size: 11px; display: block; color: var(--muted); }
.review-card small { display: block; font-size: 10px; color: var(--brand-dark); margin-top: 5px; }
.gallery-focus { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: center; padding-block: 20px 100px; }
.gallery-focus img { width: 100%; height: 560px; object-fit: cover; border-radius: 4px; }
.gallery-focus figcaption { font-size: 11px; color: var(--muted); margin-top: 12px; }
.gallery-focus > div > p:not(.eyebrow) { font-size: 16px; margin-top: 26px; color: var(--muted); }
.project-facts { margin: 30px 0; }
.project-facts > div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.project-facts dt { color: var(--muted); }
.project-facts dd { margin: 0; text-align: right; }
.gallery-image { border-radius: 4px; }
.gallery-item p { font-size: 15px; }
.contact-copy > p:not(.eyebrow) { font-size: 16px; }
.contact-prepare { border-top: 1px solid var(--line); margin-top: 36px; padding-top: 28px; }
.contact-prepare h2 { font-size: 23px; letter-spacing: -.02em; }
.contact-prepare .check-list { margin-block: 15px; }
.contact-prepare p { font-size: 13px; color: var(--muted); }
.form-wrap { border-radius: 5px; }
.contact-next p:not(.eyebrow), .information-content p, .information-content li { font-size: 16px; }
.information-content section { padding: 32px; background: var(--surface); border: 1px solid var(--line); border-radius: 4px; }
.project-cta > div { padding-block: 90px; }
.project-cta p:not(.eyebrow) { font-size: 16px; }
.footer-grid a:not(.footer-phone), .footer-contact address { font-size: 12px; }
@media (max-width: 1100px) {
  .prepare-panel { grid-template-columns: 1fr 1.4fr; }
  .prepare-panel > .button { justify-self: start; }
  .review-card { padding: 25px; }
  .service-hero figure img { height: 570px; }
  .service-hero { gap: 5%; }
  .service-hero h1 { font-size: 47px; }
  .project-mosaic { grid-template-rows: repeat(2,260px); }
}
@media (max-width: 700px) {
  .section { padding-block: 70px; }
  .home-hero { padding-block: 32px 42px; }
  .home-hero-copy { padding-top: 0; }
  .home-hero-visual > img { height: 460px; }
  .hero-description { font-size: 15px; }
  .section-heading { margin-bottom: 32px; }
  .section-heading > p { font-size: 15px; }
  .button { font-size: 13px; min-height: 53px; padding-inline: 20px; }
  .service-grid, .related .service-grid { gap: 25px; }
  .service-card-photo img, .related .service-card-photo img { height: 300px; }
  .service-card-copy { padding: 24px; }
  .project-mosaic { grid-template-rows: auto; gap: 26px 16px; }
  .project-photo h3 { font-size: 13px; }
  .project-photo .image-arrow, .project-photo:first-child .image-arrow { width: 30px; height: 30px; font-size: 19px; }
  .about-image img { height: 330px; }
  .page-intro { padding-block: 45px 35px; }
  .page-intro > p:not(.eyebrow) { font-size: 16px; }
  .service-index { padding-top: 15px; }
  .service-hero { padding-block: 40px 55px; gap: 32px; grid-template-columns: 1fr; }
  .service-hero h1 { font-size: clamp(40px,10.5vw,60px); }
  .service-tagline { font-size: 22px; }
  .service-hero figure img { height: 420px; }
  .service-tags { gap: 6px; }
  .service-tags span { font-size: 10px; }
  .section-nav > div { display: grid; grid-template-columns: 1fr 1fr; gap: 0 18px; }
  .section-nav a { font-size: 12px; padding-block: 15px; }
  .feature-grid { grid-template-columns: 1fr; gap: 18px; margin-top: 35px; }
  .feature { padding: 25px; }
  .scenario-grid, .reviews-grid { grid-template-columns: 1fr; gap: 28px; }
  .scenario-grid h3 { margin-top: 13px; font-size: 24px; }
  .brief-layout { grid-template-columns: 1fr; gap: 32px; margin-top: 40px; }
  .brief-story h3 { font-size: 30px; }
  .scope-panel { padding: 26px; }
  .prepare-panel { grid-template-columns: 1fr; padding: 27px; gap: 24px; margin-top: 30px; }
  .prepare-panel ul { font-size: 14px; }
  .company-hero { padding-block: 40px 60px; }
  .company-hero img { height: 420px; }
  .review-card { padding: 27px; }
  .reviews-grid { gap: 18px; }
  .gallery-focus { grid-template-columns: 1fr; gap: 32px; padding-block: 15px 65px; }
  .gallery-focus img { height: 420px; }
  .gallery-focus h2 { font-size: 34px; }
  .information-content section { padding: 24px; margin-top: 28px; }
  .project-cta > div { padding-block: 65px; }
  .faq-topics { padding-bottom: 35px; }
  .faq-topics a { font-size: 12px; }
}

/* Mobile navigation and a quieter, image-first presentation. */
body.menu-open { overflow: hidden; }
.site-header { transition: box-shadow .25s ease; }
.site-header.menu-is-open { box-shadow: 0 12px 40px #243c4520; }
.button, .header-cta { transition: background .2s, border-color .2s, transform .2s; }
.button:hover, .header-cta:hover { transform: translateY(-2px); }
.service-card { transition: box-shadow .3s ease, border-color .3s ease; }
.service-card:hover { border-color: #a7c0c4; box-shadow: 0 10px 28px #223d4510; }
img[src*="photos/facade"] { object-position: 50% 100%; }
.gallery { gap: 28px; align-items: start; }
.gallery-item:nth-child(2n) { margin-top: 0; }
.gallery-item[data-collection="realisations"] .gallery-image img { aspect-ratio: 4 / 5; }
.gallery-item .gallery-image img { height: auto; aspect-ratio: 4 / 5; }
.project-mosaic { grid-template-rows: repeat(2, 290px); gap: 20px; }
.project-photo > a { flex: 1; }
.reviews-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 9%; align-items: center; }
.reviews-intro > p:not(.eyebrow):not(.reviews-disclaimer) { color: var(--muted); font-size: 16px; max-width: 380px; margin-top: 25px; }
.reviews-disclaimer { font-size: 12px; color: var(--muted); max-width: 350px; margin-top: 24px; line-height: 1.7; }
.review-carousel { min-width: 0; }
.reviews-track { display: grid; gap: 20px; }
.review-carousel.is-enhanced .reviews-track { min-height: 320px; }
.review-card { padding: 36px; box-shadow: 0 8px 30px #223d4506; }
.review-card blockquote { font-size: 20px; line-height: 1.65; letter-spacing: -.01em; }
.review-card figcaption { margin-top: auto; }
.is-enhanced .review-card.is-current { animation: review-in .45s ease both; }
.review-controls { display: flex; align-items: center; gap: 12px; margin-top: 22px; }
.review-controls > button { min-width: 44px; min-height: 44px; border: 1px solid #b8c8ca; border-radius: 50%; background: transparent; font-size: 24px; line-height: 1; }
.review-controls > button:hover { background: var(--tint); border-color: var(--brand-dark); }
.review-dots { display: flex; }
.review-dot { width: 32px; height: 44px; padding: 0; border: 0; background: none; display: grid; place-items: center; }
.review-dot::after { content: ''; width: 6px; height: 6px; border-radius: 50%; background: #a3b7ba; transition: transform .2s, background .2s; }
.review-dot[aria-pressed=true]::after { background: var(--brand-dark); transform: scale(1.6); }
.review-controls > .review-rotation { margin-left: auto; border-radius: 3px; font-size: 12px; padding: 10px 15px; }
.reveal-item { transition: opacity .65s ease var(--reveal-delay,0ms), transform .65s cubic-bezier(.2,.7,.2,1) var(--reveal-delay,0ms); }
.reveal-item.reveal-pending { opacity: 0; transform: translateY(22px); }
@keyframes review-in { from { opacity: 0; transform: translateX(12px); } to { opacity: 1; transform: translateX(0); } }
@keyframes menu-in { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width:1000px) {
  .mobile-menu { position: absolute; inset: 100% 0 auto; padding: 14px var(--gutter) 24px; max-height: calc(100dvh - 112px); overscroll-behavior: contain; box-shadow: 0 20px 36px #233d4520; border-bottom: 1px solid var(--line); animation: menu-in .22s ease both; }
  .mobile-menu > a:not(.mobile-phone):not(.mobile-contact), .mobile-menu > details > summary { display: flex; align-items: center; justify-content: space-between; min-height: 55px; padding-block: 14px; font-size: 18px; border-bottom: 1px solid var(--line); line-height: 1.4; }
  .mobile-menu > details > summary { list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-chevron { width: 8px; height: 8px; border-right: 1.5px solid var(--brand-dark); border-bottom: 1.5px solid var(--brand-dark); transform: rotate(45deg); margin-right: 5px; transition: transform .2s; }
  .mobile-services[open] .menu-chevron { transform: rotate(225deg); }
  .mobile-menu .mobile-services > div { display: flex; align-items: stretch; gap: 0; padding: 10px 16px; margin-block: 10px; border-radius: 5px; background: var(--surface); border-left: 2px solid var(--brand); }
  .mobile-services[open] > div { animation: menu-in .24s ease both; }
  .mobile-menu details a { font-size: 14px; line-height: 1.4; padding: 12px 3px; min-height: 44px; }
  .mobile-menu .all-services { color: var(--brand-dark); font-weight: 600; border-bottom: 1px solid var(--line); margin-bottom: 4px; }
  .mobile-menu .mobile-contact { display: block; text-align: center; border-radius: 4px; padding: 14px 18px; background: var(--brand-dark); color: white; font-size: 14px; margin-top: 20px; }
  .mobile-menu .mobile-phone { text-align: center; font-size: 20px; margin-top: 8px; padding: 8px; }
  .reviews-layout { grid-template-columns: 1fr 1.2fr; gap: 5%; }
  .review-card { padding: 28px; }
  .review-card blockquote { font-size: 18px; }
}
@media (max-width:700px) {
  .home-hero { gap: 28px; padding-block: 30px 38px; }
  .home-hero h1 { font-size: clamp(43px,12vw,57px); text-transform: none; line-height: 1.04; margin-bottom: 22px; }
  .home-hero .eyebrow { font-size: 9px; letter-spacing: .08em; margin-bottom: 20px; }
  .home-hero .small-square { display: none; }
  .hero-description { font-size: 15px; line-height: 1.7; }
  .hero-actions { gap: 12px 18px; margin-top: 23px; }
  .hero-actions .button { font-size: 12px; padding-inline: 17px; gap: 18px; }
  .hero-actions .text-link { font-size: 12px; }
  .home-hero-visual > img { height: auto; aspect-ratio: 6 / 5; object-position: 50% 57%; }
  .hero-caption { margin-top: 10px; font-size: 10px; }
  .project-mosaic { grid-template-rows: auto; gap: 14px; }
  .project-photo > a { flex: none; }
  .gallery { gap: 18px; }
  .gallery-section { padding-bottom: 55px; }
  .reviews-layout { grid-template-columns: 1fr; gap: 28px; }
  .reviews-intro h2 { font-size: 36px; }
  .reviews-intro > p:not(.eyebrow):not(.reviews-disclaimer) { font-size: 15px; margin-top: 20px; }
  .reviews-disclaimer { font-size: 11px; margin-top: 16px; }
  .review-card { padding: 26px; }
  .review-card blockquote { font-size: 18px; margin-block: 20px 25px; }
  .review-carousel.is-enhanced .reviews-track { min-height: 350px; }
  .review-controls { gap: 8px; }
  .review-dot { width: 28px; }
  .review-controls > .review-rotation { padding-inline: 12px; font-size: 11px; }
}
@media (prefers-reduced-motion: reduce) {
  .reveal-item, .reveal-item.reveal-pending { opacity: 1; transform: none; transition: none; }
  .is-enhanced .review-card.is-current, .mobile-menu, .mobile-services[open] > div { animation: none; }
  .button:hover, .header-cta:hover, .service-card-photo:hover img, .gallery-image:hover img, .project-photo > a:hover img { transform: none; }
}
@media print {
  .reveal-item.reveal-pending { opacity: 1; transform: none; }
  .review-controls { display: none; }
}

.review-carousel.is-enhanced .review-card { grid-area: 1 / 1; }
.review-carousel.is-enhanced .review-card[aria-hidden="true"] { visibility: hidden; pointer-events: none; }

/* Material surfaces: mineral paper, painted teal and charcoal. */
:root { --paper: #f8f7f3; --mineral: #eeede7; --petrol: #244b51; }
body { background: var(--paper); }
.surface { background: url('assets/surface-grain.svg') repeat, #edf1ef; }
main > .home-hero, .service-hero, .company-hero { background: linear-gradient(90deg, transparent 54%, #e3e9e580 54%); }
.home-hero-visual, .service-hero figure, .company-hero figure { padding: 12px; border: 1px solid #cbd6d1; background: #ffffff80; }
.home-hero-visual > img, .service-hero figure img, .company-hero img { border-radius: 2px; }
.hero-caption { padding-inline: 3px; }
.trust-strip { background: #e6ece8; border-color: #cad5d0; }
.eyebrow { color: var(--brand-dark); }
.section-heading .eyebrow::before, .split-copy > .eyebrow::before, .process-layout > div > .eyebrow::before { content: ''; display: inline-block; width: 28px; height: 2px; background: currentColor; vertical-align: middle; margin-right: 12px; }
.home-projects, .home-about, .company-manifesto, .process-section, .project-cta {
  --ink: #f6f8f5; --muted: #c5d4d3; --brand-dark: #badbda; --line: #ffffff30;
  color: var(--ink); background: url('assets/surface-grain.svg') repeat, var(--petrol);
}
.home-projects { background-color: #2c3334; border: 0; }
.home-projects .section-heading { align-items: center; }
.home-projects .section-heading > p { max-width: 370px; }
.home-projects .project-mosaic { padding: 14px; border: 1px solid #ffffff24; background: #ffffff06; }
.home-projects .project-photo > a { border-radius: 2px; }
.home-projects .image-arrow { color: #244b51; }
.home-projects .button--secondary { color: #f6f8f5; border-color: #91a7a7; }
.home-projects .button--secondary:hover { color: #244b51; background: #e2efec; }
.services-band { background: url('assets/surface-grain.svg') repeat, var(--paper); }
.service-card { border-radius: 3px; border-color: #d7ddd8; box-shadow: 0 12px 32px #293c3606; overflow: hidden; }
.service-card-copy { position: relative; }
.service-card-copy::before { content: ''; display: block; width: 34px; height: 3px; background: var(--brand); margin-bottom: 22px; }
.service-card .card-number { background: #f8f7f3; border: 1px solid #ffffffb0; padding: 8px 12px; }
.home-about { background-image: url('assets/surface-grain.svg'), linear-gradient(110deg, #244b51 65%, #2c555b 65%); }
.home-about .about-image { padding: 13px; border: 1px solid #ffffff38; background: #ffffff08; }
.home-about .about-image img { height: 440px; }
.home-about .about-image figcaption { padding-inline: 3px; }
.home-about .split-copy .text-link { margin-top: 32px; }
.home-inspiration { background: url('assets/surface-grain.svg') repeat; }
.inspiration-preview { padding: 12px; background: #fff; border: 1px solid #d7ddd8; box-shadow: 14px 14px 0 #dfe8e2; }
.inspiration-preview > span { background: #fff; padding: 22px 10px 12px; }
.faq-band { background: url('assets/surface-grain.svg') repeat, #efeee9; border-block: 1px solid #e3e3db; }
.faq-band + .faq-band { border-top: 0; }
.faq-section { border-top: 0; }
.faq-item, .faq-item:last-child { padding-inline: 25px; border: 1px solid #d9dfd9; background: #fafbf8; }
.faq-item + .faq-item { margin-top: 12px; }
.faq-item[open] { background: #fff; border-color: #98b5b6; }
.faq-item summary { gap: 20px; }
.faq-item summary > span { display: grid; place-items: center; width: 28px; height: 28px; background: #e6eeea; border-radius: 50%; }
.faq-item > p { padding-right: 10px; }
.reviews-section { background: url('assets/surface-grain.svg') repeat, #e6eeea; border: 0; }
.reviews-intro { border-left: 3px solid var(--brand); padding-left: 28px; }
.review-card { border: 1px solid #c8d7d2; border-radius: 3px; border-top: 4px solid var(--brand); box-shadow: 10px 10px 0 #d6e2dc; }
.review-controls { margin-top: 30px; }
.project-cta { position: relative; isolation: isolate; overflow: hidden; border-top: 1px solid #ffffff30; }
.project-cta::before { content: ''; position: absolute; z-index: -1; inset: 0 0 0 58%; background: #ffffff06; border-left: 1px solid #ffffff17; transform: skewX(-14deg); transform-origin: bottom; pointer-events: none; }
.project-cta > div { padding-block: 105px; }
.project-cta p:not(.eyebrow) { color: var(--muted); }
.project-cta .button { background: #f4f7f2; color: #244b51; border-color: #f4f7f2; }
.project-cta .button:hover { background: #d8e9e3; border-color: #d8e9e3; }
.cta-actions > a:not(.button) { font-size: 28px; }
.site-footer { background: #282f30; border-top: 1px solid #ffffff20; }
.page-intro { position: relative; }
.page-intro::after { content: ''; display: block; width: 60px; height: 4px; background: var(--brand); margin-top: 38px; }
.section-nav { background: #e4ebe6; border-color: #cad7d1; }
.section-nav a { border-bottom: 2px solid transparent; }
.section-nav a:hover { border-bottom-color: var(--brand); }
.feature { background: #fff; border: 1px solid #d6ded7; border-top: 3px solid var(--brand); border-radius: 3px; box-shadow: 0 8px 24px #2e494205; }
.feature > span { display: inline-flex; align-items: center; justify-content: center; min-width: 35px; height: 35px; background: #eaf0eb; font-size: 12px; }
.project-brief { background-color: #e6eeea; }
.scenario-grid { gap: 22px; }
.scenario-grid article { padding: 30px; border: 1px solid #c6d6ce; background: #f8faf7; border-radius: 3px; }
.scenario-grid h3 { font-size: 26px; }
.scenario-index { display: inline-block; padding-bottom: 12px; border-bottom: 2px solid var(--brand); }
.scope-panel { border-color: #bdcfc5; box-shadow: 10px 10px 0 #d5e1d9; }
.detail-note { background: #ffffff70; padding: 22px 25px; }
.prepare-panel { background: #31494b; border-top: 3px solid #7ea7a7; }
.process-section { background-color: #2d3c3e; }
.steps { border: 1px solid #ffffff2b; padding: 8px 32px; background: #ffffff04; }
.steps li, .steps li:first-child { padding-block: 30px; border-color: #ffffff24; }
.steps li > span { border: 1px solid #709295; width: 38px; height: 38px; padding: 0; display: grid; place-items: center; border-radius: 50%; }
.related { padding-top: clamp(70px, 7.5vw, 112px); }
.company-manifesto { background-image: url('assets/surface-grain.svg'), linear-gradient(120deg, #244b51 70%, #2c555b 70%); }
.company-statement > div { padding-top: 35px; border-top: 1px solid #ffffff30; }
.values-grid { gap: 24px; }
.values-grid article { padding: 32px; background: white; border: 1px solid #d6ded7; border-top: 3px solid var(--brand); }
.local-section { background: url('assets/surface-grain.svg') repeat, #e7eee8; border-top: 1px solid #d6dfd7; }
.address-panel { box-shadow: 12px 12px 0 #d3e0d7; }
.gallery-focus { background: linear-gradient(90deg, transparent 18%, #e9ebe3 18%); padding-top: 40px; padding-bottom: 50px; margin-block: 15px 65px; }
.gallery-focus figure { padding: 12px; border: 1px solid #c8d3c9; background: #fff; }
.gallery-image { border: 8px solid #fff; box-shadow: 0 5px 24px #273a320a; }
.gallery-filters { border-color: #cdd8ce; padding-top: 20px; }
.palette-section { background-color: #e2eae4; }
.swatch-list { padding: 15px; border: 1px solid #c3d1c7; background: #f5f7f1; box-shadow: 10px 10px 0 #d2dfd5; }
.contact-page .form-wrap { background: #f0f4ef; padding: 40px; border: 1px solid #c6d5c9; border-top: 4px solid var(--brand); box-shadow: 12px 12px 0 #e2e9e0; }
.contact-prepare { padding: 26px; background: #eaf0e9; border: 1px solid #d5dfd4; }
.contact-list > div { padding-left: 18px; border-left: 2px solid #a3bdb3; }
.information-content section { background: #fff; border-top: 3px solid var(--brand); }
@media (max-width: 1000px) {
  .scenario-grid article, .values-grid article { padding: 24px; }
  .scenario-grid h3 { font-size: 23px; }
  .contact-page .form-wrap { padding: 28px; }
  .home-about .about-image img { height: 380px; }
  .swatch-list { padding: 10px; }
}
@media (max-width: 700px) {
  main > .home-hero, .service-hero, .company-hero { background: none; }
  .home-hero-visual, .service-hero figure, .company-hero figure { padding: 8px; }
  .home-projects .project-mosaic { padding: 8px; gap: 10px; }
  .home-about { background-image: url('assets/surface-grain.svg'); }
  .home-about .about-image img { height: 310px; }
  .home-about .about-image { padding: 9px; }
  .home-about .about-image figcaption { font-size: 9px; }
  .inspiration-preview { padding: 8px; box-shadow: 8px 8px 0 #dfe8e2; }
  .faq-item, .faq-item:last-child { padding-inline: 18px; }
  .faq-item summary { font-size: 15px; }
  .reviews-intro { padding-left: 20px; }
  .reviews-intro h2 { font-size: 34px; }
  .review-card { box-shadow: 6px 6px 0 #d6e2dc; }
  .project-cta > div { padding-block: 70px; }
  .project-cta::before { inset: 50% 0 0; transform: none; border-left: 0; border-top: 1px solid #ffffff17; }
  .scenario-grid { gap: 16px; }
  .scenario-grid article { padding: 26px; }
  .scope-panel { box-shadow: 6px 6px 0 #d5e1d9; }
  .steps { padding-inline: 20px; }
  .process-layout { gap: 36px; }
  .steps li { grid-template-columns: 38px minmax(0, 1fr); gap: 14px; }
  .steps h3 { font-size: 23px; }
  .company-statement > div { padding-top: 25px; }
  .gallery-focus { padding-block: 24px 35px; margin-block: 0 40px; background: #e9ebe3; }
  .gallery-focus figure { padding: 8px; }
  .gallery-image { border-width: 5px; }
  .swatch-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; padding: 8px; box-shadow: 6px 6px 0 #d2dfd5; }
  .swatch { height: 150px; padding-inline: 8px; }
  .swatch > span:last-child { font-size: 11px; overflow-wrap: anywhere; }
  .contact-page .form-wrap { padding: 24px; box-shadow: 7px 7px 0 #e2e9e0; }
  .contact-prepare { padding: 22px; }
}
