:root{--bg:#ffffff;--bg-soft:#f4f4f5;--text:#0a0a0a;--text-soft:#5f5f67;--line:#dddddf;--panel:#111111;--panel-soft:#1a1a1a;--white:#ffffff;--shadow:0 24px 60px rgba(0,0,0,0.12);--radius:28px;--radius-small:18px;--container:1200px}*{box-sizing:border-box}html{scroll-behavior:smooth}body,html{overflow-x:clip}body{margin:0;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}code{font-family:Courier New,Courier,monospace}button,input,select,textarea{font:inherit}.page-shell{min-height:100vh}.container{width:min(calc(100% - 32px),var(--container));margin:0 auto}.narrow{width:min(calc(100% - 32px),850px)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:rgba(255,255,255,.86);border-bottom:1px solid rgba(10,10,10,.08)}.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center}.header-logo{display:block;width:auto;height:auto}.brand-chip{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;background:var(--text);color:var(--white);border-radius:999px;font-weight:700;letter-spacing:.14em;font-size:.86rem}.header-nav{display:flex;flex-wrap:wrap;align-items:center;gap:20px;color:var(--text-soft);font-size:.95rem}.header-nav a:hover{color:var(--text)}.hero{background:radial-gradient(circle at top right,rgba(255,255,255,.12),transparent 28%),linear-gradient(135deg,#080808,#111111 55%,#171717);color:var(--white);padding:72px 0 56px;overflow:hidden}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);grid-gap:40px;gap:40px;align-items:start}.hero-copy,.hero-visual{min-width:0}.eyebrow,.section-label{margin:0 0 14px;text-transform:uppercase;letter-spacing:.16em;font-size:.8rem;font-weight:700;color:#6a6a72}.hero .eyebrow{color:rgba(255,255,255,.6)}.hero h1,.section h2{margin:0;font-size:clamp(2.3rem,6vw,4.7rem);line-height:.98;letter-spacing:-.04em}.section h2{font-size:clamp(2rem,4vw,3.3rem)}.contact-panel-row span,.field-help,.hero-quote p,.info-card p,.lead,.mode-option-copy small,.project-copy p,.quote-actions-note,.quote-form-intro p,.quote-status,.section-side-text,.section-text,.site-footer p,.step-card p{font-size:1.02rem;line-height:1.75}.lead{margin:34px 0 0;max-width:740px;color:rgba(255,255,255,.84)}.contact-links,.hero-actions,.quote-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 20px;border-radius:999px;border:1px solid transparent;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.7;cursor:wait;transform:none}.button-primary{background:var(--white);color:var(--text)}.button-secondary{border-color:rgba(255,255,255,.22);color:var(--white);background:transparent}.section-contact .button-primary{background:var(--text);color:var(--white)}.section-contact .button-secondary{border-color:rgba(10,10,10,.16);color:var(--text)}.hero-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.hero-meta span{display:inline-flex;align-items:center;min-height:42px;max-width:100%;padding:0 14px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.74);font-size:.92rem}.hero-visual{width:100%;max-width:760px;justify-self:end;margin-left:auto;position:relative}.hero-logo-panel{width:100%;aspect-ratio:2.05/1;position:relative;background:#000000;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.hero-quote{width:100%;max-width:100%;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.08);border-radius:28px;box-sizing:border-box}.hero-quote strong{display:block;margin:0;line-height:1.1}.hero-quote p{margin:12px 0 0;line-height:1.5}.hero-quote p+p{margin-top:14px}.section{padding:104px 0}.section-light{background:var(--bg-soft)}.section-dark{background:var(--panel);color:var(--white)}.section-label-dark{color:rgba(255,255,255,.52)}.about-grid,.contact-grid,.section-head,.trust-grid{display:grid;grid-gap:24px;gap:24px}.section-head{grid-template-columns:1.1fr .9fr;align-items:end;margin-bottom:34px}.section-dark .section-side-text,.section-head-dark .section-side-text{color:rgba(255,255,255,.7)}.section-side-text,.section-text{margin:0;color:var(--text-soft)}.muted{margin-top:18px}.card-grid{display:grid;grid-gap:18px;gap:18px}.card-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.contact-panel,.contact-placeholder,.info-card,.project-card,.quote-form-card,.quote-note-card,.step-card{border-radius:var(--radius-small)}.info-card{padding:26px 24px;background:var(--white);border:1px solid var(--line)}.info-card-accent{background:linear-gradient(180deg,#ffffff,#fbfbfb)}.detailed-fields-head h4,.info-card h3,.project-copy h3,.quote-form-intro h3,.quote-note-card h3,.step-card h3{margin:0 0 12px;font-size:1.35rem;line-height:1.15}.detailed-fields-head p,.info-card p,.project-copy p,.quote-form-intro p,.quote-note-card p,.step-card p{margin:0;color:var(--text-soft)}.project-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.project-card{overflow:hidden;background:var(--white);border:1px solid var(--line)}.project-image-wrap{position:relative;aspect-ratio:4/3;background:#e6e6e8}.project-copy{padding:22px}.steps-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:18px;gap:18px}.step-card{padding:26px 22px;background:var(--panel-soft);border:1px solid rgba(255,255,255,.08)}.step-number{display:inline-flex;align-items:center;justify-content:center;min-width:52px;height:52px;border-radius:999px;background:rgba(255,255,255,.08);color:rgba(255,255,255,.78);font-weight:700;letter-spacing:.08em;margin-bottom:18px}.step-card p{color:rgba(255,255,255,.72)}.trust-grid{grid-template-columns:1fr 1fr;align-items:center}.trust-list{display:grid;grid-gap:14px;gap:14px}.trust-item{display:flex;align-items:center;gap:14px;padding:18px 20px;background:var(--white);border:1px solid var(--line);border-radius:16px}.trust-dot{width:12px;height:12px;border-radius:999px;background:var(--text);flex:0 0 auto}.about-grid,.contact-grid{grid-template-columns:.95fr 1.05fr;align-items:start}.section-contact{background:linear-gradient(180deg,#ffffff,#f6f6f7)}.contact-copy-stack{display:grid;grid-gap:22px;gap:22px}.contact-panel{padding:28px 24px;background:var(--white);border:1px solid var(--line);display:grid;grid-gap:18px;gap:18px}.contact-panel-row{display:grid;grid-gap:6px;gap:6px;padding-bottom:18px;border-bottom:1px solid var(--line)}.contact-panel-row:last-child{border-bottom:0;padding-bottom:0}.contact-panel-row span{color:var(--text-soft)}.contact-panel-row strong{font-size:1.02rem;line-height:1.55}.contact-placeholder{padding:18px 20px;border:1px dashed rgba(10,10,10,.22);background:rgba(10,10,10,.03);color:var(--text-soft)}.quote-note-card{padding:24px;background:var(--white);border:1px solid var(--line)}.quote-note-list{margin:0;padding-left:20px;display:grid;grid-gap:10px;gap:10px;color:var(--text-soft);line-height:1.7}.quote-form-card{padding:28px 24px;background:var(--white);border:1px solid var(--line);box-shadow:0 16px 40px rgba(0,0,0,.05)}.quote-form{display:grid;grid-gap:24px;gap:24px}.quote-form-intro h3{margin-bottom:10px}.mode-switch{display:grid;grid-gap:12px;gap:12px}.mode-option{display:grid;grid-template-columns:20px 1fr;grid-gap:14px;gap:14px;align-items:start;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#fafafa;cursor:pointer}.mode-option.is-active{border-color:rgba(10,10,10,.32);background:#ffffff}.mode-option input{margin:4px 0 0}.mode-option-copy{display:grid;grid-gap:4px;gap:4px}.mode-option-copy strong{font-size:1rem;line-height:1.4}.mode-option-copy small{color:var(--text-soft)}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.field{display:grid;grid-gap:8px;gap:8px}.field-full{grid-column:1/-1}.field-label{font-size:.94rem;font-weight:700}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#ffffff;color:var(--text);border-radius:14px;padding:14px 16px;outline:none}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(10,10,10,.35);box-shadow:0 0 0 4px rgba(10,10,10,.05)}.field textarea{resize:vertical;min-height:132px}.field-help{color:var(--text-soft)}.detailed-fields{padding:22px;border-radius:18px;background:#fafafa;border:1px solid var(--line);display:grid;grid-gap:18px;gap:18px}.detailed-fields-head h4{margin-bottom:8px}.consent-row{display:flex;align-items:flex-start;gap:12px;color:var(--text-soft);line-height:1.65}.consent-row input{margin-top:5px;flex:0 0 auto}.quote-actions{align-items:center;justify-content:space-between;margin-top:0}.quote-actions-note{margin:0;color:var(--text-soft)}.quote-status{padding:16px 18px;border-radius:16px}.quote-status-success{background:rgba(16,185,129,.08);border:1px solid rgba(16,185,129,.2);color:#0f5132}.quote-status-error{background:rgba(239,68,68,.08);border:1px solid rgba(239,68,68,.2);color:#7f1d1d}.site-footer{background:var(--text);color:rgba(255,255,255,.78);padding:34px 0 40px}.footer-inner{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(280px,.9fr);grid-gap:48px;gap:48px;align-items:start}.footer-brand{color:var(--white);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:10px}.footer-right{min-height:100%;display:flex;flex-direction:column;align-items:flex-end;gap:28px}.footer-links{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:18px 28px;max-width:360px}.footer-links a:hover{color:var(--white)}.footer-logo-corner{margin-top:auto;width:100%;display:flex;justify-content:flex-end}.footer-logo-image{width:300px;height:auto;display:block}@media (min-width:901px){.hero-visual{margin-bottom:202px}.hero-visual .hero-quote{position:absolute;left:0;right:0;bottom:-190px;width:100%;max-width:100%;margin:0;padding:14px 24px 12px}}@media (max-width:1100px){.about-grid,.contact-grid,.hero-grid,.section-head,.trust-grid{grid-template-columns:1fr}.card-grid-3,.project-grid,.steps-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-visual{justify-self:stretch;max-width:none;margin-left:0}}@media (max-width:900px){.hero-grid{grid-template-columns:1fr!important}.hero-visual{width:100%;max-width:none;justify-self:stretch;margin-left:0;margin-bottom:0}.hero-visual .hero-quote{position:static;width:100%;max-width:100%;margin-top:14px;padding:14px 20px 12px}.hero-meta span{width:100%;min-height:auto;padding:12px 14px;border-radius:20px;line-height:1.5;align-items:flex-start}.footer-inner{grid-template-columns:1fr}.footer-right{align-items:flex-start}.footer-links,.footer-logo-corner{justify-content:flex-start}.footer-logo-image{width:220px}}@media (max-width:760px){.header-inner{min-height:auto;padding:14px 0;align-items:flex-start;flex-direction:column}.header-nav{gap:14px}.hero{padding:50px 0 42px}.hero h1,.section h2{font-size:clamp(2rem,10vw,3rem)}.section{padding:76px 0}.card-grid-3,.form-grid,.project-grid,.steps-grid{grid-template-columns:1fr}.hero-logo-panel{min-height:280px}.quote-actions{align-items:stretch;justify-content:flex-start}}