:root{
  --bg:#f5f1ea;
  --card:#fffdfa;
  --ink:#1b221d;
  --muted:#687168;
  --line:rgba(46,56,46,.10);
  --line-strong:rgba(46,56,46,.18);
  --wood:#9f7450;
  --wood-deep:#7a5335;
  --accent:#1d281f;
  --accent-soft:#29322b;
  --light:#ffffff;
  --shadow:0 22px 60px rgba(21,25,21,.08);
  --shadow-lg:0 35px 90px rgba(21,25,21,.16);
  --radius:28px;
  --radius-sm:18px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#f8f4ee 0%,#f3eee6 100%);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,textarea,select{font:inherit}
main{overflow:hidden}
.card-surface{background:var(--card);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:var(--radius)}
.eyebrow{text-transform:uppercase;letter-spacing:.18em;font-size:11px;font-weight:800;color:var(--wood)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:48px;padding:13px 22px;border-radius:999px;border:1px solid transparent;background:var(--accent);color:#fff;font-weight:700;transition:.2s ease;cursor:pointer}
.btn:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(21,25,21,.18)}
.btn-outline{background:transparent;color:var(--ink);border-color:var(--line-strong)}
.btn-soft{background:#eef1ea;color:var(--ink);border-color:#e2e7de}
.btn-light{background:#fff;color:var(--ink)}
.light-outline{border-color:rgba(255,255,255,.35)!important;color:#fff!important}
.btn-small{min-height:42px;padding:10px 16px;font-size:13px}

.site-header{position:sticky;top:0;z-index:50;padding:14px 20px;background:rgba(245,241,234,.75);backdrop-filter:blur(18px);border-bottom:1px solid rgba(41,50,43,.07)}
.header-shell{max-width:1380px;margin:auto;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.brand{display:flex;align-items:center;gap:14px;min-width:0}
.brand img{width:52px;height:52px;object-fit:contain;border-radius:16px}
.brand-mark{width:52px;height:52px;border-radius:16px;background:#1f2821;color:#fff;display:grid;place-items:center;font:700 29px/1 Georgia,serif;box-shadow:inset 0 0 0 1px rgba(255,255,255,.08)}
.brand-copy b{display:block;font-size:15px;letter-spacing:.14em;white-space:nowrap}
.brand-copy small{display:block;margin-top:4px;color:var(--muted);font-size:11px;white-space:nowrap}
.main-nav{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.main-nav a{padding:12px 14px;border-radius:999px;font-size:14px;color:#2d372f;transition:.2s ease}
.main-nav a:hover,.main-nav a.active{background:#fff;box-shadow:0 8px 25px rgba(21,25,21,.06)}
.header-actions{display:flex;align-items:center;gap:10px}
.lang-link{width:40px;height:40px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:800;font-size:12px}
.call-chip{white-space:nowrap}
.menu-toggle{display:none;width:48px;height:48px;border-radius:16px;border:1px solid var(--line);background:#fff;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}
.menu-toggle span{width:18px;height:2px;background:#232c26;border-radius:999px;display:block}

.mobile-drawer,.drawer-backdrop{display:none}

.hero-wrap{padding:26px clamp(18px,4vw,56px) 0}
.hero{max-width:1380px;margin:auto;display:grid;grid-template-columns:1.02fr .98fr;gap:22px}
.hero-copy{padding:clamp(34px,5vw,68px);position:relative;overflow:hidden}
.dark-surface{background:linear-gradient(135deg,#182019 0%,#232d25 50%,#151a16 100%);color:#fff;border-color:rgba(255,255,255,.06);box-shadow:var(--shadow-lg)}
.dark-surface:before{content:"";position:absolute;inset:auto auto -8% -5%;width:320px;height:320px;background:radial-gradient(circle,rgba(190,144,102,.35),transparent 68%);pointer-events:none}
.hero h1{font:500 clamp(52px,6.2vw,92px)/.94 Georgia,serif;margin:18px 0 22px;max-width:10ch;letter-spacing:-.03em}
.hero p{max-width:60ch;font-size:18px;line-height:1.75;color:#d8ddd7;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.badge-row{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}
.badge-row span{padding:10px 14px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.12);font-size:13px;color:#f4f1eb}
.hero-visual{position:relative;overflow:hidden;min-height:680px}
.hero-visual img{width:100%;height:100%;object-fit:cover}
.float-card{position:absolute;left:22px;right:22px;bottom:22px;display:flex;justify-content:space-between;align-items:flex-end;gap:16px;background:rgba(255,255,255,.94);backdrop-filter:blur(10px);padding:22px;border-radius:22px;box-shadow:var(--shadow)}
.float-card b{display:block;font:500 28px/1.08 Georgia,serif;margin-top:6px;max-width:14ch}
.float-card span{font-size:12px;color:var(--muted)}

.trust-strip{max-width:1380px;margin:18px auto 0;padding:22px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.trust-strip div{display:flex;align-items:center;gap:14px;padding:10px 12px;border-radius:18px;background:linear-gradient(180deg,#fff, #faf7f2)}
.trust-strip strong{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#1f2821;color:#fff;font-size:14px}
.trust-strip span{font-size:14px;line-height:1.45;color:#374137}

.section{padding:84px clamp(18px,5vw,72px)}
.section-head{max-width:1380px;margin:0 auto 34px;display:flex;justify-content:space-between;align-items:end;gap:28px}
.section-head h2,.page-hero h1,.cta h2{font:500 clamp(40px,5vw,74px)/1.02 Georgia,serif;letter-spacing:-.03em;margin:10px 0 0}
.section-head p,.page-hero p{max-width:620px;color:var(--muted);line-height:1.8;font-size:17px;margin:0}
.alt-section{background:linear-gradient(180deg,#efe8dd 0%,#f6f1ea 100%)}
.dark-section{background:#1a201b;color:#fff}
.dark-section .section-head p{color:#cad0ca}

.service-grid,.article-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.service-card{padding:26px;display:flex;flex-direction:column;gap:14px;min-height:280px}
.service-no{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:#f1ebe3;color:var(--wood-deep);font-size:12px;font-weight:800;letter-spacing:.14em}
.service-card h3{font:500 30px/1.1 Georgia,serif;margin:8px 0 0}
.service-card p{margin:0;color:var(--muted);line-height:1.75}
.service-card a{margin-top:auto;font-weight:800;font-size:13px}

.project-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:repeat(12,1fr);gap:18px}
.project-card{grid-column:span 6;position:relative;min-height:420px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow);background:#d8cfbf}
.project-card:nth-child(1){grid-column:span 7;min-height:520px}
.project-card:nth-child(2){grid-column:span 5;min-height:520px}
.project-card img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
.project-card:hover img{transform:scale(1.03)}
.project-overlay{position:absolute;left:18px;right:18px;bottom:18px;padding:18px 20px;background:linear-gradient(180deg,rgba(24,30,25,.18),rgba(24,30,25,.88));backdrop-filter:blur(8px);color:#fff;border-radius:20px}
.project-overlay h3{font:500 30px/1.06 Georgia,serif;margin:8px 0 10px;letter-spacing:-.02em}
.project-overlay small{display:block;color:#d8ddd8;line-height:1.4}

.split{max-width:1380px;margin:auto;display:grid;grid-template-columns:1fr 1fr;gap:22px}
.split-panel{border-radius:var(--radius);overflow:hidden}
.dark-panel{padding:clamp(30px,4vw,60px);background:#252d27}
.dark-panel h2{font:500 clamp(34px,4vw,62px)/1.04 Georgia,serif;margin:16px 0 16px;letter-spacing:-.03em}
.dark-panel p{color:#cbd1cb;line-height:1.9;font-size:17px;margin:0}
.visual-panel{min-height:560px;background:#d9cfbf}
.visual-panel img{width:100%;height:100%;object-fit:cover}
.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:30px}
.stat{padding:18px;border-top:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.04);border-radius:18px}
.stat b{display:block;font:500 38px/1 Georgia,serif;color:#fff}
.stat span{display:block;margin-top:7px;color:#d0d6d0;font-size:13px;line-height:1.5}

.article-grid{grid-template-columns:repeat(3,1fr)}
.article-card{overflow:hidden;display:flex;flex-direction:column}
.article-image{aspect-ratio:16/10;overflow:hidden;background:#ddd1c1}
.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.article-card:hover .article-image img{transform:scale(1.04)}
.article-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:10px;flex:1}
.article-meta{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--wood);font-weight:800}
.article-card h3{font:500 30px/1.12 Georgia,serif;margin:0}
.article-card p{color:var(--muted);line-height:1.72;margin:0}
.read{margin-top:auto;padding-top:8px;font-weight:800;font-size:13px}

.cta{max-width:1380px;margin:0 auto 90px;display:grid;grid-template-columns:1.15fr .85fr;gap:20px;align-items:end;padding:clamp(34px,5vw,64px);background:linear-gradient(135deg,#7f5d44 0%,#b88d69 55%,#8d6547 100%);color:#fff;border:none;box-shadow:var(--shadow-lg)}
.cta h2{margin:10px 0 12px;font-size:clamp(38px,5vw,66px)}
.cta p{max-width:620px;color:#f2e9df;line-height:1.8;margin:0}
.cta-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}

.page-hero{padding:76px clamp(18px,5vw,72px) 28px;border-bottom:1px solid var(--line)}
.page-hero.soft-hero{background:linear-gradient(180deg,#f7f4ef 0%,#f1ebe2 100%)}
.page-hero>*{max-width:1380px;margin-left:auto;margin-right:auto}
.page-hero p{margin-top:18px}
.article-page{max-width:1200px;margin:auto;padding:48px 20px 90px}
.article-feature{border-radius:28px;overflow:hidden;box-shadow:var(--shadow);margin-bottom:32px}
.article-feature img{width:100%;height:100%;object-fit:cover}
.article-content{display:grid;grid-template-columns:240px 1fr;gap:40px}
.article-content aside{padding:22px;border:1px solid var(--line);border-radius:22px;background:#fff;color:var(--muted);line-height:1.8;height:max-content}
.prose{font:18px/1.95 Georgia,serif;color:#313930}
.prose h2,.prose h3{font-family:Georgia,serif;line-height:1.2}
.empty{max-width:1380px;padding:60px;text-align:center;border:1px dashed var(--line-strong);border-radius:24px;color:var(--muted)}

.contact-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:.85fr 1.15fr;gap:22px}
.contact-card,.form-card{padding:28px}
.contact-card h2{font:500 40px/1.08 Georgia,serif;margin:14px 0 22px;letter-spacing:-.03em}
.contact-list{display:grid;gap:14px}
.contact-list div{padding:16px 0;border-top:1px solid var(--line)}
.contact-list small{color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800}
.side-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.field{display:grid;gap:8px}
.field.full{grid-column:1/-1}
.field label{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#334034}
.field input,.field textarea,.field select{width:100%;background:#faf8f4;border:1px solid #e0d7ca;border-radius:16px;padding:14px 16px;color:var(--ink);outline:none}
.field input:focus,.field textarea:focus,.field select:focus{border-color:#b18a64;box-shadow:0 0 0 4px rgba(177,138,100,.10)}
.field textarea{min-height:180px;resize:vertical}
.notice{padding:15px 18px;border-radius:16px;background:#ebf6ec;color:#205c31;margin-bottom:18px}
.notice-error{background:#fae9e6;color:#7c2d22}

.site-footer{background:#171c18;color:#fff;padding:70px clamp(18px,5vw,72px) calc(28px + env(safe-area-inset-bottom))}
.footer-grid{max-width:1380px;margin:auto;display:grid;grid-template-columns:1.7fr .9fr .9fr;gap:34px}
.footer-brand{font:500 34px/1 Georgia,serif;letter-spacing:-.03em}
.footer-grid p{max-width:520px;color:#c5cbc4;line-height:1.8}
.footer-pills{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
.footer-pills span{padding:10px 13px;border-radius:999px;background:rgba(255,255,255,.06);color:#d7dcd7;font-size:12px;border:1px solid rgba(255,255,255,.08)}
.footer-grid h4{margin:4px 0 14px;font-size:12px;text-transform:uppercase;letter-spacing:.16em;color:#b89473}
.footer-grid a,.footer-grid span{display:block;margin:10px 0;color:#e1e5e1}
.footer-bottom{max-width:1380px;margin:36px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.10);display:flex;justify-content:space-between;gap:14px;color:#9ca49c;font-size:13px}

.whatsapp-float{position:fixed;right:18px;bottom:22px;z-index:70;display:flex;align-items:center;gap:10px;background:#25d366;color:#fff;padding:14px 16px;border-radius:999px;box-shadow:0 20px 40px rgba(37,211,102,.30);font-weight:800}
.wa-icon{width:28px;height:28px;border-radius:999px;background:rgba(255,255,255,.18);display:grid;place-items:center;font-size:16px}
.mobile-dock{display:none}

@media (max-width:1180px){
  .hero{grid-template-columns:1fr}
  .hero-visual{min-height:540px}
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .article-grid{grid-template-columns:repeat(2,1fr)}
  .contact-grid,.split{grid-template-columns:1fr}
  .cta{grid-template-columns:1fr}
  .cta-actions{justify-content:flex-start}
}

@media (max-width:960px){
  .main-nav,.call-chip{display:none}
  .menu-toggle{display:flex}
  .site-header{padding:12px 14px}
  .header-shell{grid-template-columns:1fr auto}
  .brand-copy small{white-space:normal}
  .mobile-drawer,.drawer-backdrop{display:block}
  .drawer-backdrop{position:fixed;inset:0;background:rgba(16,20,17,.45);opacity:0;pointer-events:none;transition:.25s ease;z-index:59}
  .mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:min(92vw,380px);padding:22px;background:#f9f6f1;box-shadow:-18px 0 60px rgba(18,20,18,.18);transform:translateX(105%);transition:.28s ease;z-index:60;display:flex;flex-direction:column;gap:22px}
  body.drawer-open{overflow:hidden}
  body.drawer-open .drawer-backdrop{opacity:1;pointer-events:auto}
  body.drawer-open .mobile-drawer{transform:translateX(0)}
  .drawer-top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}
  .drawer-top strong{display:block;font-size:16px;letter-spacing:.10em}
  .drawer-top small{display:block;margin-top:6px;color:var(--muted)}
  .drawer-close{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;font-size:28px;line-height:1;cursor:pointer}
  .drawer-nav{display:grid;gap:8px}
  .drawer-nav a{padding:14px 16px;border-radius:16px;background:#fff;border:1px solid var(--line);font-weight:700}
  .drawer-nav a.active{background:#1e271f;color:#fff}
  .drawer-card{margin-top:auto;padding:18px;border-radius:22px;background:#1d251f;color:#fff}
  .drawer-card span{display:block;color:#cfd5cf;margin-bottom:12px}
}

@media (max-width:720px){
  body{padding-bottom:88px}
  .site-header{padding:10px 12px}
  .header-shell{gap:12px}
  .brand-mark,.brand img{width:46px;height:46px;border-radius:14px}
  .brand-copy b{font-size:13px}
  .brand-copy small{font-size:10px}
  .lang-link{width:38px;height:38px}
  .hero-wrap{padding:14px 14px 0}
  .hero{gap:14px}
  .hero-copy{padding:26px 22px}
  .hero h1{font-size:50px;max-width:none}
  .hero p{font-size:16px}
  .hero-visual{min-height:380px}
  .float-card{left:14px;right:14px;bottom:14px;padding:16px}
  .float-card b{font-size:22px}
  .trust-strip{grid-template-columns:1fr;padding:16px}
  .section{padding:62px 14px}
  .section-head{display:block}
  .section-head p{margin-top:14px;font-size:16px}
  .service-grid,.article-grid,.stats,.form-grid,.footer-grid{grid-template-columns:1fr}
  .project-grid{gap:14px}
  .project-card,.project-card:nth-child(1),.project-card:nth-child(2){grid-column:span 12;min-height:340px}
  .article-content{grid-template-columns:1fr;gap:18px}
  .article-page{padding:30px 14px 70px}
  .contact-card h2{font-size:34px}
  .contact-card,.form-card{padding:22px}
  .cta{margin:0 14px 68px;padding:26px 22px;border-radius:26px}
  .cta h2{font-size:40px}
  .footer-bottom{flex-direction:column}
  .whatsapp-float{right:14px;bottom:98px;padding:13px 15px}
  .mobile-dock{position:fixed;left:10px;right:10px;bottom:10px;z-index:65;display:grid;grid-template-columns:repeat(4,1fr);gap:8px;padding:10px;background:rgba(18,23,19,.92);backdrop-filter:blur(14px);border-radius:24px;box-shadow:0 18px 60px rgba(8,10,9,.28)}
  .mobile-dock a{display:grid;place-items:center;gap:4px;padding:10px 4px;color:#fff;font-size:11px;text-align:center;border-radius:16px}
  .mobile-dock a span{font-size:17px;line-height:1}
  .mobile-dock a b{font-size:10px;letter-spacing:.03em}
}
/* v4 multilingual + richer footer */
.language-picker{position:relative}.language-picker summary{list-style:none;width:42px;height:42px;border-radius:999px;display:grid;place-items:center;background:#fff;border:1px solid var(--line);font-weight:900;font-size:11px;cursor:pointer}.language-picker summary::-webkit-details-marker{display:none}.language-menu{position:absolute;top:50px;right:0;width:180px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:7px;box-shadow:var(--shadow);z-index:80}.language-menu a{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;font-size:13px}.language-menu a span{width:30px;color:var(--wood);font-weight:900}.language-menu a:hover,.language-menu a.active{background:#f2eee7}.drawer-languages{display:grid;grid-template-columns:1fr 1fr;gap:8px}.drawer-languages a{padding:10px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;font-weight:700;font-size:13px;text-align:center}.drawer-languages a.active{background:#1e271f;color:#fff}.hero-visual picture{display:block;width:100%;height:100%}.hero-visual picture img{width:100%;height:100%;object-fit:cover}.footer-visual{max-width:1380px;margin:0 auto 42px;position:relative;border-radius:28px;overflow:hidden;min-height:340px;background:#333}.footer-visual img{width:100%;height:100%;min-height:340px;object-fit:cover;opacity:.68}.footer-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(15,19,16,.78),rgba(15,19,16,.10))}.footer-visual>div{position:absolute;left:34px;bottom:32px;z-index:2;max-width:560px}.footer-visual strong{display:block;margin-top:8px;font:500 clamp(32px,4vw,58px)/1 Georgia,serif;color:#fff}.site-footer .footer-grid{grid-template-columns:1.7fr .8fr .9fr}[dir=rtl] body{text-align:right}[dir=rtl] .language-menu{right:auto;left:0}[dir=rtl] .project-overlay,[dir=rtl] .float-card,[dir=rtl] .footer-visual>div{text-align:right}[dir=rtl] .footer-visual>div{left:auto;right:34px}[dir=rtl] .footer-visual:after{background:linear-gradient(270deg,rgba(15,19,16,.78),rgba(15,19,16,.10))}[dir=rtl] .main-nav,[dir=rtl] .header-actions,[dir=rtl] .hero-actions,[dir=rtl] .badge-row,[dir=rtl] .cta-actions,[dir=rtl] .footer-pills{flex-direction:row-reverse}[dir=rtl] .section-head{direction:rtl}[dir=rtl] .article-meta{letter-spacing:0}[dir=rtl] .eyebrow{letter-spacing:.08em}@media(max-width:720px){.footer-visual{margin:0 0 34px;min-height:280px;border-radius:22px}.footer-visual img{min-height:280px}.footer-visual>div{left:20px;right:20px;bottom:22px}[dir=rtl] .footer-visual>div{right:20px;left:20px}.language-menu{position:fixed;top:70px;right:14px;left:auto}.site-footer .footer-grid{grid-template-columns:1fr}}
.footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.footer-socials a{display:inline-flex!important;padding:9px 12px;border:1px solid rgba(255,255,255,.12);border-radius:999px;font-size:12px;color:#dce2dc!important;margin:0!important}

/* project detail + before/after */
.section-tight{padding:36px 22px 0;max-width:1380px;margin:0 auto}
.project-hero{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:stretch}
.project-hero-media,.project-hero-copy,.project-story,.project-side-panel,.before-after-card{overflow:hidden}
.project-hero-media img{width:100%;height:100%;min-height:520px;object-fit:cover;display:block}
.project-hero-copy{padding:30px}
.project-hero-copy h1{font:500 clamp(40px,5vw,76px)/.95 Georgia,serif;margin:12px 0 18px;color:var(--ink)}
.project-hero-copy p{font-size:18px;line-height:1.75;color:var(--muted);margin:0}
.project-meta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin:22px 0 24px}
.project-meta-grid>div,.snapshot-list li{padding:16px 18px;border-radius:18px;background:#f4f0e8;border:1px solid #e2dbcf}
.project-meta-grid small,.snapshot-list b{display:block;font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#8b8375;margin-bottom:8px}
.project-meta-grid strong{font-size:15px;line-height:1.55;color:var(--ink)}
.project-detail-grid{display:grid;grid-template-columns:1.25fr .75fr;gap:22px}
.project-story,.project-side-panel{padding:28px}
.project-story h2{font:500 clamp(28px,4vw,46px)/1.02 Georgia,serif;margin:12px 0 16px}
.project-story .prose{font-size:17px;line-height:1.9;color:#4a504b}
.snapshot-list{list-style:none;padding:0;margin:18px 0 0;display:grid;gap:12px}
.snapshot-list li span{display:block;color:#232823;line-height:1.6}
.compact-head{align-items:end}
.before-after-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.before-after-card{position:relative;min-height:420px;background:#ddd}
.before-after-card img{width:100%;height:100%;object-fit:cover;display:block}
.before-after-label{position:absolute;left:18px;top:18px;z-index:2;display:inline-flex;padding:10px 14px;border-radius:999px;background:rgba(19,24,20,.84);color:#fff;font-size:12px;font-weight:800;letter-spacing:.11em;text-transform:uppercase}
.before-after-label.after{background:rgba(70,116,76,.86)}
@media (max-width:980px){
  .project-hero,.project-detail-grid,.before-after-grid{grid-template-columns:1fr}
  .project-hero-media img{min-height:380px}
}
@media (max-width:720px){
  .section-tight{padding:20px 14px 0}
  .project-hero-copy{padding:22px}
  .project-hero-copy h1{font-size:44px}
  .project-meta-grid{grid-template-columns:1fr}
  .project-story,.project-side-panel{padding:22px}
  .before-after-card{min-height:300px}
}
