@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');
:root{--bg:#141613;--fg:#f5f5ef;--muted:#a9afa4;--accent:#d4ef83;--line:#343a31;--font:'DM Sans',Arial,sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:32px}
body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--font);font-size:16px;line-height:1.6}
a{color:inherit;text-decoration:none}
.arrow-icon{width:1em;height:1em;display:inline-block;vertical-align:-.12em;flex-shrink:0}
a,button{-webkit-tap-highlight-color:transparent}
a:focus-visible{outline:2px solid var(--accent);outline-offset:7px}
::selection{background:var(--accent);color:var(--bg)}
.wrap{width:min(1320px,calc(100% - 112px));margin:auto}
.header{min-height:124px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding-block:20px;border-bottom:1px solid var(--line)}
.brand{display:flex;flex-direction:column;align-items:center;width:164px;flex-shrink:0;line-height:1;color:var(--fg)}
.brand-mountain{width:90px;height:33px;margin-bottom:6px}
.brand-name{font-family:'Manrope',Arial,sans-serif;font-weight:800;font-size:26px;letter-spacing:.26em;padding-left:.26em;line-height:1.2}
.brand-descriptor{font-family:var(--font);font-size:8px;font-weight:650;letter-spacing:.18em;padding-left:.18em;line-height:1.5;margin-top:4px}
.header nav{display:flex;gap:38px;font-size:14px}
.header nav a:hover,.text-link:hover,footer a:hover{color:var(--accent)}
.header nav a:last-child{padding-left:35px;border-left:1px solid var(--line)}
.header nav span{margin-left:12px}
.hero{min-height:680px;display:grid;grid-template-columns:1.12fr 1fr;column-gap:48px;align-items:center;padding-top:64px}
.hero-copy{min-width:0;padding-bottom:64px}
.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:550;display:flex;align-items:center;gap:13px}
.dash{width:24px;height:1px;background:var(--accent)}
.hero .eyebrow{margin:0 0 35px;color:#c4c0b7}
h1,h2,h3,p{margin-top:0}
h1,h2{font-family:'Manrope',Arial,sans-serif;font-weight:500;letter-spacing:-.065em;line-height:1.09}
h1{font-size:clamp(46px,5.25vw,76px);margin-bottom:28px;white-space:nowrap}
em{font-family:inherit;font-style:normal;font-weight:500;color:var(--accent);letter-spacing:-.065em}
h1 em{font-size:1.12em}
.hero-intro{max-width:415px;font-size:18px;color:var(--muted);line-height:1.7;margin-bottom:34px}
.button{display:inline-flex;align-items:center;gap:50px;padding:15px 22px;background:var(--accent);color:#191613;font-size:14px;font-weight:600;transition:background .2s,transform .2s}
.button:hover{background:#e1f7a6;transform:translateY(-2px)}
.hero-art{min-width:0;min-height:440px;margin-bottom:64px;padding:26px;display:flex;flex-direction:column;justify-content:space-between;border:1px solid var(--line);background-color:#10120f;background-image:linear-gradient(#ffffff03 1px,transparent 1px),linear-gradient(90deg,#ffffff03 1px,transparent 1px);background-size:40px 40px}
.art-top,.art-caption{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:10px;letter-spacing:.12em;color:var(--muted);line-height:1.7}
.pixel{width:7px;height:7px;background:var(--accent)}
.hero-lockup{display:flex;flex-direction:column;align-items:center;padding:40px 0}
.hero-lockup img{width:64%;height:auto;margin-bottom:12px}
.hero-lockup .brand-name{font-size:clamp(30px,3.8vw,56px);letter-spacing:.3em;padding-left:.3em}
.hero-lockup .brand-descriptor{font-size:clamp(9px,.9vw,12px);letter-spacing:.23em;margin-top:8px}
.art-caption span:last-child{text-align:right}
.hero-foot{grid-column:1/-1;align-self:end;border-top:1px solid var(--line);padding:22px 0;display:flex;justify-content:space-between;color:var(--muted);font-size:12px;letter-spacing:.06em}
.hero-foot a{font-size:13px;letter-spacing:0}
.hero-foot a span{margin-left:20px;color:var(--accent)}
.section{padding-top:105px;padding-bottom:105px}
.section-label{display:flex;justify-content:space-between;gap:24px;font-size:12px;letter-spacing:.13em;color:var(--muted);margin-bottom:42px}
.approach{display:grid;grid-template-columns:1fr 3fr;gap:40px}
.approach .section-label{flex-direction:column;justify-content:flex-start;gap:25px}
.small-rule{height:1px;width:50px;background:var(--accent)}
h2{font-size:clamp(38px,4vw,58px);margin-bottom:32px}
.approach-content>h2{margin-bottom:30px}
.story{display:grid;grid-template-columns:1fr 1fr;gap:38px;color:var(--muted)}
.story p{margin-bottom:0}
.principles{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:52px;padding-top:28px;border-top:1px solid var(--line)}
.principles>div>span{font-size:12px;color:var(--accent)}
h3{font-size:21px;font-weight:500;line-height:1.35;letter-spacing:-.025em}
.principles h3{font-size:18px;margin:15px 0 12px}
.principles p{color:var(--muted);font-size:14px;margin:0;line-height:1.7}
.expertise{background:#1b1e18;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}
.section-heading{display:flex;justify-content:space-between;align-items:end;gap:50px;margin-bottom:45px}
.section-heading h2{margin:0}
.section-heading>p{max-width:335px;color:var(--muted);margin-bottom:5px}
.services{display:grid;grid-template-columns:1fr 1fr;column-gap:64px}
.services article{display:grid;grid-template-columns:45px 1fr;gap:15px;border-top:1px solid #41413a;padding:32px 0 35px}
.service-num{font-size:12px;letter-spacing:.05em;color:var(--accent);padding-top:4px}
.services h3{font-size:25px;margin-bottom:15px}
.services p{color:var(--muted);max-width:450px;margin-bottom:23px}
.tags{display:flex;flex-wrap:wrap;gap:8px 18px;font-size:12px;color:#c9c6bc;letter-spacing:.075em}
.project{display:block}
.project-display{background:#ccd4b9;color:#263928;min-height:380px;position:relative;padding:30px 40px;overflow:hidden;transition:background .3s}
.project:hover .project-display{background:#d8dfc5}
.project-top{display:flex;justify-content:space-between;font-size:12px;letter-spacing:.12em}
.project-top>span:last-child{font-size:24px;line-height:1}
.project-title{font-family:'Manrope',Arial,sans-serif;font-weight:650;font-size:clamp(50px,6.5vw,90px);line-height:.98;letter-spacing:-.06em;text-align:center;padding:24px 0 22px}
.project-title>span{font-weight:400}
.project-domain{font-size:12px;letter-spacing:.13em;text-align:center;margin-top:5px}
.project-info{display:flex;justify-content:space-between;align-items:center;padding:27px 0;border-bottom:1px solid var(--line)}
.project-info .eyebrow{font-size:12px;color:var(--accent)}
.project-info h3{margin:8px 0;font-size:25px}
.project-info p{margin:0;color:var(--muted);font-size:14px}
.round-arrow{width:48px;height:48px;border:1px solid #5a5951;border-radius:50%;display:grid;place-items:center;font-size:23px;transition:background .2s,color .2s}
.project:hover .round-arrow{background:var(--accent);color:var(--bg);border-color:var(--accent)}
.closing{padding:50px 0 115px;text-align:center}
.closing .eyebrow{justify-content:center;color:var(--muted);margin-bottom:28px}
.closing h2{font-size:clamp(44px,5vw,72px);margin-bottom:28px}
.closing>p:not(.eyebrow){color:var(--muted)}
.text-link{display:inline-flex;gap:28px;border-bottom:1px solid var(--accent);padding:8px 0;font-size:14px}
.text-link span{color:var(--accent)}
footer{border-top:1px solid var(--line);padding:48px 0 38px}
.footer-company h2{font-size:clamp(23px,2.5vw,32px);letter-spacing:-.035em;margin:0 0 12px}
.footer-company address{font-style:normal;color:var(--muted);font-size:14px;line-height:1.8}
.footer-details{display:grid;grid-template-columns:.85fr 1fr 1.3fr 1.1fr;gap:24px;margin:36px 0 40px}
.footer-details>div{min-width:0}
.footer-details>div+div{border-left:1px solid var(--line);padding-left:24px}
.footer-details h3{font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 12px}
.footer-details p{font-size:14px;line-height:1.8;color:var(--muted);margin:0}
.footer-iban{overflow-wrap:anywhere}
.footer-details a{overflow-wrap:anywhere;text-decoration:underline;text-decoration-color:var(--line);text-underline-offset:4px}
.footer-details a:hover{color:var(--accent);text-decoration-color:currentColor}
.footer-bottom{border-top:1px solid var(--line);padding-top:30px;display:flex;justify-content:space-between;align-items:center;gap:20px}
.footer-bottom>span,.footer-bottom>a:last-child{font-size:12px;color:var(--muted)}
@media(min-width:701px) and (max-width:1000px){.footer-details{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}
.footer-details>div:nth-child(3){border-left:0;padding-left:0}
}
footer .brand{width:144px}
footer .brand-name{font-size:23px}
footer .brand-mountain{width:76px;height:auto}
.skip{position:absolute;top:-100px;left:20px;padding:10px;background:var(--accent);color:var(--bg);z-index:10}
.skip:focus{top:10px}
@media(min-width:1600px){.hero{min-height:780px}
}
@media(max-width:1000px){.wrap{width:calc(100% - 64px)}
.hero{min-height:620px;column-gap:28px}
.hero-art{min-height:400px;padding:22px}
.art-caption{font-size:9px}
.approach{grid-template-columns:1fr;gap:0}
.approach .section-label{flex-direction:row;align-items:center}
.services{column-gap:32px}
.section-heading>p{max-width:260px}
.header nav{gap:22px}
.header nav a:last-child{padding-left:22px}
}
@media(max-width:700px){.wrap{width:calc(100% - 40px)}
.header{min-height:108px;gap:16px;padding-block:16px}
.brand{width:132px}
.brand-name{font-size:21px}
.brand-descriptor{font-size:7px}
.brand-mountain{width:76px;height:auto;margin-bottom:5px}
.header nav{gap:14px;font-size:12px}
.header nav a:first-child{display:none}
.header nav a:last-child{padding:0;border:0}
.header nav span{display:none}
.hero{display:flex;flex-direction:column;align-items:stretch;padding-top:48px;min-height:0}
.hero-copy{padding-bottom:0}
.hero .eyebrow{font-size:12px;margin-bottom:26px}
h1{font-size:clamp(40px,8.8vw,60px);white-space:normal}
.hero-intro{font-size:16px;max-width:360px}
.button{padding:13px 20px}
.hero-art{margin:40px 0 28px;min-height:340px;padding:22px}
.hero-lockup{padding:30px 0}
.hero-lockup img{width:190px;max-width:64%}
.hero-lockup .brand-name{font-size:clamp(30px,9vw,46px)}
.hero-lockup .brand-descriptor{font-size:10px}
.art-caption{font-size:9px}
.hero-foot{padding:20px 0;font-size:12px;gap:16px;align-items:center}
.hero-foot a{font-size:12px;white-space:nowrap}
.hero-foot a span{margin-left:8px}
.section{padding-top:65px;padding-bottom:65px}
.section-label{font-size:12px;margin-bottom:30px}
.section-label>span:last-child:not(.small-rule){text-align:right}
.story{grid-template-columns:1fr;gap:20px}
.principles{grid-template-columns:1fr;gap:26px;margin-top:32px}
.principles>div{display:grid;grid-template-columns:30px 1fr;gap:6px 14px}
.principles>div>span{padding-top:3px}
.principles h3{margin:0}
.principles p{grid-column:2}
.section-heading{display:block;margin-bottom:30px}
.section-heading>p{max-width:360px;margin-top:24px}
.services{grid-template-columns:1fr}
.services article{padding:26px 0;grid-template-columns:32px 1fr;gap:10px}
.services h3{font-size:23px}
.tags{font-size:12px;gap:12px}
.project-display{min-height:310px;padding:24px}
.project-title{padding-top:45px;font-size:65px}
.project-top{font-size:12px}
.project-domain{font-size:12px;margin-top:18px}
.closing{padding:20px 0 70px}
.closing .eyebrow{font-size:12px}
footer{padding:32px 0 25px}
.footer-details{grid-template-columns:1fr;gap:24px;margin:28px 0 32px}
.footer-details>div+div{border-left:0;border-top:1px solid var(--line);padding:20px 0 0}
.footer-bottom{flex-wrap:wrap;gap:16px}
footer .brand{margin-right:calc(100% - 144px);margin-bottom:12px}
.footer-bottom>span,.footer-bottom>a:last-child{font-size:12px}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}
*{transition:none!important}
}


/* Selected project portfolio */
.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:36px;margin-top:48px}
.project-grid .project{display:flex;flex-direction:column;min-width:0}
.project-grid .project-display{min-height:340px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}
.project-grid .project-title{font-size:clamp(48px,5vw,72px);padding:24px 0}
.project-grid .project-info{align-items:flex-start;gap:20px;flex:1}
.project-grid .project-info>div{min-width:0}
.project-grid .project-info p{font-size:16px;line-height:1.65;max-width:440px}
.project-grid .round-arrow{flex:0 0 42px;width:42px;height:42px;margin-top:28px}
.project-grid .project-top{gap:18px;align-items:center}
.project-grid .project-domain{overflow-wrap:anywhere}
.project-ineco .project-display{background:#c1dce1;color:#163840}
.project-ineco:hover .project-display{background:#d0e8ec}
.project-ineco .project-title{font-family:'Manrope',Arial,sans-serif;font-weight:600;letter-spacing:-.06em}
.project-title .project-subtitle{display:block;font-family:var(--font);font-size:16px;line-height:1.5;font-weight:400;font-style:normal;letter-spacing:0;margin-top:16px}
.project-t2p .project-display{background:#e5bd80;color:#49331b}
.project-t2p:hover .project-display{background:#efd0a1}
.project-tags{display:flex;flex-wrap:wrap;gap:8px 14px;margin-top:20px;color:#c9c6bc;font-size:12px;line-height:1.6}
.project-tags span{border-bottom:1px solid var(--line);padding-bottom:4px}
@media(max-width:800px){.project-grid{grid-template-columns:1fr;gap:34px;margin-top:34px}
.project-grid .project-display{min-height:310px}
.project-grid .project-title{font-size:64px}
.project-grid .project-info{padding:24px 0}
.project-grid .project-info .eyebrow{letter-spacing:.09em}
}
