/* Fortelev Landing Page V09 Google Ads */

/* 1. Reset and base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--font-sans); color: var(--color-charcoal); background: var(--color-white); font-size: var(--text-body); line-height: 1.58; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
img { display: block; width: 100%; height: auto; }
button, input, select { font: inherit; }
a { color: inherit; }
p, h1, h2, h3, dl, dd, ol { margin-top: 0; }
button { color: inherit; }
:focus-visible { outline: 0.14rem solid var(--color-black); outline-offset: 0.2rem; }
.section--dark :focus-visible, .section--proposal :focus-visible { outline-color: var(--color-white); }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 1000; transform: translateY(-200%); background: var(--color-black); color: var(--color-white); padding: .75rem 1rem; border-radius: var(--radius-control); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }

/* 2. Tokens */
:root {
  --color-bronze: #AA8663;
  --color-bronze-hover: #967354;
  --color-bronze-cta: #8A6748;
  --color-bronze-cta-hover: #77583D;
  --color-charcoal: #2B323A;
  --color-charcoal-deep: #1E2328;
  --color-black: #000000;
  --color-grey: #676767;
  --color-light-grey: #CCCCCC;
  --color-line: #D9D9D6;
  --color-soft: #F5F4F2;
  --color-white: #FFFFFF;
  --color-error: #A12F2F;

  --font-sans: "Urbanist", "Segoe UI", Arial, sans-serif;
  --container-max: 80rem;
  --gutter: clamp(1.125rem, 4vw, 4rem);
  --grid-gap: clamp(1rem, 2vw, 1.5rem);

  --text-display: clamp(2.55rem, 5.2vw, 5rem);
  --text-h2: clamp(2rem, 3.6vw, 3.5rem);
  --text-h3: clamp(1.35rem, 2vw, 1.9rem);
  --text-body: clamp(1rem, .4vw + .94rem, 1.125rem);
  --text-overline: .78rem;
  --text-small: clamp(.82rem, .2vw + .79rem, .92rem);

  --space-section: clamp(4rem, 7vw, 8rem);
  --space-section-tight: clamp(3.5rem, 6vw, 7rem);
  --space-block: clamp(1.5rem, 3vw, 2.5rem);
  --space-copy: clamp(1rem, 2vw, 1.75rem);

  --control-height: 3.5rem;
  --radius-control: .5rem;
  --radius-image: .375rem;
  --header-height: 5.25rem;
  --header-height-scrolled: 4.5rem;
  --sticky-height: 4.75rem;
}

/* 3. Typography */
h1, h2, h3 { margin-bottom: var(--space-copy); font-weight: 600; letter-spacing: -.03em; color: inherit; }
h1 { font-size: var(--text-display); line-height: 1.01; max-width: 12ch; }
h2 { font-size: var(--text-h2); line-height: 1.08; }
h3 { font-size: var(--text-h3); line-height: 1.15; }
p { margin-bottom: 1rem; }
.overline { display: flex; width: 100%; max-width: 100%; min-width: 0; align-items: flex-start; gap: .65rem; margin-bottom: 1.15rem; font-size: var(--text-overline); line-height: 1.25; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: inherit; }
.overline::before { content: ""; width: 1.7rem; height: 1px; margin-top: .58em; background: var(--color-bronze); flex: 0 0 auto; }
.overline > span { flex: 1 1 auto; min-width: 0; max-width: 100%; white-space: normal; overflow-wrap: break-word; }
.microcopy, .form-microcopy { font-size: var(--text-small); line-height: 1.5; color: var(--color-grey); }
.section--dark .microcopy, .section--dark .form-microcopy, .section--proposal .microcopy, .section--proposal .form-microcopy { color: rgba(255,255,255,.7); }

