:root {
  --ink: #0b0d10;
  --paper: #f7f4ee;
  --muted: #6f746f;
  --blue: #1294ff;
  --orange: #f18b23;
  --green: #4b6f51;
  --white: #fff;
  --ease: cubic-bezier(.2, .8, .2, 1);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; background: var(--paper); color: var(--ink); letter-spacing: 0; }
body.loaded .loader { opacity: 0; visibility: hidden; transform: scale(1.04); }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
.loader { position: fixed; inset: 0; z-index: 999; display: grid; place-items: center; gap: 18px; background: radial-gradient(circle at 50% 44%, rgba(241,139,35,.18), transparent 25%), #050607; transition: opacity .8s var(--ease), visibility .8s var(--ease), transform .8s var(--ease); }
.loader-card { position: relative; width: min(260px, 54vw); padding: 22px; border: 1px solid rgba(255,255,255,.14); border-radius: 12px; background: rgba(255,255,255,.06); box-shadow: 0 30px 100px rgba(0,0,0,.55); backdrop-filter: blur(18px); }
.loader-card img { width: 100%; filter: drop-shadow(0 0 30px rgba(18,148,255,.28)); }
.loader-card span { position: absolute; left: 22px; right: 22px; bottom: 14px; height: 2px; overflow: hidden; background: rgba(255,255,255,.12); }
.loader-card span:after { content: ""; display: block; width: 42%; height: 100%; background: linear-gradient(90deg, var(--blue), var(--orange)); animation: loadLine 1.4s var(--ease) infinite; }
.loader p { margin: 0; color: rgba(255,255,255,.58); font-size: 12px; font-weight: 900; letter-spacing: 4px; }
.cursor-light { position: fixed; z-index: 1; left: var(--mx, 50vw); top: var(--my, 50vh); width: 440px; height: 440px; transform: translate(-50%, -50%); border-radius: 50%; pointer-events: none; background: radial-gradient(circle, rgba(241,139,35,.12), rgba(18,148,255,.07) 36%, transparent 68%); filter: blur(14px); opacity: .85; }
.scroll-progress { position: fixed; z-index: 100; top: 0; left: 0; width: var(--scroll, 0%); height: 3px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
.site-header { position: fixed; z-index: 50; top: 14px; left: 16px; right: 16px; height: 72px; display: grid; grid-template-columns: auto 1fr auto auto auto; align-items: center; gap: 16px; padding: 10px 12px; color: var(--white); background: rgba(10,11,13,.78); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; backdrop-filter: blur(18px); transition: .35s var(--ease); }
.site-header.scrolled { background: rgba(10,11,13,.92); box-shadow: 0 18px 60px rgba(0,0,0,.32); }
.brand { display: flex; align-items: center; gap: 10px; min-width: 176px; }
.brand img { width: 58px; height: 48px; object-fit: contain; filter: drop-shadow(0 0 18px rgba(18,148,255,.28)); }
.brand span { font-weight: 900; line-height: .9; letter-spacing: 1.5px; text-transform: uppercase; }
.brand small { color: var(--blue); font-size: 10px; letter-spacing: 2.4px; }
.site-header nav { display: flex; justify-content: center; gap: 28px; font-size: 13px; font-weight: 800; }
.site-header nav a { opacity: .72; transition: .2s; }
.site-header nav a:hover { color: var(--orange); opacity: 1; }
.header-call { display: inline-flex; align-items: center; min-height: 42px; padding: 0 16px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-weight: 900; font-size: 13px; }
.lang-toggle { display: inline-flex; padding: 4px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; background: rgba(255,255,255,.05); }
.lang-toggle button { min-width: 38px; min-height: 34px; border: 0; border-radius: 6px; color: rgba(255,255,255,.62); background: transparent; font-size: 11px; font-weight: 900; cursor: pointer; }
.lang-toggle button.active { color: #111; background: #fff; }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-btn span { display: block; height: 2px; margin: 8px; background: #fff; }
.hero { min-height: 100svh; position: relative; display: grid; align-items: end; padding: 120px clamp(20px,6vw,80px) 34px; color: var(--white); overflow: hidden; background: #090b0c; isolation: isolate; }
.hero:before { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,8,10,.92), rgba(6,8,10,.48) 46%, rgba(6,8,10,.82)), linear-gradient(180deg, rgba(0,0,0,.15), rgba(0,0,0,.92)); z-index: 1; }
.hero:after { content: ""; position: absolute; inset: 0; z-index: 2; opacity: .52; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px); background-size: 56px 56px; }
.hero-content:before { content: ""; position: absolute; left: -4vw; top: -8vh; width: min(620px, 70vw); height: min(620px, 70vw); border-radius: 50%; background: radial-gradient(circle, rgba(18,148,255,.22), rgba(241,139,35,.1) 34%, transparent 68%); filter: blur(18px); opacity: .58; transform: translateZ(-1px); pointer-events: none; }
.hero-media { position: absolute; inset: 0; display: grid; grid-template-columns: 1.15fr .85fr .7fr; gap: 8px; opacity: .9; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(1.05) contrast(1.08); transform: scale(1.06); }
.hero-media img { animation: slowImage 24s var(--ease) infinite alternate; }
.hero-media img:nth-child(2) { animation-duration: 30s; animation-delay: -5s; }
.hero-media img:nth-child(3) { animation-duration: 28s; animation-delay: -9s; }
.hero-content { position: relative; z-index: 3; max-width: 920px; padding-bottom: 52px; }
.eyebrow { margin: 0 0 16px; color: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 3px; }
h1,h2,h3,p { margin-top: 0; }
h1 { margin-bottom: 12px; font-size: clamp(86px, 16vw, 190px); line-height: .78; letter-spacing: 0; text-transform: uppercase; }
.hero-slogan { max-width: 820px; margin: 0 0 18px; color: #fff; font-size: clamp(34px, 5vw, 72px); line-height: .98; }
.hero-copy { max-width: 720px; margin-bottom: 24px; color: rgba(255,255,255,.82); font-size: clamp(17px,1.7vw,23px); line-height: 1.45; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 0 22px; border-radius: 8px; border: 1px solid transparent; font-weight: 900; transition: .25s var(--ease); position: relative; overflow: hidden; }
.btn:after { content: ""; position: absolute; inset: -70% -80%; background: linear-gradient(115deg, transparent 38%, rgba(255,255,255,.4), transparent 62%); transform: translateX(-58%); transition: transform .7s var(--ease); }
.btn:hover:after { transform: translateX(58%); }
.btn:hover { transform: translateY(-3px); }
.btn.primary { background: var(--orange); color: #17100a; box-shadow: 0 14px 42px rgba(241,139,35,.28); }
.btn.secondary { border-color: rgba(255,255,255,.24); color: #fff; background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.hero-signature { display: grid; grid-template-columns: repeat(4, max-content); gap: 18px; margin-top: 20px; color: rgba(255,255,255,.7); font-size: 12px; font-weight: 900; letter-spacing: 1.8px; text-transform: uppercase; }
.hero-signature span { position: relative; padding-left: 16px; }
.hero-signature span:before { content: ""; position: absolute; left: 0; top: 50%; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); transform: translateY(-50%); }
.hero-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; max-width: 840px; }
.hero-proof div { padding: 18px; border-radius: 8px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.07); backdrop-filter: blur(16px); }
.hero-proof strong { display: block; font-size: clamp(28px,4vw,48px); line-height: 1; }
.hero-proof span { color: rgba(255,255,255,.64); font-weight: 800; text-transform: uppercase; font-size: 11px; letter-spacing: 1.2px; }
.strip { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; padding: 18px; background: #10110e; color: #fff; }
.strip span { padding: 10px 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero-followup { display: grid; grid-template-columns: .9fr 1.1fr; gap: 30px; align-items: end; padding: clamp(42px,6vw,76px) clamp(20px,6vw,80px); color: #fff; background: linear-gradient(120deg, rgba(18,148,255,.18), transparent 28%), linear-gradient(300deg, rgba(241,139,35,.18), transparent 32%), #10110e; }
.hero-followup h2 { margin: 0; max-width: 760px; font-size: clamp(34px,5vw,76px); line-height: .92; }
.hero-followup p:last-child { margin: 0; color: rgba(255,255,255,.68); font-size: clamp(17px,1.7vw,22px); line-height: 1.6; }
.credibility-bar { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #11130f; color: #fff; }
.credibility-bar article { min-height: 190px; padding: clamp(22px,4vw,42px); background: linear-gradient(135deg, rgba(255,255,255,.08), transparent 42%), #11130f; }
.credibility-bar span { display: block; margin-bottom: 38px; color: var(--orange); font-weight: 900; font-size: 12px; }
.credibility-bar strong { display: block; margin-bottom: 10px; font-size: clamp(22px,3vw,34px); line-height: 1; }
.credibility-bar p { max-width: 420px; margin: 0; color: rgba(255,255,255,.62); line-height: 1.55; }
.problem-solution { display: grid; grid-template-columns: 1.08fr .92fr; gap: 14px; background: #080a0c; color: #fff; }
.problem-panel,.solution-panel { min-height: 420px; padding: clamp(26px,5vw,54px); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.035)); box-shadow: 0 30px 90px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.tilt { transform-style: preserve-3d; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); }
.problem-panel h2 { margin: 0 0 22px; font-size: clamp(38px,6vw,88px); line-height: .9; }
.problem-panel p,.solution-panel p { color: rgba(255,255,255,.68); line-height: 1.6; font-size: 18px; }
.solution-panel { display: grid; align-content: end; background: linear-gradient(145deg, rgba(241,139,35,.16), rgba(18,148,255,.08)); }
.solution-panel span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: 2px; text-transform: uppercase; }
.solution-panel h3 { margin: 18px 0; font-size: clamp(32px,4vw,62px); line-height: .95; }
.section { position: relative; padding: clamp(70px,10vw,130px) clamp(20px,6vw,80px); scroll-margin-top: 104px; }
.section-head { max-width: 820px; margin-bottom: 38px; }
.section-head h2,.why-copy h2,.estimate h2 { margin-bottom: 18px; font-size: clamp(36px,6vw,82px); line-height: .95; }
.section-head p,.why-copy p,.estimate p { color: var(--muted); font-size: 18px; line-height: 1.65; }
.services { background: linear-gradient(135deg, rgba(18,148,255,.08), transparent 28%), linear-gradient(315deg, rgba(241,139,35,.1), transparent 24%), var(--paper); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.service-card { min-height: 410px; padding: 28px; border-radius: 8px; border: 1px solid rgba(11,13,16,.12); background: #fff; box-shadow: 0 20px 60px rgba(25,20,12,.08); transform-style: preserve-3d; transition: transform .35s var(--ease), box-shadow .35s var(--ease), border-color .35s var(--ease); position: relative; overflow: hidden; }
.service-card:before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at var(--cx,50%) var(--cy,50%), rgba(241,139,35,.18), transparent 36%); opacity: 0; transition: opacity .3s var(--ease); }
.service-card:hover:before { opacity: 1; }
.service-card:hover { box-shadow: 0 34px 100px rgba(25,20,12,.16); border-color: rgba(241,139,35,.28); }
.service-card.featured { background: #12130f; color: #fff; }
.service-card span { color: var(--orange); font-weight: 900; font-size: 13px; }
.service-card h3 { margin: 60px 0 14px; font-size: 28px; line-height: 1; }
.service-card p { color: #6d716b; line-height: 1.6; }
.service-card.featured p { color: rgba(255,255,255,.68); }
.service-card ul { margin: 22px 0 0; padding: 0; list-style: none; }
.service-card li { padding: 13px 0; border-top: 1px solid rgba(0,0,0,.08); font-weight: 800; }
.service-card.featured li { border-color: rgba(255,255,255,.14); }
.finish-lab { background: radial-gradient(circle at 88% 10%, rgba(18,148,255,.16), transparent 28%), #10110e; color: #fff; }
.finish-lab .section-head p { color: rgba(255,255,255,.66); }
.finish-grid { display: grid; grid-template-columns: 1.25fr .85fr .85fr; gap: 14px; }
.finish-grid article { position: relative; min-height: 500px; overflow: hidden; border-radius: 8px; border: 1px solid rgba(255,255,255,.14); background: #070807; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.finish-grid article:nth-child(n+2) { min-height: 430px; }
.finish-grid img { width: 100%; height: 100%; object-fit: cover; opacity: .86; }
.finish-grid div { position: absolute; inset: auto 0 0; padding: 90px 22px 22px; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.finish-grid span { color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.8px; }
.finish-grid h3 { margin: 10px 0; font-size: clamp(30px,4vw,58px); line-height: .92; }
.finish-grid p { max-width: 420px; margin: 0; color: rgba(255,255,255,.7); line-height: 1.55; }
.why { display: grid; grid-template-columns: .95fr 1.05fr; gap: 50px; color: #fff; background: linear-gradient(rgba(8,9,8,.9), rgba(8,9,8,.9)), url("assets/IMG-20260505-WA0013.webp") center/cover fixed; }
.why-copy p { color: rgba(255,255,255,.78); }
.why-list { display: grid; gap: 12px; align-content: center; }
.why-list article { padding: 24px; border-radius: 8px; border: 1px solid rgba(255,255,255,.18); background: rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.why-list strong { color: var(--orange); }
.why-list h3 { margin: 8px 0; font-size: 24px; }
.why-list p { color: rgba(255,255,255,.68); line-height: 1.55; }
.projects { background: linear-gradient(180deg, #e9e2d4, #f4efe4); }
.project-grid { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(420px, 48vw); grid-template-columns: none; gap: 14px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; padding-bottom: 18px; scrollbar-color: var(--orange) rgba(0,0,0,.12); }
.project-card { min-height: 560px; border-radius: 8px; overflow: hidden; background: #111; color: #fff; position: relative; box-shadow: 0 30px 70px rgba(0,0,0,.18); scroll-snap-align: start; transform: translateZ(0); }
.project-card.wide { grid-column: auto; grid-row: span 1; grid-auto-columns: minmax(560px, 60vw); }
.compare { position: absolute; inset: 0; overflow: hidden; }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare .after { clip-path: inset(0 0 0 var(--split,50%)); }
.compare:after { content: ""; position: absolute; top: 0; bottom: 0; left: var(--split,50%); width: 2px; background: #fff; }
.compare:before { content: ""; position: absolute; z-index: 3; top: 50%; left: var(--split,50%); width: 42px; height: 42px; border-radius: 50%; border: 2px solid #fff; background: rgba(0,0,0,.46); transform: translate(-50%,-50%); }
.project-card input { position: absolute; inset: 0; z-index: 4; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.project-info { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 120px 20px 20px; background: linear-gradient(transparent, rgba(0,0,0,.86)); }
.project-info span { color: var(--orange); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.8px; }
.project-info h3 { margin: 10px 0 0; font-size: clamp(23px,2.5vw,36px); line-height: 1.02; }
.labels { position: absolute; z-index: 3; top: 16px; left: 16px; right: 16px; display: flex; justify-content: space-between; pointer-events: none; }
.labels span { padding: 8px 10px; border-radius: 8px; background: rgba(0,0,0,.58); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.process { background: linear-gradient(120deg, rgba(18,148,255,.12), transparent 35%), #11130f; color: #fff; }
.process .section-head p { color: rgba(255,255,255,.68); }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.timeline article { padding: 24px; border-radius: 8px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.06); }
.timeline span { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 45px; border-radius: 50%; background: var(--orange); color: #111; font-weight: 900; }
.timeline p { color: rgba(255,255,255,.64); line-height: 1.55; }
.packages { background: #ece4d6; }
.package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.package-grid article { min-height: 360px; display: grid; align-content: end; gap: 16px; padding: 28px; border-radius: 8px; border: 1px solid rgba(0,0,0,.1); background: #fffaf0; box-shadow: 0 24px 70px rgba(25,20,12,.1); }
.package-grid article:hover { box-shadow: 0 34px 100px rgba(25,20,12,.16); border-color: rgba(241,139,35,.3); }
.package-grid article.featured { color: #fff; background: #10110e; border-color: rgba(255,255,255,.14); }
.package-grid span { color: var(--orange); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 2px; }
.package-grid h3 { margin: 0; font-size: clamp(30px,4vw,56px); line-height: .95; }
.package-grid p { margin: 0; color: #6d716b; line-height: 1.55; }
.package-grid .featured p { color: rgba(255,255,255,.68); }
.text-link { color: inherit; font-weight: 900; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 6px; }
.reputation { display: grid; grid-template-columns: .95fr 1.05fr; gap: 14px; background: linear-gradient(90deg, rgba(16,17,14,.94), rgba(16,17,14,.64)), url("assets/IMG-20260507-WA0000.jpg") center/cover; color: #fff; }
.quote-card,.social-card { min-height: 420px; padding: clamp(26px,5vw,54px); border: 1px solid rgba(255,255,255,.14); border-radius: 8px; background: rgba(255,255,255,.08); backdrop-filter: blur(14px); }
.quote-card blockquote { margin: 0 0 36px; font-size: clamp(28px,4.5vw,58px); line-height: 1.02; font-weight: 900; }
.social-card h2 { max-width: 680px; margin-bottom: 18px; font-size: clamp(38px,6vw,86px); line-height: .9; }
.social-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.social-pill { display: inline-flex; min-height: 52px; align-items: center; padding: 0 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; background: rgba(255,255,255,.07); color: #fff; font-weight: 900; }
.estimate { display: grid; grid-template-columns: .8fr .65fr; gap: 40px; align-items: start; background: linear-gradient(135deg, rgba(75,111,81,.12), transparent 34%), var(--paper); }
.estimate-form { display: grid; gap: 14px; padding: 22px; border-radius: 8px; background: #fff; border: 1px solid rgba(0,0,0,.1); box-shadow: 0 20px 60px rgba(25,20,12,.1); }
.estimate-form label { display: grid; gap: 8px; color: #4c514c; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 1.2px; }
.estimate-form input,.estimate-form select,.estimate-form textarea { width: 100%; border: 1px solid rgba(0,0,0,.16); border-radius: 8px; min-height: 46px; padding: 12px; color: var(--ink); background: #fbfaf7; }
.estimate-form input:focus,.estimate-form select:focus,.estimate-form textarea:focus { outline: 2px solid rgba(241,139,35,.35); border-color: rgba(241,139,35,.55); }
.final-cta { min-height: 62vh; display: grid; place-items: center; text-align: center; padding: clamp(80px,10vw,140px) 20px; color: #fff; background: radial-gradient(circle at 50% 15%, rgba(241,139,35,.16), transparent 34%), #080a0c; }
.final-cta h2 { max-width: 1080px; margin: 0 0 28px; font-size: clamp(42px,7vw,110px); line-height: .88; }
.footer { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; padding: 44px clamp(20px,6vw,80px); background: linear-gradient(180deg,#10110e,#070807); color: #fff; }
.footer img { width: 130px; margin-bottom: 14px; }
.footer p { max-width: 360px; color: rgba(255,255,255,.58); line-height: 1.55; }
.footer address { display: grid; gap: 10px; font-style: normal; text-align: right; color: rgba(255,255,255,.7); font-weight: 700; }
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .75s var(--ease), transform .75s var(--ease); }
.reveal.in-view { opacity: 1; transform: translateY(0); }
@keyframes loadLine { from { transform: translateX(-120%); } to { transform: translateX(260%); } }
@keyframes slowImage { to { transform: scale(1.13) translate3d(-2%,1%,0); } }
@media (prefers-reduced-motion: reduce) { *,*:before,*:after { animation-duration: .001ms!important; animation-iteration-count: 1!important; scroll-behavior: auto!important; transition-duration: .001ms!important; } }
@media (max-width: 980px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header nav { position: fixed; inset: 88px 16px auto; display: none; flex-direction: column; padding: 12px; border-radius: 8px; background: rgba(10,11,13,.96); border: 1px solid rgba(255,255,255,.14); }
  .site-header nav.open { display: flex; }
  .menu-btn { display: block; }
  .header-call { display: none; }
  .lang-toggle { justify-self: end; }
  .hero-media { grid-template-columns: 1fr; }
  .hero-media img:nth-child(n+2) { display: none; }
  .service-grid,.why,.estimate,.finish-grid,.reputation,.hero-followup { grid-template-columns: 1fr; }
  .problem-solution,.package-grid { grid-template-columns: 1fr; }
  .credibility-bar { grid-template-columns: 1fr; }
  .timeline { grid-template-columns: repeat(2, 1fr); }
  .project-grid { grid-auto-columns: minmax(330px, 76vw); }
  .project-card { min-height: 470px; }
}
@media (max-width: 640px) {
  .site-header { left: 10px; right: 10px; top: 10px; height: 66px; }
  .brand { min-width: 0; }
  .brand img { width: 48px; height: 42px; }
  .brand span { font-size: 14px; }
  .hero { padding: 112px 18px 22px; }
  h1 { font-size: clamp(70px, 24vw, 118px); }
  .hero-slogan { font-size: clamp(34px, 11vw, 56px); }
  .hero-signature { grid-template-columns: 1fr; gap: 10px; }
  .hero-proof { grid-template-columns: 1fr; }
  .section { padding: 64px 18px; }
  .project-grid { grid-auto-columns: 86vw; }
  .project-card,.project-card.wide { min-height: 390px; }
  .timeline { grid-template-columns: 1fr; }
  .finish-grid article,.finish-grid article:nth-child(n+2),.quote-card,.social-card { min-height: 360px; }
  .problem-panel,.solution-panel { min-height: auto; }
  .footer { grid-template-columns: 1fr; }
  .footer address { text-align: left; }
}
