:root{
  --paper:#f5f5f1;
  --white:#fff;
  --black:#111112;
  --black2:#19191b;
  --text:#171719;
  --muted:#66666a;
  --line:#deded8;
  --yellow:#f1c400;
  --yellow2:#ffd000;
  --radius:24px;
  --shadow:0 24px 70px rgba(0,0,0,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:var(--paper);line-height:1.5}
a{color:inherit;text-decoration:none}
button,a{-webkit-tap-highlight-color:transparent}
.site-header{position:sticky;top:0;z-index:50;height:78px;padding:0 clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;background:rgba(245,245,241,.9);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.06)}
.brand{display:flex;align-items:center;gap:12px}.brand-mark{width:44px;height:44px}.mark-dark{fill:#111}.mark-yellow{fill:var(--yellow)}
.brand-copy{display:flex;flex-direction:column;line-height:1}.brand-copy strong{font-size:18px;letter-spacing:.23em}.brand-copy small{font-size:9px;letter-spacing:.22em;margin-top:6px;text-transform:uppercase;color:#555}
.nav{display:flex;gap:28px;align-items:center;font-size:14px;font-weight:650}.nav a{opacity:.82}.nav a:hover{opacity:1}.nav-cta{padding:11px 18px;border:1px solid #111;border-radius:999px;opacity:1!important}.menu-toggle{display:none;border:0;background:transparent;font-size:24px}
.hero{padding:clamp(64px,9vw,126px) clamp(20px,5vw,76px) 88px}.hero-grid{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:80px;align-items:center}.eyebrow{display:inline-block;color:#8a7400;font-size:11px;font-weight:850;letter-spacing:.23em;margin-bottom:18px}.hero h1{font-size:clamp(46px,6.4vw,86px);line-height:.98;letter-spacing:-.055em;margin:0 0 28px;max-width:800px}.hero h1 span{color:#848487}.hero-copy>p{font-size:clamp(18px,1.6vw,21px);color:#5f5f62;max-width:680px;margin:0 0 34px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;font-size:14px;transition:.2s;border:0}.btn-primary{background:#111;color:#fff}.btn-primary:hover,.btn-yellow:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.16)}.btn-ghost{border:1px solid #c9c9c3;background:#fff}.hero-points{display:flex;gap:22px;flex-wrap:wrap;margin-top:26px;color:#5c5c60;font-size:13px}.trust-row{display:flex;gap:24px;flex-wrap:wrap;margin-top:20px;font-size:13px;font-weight:750}.trust-row a{border-bottom:1px solid #b8b8b1;padding-bottom:2px}.hero-art{display:flex;justify-content:center}.art-card{width:min(100%,560px);background:#111;border-radius:34px;padding:26px;box-shadow:var(--shadow)}.house-line{background:linear-gradient(145deg,#1b1b1d,#0e0e0f);border-radius:24px;padding:18px}.house-line svg{width:100%;display:block}.line{fill:none;stroke:#f5f5f2;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.line.faint{opacity:.35}.line.yellow,.pipe.yellow,.floor.yellow{stroke:var(--yellow2)}.pipe,.floor{fill:none;stroke:#f5f5f2;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.art-label{color:#fff;font-size:10px;letter-spacing:.19em;text-align:center;margin:20px 0 6px;opacity:.75}
.ticker{border-top:1px solid #deded8;border-bottom:1px solid #deded8;padding:18px clamp(20px,5vw,76px);display:flex;gap:18px;justify-content:center;flex-wrap:wrap;font-size:11px;font-weight:800;letter-spacing:.14em;color:#4d4d50}.ticker i{color:#c7a300;font-style:normal}
.section{padding:105px clamp(20px,5vw,76px)}.section-head{max-width:830px;margin:0 auto 54px;text-align:center}.section h2,.contact-section h2,.reviews-strip h2{font-size:clamp(38px,4.2vw,62px);line-height:1.05;letter-spacing:-.045em;margin:0 0 18px}.section-head p{color:#68686b;font-size:18px}.services-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.service-card{background:#fff;border:1px solid #e3e3dd;border-radius:22px;padding:30px;min-height:245px;transition:.2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 18px 50px rgba(0,0,0,.07)}.service-no{font-size:12px;color:#a38800;font-weight:850;letter-spacing:.16em;margin-bottom:38px}.service-card h3{font-size:22px;margin:0 0 10px}.service-card p{color:#707074;margin:0;font-size:15px}
.dark-section{background:#111;color:#fff}.dark-section .eyebrow{color:var(--yellow2)}.about-grid{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.about-copy p{font-size:18px;color:#b5b5b8;max-width:650px}.text-link{display:inline-block;margin-top:14px;color:#fff;font-weight:750;border-bottom:1px solid #777;padding-bottom:3px}.principles{display:grid;gap:10px}.principles>div{border:1px solid #2b2b2e;border-radius:18px;padding:22px 24px;display:grid;grid-template-columns:48px 1fr;column-gap:16px}.principles b{color:var(--yellow2);font-size:13px}.principles strong{font-size:17px}.principles span{grid-column:2;color:#8f8f94;font-size:14px;margin-top:4px}
.projects-section{background:#ededE8}.fb-projects{max-width:1240px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:start}.fb-project-card{background:#fff;border-radius:22px;padding:20px;border:1px solid #deded8;overflow:hidden}.fb-caption{min-height:112px}.fb-caption span{color:#9a8000;font-size:10px;letter-spacing:.18em;font-weight:850}.fb-caption h3{font-size:20px;line-height:1.2;margin:9px 0 18px}.fb-frame-wrap{background:#f2f2ef;border-radius:14px;overflow:hidden;min-height:430px;display:flex;justify-content:center;align-items:flex-start}.fb-frame-wrap iframe{max-width:100%;width:100%}.project-link{display:inline-block;margin-top:15px;font-size:13px;font-weight:750;border-bottom:1px solid #b8b8b1;padding-bottom:2px}.all-projects{text-align:center;margin-top:34px}
.reviews-strip{margin:0;background:var(--yellow);padding:56px clamp(20px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:40px}.reviews-strip .eyebrow{color:#5f5100;margin-bottom:10px}.reviews-strip h2{font-size:clamp(34px,4vw,54px);margin:0}.reviews-actions{display:flex;gap:12px;flex-wrap:wrap}.btn-light{background:#fff;color:#111}.btn-outline-light{background:transparent;border:1px solid #111;color:#111}
.contact-section{margin:70px clamp(20px,5vw,76px);background:#111;color:#fff;border-radius:32px;padding:68px clamp(28px,5vw,70px);display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.contact-section .eyebrow{color:var(--yellow2)}.contact-lead p{color:#aaaab0;font-size:17px;max-width:520px}.contact-card{background:#1b1b1d;border:1px solid #2c2c2f;border-radius:24px;padding:28px}.contact-item{padding:14px 0;border-bottom:1px solid #333337;display:flex;justify-content:space-between;gap:18px}.contact-item span{color:#85858b;font-size:13px}.contact-item a,.contact-item strong{font-size:16px;text-align:right}.contact-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}.btn-yellow{background:var(--yellow2);color:#111}.btn-darkghost{border:1px solid #55555a;background:transparent;color:#fff}
footer{padding:0 clamp(20px,5vw,76px) 44px;color:#6e6e70;font-size:13px}.footer-top,.footer-bottom{display:flex;justify-content:space-between;gap:20px}.footer-top{padding:24px 0;border-bottom:1px solid #deded8}.footer-bottom{padding-top:20px}.footer-brand{font-weight:750;color:#2f2f31}.footer-brand span{color:#c5a500}.footer-links{display:flex;gap:20px;flex-wrap:wrap}.mobile-call{display:none}
@media (max-width:1050px){.fb-projects{grid-template-columns:1fr 1fr}.fb-project-card:last-child{grid-column:1/-1;max-width:610px;margin:0 auto;width:100%}}
@media (max-width:900px){.nav{display:none;position:absolute;top:78px;left:0;right:0;background:#f5f5f1;border-bottom:1px solid #ddd;padding:22px;flex-direction:column;align-items:flex-start}.nav.open{display:flex}.menu-toggle{display:block}.hero-grid,.about-grid,.contact-section{grid-template-columns:1fr;gap:48px}.hero{padding-top:70px}.services-grid{grid-template-columns:1fr 1fr}.reviews-strip{align-items:flex-start;flex-direction:column}.contact-section{margin-top:40px}.hero-points{gap:12px 18px}}
@media (max-width:700px){.fb-projects{grid-template-columns:1fr}.fb-project-card:last-child{grid-column:auto;max-width:none}.fb-frame-wrap{min-height:380px}.fb-frame-wrap iframe{height:560px}.mobile-call{display:flex;position:fixed;right:16px;bottom:16px;z-index:80;background:var(--yellow2);color:#111;padding:13px 18px;border-radius:999px;font-weight:850;box-shadow:0 12px 35px rgba(0,0,0,.2)}}
@media (max-width:620px){.site-header{height:70px}.brand-mark{width:38px;height:38px}.brand-copy strong{font-size:16px}.brand-copy small{display:none}.nav{top:70px}.hero{padding-bottom:60px}.hero h1{font-size:46px}.services-grid{grid-template-columns:1fr}.section{padding-top:78px;padding-bottom:78px}.contact-section{padding:46px 24px;border-radius:24px}.contact-item{flex-direction:column}.contact-item a,.contact-item strong{text-align:left}.footer-top,.footer-bottom{flex-direction:column}.reviews-strip{padding-top:45px;padding-bottom:45px}.ticker{justify-content:flex-start}.fb-project-card{padding:14px}.fb-caption{min-height:auto}.fb-caption h3{font-size:18px}.hero-actions .btn{width:100%}}