/* 4. Container and grid */
.container { width: min(100% - (2 * var(--gutter)), var(--container-max)); margin-inline: auto; }
.section { padding-block: var(--space-section); }
.section--soft { background: var(--color-soft); }
.section--dark { background: var(--color-charcoal); color: var(--color-white); }
.section--proposal { background: var(--color-charcoal-deep); color: var(--color-white); scroll-margin-top: calc(var(--header-height-scrolled) + 1rem); }
.media { margin: 0; overflow: hidden; border-radius: var(--radius-image); background: #E9E7E3; }
.media img { width: 100%; height: 100%; object-fit: cover; }
.split { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: var(--grid-gap); align-items: center; }
.split--media-left .media { grid-column: span 7; }
.split--media-left .split__copy { grid-column: 9 / -1; }
.split--copy-left .split__copy { grid-column: 1 / span 5; }
.split--copy-left .media { grid-column: 7 / -1; }
.split__copy { max-width: 34rem; }
.section-intro { max-width: 48rem; margin-bottom: clamp(2.5rem, 5vw, 4.5rem); }
.section-intro--compact { max-width: 52rem; }
.section-intro--dark p { color: rgba(255,255,255,.78); }

/* 4b. Responsive intrinsic-size safeguards */
:where(.container, .header__inner, .hero__grid, .hero__copy, .split, .split__copy, .recognition__inner, .recognition__copy, .safety__layout, .safety-steps, .safety-step, .installations-mosaic, .trust__grid, .trust__copy, .trust-stats, .faq__grid, .faq__intro, .faq-list, .proposal__grid, .proposal__copy, .proposal__form-wrap, .form-grid, .field, .site-footer__inner, .sticky-cta__inner) { min-width: 0; }
:where(.split > *, .hero__grid > *, .safety__layout > *, .safety-step > *, .installations-mosaic > *, .trust__grid > *, .trust-stats > *, .faq__grid > *, .proposal__grid > *, .form-grid > *, .header__inner > *, .site-footer__inner > *) { min-width: 0; }
:where(h1, h2, h3, p, dt, dd, label, .proof-line, .fact strong, .fact span, .safety-step__number, .field-error, .form-status, .privacy-microcopy) { max-width: 100%; overflow-wrap: break-word; word-break: normal; }
.media, .media picture, .media img { min-width: 0; max-width: 100%; }

/* 5. Controls */
.button { max-width: 100%; min-width: 0; white-space: normal; overflow-wrap: break-word; min-height: var(--control-height); display: inline-flex; align-items: center; justify-content: center; gap: .5rem; border: 0; border-radius: var(--radius-control); padding: .8rem clamp(1.25rem, 2vw, 2rem); background: var(--color-bronze-cta); color: var(--color-white); font-weight: 600; font-size: .98rem; line-height: 1.2; text-decoration: none; text-align: center; cursor: pointer; transition: background-color .15s ease, transform .15s ease, opacity .15s ease; }
.button:hover { background: var(--color-bronze-cta-hover); }
.button:active { transform: translateY(1px); }
.button[disabled] { opacity: .6; cursor: wait; }
.button--compact { min-height: 2.9rem; padding-inline: 1.25rem; font-size: .9rem; }
.button--full { width: 100%; }

/* 6. Header */
.site-header { position: sticky; top: 0; z-index: 100; height: var(--header-height); background: rgba(255,255,255,.98); transition: height .2s ease, border-color .2s ease, background-color .2s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { height: var(--header-height-scrolled); border-bottom-color: rgba(43,50,58,.12); background: rgba(255,255,255,.985); }
.header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.brand { color: var(--color-black); font-weight: 600; letter-spacing: .18em; font-size: 1.08rem; text-decoration: none; line-height: 1; }
.header__cta { flex: 0 0 auto; }

/* 7. Hero */
.hero { background: var(--color-white); }
.hero__grid { min-height: clamp(35rem, 51vw, 42.5rem); display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 7fr); gap: clamp(2rem, 4vw, 4.25rem); align-items: stretch; }
.hero__copy { align-self: center; padding-block: clamp(3rem, 6vw, 5rem); max-width: 36rem; }
.hero__lead { max-width: 32rem; margin-bottom: 1.8rem; color: var(--color-grey); }
.hero__cta { margin-bottom: 1.15rem; }
.proof-line { max-width: 100%; min-width: 0; white-space: normal; margin: 0; font-size: var(--text-small); color: var(--color-grey); font-weight: 500; }
.proof-line span { margin-inline: .35rem; color: var(--color-bronze); }
.hero__media { min-width: 0; overflow: hidden; border-radius: 0 0 0 var(--radius-image); }
.hero__media picture, .hero__media img { display: block; width: 100%; height: 100%; }
.hero__media img { object-fit: cover; object-position: 52% center; }

/* 8. Recognition */
.recognition__inner { display: grid; gap: clamp(2.5rem, 5vw, 4.5rem); }
.recognition__copy { max-width: 52rem; margin-inline: auto; text-align: center; }
.recognition__copy p { color: rgba(255,255,255,.78); }
.recognition__copy .recognition__closing { margin: 1.75rem auto 0; color: var(--color-white); font-weight: 600; }
.media--recognition { aspect-ratio: 16 / 9; max-width: 72rem; margin-inline: auto; }
.media--recognition img { object-position: 50% 48%; }

/* 9. Integration */
.integration__media { aspect-ratio: 4 / 3; }
.integration__media img { object-position: 50% 48%; }
.facts { display: grid; margin-block: clamp(1.75rem, 3vw, 2.5rem); border-top: 1px solid var(--color-line); border-bottom: 1px solid var(--color-line); }
.facts--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.fact { min-width: 0; padding-block: 1.2rem; padding-right: 1rem; }
.fact + .fact { border-left: 1px solid var(--color-line); padding-left: 1rem; }
.fact strong, .fact span { display: block; }
.fact strong { font-size: clamp(1.05rem, 1.2vw, 1.32rem); line-height: 1.15; font-weight: 600; color: var(--color-charcoal); }
.fact span { margin-top: .35rem; font-size: .84rem; line-height: 1.35; color: var(--color-grey); }

/* 10. Installation */
.installation__media { aspect-ratio: 3 / 2; }
.installation__media img { object-position: 51% center; }
.facts--installation { grid-template-columns: 1fr 1.45fr 1.2fr; }
.fact--time span { max-width: 15rem; }
.installation .microcopy { max-width: 31rem; margin-top: .2rem; }

/* 11. Safety */
.safety__layout { display: grid; grid-template-columns: minmax(0, 8fr) minmax(16rem, 4fr); gap: clamp(2.5rem, 5vw, 4.5rem); align-items: stretch; }
.safety-steps { list-style: none; margin: 0; padding: 2rem 0 0; display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); position: relative; gap: 0; }
.safety-steps::before { content: ""; position: absolute; left: 2%; right: 2%; top: 3rem; height: 1px; background: rgba(170,134,99,.9); }
.safety-step { position: relative; padding-right: 1.4rem; }
.safety-step::before { content: ""; position: absolute; top: .62rem; left: .05rem; width: .45rem; height: .45rem; border-radius: 50%; background: var(--color-bronze); transform: translateY(1.9rem); }
.safety-step__number { display: block; margin-bottom: 2.4rem; color: var(--color-bronze); font-weight: 600; font-size: clamp(1.45rem, 2.2vw, 2rem); line-height: 1; }
.safety-step h3 { margin-bottom: .6rem; font-size: clamp(1.06rem, 1.3vw, 1.28rem); letter-spacing: -.01em; }
.safety-step p { color: rgba(255,255,255,.7); font-size: .94rem; max-width: 13rem; }
.safety__media { aspect-ratio: 4 / 5; }
.safety__media img { object-position: 50% 46%; }
.safety-notes { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); margin-top: clamp(2.5rem, 4vw, 3.5rem); padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.18); }
.safety-notes strong, .safety-notes span { display: block; }
.safety-notes strong { font-size: 1.05rem; margin-bottom: .3rem; }
.safety-notes span { color: rgba(255,255,255,.68); font-size: .92rem; }

