:root {
  --ink: #11100f;
  --ink-soft: #23211f;
  --paper: #f4f0e8;
  --paper-bright: #fbf9f4;
  --accent: #ed0078;
  --accent-dark: #bd005f;
  --blue: #078dca;
  --lime: #d6ef00;
  --line: rgba(17, 16, 15, .15);
  --muted: #716d66;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper-bright);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
img { max-width: 100%; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; padding: 10px 14px; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.topbar { background: var(--accent); color: white; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.topbar-inner { height: 32px; display: flex; justify-content: space-between; align-items: center; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(251, 249, 244, .94); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 8px; min-width: max-content; }
.brand-logo { width: 148px; height: auto; object-fit: contain; }
.brand-retail { padding: 6px 8px 5px; color: white; background: var(--accent); font-size: 10px; line-height: 1; font-weight: 950; letter-spacing: .19em; }
.desktop-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--accent); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.button { border: 0; display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 19px; font-size: 11px; }
.button-dark { background: var(--ink); color: white; }
.button-dark:hover { background: var(--accent); }
.button-accent { background: var(--accent); color: white; }
.button-accent:hover { background: var(--accent-dark); }
.button-light { color: var(--ink); background: var(--paper-bright); }
.button-light:hover { color: white; background: var(--accent); }
.menu-toggle, .mobile-nav { display: none; }

.hero { position: relative; overflow: hidden; min-height: 715px; color: white; background: var(--ink); }
.hero-grid { position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.5) 1px, transparent 1px); background-size: 76px 76px; mask-image: linear-gradient(to right, black, transparent 80%); }
.hero::before { content: ""; position: absolute; width: 480px; height: 480px; left: -240px; bottom: -290px; border: 100px solid var(--accent); border-radius: 50%; opacity: .55; }
.hero-layout { position: relative; min-height: 715px; display: grid; grid-template-columns: minmax(0, .98fr) minmax(500px, 1.02fr); align-items: center; gap: 56px; padding-block: 70px 90px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .16em; }
.eyebrow > span { width: 25px; height: 2px; background: currentColor; }
.eyebrow-light { color: var(--lime); }
.hero h1 { max-width: 680px; margin: 0; font-size: clamp(52px, 6vw, 84px); line-height: .94; letter-spacing: -.068em; font-weight: 900; }
.hero h1 span { color: var(--accent); }
.hero-lead { max-width: 600px; margin: 29px 0 0; color: rgba(255,255,255,.72); font-size: 17px; line-height: 1.62; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 36px; }
.text-link { padding-block: 13px; border-bottom: 1px solid rgba(255,255,255,.4); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.text-link span { margin-left: 16px; color: var(--accent); }
.hero-points { display: flex; flex-wrap: wrap; gap: 12px 25px; margin: 33px 0 0; padding: 0; list-style: none; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.hero-points span { color: var(--lime); margin-right: 5px; }
.hero-index { position: absolute; left: max(24px, calc((100% - 1180px) / 2)); bottom: 22px; color: rgba(255,255,255,.26); font-size: 9px; font-weight: 900; letter-spacing: .2em; }

.hero-visual { position: relative; min-height: 530px; }
.hero-photo { position: absolute; inset: 8px 8px 52px 52px; overflow: hidden; margin: 0; background: #24211e; box-shadow: 0 30px 60px rgba(0,0,0,.34); transform: perspective(1000px) rotateY(-3deg); }
.hero-photo::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(10,9,8,.82)); pointer-events: none; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.82) contrast(1.04); }
.hero-photo figcaption { position: absolute; z-index: 2; right: 21px; bottom: 19px; color: white; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.metric-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; padding: 16px 19px; color: var(--ink); background: var(--lime); box-shadow: 0 15px 32px rgba(0,0,0,.26); }
.metric-card strong { font-size: 26px; line-height: 1; letter-spacing: -.05em; }
.metric-card span { font-size: 9px; font-weight: 800; line-height: 1.35; text-transform: uppercase; letter-spacing: .06em; }
.metric-time { left: 13px; top: 45px; background: var(--paper-bright); }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--paper); padding-block: 28px; }
.trust-strip .shell { display: grid; grid-template-columns: 150px 1fr; align-items: center; gap: 34px; }
.trust-strip p { margin: 0; color: var(--muted); font-size: 9px; line-height: 1.4; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.trust-logos { display: grid; grid-template-columns: repeat(9, minmax(0, 1fr)); align-items: center; gap: 16px; }
.trust-logos span { text-align: center; color: #5b5752; font-size: 12px; line-height: 1.05; font-weight: 900; letter-spacing: -.03em; }

.section { padding-block: 110px; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(280px, .65fr); align-items: end; gap: 70px; margin-bottom: 58px; }
.section-heading h2, .method h2, .faq h2, .impact-main h2 { margin: 0; font-size: clamp(40px, 5vw, 65px); line-height: 1; letter-spacing: -.06em; }
.section-heading h2 em, .method h2 em, .faq h2 em { color: var(--accent); font-style: normal; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.solutions { background: var(--paper-bright); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 358px; padding: 28px 28px 25px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--paper-bright); transition: background .25s ease, color .25s ease, transform .25s ease; }
.service-card:hover { z-index: 2; color: white; background: var(--ink-soft); transform: translateY(-5px); }
.service-featured { background: var(--paper); }
.service-number { color: var(--accent); font-size: 10px; font-weight: 900; letter-spacing: .12em; }
.service-icon { position: relative; height: 104px; margin-top: 8px; }
.service-card h3 { margin: 10px 0 11px; font-size: 21px; letter-spacing: -.035em; }
.service-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; transition: color .25s; }
.service-card:hover p { color: rgba(255,255,255,.65); }
.service-card a { position: absolute; left: 28px; right: 28px; bottom: 23px; display: flex; justify-content: space-between; padding-top: 13px; border-top: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.service-card a span { color: var(--accent); font-size: 14px; }
.icon-display i { position: absolute; bottom: 5px; border: 2px solid currentColor; background: var(--paper-bright); transition: background .25s; }
.service-card:hover .icon-display i { background: var(--ink-soft); }
.icon-display i:nth-child(1) { left: 25%; width: 44px; height: 76px; }
.icon-display i:nth-child(2) { left: calc(25% + 9px); bottom: 16px; width: 26px; height: 19px; background: var(--accent); border: 0; }
.icon-display i:nth-child(3) { left: calc(25% + 48px); width: 10px; height: 31px; border-color: var(--accent); }
.icon-promo i:first-child { position: absolute; left: 26%; bottom: 9px; width: 82px; height: 55px; border: 2px solid currentColor; transform: rotate(-7deg); }
.icon-promo i:last-child { position: absolute; left: calc(26% + 15px); bottom: 24px; width: 42px; height: 15px; background: var(--accent); transform: rotate(-7deg); }
.icon-totem i:first-child { position: absolute; left: 30%; bottom: 3px; width: 38px; height: 88px; background: var(--accent); clip-path: polygon(8% 0, 100% 6%, 91% 94%, 0 100%); }
.icon-totem i:last-child { position: absolute; left: calc(30% + 49px); bottom: 3px; width: 38px; height: 63px; border: 2px solid currentColor; }
.icon-floor i { position: absolute; left: 22%; bottom: 10px; display: grid; place-items: center; width: 112px; height: 52px; color: var(--ink); background: var(--lime); font-size: 35px; font-style: normal; transform: skewY(-9deg); }
.icon-direction i { position: absolute; left: 25%; width: 92px; height: 18px; border-left: 4px solid var(--accent); background: currentColor; clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%); }
.icon-direction i:nth-child(1) { bottom: 66px; }
.icon-direction i:nth-child(2) { bottom: 42px; transform: scaleX(-1); }
.icon-direction i:nth-child(3) { bottom: 18px; }
.icon-event i { position: absolute; bottom: 8px; border: 2px solid currentColor; }
.icon-event i:nth-child(1) { left: 23%; width: 88px; height: 74px; }
.icon-event i:nth-child(2) { left: calc(23% + 9px); bottom: 17px; width: 32px; height: 50px; background: var(--accent); border: 0; }
.icon-event i:nth-child(3) { left: calc(23% + 49px); bottom: 25px; width: 30px; height: 20px; background: var(--lime); border: 0; }

.materials { color: white; background: #171514; }
.materials-heading .eyebrow { color: var(--lime); }
.materials-heading h2 em { color: var(--lime); }
.materials-heading > p { color: rgba(255,255,255,.62); }
.material-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.material-card { position: relative; min-height: 285px; display: flex; flex-direction: column; padding: 27px 25px 24px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); background: #211f1d; transition: transform .25s ease, background .25s ease; }
.material-card:hover { z-index: 2; transform: translateY(-5px); background: #2b2825; }
.material-code { color: var(--lime); font-size: 12px; line-height: 1.4; font-weight: 900; letter-spacing: .1em; }
.material-card h3 { margin: 42px 0 13px; font-size: 26px; line-height: 1; letter-spacing: -.045em; }
.material-card p { margin: 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.65; }
.material-card strong { margin-top: auto; padding-top: 22px; color: rgba(255,255,255,.9); font-size: 12px; line-height: 1.5; letter-spacing: .06em; text-transform: uppercase; }
.material-card-dark { background: var(--blue); }
.material-card-dark:hover { background: #057db4; }
.material-card-dark .material-code, .material-card-dark strong { color: white; }
.material-card-dark p { color: rgba(255,255,255,.82); }
.material-card-accent { color: white; background: var(--accent); }
.material-card-accent:hover { background: var(--accent-dark); }
.material-card-accent .material-code { color: var(--lime); }
.material-card-accent p { color: rgba(255,255,255,.84); }
.materials-note { display: grid; grid-template-columns: 105px 1fr auto; align-items: center; gap: 30px; margin-top: 27px; padding: 24px 27px; color: var(--ink); background: var(--lime); }
.materials-note > span { font-size: 12px; font-weight: 950; letter-spacing: .12em; }
.materials-note p { margin: 0; font-size: 15px; line-height: 1.55; }
.materials-note a { min-width: max-content; padding-bottom: 7px; border-bottom: 2px solid var(--ink); font-size: 13px; font-weight: 900; text-transform: uppercase; }
.materials-note b { margin-left: 18px; color: var(--accent); }

.method { color: white; background: var(--ink); }
.method-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 105px; }
.method-intro { position: sticky; top: 140px; align-self: start; }
.method-intro > p:not(.eyebrow) { max-width: 430px; margin: 27px 0 35px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.7; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); }
.method-steps li { display: grid; grid-template-columns: 74px 1fr; gap: 24px; padding: 34px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step-num { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .15em; }
.method-steps h3 { margin: 0 0 10px; font-size: 26px; letter-spacing: -.04em; }
.method-steps p { max-width: 440px; margin: 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.65; }

.projects { background: var(--paper); }
.project-grid { display: grid; grid-template-columns: 1.15fr .85fr; grid-template-rows: repeat(2, 285px); gap: 18px; }
.project-card { position: relative; overflow: hidden; min-height: 285px; color: white; background: var(--ink); }
.project-card::after { content: ""; position: absolute; z-index: 1; inset: 28% 0 0; background: linear-gradient(transparent, rgba(8,7,6,.88)); pointer-events: none; }
.project-large { grid-row: 1 / 3; min-height: 588px; }
.project-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); transition: transform .5s ease, filter .5s ease; }
.project-card:hover .project-image { transform: scale(1.035); filter: saturate(1) contrast(1.03); }
.project-image-showroom { object-position: 53% center; }
.project-image-backlight { object-position: center 35%; }
.project-image-production { object-position: center; }
.project-copy { position: absolute; z-index: 4; left: 25px; right: 25px; bottom: 23px; }
.project-copy span { color: var(--lime); font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.project-copy h3 { max-width: 430px; margin: 8px 0 0; font-size: 24px; line-height: 1.1; letter-spacing: -.04em; }

.impact-band { padding-block: 95px; color: white; background: var(--accent); }
.impact-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 100px; }
.impact-main span { display: block; margin-bottom: 21px; color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .15em; }
.impact-main h2 { max-width: 650px; }
.impact-copy > p { margin: 0 0 27px; font-size: 15px; line-height: 1.7; }
.impact-copy ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.35); }
.impact-copy li { padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.35); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.impact-copy li::before { content: "✓"; margin-right: 10px; color: var(--lime); }

