:root {
  --orange: #ee570d;
  --orange-deep: #c93d00;
  --ink: #161616;
  --ink-soft: #262626;
  --text: #202020;
  --muted: #686868;
  --line: #dedbd6;
  --paper: #ffffff;
  --surface: #f6f5f2;
  --cream: #efede8;
  --success: #157347;
  --danger: #b42318;
  --radius: 16px;
  --shadow: 0 18px 50px rgba(25, 20, 14, .09);
  --wrap: min(1320px, calc(100% - 64px));
  --serif: Georgia, 'Times New Roman', serif;
  --sans: Arial, Helvetica, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; color: var(--text); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

.wrap { width: var(--wrap); margin: 0 auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { clip: auto; height: auto; width: auto; margin: 0; overflow: visible; z-index: 1000; top: 16px; left: 16px; padding: 12px 16px; background: var(--ink); color: #fff; }
.skip-link { position: absolute; }
.section-space { padding: 108px 0; }
.section-surface { background: var(--surface); }
.eyebrow { margin: 0 0 18px; color: var(--orange); font-size: 11px; line-height: 1.2; letter-spacing: .1em; font-weight: 700; text-transform: uppercase; }
.section-heading { max-width: 740px; margin: 0 0 48px; }
.section-heading h2, h1, h2, h3 { margin-top: 0; line-height: 1.04; letter-spacing: -.045em; }
h1 { margin-bottom: 22px; font-size: clamp(44px, 5.2vw, 79px); font-weight: 700; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 3.6vw, 56px); font-weight: 700; }
h3 { font-size: 24px; }
p { margin: 0 0 1.1em; }
.section-heading--split { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(260px, .72fr); gap: 52px; align-items: end; max-width: none; }
.section-heading--split > p { max-width: 390px; color: var(--muted); margin-bottom: 8px; }

/* Header */
.site-header { position: sticky; z-index: 40; top: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(25,25,25,.07); backdrop-filter: blur(12px); }
body.admin-bar .site-header { top: 32px; }
.site-header__inner { width: var(--wrap); min-height: 92px; display: flex; gap: 28px; align-items: center; justify-content: space-between; margin-right: auto; margin-left: auto; }
.site-branding { flex: 0 0 auto; }
.site-header .site-branding { margin-left: 0; }
.site-wordmark { display: inline-flex; gap: 9px; align-items: center; min-width: 180px; }
.site-wordmark__mark { position: relative; width: 43px; height: 42px; display: block; border: 2px solid var(--orange); border-bottom-color: transparent; transform: skewY(-8deg); }
.site-wordmark__mark:before { position: absolute; left: -6px; top: -11px; width: 50px; height: 2px; background: var(--orange); content: ''; transform: rotate(26deg); }
.site-wordmark__mark i { position: absolute; bottom: 0; display: block; width: 2px; background: var(--orange); }
.site-wordmark__mark i:nth-child(1) { left: 9px; height: 24px; }
.site-wordmark__mark i:nth-child(2) { left: 19px; height: 32px; }
.site-wordmark__mark i:nth-child(3) { left: 29px; height: 18px; }
.site-wordmark__type { display: flex; flex-direction: column; line-height: 1; }
.site-wordmark__type strong { color: var(--orange); font-size: 18px; letter-spacing: -.05em; }
.site-wordmark__type small { margin-top: 3px; color: #555; font-size: 5.5px; font-weight: 700; letter-spacing: .08em; }
.custom-logo-link { display: block; max-width: 220px; }
.custom-logo { width: auto; max-height: 64px; }
.renovazio-default-logo { display: block; width: 210px; }
.renovazio-default-logo img { display: block; width: 100%; max-height: 86px; object-fit: contain; object-position: left center; }
.site-navigation { min-width: 0; flex: 1 1 auto; }
.primary-menu { display: flex; align-items: center; justify-content: center; gap: clamp(14px, 1.7vw, 31px); padding: 0; margin: 0; list-style: none; }
.primary-menu a { position: relative; display: inline-block; padding: 7px 0; font-size: 12px; font-weight: 700; white-space: nowrap; }
.primary-menu a:after { position: absolute; bottom: 0; left: 0; width: 0; height: 1px; background: var(--orange); content: ''; transition: width .22s ease; }
.primary-menu a:hover:after, .primary-menu .current-menu-item a:after { width: 100%; }
.button { display: inline-flex; gap: 23px; min-height: 47px; align-items: center; justify-content: center; padding: 12px 20px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .015em; text-align: center; text-transform: uppercase; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--orange { color: #fff; background: var(--orange); border-color: var(--orange); }
.button--orange:hover { background: var(--orange-deep); border-color: var(--orange-deep); }
.button--ghost { color: var(--ink); background: transparent; border-color: #383838; }
.button--ghost:hover { color: #fff; background: var(--ink); }
.button--outline { min-height: 35px; padding: 9px 17px; color: #1d1d1d; border-color: var(--orange); font-size: 10px; }
.button--outline:hover { color: #fff; background: var(--orange); }
.header-cta { flex: 0 0 auto; }
.menu-toggle { display: none; border: 0; background: transparent; }

/* Hero */
.hero { position: relative; overflow: hidden; background: #fff; }
.hero:before { position: absolute; z-index: 0; top: 0; bottom: 0; left: 0; width: 33%; opacity: .48; content: ''; background: linear-gradient(135deg, transparent 0 42%, #e9e7e2 42.3% 42.7%, transparent 43% 100%), linear-gradient(20deg, transparent 0 52%, #efedea 52.3% 52.8%, transparent 53% 100%); background-size: 92px 92px, 120px 120px; }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(340px, .9fr) minmax(460px, 1.22fr); min-height: 585px; align-items: stretch; }
.hero__copy { padding: clamp(70px, 8.2vw, 132px) clamp(34px, 5.1vw, 84px) clamp(62px, 7.3vw, 110px) 0; }
.hero__copy h1 { max-width: 540px; }
.hero__copy h1 span { color: var(--orange); }
.hero__line { width: 51px; height: 2px; margin: 19px 0 18px; background: #333; }
.hero__lead { max-width: 430px; margin-bottom: 9px; font-size: 21px; font-weight: 500; line-height: 1.27; }
.hero__copy > p:not(.eyebrow):not(.hero__lead) { max-width: 465px; color: #555; font-size: 13px; line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__visual { min-width: 0; padding: 0; }
.before-after { position: relative; height: 100%; min-height: 585px; overflow: hidden; background: #262626; user-select: none; }
.before-after__after, .before-after__before { position: absolute; inset: 0; overflow: hidden; }
.before-after__after img, .before-after__before img { height: 100%; width: 100%; max-width: none; object-fit: cover; object-position: center; }
.before-after__before { z-index: 3; width: 100%; clip-path: inset(0 51% 0 0); }
.before-after__before img { width: 100%; }
.before-after__divider { position: absolute; z-index: 6; top: 0; bottom: 0; left: 49%; width: 0; border-left: 1px solid rgba(255,255,255,.95); pointer-events: none; }
.before-after__divider span { position: absolute; top: 50%; left: -20px; display: flex; width: 40px; height: 40px; align-items: center; justify-content: center; color: #fff; border: 1px solid #fff; border-radius: 50%; background: rgba(22,22,22,.76); font-size: 16px; transform: translateY(-50%); }
.before-after__range { position: absolute; z-index: 10; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: col-resize; }
.before-after__labels { position: absolute; z-index: 5; top: 22px; right: 26px; left: 26px; display: flex; justify-content: space-between; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .11em; }
.before-after__caption { position: absolute; z-index: 5; right: 28px; bottom: 38px; display: flex; width: 160px; gap: 12px; align-items: flex-start; color: #fff; font-size: 10px; font-weight: 700; letter-spacing: .05em; line-height: 1.25; }
.before-after__caption span { display: block; width: 2px; min-width: 2px; height: 29px; background: var(--orange); }

/* Five-module process strip */
.process-strip { color: #fff; background: var(--ink); background-image: linear-gradient(120deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(60deg, rgba(238,87,13,.08) 1px, transparent 1px); background-size: 66px 66px, 88px 88px; }
.process-strip__inner { display: grid; grid-template-columns: repeat(5, 1fr); }
.process-step { position: relative; min-height: 87px; padding: 17px 20px 14px; border-right: 1px solid rgba(255,255,255,.12); transition: background .2s ease; }
.process-step:first-child { border-left: 1px solid rgba(255,255,255,.12); }
.process-step:hover { background: rgba(238,87,13,.14); }
.process-step:after { position: absolute; top: 38px; right: 16px; color: var(--orange); content: '›'; font-size: 26px; font-weight: 200; }
.process-step__number { display: block; margin-bottom: 3px; color: var(--orange); font-size: 11px; font-weight: 700; }
.process-step__name { display: block; font-size: 17px; font-weight: 700; line-height: 1.05; letter-spacing: -.02em; }
.process-step__claim { display: block; margin-top: 3px; color: rgba(255,255,255,.8); font-size: 10px; }

/* Modules */
.modules { border-bottom: 1px solid var(--line); }
.module-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.module-card { min-height: 455px; padding: 24px 22px 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; transition: background .24s ease, transform .24s ease, box-shadow .24s ease; }
.module-card:hover { position: relative; z-index: 2; background: #fffdfa; box-shadow: 0 18px 32px rgba(34,26,18,.13); transform: translateY(-5px); }
.module-card__topline { display: flex; justify-content: space-between; color: var(--orange); font-size: 11px; font-weight: 700; }
.module-card__arrow { font-size: 20px; font-weight: 400; line-height: .6; }
.module-card__icon { width: 47px; height: 47px; margin: 37px 0 19px; color: #202020; }
.module-card__icon svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.module-card h3 { margin-bottom: 2px; font-size: 24px; }
.module-card__claim { margin-bottom: 17px; font-size: 13px; font-weight: 600; }
.module-card__copy { min-height: 94px; color: #4f4f4f; font-size: 12px; line-height: 1.55; }
.module-card__services { min-height: 58px; color: #757575; font-size: 11px; line-height: 1.55; }
.text-link { display: inline-flex; gap: 12px; align-items: center; margin-top: 8px; color: var(--orange); font-size: 11px; font-weight: 700; text-transform: uppercase; }
.text-link span { font-size: 20px; line-height: .7; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }
.text-link--light { color: #fff; }
.module-details { padding: 100px 0; border-bottom: 1px solid var(--line); }
.module-accordions { border-top: 1px solid var(--line); }
.module-accordion { border-bottom: 1px solid var(--line); background: transparent; }
.module-accordion summary { display: grid; grid-template-columns: minmax(170px, .42fr) 1fr 30px; gap: 20px; padding: 22px 0; align-items: center; cursor: pointer; list-style: none; }
.module-accordion summary::-webkit-details-marker { display: none; }
.module-accordion summary span { color: var(--ink); font-size: 20px; font-weight: 700; letter-spacing: -.02em; }
.module-accordion summary span b { margin-right: 11px; color: var(--orange); font-size: 11px; vertical-align: middle; }
.module-accordion summary strong { font-size: 14px; }
.module-accordion summary i { color: var(--orange); font-size: 25px; font-style: normal; line-height: .8; text-align: right; transition: transform .2s ease; }
.module-accordion[open] summary i { transform: rotate(45deg); }
.module-accordion__content { display: grid; grid-template-columns: minmax(220px, .84fr) minmax(0, 1fr); gap: 7vw; padding: 8px 0 31px; }
.module-accordion__content h3 { margin-bottom: 7px; font-size: 24px; }
.module-accordion__content p { max-width: 460px; color: #5d5d5d; font-size: 13px; }
.module-accordion__content ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0; padding: 0; margin: 0; list-style: none; border-top: 1px solid #d9d6d2; border-left: 1px solid #d9d6d2; }
.module-accordion__content li { padding: 12px 14px; border-right: 1px solid #d9d6d2; border-bottom: 1px solid #d9d6d2; font-size: 11px; line-height: 1.45; }
.equipment-lines { background: #fff; }
.equipment-lines__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(240px, 1.18fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.equipment-lines__grid > article, .equipment-lines__grid > aside { min-height: 238px; padding: 27px 22px; background: #fff; }
.equipment-lines__grid > article { display: flex; flex-direction: column; justify-content: flex-end; }
.equipment-lines__grid > article span { margin-bottom: auto; color: var(--orange); font-size: 11px; font-weight: 700; }
.equipment-lines__grid h3 { margin-bottom: 5px; font-size: 31px; }
.equipment-lines__grid p { margin: 0; color: #666; font-size: 12px; }
.equipment-lines__grid > aside { display: flex; flex-direction: column; color: #fff; background: var(--ink); }
.equipment-lines__grid > aside .eyebrow { margin-bottom: auto; color: var(--orange); }
.equipment-lines__grid > aside strong { margin-bottom: 4px; font-size: 18px; }
.equipment-lines__grid > aside span { color: rgba(255,255,255,.7); font-size: 12px; }
.equipment-lines__grid > aside em { align-self: flex-start; margin-top: 17px; padding: 5px 8px; color: #fff; border: 1px solid rgba(238,87,13,.7); font-size: 9px; font-style: normal; font-weight: 700; text-transform: uppercase; }

/* Forms */
.object-check__grid, .project-request__grid { display: grid; grid-template-columns: minmax(0, .72fr) minmax(460px, 1.12fr); gap: clamp(45px, 7vw, 112px); align-items: center; }
.object-check__intro h2, .project-request h2 { max-width: 590px; }
.object-check__intro > p:not(.eyebrow):not(.legal-note), .project-request__grid > div:first-child > p:not(.eyebrow) { max-width: 480px; color: #555; }
.check-list { padding: 0; margin: 27px 0 23px; list-style: none; }
.check-list li { position: relative; padding: 6px 0 6px 27px; font-size: 13px; }
.check-list li:before { position: absolute; top: 6px; left: 1px; color: var(--orange); content: '✓'; font-size: 15px; font-weight: 700; }
.check-classes { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 1px; margin: 22px 0 17px; background: #dcd9d5; border: 1px solid #dcd9d5; }
.check-classes span { display: flex; min-height: 89px; padding: 11px; flex-direction: column; justify-content: center; background: var(--surface); font-size: 12px; font-weight: 700; }
.check-classes b { margin-bottom: 4px; color: var(--orange); font-size: 17px; }
.check-classes small { margin-top: 3px; color: #777; font-size: 9px; font-weight: 400; line-height: 1.25; }
.legal-note { color: #777; font-size: 11px; }
.form-panel { padding: clamp(23px, 3vw, 39px); background: #fff; box-shadow: var(--shadow); }
.form-panel--dark { color: #fff; background: var(--ink); box-shadow: none; }
.renovazio-form__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.renovazio-form__honeypot { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.renovazio-form__field { display: flex; min-width: 0; flex-direction: column; gap: 5px; }
.renovazio-form__field--full { grid-column: 1 / -1; }
.renovazio-form fieldset { min-width: 0; padding: 0; margin: 0; border: 0; }
.renovazio-form legend { padding: 0; color: #515151; font-size: 10px; font-weight: 700; }
.renovazio-form__choices { display: flex; padding-top: 4px; gap: 8px 14px; flex-wrap: wrap; }
.renovazio-form__choices label { display: inline-flex; gap: 7px; align-items: center; color: #555; font-size: 11px; font-weight: 600; cursor: pointer; }
.renovazio-form__choices input { width: 14px; height: 14px; margin: 0; accent-color: var(--orange); }
.renovazio-form label { color: #515151; font-size: 10px; font-weight: 700; }
.renovazio-form input, .renovazio-form select, .renovazio-form textarea { width: 100%; min-width: 0; padding: 11px 12px; color: var(--ink); border: 1px solid #d8d5d1; border-radius: 0; background: #fff; font-size: 13px; outline: 0; transition: border-color .18s ease, box-shadow .18s ease; }
.renovazio-form input:focus, .renovazio-form select:focus, .renovazio-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(238,87,13,.12); }
.renovazio-form textarea { min-height: 108px; resize: vertical; }
.renovazio-form__helper { display: block; margin-top: 2px; color: #7c7c7c; font-size: 10px; }
.renovazio-form__consent { display: flex; gap: 9px; margin: 17px 0; align-items: flex-start; color: #626262; font-size: 10px; line-height: 1.45; }
.renovazio-form__consent input { width: 14px; height: 14px; min-width: 14px; margin: 1px 0 0; accent-color: var(--orange); }
.renovazio-form__consent a { color: inherit; text-decoration: underline; }
.renovazio-form__submit { width: 100%; border: 0; }
.form-panel--dark .renovazio-form label { color: rgba(255,255,255,.82); }
.form-panel--dark .renovazio-form legend, .form-panel--dark .renovazio-form__choices label { color: rgba(255,255,255,.82); }
.form-panel--dark .renovazio-form__helper, .form-panel--dark .renovazio-form__consent { color: rgba(255,255,255,.66); }
.form-panel--dark .renovazio-form__submit { color: #fff; background: var(--orange); }
.form-status { margin-bottom: 17px; padding: 13px 15px; font-size: 13px; font-weight: 700; }
.form-status--success { color: var(--success); border: 1px solid rgba(21,115,71,.3); background: #f0fdf4; }
.form-status--error { color: var(--danger); border: 1px solid rgba(180,35,24,.3); background: #fff4f1; }
.renovazio-check-result { display: grid; padding: 23px; margin-bottom: 20px; gap: 8px; color: #1f1f1f; border-left: 4px solid var(--orange); background: #fff8f2; }
.renovazio-check-result strong { color: var(--orange); font-size: 28px; letter-spacing: -.04em; }
.renovazio-check-result p { margin: 0; color: #555; font-size: 13px; }
.renovazio-handoff { max-width: 820px; padding: clamp(30px, 5vw, 64px); border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.renovazio-handoff h2 { max-width: 580px; }
.renovazio-handoff > p:not(.eyebrow) { max-width: 600px; color: #555; }
.renovazio-handoff .button { margin: 7px 10px 0 0; }
.renovazio-handoff__back { margin-top: 19px !important; font-size: 12px; font-weight: 700; }
.renovazio-handoff__back a { color: var(--orange); }

/* Timeline and customer paths */
.how-it-works { color: #fff; background: #1d1d1d; }
.how-it-works .section-heading h2 { max-width: 660px; }
.timeline { display: grid; grid-template-columns: repeat(6, 1fr); padding: 0; margin: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.timeline li { position: relative; min-height: 206px; padding: 24px 19px 20px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.timeline li:not(:last-child):after { position: absolute; z-index: 1; top: 19px; right: -10px; color: var(--orange); content: '→'; font-size: 16px; }
.timeline strong { display: block; margin-bottom: 30px; color: var(--orange); font-size: 12px; }
.timeline span { display: block; margin-bottom: 7px; font-size: 18px; font-weight: 700; line-height: 1.15; }
.timeline p { margin: 0; color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.5; }
.execution-flow { border-top: 1px solid var(--line); background: #fff; }
.execution-flow__steps { display: grid; grid-template-columns: repeat(8, 1fr); gap: 1px; padding: 0; margin: 0; list-style: none; counter-reset: execution-step; background: var(--line); border: 1px solid var(--line); }
.execution-flow__steps li { position: relative; display: flex; min-height: 112px; padding: 17px 15px; align-items: flex-end; counter-increment: execution-step; background: #fff; font-size: 12px; font-weight: 700; line-height: 1.25; }
.execution-flow__steps li:before { position: absolute; top: 15px; left: 15px; color: var(--orange); content: counter(execution-step, decimal-leading-zero); font-size: 10px; }
.execution-flow__steps li:not(:last-child):after { position: absolute; z-index: 1; top: 15px; right: -9px; color: var(--orange); content: '→'; font-size: 15px; }
.customer-paths { background: var(--paper); }
.customer-paths__grid { display: grid; grid-template-columns: 1fr 1fr; }
.customer-path { min-height: 320px; padding: clamp(42px, 5.2vw, 76px); }
.customer-path h2 { max-width: 470px; font-size: clamp(34px, 3.6vw, 52px); }
.customer-path p:not(.eyebrow) { max-width: 480px; }
.customer-path--orange { color: #fff; background: var(--orange); }
.customer-path--orange .eyebrow { color: #fff; }
.customer-path--orange .text-link { color: #fff; }
.customer-path--dark { color: #fff; background: var(--ink); }
.customer-path--dark p:not(.eyebrow) { color: rgba(255,255,255,.75); }

/* Audiences and public projects */
.audiences-section { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audiences-section__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, .85fr); gap: clamp(42px, 8vw, 130px); align-items: center; }
.audiences-section h2 { max-width: 650px; font-size: clamp(31px, 3.4vw, 49px); }
.audiences-section p:not(.eyebrow) { max-width: 600px; color: #555; }
.audience-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.audience-list li { padding: 15px 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.audience-list li:before { margin-right: 9px; color: var(--orange); content: '→'; }
.home-projects { background: #fff; }
.home-projects__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.home-project-card { overflow: hidden; border: 1px solid var(--line); background: #fff; }
.home-project-card > a, .home-project-card > a img { display: block; width: 100%; min-height: 245px; object-fit: cover; }
.home-project-card > div { padding: 24px; }
.home-project-card .eyebrow { margin-bottom: 10px; }
.home-project-card h3 { margin-bottom: 9px; font-size: 28px; }
.home-project-card p:not(.eyebrow) { min-height: 45px; color: #666; font-size: 12px; }
.home-projects__empty { padding: 26px; border: 1px solid var(--line); color: #666; }
.home-projects__all { margin-top: 28px; }

/* Visual journey */
.visual-journey { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visual-journey__figure { position: relative; overflow: hidden; margin: 0; background: var(--ink); }
.visual-journey__figure img { display: block; width: 100%; min-height: 330px; object-fit: cover; }
.visual-journey__figure figcaption { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.26); }
.visual-journey__figure figcaption span { padding: 14px 17px; color: #fff; background: rgba(25,25,25,.88); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.visual-journey__figure figcaption span:before { display: inline-block; margin-right: 9px; color: var(--orange); content: '→'; }

/* proof */
.project-proof__grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(0, 1fr); gap: clamp(42px, 7vw, 105px); align-items: center; }
.project-proof__visual { min-height: 550px; overflow: hidden; background: var(--cream); }
.project-proof__visual img { width: 100%; height: 100%; min-height: 550px; object-fit: cover; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.benefit-grid > div { min-height: 174px; padding: 22px 18px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.benefit-grid span { color: var(--orange); font-size: 11px; font-weight: 700; }
.benefit-grid h3 { margin: 12px 0 7px; font-size: 18px; }
.benefit-grid p { margin: 0; color: #666; font-size: 11px; line-height: 1.45; }
.brand-statement__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(45px, 10vw, 160px); padding-top: 92px; padding-bottom: 92px; }
.brand-statement__grid h2 { max-width: 570px; }
.brand-statement__grid > p { align-self: center; max-width: 500px; font-size: 18px; line-height: 1.5; }

/* Aboxon and turnover */
.aboxon-section__grid { display: grid; grid-template-columns: minmax(260px, .6fr) minmax(0, 1fr); gap: clamp(48px, 8vw, 130px); align-items: center; }
.aboxon-section__logo { position: relative; display: flex; max-width: 300px; align-items: baseline; color: #888; font-size: clamp(42px, 5vw, 72px); font-weight: 800; letter-spacing: -.09em; line-height: .75; }
.aboxon-section__logo strong { position: relative; color: var(--orange); font-family: var(--serif); font-size: 1.15em; font-style: italic; font-weight: 400; transform: translateY(8px); }
.aboxon-section__logo small { position: absolute; right: 3px; bottom: -28px; color: #898989; font-size: 9px; letter-spacing: .11em; }
.aboxon-section h2 { max-width: 700px; font-size: clamp(32px, 3.2vw, 47px); }
.aboxon-section p:not(.eyebrow) { max-width: 730px; color: #555; }
.aboxon-section__actions { display: flex; flex-wrap: wrap; gap: 25px; }
.turnover-section { color: #fff; background: #202020; }
.turnover-section__grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1fr); gap: clamp(45px, 8vw, 130px); padding-top: 83px; padding-bottom: 83px; align-items: center; }
.turnover-section h2 { max-width: 550px; }
.turnover-section p:not(.eyebrow) { max-width: 550px; color: rgba(255,255,255,.75); }
.turnover-flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; padding: 0; margin: 0; list-style: none; background: rgba(255,255,255,.19); }
.turnover-flow li { position: relative; min-height: 95px; padding: 17px 15px; background: #202020; font-size: 13px; font-weight: 700; line-height: 1.28; }
.turnover-flow li:after { position: absolute; right: 13px; bottom: 11px; color: var(--orange); content: '↗'; font-size: 16px; }

/* Last form and footer */
.project-request { color: #fff; background: var(--ink); }
.project-request .project-request__grid { align-items: center; }
.project-request h2 { max-width: 550px; }
.project-request__grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.75); }
.site-footer { color: #fff; background: #111; }
.site-footer__top { display: grid; grid-template-columns: minmax(200px, .85fr) minmax(280px, 1fr) minmax(150px, .45fr); gap: 55px; padding-top: 54px; padding-bottom: 48px; }
.site-footer .site-wordmark__type strong { color: #fff; }
.site-footer .site-wordmark__type small { color: rgba(255,255,255,.6); }
.site-footer .renovazio-default-logo { width: 310px; }
.site-footer .renovazio-default-logo img { max-height: 170px; }
.site-footer__brand > p { max-width: 230px; margin-top: 16px; color: rgba(255,255,255,.56); font-size: 11px; }
.site-footer__promise strong { display: block; margin-bottom: 7px; font-size: 18px; line-height: 1.25; }
.site-footer__promise p { max-width: 430px; color: rgba(255,255,255,.58); font-size: 12px; }
.site-footer__links { display: flex; flex-direction: column; gap: 9px; font-size: 12px; font-weight: 700; }
.site-footer__links a:hover, .site-footer__bottom a:hover { color: var(--orange); }
.site-footer__bottom { display: flex; padding-top: 16px; padding-bottom: 18px; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.52); font-size: 10px; }
.site-footer__bottom p { margin: 0; }
.site-footer__bottom div { display: flex; gap: 16px; }

/* Generic pages */
.content-page { max-width: min(900px, var(--wrap)); }
.content-page__header { margin-bottom: 30px; }
.content-page__body { font-size: 17px; }
.content-page__body > * { max-width: 720px; }
.content-page__body h2 { margin-top: 48px; font-size: 34px; }
.renovazio-legal { max-width: 780px; color: #44515e; font-size: 16px; line-height: 1.65; }
.renovazio-legal h2 { margin-top: 54px; margin-bottom: 16px; color: var(--ink); font-size: clamp(28px, 3vw, 40px); }
.renovazio-legal p { margin-bottom: 26px; }
.renovazio-legal a { color: var(--orange); text-decoration: underline; }
.project-archive { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 25px; margin-top: 48px; }
.project-archive__card { overflow: hidden; border: 1px solid var(--line); }
.project-archive__card > a, .project-archive__card > a img { display: block; width: 100%; min-height: 270px; object-fit: cover; }
.project-archive__card > div { padding: 24px; }
.project-archive__card h2 { margin-bottom: 11px; font-size: 30px; }
.project-single__image { margin: 0 0 42px; }
.project-single__image img { width: 100%; max-height: 590px; object-fit: cover; }

@media (max-width: 1160px) {
  :root { --wrap: min(100% - 42px, 1180px); }
  .site-header__inner { min-height: 76px; gap: 17px; }
  .primary-menu { gap: 15px; }
  .primary-menu a { font-size: 10px; }
  .header-cta { padding-right: 12px; padding-left: 12px; }
  .hero__grid { grid-template-columns: minmax(330px, .86fr) minmax(420px, 1fr); }
  .hero__copy { padding-right: 42px; }
  .module-card { padding: 20px 16px; }
  .module-card__copy { min-height: 118px; }
  .object-check__grid, .project-request__grid { grid-template-columns: minmax(0, .75fr) minmax(430px, 1fr); gap: 50px; }
}

/* Three language controls need more space than the two-language layout.
   Switch to the compact navigation before any header item can collide. */
@media (min-width: 931px) and (max-width: 1400px) {
  .site-header__inner { min-height: 72px; gap: 15px; }
  .site-navigation { position: fixed; z-index: 60; top: 72px; right: 0; bottom: 0; left: 0; display: none; padding: 38px var(--wrap); background: rgba(20,20,20,.98); overflow: auto; }
  body.admin-bar .site-navigation { top: 104px; }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu li { border-bottom: 1px solid rgba(255,255,255,.16); }
  .primary-menu a { display: block; padding: 15px 0; color: #fff; font-size: 22px; }
  .menu-toggle { display: flex; width: 38px; height: 38px; padding: 6px; flex-direction: column; gap: 5px; justify-content: center; }
  .menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .site-branding { margin-right: auto; }
}

@media (max-width: 930px) {
  .site-header__inner { min-height: 72px; }
  .site-navigation { position: fixed; z-index: 60; top: 72px; right: 0; bottom: 0; left: 0; display: none; padding: 38px var(--wrap); background: rgba(20,20,20,.98); overflow: auto; }
  body.admin-bar .site-navigation { top: 118px; }
  .site-navigation.is-open { display: block; }
  .primary-menu { display: block; }
  .primary-menu li { border-bottom: 1px solid rgba(255,255,255,.16); }
  .primary-menu a { display: block; padding: 15px 0; color: #fff; font-size: 22px; }
  .menu-toggle { display: flex; width: 38px; height: 38px; padding: 6px; flex-direction: column; gap: 5px; justify-content: center; }
  .menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; width: 100%; background: var(--ink); transition: transform .2s ease, opacity .2s ease; }
  .menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .header-cta { display: none; }
  .site-branding { margin-right: auto; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__copy { padding: 79px 0 50px; }
  .hero__copy h1 { max-width: 640px; }
  .hero__visual { padding-bottom: 0; }
  .before-after { min-height: 510px; }
  .process-strip__inner { grid-template-columns: repeat(5, minmax(160px, 1fr)); overflow-x: auto; width: 100%; }
  .process-strip .wrap { width: 100%; }
  .process-step:first-child { border-left: 0; }
  .module-grid { grid-template-columns: repeat(3, 1fr); }
  .module-card { min-height: 390px; }
  .module-card__copy { min-height: auto; }
  .module-card__services { min-height: 44px; }
  .module-details { padding-top: 78px; padding-bottom: 78px; }
  .module-accordion__content { gap: 36px; }
  .equipment-lines__grid { grid-template-columns: repeat(3, 1fr); }
  .equipment-lines__grid > aside { grid-column: 1 / -1; min-height: 190px; }
  .execution-flow__steps { grid-template-columns: repeat(4, 1fr); }
  .timeline { grid-template-columns: repeat(3, 1fr); }
  .object-check__grid, .project-request__grid, .project-proof__grid, .aboxon-section__grid, .audiences-section__grid { grid-template-columns: 1fr; }
  .object-check__intro, .project-request__grid > div:first-child { max-width: 660px; }
  .project-proof__visual, .project-proof__visual img { min-height: 420px; }
  .brand-statement__grid { grid-template-columns: 1fr; gap: 0; }
  .customer-paths__grid { grid-template-columns: 1fr; }
  .turnover-section__grid { grid-template-columns: 1fr; }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
  .project-archive { grid-template-columns: 1fr; }
  .home-projects__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 610px) {
  :root { --wrap: calc(100% - 36px); }
  .site-header__inner { min-height: 66px; }
  .site-wordmark { min-width: 145px; gap: 7px; }
  .site-wordmark__mark { width: 35px; height: 34px; }
  .site-wordmark__mark:before { width: 41px; }
  .site-wordmark__type strong { font-size: 15px; }
  .custom-logo { max-height: 48px; }
  .site-navigation { top: 66px; padding-right: 18px; padding-left: 18px; }
  body.admin-bar .site-navigation { top: 112px; }
  .section-space { padding: 70px 0; }
  .section-heading { margin-bottom: 32px; }
  .section-heading--split { grid-template-columns: 1fr; gap: 5px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  h2 { font-size: clamp(32px, 10vw, 44px); }
  .hero__copy { padding-top: 58px; padding-bottom: 38px; }
  .hero__lead { font-size: 18px; }
  .hero__actions { display: grid; grid-template-columns: 1fr; }
  .hero__actions .button { width: 100%; }
  .before-after { min-height: 375px; }
  .before-after__caption { right: 16px; bottom: 18px; width: 142px; font-size: 9px; }
  .before-after__labels { top: 14px; right: 16px; left: 16px; }
  .process-step { min-height: 77px; padding: 15px; }
  .module-grid { grid-template-columns: 1fr; }
  .module-card { min-height: auto; padding: 26px 22px; }
  .module-card__icon { margin-top: 24px; }
  .module-card__copy, .module-card__services { min-height: auto; }
  .module-details { padding-top: 63px; padding-bottom: 63px; }
  .module-accordion summary { grid-template-columns: 1fr 25px; gap: 10px; }
  .module-accordion summary strong { grid-row: 2; grid-column: 1; font-size: 12px; }
  .module-accordion summary i { grid-row: 1 / 3; grid-column: 2; }
  .module-accordion__content { grid-template-columns: 1fr; gap: 8px; padding-bottom: 24px; }
  .module-accordion__content ul { grid-template-columns: 1fr; }
  .equipment-lines__grid { grid-template-columns: 1fr; }
  .equipment-lines__grid > article, .equipment-lines__grid > aside { min-height: 170px; }
  .equipment-lines__grid > aside { grid-column: auto; }
  .check-classes { grid-template-columns: 1fr; }
  .check-classes span { min-height: 0; }
  .execution-flow__steps { grid-template-columns: 1fr 1fr; }
  .execution-flow__steps li { min-height: 92px; }
  .form-panel { padding: 22px 17px; }
  .renovazio-form__grid { grid-template-columns: 1fr; }
  .renovazio-form__field--full { grid-column: auto; }
  .timeline { grid-template-columns: 1fr; }
  .timeline li { min-height: auto; padding: 22px; }
  .timeline strong { margin-bottom: 12px; }
  .timeline li:not(:last-child):after { top: auto; right: 20px; bottom: -12px; content: '↓'; }
  .customer-path { min-height: 0; padding: 50px 28px; }
  .project-proof__visual, .project-proof__visual img { min-height: 310px; }
  .benefit-grid { grid-template-columns: 1fr; }
  .brand-statement__grid { padding-top: 65px; padding-bottom: 65px; }
  .brand-statement__grid > p { font-size: 16px; }
  .aboxon-section__grid { gap: 60px; }
  .turnover-section__grid { padding-top: 65px; padding-bottom: 65px; }
  .turnover-flow { grid-template-columns: 1fr 1fr; }
	.audience-list, .home-projects__grid { grid-template-columns: 1fr; }
	.visual-journey__figure figcaption { grid-template-columns: 1fr 1fr; }
  .site-footer__top { grid-template-columns: 1fr; gap: 30px; padding-top: 45px; }
  .site-footer__bottom { gap: 13px; flex-direction: column; }
}

/* Revised concept: architectural rounded media, public pages and consent */
.before-after { border-radius: 20px; }
.home-project-card, .project-archive__card, .project-single__image, .visual-journey__figure, .project-proof__visual { border-radius: 16px; }
.module-card, .equipment-lines__grid, .equipment-lines__grid > article, .equipment-lines__grid > aside, .form-panel, .public-page-highlight, .contact-card, .partner-public-grid article, .revised-module-grid article { border-radius: 14px; }
.hero--revised .hero__visual { padding: 26px 0 26px 12px; }
.hero--revised .before-after { min-height: 530px; }
.section-actions { display: flex; margin-top: 30px; justify-content: center; }
.partner-teaser__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: clamp(42px, 8vw, 130px); align-items: end; }
.partner-teaser__grid > div:last-child > p { max-width: 520px; color: var(--muted); }
.project-request--revised { color: #fff; background: var(--ink); }
.project-request--revised .project-request__grid { align-items: center; }
.project-request--revised .project-request__grid > div:first-child > p:not(.eyebrow) { color: rgba(255,255,255,.72); }
.project-request__actions { display: flex; gap: 12px; justify-content: flex-end; flex-wrap: wrap; }
.project-request--revised .button--ghost { color: #fff; border-color: rgba(255,255,255,.58); }
.project-request--revised .button--ghost:hover { color: var(--ink); background: #fff; }

.renovazio-public-page { min-height: 58vh; background: #fff; }
.public-page-heading { max-width: 850px; margin-bottom: 52px; }
.public-page-heading > p:last-child { max-width: 760px; color: var(--muted); font-size: 18px; }
.public-page-form { display: grid; grid-template-columns: minmax(0, .58fr) minmax(480px, 1fr); gap: clamp(42px, 8vw, 120px); align-items: start; }
.public-page-form > div:first-child { padding-top: 28px; }
.public-page-form h2 { font-size: clamp(29px, 3vw, 43px); }
.public-page-form > div:first-child > p { max-width: 490px; color: var(--muted); }
.revised-module-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.revised-module-grid article { display: flex; min-height: 356px; padding: 27px 23px; flex-direction: column; border: 1px solid var(--line); background: var(--paper); }
.revised-module-grid article > span { color: var(--orange); font-size: 12px; font-weight: 700; letter-spacing: .08em; }
.revised-module-grid h2 { margin: 28px 0 3px; font-size: 29px; }
.revised-module-grid h3 { margin: 0 0 14px; font-size: 16px; line-height: 1.25; }
.revised-module-grid p { color: var(--muted); font-size: 14px; }
.revised-module-grid .text-link { margin-top: auto; }
.public-page-highlight { padding: clamp(28px, 4vw, 54px); background: var(--surface); }
.public-page-highlight > p { max-width: 770px; margin-bottom: 30px; font-size: 20px; font-weight: 600; line-height: 1.4; }
.public-page-list { display: grid; grid-template-columns: minmax(0, 1fr) minmax(310px, .62fr); gap: 18px; }
.public-page-list ul { display: grid; padding: 0; margin: 0; list-style: none; border-top: 1px solid var(--line); }
.public-page-list li { padding: 19px 0 19px 28px; border-bottom: 1px solid var(--line); font-size: 17px; font-weight: 600; }
.public-page-list li:before { margin-left: -28px; margin-right: 13px; color: var(--orange); content: '→'; }
.public-page-list aside { padding: 34px; color: #fff; border-radius: 16px; background: var(--ink); }
.public-page-list aside h2 { font-size: 35px; }
.public-page-list aside p:not(.eyebrow) { color: rgba(255,255,255,.74); }
.public-page-list aside .text-link { color: #fff; }
.partner-public-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.partner-public-grid article, .contact-card { padding: 34px; border: 1px solid var(--line); background: var(--surface); }
.partner-public-grid h2 { font-size: 31px; }
.partner-public-grid p, .contact-card p { color: var(--muted); }
.contact-card { display: grid; max-width: 680px; gap: 8px; }
.contact-card strong { color: var(--ink); }
.contact-card a:not(.button) { color: var(--orange); font-weight: 700; }
.contact-card .button { justify-self: start; margin-top: 13px; }
.tender-list { display: grid; gap: 16px; }
.tender-list article { padding: 29px; border: 1px solid var(--line); background: var(--surface); }
.tender-list h2 { margin-bottom: 14px; font-size: 31px; }
.tender-list article > p { color: var(--muted); }
.tender-list article > p.eyebrow { color: var(--orange); }
.team-placeholder { padding: 22px; margin-top: 30px; border-left: 3px solid var(--orange); background: #fff; }
.team-placeholder h3 { margin-bottom: 7px; }
.renovazio-reference { display: grid; padding: 15px 17px; margin-bottom: 17px; gap: 3px; border-left: 3px solid var(--orange); background: #fff8f2; }
.renovazio-reference strong { color: var(--orange); font-size: 12px; text-transform: uppercase; }
.renovazio-reference span { font-size: 20px; font-weight: 700; letter-spacing: .02em; }

/* 3.0.5: keep the public process and intake page readable at every width. */
.revised-module-grid article,
.public-page-form > div,
.public-page-form .form-panel,
.renovazio-form__field,
.renovazio-form__field input,
.renovazio-form__field select,
.renovazio-form__field textarea { min-width: 0; }
.revised-module-grid h2,
.revised-module-grid h3,
.revised-module-grid p,
.public-page-form h2,
.public-page-form p,
.renovazio-form__choices label { overflow-wrap: normal; word-break: normal; hyphens: manual; }

/* Five cards in a narrow row are unreadable. Let the grid form new rows once
   a card would become too small to read. */
.revised-module-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.revised-module-grid article { min-height: 325px; padding: 28px 25px; }
.revised-module-grid h2 { font-size: 28px; overflow-wrap: normal; word-break: normal; hyphens: manual; }
.revised-module-grid h3,
.revised-module-grid p { overflow-wrap: normal; word-break: normal; hyphens: manual; }

/* The checklist is deliberately a neat two-column list instead of loose,
   wrapped fragments. It becomes one column on a phone. */
.renovazio-form__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 18px; padding-top: 9px; }
.renovazio-form__choices label { display: grid; grid-template-columns: 16px minmax(0, 1fr); gap: 8px; align-items: start; padding: 8px 10px; border: 1px solid var(--line); border-radius: 8px; background: #faf9f7; font-size: 12px; line-height: 1.4; }
.renovazio-form__choices input { margin-top: 2px; }

/* A text column beside a form must never collapse into individual letters. */
@media (max-width: 1500px) {
  .public-page-form { grid-template-columns: minmax(0, 1fr) !important; gap: 34px; }
  .public-page-form > div:first-child { max-width: 760px; padding-top: 0; }
  .public-page-form > div:first-child > p { max-width: 720px; font-size: 17px; line-height: 1.6; }
  .public-page-form .form-panel { width: min(100%, 760px); }
}

@media (max-width: 1250px) {
  .revised-module-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .revised-module-grid article { min-height: 330px; }
}

@media (max-width: 930px) {
  .public-page-form { grid-template-columns: 1fr; gap: 30px; }
  .public-page-form > div:first-child { max-width: 720px; padding-top: 0; }
  .public-page-form > div:first-child > p { max-width: 720px; }
  .revised-module-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
}

@media (max-width: 610px) {
  .revised-module-grid { grid-template-columns: 1fr; }
  .revised-module-grid article { min-height: 0; }
  .renovazio-default-logo { width: 162px; }
  .site-footer .renovazio-default-logo { width: 220px; }
  .renovazio-form__choices { grid-template-columns: 1fr; }
}

/* Final public-page layout: intros always sit above their form. This prevents
   any text from being compressed or overlapping at browser zoom levels. */
.public-page-form { grid-template-columns: minmax(0, 1fr) !important; gap: 34px; }
.public-page-form > div:first-child { max-width: 820px; padding-top: 0; }
.public-page-form > div:first-child > p { max-width: 760px; font-size: 17px; line-height: 1.62; }
.public-page-form .form-panel { width: min(100%, 820px); }

/* Three readable cards are better than five unreadable narrow columns. */
.revised-module-grid { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
.revised-module-grid article { min-height: 350px; }
.revised-module-grid h2,
.revised-module-grid h3,
.revised-module-grid p { overflow-wrap: normal; word-break: normal; hyphens: manual; }

@media (max-width: 980px) {
  .revised-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)) !important; }
}

@media (max-width: 620px) {
  .revised-module-grid { grid-template-columns: 1fr !important; }
  .revised-module-grid article { min-height: 0; }
  .public-page-form .form-panel { width: 100%; }
}


.project-single__images { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 0 0 38px; }
.project-single__images figure { margin: 0; overflow: hidden; border-radius: 16px; background: var(--ink); }
.project-single__images img { width: 100%; aspect-ratio: 1.25; object-fit: cover; }
.project-single__images figcaption { padding: 12px 15px; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.project-reference-facts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; margin: 0 0 34px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: var(--line); }
.project-reference-facts section { min-height: 150px; padding: 23px; background: #fff; }
.project-reference-facts h2 { margin-bottom: 10px; font-size: 21px; }
.project-reference-facts p { margin: 0; color: var(--muted); font-size: 15px; }
.project-video { margin: 35px 0; }
.project-video iframe { width: 100%; min-height: 440px; border: 0; border-radius: 16px; }
.project-archive__meta { color: var(--muted); font-size: 14px; }

.cookie-consent { position: fixed; z-index: 90; right: 22px; bottom: 22px; left: 22px; display: grid; max-width: 820px; padding: 22px; margin: 0 auto; gap: 18px; grid-template-columns: minmax(0, 1fr) auto; color: #fff; border: 1px solid rgba(255,255,255,.16); border-radius: 16px; background: rgba(22,22,22,.98); box-shadow: 0 18px 55px rgba(0,0,0,.25); }
.cookie-consent[hidden] { display: none; }
.cookie-consent strong { font-size: 16px; }
.cookie-consent p { max-width: 540px; margin: 5px 0 0; color: rgba(255,255,255,.74); font-size: 13px; line-height: 1.5; }
.cookie-consent__actions { display: flex; gap: 8px; align-items: center; flex-wrap: wrap; justify-content: flex-end; }
.cookie-consent__actions .button { min-height: 40px; padding: 9px 14px; font-size: 10px; }
.cookie-consent__actions .button--ghost { color: #fff; border-color: rgba(255,255,255,.5); }
.cookie-consent__actions a { color: #fff; font-size: 12px; text-decoration: underline; }

@media (min-width: 931px) {
  .primary-menu { gap: clamp(9px, 1vw, 16px); }
  .primary-menu a { font-size: 11px; }
}

@media (max-width: 1050px) {
  .revised-module-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .public-page-form { grid-template-columns: 1fr; }
  .public-page-form > div:first-child { padding-top: 0; }
}

@media (max-width: 760px) {
  .hero--revised .hero__visual { padding: 0; }
  .hero--revised .before-after { min-height: 410px; border-radius: 0; }
  .partner-teaser__grid, .public-page-list { grid-template-columns: 1fr; }
  .project-request__actions { justify-content: flex-start; }
  .project-single__images, .project-reference-facts, .partner-public-grid { grid-template-columns: 1fr; }
  .project-video iframe { min-height: 260px; }
  .cookie-consent { right: 12px; bottom: 12px; left: 12px; grid-template-columns: 1fr; }
  .cookie-consent__actions { justify-content: flex-start; }
}

@media (max-width: 560px) {
  .revised-module-grid { grid-template-columns: 1fr; }
  .revised-module-grid article { min-height: 290px; }
  .public-page-heading > p:last-child { font-size: 16px; }
  .public-page-highlight { padding: 24px 19px; }
}

/* Readability and language controls */
body { font-size: 17px; line-height: 1.62; }
.eyebrow { font-size: 12px; letter-spacing: .09em; }
.site-wordmark__type small { font-size: 7px; }
.button { font-size: 12px; }
.button--outline { font-size: 11px; }
.language-switcher { display: flex; padding-left: 15px; gap: 3px; flex: 0 0 auto; align-items: center; border-left: 1px solid var(--line); }
.language-switcher a { display: inline-flex; min-width: 34px; min-height: 34px; padding: 0 7px; align-items: center; justify-content: center; color: #555; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .04em; line-height: 1; }
.language-switcher a:hover { color: var(--orange); border-color: rgba(238,87,13,.42); }
.language-switcher a.is-active { color: #fff; border-color: var(--ink); background: var(--ink); }

@media (min-width: 931px) {
  .primary-menu a { font-size: 13px; }
}

.hero__copy > p:not(.eyebrow):not(.hero__lead) { font-size: 15px; line-height: 1.62; }
.before-after__labels, .before-after__caption { font-size: 11px; }
.process-step__number, .module-card__topline, .equipment-lines__grid > article span, .benefit-grid span { font-size: 12px; }
.process-step__claim { font-size: 12px; line-height: 1.35; }
.module-card__claim { font-size: 14px; }
.module-card__copy { font-size: 14px; line-height: 1.58; }
.module-card__services { font-size: 12px; line-height: 1.58; }
.text-link { font-size: 12px; }
.module-accordion summary span b { font-size: 12px; }
.module-accordion summary strong { font-size: 15px; }
.module-accordion__content p { font-size: 15px; line-height: 1.6; }
.module-accordion__content li { font-size: 13px; line-height: 1.5; }
.equipment-lines__grid p, .equipment-lines__grid > aside span { font-size: 14px; }
.equipment-lines__grid > aside em { font-size: 11px; line-height: 1.3; }
.check-list li { font-size: 15px; line-height: 1.5; }
.check-classes span { font-size: 13px; }
.check-classes small { font-size: 11px; line-height: 1.4; }
.legal-note { font-size: 13px; line-height: 1.5; }
.renovazio-form legend, .renovazio-form label { font-size: 12px; }
.renovazio-form__choices label { font-size: 13px; }
.renovazio-form input, .renovazio-form select, .renovazio-form textarea { min-height: 46px; padding: 12px 13px; font-size: 16px; }
.renovazio-form textarea { min-height: 118px; }
.renovazio-form__choices input, .renovazio-form__consent input { min-height: 14px; padding: 0; }
.renovazio-form__helper, .renovazio-form__consent { font-size: 12px; line-height: 1.5; }
.form-status, .renovazio-check-result p { font-size: 14px; }
.renovazio-handoff__back { font-size: 13px; }
.timeline strong { font-size: 13px; }
.timeline p { font-size: 13px; line-height: 1.56; }
.execution-flow__steps li { font-size: 13px; }
.execution-flow__steps li:before { font-size: 11px; }
.audience-list li { font-size: 13px; }
.home-project-card p:not(.eyebrow), .benefit-grid p { font-size: 13px; line-height: 1.56; }
.visual-journey__figure figcaption span { font-size: 12px; }
.aboxon-section__logo small { font-size: 10px; }
.turnover-flow li { font-size: 14px; }
.site-footer__brand > p, .site-footer__promise p, .site-footer__links { font-size: 13px; }
.site-footer__bottom { font-size: 12px; }
@media (max-width: 1160px) and (min-width: 931px) {
  .primary-menu { gap: 12px; }
  .primary-menu a { font-size: 12px; }
  .language-switcher { padding-left: 10px; }
  .language-switcher a { min-width: 31px; padding: 0 5px; font-size: 10px; }
}

@media (max-width: 930px) {
  .language-switcher { padding-left: 0; border-left: 0; }
  .language-switcher a { min-width: 32px; min-height: 32px; }
}

@media (max-width: 610px) {
  body { font-size: 17px; }
  .eyebrow { font-size: 12px; }
  .language-switcher { gap: 2px; }
  .language-switcher a { min-width: 30px; min-height: 30px; padding: 0 5px; font-size: 10px; }
  .before-after__caption { font-size: 10px; }
  .module-accordion summary strong { font-size: 14px; }
  .renovazio-form legend, .renovazio-form label { font-size: 12px; }
  .renovazio-form__choices label { font-size: 13px; }
}

/* Header branding has a reserved slot; the artwork grows inside it. */
.site-header__inner { min-height: 94px; gap: 12px; }
.site-header .site-branding { flex: 0 0 180px; min-width: 0; }
.site-header .renovazio-default-logo { width: 180px; padding-left: 20px; }
.site-header .renovazio-default-logo img { height: 94px; max-height: 94px; object-position: center; }
@media (min-width: 611px) {
  .site-header .renovazio-default-logo { transform: translateX(48px); }
}

/* Logo and caption share one centre, in every language. */
.site-footer__top > * { min-width: 0; }
.site-footer__brand { width: min(100%, 260px); text-align: center; }
.site-footer .site-footer__brand .renovazio-default-logo { width: 100%; margin: 0 auto; }
.site-footer .site-footer__brand .renovazio-default-logo img { object-position: center; }
.site-footer__brand > p { max-width: 100%; margin: 16px auto 0; text-align: center; overflow-wrap: break-word; }

@media (min-width: 1401px) {
  .primary-menu { gap: 12px; }
}
@media (max-width: 1400px) {
  .primary-menu a { font-size: 22px; }
  .site-navigation { top: 94px; padding-inline: 32px; }
  body.admin-bar .site-navigation { top: 126px; }
}
@media (max-width: 782px) {
  body.admin-bar .site-header { top: 46px; }
  body.admin-bar .site-navigation { top: 140px; }
}
@media (max-width: 610px) {
  .site-header__inner { min-height: 72px; gap: 8px; }
  .site-navigation { top: 72px; padding-inline: 18px; }
  body.admin-bar .site-navigation { top: 118px; }
  .site-header .site-branding { flex-basis: 112px; }
  .site-header .renovazio-default-logo { width: 112px; padding-left: 8px; }
  .site-header .renovazio-default-logo img { height: 72px; max-height: 72px; }
  .menu-toggle { flex-shrink: 0; }
  .site-footer__brand { margin-inline: auto; }
}

/* Mobile menu: one isolated layer below the header.
   This final block intentionally wins over older tablet/mobile rules. */
.mobile-menu-cta { display: none; }

@media (max-width: 1400px) {
  /* backdrop-filter turns the sticky header into a containing block for
     position: fixed descendants on mobile browsers. Removing it here lets
     the menu use the actual viewport instead of the header's tiny height. */
  .site-header {
    --renovazio-mobile-header-height: 94px;
    z-index: 100;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }
  .site-navigation {
    position: fixed !important;
    z-index: 110;
    inset: var(--renovazio-mobile-header-height) 0 0 !important;
    display: block !important;
    width: 100%;
    padding: 28px 32px calc(32px + env(safe-area-inset-bottom));
    visibility: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: #161616;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .site-navigation.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
  .site-navigation .primary-menu { display: block; max-width: 680px; margin: 0 auto; }
  .site-navigation .primary-menu li { border-bottom: 1px solid rgba(255,255,255,.16); }
  .site-navigation .primary-menu a {
    display: block;
    padding: 18px 2px;
    color: #fff;
    font-size: clamp(20px, 3.2vw, 26px);
    font-weight: 700;
    line-height: 1.2;
  }
  .site-navigation .primary-menu a:after { display: none; }
  .site-navigation .primary-menu a:hover,
  .site-navigation .primary-menu a:focus { color: var(--orange); }
  .mobile-menu-cta {
    display: inline-flex;
    width: min(100%, 680px);
    min-height: 52px;
    margin: 26px auto 0;
    gap: 16px;
    justify-content: center;
    font-size: 12px;
  }
  .menu-toggle { position: relative; z-index: 120; flex-shrink: 0; }
}

@media (max-width: 782px) {
  body.admin-bar .site-navigation { inset: 118px 0 0 !important; }
}

@media (min-width: 783px) and (max-width: 1400px) {
  body.admin-bar .site-navigation { inset: 126px 0 0 !important; }
}

@media (max-width: 610px) {
  .site-header { --renovazio-mobile-header-height: 72px; }
  .site-navigation { padding: 22px 18px calc(28px + env(safe-area-inset-bottom)); }
  .site-navigation .primary-menu a { padding: 16px 2px; font-size: 21px; }
  .mobile-menu-cta { width: 100%; margin-top: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .site-navigation { transition: none; }
}