/* 12. Installations */
.installations-mosaic { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: auto auto; gap: clamp(1rem, 1.7vw, 1.25rem); align-items: stretch; }
.mosaic__ground { grid-column: 1 / span 8; grid-row: 1; aspect-ratio: 3 / 2; }
.mosaic__vertical { grid-column: 9 / -1; grid-row: 1 / span 2; min-height: 100%; }
.mosaic__vertical img { object-position: 51% center; }
.mosaic__upper { grid-column: 1 / span 8; grid-row: 2; aspect-ratio: 3 / 2; }
.installations__cta { display: flex; justify-content: center; margin-top: clamp(2.25rem, 4vw, 3.5rem); }

/* 13. Trust */
.trust__grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--grid-gap); align-items: start; }
.trust__copy { grid-column: 1 / span 4; max-width: 28rem; }
.trust-stats { grid-column: 6 / -1; display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); margin: 0; }
.trust-stats > div { padding: clamp(1.25rem, 2.5vw, 2rem) 0; border-top: 1px solid var(--color-line); }
.trust-stats > div:nth-child(odd) { padding-right: clamp(1.5rem, 3vw, 3rem); }
.trust-stats > div:nth-child(even) { padding-left: clamp(1.5rem, 3vw, 3rem); border-left: 1px solid var(--color-line); }
.trust-stats dt { margin-bottom: .55rem; color: #7B5F46; font-weight: 600; font-size: clamp(2rem, 3.3vw, 3.25rem); line-height: 1; letter-spacing: -.035em; }
.trust-stats dd { margin: 0; color: var(--color-grey); font-size: .95rem; line-height: 1.45; }

/* 14. FAQ */
.faq__grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--grid-gap); align-items: start; }
.faq__intro { grid-column: 1 / span 4; max-width: 27rem; position: sticky; top: calc(var(--header-height-scrolled) + 2rem); }
.faq-list { grid-column: 6 / -1; border-top: 1px solid var(--color-line); }
.faq-item { border-bottom: 1px solid var(--color-line); }
.faq-item h3 { margin: 0; }
.faq-button { width: 100%; max-width: 100%; min-width: 0; min-height: 4.75rem; border: 0; background: transparent; display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.15rem 0; text-align: left; font-size: clamp(1.05rem, 1.3vw, 1.2rem); font-weight: 500; cursor: pointer; }
.faq-button > span:first-child { min-width: 0; overflow-wrap: break-word; word-break: normal; }
.faq-icon { position: relative; flex: 0 0 1.15rem; width: 1.15rem; height: 1.15rem; transition: transform .2s ease; }
.faq-icon::before, .faq-icon::after { content: ""; position: absolute; left: 50%; top: 50%; width: 1rem; height: 1px; background: var(--color-charcoal); transform: translate(-50%, -50%); }
.faq-icon::after { transform: translate(-50%, -50%) rotate(90deg); }
.faq-button[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-panel { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows .2s ease, opacity .18s ease; }
.faq-panel > div { overflow: hidden; }
.faq-panel p { max-width: 44rem; padding: 0 3rem 1.5rem 0; margin: 0; color: var(--color-grey); }
.faq-panel.is-open { grid-template-rows: 1fr; opacity: 1; }

/* 15. Proposal and form */
.proposal__grid { display: grid; grid-template-columns: repeat(12, minmax(0,1fr)); gap: var(--grid-gap); align-items: start; }
.proposal__copy { grid-column: 1 / span 5; max-width: 34rem; }
.proposal__copy > p:not(.overline) { color: rgba(255,255,255,.74); }
.proposal__form-wrap { grid-column: 7 / -1; }
.lead-form { width: 100%; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1.15rem 1.25rem; margin-bottom: 1.35rem; }
.field label { display: block; margin-bottom: .45rem; font-size: .88rem; font-weight: 500; color: rgba(255,255,255,.9); }
.field input, .field select { width: 100%; max-width: 100%; min-width: 0; min-height: var(--control-height); border: 1px solid rgba(255,255,255,.3); border-radius: var(--radius-control); background: var(--color-white); color: var(--color-charcoal); padding: .75rem 1rem; outline: none; transition: border-color .14s ease, box-shadow .14s ease; }
.field input::placeholder { color: #858585; }
.field input:focus, .field select:focus { border-color: var(--color-bronze); box-shadow: 0 0 0 .14rem rgba(170,134,99,.26); }
.field input[aria-invalid="true"], .field select[aria-invalid="true"] { border-color: var(--color-error); }
.field select:disabled { color: #777; background: #EFEFEF; cursor: not-allowed; }
.field-error { min-height: 0; margin: 0; color: #F0AAAA; font-size: .8rem; line-height: 1.3; }
.field-error:not(:empty) { min-height: 1rem; margin-top: .28rem; }
.form-microcopy { margin: 1rem 0 0; max-width: 40rem; }
.form-status { min-height: 1.4rem; margin-top: .85rem; color: #F0C9A8; font-size: .88rem; }
.form-success { padding-top: .25rem; }
.form-success h3 { font-size: clamp(1.8rem, 3vw, 2.5rem); max-width: 18ch; }
.form-success p { color: rgba(255,255,255,.75); max-width: 34rem; }
.form-success .button { margin-top: 1rem; }

/* 16. Sticky CTA */
.sticky-cta { display: none; position: fixed; inset: auto 0 0; z-index: 90; padding: .6rem var(--gutter) max(.6rem, env(safe-area-inset-bottom)); background: rgba(255,255,255,.98); border-top: 1px solid rgba(43,50,58,.15); transform: translateY(110%); opacity: 0; pointer-events: none; transition: transform .2s ease, opacity .2s ease; }
.sticky-cta.is-visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
.sticky-cta__inner { width: min(100%, 32rem); margin-inline: auto; }
body.has-sticky-cta { padding-bottom: calc(var(--sticky-height) + env(safe-area-inset-bottom)); }

/* 17. Structural breakpoints */
@media (max-width: 75rem) {
  :root { --gutter: clamp(1.75rem, 3.5vw, 2.5rem); }
  .header__cta { font-size: .86rem; }
  .split--media-left .media { grid-column: span 7; }
  .split--media-left .split__copy { grid-column: 8 / -1; }
  .split--copy-left .split__copy { grid-column: span 5; }
  .split--copy-left .media { grid-column: 6 / -1; }
  .trust__copy { grid-column: span 4; }
  .trust-stats { grid-column: 5 / -1; }
  .faq__intro { grid-column: span 4; }
  .faq-list { grid-column: 5 / -1; }
}

@media (max-width: 56.25rem) {
  :root { --gutter: clamp(1.5rem, 4vw, 2rem); --header-height: 4.25rem; --header-height-scrolled: 4.25rem; }
  .site-header { position: relative; height: var(--header-height); border-bottom: 1px solid rgba(43,50,58,.08); }
  .site-header.is-scrolled { height: var(--header-height); }
  .header__cta { display: none; }
  .sticky-cta { display: block; }

  .hero__grid { min-height: 0; grid-template-columns: 1fr; gap: 0; width: 100%; }
  .hero__copy { width: min(100% - (2 * var(--gutter)), var(--container-max)); margin-inline: auto; max-width: none; padding-block: clamp(2.8rem, 8vw, 4.4rem) clamp(2rem, 5vw, 3rem); }
  .hero__copy h1 { max-width: 11ch; }
  .hero__lead { max-width: 36rem; }
  .hero__media { border-radius: 0; aspect-ratio: 16 / 10; }
  .hero__media img { object-position: 50% 47%; }

  .recognition__copy { text-align: left; margin: 0; max-width: 39rem; }
  .recognition__inner { gap: 2.5rem; }

  .split { grid-template-columns: repeat(6, minmax(0,1fr)); gap: var(--grid-gap); }
  .split--media-left .split__copy, .split--copy-left .split__copy { grid-column: 1 / -1; grid-row: 1; max-width: 42rem; }
  .split--media-left .media, .split--copy-left .media { grid-column: 1 / -1; grid-row: 2; }
  .integration__media { aspect-ratio: 4 / 3; }
  .integration__media img { object-position: 50% 48%; }
  .installation__media { aspect-ratio: 4 / 3; }

  .safety__layout { grid-template-columns: 1fr; }
  .safety-steps { grid-template-columns: 1fr; padding-top: 0; gap: 0; }
  .safety-steps::before { top: .65rem; bottom: .65rem; left: 1rem; right: auto; width: 1px; height: auto; }
  .safety-step { display: grid; grid-template-columns: 2.6rem 1fr; gap: 1rem; padding: 0 0 2rem; }
  .safety-step:last-child { padding-bottom: 0; }
  .safety-step::before { left: .79rem; top: .2rem; transform: none; }
  .safety-step__number { grid-column: 1; margin: 0; font-size: 1.35rem; }
  .safety-step > div { grid-column: 2; min-width: 0; }
  .safety-step h3 { margin-bottom: .35rem; }
  .safety-step p { max-width: 32rem; margin: 0; }
  .safety__media { aspect-ratio: 16 / 10; }
  .safety-notes { grid-template-columns: 1fr 1fr; }

  .installations-mosaic { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .mosaic__ground { grid-column: 1 / span 4; grid-row: 1; }
  .mosaic__vertical { grid-column: 5 / -1; grid-row: 1; aspect-ratio: 4 / 5; }
  .mosaic__upper { grid-column: 1 / -1; grid-row: 2; aspect-ratio: 16 / 9; }

  .trust__grid, .faq__grid, .proposal__grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .trust__copy { grid-column: 1 / -1; max-width: 40rem; }
  .trust-stats { grid-column: 1 / -1; margin-top: 1rem; }
  .faq__intro { grid-column: 1 / -1; position: static; max-width: 40rem; }
  .faq-list { grid-column: 1 / -1; margin-top: 1.5rem; }
  .proposal__copy { grid-column: 1 / -1; max-width: 40rem; }
  .proposal__form-wrap { grid-column: 1 / -1; margin-top: 1rem; }
}

@media (max-width: 40rem) {
  :root { --gutter: clamp(1.125rem, 5vw, 1.25rem); --sticky-height: 5.25rem; --space-section: clamp(4rem, 14vw, 5rem); --space-section-tight: clamp(3.5rem, 12vw, 4.5rem); }
  .brand { font-size: .98rem; }
  .overline { gap: .5rem; letter-spacing: .11em; }
  .overline::before { width: 1.25rem; }
  .button { padding-inline: clamp(1rem, 5vw, 1.35rem); }
  h1 { line-height: 1.02; }
  h2 { line-height: 1.08; }
  .button { width: 100%; }

  .hero__copy { padding-top: 2.4rem; padding-bottom: 1.75rem; }
  .hero__lead { margin-bottom: 1.35rem; }
  .hero__cta { margin-bottom: .9rem; }
  .hero__media { aspect-ratio: 4 / 5; max-height: 34rem; }
  .hero__media img { object-position: 50% 50%; }

  .media--recognition { aspect-ratio: 4 / 5; }
  .media--recognition img { object-position: 52% 50%; }

  .facts--three, .facts--installation { grid-template-columns: 1fr; }
  .fact { padding: 1rem 0; }
  .fact + .fact { border-left: 0; border-top: 1px solid var(--color-line); padding-left: 0; }
  .fact--time span { max-width: none; }
  .integration__media { aspect-ratio: 4 / 5; }
  .installation__media { aspect-ratio: 4 / 5; }
  .installation__media img { object-position: 53% 50%; }

  .safety-notes { grid-template-columns: 1fr; gap: 1rem; }
  .safety-notes > div + div { padding-top: 1rem; border-top: 1px solid rgba(255,255,255,.12); }
  .safety__media { aspect-ratio: 1 / 1; }

  .installations-mosaic { display: grid; grid-template-columns: 1fr; gap: 1rem; }
  .mosaic__ground, .mosaic__vertical, .mosaic__upper { grid-column: 1; grid-row: auto; aspect-ratio: 4 / 3; }
  .mosaic__ground img { object-position: 44% 50%; transform: scaleX(-1); }
  .mosaic__vertical img { object-position: 50% 46%; }
  .mosaic__upper img { object-position: 50% 48%; transform: scaleX(-1); }
  .installations__cta { margin-top: 2rem; }

  .trust-stats { grid-template-columns: 1fr; }
  .trust-stats > div { padding: 1.35rem 0; border-top: 1px solid var(--color-line); }
  .trust-stats > div:nth-child(odd), .trust-stats > div:nth-child(even) { padding-left: 0; padding-right: 0; border-left: 0; }
  .trust-stats dt { font-size: clamp(2rem, 11vw, 2.8rem); }

  .faq-button { min-height: 4.25rem; gap: 1.2rem; font-size: 1rem; }
  .faq-panel p { padding-right: .75rem; }

  .form-grid { grid-template-columns: 1fr; gap: .85rem; }
  .proposal__form-wrap { margin-top: .5rem; }
  .field input, .field select { min-height: 3.5rem; }
}

/* 18. Reduced motion */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button, .site-header, .faq-panel, .faq-icon, .sticky-cta { transition: none; }
}

/* V02 corrections */
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
  text-decoration: none;
}
.brand__logo {
  display: block;
  width: clamp(10.5rem, 13vw, 12rem);
  height: auto;
  max-height: 3rem;
  object-fit: contain;
}

.privacy-microcopy {
  margin: .65rem 0 0;
  max-width: 40rem;
  color: rgba(255,255,255,.62);
  font-size: var(--text-small);
  line-height: 1.5;
}

.site-footer {
  background: #171B1F;
  color: rgba(255,255,255,.72);
  border-top: 1px solid rgba(255,255,255,.08);
}
.site-footer__inner {
  min-height: clamp(5.75rem, 8vw, 7rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 1rem;
}
.site-footer__brand img {
  width: clamp(7.5rem, 9vw, 9rem);
  height: auto;
  display: block;
}
.site-footer p {
  min-width: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  margin: 0;
  font-size: var(--text-small);
  text-align: right;
}

/* Hero breakout: copy remains on the main container line while media reaches the right viewport edge. */
@media (min-width: 75.0001rem) {
  .hero__grid {
    width: auto;
    max-width: none;
    margin-left: max(var(--gutter), calc((100vw - var(--container-max)) / 2));
    margin-right: 0;
    grid-template-columns: minmax(24rem, min(36rem, 42vw)) minmax(0, 1fr);
  }
  .hero__media {
    border-radius: 0 0 0 var(--radius-image);
  }
}

@media (max-width: 56.25rem) {
  .brand__logo { width: clamp(9.25rem, 22vw, 10.5rem); max-height: 2.75rem; }
  .site-footer__inner { flex-direction: column; align-items: flex-start; justify-content: center; }
  .site-footer p { text-align: left; }
}

@media (max-width: 40rem) {
  .brand__logo { width: clamp(8.75rem, 39vw, 10rem); max-height: 2.35rem; }
  .site-footer__brand img { width: 7.5rem; }
}

/* V03 art-direction refinements */

/* Header and hero remain structurally unchanged, with slightly tighter optical balance. */
@media (min-width: 75.0001rem) {
  :root {
    --header-height: 5rem;
    --header-height-scrolled: 4.5rem;
  }
  .brand__logo {
    width: clamp(11rem, 12vw, 12.25rem);
    max-height: 2.85rem;
  }
  .hero__copy {
    transform: translateY(-0.35rem);
  }
}

@media (min-width: 56.2501rem) and (max-width: 75rem) {
  .brand__logo {
    width: clamp(10.25rem, 17vw, 11.25rem);
    max-height: 2.65rem;
  }
}

/* Recognition: less card-like and more architectural. */
.recognition__inner {
  gap: clamp(2.75rem, 5vw, 4.25rem);
}
.media--recognition {
  max-width: 76rem;
  border-radius: .2rem;
}

/* Installation: editorial hierarchy led by the installation timeframe. */
.facts--installation {
  grid-template-columns: minmax(0, 1.45fr) minmax(0, .72fr) minmax(0, 1.18fr);
  align-items: stretch;
}
.facts--installation .fact--time {
  padding-right: clamp(1.25rem, 2vw, 2rem);
}
.facts--installation .fact--time strong {
  color: #7B5F46;
  font-size: clamp(2.1rem, 3vw, 3.15rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.facts--installation .fact--time span {
  margin-top: .65rem;
  max-width: 17rem;
  font-size: .86rem;
}
.facts--installation .fact:not(.fact--time) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.facts--installation .fact:not(.fact--time) strong {
  font-size: clamp(1rem, 1.05vw, 1.16rem);
}
.installation__media {
  border-radius: .2rem;
}

/* Safety: give the sequence more room and let the image support rather than dominate. */
.safety__layout {
  grid-template-columns: minmax(0, 8.7fr) minmax(15rem, 3.3fr);
  gap: clamp(3rem, 5.5vw, 5rem);
}
.safety-steps {
  padding-top: 2.25rem;
}
.safety-steps::before {
  top: 3.25rem;
}
.safety-step {
  padding-right: clamp(1.35rem, 2vw, 2rem);
}
.safety-step p {
  max-width: 14.5rem;
}
.safety__media {
  border-radius: .2rem;
}
.safety-notes {
  margin-top: clamp(2.75rem, 4vw, 3.75rem);
}

/* Installations: keep the mosaic editorial and reduce UI-like rounding. */
.installations-mosaic .media {
  border-radius: .22rem;
}
.installations-mosaic {
  gap: clamp(.9rem, 1.45vw, 1.15rem);
}

/* Trust: tighter editorial rhythm without turning metrics into cards. */
.trust {
  padding-block: var(--space-section-tight);
}
.trust-stats > div {
  padding-block: clamp(1.1rem, 2vw, 1.65rem);
}
.trust-stats dt {
  margin-bottom: .45rem;
}
.trust-stats dd {
  max-width: 21rem;
}

/* FAQ: slightly calmer spacing and separators. */
.faq-button {
  min-height: 4.55rem;
  padding-block: 1.05rem;
}
.faq-panel p {
  padding-bottom: 1.4rem;
}

/* Final proposal: closer to a consultative intake than a generic lead form. */
.proposal__grid {
  gap: clamp(2.5rem, 5vw, 5rem);
}
.proposal__copy {
  max-width: 31rem;
}
.proposal__form-wrap {
  max-width: 43rem;
  justify-self: stretch;
}
.form-grid {
  gap: .7rem .95rem;
  margin-bottom: 1rem;
}
.field label {
  margin-bottom: .35rem;
}
.field input,
.field select {
  min-height: 3.65rem;
  border-radius: .42rem;
  padding-inline: 1.05rem;
}
.form-microcopy {
  margin-top: .85rem;
}
.privacy-microcopy {
  margin-top: .5rem;
}

/* Footer: remove the old raster-logo block and finish the page quietly. */
.site-footer__inner {
  min-height: 4.75rem;
  justify-content: center;
  padding-block: 1rem;
}
.site-footer p {
  text-align: center;
  color: rgba(255,255,255,.66);
}

@media (max-width: 56.25rem) {
  .safety__layout {
    grid-template-columns: 1fr;
    gap: clamp(2.5rem, 7vw, 3.75rem);
  }
  .safety-steps {
    padding-top: 0;
  }
  .safety-steps::before {
    top: .65rem;
  }
  .proposal__grid {
    gap: 1.2rem;
  }
  .proposal__form-wrap {
    max-width: 44rem;
  }
  .site-footer__inner {
    align-items: center;
  }
  .site-footer p {
    text-align: center;
  }
}

@media (max-width: 40rem) {
  :root {
    --header-height: 4rem;
    --header-height-scrolled: 4rem;
  }

  .site-header {
    height: var(--header-height);
  }
  .brand__logo {
    width: clamp(9.15rem, 42vw, 10.15rem);
    max-height: 2.25rem;
  }
  .hero__copy {
    padding-top: 2.15rem;
  }

  /* Full-bleed architectural proof at the end of the dark recognition section. */
  .recognition {
    padding-bottom: 0;
  }
  .recognition__inner {
    gap: clamp(2rem, 8vw, 2.75rem);
  }
  .recognition .media--recognition {
    width: calc(100% + (2 * var(--gutter)));
    max-width: none;
    margin-inline: calc(-1 * var(--gutter));
    border-radius: 0;
    aspect-ratio: 4 / 5;
  }
  .recognition .media--recognition img {
    object-position: 52% 50%;
  }

  /* Integration remains factual and evenly structured. */
  .integration .facts--three {
    margin-top: 1.6rem;
  }
  .integration__media {
    border-radius: .2rem;
  }

  /* Installation becomes deliberately different: one large timeframe, two supporting facts. */
  .facts--installation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-bottom: 0;
    margin-block: 1.7rem 1.35rem;
  }
  .facts--installation .fact--time {
    grid-column: 1 / -1;
    padding: 0 0 1.45rem;
    border-bottom: 1px solid var(--color-line);
  }
  .facts--installation .fact--time strong {
    font-size: clamp(3rem, 15vw, 4.25rem);
  }
  .facts--installation .fact--time span {
    max-width: 18rem;
    margin-top: .6rem;
    font-size: .88rem;
  }
  .facts--installation .fact:not(.fact--time) {
    min-height: 5.35rem;
    padding: 1.05rem .9rem 1.05rem 0;
    border-top: 0;
  }
  .facts--installation .fact:not(.fact--time) + .fact:not(.fact--time) {
    padding-left: .9rem;
    padding-right: 0;
    border-left: 1px solid var(--color-line);
  }
  .facts--installation .fact:not(.fact--time) strong {
    font-size: .98rem;
    line-height: 1.2;
  }
  .installation__media {
    border-radius: .15rem;
  }

  /* Safety keeps its vertical timeline but gets a little more breathing room. */
  .safety-step {
    padding-bottom: 2.25rem;
  }
  .safety-step h3 {
    margin-bottom: .45rem;
  }
  .safety__media {
    aspect-ratio: 1 / 1;
    border-radius: .15rem;
  }

  /* Shorter vertical proof image keeps the installations section moving. */
  .installations-mosaic {
    gap: .9rem;
  }
  .installations-mosaic .media {
    border-radius: .18rem;
  }
  .mosaic__vertical {
    aspect-ratio: 5 / 6;
  }
  .mosaic__vertical img {
    object-position: 51% 48%;
  }

  .trust {
    padding-block: clamp(3.5rem, 12vw, 4.15rem);
  }
  .trust-stats {
    margin-top: .5rem;
  }
  .trust-stats > div {
    padding-block: 1.05rem;
  }
  .trust-stats dt {
    font-size: clamp(2rem, 10.5vw, 2.65rem);
  }

  .faq-button {
    min-height: 4.15rem;
    padding-block: 1rem;
  }
  .faq-panel p {
    padding-bottom: 1.25rem;
  }

  .section--proposal {
    padding-top: clamp(3.75rem, 12vw, 4.5rem);
  }
  .proposal__copy h2 {
    margin-bottom: .9rem;
  }
  .proposal__copy > p:not(.overline) {
    margin-bottom: .25rem;
  }
  .proposal__form-wrap {
    margin-top: .2rem;
  }
  .form-grid {
    gap: .55rem;
  }
  .field label {
    margin-bottom: .3rem;
  }
  .field input,
  .field select {
    min-height: 3.55rem;
    border-radius: .4rem;
  }

  .site-footer__inner {
    min-height: 4.5rem;
    padding-block: .9rem;
  }
}


/* V04 mobile art-direction refinements */

/* Tablet vertical and mobile: logo becomes a centered, quiet brand moment. */
@media (max-width: 56.25rem) {
  .header__inner {
    justify-content: center;
  }

  /* Safety timeline geometry: number, rail and content are independent columns. */
  .safety-steps::before {
    display: none;
  }
  .safety-step {
    display: grid;
    grid-template-columns: max-content 1rem minmax(0, 1fr);
    column-gap: clamp(.7rem, 2.2vw, 1rem);
    align-items: start;
    padding: 0 0 2.35rem;
  }
  .safety-step::before {
    content: "";
    position: static;
    grid-column: 2;
    grid-row: 1;
    justify-self: center;
    align-self: stretch;
    width: 1rem;
    min-height: calc(100% + 2.35rem);
    border-radius: 0;
    transform: none;
    background:
      radial-gradient(circle at 50% .6rem, var(--color-bronze) 0 .22rem, transparent .24rem),
      linear-gradient(var(--color-bronze), var(--color-bronze)) 50% .82rem / 1px calc(100% - .82rem) no-repeat;
  }
  .safety-step:last-child::before {
    min-height: 1.2rem;
    background: radial-gradient(circle at 50% .6rem, var(--color-bronze) 0 .22rem, transparent .24rem);
  }
  .safety-step__number {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
    min-width: 2.05rem;
    line-height: 1.05;
  }
  .safety-step > div {
    grid-column: 3;
    grid-row: 1;
  }
}

@media (max-width: 40rem) {
  /* Mobile hero is intentionally ceremonial; the page returns to editorial left alignment afterwards. */
  .site-header {
    --header-height: 3.75rem;
    --header-height-scrolled: 3.75rem;
  }
  .brand__logo {
    width: clamp(9.25rem, 44vw, 10.1rem);
    max-height: 2.18rem;
  }
  .hero__copy {
    text-align: center;
    padding-top: clamp(2rem, 8vw, 2.5rem);
  }
  .hero__copy h1,
  .hero__lead {
    margin-inline: auto;
  }
  .hero__copy h1 {
    max-width: 11.5ch;
  }
  .hero__lead {
    max-width: 33rem;
  }
  .hero .overline {
    justify-content: center;
    align-items: flex-start;
    gap: clamp(.35rem, 2vw, .55rem);
    text-align: center;
    letter-spacing: .095em;
  }
  .hero .overline::before,
  .hero .overline::after {
    content: "";
    width: clamp(.65rem, 5.5vw, 1.25rem);
    height: 1px;
    margin-top: .58em;
    background: var(--color-bronze);
    flex: 0 1 1.25rem;
  }
  .hero .overline > span {
    flex: 0 1 auto;
    min-width: 0;
    max-width: calc(100% - 3rem);
    text-align: center;
    overflow-wrap: anywhere;
  }
  .hero__cta {
    margin-inline: auto;
  }
  .proof-line {
    text-align: center;
  }

  /* Recognition ends full bleed, then Integration starts sooner without changing global spacing. */
  .integration {
    padding-top: clamp(2.9rem, 10vw, 3.45rem);
  }

  /* Section 3 facts use the full readable width without becoming cards. */
  .integration .facts--three {
    border-top: 0;
    margin-top: 1.45rem;
  }
  .integration .facts--three .fact {
    padding: 1.15rem 0;
    text-align: center;
  }
  .integration .facts--three .fact + .fact {
    border-left: 0;
    border-top: 1px solid var(--color-line);
    padding-left: 0;
  }
  .integration .facts--three .fact strong {
    font-size: clamp(1.2rem, 5.4vw, 1.45rem);
  }
  .integration .facts--three .fact span {
    margin-top: .32rem;
    font-size: .86rem;
  }

  /* Section 4: the timeframe breathes as the dominant editorial datum. */
  .facts--installation {
    border-top: 0;
    margin-top: 2rem;
  }
  .facts--installation .fact--time {
    padding-top: .35rem;
  }

  /* Safety notes gain presence while remaining editorial and icon-free. */
  .safety-notes {
    gap: 0;
    margin-top: 2.6rem;
    padding-top: 0;
    border-top: 0;
  }
  .safety-notes > div {
    padding-block: 1.15rem;
  }
  .safety-notes > div:first-child {
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .safety-notes > div + div {
    padding-top: 1.15rem;
    border-top: 1px solid rgba(255,255,255,.18);
  }
  .safety-notes strong {
    color: var(--color-white);
    font-size: 1.08rem;
    margin-bottom: .38rem;
  }
  .safety-notes span {
    color: rgba(255,255,255,.78);
    font-size: .95rem;
    line-height: 1.48;
  }
}


/* V05 Google Ads: high-intent Search funnel refinements */
.recognition__copy {
  max-width: none;
  margin-inline: 0;
  text-align: left;
}
.recognition__copy > .overline,
.recognition__copy > h2,
.recognition__intro {
  max-width: 50rem;
}
.recognition__intro {
  color: rgba(255,255,255,.82);
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.recognition-situations {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: clamp(1.75rem, 3.5vw, 2.75rem);
  border-top: 1px solid rgba(255,255,255,.18);
  border-bottom: 1px solid rgba(255,255,255,.18);
}
.recognition-situation {
  min-width: 0;
  display: grid;
  grid-template-columns: 2.25rem minmax(0, 1fr);
  gap: clamp(.8rem, 1.5vw, 1.15rem);
  padding: clamp(1.4rem, 2.7vw, 2rem) clamp(0rem, 1.6vw, 1.6rem);
}
.recognition-situation:nth-child(even) {
  border-left: 1px solid rgba(255,255,255,.18);
  padding-left: clamp(1.25rem, 2.3vw, 2rem);
}
.recognition-situation:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.18); }
.recognition-situation__number {
  color: var(--color-bronze);
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.35;
  padding-top: .12rem;
}
.recognition-situation h3 {
  margin-bottom: .55rem;
  color: var(--color-white);
  font-size: clamp(1.15rem, 1.7vw, 1.48rem);
  line-height: 1.18;
}
.recognition-situation p {
  margin: 0;
  max-width: 31rem;
  color: rgba(255,255,255,.74);
}
.hero + .integration { border-top: 1px solid rgba(43,50,58,.07); }
.safety .section-intro { max-width: 58rem; }
.safety .section-intro > p:last-child { max-width: 48rem; }
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: var(--grid-gap);
}
@media (max-width: 56.25rem) {
  .recognition-situations { grid-template-columns: 1fr; }
  .recognition-situation,
  .recognition-situation:nth-child(even) {
    padding-inline: 0;
    border-left: 0;
  }
  .recognition-situation:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,.18); }
  .recognition-situation { grid-template-columns: 2rem minmax(0,1fr); }
}
@media (max-width: 40rem) {
  .hero + .integration { padding-top: clamp(3.75rem, 13vw, 4.6rem); }
  .recognition__intro { margin-bottom: 1.75rem; }
  .recognition-situations { margin-top: 1.35rem; }
  .recognition-situation { gap: .75rem; padding-block: 1.3rem; }
  .recognition-situation h3 { font-size: 1.16rem; }
  .recognition-situation p { font-size: .98rem; }
}


/* V09 Google Ads: refinamentos herdados de layout e responsividade */

/* Installation facts: one dominant editorial datum followed by structural benefits. */
.facts--installation {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  border-top: 0;
  border-bottom: 0;
  gap: 0;
  margin-block: clamp(2rem, 4vw, 3rem) 0;
}
.facts--installation .fact--time {
  padding: 0 0 clamp(1.5rem, 2.8vw, 2.1rem);
  border-bottom: 1px solid var(--color-line);
}
.facts--installation .fact--time strong {
  display: block;
  color: #7B5F46;
  font-size: clamp(2.8rem, 5vw, 4.5rem);
  line-height: .94;
  letter-spacing: -.045em;
}
.facts--installation .fact--time span {
  display: block;
  max-width: 28rem;
  margin-top: .8rem;
  color: var(--color-grey);
  font-size: clamp(.9rem, .18vw + .86rem, 1rem);
  line-height: 1.45;
}
.facts--installation .fact:not(.fact--time) {
  min-height: auto;
  display: block;
  padding: clamp(1rem, 2vw, 1.4rem) 0;
  border-left: 0;
  border-top: 0;
}
.facts--installation .fact:not(.fact--time) + .fact:not(.fact--time) {
  border-top: 1px solid var(--color-line);
  padding-left: 0;
}
.facts--installation .fact:not(.fact--time) strong {
  font-size: clamp(1.02rem, 1vw + .8rem, 1.22rem);
  line-height: 1.25;
}

/* Testimonials prototype. Media is dominant, metadata stays quiet and editorial. */
.testimonials {
  background: var(--color-white);
  border-top: 1px solid rgba(43,50,58,.07);
}
.testimonials__prototype-notice {
  width: fit-content;
  max-width: 100%;
  margin-bottom: clamp(1.8rem, 3vw, 2.4rem);
  padding: .45rem .7rem;
  border: 1px solid rgba(43,50,58,.22);
  color: var(--color-grey);
  font-size: .72rem;
  line-height: 1.35;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.testimonials__intro {
  margin-bottom: clamp(2.25rem, 4vw, 3.5rem);
}
.testimonials__intro > p:last-child {
  max-width: 44rem;
  color: var(--color-grey);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2.2vw, 2rem);
}
.testimonial-prototype {
  min-width: 0;
}
.testimonial-prototype__media {
  position: relative;
  aspect-ratio: 4 / 5;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(43,50,58,.14);
  border-radius: .22rem;
  background: #171717;
}
.testimonial-prototype__media video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #171717;
}
.testimonial-prototype__meta {
  padding-top: 1rem;
  border-top: 0;
}
.testimonial-prototype__meta p {
  margin: 0;
  overflow-wrap: break-word;
}
.testimonial-prototype__name {
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--color-charcoal);
}
.testimonial-prototype__location {
  margin-top: .18rem !important;
  color: var(--color-grey);
  font-size: .88rem;
}
.testimonial-prototype__context {
  margin-top: .8rem !important;
  padding-top: .8rem;
  border-top: 1px solid var(--color-line);
  color: var(--color-grey);
  font-size: .9rem;
}
.testimonial-prototype__quote {
  margin-top: .55rem !important;
  color: #7B5F46;
  font-size: .9rem;
  font-weight: 500;
}

/* Clear rhythm change from human proof to established-company evidence. */
.testimonials + .trust {
  border-top: 1px solid var(--color-line);
}

@media (min-width: 56.2501rem) and (max-width: 75rem) {
  .testimonials-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.15rem;
  }
}

