/* Aleix Castells / Visual proposal. No remote fonts, frameworks or trackers. */
:root{--paper:#f8f7f3;--white:#fff;--ink:#172e38;--soft:#5a686c;--line:#d9dcd6;--accent:#b94d38;--rose:#edc9bb;--sage:#e2e9df;--blue:#e0e7f1;--serif:Georgia,'Times New Roman',serif;--sans:'Helvetica Neue',Helvetica,Arial,sans-serif;--ease:cubic-bezier(.2,.65,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}body.menu-open,body.dialog-open{overflow:hidden}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}button{color:inherit}svg{display:block}h1,h2,h3,h4,p,figure{margin:0}h1,h2,h3,h4{font-weight:500;line-height:1.1;letter-spacing:-.035em}h2{font-size:clamp(32px,3.2vw,48px)}h3{font-size:25px}h4{font-size:18px;letter-spacing:-.015em}em{font-family:var(--serif);font-weight:400}p{color:var(--soft)}ul{padding-left:19px;margin:16px 0}li{padding-left:4px;margin:9px 0;color:var(--soft)}[hidden]{display:none!important}::selection{color:var(--ink);background:var(--rose)}:focus-visible{outline:2px solid var(--accent);outline-offset:5px}.shell{width:min(1280px,calc(100% - 112px));margin-inline:auto}.section{padding-block:76px}.eyebrow{font-size:10px;line-height:1.4;letter-spacing:.13em;text-transform:uppercase;color:var(--soft);font-weight:600}.eyebrow+.hero-description{margin-top:24px}.line-mark{display:inline-block;width:23px;height:2px;background:var(--accent);margin-right:12px;vertical-align:middle}.text-link{display:inline-flex;align-items:center;gap:16px;font-size:13px;font-weight:500;padding:5px 0;border-bottom:1px solid currentColor;line-height:1.5}.text-link>span:last-child{transition:transform .22s var(--ease)}.text-link:hover>span:last-child{transform:translate(2px,-2px)}.button{display:inline-flex;align-items:center;justify-content:center;gap:26px;min-height:52px;padding:14px 23px;background:var(--ink);border:1px solid var(--ink);color:var(--white);font-size:13px;font-weight:500;border-radius:3px;transition:background .2s,color .2s}.button:hover{background:var(--accent);border-color:var(--accent)}.button-small{min-height:42px;padding:10px 16px;gap:14px;font-size:12px}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:32px;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:15px}.section-heading>.text-link{flex-shrink:0;margin-bottom:3px}.skip-link{position:fixed;left:12px;top:-100px;z-index:100;background:var(--ink);color:white;padding:12px}.skip-link:focus{top:12px}
/* Shared masthead. All navigation is one compact group at the right. */
.site-header{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:26px;height:88px}.brand{display:flex;align-items:center;gap:12px;flex-shrink:0}.brand img{width:43px;height:43px;object-fit:contain}.brand>span{display:flex;flex-direction:column;gap:3px}.brand strong{font-size:17px;line-height:1.2;letter-spacing:-.04em;font-weight:650}.brand small{font-size:7px;letter-spacing:.13em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:25px;margin-left:auto}.nav-pages,.nav-actions{display:flex;align-items:center;gap:21px}.nav-pages a{font-size:12px;padding:11px 0;position:relative;white-space:nowrap}.nav-pages a:after{content:'';position:absolute;left:0;right:0;bottom:4px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .2s}.nav-pages a:hover:after,.nav-pages a[aria-current]:after{transform:scaleX(1)}.nav-pages a[aria-current]{color:var(--accent)}.nav-actions{gap:16px}.nav-linkedin{font-size:12px;white-space:nowrap}.nav-linkedin span{margin-left:6px}.languages{display:flex;gap:4px;border-left:1px solid var(--line);padding-left:14px}.languages a{font-size:10px;padding:7px 6px;color:var(--soft);border-radius:3px}.languages a[aria-current]{background:#e8e8e1;color:var(--ink)}.languages a:hover{background:#eeeee8}.menu-toggle{display:none}
/* Homepage: a single thought, a real face, a clear next step. */
.hero{display:grid;grid-template-columns:1.17fr .9fr;gap:80px;align-items:center;padding-block:64px 54px}.hero-copy{padding-bottom:16px}.hero .eyebrow{font-size:10px;letter-spacing:.10em}.hero h1{font-size:clamp(62px,6.45vw,94px);line-height:1.04;letter-spacing:-.061em;margin-top:30px}.hero h1 em{display:inline-block;position:relative;letter-spacing:-.07em;color:var(--accent);white-space:nowrap}.hero h1 em:after{content:'';position:absolute;left:3px;right:7px;bottom:-8px;height:8px;border-bottom:2px solid #d6a18d;border-radius:0 0 50% 30%;transform:rotate(-2deg)}.hero-description{margin:33px 0 28px;max-width:390px;font-size:17px;line-height:1.6}.hero-actions{display:flex;align-items:center;gap:30px}.hero-portrait{display:block;position:relative;margin-left:15px}.portrait-mat{position:relative;padding:0 0 0 0;isolation:isolate}.portrait-mat:before{content:'';position:absolute;z-index:-1;left:24px;right:-18px;top:26px;bottom:-17px;background:var(--rose);border-radius:100px 0 0 0}.portrait-image{width:100%;aspect-ratio:1/1.055;object-fit:cover;object-position:center center;border-radius:115px 3px 3px 3px;filter:saturate(.6);transition:filter .5s var(--ease)}.hero-portrait:hover .portrait-image{filter:saturate(1)}.portrait-quote{position:absolute;z-index:1;left:-39px;top:-40px;font:220px/.9 var(--serif);color:var(--accent);pointer-events:none}.portrait-caption{position:relative;display:flex;align-items:center;justify-content:space-between;padding-top:35px}.portrait-caption strong{display:block;font-size:14px;font-weight:500}.portrait-caption small{display:block;color:var(--soft);font-size:11px;margin-top:2px}.round-arrow{display:grid;place-items:center;width:35px;height:35px;border:1px solid var(--line);border-radius:50%;transition:background .2s}.hero-portrait:hover .round-arrow{background:var(--rose)}.trust-strip{display:flex;align-items:center;gap:40px;padding:27px 0;border-block:1px solid var(--line)}.trust-heading{font-size:10px;color:var(--soft);line-height:1.5;max-width:85px;flex-shrink:0}.trust-logos{display:flex;align-items:center;justify-content:space-between;gap:36px;width:100%}.trust-logo{display:flex;align-items:center;justify-content:center;min-width:0;opacity:.85;transition:opacity .2s}.trust-logo:hover{opacity:1}.trust-clovr img{width:122px;height:36px;object-fit:contain}.trust-finnova img{width:124px;height:36px;object-fit:contain}.trust-elnou img{width:118px;height:36px;object-fit:contain}.trust-lavanguardia{gap:7px}.trust-lavanguardia img{height:27px;width:27px}.trust-lavanguardia span{font:15px var(--serif);white-space:nowrap}.trust-delegacio img{width:104px;height:54px;object-fit:contain;mix-blend-mode:multiply}
.service-trio{display:grid;grid-template-columns:repeat(3,1fr);gap:37px}.service-card{border-top:1px solid var(--line);padding-top:21px}.service-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:22px}.service-card-top>span{color:var(--soft);font-size:11px}.service-icon{width:38px;height:38px;color:var(--accent)}.service-card h3{font-size:29px;display:flex;justify-content:space-between;align-items:center}.service-card h3>span{font-size:23px;color:var(--soft);transition:transform .25s var(--ease)}.service-card p{font-size:14px;margin-top:12px;max-width:260px;line-height:1.65}.service-card:hover h3>span{transform:translate(4px,-4px);color:var(--accent)}
/* Portfolio compositions are made from the user's actual screenshots. */
.selected-work{background:#eeefe9}.selected-work h2 em{color:var(--accent)}.project-grid{display:grid;grid-template-columns:1.12fr 1fr;gap:28px}.project-card{display:block;min-width:0}.work-art{position:relative;aspect-ratio:1.31;overflow:hidden;border-radius:4px;isolation:isolate}.work-art-clovr{background:#dce3ef}.work-art-finnova{background:#dce5d6}.work-logo{position:absolute;top:27px;left:29px;width:112px;height:33px;object-fit:contain;object-position:left}.work-art-finnova .work-logo{width:116px}.browser-piece{position:absolute;left:6.5%;right:10%;top:25%;background:white;border:1px solid #fff;border-radius:6px;overflow:hidden;transform:rotate(-4deg);box-shadow:0 15px 20px -15px #17304770;transition:transform .5s var(--ease)}.browser-chrome{height:24px;display:flex;align-items:center;gap:4px;padding:0 11px;background:#f9fafb;color:#69717e}.browser-chrome i{width:4px;height:4px;border-radius:50%;background:#c2c7cd}.browser-chrome b{font-size:7px;font-weight:400;display:block;margin-left:auto;margin-right:auto;padding-right:15px}.screen-piece{width:100%;height:auto}.newsletter-piece{position:absolute;width:22%;height:66%;right:5%;top:18%;background:white;border:5px solid white;box-shadow:0 12px 21px -14px #18314380;transform:rotate(7deg);overflow:hidden;border-radius:4px;transition:transform .5s var(--ease)}.newsletter-piece img{width:100%}.event-piece{position:absolute;left:5%;right:7%;top:27%;height:52%;overflow:hidden;transform:rotate(-3deg);border:8px solid var(--paper);box-shadow:0 16px 21px -15px #26362460;transition:transform .5s var(--ease)}.event-piece img{width:100%;height:100%;object-fit:cover}.poster-piece{position:absolute;right:5%;top:17%;width:34%;box-shadow:0 10px 18px -12px #26362470;transform:rotate(7deg);border:4px solid white;transition:transform .5s var(--ease)}.poster-piece img{width:100%}.work-art-index{position:absolute;bottom:22px;left:27px;font-size:11px;color:#526372;letter-spacing:.04em}.project-card:hover .browser-piece{transform:rotate(-2deg) translateY(-5px)}.project-card:hover .newsletter-piece{transform:rotate(4deg) translateY(-5px)}.project-card:hover .event-piece{transform:rotate(-1deg) translateY(-4px)}.project-card:hover .poster-piece{transform:rotate(3deg) translateY(-4px)}.project-caption{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:22px 0 0}.project-tag{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--soft)}.project-caption h3{font-size:27px;margin:7px 0 8px}.project-caption p{font-size:13px}.project-arrow{width:45px;height:45px;display:grid;place-items:center;border:1px solid #bfc8c7;border-radius:50%;font-size:22px;flex-shrink:0;transition:background .2s,color .2s}.project-card:hover .project-arrow{background:var(--ink);color:white;border-color:var(--ink)}.image-note{font-size:10px;margin-top:23px;color:#66716e;line-height:1.6}.short-note{max-width:260px;font-size:14px;line-height:1.65}.method-line{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--line)}.method-line a{display:flex;align-items:center;gap:11px;padding:22px 16px 10px 0;font-size:16px}.method-line a>span:first-child{color:var(--accent);font-size:10px}.method-line a>span:last-child:not(:first-child){margin-left:auto;margin-right:15px;color:#8a9391;font-size:19px}.method-line a:hover{color:var(--accent)}.about-teaser{display:grid;grid-template-columns:240px 1fr;gap:68px;align-items:center;padding:36px 0 80px}.about-mini-photo{max-width:220px;aspect-ratio:1/1;overflow:hidden;border-radius:50%}.about-mini-photo img{width:100%;height:100%;object-fit:cover;filter:grayscale(1)}.about-teaser h2{font-size:clamp(30px,3vw,44px);margin:14px 0 18px}.about-teaser-copy{display:grid;grid-template-columns:1fr 1fr;column-gap:38px;align-items:start}.about-teaser-copy>.eyebrow{grid-column:1/-1}.about-teaser-copy>h2{grid-row:2/4}.about-teaser-copy>p:not(.eyebrow){font-size:14px;margin-top:18px;line-height:1.7}.about-teaser-copy>.text-link{justify-self:start;margin-top:19px}
/* Secondary pages keep the depth, but reveal it only when requested. */
.page-intro{padding:73px 0 49px}.page-intro .eyebrow{margin-bottom:22px}.page-intro h1{font-size:clamp(45px,5.2vw,72px);max-width:930px;letter-spacing:-.055em}.intro-description{font-size:17px;max-width:550px;margin-top:22px}.disclosure{border-block-start:1px solid var(--line)}.disclosure summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:25px;padding:23px 0;font-size:17px;line-height:1.4;cursor:pointer}.disclosure summary::-webkit-details-marker,.more-samples summary::-webkit-details-marker{display:none}.disclosure summary:hover{color:var(--accent)}.plus{position:relative;display:block;width:19px;height:19px;flex-shrink:0}.plus:before,.plus:after{content:'';position:absolute;left:2px;right:2px;top:9px;height:1px;background:currentColor;transition:transform .2s}.plus:after{transform:rotate(90deg)}details[open]>summary .plus:after{transform:rotate(0)}.disclosure-body{padding:0 0 25px;font-size:15px;line-height:1.8;max-width:100%}.disclosure-body>p{max-width:75ch;margin-bottom:18px}.disclosure-body h4{margin-bottom:12px}.disclosure-body>h4{margin-top:18px}.service-area{display:grid;grid-template-columns:55px 1fr 1.15fr;gap:25px;border-top:1px solid var(--line);padding:34px 0;align-items:start;scroll-margin-top:110px}.service-area-number{font-size:12px;color:var(--soft);padding-top:10px}.service-area-title{position:relative;padding-right:30px}.service-area-title>.service-icon{position:absolute;right:45px;top:0;width:31px;height:31px}.service-area-title h2{font-size:36px;margin-bottom:13px}.service-area-title p{font-size:14px;max-width:270px}.service-disclosure{border:0}.service-disclosure>summary{padding:8px 0 18px;font-size:14px;max-width:100%}.service-disclosure[open]>summary{color:var(--accent)}.service-detail-grid{display:grid;grid-template-columns:1fr;gap:5px;margin:20px 0}.service-detail-grid ul{margin-top:8px}.service-detail-grid h4{font-size:12px;letter-spacing:.02em;text-transform:uppercase;color:var(--ink);margin-top:15px}.service-detail-grid p,.service-detail-grid li{font-size:14px}.europe-band{padding:30px;background:var(--sage);display:grid;grid-template-columns:60px 1fr;gap:18px;margin:26px 0;border-radius:4px}.europe-stars{font:60px/1 var(--serif);color:#658060}.europe-band h3{font-size:27px}.europe-band p{margin-top:9px;font-size:14px}.europe-band .disclosure{margin-top:20px;border-color:#becabc}.europe-band .disclosure summary{font-size:13px;padding:12px 0 0}.europe-band .disclosure-body{padding-top:20px;padding-bottom:0}.scope-detail>summary{font-size:14px}.scope-detail .disclosure-body{font-size:14px}.process-section{display:grid;grid-template-columns:1fr 1fr;gap:90px}.process-section .eyebrow{margin-bottom:20px}.process-section>div>p:not(.eyebrow){max-width:320px;margin-top:20px;font-size:15px}.method-detail>summary{font-size:21px;letter-spacing:-.02em}.before-section{display:grid;grid-template-columns:1fr 1fr;gap:90px;padding-top:0}.before-section .disclosure summary{font-size:15px}.before-section>.disclosure{margin-top:0}.work-page{padding-bottom:18px}.work-page .project-grid{gap:34px}.work-page .work-art{aspect-ratio:1.38}.project-case{padding-top:6px}.viewing-project .page-intro{display:none}.viewing-project .work-page{padding-top:38px}.case-heading{display:flex;align-items:center;justify-content:space-between;margin:35px 0 20px;gap:20px}.case-heading h2{font-size:clamp(40px,4.9vw,68px);margin:12px 0 12px}.case-heading p:not(.eyebrow){font-size:15px}.case-logo{width:160px;max-height:66px;object-fit:contain}.case-metadata{display:flex;justify-content:space-between;gap:22px;padding:15px 0;border-block:1px solid var(--line);font-size:9px;letter-spacing:.06em;color:var(--soft);margin-bottom:32px}.sample-grid{display:grid;grid-template-columns:1.24fr 1fr;gap:24px}.sample-grid>.sample-card:first-child{grid-row:span 2}.sample-open{display:flex;flex-direction:column;width:100%;height:100%;background:none;border:0;text-align:left;padding:0}.sample-image{position:relative;display:grid;place-items:center;overflow:hidden;background:#e6e8e9;padding:25px;width:100%;height:200px;border-radius:3px}.sample-image img{object-fit:contain;max-height:100%;width:auto;max-width:100%;transition:transform .4s var(--ease);box-shadow:0 8px 15px -10px #23323780}.sample-grid>.sample-card:first-child .sample-image{height:490px;background:#e0e6ee}.project-case#finnova .sample-grid>.sample-card:first-child .sample-image{background:#e2e9df}.sample-open:hover .sample-image img{transform:scale(1.025)}.zoom-indicator{position:absolute;right:13px;bottom:13px;border-radius:50%;background:var(--paper);width:31px;height:31px;display:grid;place-items:center;font-size:18px;opacity:.95}.sample-caption{padding:12px 0 4px}.sample-caption small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:.1em;color:var(--soft)}.sample-caption strong{display:block;font-size:17px;font-weight:500;letter-spacing:-.025em;margin-top:5px}.sample-grid>.sample-card:first-child .sample-caption strong{font-size:23px}.more-samples{margin-top:22px}.more-samples>summary{list-style:none;display:flex;align-items:center;justify-content:center;gap:16px;border:1px solid var(--line);padding:15px;font-size:13px;cursor:pointer;border-radius:3px}.more-samples>summary:hover{border-color:var(--ink)}.sample-grid-secondary{grid-template-columns:repeat(3,1fr);margin-top:25px}.sample-grid-secondary>.sample-card:first-child{grid-row:auto}.sample-grid-secondary .sample-image,.sample-grid-secondary>.sample-card:first-child .sample-image{height:240px;background:#e6e8e9}.sample-grid-secondary>.sample-card:first-child .sample-caption strong{font-size:17px}.contribution{margin-top:30px}.contribution>summary{font-size:22px}.contribution-grid{display:grid;grid-template-columns:1fr 1fr;gap:65px}.contribution-grid h4{font-size:12px;text-transform:uppercase;letter-spacing:.08em;color:var(--soft);margin:5px 0 13px}.contribution-grid li,.contribution-grid p{font-size:14px}.minor-detail summary{font-size:14px}.minor-detail .disclosure-body p{font-size:14px}.career-section{padding-top:60px}.career-item>summary{justify-content:flex-start;padding:22px 0}.career-item>summary>.plus{margin-left:auto}.career-item>summary>span:not(.plus){font-size:20px;letter-spacing:-.025em}.career-logo{width:86px;height:33px;object-fit:contain;object-position:left}.career-item#lavanguardia .career-logo{width:35px;margin-right:51px}.career-item#delegacio .career-logo{height:48px;mix-blend-mode:multiply}.career-role{font-size:11px;text-transform:uppercase;letter-spacing:.04em;margin-bottom:25px}.tags{display:flex;flex-wrap:wrap;gap:9px;margin-top:20px}.tags span{font-size:10px;padding:5px 9px;border:1px solid var(--line);border-radius:2px}
/* A readable, keyboard-operable image viewer. */
.sample-dialog{border:0;border-radius:5px;padding:0;max-width:1250px;width:calc(100% - 64px);max-height:calc(100dvh - 64px);background:var(--paper);color:var(--ink);overflow:auto}.sample-dialog::backdrop{background:rgb(15 27 34 / .82)}.dialog-toolbar{display:flex;justify-content:space-between;align-items:center;padding:17px 24px;position:sticky;top:0;z-index:2;background:var(--paper);border-bottom:1px solid var(--line);font-size:10px;letter-spacing:.09em;text-transform:uppercase}.dialog-close{display:grid;place-items:center;width:35px;height:35px;padding:0;background:transparent;border:1px solid var(--line);border-radius:50%;font-size:16px}.dialog-grid{display:grid;grid-template-columns:1.6fr 1fr;gap:40px;padding:28px}.dialog-images{background:#e7e9e8;display:flex;flex-direction:column;align-items:center;gap:20px;padding:22px;min-width:0}.dialog-images img{width:auto;max-width:100%;max-height:none;height:auto}.dialog-copy{align-self:start;position:sticky;top:105px;padding:15px 15px 15px 0}.dialog-copy h2{font-size:32px;line-height:1.16;letter-spacing:-.04em;margin-bottom:23px}.dialog-copy p{font-size:14px;line-height:1.8;margin-bottom:24px}.dialog-copy .text-link{font-size:12px}.dialog-navigation{display:flex;align-items:center;gap:20px;margin-top:35px}.dialog-navigation button{width:40px;height:40px;background:none;border:1px solid var(--line);border-radius:50%;font-size:20px}.dialog-navigation button:hover,.dialog-close:hover{background:var(--ink);color:white}.dialog-navigation span{font-size:11px;color:var(--soft)}
/* About and contact use the same visual language, not extra landing pages. */
.about-page-hero{display:grid;grid-template-columns:1.25fr 1fr;gap:110px;align-items:center;padding-block:65px}.about-page-hero .eyebrow{margin-bottom:25px}.about-page-hero h1{font-size:clamp(45px,5.5vw,78px);line-height:1.07;letter-spacing:-.055em}.about-page-hero>div>p:not(.eyebrow){font-size:17px;line-height:1.7;max-width:400px;margin:24px 0}.about-page-hero figure img{width:100%;aspect-ratio:1/1.1;object-fit:cover;border-radius:90px 3px 3px 3px;filter:saturate(.65)}.about-page-hero figcaption{font-size:11px;color:var(--soft);padding:16px 0}.about-chapters{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;padding-top:30px}.about-chapters>h2{max-width:350px}.career-chapter{display:flex;gap:25px;align-items:start}.chapter-index{font-size:12px;color:var(--accent);padding-top:28px}.career-chapter .disclosure{flex:1}.career-chapter summary{font-size:24px;letter-spacing:-.025em}.career-chapter .disclosure-body{font-size:15px}.principle-band{background:var(--rose);padding:60px 0}.principle-band>.shell{position:relative;padding-left:140px}.quote-symbol{position:absolute;left:0;top:-15px;font:150px/1 var(--serif);color:var(--accent)}.principle-band h2{font-size:clamp(26px,3vw,42px);max-width:920px;line-height:1.25}.principle-band .disclosure{border-color:#c79782;margin-top:25px;max-width:850px}.principle-band summary{font-size:13px}.principle-band p{color:#3f5055}.education-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.education-grid article{padding-top:25px;border-top:1px solid var(--line)}.education-grid h3{font-size:25px;margin:16px 0}.education-grid p{font-size:14px}.contact-hero{display:grid;grid-template-columns:1.15fr 1fr;gap:80px;padding:80px 0 65px;align-items:center}.contact-hero h1{font-size:clamp(55px,6.8vw,96px);letter-spacing:-.06em;line-height:1.03;margin:26px 0}.contact-hero>div>p:not(.eyebrow){max-width:370px;font-size:17px;line-height:1.7}.contact-person{display:flex;align-items:center;gap:15px;margin-top:38px}.contact-person img{width:56px;height:56px;object-fit:cover;border-radius:50%}.contact-person strong{display:block;font-size:14px;font-weight:500}.contact-person small{display:block;font-size:11px;color:var(--soft);margin-top:5px}.contact-channel{display:grid;grid-template-columns:1fr auto;gap:13px;border-top:1px solid var(--line);padding:25px 0;align-items:center}.channel-name{grid-column:1/-1;font-size:10px;letter-spacing:.12em;color:var(--soft)}.channel-value{font-size:clamp(18px,2vw,29px);letter-spacing:-.045em}.contact-channel>span:last-child{font-size:28px;transition:transform .2s}.contact-channel:hover>span:last-child{transform:translate(3px,-3px)}.copy-email{background:none;border:0;padding:0;font-size:11px}.copy-status{min-height:22px;font-size:11px;margin:5px 0 17px}.contact-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;padding:35px 0;border-top:1px solid var(--line)}.contact-steps>div>span{font-size:10px;color:var(--accent)}.contact-steps h3{font-size:22px;margin:13px 0}.contact-steps p{font-size:14px}.contact-next{padding-bottom:55px}.form-pending{max-width:720px;margin-top:24px}.form-pending>summary{font-size:12px}.contact-form-card h2{font-size:27px;margin:15px 0}.form-card-label{font-size:10px;letter-spacing:.08em}.contact-demo-note{font-size:13px;margin-bottom:20px}.contact-form fieldset{border:0;padding:0}.contact-form label{display:block;margin-bottom:13px;font-size:13px}.contact-form label>span{display:block;margin-bottom:6px}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);background:white;padding:11px;border-radius:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.sr-only{position:absolute!important;clip:rect(0,0,0,0)!important;width:1px!important;height:1px!important;margin:-1px!important;overflow:hidden!important;white-space:nowrap!important}.contact-form button[disabled]{opacity:.55;cursor:not-allowed}
/* Compact final call-to-action, with LinkedIn at the very bottom of every page. */
.site-footer{background:var(--ink);color:var(--paper);margin-top:20px}.footer-invitation{display:flex;align-items:center;justify-content:space-between;gap:40px;padding:60px 0}.footer-invitation .eyebrow{color:#b0bbbf;font-size:9px}.footer-title{display:block;position:relative;font-size:clamp(52px,5.5vw,80px);line-height:1.03;letter-spacing:-.06em;margin-top:23px;padding-right:100px;font-weight:400}.footer-arrow{position:absolute;right:0;bottom:0;color:var(--rose);transition:transform .3s}.footer-title:hover .footer-arrow{transform:translate(4px,-4px)}.footer-direct{max-width:300px}.footer-direct>a{font-size:16px;padding:8px 0;border-bottom:1px solid #657780}.footer-direct>a>span{margin-left:20px}.footer-direct p{font-size:12px;max-width:245px;color:#bec7ca;margin-top:20px;line-height:1.7}.footer-meta{display:flex;align-items:center;gap:35px;border-top:1px solid #486068;padding:24px 0}.footer-meta .brand{margin-right:auto}.footer-meta>span{font-size:10px;color:#c0cbcd}.footer-meta .brand img{width:37px;height:37px}.footer-meta .brand strong{font-size:15px}.footer-meta .brand small{font-size:6px}.linkedin-bottom{border-top:1px solid #486068;padding:21px 0;display:flex;align-items:center;justify-content:space-between;gap:25px}.linkedin-bottom>span{font-size:12px}.linkedin-bottom small{display:inline;margin-left:22px;color:#bbc6ca;font-size:11px}.footer-linkedin{display:inline-flex;align-items:center;gap:10px;font-size:12px;padding:8px 0}.footer-linkedin:hover{color:var(--rose)}.page-contact .footer-meta{border-top:0;padding-top:29px}
/* Narrow layouts */
@media(min-width:1600px){.hero{gap:110px}.hero h1{font-size:100px}}
@media(min-width:1101px){html[lang=ca] .hero h1{font-size:clamp(62px,5.9vw,85px)}}
@media(max-width:1200px){.shell{width:calc(100% - 72px)}.site-nav{gap:20px}.nav-pages{gap:16px}.nav-actions{gap:13px}.hero{gap:50px}.hero h1{font-size:clamp(56px,6.45vw,80px)}.brand small{font-size:6px}.trust-logos{gap:22px}.trust-strip{gap:25px}.footer-title{font-size:64px}.sample-grid>.sample-card:first-child .sample-image{height:460px}}
@media(max-width:1100px){.header-inner{height:78px}.menu-toggle{display:grid;place-content:center;gap:6px;width:42px;height:42px;border:1px solid var(--line);border-radius:3px;padding:10px;background:none;margin-left:auto;position:relative;z-index:41}.menu-toggle span{width:19px;height:1px;background:var(--ink);transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.5px) rotate(-45deg)}.header-inner>.brand{position:relative;z-index:41}.site-nav{position:fixed;inset:0;z-index:40;background:var(--paper);padding:117px 36px 36px;display:flex;flex-direction:column;align-items:stretch;gap:0;overflow:auto;visibility:hidden;opacity:0;transform:translateY(-8px);transition:opacity .2s,transform .2s,visibility .2s}.site-nav.is-open{visibility:visible;opacity:1;transform:none}.nav-pages{display:flex;flex-direction:column;align-items:stretch;gap:0}.nav-pages a{font-size:32px;letter-spacing:-.04em;padding:14px 0;border-bottom:1px solid var(--line)}.nav-pages a:after{display:none}.nav-actions{gap:18px;margin:24px 0}.nav-linkedin,.nav-talk{min-height:48px;font-size:14px;display:flex;align-items:center;justify-content:center;flex:1;padding:12px;border:1px solid var(--ink);border-radius:3px}.languages{border-left:0;border-top:1px solid var(--line);padding:22px 0 0;gap:10px}.languages a{padding:10px 13px;font-size:12px}.hero{grid-template-columns:1.1fr .9fr;gap:43px;padding-block:55px}.hero h1{font-size:65px}.hero .eyebrow{font-size:9px}.hero-description{font-size:15px}.hero-actions{gap:22px}.hero-actions>.text-link{font-size:12px}.portrait-quote{font-size:180px;left:-28px;top:-32px}.trust-strip{gap:24px}.trust-logos{gap:19px}.trust-clovr img{width:100px}.trust-finnova img{width:104px}.trust-elnou img{width:95px}.trust-lavanguardia span{font-size:12px}.trust-delegacio img{width:80px}.about-teaser{grid-template-columns:190px 1fr;gap:45px}.about-teaser-copy{grid-template-columns:1fr}.about-teaser-copy>h2{grid-row:auto}.about-teaser-copy>p:not(.eyebrow){margin-top:0}.about-teaser h2 br{display:none}.about-teaser-copy>.text-link{margin-top:15px}.service-area{grid-template-columns:36px .95fr 1.1fr}.service-area-title>.service-icon{position:static;margin-bottom:15px}.service-area-title h2{font-size:31px}.service-area-title{padding-right:0}.about-page-hero{gap:60px}.about-page-hero h1{font-size:58px}.process-section,.before-section{gap:45px}.contact-hero{gap:45px}.contact-hero h1{font-size:74px}.footer-title{font-size:58px;padding-right:70px}.sample-grid>.sample-card:first-child .sample-image{height:470px}}
@media(max-width:820px){.shell{width:calc(100% - 44px)}.hero{grid-template-columns:1fr 1fr;gap:22px}.hero h1{font-size:55px}.hero-description{font-size:14px;margin-top:27px}.hero .eyebrow{letter-spacing:.06em;font-size:8px}.line-mark{width:15px;margin-right:7px}.hero-actions{gap:16px;align-items:flex-start;flex-direction:column}.hero-actions .button{min-height:46px}.portrait-image{border-top-left-radius:80px}.hero-portrait{margin-left:12px}.portrait-caption{padding-top:30px}.portrait-quote{font-size:145px;left:-25px;top:-25px}.portrait-mat:before{right:-8px;bottom:-13px;left:15px}.trust-strip{display:block;padding:20px 0}.trust-heading{display:block;max-width:none;margin-bottom:18px}.trust-logos{gap:16px}.trust-logo img{max-width:95px}.trust-lavanguardia span{display:none}.section{padding-block:58px}.service-trio{gap:25px}.service-card h3{font-size:25px}.service-card p{font-size:13px}.service-icon{width:31px;height:31px}.section-heading{gap:22px}.section-heading>.text-link{font-size:11px}.project-grid{gap:22px}.project-caption h3{font-size:23px}.project-caption p{font-size:12px;max-width:210px}.project-arrow{width:37px;height:37px;font-size:19px}.work-logo{top:17px;left:17px;width:93px;height:25px}.work-art-finnova .work-logo{width:93px}.work-art-index{left:18px;bottom:14px}.work-art{aspect-ratio:1.13}.browser-piece{top:28%}.newsletter-piece{top:24%;width:24%;height:61%;right:6%;border-width:3px}.event-piece{top:30%;height:46%;border-width:5px}.poster-piece{top:24%;width:36%}.method-line a{font-size:13px;gap:6px}.method-line a>span:last-child:not(:first-child){margin-right:0;font-size:16px}.method-line a>span:first-child{font-size:9px}.about-teaser{grid-template-columns:150px 1fr;gap:34px;padding-bottom:55px}.about-teaser h2{font-size:31px}.footer-invitation{gap:25px;padding-block:48px}.footer-title{font-size:53px;padding-right:55px}.footer-direct{max-width:235px}.footer-direct>a{font-size:13px}.footer-meta{gap:18px}.linkedin-bottom small{display:block;margin-left:0;margin-top:5px}.page-intro{padding:48px 0 35px}.page-intro h1{font-size:51px}.page-intro p.intro-description{font-size:15px}.service-area{grid-template-columns:30px 1fr;gap:15px;padding:27px 0}.service-area-title{grid-column:2}.service-area-title>.service-icon{position:absolute;right:0;margin:0}.service-area-title p{max-width:85%}.service-disclosure{grid-column:2}.service-disclosure>summary{padding-top:4px;font-size:13px}.service-detail-grid{grid-template-columns:1fr 1fr;gap:30px}.process-section,.before-section{grid-template-columns:1fr;gap:28px}.process-section>div>p:not(.eyebrow){max-width:500px;font-size:14px}.before-section{padding-top:0}.method-detail>summary{font-size:20px}.work-page .project-grid{gap:24px}.work-page .work-art{aspect-ratio:1.13}.case-logo{width:116px}.case-heading h2{font-size:46px}.case-heading p:not(.eyebrow){font-size:13px}.sample-grid{gap:20px}.sample-image{height:177px;padding:15px}.sample-grid>.sample-card:first-child .sample-image{height:430px}.sample-caption strong{font-size:14px}.sample-grid>.sample-card:first-child .sample-caption strong{font-size:19px}.sample-grid-secondary{grid-template-columns:repeat(2,1fr)}.sample-grid-secondary .sample-image,.sample-grid-secondary>.sample-card:first-child .sample-image{height:250px}.contribution-grid{gap:30px}.dialog-grid{grid-template-columns:1fr;gap:15px;padding:22px}.dialog-copy{position:static;padding:7px 0}.dialog-copy h2{font-size:28px}.dialog-images{padding:12px}.sample-dialog{width:calc(100% - 28px);max-height:calc(100dvh - 28px)}.dialog-images img{max-height:80vh;object-fit:contain;max-width:100%}.about-page-hero{gap:35px;padding:48px 0;grid-template-columns:1.1fr 1fr}.about-page-hero h1{font-size:45px}.about-page-hero>div>p:not(.eyebrow){font-size:15px}.about-chapters{grid-template-columns:1fr;gap:30px}.about-chapters>h2{max-width:none}.principle-band>.shell{padding-left:80px}.quote-symbol{font-size:110px}.education-grid{gap:34px}.education-grid h3{font-size:22px}.contact-hero{gap:30px}.contact-hero h1{font-size:61px}.contact-hero>div>p:not(.eyebrow){font-size:15px}.contact-hero .eyebrow{font-size:9px}.channel-value{font-size:20px}.contact-steps{gap:25px}.contact-steps h3{font-size:20px}.contact-steps p{font-size:12px}}
@media(max-width:600px){.shell{width:calc(100% - 40px)}.header-inner{height:74px;gap:15px}.brand{gap:10px}.brand img{width:37px;height:37px}.brand strong{font-size:16px}.brand small{font-size:6px;letter-spacing:.1em}.menu-toggle{width:39px;height:39px}.site-nav{padding:103px 23px 28px}.nav-pages a{font-size:30px}.hero{display:flex;flex-direction:column;gap:28px;align-items:stretch;padding-block:35px 28px}.hero-copy{padding-bottom:0}.hero .eyebrow{font-size:8px;letter-spacing:.06em}.hero h1{font-size:clamp(49px,12.2vw,69px);margin-top:22px;line-height:1.06;letter-spacing:-.057em}.hero h1 em{letter-spacing:-.065em}.hero-description{font-size:15px;max-width:310px;margin:25px 0 22px;line-height:1.6}.hero-actions{flex-direction:row;align-items:center;gap:22px}.hero-actions .button{min-height:46px;padding:11px 18px;gap:22px;font-size:12px}.hero-actions .text-link{font-size:12px}.hero-portrait{margin:0 9px 0 23px;width:auto}.portrait-mat:before{right:-9px;bottom:-10px;top:15px;left:15px;border-radius:75px 0 0 0}.portrait-image{aspect-ratio:1.17;max-height:370px;object-position:center 33%;border-radius:70px 3px 3px 3px;filter:saturate(.65)}.portrait-quote{font-size:125px;left:-27px;top:-17px}.portrait-caption{padding-top:23px}.portrait-caption strong{font-size:12px}.portrait-caption small{font-size:10px}.round-arrow{height:30px;width:30px;font-size:14px}.trust-strip{padding:19px 0 22px}.trust-heading{font-size:9px;margin-bottom:16px}.trust-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;align-items:center}.trust-logo{width:100%}.trust-logo img{width:100%;max-width:80px;height:29px;object-fit:contain}.trust-lavanguardia img{width:27px;height:27px}.trust-delegacio img{height:40px}.trust-elnou img{height:22px}.section{padding-block:45px}.section-heading{display:block;margin-bottom:26px}.section-heading .eyebrow{margin-bottom:12px}.section-heading>.text-link{margin-top:20px;font-size:12px}h2{font-size:33px;letter-spacing:-.04em}.service-trio{display:block}.service-card{display:grid;grid-template-columns:1fr 39px;padding:20px 0;position:relative;gap:0 18px}.service-card:last-child{border-bottom:1px solid var(--line)}.service-card-top{display:contents}.service-card-top>span{display:none}.service-card-top>.service-icon{grid-column:2;grid-row:1/3;align-self:center;width:34px;height:34px}.service-card h3{grid-column:1;grid-row:1;font-size:27px;justify-content:flex-start;gap:20px}.service-card h3>span{font-size:19px}.service-card p{grid-row:2;grid-column:1;font-size:13px;max-width:260px;margin-top:8px;line-height:1.6}.selected-work h2{font-size:33px;line-height:1.12}.project-grid,.work-page .project-grid{grid-template-columns:1fr;gap:35px}.work-art,.work-page .work-art{aspect-ratio:1.24}.work-logo{left:20px;top:20px;width:96px;height:27px}.work-art-finnova .work-logo{width:98px}.browser-piece{top:26%;left:6%;right:12%}.newsletter-piece{top:20%;height:65%}.event-piece{top:28%;height:50%;left:5%;right:8%}.poster-piece{top:20%;width:33%}.project-caption{padding-top:17px}.project-tag{font-size:8px}.project-caption h3{font-size:25px;margin-top:6px}.project-caption p{font-size:12px;max-width:260px}.project-arrow{width:37px;height:37px}.image-note{font-size:9px;margin-top:20px}.method-compact .section-heading{margin-bottom:23px}.short-note{font-size:14px;max-width:300px;margin-top:19px}.method-line{display:grid;grid-template-columns:1fr;gap:0}.method-line a{display:grid;grid-template-columns:23px 1fr 20px;padding:13px 2px;border-bottom:1px solid var(--line);gap:13px;font-size:17px}.method-line a>span:first-child{font-size:10px}.method-line a>span:last-child:not(:first-child){font-size:20px;justify-self:end;transform:rotate(90deg)}.about-teaser{display:grid;grid-template-columns:84px 1fr;align-items:start;gap:22px;padding:5px 0 48px}.about-mini-photo{margin-top:27px}.about-teaser-copy{display:block}.about-teaser-copy .eyebrow{font-size:8px}.about-teaser-copy h2{font-size:28px;margin-top:12px;line-height:1.1}.about-teaser-copy h2 br{display:none}.about-teaser-copy>p:not(.eyebrow){font-size:13px;line-height:1.65;margin-top:15px}.about-teaser-copy>.text-link{font-size:12px}.footer-invitation{display:block;padding:38px 0}.footer-title{font-size:57px;margin-top:18px;padding-right:65px;max-width:350px}.footer-direct{margin-top:29px;max-width:320px}.footer-direct>a{font-size:14px}.footer-direct p{margin-top:15px;font-size:11px;max-width:290px}.footer-meta{flex-wrap:wrap;gap:17px 28px;padding:21px 0}.footer-meta .brand{width:100%;margin:0 0 0}.footer-meta>span{font-size:9px}.footer-meta .brand img{width:35px;height:35px}.linkedin-bottom{gap:12px;padding-block:17px}.linkedin-bottom>span{font-size:11px}.linkedin-bottom small{font-size:9px;max-width:145px;line-height:1.5}.footer-linkedin{gap:8px;font-size:11px}.footer-linkedin svg{width:15px;height:15px}.page-intro{padding:40px 0 32px}.page-intro .eyebrow{font-size:9px;margin-bottom:20px}.page-intro h1{font-size:44px;line-height:1.06}.page-intro p.intro-description{font-size:15px;line-height:1.7}.service-area{grid-template-columns:23px 1fr;padding:23px 0;gap:9px 13px}.service-area-number{font-size:10px}.service-area-title h2{font-size:29px}.service-area-title>.service-icon{width:29px;height:29px}.service-area-title p{max-width:250px;font-size:13px}.service-disclosure{grid-column:2}.service-disclosure summary{font-size:13px;padding:11px 0 3px}.service-disclosure .disclosure-body{padding-top:18px;font-size:14px}.service-detail-grid{grid-template-columns:1fr;gap:4px}.europe-band{grid-template-columns:30px 1fr;gap:16px;padding:24px 19px}.europe-stars{font-size:37px}.europe-band h3{font-size:23px}.europe-band p{font-size:13px}.europe-band ul{font-size:13px}.scope-detail>summary{font-size:13px}.scope-detail .disclosure-body{font-size:13px}.disclosure summary{font-size:16px;padding:20px 0;gap:16px}.disclosure-body{font-size:14px;padding-bottom:19px;line-height:1.75}.process-section h2{font-size:32px}.method-detail summary{font-size:19px}.process-section .disclosure-body{font-size:14px}.before-section{padding-top:0}.before-section h2{font-size:32px}.before-section .disclosure summary{font-size:14px}.viewing-project .work-page{padding-top:24px}.case-heading{margin-top:29px;gap:15px}.case-heading h2{font-size:38px;line-height:1.1}.case-heading .eyebrow{font-size:8px}.case-heading p:not(.eyebrow){font-size:13px;max-width:235px}.case-logo{width:78px;max-height:38px}.case-metadata{flex-direction:column;gap:7px;font-size:8px;margin-bottom:23px;line-height:1.65;padding-block:13px}.sample-grid{display:grid;grid-template-columns:1fr;gap:25px}.sample-grid>.sample-card:first-child{grid-row:auto}.sample-grid>.sample-card:first-child .sample-image,.sample-image{height:295px;padding:20px}.sample-grid>.sample-card:first-child .sample-caption strong,.sample-caption strong{font-size:18px}.sample-caption small{font-size:8px}.sample-grid-secondary{grid-template-columns:1fr}.sample-grid-secondary .sample-image,.sample-grid-secondary>.sample-card:first-child .sample-image{height:275px}.more-samples>summary{padding:14px;font-size:12px}.contribution summary{font-size:18px}.contribution-grid{grid-template-columns:1fr;gap:20px}.contribution-grid li,.contribution-grid p{font-size:13px}.contribution-grid h4{font-size:10px}.career-section{padding-top:40px}.career-section .section-heading{margin-bottom:25px}.career-section h2{font-size:31px}.career-item>summary{gap:17px}.career-item>summary>span:not(.plus){font-size:18px}.career-logo{width:64px;height:29px}.career-item#lavanguardia .career-logo{width:29px;margin-right:35px}.career-item#delegacio .career-logo{height:39px}.career-role{font-size:10px;line-height:1.7}.sample-dialog{width:calc(100% - 20px);max-height:calc(100dvh - 24px);margin:auto}.dialog-toolbar{padding:10px 13px;font-size:8px;letter-spacing:.05em}.dialog-close{width:32px;height:32px}.dialog-grid{padding:15px;gap:20px}.dialog-images{padding:9px}.dialog-copy h2{font-size:25px;margin-bottom:16px}.dialog-copy p{font-size:13px;line-height:1.7}.dialog-navigation{margin-top:24px}.about-page-hero{display:flex;flex-direction:column;align-items:stretch;gap:26px;padding:40px 0 10px}.about-page-hero h1{font-size:49px}.about-page-hero .eyebrow{font-size:9px;margin-bottom:21px}.about-page-hero>div>p:not(.eyebrow){font-size:15px;margin:21px 0}.about-page-hero figure{margin:0 14px 0 22px}.about-page-hero figure img{border-top-left-radius:65px;aspect-ratio:1.16;object-position:center 30%}.about-page-hero figcaption{font-size:10px}.about-chapters{padding-top:28px}.about-chapters h2{font-size:31px;max-width:280px}.career-chapter{gap:17px}.chapter-index{font-size:10px;padding-top:25px}.career-chapter summary{font-size:23px}.principle-band{padding:38px 0}.principle-band>.shell{padding-left:48px}.quote-symbol{font-size:83px;top:-10px;left:0}.principle-band h2{font-size:26px;line-height:1.2}.principle-band summary{font-size:12px}.principle-band .disclosure-body{font-size:13px}.education-grid{grid-template-columns:1fr;gap:29px}.education-grid h3{font-size:23px;margin:12px 0}.education-grid p{font-size:13px}.contact-hero{grid-template-columns:1fr;gap:40px;padding-block:40px 32px}.contact-hero h1{font-size:65px;margin:22px 0}.contact-hero>div>p:not(.eyebrow){font-size:15px}.contact-person{margin-top:28px}.contact-person img{width:49px;height:49px}.contact-person small{font-size:10px}.contact-channel{padding:22px 0;gap:11px}.channel-value{font-size:25px}.channel-name{font-size:9px}.contact-channel>span:last-child{font-size:23px}.contact-steps{grid-template-columns:1fr;gap:19px;padding-block:25px}.contact-steps>div{display:grid;grid-template-columns:22px 1fr;gap:3px 14px;align-items:center}.contact-steps h3{margin:0;font-size:22px;grid-column:2;grid-row:1}.contact-steps p{grid-column:2;font-size:13px}.contact-next{padding-bottom:27px}.form-pending>summary{font-size:11px}.form-row{grid-template-columns:1fr}.form-pending .disclosure-body{font-size:13px}}
@media(max-width:360px){.shell{width:calc(100% - 32px)}.brand small{font-size:5.5px}.hero h1{font-size:46px}.hero-actions{gap:14px}.hero-actions .button{padding-inline:16px}.hero-actions .text-link{font-size:11px}.hero .eyebrow{font-size:7px}.trust-logos{gap:9px}.about-teaser{grid-template-columns:65px 1fr;gap:18px}.about-teaser h2{font-size:25px}.footer-title{font-size:49px}.contact-hero h1{font-size:57px}.channel-value{font-size:22px}.career-item>summary>span:not(.plus){font-size:16px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.project-card:hover .browser-piece,.project-card:hover .event-piece,.project-card:hover .poster-piece,.project-card:hover .newsletter-piece{transform:none}}
@media print{.site-header,.site-footer,.menu-toggle,.project-overview,.back-to-projects,.sample-dialog{display:none!important}.shell{width:100%}.project-case[hidden]{display:block!important}details>.disclosure-body{display:block!important}body{background:white;color:black}.section{padding:20px 0}.sample-image{height:200px!important}a{color:black}h1{font-size:36px!important}}
/* Final fit: image previews never crop the original, and utility buttons are neutral. */
button.text-link{background:none;border:0;border-bottom:1px solid currentColor;border-radius:0}
.sample-image img{height:100%;width:100%;min-height:0;min-width:0;object-fit:contain;box-shadow:none}
@media(min-width:1101px){.hero-portrait{max-width:465px;justify-self:end;width:100%}.hero{padding-block:50px 42px}.section{padding-block:64px}.about-teaser{padding-bottom:65px}.footer-invitation{padding-block:48px}.selected-work{padding-bottom:58px}}
