:root{
  --red:#de1d3e;
  --brown:#3d2b1f;
  --ivory:#fbfcec;
  --text:#111;
  --muted:#8f8f8f;
  --line:#e4e4e4;
  --container:1586px;
  --gutter:clamp(20px,8.7vw,167px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--text);background:#fff;font-family:"Manrope","Arial",sans-serif;font-size:16px;line-height:1.45;overflow-x:hidden}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,select{font:inherit}
button{cursor:pointer}
.container{width:min(var(--container),calc(100% - (var(--gutter) * 2)));margin-inline:auto}
.section{padding:120px 0}
.section--white{background:#fff}
.section--ivory{background:var(--ivory)}
.section-dark{color:#fff;background:#111}
h1,h2,h3,p{margin-top:0}
h1,h2,h3{font-weight:500;letter-spacing:-.035em;line-height:1.13}
h2{font-size:clamp(34px,2.3vw,44px)}
.eyebrow{display:flex;align-items:center;gap:14px;border-bottom:1px solid var(--line);padding-bottom:25px;font-size:14px;margin-bottom:75px}
.eyebrow span{width:8px;height:8px;background:var(--red);flex:none}
.eyebrow--light{border-color:rgba(255,255,255,.45)}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:67px;padding:0 42px;font-size:14px;font-weight:600;transition:.25s ease}
.button--light{background:#fff;color:#111}
.button--dark{background:#000;color:#fff;min-height:82px;padding-inline:45px}
.button:hover{transform:translateY(-2px)}
.text-link{display:inline-flex;align-items:center;gap:10px;font-weight:700;font-size:14px}
.text-link span{font-size:18px;font-weight:400}
.text-link--light{color:#fff}
.site-header{position:absolute;z-index:20;top:0;left:0;width:100%;height:112px;color:#fff}
.site-header--light{position:relative;height:94px;color:#111;border-bottom:1px solid #e7e7e7;background:#fff}
.brand{width:104px;height:104px;position:absolute;left:32px;top:26px;z-index:2}
.brand img{width:100%;height:100%;object-fit:contain}
.site-header--light .brand{left:24px;top:15px;width:245px;height:63px}
.site-header--light .brand img{object-fit:contain;object-position:left center}
.desktop-nav{position:absolute;top:39px;left:50%;transform:translateX(-50%);display:flex;gap:24px;white-space:nowrap;font-size:12px}
.desktop-nav a{opacity:.92}
.site-header--light .desktop-nav{font-size:14px;top:39px}
.header-cta{position:absolute;right:32px;top:13px;background:#fff;color:#111;padding:25px 42px;font-size:13px;font-weight:600}
.site-header--light .header-cta{background:#000;color:#fff;right:24px}
.menu-toggle{display:none;position:absolute;z-index:31;right:20px;top:25px;width:48px;height:48px;background:transparent;border:0;color:inherit}
.menu-toggle span{display:block;width:28px;height:1px;background:currentColor;margin:8px auto;transition:.25s ease}

/* HOME */
.hero{min-height:1084px;position:relative;display:flex;align-items:flex-end;background-image:linear-gradient(to bottom,rgba(0,0,0,0) 30%,rgba(0,0,0,.88) 100%),url("https://www.figma.com/api/mcp/asset/204349df-a3fd-4f4a-b242-5cbf66a482cb");background-size:cover;background-position:center}
.hero__content{padding-bottom:130px}
.hero h1{font-size:clamp(48px,3.75vw,72px);max-width:920px;margin-bottom:35px;color:#fff}
.hero p{max-width:600px;font-size:18px;margin-bottom:50px;color:#fff}
.hero__actions{display:flex;align-items:center;gap:70px}
.hero__line{position:absolute;bottom:92px;left:50%;transform:translateX(-50%);border-top:1px solid rgba(255,255,255,.35)}
.hero__line span{display:block;width:40%;border-top:2px solid rgba(255,255,255,.85);transform:translateY(-1px)}
.intro{min-height:670px}
.intro__grid{display:grid;grid-template-columns:1fr 1fr;gap:120px}
.intro__grid h2{font-size:clamp(38px,2.3vw,44px)}
.intro__grid h2 em{color:#8b8b8b;font-style:normal}
.intro__copy{font-size:14px;max-width:640px;position:relative;padding-bottom:120px}
.scroll-cue{position:absolute;bottom:0;left:0;width:106px;height:106px;border:1px solid var(--line);border-radius:50%;display:grid;place-items:center;color:#c8c8c8;font-size:58px;font-weight:200}
.featured-project{height:1081px;position:relative;background-image:linear-gradient(rgba(0,0,0,.22),rgba(0,0,0,.36)),url("https://www.figma.com/api/mcp/asset/5c739ce3-e38c-4058-af8a-13441886c0fe");background-size:cover;background-position:center;display:flex;align-items:flex-end;padding-bottom:102px;color:#fff}
.featured-project__content{padding-bottom:80px}
.project-meta{display:flex;align-items:center;gap:24px;margin-bottom:45px;font-size:14px}
.project-meta span{background:var(--red);padding:16px 24px}
.featured-project__grid{display:grid;grid-template-columns:1.4fr .78fr;gap:160px;align-items:start}
.featured-project h2{font-size:clamp(44px,3vw,58px);max-width:950px}
.featured-project__copy{font-size:18px}
.featured-project__copy p{margin-top:45px}
.project-tabs{position:absolute;left:0;right:0;bottom:0;height:102px;display:grid;grid-template-columns:repeat(6,1fr);background:rgba(0,0,0,.28);backdrop-filter:blur(8px)}
.project-tabs button{border:0;border-right:1px solid rgba(255,255,255,.2);background:transparent;color:#fff;text-align:left;padding:25px 35px;font-size:12px}
.project-tabs button.is-active{background:#fff;color:#111}
.stats{padding-bottom:0}
.stats h2{margin-bottom:60px}
.stats h2 em{font-style:normal;color:#8b8b8b}
.stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.stats__grid article{min-height:285px;padding:52px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}
.stats__grid article:nth-child(4n){border-right:0}
.stats__grid article:nth-child(n+5){border-bottom:0}
.stats__grid strong{display:block;font-size:40px;font-weight:500;letter-spacing:-.04em;margin-bottom:28px}
.stats__grid p{max-width:250px;color:var(--muted);font-size:15px}
.client-logos{height:156px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;background:#fff}
.client-logos__inner{height:100%;display:grid;grid-template-columns:repeat(8,1fr)}
.client-logos img{width:100%;height:100%;object-fit:contain;padding:24px 35px;border-right:1px solid #ddd;background:#fff}
.sectors{min-height:968px;padding:120px 0;background-image:linear-gradient(rgba(0,27,70,.32),rgba(0,0,0,.45)),url("https://www.figma.com/api/mcp/asset/70ed2589-fb4f-412c-828d-58e57bef745e");background-size:cover;background-position:center}
.sectors h2{margin-bottom:55px}
.sectors__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;min-height:448px}
.sector-card{border:0;border-left:1px solid rgba(255,255,255,.45);border-right:1px solid rgba(255,255,255,.45);background:transparent;color:#fff;text-align:left;padding:48px 46px;display:flex;flex-direction:column;justify-content:space-between;transition:.25s ease}
.sector-card strong{font-size:24px;font-weight:500;line-height:1.13;letter-spacing:-.03em}
.sector-card span{font-size:14px;font-weight:700}
.sector-card.is-active{background:var(--ivory);color:#171717}
.sector-card.is-active strong{font-size:34px}
.why-us{padding-bottom:120px}
.why-us__layout{display:grid;grid-template-columns:1fr 1.85fr;gap:120px}
.why-us__lead{position:sticky;top:80px;align-self:start}
.why-us__lead h2{max-width:520px;margin-bottom:44px}
.why-us__items{border-top:1px solid #dedede}
.reason{display:grid;grid-template-columns:300px 1fr;gap:55px;padding:30px 0;border-bottom:1px solid #dedede}
.reason__title{display:flex;flex-direction:column;gap:20px}
.reason__title h3{font-size:24px;margin:0;max-width:280px}
.reason__icon{color:var(--red);font-size:36px;line-height:1}
.reason p{font-size:14px;margin:0;line-height:1.35}
.experience{min-height:943px;padding:120px 0;background-image:url("https://www.figma.com/api/mcp/asset/3d0dd30c-d52e-4d23-ac39-0e4444d3998c");background-size:cover;background-position:center;position:relative}
.experience:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.18);pointer-events:none}
.experience .container{position:relative;z-index:1}
.experience h2{max-width:760px}
.experience__panel{width:min(706px,47%);margin-left:auto;margin-top:120px;background:var(--brown);padding:80px;color:#fff;clip-path:polygon(0 0,100% 0,100% 92%,92% 100%,0 100%)}
.experience__panel p{font-size:15px;line-height:1.4}
.consultation{padding-top:90px;padding-bottom:0;overflow:hidden}
.consultation__inner{text-align:center}
.consultation h2{font-size:clamp(46px,4.4vw,84px);line-height:1.1;margin-bottom:30px}
.consultation h2 em{color:#000;font-style:italic;font-weight:500}
.consultation p{max-width:660px;margin:0 auto 25px}
.consultation__gallery{display:grid;grid-template-columns:1.1fr .65fr 1.35fr 1.08fr .72fr;gap:32px;align-items:center;margin-top:-20px;transform:translateY(120px)}
.consultation__gallery figure{margin:0;overflow:hidden;background:#eee}
.consultation__gallery figure:nth-child(1){height:450px}
.consultation__gallery figure:nth-child(2){height:500px;transform:translateY(70px)}
.consultation__gallery figure:nth-child(3){height:580px;transform:translateY(115px)}
.consultation__gallery figure:nth-child(4){height:520px;transform:translateY(45px)}
.consultation__gallery figure:nth-child(5){height:440px}
.consultation__gallery img{width:100%;height:100%;object-fit:cover}
.consultation__gallery figure:nth-child(2) img{object-position:25% center}
.consultation__gallery figure:nth-child(4) img{object-position:75% center}
.manifesto{height:982px;overflow:hidden;padding-top:330px}
.manifesto__inner{text-align:center}
.manifesto h2{font-family:"Inter",Arial,sans-serif;font-size:44px;letter-spacing:-.04em;margin-bottom:110px}
.manifesto__cards{display:grid;grid-template-columns:repeat(3,446px);justify-content:space-between;text-align:left;gap:80px}
.manifesto-card{height:514px;padding:38px;background:var(--ivory);clip-path:polygon(0 0,90% 0,100% 10%,100% 100%,0 100%)}
.manifesto-card--brown{background:var(--brown);color:#fff}
.manifesto-card--dark{background:#111;color:#fff}
.manifesto-card h3{font-size:24px;border-bottom:1px solid currentColor;padding-bottom:20px}
.manifesto-card p{font-size:14px;line-height:1.5}

/* PROJECTS PAGE */
.projects-main{padding-top:0;background:#fff}
.projects-intro{padding:31px 0 24px}
.breadcrumb{display:flex;align-items:center;gap:8px;color:#aeaeae;font-size:14px;margin-bottom:18px}
.breadcrumb img{width:16px;height:16px}
.projects-title{font-size:58px;margin:0 0 48px}
.project-status-tabs{display:inline-flex;border:1px solid #e2e2e2;padding:4px;margin-bottom:30px}
.project-status-tabs button{border:0;background:#fff;padding:18px 28px;font-size:16px;font-weight:500;line-height:1.14}
.project-status-tabs button.is-active{background:#f0f0f0}
.projects-filters{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:25px;margin-bottom:24px}
.filter-label{display:flex;align-items:center;gap:24px;font-size:16px;font-weight:500;height:56px}
.filter-label:after{content:"";width:1px;height:56px;background:#ddd}
.category-filters{display:flex;gap:8px;align-items:stretch;min-width:0}
.category-filters button{min-height:56px;border:1px solid #e4e4e4;background:#fff;padding:11px 18px;font-size:14px;font-weight:500;text-align:left;line-height:1.18}
.category-filters button.is-active{background:#f0f0f0}
.year-filter{display:flex;align-items:center;gap:24px;height:56px}
.year-filter:before{content:"";width:1px;height:56px;background:#ddd}
.year-filter label{font-size:16px;font-weight:500}
.year-select-wrap{position:relative}
.year-select-wrap select{appearance:none;height:56px;border:1px solid #e4e4e4;background:#fff;padding:0 50px 0 18px;font-size:14px;color:#111}
.year-select-wrap img{position:absolute;right:18px;top:50%;width:14px;height:14px;transform:translateY(-50%);pointer-events:none}
.projects-gallery{--gap:14px;--tile:calc((100vw - 70px)/4);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(6,var(--tile));gap:var(--gap);padding:0 14px 14px;border-top:1px solid #ddd}
.gallery-item{position:relative;overflow:hidden;background:#ddd}
.gallery-item img{width:100%;height:100%;object-fit:cover;transition:transform .55s ease}
.gallery-item:hover img{transform:scale(1.02)}
.gallery-item.is-hidden{display:none}
.gallery-item:nth-child(1){grid-column:1/3;grid-row:1}
.gallery-item:nth-child(2){grid-column:3/5;grid-row:1}
.gallery-item:nth-child(3){grid-column:1/4;grid-row:2/4}
.gallery-item:nth-child(4){grid-column:4;grid-row:2}
.gallery-item:nth-child(5){grid-column:4;grid-row:3}
.gallery-item:nth-child(6){grid-column:1/3;grid-row:4}
.gallery-item:nth-child(7){grid-column:3/5;grid-row:4}
.gallery-item:nth-child(8){grid-column:1;grid-row:5}
.gallery-item:nth-child(9){grid-column:1;grid-row:6}
.gallery-item:nth-child(10){grid-column:2/5;grid-row:5/7}
.gallery-item__overlay{position:absolute;inset:auto 0 0;padding:35px;color:#fff;background:linear-gradient(transparent,rgba(0,0,0,.7));opacity:0;transition:.3s ease}
.gallery-item:hover .gallery-item__overlay{opacity:1}
.gallery-item__overlay strong{font-size:24px;font-weight:500}

/* FOOTER */
.site-footer{background:var(--brown);color:#fff;padding:120px 0 40px;min-height:744px}
.footer__main{text-align:center}
.footer__logo{width:156px;height:204px;object-fit:contain;margin:0 auto 25px}
.footer__main address{font-style:normal;color:#cac9c4;font-family:"Inter",Arial,sans-serif;font-size:14px;line-height:1.5}
.socials{display:flex;justify-content:center;margin-top:30px}
.socials a{width:48px;height:29px;border-right:1px solid rgba(255,255,255,.08);display:grid;place-items:center;font-size:12px}
.socials img{width:100%;height:100%;object-fit:contain}
.footer__bottom{position:relative;margin-top:100px;border-top:1px solid rgba(255,255,255,.13)}
.footer__bottom nav{display:flex;gap:38px;padding:38px 0;font-size:13px;flex-wrap:wrap}
.footer__legal{border-top:1px solid rgba(255,255,255,.08);padding-top:28px;color:#ac9a8f;font-size:13px;display:flex;justify-content:space-between}
.back-to-top{position:absolute;right:0;top:-104px;width:103px;height:103px;border:1px solid rgba(255,255,255,.12);display:grid;place-items:center;font-size:38px}
body.menu-open{overflow:hidden}

@media(max-width:1450px){
  .desktop-nav{gap:16px;font-size:11px}
  .site-header--light .desktop-nav{font-size:12px}
  .site-header--light .brand{width:200px}
  .category-filters{overflow-x:auto;padding-bottom:4px}
  .category-filters button{white-space:nowrap}
}
@media(max-width:1200px){
  :root{--gutter:40px}
  .desktop-nav{display:none}
  .header-cta{right:90px}
  .menu-toggle{display:block}
  .site-header.menu-active .desktop-nav{display:flex;position:fixed;inset:0;transform:none;background:var(--brown);color:#fff;flex-direction:column;align-items:center;justify-content:center;gap:28px;font-size:22px;z-index:30}
  .site-header.menu-active .header-cta{display:none}
  .featured-project__grid{gap:60px}
  .project-tabs{overflow-x:auto;grid-template-columns:repeat(6,240px)}
  .stats__grid{grid-template-columns:repeat(2,1fr)}
  .stats__grid article:nth-child(2n){border-right:0}
  .client-logos__inner{grid-template-columns:repeat(4,1fr)}.client-logos{height:312px}
  .sectors__grid{grid-template-columns:repeat(2,1fr)}
  .why-us__layout{grid-template-columns:1fr;gap:50px}.why-us__lead{position:static}
  .experience__panel{width:62%}
  .manifesto__cards{grid-template-columns:repeat(3,1fr);gap:30px}
  .projects-filters{grid-template-columns:1fr;gap:15px}
  .filter-label:after,.year-filter:before{display:none}
  .year-filter{justify-content:flex-start}
}
@media(max-width:768px){
  :root{--gutter:20px}
  .section{padding:72px 0}
  .site-header{height:88px}.brand{left:20px;top:15px;width:70px;height:70px}.header-cta{display:none}.menu-toggle{right:12px;top:16px}
  .site-header--light{height:82px}.site-header--light .brand{left:16px;top:15px;width:190px;height:50px}.site-header--light .menu-toggle{display:block}
  .hero{min-height:760px}.hero__content{padding-bottom:120px}.hero h1{font-size:44px}.hero p{font-size:16px}.hero__actions{align-items:flex-start;flex-direction:column;gap:28px}.hero__line{bottom:70px}
  .eyebrow{margin-bottom:50px}
  .intro{min-height:auto}.intro__grid{grid-template-columns:1fr;gap:35px}.intro__copy{padding-bottom:130px}
  .featured-project{height:870px;padding-bottom:84px}.featured-project__content{padding-bottom:110px}.featured-project__grid{grid-template-columns:1fr;gap:20px}.featured-project h2{font-size:36px}.featured-project__copy p{font-size:15px;margin-top:20px}
  .stats__grid{grid-template-columns:1fr}.stats__grid article{border-right:0;min-height:210px;padding:35px 15px}.stats__grid strong{font-size:34px}
  .client-logos{height:auto}.client-logos__inner{grid-template-columns:repeat(2,1fr)}.client-logos img{height:112px}
  .sectors{padding:72px 0;min-height:auto}.sectors__grid{grid-template-columns:1fr}.sector-card{min-height:210px}.sector-card.is-active strong{font-size:28px}
  .reason{grid-template-columns:1fr;gap:18px}
  .experience{min-height:980px;padding:72px 0}.experience h2{font-size:34px}.experience__panel{width:100%;margin-top:240px;padding:45px 30px}
  .consultation{padding-top:70px}.consultation h2{font-size:43px}.consultation__gallery{grid-template-columns:repeat(5,62vw);gap:15px;overflow-x:auto;transform:translateY(65px);padding-bottom:20px}.consultation__gallery figure{height:420px!important;transform:none!important}
  .manifesto{height:auto;overflow:visible;padding-top:150px;padding-bottom:70px}.manifesto h2{font-size:31px;margin-bottom:60px}.manifesto__cards{grid-template-columns:1fr}.manifesto-card{height:auto;min-height:360px}
  .projects-intro{padding-top:36px}.projects-title{font-size:40px;margin-bottom:35px}.project-status-tabs{display:flex;overflow-x:auto;max-width:100%}.project-status-tabs button{white-space:nowrap;padding:14px 20px}
  .category-filters{overflow-x:auto}.category-filters button{min-height:50px;font-size:12px}.filter-label{height:auto}.year-filter{height:auto;flex-wrap:wrap}.year-filter label{width:100%}
  .projects-gallery{display:flex;flex-direction:column;padding:0 10px 10px;gap:10px}.gallery-item{height:62vw;min-height:250px}.gallery-item:nth-child(n){grid-column:auto;grid-row:auto}.gallery-item:nth-child(3),.gallery-item:nth-child(10){height:110vw;max-height:700px}
  .site-footer{padding-top:80px}.footer__bottom{margin-top:70px}.footer__bottom nav{gap:20px;flex-direction:column}.footer__legal{flex-direction:column;gap:15px}.back-to-top{width:70px;height:70px;top:-85px}
}

/* SINGLE ARCHITECTURAL PROJECT — OTTONE */
.site-header--overlay{height:94px;background:rgba(0,0,0,.25);backdrop-filter:blur(22px)}
.site-header--overlay .brand--wide{left:24px;top:15px;width:245px;height:63px}
.site-header--overlay .brand--wide img{width:100%;height:100%;object-fit:contain;object-position:left center;filter:brightness(0) invert(1)}
.site-header--overlay .header-cta{top:13px;right:24px;color:#111;background:#fff}
.project-detail{background:#fff}
.project-detail__hero{height:802px;position:relative;color:#fff;overflow:hidden}
.project-detail__hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 48%}
.project-detail__hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.52),rgba(0,0,0,.08) 60%),rgba(0,0,0,.25)}
.project-detail__hero-content{height:100%;position:relative;display:grid;grid-template-columns:1fr 1fr;gap:150px;align-items:center;padding-top:70px}
.project-detail__hero h1{font-size:clamp(48px,3.75vw,72px);line-height:1.3;letter-spacing:-.045em;margin:0;max-width:760px}
.project-detail__hero-copy{font-size:18px;line-height:1.45;max-width:560px;margin-left:auto}
.project-detail__hero-copy p:last-child{margin-bottom:0}
.project-lead{padding-top:100px;padding-bottom:100px}
.project-lead .eyebrow{margin-bottom:46px}
.project-two-column{display:grid;grid-template-columns:minmax(0,592px) minmax(0,647px);justify-content:space-between;gap:100px;align-items:start}
.project-two-column h2{font-size:44px;margin:0;max-width:592px}
.project-rich-copy{font-size:14px;line-height:1.35}
.project-rich-copy p{margin-bottom:18px}
.project-rich-copy strong{font-weight:700}
.project-overview{position:relative;background:var(--brown);color:#fff;padding-bottom:0}
.project-overview__image{height:517px;margin:0 14px;overflow:hidden}
.project-overview__image img{width:100%;height:100%;object-fit:cover;object-position:center 50%}
.project-overview__panel{min-height:454px;padding:104px 0 78px;background:var(--brown)}
.project-overview__grid{display:grid;grid-template-columns:642px 1fr;gap:170px}
.project-overview .eyebrow{margin-bottom:5px;padding-bottom:22px}
.project-overview article>p{max-width:430px;font-size:14px;line-height:1.35;margin-top:0}
.project-facts{margin:0;display:grid;gap:9px;font-size:14px}
.project-facts div{display:grid;grid-template-columns:180px 1fr;gap:42px}
.project-facts dt{font-weight:300;color:rgba(255,255,255,.78)}
.project-facts dd{margin:0;font-weight:600}
.project-story{padding-top:112px;padding-bottom:92px}
.project-story--compact{padding-top:68px}
.project-story .project-two-column{margin-bottom:50px}
.project-slider{position:relative}
.project-slider__track{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.project-slider__track figure{height:432px;margin:0;overflow:hidden;background:#eee}
.project-slider__track img{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}
.project-slider__controls{display:flex;align-items:center;justify-content:flex-end;gap:0;margin-top:32px}
.project-slider__controls button{width:54px;height:54px;border:0;display:grid;place-items:center;background:#fff}
.project-slider__controls button:last-child{background:#000}
.project-slider__controls button img{width:17px;height:17px;object-fit:contain}
.project-slider__count{font-size:12px;margin-right:auto;letter-spacing:.06em;color:#777}
.project-result{padding-top:64px;padding-bottom:120px}
.project-result__intro{text-align:center;max-width:647px;margin:0 auto 60px}
.project-result__intro h2{font-size:44px;margin-bottom:25px}
.project-result__intro p{font-size:14px;line-height:1.35}
.project-result__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.project-result__grid figure{height:321px;margin:0;overflow:hidden;background:#eee}
.project-result__grid img{width:100%;height:100%;object-fit:cover}
.project-testimonial{padding:120px 0}
.project-testimonial__card{min-height:610px;background:#fff;display:grid;grid-template-columns:40% 60%;align-items:stretch;padding:60px}
.project-testimonial__portrait{position:relative;background:#d7d7d7;clip-path:polygon(0 0,100% 0,100% 72%,72% 100%,0 100%)}
.project-testimonial__portrait span{position:absolute;right:0;bottom:0;width:28%;height:28%;background:#fff}
.project-testimonial__content{padding:25px 70px 20px}
.mini-label{display:flex;align-items:center;gap:12px;font-size:14px;margin-bottom:38px}
.mini-label span{width:8px;height:8px;background:var(--red)}
.project-testimonial__content h2{font-size:44px;margin-bottom:36px}
.project-testimonial__content p{font-size:14px;line-height:1.4;max-width:610px;margin-bottom:35px}
.project-testimonial__content strong,.project-testimonial__content small{display:block;font-size:14px}
.project-testimonial__content small{font-weight:400;margin-top:3px}
.project-contact{height:616px;background:var(--brown);color:#fff;display:grid;grid-template-columns:50% 50%;overflow:hidden}
.project-contact__portrait{position:relative;overflow:hidden}
.project-contact__portrait img{width:100%;height:100%;object-fit:cover;object-position:center 28%;filter:grayscale(1)}
.project-contact__content{padding:76px 11% 0 9%;position:relative}
.project-contact__content h2{font-size:58px;margin-bottom:34px}
.project-contact__content>p{font-size:14px;line-height:1.4;max-width:540px}
.project-contact__person{position:absolute;left:0;right:0;bottom:0;min-height:221px;background:#3a291e;padding:64px 14%;display:grid;grid-template-columns:1fr 1fr;gap:70px}
.project-contact__person strong,.project-contact__person span,.project-contact__person small,.project-contact__person a{display:block}
.project-contact__person strong{font-size:24px;margin-bottom:5px}
.project-contact__person span,.project-contact__person a{font-size:14px}
.project-contact__person small{text-transform:uppercase;font-size:12px;font-weight:600;margin-bottom:22px;padding-left:18px;position:relative}
.project-contact__person small:before{content:"";position:absolute;left:0;top:3px;width:8px;height:8px;background:var(--red)}
.related-projects{padding-top:120px;padding-bottom:120px}
.related-projects .eyebrow{margin-bottom:38px}
.related-projects h2{font-size:44px;margin-bottom:52px}
.related-projects__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.related-card{height:634px;position:relative;overflow:hidden;background:#eee;display:block}
.related-card>img{width:100%;height:100%;object-fit:cover}
.related-card>h3{position:absolute;left:14px;right:14px;bottom:14px;margin:0;padding:26px 34px;background:#fff;font-size:24px;font-weight:400;letter-spacing:-.02em}
.related-card--featured .related-card__panel{position:absolute;left:14px;right:14px;bottom:14px;min-height:361px;background:#fff;padding:32px 34px;clip-path:polygon(0 0,100% 0,100% 85%,88% 100%,0 100%)}
.related-card__panel h3{font-size:24px;font-weight:400;margin-bottom:20px;padding-bottom:18px;border-bottom:1px solid #d8d8d8}
.related-card__panel p{font-size:18px;line-height:1.42;margin-bottom:40px}
.related-card__panel .button{min-height:58px;font-size:12px;padding-inline:24px}

@media(max-width:1450px){
  .project-detail__hero-content{gap:70px}
  .project-overview__grid{grid-template-columns:1fr 1fr;gap:90px}
  .project-testimonial__content{padding-inline:45px}
}
@media(max-width:1200px){
  .site-header--overlay .brand--wide{width:210px}
  .project-detail__hero-content{grid-template-columns:1fr;gap:30px;align-content:center}
  .project-detail__hero-copy{margin-left:0;max-width:700px}
  .project-two-column{grid-template-columns:1fr 1fr;gap:60px}
  .project-overview__grid{gap:55px}
  .project-slider__track figure{height:33vw;min-height:300px}
  .project-result__grid{grid-template-columns:repeat(2,1fr)}
  .project-testimonial__card{grid-template-columns:38% 62%;padding:40px}
  .project-testimonial__content h2{font-size:34px}
  .project-contact__content{padding-left:7%;padding-right:7%}
  .project-contact__content h2{font-size:46px}
  .project-contact__person{padding-inline:8%}
  .related-projects__grid{gap:18px}
}
@media(max-width:768px){
  .site-header--overlay{height:88px}
  .site-header--overlay .brand--wide{left:16px;top:14px;width:190px;height:56px}
  .project-detail__hero{height:auto;min-height:760px}
  .project-detail__hero-image{object-position:60% center}
  .project-detail__hero-content{padding-top:130px;padding-bottom:60px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}
  .project-detail__hero h1{font-size:42px;line-height:1.18}
  .project-detail__hero-copy{font-size:15px}
  .project-lead{padding-top:70px;padding-bottom:70px}
  .project-two-column{grid-template-columns:1fr;gap:30px}
  .project-two-column h2{font-size:34px}
  .project-overview__image{height:72vw;min-height:330px;margin-inline:10px}
  .project-overview__panel{padding:65px 0}
  .project-overview__grid{grid-template-columns:1fr;gap:50px}
  .project-facts div{grid-template-columns:130px 1fr;gap:20px}
  .project-story{padding:70px 0 45px}
  .project-slider__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:10px;padding-bottom:10px}
  .project-slider__track figure{width:82vw;min-width:82vw;height:66vw;min-height:280px;scroll-snap-align:start}
  .project-slider__controls{margin-top:10px}
  .project-result{padding-top:50px;padding-bottom:70px}
  .project-result__intro h2{font-size:36px}
  .project-result__grid{grid-template-columns:1fr 1fr;gap:8px}
  .project-result__grid figure{height:42vw;min-height:150px}
  .project-testimonial{padding:70px 0}
  .project-testimonial__card{display:block;padding:20px}
  .project-testimonial__portrait{height:300px;margin-bottom:35px}
  .project-testimonial__content{padding:0 5px 20px}
  .project-testimonial__content h2{font-size:31px}
  .project-contact{height:auto;display:block}
  .project-contact__portrait{height:440px}
  .project-contact__content{padding:55px 20px 0}
  .project-contact__content h2{font-size:42px}
  .project-contact__person{position:relative;margin:55px -20px 0;padding:45px 20px;grid-template-columns:1fr;gap:35px}
  .related-projects{padding:70px 0}
  .related-projects h2{font-size:34px}
  .related-projects__grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:10px}
  .related-card{width:84vw;min-width:84vw;height:540px;scroll-snap-align:start}
  .related-card--featured .related-card__panel{min-height:330px}
}

/* OFFER PAGE */
.offer-main{background:#fff}
.offer-page .site-header--overlay .desktop-nav a.is-current{opacity:1;font-weight:600}
.offer-hero{height:802px;position:relative;overflow:hidden;color:#fff}
.offer-hero__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.offer-hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55),rgba(0,0,0,.12) 66%),linear-gradient(0deg,rgba(0,0,0,.25),rgba(0,0,0,.05))}
.offer-hero__content{position:relative;height:100%;padding-top:235px}
.breadcrumb--light{color:rgba(255,255,255,.65)}
.offer-hero__grid{display:grid;grid-template-columns:1.35fr .65fr;gap:150px;align-items:end;margin-top:22px}
.offer-hero h1{font-size:clamp(52px,3.75vw,72px);line-height:1.3;max-width:900px;margin:0;letter-spacing:-.045em}
.offer-hero__grid p{font-size:18px;line-height:1.45;max-width:420px;margin:0 0 15px auto}
.offer-jump{height:193px;display:grid;grid-template-columns:repeat(3,529px);justify-content:center;background:#fff}
.offer-jump a{position:relative;border:1px solid #dbdbdb;border-top:0;padding:62px;display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;align-content:center;gap:18px 20px}
.offer-jump a:first-child:before,.offer-jump a:first-child:after{content:"";position:absolute;top:0;bottom:0;width:167px;background:#f9f9f9;border:1px solid #dbdbdb}
.offer-jump a:first-child:before{right:100%}.offer-jump a:first-child:after{left:calc(100% + 1058px)}
.offer-jump span{grid-column:1/3;color:#d0d0d0;font-size:24px}
.offer-jump strong{font-size:24px;font-weight:500;letter-spacing:-.03em}
.offer-jump b{font-size:22px;font-weight:400}
.offer-first{padding-top:120px;padding-bottom:120px}
.offer-first .eyebrow{margin-bottom:70px}
.offer-first__heading h2{font-size:44px;max-width:510px;margin-bottom:62px}
.offer-first__heading em,.offer-process__lead em{font-style:normal;color:#868686}
.offer-first__copy{display:grid;grid-template-columns:1fr 1fr;gap:150px;font-size:18px;line-height:1.52}
.offer-first__copy article{max-width:675px}
.offer-first__copy p{margin-bottom:20px}
.offer-first__copy strong{font-weight:600}
.offer-sectors{height:968px;position:relative;overflow:hidden;color:#fff;padding-top:120px}
.offer-sectors__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.offer-sectors__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,22,65,.55),rgba(0,0,0,.78)),rgba(0,17,62,.38)}
.offer-sectors__content{position:relative}
.offer-sectors .eyebrow{margin-bottom:70px}
.offer-sectors h2{font-size:44px;max-width:550px;margin-bottom:62px}
.offer-sector-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;height:448px}
.offer-sector-card{border:0;border-left:1px solid rgba(255,255,255,.4);border-right:1px solid rgba(255,255,255,.4);background:transparent;color:#fff;text-align:left;padding:48px 46px;display:flex;flex-direction:column;justify-content:space-between;min-width:0;transition:background .25s,color .25s,flex .25s}
.offer-sector-card strong{font-size:24px;line-height:1.13;font-weight:500;letter-spacing:-.035em}
.offer-sector-card>div{display:none;font-size:14px;line-height:1.35}
.offer-sector-card b{display:block;font-weight:600;margin-bottom:18px}
.offer-sector-card p{margin-bottom:35px}
.offer-sector-card a{display:inline-flex;align-items:center;gap:10px;font-weight:700}
.offer-sector-card.is-active{background:var(--ivory);color:#191919}
.offer-sector-card.is-active strong{font-size:34px;max-width:485px}
.offer-sector-card.is-active>div{display:block}
.offer-process{padding-top:120px;padding-bottom:120px}
.offer-process .eyebrow{margin-bottom:65px}
.offer-process__layout{display:grid;grid-template-columns:1fr 1.38fr;gap:150px;align-items:start}
.offer-process__lead{position:sticky;top:80px}
.offer-process__lead h2{font-size:44px;max-width:500px}
.offer-timeline{position:relative;padding-left:48px}
.offer-timeline:before{content:"";position:absolute;left:0;top:0;bottom:0;width:1px;background:#ddd}
.offer-step{display:grid;grid-template-columns:42px 1fr;gap:18px;padding-bottom:66px;position:relative}
.offer-step:last-child{padding-bottom:0}
.offer-step:before{content:"";position:absolute;left:-53px;top:17px;width:10px;height:10px;background:#fff;border:2px solid var(--red);border-radius:50%}
.offer-step img{width:42px;height:42px;object-fit:contain}
.offer-step span{display:block;color:var(--red);font-size:14px;font-weight:600;text-transform:uppercase;margin-bottom:18px}
.offer-step h3{font-size:24px;margin:0 0 28px;font-weight:500}
.offer-step p{font-size:14px;line-height:1.45;margin:0;color:#191919}
.offer-faq{background:#fafafa;padding-top:120px;padding-bottom:120px}
.offer-faq .eyebrow{margin-bottom:65px}
.offer-faq__layout{display:grid;grid-template-columns:430px 1fr;gap:100px}
.offer-faq__lead{display:flex;flex-direction:column;min-height:680px}
.offer-faq__lead h2{font-size:44px;max-width:470px}
.offer-faq__contact{margin-top:auto;max-width:372px;font-size:14px;line-height:1.45}
.offer-faq__contact strong{display:block;margin-bottom:10px}
.offer-faq__contact p{margin-bottom:25px}
.offer-faq__contact .button{min-height:58px;padding-inline:28px}
.faq-list{border-top:1px solid #eaeaea}
.faq-item{border-bottom:1px solid #eaeaea}
.faq-item button{width:100%;border:0;background:transparent;padding:22px 14px;display:grid;grid-template-columns:90px 1fr 22px;gap:15px;text-align:left;align-items:start;color:#111}
.faq-item button span{color:#cdcdcd}
.faq-item button strong{font-size:14px;font-weight:600;line-height:1.3}
.faq-item button b{font-size:18px;font-weight:400;text-align:right}
.faq-item.is-open{background:#f8f8f8}
.faq-answer{display:none;padding:0 50px 24px 119px;font-size:14px;line-height:1.45;max-width:720px}
.faq-answer p{margin:0}
.faq-item.is-open .faq-answer{display:block}
.offer-consultation{padding-top:112px;overflow:hidden;background:#fff}
.offer-consultation__head{text-align:center;position:relative;z-index:2}
.offer-consultation h2{font-size:clamp(54px,4.4vw,84px);line-height:1.14;font-weight:400;margin-bottom:36px}
.offer-consultation h2 em{font-style:italic;font-weight:500}
.offer-consultation__head>p{font-size:18px;max-width:710px;margin:0 auto 40px}
.offer-consultation__head .button{font-size:15px;max-width:500px}
.offer-consultation__gallery{height:590px;display:grid;grid-template-columns:1.05fr .62fr 1.28fr 1.05fr .62fr;gap:24px;align-items:end;margin-top:-12px;transform:translateY(80px)}
.offer-consultation__gallery figure{margin:0;overflow:hidden;background:#eee}
.offer-consultation__gallery figure:nth-child(1){height:440px}
.offer-consultation__gallery figure:nth-child(2){height:500px;transform:translateY(55px)}
.offer-consultation__gallery figure:nth-child(3){height:565px;transform:translateY(105px)}
.offer-consultation__gallery figure:nth-child(4){height:505px;transform:translateY(35px)}
.offer-consultation__gallery figure:nth-child(5){height:430px}
.offer-consultation__gallery img{width:100%;height:100%;object-fit:cover}
.offer-consultation__gallery figure:nth-child(1) img{object-position:68% center}
.offer-consultation__gallery figure:nth-child(2) img{object-position:22% center}
.offer-consultation__gallery figure:nth-child(4) img{object-position:center}
.offer-page .site-footer{position:relative;z-index:3}

@media(max-width:1450px){
  .offer-hero__grid{gap:80px}
  .offer-jump{grid-template-columns:repeat(3,1fr);padding-inline:var(--gutter)}
  .offer-jump a:first-child:before,.offer-jump a:first-child:after{display:none}
  .offer-first__copy{gap:80px}
  .offer-process__layout{gap:80px}
  .offer-faq__layout{grid-template-columns:360px 1fr;gap:65px}
}
@media(max-width:1200px){
  .offer-hero__grid{grid-template-columns:1fr;gap:30px}
  .offer-hero__grid p{margin-left:0;max-width:650px}
  .offer-jump{height:170px}
  .offer-jump a{padding:42px 28px}
  .offer-first__copy{gap:45px}
  .offer-sector-grid{grid-template-columns:repeat(2,1fr);height:auto}
  .offer-sector-card{min-height:260px}
  .offer-sectors{height:auto;min-height:1050px;padding-bottom:120px}
  .offer-process__layout{grid-template-columns:1fr 1.4fr;gap:55px}
  .offer-faq__layout{grid-template-columns:1fr;gap:55px}
  .offer-faq__lead{min-height:auto}
  .offer-faq__contact{margin-top:45px}
}
@media(max-width:768px){
  .offer-hero{height:auto;min-height:760px}
  .offer-hero__image{object-position:52% center}
  .offer-hero__content{padding-top:160px;padding-bottom:70px;display:flex;flex-direction:column;justify-content:flex-end}
  .offer-hero h1{font-size:43px;line-height:1.16}
  .offer-hero__grid p{font-size:15px}
  .offer-jump{height:auto;display:block;padding:0 20px}
  .offer-jump a{height:125px;padding:30px 25px;border-top:0}
  .offer-jump span{font-size:18px}.offer-jump strong{font-size:21px}
  .offer-first{padding-top:70px;padding-bottom:70px}
  .offer-first__heading h2{font-size:35px;margin-bottom:40px}
  .offer-first__copy{grid-template-columns:1fr;gap:25px;font-size:15px}
  .offer-sectors{padding-top:70px;padding-bottom:70px;min-height:auto}
  .offer-sectors h2{font-size:35px;margin-bottom:40px}
  .offer-sector-grid{grid-template-columns:1fr}
  .offer-sector-card{min-height:210px;padding:35px 28px}
  .offer-sector-card.is-active{min-height:390px}
  .offer-sector-card.is-active strong{font-size:28px}
  .offer-process{padding-top:70px;padding-bottom:70px}
  .offer-process__layout{grid-template-columns:1fr;gap:45px}
  .offer-process__lead{position:static}
  .offer-process__lead h2{font-size:35px}
  .offer-timeline{padding-left:34px}
  .offer-step{grid-template-columns:38px 1fr;gap:14px;padding-bottom:52px}
  .offer-step:before{left:-39px}
  .offer-step img{width:38px;height:38px}
  .offer-step h3{font-size:21px;margin-bottom:18px}
  .offer-faq{padding-top:70px;padding-bottom:70px}
  .offer-faq__lead h2{font-size:35px}
  .faq-item button{grid-template-columns:38px 1fr 20px;padding:20px 8px}
  .faq-answer{padding:0 35px 22px 61px}
  .offer-consultation{padding-top:70px}
  .offer-consultation h2{font-size:42px}
  .offer-consultation__head>p{font-size:15px}
  .offer-consultation__head .button{min-height:72px;padding:15px 24px}
  .offer-consultation__gallery{height:500px;grid-template-columns:repeat(5,65vw);gap:12px;overflow-x:auto;align-items:center;transform:translateY(50px);padding-bottom:10px}
  .offer-consultation__gallery figure{height:400px!important;transform:none!important}
}


/* Shared navigation and brand corrections — v6 */
.brand.brand--wide{left:24px;top:15px;width:245px;height:63px}
.brand.brand--wide img{width:100%;height:100%;object-fit:contain;object-position:left center}
.site-header:not(.site-header--light) .brand.brand--wide img{filter:brightness(0) invert(1)}
.site-header--light .brand.brand--wide img{filter:none}
.socials img{width:16px;height:16px;object-fit:contain}
.socials a[aria-label="LinkedIn"] img{width:15px;height:15px}
@media (max-width:1200px){
  .site-header .brand.brand--wide{width:210px;height:54px;left:20px;top:17px}
}
@media (max-width:720px){
  .site-header .brand.brand--wide,
  .site-header--light .brand.brand--wide,
  .site-header--overlay .brand.brand--wide{left:16px;top:14px;width:190px;height:56px}
}
@media (max-width:390px){
  .site-header .brand.brand--wide,
  .site-header--light .brand.brand--wide,
  .site-header--overlay .brand.brand--wide{width:168px;height:52px}
}


/* ABOUT PAGE — node 1:6976 */
.about-page .site-header--light .desktop-nav a.is-current{font-weight:600}
.about-main{background:#fff}
.about-hero{height:1045px;position:relative;overflow:hidden;background:#fff}
.about-hero__image{position:absolute;left:14px;right:14px;top:12px;width:calc(100% - 28px);height:939px;object-fit:cover;object-position:center top}
.about-hero__content{height:100%;position:relative;padding-top:28px}
.about-hero .breadcrumb{color:#111;margin-bottom:28px}
.about-hero h1{font-size:clamp(52px,3.75vw,72px);line-height:1.3;max-width:800px;margin:0;position:relative;z-index:2;text-transform:uppercase}
.about-hero__lead{position:absolute;right:0;bottom:28px;width:min(620px,44%);display:grid;grid-template-columns:14px 1fr;gap:46px;align-items:start;font-size:18px;line-height:1.45}
.about-hero__lead i{display:block;width:14px;height:14px;background:var(--red);margin-top:6px}
.about-founder{padding-top:120px;padding-bottom:120px}
.about-founder .eyebrow{margin-bottom:48px}
.about-founder__grid{display:grid;grid-template-columns:minmax(0,777px) minmax(420px,649px);justify-content:space-between;gap:100px;align-items:start}
.about-founder h2{font-size:44px;max-width:600px;margin-bottom:82px}
.about-copy{font-size:18px;line-height:1.45}
.about-copy p{margin-bottom:22px}
.about-copy strong{font-weight:600}
.about-founder__portrait{margin:0;height:768px;overflow:hidden}
.about-founder__portrait img{width:100%;height:100%;object-fit:cover}
.about-generation{height:950px;position:relative;overflow:hidden;color:#fff}
.about-generation__image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.about-generation__shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(61,43,31,.94) 0,rgba(61,43,31,.84) 56%,rgba(61,43,31,0) 56%)}
.about-generation__content{position:relative;height:100%;padding-top:169px}
.about-generation .eyebrow{width:50%;margin-bottom:44px;border-color:rgba(255,255,255,.45)}
.about-generation h2{font-size:44px;max-width:680px;margin-bottom:72px}
.about-generation .about-copy{width:49%;max-width:777px;font-size:18px}
.about-copy--light{color:#fff}
.about-team{padding-top:180px;padding-bottom:175px}
.about-team .eyebrow{margin-bottom:48px}
.about-team h2{font-size:44px;margin-bottom:52px}
.about-team__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px 30px}
.about-team__grid figure{margin:0;height:426px;overflow:hidden;background:#eee}
.about-team__grid img{width:100%;height:100%;object-fit:cover}
.about-pillars{padding-top:148px;padding-bottom:148px}
.about-pillars .eyebrow{margin-bottom:44px}
.about-pillars h2{font-size:44px;text-transform:uppercase;margin-bottom:75px}
.about-pillars__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.about-pillars__grid article{min-height:290px;border-bottom:1px solid #cfcfcf;padding-bottom:35px}
.about-pillars__grid h3{font-size:24px;line-height:1.15;margin-bottom:28px;min-height:58px}
.about-pillars__grid p{font-size:14px;line-height:1.45;color:#262626;margin:0}
.about-numbers{background:var(--brown);color:#fff;padding-top:148px;padding-bottom:0}
.about-numbers .eyebrow{margin-bottom:42px}
.about-numbers h2{font-size:44px;margin-bottom:52px}
.about-numbers__grid{display:grid;grid-template-columns:repeat(4,1fr)}
.about-numbers__grid article{height:285px;padding:50px;border-right:1px solid #634d3f;border-bottom:1px solid #634d3f}
.about-numbers__grid article:nth-child(4n){border-right:0}
.about-numbers__grid article:nth-child(n+5){border-bottom:0}
.about-numbers__grid strong{display:block;font-size:44px;font-weight:500;letter-spacing:-.04em;margin-bottom:18px;white-space:nowrap}
.about-numbers__grid p{font-size:18px;line-height:1.38;max-width:295px;margin:0}
.about-clients{background:var(--brown)}
.about-clients__grid{display:grid;grid-template-columns:repeat(8,1fr)}
.about-clients__grid>div{height:158px;background:#fff;border:1px solid #d5d5d5;display:grid;place-items:center;padding:24px}
.about-clients img{width:100%;height:100%;object-fit:contain}
.about-cta{height:768px;position:relative;overflow:hidden;color:#fff}
.about-cta>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}
.about-cta__shade{position:absolute;inset:0;background:rgba(0,0,0,.48)}
.about-cta__content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.about-cta h2{font-size:clamp(48px,3.75vw,72px);line-height:1.3;max-width:1120px;margin-bottom:42px}
.about-cta .button{min-height:74px;padding-inline:42px;text-transform:uppercase;font-weight:500}

@media(max-width:1450px){
  .about-founder__grid{grid-template-columns:minmax(0,1.1fr) minmax(400px,.9fr);gap:70px}
  .about-founder__portrait{height:680px}
  .about-copy{font-size:16px}
  .about-team__grid{gap:20px}
  .about-team__grid figure{height:360px}
  .about-pillars__grid{gap:22px}
  .about-numbers__grid article{padding:38px}
  .about-numbers__grid strong{font-size:38px}
}
@media(max-width:1200px){
  .about-hero{height:900px}.about-hero__image{height:790px}.about-hero__lead{width:55%}
  .about-founder__grid{grid-template-columns:1fr 1fr;gap:50px}.about-founder h2{margin-bottom:50px}.about-founder__portrait{height:620px}
  .about-generation__shade{background:linear-gradient(90deg,rgba(61,43,31,.94),rgba(61,43,31,.82) 66%,rgba(61,43,31,.12))}.about-generation .eyebrow,.about-generation .about-copy{width:62%}
  .about-team__grid{grid-template-columns:repeat(2,1fr)}.about-team__grid figure{height:52vw;max-height:560px}
  .about-pillars__grid{grid-template-columns:repeat(2,1fr);gap:45px 30px}
  .about-numbers__grid{grid-template-columns:repeat(2,1fr)}.about-numbers__grid article:nth-child(2n){border-right:0}.about-numbers__grid article:nth-child(n+5){border-bottom:1px solid #634d3f}.about-numbers__grid article:nth-child(n+7){border-bottom:0}
  .about-clients__grid{grid-template-columns:repeat(4,1fr)}
}
@media(max-width:768px){
  .about-hero{height:760px}.about-hero__image{left:8px;right:8px;top:8px;width:calc(100% - 16px);height:610px;object-position:62% center}.about-hero__content{padding-top:22px}.about-hero h1{font-size:39px;line-height:1.18;max-width:95%}.about-hero__lead{left:20px;right:20px;bottom:26px;width:auto;grid-template-columns:10px 1fr;gap:18px;font-size:14px}.about-hero__lead i{width:10px;height:10px}
  .about-founder{padding-top:72px;padding-bottom:72px}.about-founder__grid{grid-template-columns:1fr}.about-founder h2{font-size:34px;margin-bottom:40px}.about-founder__portrait{height:115vw;max-height:690px;order:-1}.about-copy{font-size:15px}
  .about-generation{height:auto;min-height:900px}.about-generation__shade{background:rgba(61,43,31,.84)}.about-generation__content{padding-top:74px;padding-bottom:74px}.about-generation .eyebrow,.about-generation .about-copy{width:100%}.about-generation h2{font-size:35px;margin-bottom:42px}
  .about-team{padding-top:72px;padding-bottom:72px}.about-team h2{font-size:35px}.about-team__grid{grid-template-columns:repeat(2,1fr);gap:10px}.about-team__grid figure{height:62vw;max-height:none}
  .about-pillars{padding-top:72px;padding-bottom:72px}.about-pillars h2{font-size:35px}.about-pillars__grid{grid-template-columns:1fr;gap:35px}.about-pillars__grid article{min-height:auto}.about-pillars__grid h3{min-height:auto}
  .about-numbers{padding-top:72px}.about-numbers h2{font-size:35px}.about-numbers__grid{grid-template-columns:1fr}.about-numbers__grid article{height:auto;min-height:210px;border-right:0!important;border-bottom:1px solid #634d3f!important;padding:35px 24px}.about-numbers__grid article:last-child{border-bottom:0!important}.about-numbers__grid strong{font-size:35px;white-space:normal}.about-numbers__grid p{font-size:16px}
  .about-clients__grid{grid-template-columns:repeat(2,1fr)}.about-clients__grid>div{height:120px;padding:18px}
  .about-cta{height:620px}.about-cta h2{font-size:38px}.about-cta .button{min-height:64px;padding-inline:26px}
}

/* AWARDS PAGE */
.awards-main{background:#fff}
.awards-intro{height:198px;padding-top:27px;border-bottom:1px solid #ddd}
.awards-intro .breadcrumb{margin-bottom:7px;color:#111}
.awards-intro h1{font-size:58px;line-height:1.14;margin:0;font-weight:500;letter-spacing:-.035em}
.awards-gallery{--award-gap:14px;--award-tile:calc((100vw - 70px)/4);display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,var(--award-tile));gap:var(--award-gap);padding:14px;background:#fff}
.award-tile{position:relative;overflow:hidden;margin:0;background:#ddd}
.award-tile img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}
.award-tile:hover img{transform:scale(1.015)}
.award-tile:nth-child(1){grid-column:1;grid-row:1}
.award-tile:nth-child(2){grid-column:2;grid-row:1}
.award-tile:nth-child(3){grid-column:3/5;grid-row:1/3}
.award-tile:nth-child(4){grid-column:1;grid-row:2}
.award-tile:nth-child(5){grid-column:2;grid-row:2}
.award-tile:nth-child(6){grid-column:1/3;grid-row:3/5}
.award-tile:nth-child(7){grid-column:3;grid-row:3}
.award-tile:nth-child(8){grid-column:4;grid-row:3}
.award-tile:nth-child(9){grid-column:3;grid-row:4}
.award-tile:nth-child(10){grid-column:4;grid-row:4}
.award-tile__caption{position:absolute;left:14px;right:14px;bottom:14px;min-height:98px;padding:22px 24px;background:rgba(232,232,232,.96);display:flex;flex-direction:column;justify-content:center;color:#111}
.award-tile__caption span{font-size:12px;line-height:1.2;margin-bottom:10px}
.award-tile__caption strong{font-size:18px;line-height:1.25;font-weight:500;letter-spacing:-.02em}

@media(max-width:900px){
  .awards-intro{height:auto;padding:28px 0 42px}.awards-intro h1{font-size:48px}
  .awards-gallery{--award-tile:calc((100vw - 42px)/2);grid-template-columns:repeat(2,1fr);grid-template-rows:none;grid-auto-rows:var(--award-tile)}
  .award-tile:nth-child(n){grid-column:auto;grid-row:auto}
  .award-tile:nth-child(3),.award-tile:nth-child(6){grid-column:1/3;grid-row:span 2}
}
@media(max-width:560px){
  .awards-intro h1{font-size:40px}
  .awards-gallery{--award-tile:calc(100vw - 28px);grid-template-columns:1fr;grid-auto-rows:var(--award-tile)}
  .award-tile:nth-child(n){grid-column:1;grid-row:auto}
  .award-tile:nth-child(3),.award-tile:nth-child(6){grid-column:1;grid-row:span 1}
  .award-tile__caption{left:10px;right:10px;bottom:10px;min-height:88px;padding:18px 20px}
}

/* BLOG / AKTUALNOŚCI */
.blog-main{background:#fff}
.blog-intro{padding-top:20px;padding-bottom:65px}
.blog-intro .container{position:relative}
.blog-intro .breadcrumb{margin-bottom:2px;color:#111}
.blog-intro h1{text-align:center;font-size:58px;line-height:1.15;margin:0;font-weight:500;letter-spacing:-.04em}
.blog-list{width:min(1045px,calc(100% - 40px));margin:0 auto;padding:0 0 120px;display:flex;flex-direction:column;gap:48px}
.blog-card{height:451px;display:grid;grid-template-columns:506px minmax(0,539px);align-items:start;position:relative}
.blog-card__image{display:block;width:506px;height:451px;overflow:hidden;position:relative;z-index:2;background:#eee}
.blog-card__image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .45s ease}
.blog-card:hover .blog-card__image img{transform:scale(1.015)}
.blog-card__body{height:391px;margin-top:30px;border:1px solid #dadada;padding:62px 56px 43px 63px;display:flex;flex-direction:column;align-items:flex-start;position:relative;background:#fff}
.blog-card h2{font-size:24px;line-height:1.3;margin:0 0 14px;font-weight:500;letter-spacing:-.03em}
.blog-card__meta{font-size:12px;line-height:1.35;margin:0 0 20px;display:flex;gap:11px;align-items:center}
.blog-card__body>p:not(.blog-card__meta){font-size:14px;line-height:1.3;margin:0;max-width:407px}
.blog-card__more{margin-top:auto;align-self:flex-end;display:inline-flex;align-items:center;gap:10px;font-size:14px;font-weight:700}
.blog-card__more span{font-size:15px;font-weight:400;line-height:1}
.blog-card--reverse{grid-template-columns:minmax(0,539px) 506px}
.blog-card--reverse .blog-card__image{grid-column:2;grid-row:1}
.blog-card--reverse .blog-card__body{grid-column:1;grid-row:1;padding-left:63px;padding-right:56px}
.blog-page .desktop-nav a.is-current{font-weight:600}

@media(max-width:1100px){
  .blog-list{width:min(900px,calc(100% - 60px))}
  .blog-card,.blog-card--reverse{height:auto;grid-template-columns:1fr 1fr}
  .blog-card__image{width:100%;height:43vw;max-height:430px}
  .blog-card__body{height:calc(43vw - 30px);max-height:400px;min-height:340px;padding:48px 42px 35px}
}
@media(max-width:768px){
  .blog-intro{padding-top:28px;padding-bottom:46px}.blog-intro h1{text-align:left;font-size:40px;margin-top:14px}
  .blog-list{width:calc(100% - 40px);padding-bottom:72px;gap:42px}
  .blog-card,.blog-card--reverse{display:flex;flex-direction:column;height:auto}
  .blog-card__image,.blog-card--reverse .blog-card__image{order:1;width:100%;height:76vw;max-height:520px}
  .blog-card__body,.blog-card--reverse .blog-card__body{order:2;width:100%;height:auto;min-height:330px;max-height:none;margin-top:0;padding:34px 28px 28px}
  .blog-card h2{font-size:22px}.blog-card__body>p:not(.blog-card__meta){font-size:13px}.blog-card__more{margin-top:38px}
}