@media (max-width: 56.25rem) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .testimonial-prototype:last-child {
    grid-column: 1 / -1;
    width: min(100%, 22rem);
  }
}

@media (max-width: 40rem) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2.35rem;
  }
  .testimonial-prototype:last-child {
    grid-column: auto;
    width: 100%;
  }
  .testimonial-prototype__media {
    width: min(100%, 22rem);
    margin-inline: auto;
  }
  .testimonial-prototype__meta {
    width: min(100%, 22rem);
    margin-inline: auto;
  }
  .testimonials__prototype-notice {
    font-size: .68rem;
  }
}

/* V09 installation desktop refinement: structural benefits share one open row; mobile stays sequential. */
@media (min-width: 40.0001rem) {
  .facts--installation {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .facts--installation .fact--time {
    grid-column: 1 / -1;
  }
  .facts--installation .fact:not(.fact--time) {
    padding: clamp(1.15rem, 2vw, 1.55rem) clamp(1rem, 2vw, 1.5rem) 0 0;
  }
  .facts--installation .fact:not(.fact--time) + .fact:not(.fact--time) {
    border-top: 0;
    border-left: 1px solid var(--color-line);
    padding-left: clamp(1rem, 2vw, 1.5rem);
    padding-right: 0;
  }
}


/* V09 — página de privacidade */
.legal-page { padding-top: clamp(7rem, 10vw, 9rem); }
.legal-page__content { max-width: 52rem; }
.legal-page__content h1 { margin-bottom: .75rem; }
.legal-page__updated { color: var(--color-text-muted, #626262); margin-bottom: 2rem; }
.legal-page__content h2 { margin-top: 2.25rem; margin-bottom: .75rem; font-size: clamp(1.35rem, 2vw, 1.7rem); }
.legal-page__content p { max-width: 48rem; }
.legal-page__content a:not(.button), .privacy-microcopy a, .site-footer a { text-decoration: underline; text-underline-offset: .18em; }