.faq { background: var(--paper-bright); }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 110px; }
.faq-intro { position: sticky; top: 140px; align-self: start; }
.faq-intro > p:not(.eyebrow) { color: var(--muted); line-height: 1.7; }
.phone-link { display: inline-flex; align-items: center; gap: 28px; margin-top: 20px; padding-bottom: 9px; border-bottom: 2px solid var(--ink); font-size: 20px; font-weight: 900; }
.phone-link span { color: var(--accent); }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; list-style: none; cursor: pointer; font-size: 17px; font-weight: 800; letter-spacing: -.02em; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 22px; height: 22px; border-radius: 50%; background: var(--ink); }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; left: 6px; right: 6px; top: 10px; height: 2px; background: white; }
.accordion summary span::after { transform: rotate(90deg); transition: transform .2s; }
.accordion details[open] summary span { background: var(--accent); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 650px; margin: -5px 0 26px; color: var(--muted); font-size: 14px; line-height: 1.72; }

.quote-section { padding-block: 100px; color: white; background: var(--ink); }
.quote-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; }
.quote-copy h2 { margin: 0 0 22px; font-size: clamp(48px, 6vw, 76px); line-height: .95; letter-spacing: -.065em; }
.quote-copy > p:not(.eyebrow) { max-width: 430px; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.7; }
.quote-contact { margin-top: 55px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.2); }
.quote-contact small, .quote-contact span { display: block; color: rgba(255,255,255,.46); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.quote-contact a { display: inline-block; margin: 8px 0 10px; color: var(--lime); font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.quote-form { padding: 34px; color: var(--ink); background: var(--paper-bright); }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 21px 16px; }
.quote-form label { display: grid; gap: 8px; color: #4e4a44; font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.quote-form > label { margin-top: 22px; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 0; border-bottom: 1px solid #bcb6ac; border-radius: 0; outline: 0; padding: 10px 0 12px; color: var(--ink); background: transparent; font-size: 14px; font-weight: 500; text-transform: none; letter-spacing: normal; }
.quote-form textarea { resize: vertical; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--accent); }
.quote-form .consent { display: flex; grid-template-columns: 16px 1fr; align-items: start; gap: 9px; margin-block: 18px 22px; color: var(--muted); font-size: 9px; line-height: 1.45; font-weight: 600; letter-spacing: 0; text-transform: none; }
.consent input { margin: 0; padding: 0; width: 16px; height: 16px; accent-color: var(--accent); }
.button-submit { width: 100%; }
.button-submit:disabled { cursor: wait; opacity: .68; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: 9px; text-align: center; }
.form-note-email { font-size: 11px; line-height: 1.5; }
.form-note-email + .form-note { margin-top: 5px; }

.site-footer { padding-block: 65px 25px; color: white; background: #080807; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 65px; padding-bottom: 48px; }
.brand-footer .brand-retail { color: var(--ink); background: var(--lime); }
.footer-grid > div:first-child > p { margin-top: 24px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.6; }
.footer-grid h3 { margin: 0 0 18px; color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid a, .footer-grid address { display: block; margin: 0 0 10px; color: rgba(255,255,255,.6); font-size: 11px; line-height: 1.5; font-style: normal; }
.footer-siret { display: block; margin: -3px 0 12px; color: rgba(255,255,255,.42); font-size: 9px; }
.footer-grid a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.3); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mobile-actions { display: none; }
.toast { position: fixed; z-index: 100; right: 22px; bottom: 22px; max-width: 360px; padding: 15px 18px; color: white; background: var(--ink); box-shadow: 0 14px 35px rgba(0,0,0,.25); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .25s, transform .25s; font-size: 12px; font-weight: 700; }
.toast.show { opacity: 1; transform: none; }

.legal-back { margin-left: auto; font-size: 12px; font-weight: 800; }
.legal-page .header-cta { margin-left: 6px; }
.legal-hero { position: relative; overflow: hidden; padding-block: 95px 90px; color: white; background: var(--ink); }
.legal-hero::after { content: ""; position: absolute; width: 390px; height: 390px; right: -100px; top: -220px; border: 80px solid var(--accent); border-radius: 50%; opacity: .65; }
.privacy-hero::after { border-radius: 0; transform: rotate(25deg); border-color: var(--blue); }
.legal-hero .shell { position: relative; z-index: 1; }
.legal-hero h1 { max-width: 900px; margin: 0; font-size: clamp(51px, 7vw, 86px); line-height: .95; letter-spacing: -.065em; }
.legal-hero > .shell > p:last-child { max-width: 590px; margin: 25px 0 0; color: rgba(255,255,255,.62); font-size: 15px; line-height: 1.65; }
.legal-content { padding-block: 90px 115px; background: var(--paper-bright); }
.legal-layout { display: grid; grid-template-columns: 245px 1fr; align-items: start; gap: 100px; }
.legal-summary { position: sticky; top: 130px; display: grid; border-top: 1px solid var(--line); }
.legal-summary strong { padding-block: 18px 13px; color: var(--accent); font-size: 9px; letter-spacing: .13em; text-transform: uppercase; }
.legal-summary a { padding-block: 10px; color: var(--muted); border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; }
.legal-summary a:hover { color: var(--accent); }
.legal-article { max-width: 760px; }
.legal-article section { scroll-margin-top: 125px; padding: 0 0 50px; margin: 0 0 50px; border-bottom: 1px solid var(--line); }
.legal-article section:last-child { margin-bottom: 0; }
.legal-number { color: var(--accent); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.legal-article h2 { margin: 10px 0 20px; font-size: 31px; letter-spacing: -.045em; }
.legal-article p, .legal-data { color: #5e5a54; font-size: 14px; line-height: 1.8; }
.legal-data { margin: 23px 0 0; padding: 0; list-style: none; }
.legal-data li { padding: 10px 0; border-top: 1px solid var(--line); }
.legal-data strong { color: var(--ink); }
.legal-note { margin-top: 25px; padding: 17px 20px; border-left: 4px solid var(--lime); background: var(--paper); font-size: 12px !important; }
.legal-footer { padding-block: 48px 25px; color: white; background: #080807; }
.legal-footer > .shell { display: grid; grid-template-columns: 1fr 1.5fr; align-items: end; gap: 25px 70px; }
.legal-footer > .shell > .brand { grid-row: 1 / 3; align-self: start; }
.legal-footer > .shell > div { display: flex; justify-content: space-between; gap: 25px; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 9px; line-height: 1.5; }
.legal-footer a { color: white; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal-delay { transition-delay: .12s; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 36px, 900px); }
  .desktop-nav { display: none; }
  .header-cta { margin-left: auto; }
  .menu-toggle { display: grid; place-content: center; gap: 6px; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: transparent; }
  .menu-toggle span { display: block; width: 18px; height: 2px; background: var(--ink); transition: transform .2s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { position: absolute; left: 0; right: 0; top: 78px; display: grid; max-height: 0; overflow: hidden; background: var(--paper-bright); box-shadow: 0 20px 30px rgba(0,0,0,.1); transition: max-height .3s ease; }
  .mobile-nav.open { max-height: 360px; }
  .mobile-nav a { padding: 17px 24px; border-top: 1px solid var(--line); font-size: 13px; font-weight: 800; }
  .mobile-nav a:last-child { color: white; background: var(--accent); }
  .hero-layout { grid-template-columns: 1fr; gap: 45px; }
  .hero-copy { padding-top: 20px; }
  .hero-visual { width: min(680px, 100%); min-height: 500px; }
  .trust-strip .shell { grid-template-columns: 1fr; gap: 20px; }
  .trust-logos { grid-template-columns: repeat(4, 1fr); row-gap: 22px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading > p { max-width: 570px; }
  .material-grid { grid-template-columns: 1fr 1fr; }
  .method-layout, .faq-layout, .quote-layout { grid-template-columns: 1fr; gap: 65px; }
  .method-intro, .faq-intro { position: static; }
  .impact-grid { gap: 50px; }
  .footer-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .legal-layout { grid-template-columns: 200px 1fr; gap: 60px; }
}

@media (max-width: 720px) {
  :root { --shell: calc(100% - 30px); }
  body { padding-bottom: 58px; }
  .topbar-zone { display: none; }
  .topbar-inner { justify-content: center; }
  .header-inner { height: 68px; }
  .brand-logo { width: 132px; height: auto; }
  .brand-retail { font-size: 9px; }
  .header-cta { display: none; }
  .mobile-nav { top: 68px; }
  .legal-page { padding-bottom: 0; }
  .legal-back { font-size: 10px; }
  .hero { min-height: auto; }
  .hero-layout { min-height: auto; padding-block: 65px 78px; }
  .hero h1 { font-size: clamp(48px, 14.8vw, 67px); }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .text-link { width: fit-content; }
  .hero-visual { min-height: 390px; }
  .hero-photo { inset: 5px 0 45px 16px; }
  .hero-photo figcaption { right: 14px; bottom: 14px; }
  .metric-time { left: 0; top: 24px; }
  .hero-index { left: 15px; }
  .trust-logos { grid-template-columns: repeat(3, 1fr); }
  .section { padding-block: 78px; }
  .section-heading { margin-bottom: 38px; }
  .section-heading h2, .method h2, .faq h2, .impact-main h2 { font-size: 43px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 335px; }
  .materials-note { grid-template-columns: 1fr; gap: 14px; }
  .materials-note a { width: fit-content; }
  .method-layout { gap: 50px; }
  .method-intro .button { width: 100%; }
  .method-steps li { grid-template-columns: 45px 1fr; gap: 14px; }
  .project-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .project-large { grid-row: auto; min-height: 470px; }
  .project-card:not(.project-large) { min-height: 285px; }
  .impact-band { padding-block: 75px; }
  .impact-grid { grid-template-columns: 1fr; }
  .faq-layout { gap: 48px; }
  .quote-section { padding-block: 75px; }
  .quote-layout { gap: 45px; }
  .quote-contact { margin-top: 35px; }
  .quote-form { margin-inline: -5px; padding: 27px 19px; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 10px; }
  .mobile-actions { position: fixed; z-index: 80; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: 1fr 1fr; height: 58px; box-shadow: 0 -8px 25px rgba(0,0,0,.16); }
  .mobile-actions a { display: grid; place-items: center; color: white; background: var(--ink); font-size: 10px; font-weight: 900; text-transform: uppercase; }
  .mobile-actions a:last-child { background: var(--accent); }
  .toast { right: 12px; bottom: 70px; left: 12px; }
  .material-grid { grid-template-columns: 1fr; }
  .material-card { min-height: 260px; }
  .legal-hero { padding-block: 70px; }
  .legal-hero h1 { font-size: 48px; }
  .legal-content { padding-block: 65px 80px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-summary { position: static; }
  .legal-article h2 { font-size: 27px; }
  .legal-footer > .shell { grid-template-columns: 1fr; }
  .legal-footer > .shell > .brand { grid-row: auto; }
  .legal-footer > .shell > div { flex-direction: column; gap: 7px; }
}

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