@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: url(assets/cormorant-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: url(assets/cormorant-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/cormorant-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Cormorant Garamond';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/cormorant-3.ttf) format('truetype');
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(assets/font-3.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(assets/font-4.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(assets/font-5.ttf) format('truetype');
}
@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(assets/font-6.ttf) format('truetype');
}

:root{--paper:#f8f4f1;--ink:#412a23;--muted:#725f57;--line:#d7c9c0;--accent:#69404f;--soft:#eee3e4;--serif:'Cormorant Garamond',Georgia,serif;--sans:'Manrope',Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:6rem}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,summary:focus-visible{outline:2px solid var(--accent);outline-offset:6px}img{display:block;max-width:100%;height:auto}button{cursor:pointer}::selection{background:#dac0ca}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:400}h1,h2,.serif{font-family:var(--serif)}h2{font-size:clamp(2.5rem,5vw,4.2rem);line-height:1.12;letter-spacing:-.035em}h3{font-size:1.55rem;line-height:1.35}p+p{margin-top:1.1rem}.wrap{width:min(1280px,calc(100% - 112px));margin:auto}.skip{position:absolute;top:-100px;background:var(--ink);color:white;padding:12px;z-index:100}.skip:focus{top:0}.site-header{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid var(--line)}.brand{font-family:var(--serif);font-size:1.8rem;letter-spacing:-.06em;line-height:1}.brand small{display:block;font-family:var(--sans);font-size:.67rem;letter-spacing:.25em;text-transform:uppercase;margin-top:.6rem}.nav{display:flex;align-items:center;gap:32px;font-size:.875rem}.nav a:not(.button){padding:7px 0;position:relative}.nav a:not(.button):after{content:'';position:absolute;bottom:0;left:0;width:0;height:1px;background:var(--ink);transition:width .2s}.nav a:hover:after,.nav a[aria-current=page]:after{width:100%}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:48px;border:1px solid var(--ink);padding:10px 24px;border-radius:100px;font-size:.875rem;line-height:1.5;transition:background .2s,color .2s}.button:hover{background:var(--ink);color:var(--paper)}.button.solid{background:var(--ink);color:var(--paper)}.button.solid:hover{background:var(--accent);border-color:var(--accent)}.arrow{font-size:1.3rem;line-height:1}.eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;line-height:1.6}.hero{display:grid;grid-template-columns:1.35fr 1fr;gap:70px;padding:74px 0 48px;align-items:center}.hero h1{font-size:clamp(3.8rem,6.55vw,6.6rem);line-height:1.02;letter-spacing:-.05em;margin:30px 0}.hero h1 em{font-weight:400;color:var(--accent)}.hero-copy{font-size:1.05rem;max-width:450px;color:var(--muted)}.hero-actions{display:flex;align-items:center;gap:26px;margin-top:33px;flex-wrap:wrap}.text-link{display:inline-flex;gap:16px;align-items:center;font-size:.9rem;border-bottom:1px solid var(--line);padding:6px 0}.text-link:hover{border-color:var(--ink)}.portrait{position:relative;padding:0 20px 0 26px}.portrait-frame{background:#e6d8cc;border-radius:48% 48% 0 0;overflow:hidden;aspect-ratio:4/4.85}.portrait-frame img{height:100%;width:100%;object-fit:cover;object-position:center 28%}.portrait figcaption{margin-top:18px;font-size:.85rem;display:flex;justify-content:space-between;gap:10px}.portrait figure{margin:0}.hero-foot{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:21px 0;color:var(--muted);font-size:.8rem}.hero-foot p{display:flex;gap:20px}.hero-foot span+span:before{content:'·';margin-right:20px}.section{padding:105px 0}.section-head{display:flex;align-items:end;justify-content:space-between;margin-bottom:44px;gap:30px}.section-head .eyebrow{margin-bottom:19px}.section-head>p{font-size:.9rem;color:var(--muted);max-width:260px}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px}.project-cover{aspect-ratio:1.25;background:#e1d6cb;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.project-cover.art{background:#ddc2b5;gap:18px;padding:42px 55px}.project-cover.art img{width:44%;height:100%;object-fit:cover;object-position:top;box-shadow:0 10px 30px #412a2319;transition:transform .5s}.project-cover.art img:first-child{transform:rotate(-6deg) translateY(-9px)}.project-cover.art img:nth-child(2){transform:rotate(5deg) translateY(16px)}.project-card:hover .project-cover.art img:first-child{transform:rotate(-3deg) translateY(-14px)}.project-cover.opt{background:#e8e5df;padding:40px 65px}.project-cover.opt img{height:100%;width:auto;transform:rotate(-5deg);object-fit:contain;box-shadow:7px 12px 20px #412a231b;transition:transform .5s}.project-card:hover .project-cover.opt img{transform:rotate(-2deg) scale(1.02)}.project-label{display:flex;justify-content:space-between;gap:20px;padding-top:22px}.project-label h3{font-family:var(--serif);font-size:1.9rem;letter-spacing:-.03em}.project-label p{font-size:.82rem;margin-top:5px;color:var(--muted)}.circle-arrow{width:45px;height:45px;border:1px solid var(--line);border-radius:100%;display:grid;place-items:center;flex-shrink:0;font-size:1.4rem}.project-card:hover .circle-arrow{background:var(--ink);color:var(--paper)}.about-band{background:#ede5e1}.about-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:95px}.about-grid h2{max-width:460px;margin-top:24px}.about-text{font-size:1.05rem;color:var(--muted);padding-top:36px}.about-text .text-link{color:var(--ink);margin-top:26px}.capabilities{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.capabilities span{font-size:.8rem;border:1px solid #ccbcb1;border-radius:100px;padding:5px 13px}.cv-row{display:grid;grid-template-columns:180px 1fr 1fr;gap:30px;border-top:1px solid var(--line);padding:30px 0}.cv-row:last-of-type{border-bottom:1px solid var(--line)}.cv-row .date{font-size:.82rem;color:var(--muted)}.cv-row h3{font-family:var(--serif);font-size:1.55rem}.cv-row p,.cv-row .description{font-size:.9rem;color:var(--muted)}.cv-row .organization{margin-top:5px}.cv-footer{display:flex;justify-content:space-between;gap:30px;margin-top:30px;align-items:center}.cv-footer p{font-size:.875rem;color:var(--muted)}.lab{border-top:1px solid var(--line);padding-top:60px}.lab-strip{display:grid;grid-template-columns:1.1fr .8fr 1.1fr;gap:22px;align-items:center;margin-top:32px}.lab-strip img{width:100%;max-height:320px;object-fit:contain;background:#eee8e3}.lab-wide{margin-top:22px;display:grid;gap:22px}.lab-wide img{width:100%}.contact{padding:85px 0;background:var(--ink);color:var(--paper)}.contact .eyebrow{color:#d7bcb0}.contact h2{font-size:clamp(3.1rem,6vw,5.6rem);margin:26px 0 35px;max-width:830px}.contact-grid{display:flex;justify-content:space-between;align-items:end;gap:40px}.contact p{max-width:510px;color:#decbc1;font-size:.95rem}.contact .button{border-color:#f8f4f1;color:#f8f4f1;white-space:nowrap}.contact .button:hover{background:#f8f4f1;color:var(--ink)}.contact-meta{display:flex;justify-content:space-between;gap:20px;margin-top:55px;padding-top:22px;border-top:1px solid #715348;color:#e1ccc2;font-size:.85rem}.contact-meta a:hover{text-decoration:underline}.site-footer{display:flex;justify-content:space-between;gap:20px;padding:24px 0;font-size:.75rem;color:var(--muted)}.socials{display:flex;gap:22px}.site-footer a:hover{text-decoration:underline}.page-intro{padding:42px 0 60px}.back-link{font-size:.85rem;color:var(--muted);display:inline-flex;gap:12px;align-items:center;margin-bottom:60px}.page-intro .eyebrow{margin-bottom:22px}.page-intro h1{font-size:clamp(3.2rem,7vw,6rem);line-height:1.04;letter-spacing:-.045em;max-width:1000px}.page-intro .role{margin-top:25px;font-size:1.1rem}.project-lead{display:grid;grid-template-columns:1fr 1.25fr;gap:75px;padding:50px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.project-lead h2{font-size:2.4rem;letter-spacing:-.025em;max-width:440px}.project-lead p{color:var(--muted)}.project-section{padding:80px 0;border-bottom:1px solid var(--line)}.project-section h2{font-size:clamp(2rem,4vw,3.25rem);margin-bottom:35px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:60px}.media-story h3{font-family:var(--serif);font-size:1.9rem;margin:26px 0 18px}.media-story p{color:var(--muted)}.media-story video{display:block;width:100%;height:510px;object-fit:contain;background:#e8dfd8}.media-story .fine{font-size:.9rem;margin-top:20px}.media-full{margin:35px 0;width:100%}.story-copy{max-width:740px;color:var(--muted)}.story-copy+.text-link{margin-top:20px}.gallery-five{display:grid;grid-template-columns:repeat(5,1fr);gap:15px;margin:32px 0}.gallery-five img{width:100%;object-fit:contain;align-self:start}.gallery-two{display:grid;grid-template-columns:1fr 1fr;gap:25px;margin:35px 0}.gallery-two img{width:100%;align-self:start}.gallery-three{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin:35px 0}.gallery-three img{width:100%;align-self:start}.gallery-link{display:block}.gallery-link:hover img{opacity:.85}.catalog-layout{display:grid;grid-template-columns:1fr 1.2fr;gap:70px;align-items:center}.catalog-images{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:34px;background:#e9e3dc}.catalog-images img{width:100%;box-shadow:0 8px 24px #412a2317}.copy-list{padding-left:20px;color:var(--muted)}.copy-list li{margin:14px 0}.project-next{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:65px 0}.project-next .eyebrow{margin-bottom:14px}.project-next h2{font-size:2.7rem}.cv-page{max-width:970px;margin:auto}.cv-title{padding:60px 0 35px}.cv-title h1{font-size:clamp(2.6rem,5vw,4.6rem);line-height:1.1;letter-spacing:-.035em}.cv-title .name-last{display:block;font-family:var(--sans);font-size:.3em;letter-spacing:.15em;line-height:2.2;margin-top:12px}.cv-contact{display:flex;flex-wrap:wrap;gap:10px 22px;font-size:.9rem;margin-top:20px;color:var(--muted)}.cv-section{border-top:1px solid var(--line);padding:35px 0}.cv-section h2{font-size:2rem;margin-bottom:22px}.cv-section h3{font-size:1.15rem;font-weight:600;margin:28px 0 4px}.cv-section h4{font-size:1rem;margin:20px 0 5px}.cv-section p,.cv-section li{font-size:.95rem}.cv-section li{margin:6px 0}.cv-section .meta{font-size:.85rem;color:var(--muted);margin-bottom:16px}.cv-columns{display:grid;grid-template-columns:1fr 1fr;gap:45px}.print-actions{display:flex;gap:20px;justify-content:space-between;padding:25px 0}.menu-button{display:none}
@media(min-width:1500px){.hero{gap:110px}.portrait-frame{max-height:580px}}@media(max-width:1000px){.wrap{width:calc(100% - 64px)}.hero{gap:30px;padding-top:55px}.hero h1{font-size:5.8vw}.portrait{padding:0}.hero-foot p{gap:10px}.hero-foot span+span:before{margin-right:10px}.about-grid{gap:50px}.cv-row{grid-template-columns:140px 1fr 1fr;gap:20px}.project-cover.art{padding:28px}.project-cover.opt{padding:30px}.two-col{gap:30px}.project-lead{gap:35px}.catalog-layout{gap:35px}.nav{gap:20px}}
@media(max-width:700px){html{scroll-padding-top:20px}.wrap{width:calc(100% - 40px)}.site-header{height:82px;flex-wrap:wrap;position:relative}.brand{font-size:1.6rem}.brand small{font-size:.6rem}.menu-button{display:block;border:1px solid var(--line);border-radius:100px;background:none;padding:7px 16px;color:var(--ink);font-size:.85rem}.nav{display:none;position:absolute;top:81px;left:-20px;right:-20px;background:var(--paper);padding:26px 20px;border-bottom:1px solid var(--line);z-index:10;align-items:stretch;gap:16px}.nav.open{display:flex;flex-direction:column}.nav .button{align-self:flex-start}.hero{grid-template-columns:1fr;padding:44px 0 34px;gap:40px}.hero h1{font-size:clamp(3.7rem,13.2vw,6rem);margin:22px 0}.hero .eyebrow{font-size:.7rem}.hero-copy{font-size:1rem;max-width:480px}.hero-actions{margin-top:24px;gap:22px}.portrait{width:min(360px,87%);margin-left:auto}.portrait-frame{aspect-ratio:4/4.65}.portrait figcaption{font-size:.75rem}.hero-foot{align-items:start;font-size:.75rem;gap:20px}.hero-foot p{flex-wrap:wrap;gap:2px 10px}.hero-foot>a{flex-shrink:0}.section{padding:65px 0}.section-head{margin-bottom:30px;display:block}.section-head>p{margin-top:20px;max-width:100%}.section-head .eyebrow{margin-bottom:14px}.project-grid{grid-template-columns:1fr;gap:45px}.project-cover{aspect-ratio:1.2}.project-cover.art{padding:32px 45px}.project-cover.opt{padding:32px 60px}.project-label h3{font-size:1.7rem}.about-grid{grid-template-columns:1fr;gap:25px}.about-grid h2{max-width:350px}.about-text{padding-top:0;font-size:1rem}.cv-row{grid-template-columns:1fr;gap:8px;padding:25px 0}.cv-row .description{margin-top:6px}.cv-footer{display:block}.cv-footer .text-link{margin-top:20px}.lab-strip{grid-template-columns:1fr 1fr;gap:14px}.lab-strip img:last-child{grid-column:1/-1;max-height:380px}.contact{padding:60px 0}.contact h2{font-size:3.5rem}.contact-grid{display:block}.contact-grid .button{margin-top:30px}.contact-meta{display:flex;flex-direction:column;gap:13px;margin-top:40px;overflow-wrap:anywhere}.site-footer{display:block;font-size:.72rem}.socials{margin-top:12px}.page-intro{padding:30px 0 38px}.back-link{margin-bottom:38px}.page-intro h1{font-size:3.5rem}.page-intro .role{font-size:1rem}.project-lead{grid-template-columns:1fr;gap:25px;padding:32px 0}.project-lead h2{font-size:2rem}.project-section{padding:50px 0}.two-col{grid-template-columns:1fr;gap:40px}.media-story video{height:500px;max-height:75vh}.media-story h3{font-size:1.65rem}.gallery-five{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:14px;padding-bottom:12px}.gallery-five img{width:72%;flex:0 0 72%;scroll-snap-align:start}.gallery-two{grid-template-columns:1fr}.gallery-three{grid-template-columns:1fr 1fr;gap:12px}.catalog-layout{grid-template-columns:1fr;gap:28px}.catalog-images{padding:20px;gap:12px}.project-next h2{font-size:2rem}.project-next .circle-arrow{width:44px;height:44px}.cv-title{padding:30px 0}.cv-title .name-last{font-size:.32em;letter-spacing:.1em}.cv-columns{grid-template-columns:1fr;gap:0}.print-actions{gap:15px}.print-actions .button{font-size:.75rem;padding:9px 15px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
@media print{body{background:#fff;color:#241b17;font-size:10pt}.site-header,.site-footer,.print-actions,.skip{display:none!important}.wrap{width:100%}.cv-page{max-width:none}.cv-title{padding:0 0 16px}.cv-title h1{font-size:30pt}.cv-title .name-last{font-size:12pt;letter-spacing:.04em}.cv-section{padding:18px 0}.cv-section h2{font-size:20pt}.cv-section h3{font-size:11pt}.cv-section h4,.cv-section p,.cv-section li,.cv-contact{font-size:9pt}.cv-section li{margin:4px 0}.cv-section h2,.cv-section h3,.cv-section h4{break-after:avoid}.cv-section ul{padding-left:18px}.cv-section li{break-inside:avoid}.cv-columns{gap:25px}.cv-contact{gap:8px 20px}@page{size:A4;margin:15mm}}
.gallery-five .gallery-link{min-width:0}.gallery-five .gallery-link img{width:100%}.project-label>div>h3+span{color:var(--muted);font-size:.85rem}.media-full img{width:100%}.catalog-layout .text-link{margin-top:22px}.project-card .project-label>div{font-size:.82rem;color:var(--muted)}.project-card .project-label h3{color:var(--ink);margin-bottom:5px}
@media(max-width:700px){.gallery-five .gallery-link{flex:0 0 72%;scroll-snap-align:start}.gallery-five .gallery-link img{width:100%}}
h1,h2,h3,h4{overflow-wrap:break-word}.project-grid>*{min-width:0}.cv-contact a{overflow-wrap:anywhere}.infographic-gallery{display:grid;grid-template-columns:repeat(4,1fr);gap:22px;margin:35px 0;align-items:start}.infographic-gallery img{max-height:560px;width:100%;object-fit:contain;object-position:top}
@media(max-width:700px){.hero h1{font-size:clamp(2.4rem,12.4vw,5.5rem)}.infographic-gallery{grid-template-columns:1fr 1fr;gap:14px}}

/* Creative direction: expressive serif, quiet movement, concrete work. */
:root{--paper:#faf7f3;--ink:#352924;--muted:#6a5d56;--accent:#87485b;--line:#dbd0c8;--orange:#ba442b;--soft:#f0e6e3}
body{font-size:1rem;line-height:1.75}
h1,h2,h3,h4,h5,h6,.serif{font-family:var(--serif);font-weight:400}
h2 em{font-weight:400;color:var(--accent)}
p,li,button,input,textarea,nav,figcaption{font-family:var(--sans)}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.site-header{height:108px;position:relative;z-index:5;border-bottom:1px solid var(--line)}
.brand{font-size:2rem;letter-spacing:-.055em;flex-shrink:0}.brand-dot{color:var(--orange)}
.brand small{font-size:.65rem;letter-spacing:.18em;margin-top:.55rem;line-height:1.5}
.nav{gap:26px;font-size:.875rem}.nav .button{border-color:var(--orange);color:var(--orange);padding-inline:22px}.nav .button:hover{background:var(--orange);color:white}
.button{transition:background .25s,color .25s,transform .25s,border-color .25s}.button:hover{transform:translateY(-2px)}.button.solid{background:var(--orange);border-color:var(--orange)}.button.solid:hover{background:var(--ink);border-color:var(--ink)}
.eyebrow{font-size:.75rem;letter-spacing:.13em}.text-link{font-size:.9rem;gap:15px}.text-link span{transition:transform .25s}.text-link:hover span{transform:translate(2px,-2px)}
.hero-stage{position:relative;isolation:isolate;overflow:hidden;overflow:clip}
.hero-ambience{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}
.halo{position:absolute;display:block;border-radius:50%;filter:blur(68px);opacity:.65;will-change:transform}
.halo-one{width:700px;height:500px;top:-75px;right:-180px;background:radial-gradient(ellipse,#dcc9d4 0%,#eacdd063 46%,transparent 73%);animation:drift-one 18s ease-in-out infinite alternate}
.halo-two{width:800px;height:620px;bottom:-330px;left:-250px;background:radial-gradient(ellipse,#e6bc97 0%,#edd8ac66 40%,transparent 70%);animation:drift-two 23s ease-in-out infinite alternate}
.orbit{position:absolute;display:block;width:850px;height:520px;border:1px solid #ac806119;border-radius:50%;right:-390px;top:60px;animation:orbit-drift 28s ease-in-out infinite alternate}
.orbit-two{right:-440px;top:140px;width:1020px;height:650px;animation-delay:-10s;animation-direction:alternate-reverse}
.hero-kicker{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:28px;color:var(--muted)}
.motion-toggle{display:inline-flex;align-items:center;justify-content:center;gap:9px;background:transparent;border:1px solid transparent;border-radius:30px;color:var(--muted);min-height:40px;padding:5px 10px;font-size:.75rem;line-height:1.4;flex-shrink:0}.motion-toggle:hover{border-color:var(--line);background:#faf7f370}.motion-symbol{font-size:1rem}.motion-toggle:disabled{cursor:default}
.hero-creative{grid-template-columns:1.25fr .75fr;gap:28px;min-height:575px;padding:28px 0 55px;align-items:center}
.hero-intro{position:relative;z-index:2;min-width:0;animation:arrive .75s cubic-bezier(.2,.65,.3,1) both}
.hero-specialty{font-size:.9rem;line-height:1.6;color:var(--muted)}
.hero-creative h1{font-size:clamp(4.2rem,7.2vw,7.2rem);line-height:1.055;letter-spacing:-.055em;margin:24px 0 28px;max-width:830px}.hero-creative h1 em{color:var(--accent);font-weight:400;white-space:nowrap;letter-spacing:-.055em}
.hero-copy{max-width:465px;font-size:1rem;line-height:1.85}.hero-actions{margin-top:29px;gap:27px}
.hero-studies{position:relative;height:435px;min-width:0;align-self:center;animation:arrive 1s cubic-bezier(.2,.65,.3,1) both}
.study{position:absolute;display:block;padding:10px 10px 0;background:#fffdf9;box-shadow:0 12px 35px #51352512;border:1px solid #d9c5b87a;transition:transform .45s,box-shadow .45s;will-change:transform}
.study-one{width:310px;left:0;top:18px;transform:rotate(-8deg);z-index:2}.study-one .study-visual{aspect-ratio:16/10;background:#f0d5d0}.study-one img{width:100%;height:100%;object-fit:cover}.study-two{width:196px;right:0;top:137px;transform:rotate(9deg);z-index:3}.study-two .study-visual{aspect-ratio:728/1040;background:#f0eee6}.study-two img{height:100%;width:100%;object-fit:contain}
.study:hover,.study:focus-visible{transform:rotate(0deg) translateY(-8px);box-shadow:0 22px 45px #51352521;z-index:4}
.study-caption{display:flex;justify-content:space-between;gap:8px;padding:12px 3px;font-family:var(--sans);font-size:.75rem;line-height:1.4;color:var(--muted)}
.study-note{position:absolute;bottom:27px;left:22px;font-family:var(--serif);font-size:1.8rem;line-height:1.15;letter-spacing:-.025em;transform:rotate(-5deg);color:var(--accent)}
.hero-foot{padding:21px 0 23px;font-size:.8rem}.hero-foot p{font-size:.8rem}.hero-foot> a{display:inline-flex;align-items:center;gap:14px;min-height:35px}
.section{padding:95px 0}.section-head>p{font-size:1rem;max-width:300px;line-height:1.75}.section-head h2{font-size:clamp(2.8rem,4.6vw,4.4rem)}
.project-cover{border-radius:3px}.project-label h3{font-size:1.9rem}.project-card .project-label>div{font-size:.875rem}.project-label p{font-size:.875rem}.circle-arrow{transition:background .25s,color .25s,transform .25s}.project-card:hover .circle-arrow{transform:rotate(4deg)}
.about-band{background:#f0e9e3;border-block:1px solid #d8cabc80}.about-grid{grid-template-columns:1fr 1fr;gap:75px}.about-grid h2{max-width:550px;font-size:clamp(2.8rem,4.3vw,4.1rem)}.about-text{padding-top:26px;font-size:1rem}.about-text p+p{margin-top:22px}
.skill-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:65px;row-gap:0}.skill-item{border-top:1px solid var(--line);padding:31px 0 36px;display:grid;grid-template-columns:35px 1fr;gap:18px}.skill-number{font-size:.8rem;color:var(--accent);padding-top:8px}.skill-item h3{font-size:1.9rem;line-height:1.25;letter-spacing:-.025em;margin-bottom:15px}.skill-item p{font-size:1rem;line-height:1.8;color:var(--muted);max-width:420px}.skill-output{display:block;font-family:var(--sans);font-size:.8rem;line-height:1.6;color:var(--accent);margin-top:19px}
.cv-link-section{padding:0 0 95px;scroll-margin-top:35px}.cv-link-card{display:flex;align-items:center;justify-content:space-between;gap:38px;border:1px solid var(--line);padding:38px 44px;background:linear-gradient(115deg,#f4e8e680,#ede9de45);position:relative}.cv-link-card h2{font-size:clamp(2.1rem,3.2vw,3rem);line-height:1.2;margin:13px 0 14px;letter-spacing:-.035em}.cv-link-card p:not(.eyebrow){font-size:1rem;color:var(--muted)}.cv-link-card .button{flex-shrink:0}
.lab{padding-top:65px}.lab .section-head>p{max-width:340px}.lab-strip{gap:26px}.lab-strip>a{display:block;overflow:hidden;min-width:0}.lab-strip img{transition:transform .5s}.lab-strip>a:hover img{transform:scale(1.025)}
.contact h2 em{color:#dba995}.contact p:not(.eyebrow){font-size:1rem}.contact .eyebrow{font-size:.75rem}.contact .button{border-color:var(--paper);color:var(--paper)}.site-footer{font-size:.8rem}
.page-intro h1{letter-spacing:-.045em}.page-intro .role{font-size:1.15rem;font-family:var(--serif)}.project-lead p,.story-copy,.media-story p,.copy-list{font-size:1rem}.project-lead h2{font-family:var(--serif);font-size:2.4rem;line-height:1.25}.project-section h2{font-family:var(--serif)}.media-story h3{font-size:1.9rem}.back-link{font-size:.9rem}.catalog-layout p{font-size:1rem}
.motion-paused .hero-ambience *,.motion-paused .hero-intro,.motion-paused .hero-studies,.page-hidden .hero-ambience *{animation-play-state:paused!important}
@keyframes drift-one{0%{transform:translate3d(-10%,0,0) scale(.95)}100%{transform:translate3d(-30%,25%,0) scale(1.2)}}
@keyframes drift-two{0%{transform:translate3d(0,0,0) scale(.95)}100%{transform:translate3d(36%,-22%,0) scale(1.1)}}
@keyframes orbit-drift{from{transform:rotate(-30deg) translateX(0)}to{transform:rotate(-10deg) translateX(-60px)}}
@keyframes arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1500px){.hero-creative{gap:40px}.hero-creative h1{font-size:7rem}}
@media(max-width:1150px){.nav{gap:18px}.hero-creative{grid-template-columns:1.3fr .7fr;gap:15px;min-height:540px}.hero-creative h1{font-size:6.8vw}.study-one{width:245px;left:-10px;top:30px}.study-two{width:167px;right:0;top:167px}.study-note{font-size:1.55rem;bottom:23px;left:-10px}.hero-copy{max-width:400px}.hero-actions{gap:22px}.about-grid{gap:45px}.skill-grid{column-gap:35px}.cv-link-card{padding:35px}}
@media(max-width:900px){.site-header{height:88px;flex-wrap:wrap}.brand{font-size:1.8rem}.menu-button{display:block;border:1px solid var(--line);border-radius:100px;background:transparent;padding:8px 18px;color:var(--ink);font-size:.9rem;min-height:44px}.nav{display:none;position:absolute;top:87px;left:-32px;right:-32px;background:var(--paper);padding:25px 32px;border-bottom:1px solid var(--line);z-index:10;align-items:stretch;gap:14px}.nav.open{display:flex;flex-direction:column}.nav a{min-height:40px}.nav .button{align-self:flex-start}.hero-creative{grid-template-columns:1fr .62fr;min-height:490px;gap:25px}.hero-creative h1{font-size:6.8vw}.hero-actions{align-items:flex-start;gap:15px;flex-direction:column}.hero-studies{height:340px}.study-one{width:220px;left:-5px;top:14px}.study-two{width:138px;top:134px;right:0}.study-caption{font-size:.7rem;padding:10px 0}.study-note{left:-5px;bottom:3px;font-size:1.4rem}.hero-specialty{font-size:.85rem}.hero-copy{font-size:.95rem}.about-grid{gap:30px}.about-grid h2{font-size:3.1rem}.skill-item{grid-template-columns:25px 1fr;gap:12px}.skill-item h3{font-size:1.65rem}.cv-link-card{gap:25px}.cv-link-card .button{padding-inline:20px}}
@media(max-width:700px){.site-header{height:84px}.brand small{font-size:.62rem}.nav{left:-20px;right:-20px;top:83px;padding:24px 20px}.hero-kicker{padding-top:20px;gap:10px}.hero-kicker .eyebrow{font-size:.65rem;letter-spacing:.1em}.hero-creative{grid-template-columns:1fr;gap:12px;min-height:0;padding:25px 0 25px}.hero-creative h1{font-size:clamp(2.7rem,10.5vw,4.9rem);line-height:1.1;letter-spacing:-.05em;margin:20px 0 23px}.hero-creative h1 em{white-space:normal}.hero-specialty{font-size:.85rem}.hero-copy{font-size:1rem;max-width:470px}.hero-actions{flex-direction:row;align-items:center;flex-wrap:wrap;gap:18px 23px;margin-top:24px}.hero-actions .button{padding-inline:20px}.hero-actions .text-link{font-size:.85rem}.hero-studies{height:340px;width:min(430px,100%);margin:20px auto 0}.study-one{width:65%;max-width:265px;left:5px;top:25px}.study-two{width:40%;max-width:164px;right:10px;top:99px}.study-note{font-size:1.55rem;bottom:18px;left:14px}.study-caption{font-size:.72rem;padding:11px 1px}.hero-foot{align-items:center;gap:17px;padding:15px 0}.hero-foot p{gap:3px 10px;max-width:215px;font-size:.7rem}.hero-foot span+span:before{margin-right:10px}.hero-foot>a{font-size:.75rem}.hero-foot p span:last-child{display:none}.halo-one{width:480px;height:450px;right:-270px;top:70px;filter:blur(45px)}.halo-two{left:-300px;bottom:-140px;width:700px;height:550px;filter:blur(55px)}.orbit{right:-700px;top:340px}.section{padding:65px 0}.section-head h2{font-size:2.8rem}.section-head>p{font-size:1rem}.about-grid{grid-template-columns:1fr;gap:23px}.about-grid h2{font-size:2.8rem;max-width:480px}.about-text{padding-top:0}.skill-grid{grid-template-columns:1fr}.skill-item{padding:27px 0 30px;gap:14px;grid-template-columns:27px 1fr}.skill-item h3{font-size:1.8rem}.skill-item p{font-size:1rem}.skill-output{font-size:.8rem}.cv-link-section{padding-bottom:65px}.cv-link-card{display:block;padding:28px 24px}.cv-link-card h2{font-size:2.25rem}.cv-link-card .button{margin-top:25px}.cv-link-card p:not(.eyebrow){font-size:1rem}.lab-strip{gap:18px}.lab-strip>a:last-child{grid-column:1/-1}.contact h2{font-size:clamp(2.7rem,9.8vw,4rem)}.contact-meta{font-size:.875rem}.site-footer{font-size:.75rem}.project-label h3{font-size:1.8rem}.project-lead h2{font-size:2rem}}
@media(max-width:370px){.hero-creative h1{font-size:2.55rem}.hero-studies{height:315px}.study-two{top:103px}.study-note{font-size:1.35rem;bottom:20px}.motion-toggle{padding-inline:6px}.motion-label{font-size:.7rem}.hero-kicker .eyebrow{font-size:.625rem}.hero-foot> a{font-size:.7rem}.skill-item h3{font-size:1.6rem}.cv-link-card{padding:24px 20px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}.halo{will-change:auto}.hero-intro,.hero-studies{opacity:1;transform:none}}
.brand small{font-size:.75rem;letter-spacing:.1em}.hero-kicker .eyebrow{font-size:.75rem;letter-spacing:.07em}.study-caption{font-size:.75rem}.motion-label{font-size:.75rem}.hero-specialty{font-family:var(--serif);font-size:1.25rem;line-height:1.4}.study-note{font-family:var(--serif)}
@media(max-width:700px){.hero-specialty{font-size:1.15rem}.hero-foot p,.hero-foot>a{font-size:.75rem}.hero-kicker{align-items:center}.hero-kicker .eyebrow{max-width:220px}.brand small{font-size:.75rem}.study-caption{font-size:.75rem}}

/* A single tropical photograph, slow cinematic movement, delicate editorial type. */
:root{--serif:'Cormorant Garamond',Georgia,serif;--ease:cubic-bezier(.22,.61,.36,1)}
h1,h2,h3,h4,h5,h6{font-family:var(--serif);font-weight:500;letter-spacing:-.025em}
h2{font-size:clamp(3rem,5.2vw,4.8rem)}h2 em{font-weight:400}.section-head h2{font-size:clamp(3rem,5.2vw,4.8rem)}.about-grid h2{font-size:clamp(3rem,5vw,4.6rem)}
.brand{font-size:2.4rem;font-weight:500;letter-spacing:-.045em}.brand small{font-family:var(--sans);font-weight:400}.hero-specialty,.page-intro .role{font-family:var(--serif);font-size:1.45rem;font-weight:500;letter-spacing:.01em}.project-label h3{font-size:2.2rem}.skill-item h3{font-size:2.2rem}.project-section h2{font-size:clamp(2.4rem,4.3vw,3.8rem)}.project-lead h2{font-size:2.8rem}.media-story h3{font-size:2.2rem}.cv-link-card h2{font-size:clamp(2.5rem,4vw,3.5rem)}
.home .site-header{position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:6;color:#fff8ee;border-color:#fff7ed40;height:104px}.home .brand-dot{color:#f4d4ad}.home .nav a:not(.button):after{background:#fff8ee}.home .nav .button{color:#fff8ee;border-color:#fff8ee99;background:#163d341c;backdrop-filter:blur(5px)}.home .nav .button:hover{color:#253d31;background:#fff8ee;border-color:#fff8ee}
.hero-stage{color:#fff8ee;background:#17473d;min-height:740px;min-height:min(940px,100svh);padding-top:104px;display:flex;overflow:hidden;position:relative;isolation:isolate}.hero-stage>.wrap{display:flex;flex-direction:column;position:relative;z-index:2}
.hero-scenery{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none;background:#17473d}.hero-photo{position:absolute;inset:0;width:100%;height:100%;max-width:none;object-fit:cover;object-position:center 52%;transform:scale(1.04);transform-origin:65% 50%;animation:shore-pan 28s var(--ease) infinite alternate;will-change:transform}
.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,32,28,.66) 0%,rgba(8,33,29,.54) 35%,rgba(8,31,26,.16) 69%,rgba(8,29,22,.04) 100%),linear-gradient(180deg,rgba(5,26,17,.42) 0%,transparent 33%,transparent 65%,rgba(5,27,22,.35) 100%)}
.hero-kicker{padding-top:28px;color:#fff8ee;min-height:70px}.hero-kicker .eyebrow{letter-spacing:.13em;font-weight:500;font-size:.75rem}.motion-toggle{color:#fff8ee;border-color:#fff8ee42;background:#102a251c;padding:5px 12px;min-height:36px;backdrop-filter:blur(4px)}.motion-toggle:hover{background:#fff8ee20;border-color:#fff8ee90}.motion-toggle:focus-visible{outline-color:#fff8ee}
.hero-creative{display:block;min-height:0;padding:37px 0 65px;flex:1;align-content:center;max-width:860px;width:100%;margin:0}.hero-intro{max-width:820px}.hero-specialty{color:#fffbf4}.hero-creative h1{font-size:clamp(5rem,8.6vw,8.5rem);font-weight:400;line-height:.95;letter-spacing:-.045em;margin:26px 0 30px;max-width:850px;text-shadow:0 2px 32px #06281d1c}.hero-creative h1 em{color:#f5d1a5;letter-spacing:-.04em;font-weight:400;white-space:nowrap}.hero-copy{color:#fff9f0;font-size:1rem;line-height:1.85;max-width:460px;text-shadow:0 1px 16px #17362945}.hero-actions{margin-top:29px;gap:28px;flex-direction:row;align-items:center}.hero-actions .button.solid{background:#fff8ee;border-color:#fff8ee;color:#2c4235;padding-inline:25px}.hero-actions .button.solid:hover{background:#efdbc4;border-color:#efdbc4;box-shadow:0 9px 30px #08231c24}.hero-actions .text-link{color:#fff8ee;border-color:#fff8ee70}.hero-actions .text-link:hover{border-color:#fff8ee}.hero-stage :focus-visible,.home .site-header :focus-visible{outline-color:#fff8ee}
.hero-foot{border-color:#fff8ee40;color:#fff8ee;padding:19px 0;gap:25px}.hero-foot p{font-size:.8rem}.hero-foot>a{font-size:.8rem}
@keyframes shore-pan{0%{transform:scale(1.04) translate3d(.4%,.15%,0)}100%{transform:scale(1.13) translate3d(-1.1%,-.7%,0)}}
.motion-paused .hero-photo,.page-hidden .hero-photo{animation-play-state:paused!important}
/* Smooth interaction without shifting the document's layout. */
.button,.text-link,.nav a,.circle-arrow{transition:transform .55s var(--ease),background .4s var(--ease),color .4s var(--ease),border-color .4s var(--ease),box-shadow .55s var(--ease)}
.project-card{transition:transform .7s var(--ease);display:block}.project-cover{transition:box-shadow .7s var(--ease),border-radius .7s var(--ease);border-radius:4px}.project-cover img{transition:transform .9s var(--ease)}.project-label{transition:transform .7s var(--ease)}
.skill-item{position:relative;transition:transform .65s var(--ease),border-color .65s var(--ease)}.skill-item:before{content:'';position:absolute;inset:0 -15px;z-index:-1;background:linear-gradient(90deg,#eadad34d,transparent);opacity:0;border-radius:4px;transition:opacity .65s var(--ease)}.skill-number{transition:color .4s var(--ease),transform .65s var(--ease)}
.cv-link-card{transition:transform .65s var(--ease),border-color .65s var(--ease),box-shadow .65s var(--ease)}.gallery-link{transition:transform .7s var(--ease),box-shadow .7s var(--ease);transform-origin:center}.gallery-link img{transition:opacity .5s var(--ease)}.lab-strip img,.lab-wide img{transition:transform .8s var(--ease),filter .8s var(--ease)}.lab-wide>a{display:block;overflow:hidden}.project-next h2{transition:transform .6s var(--ease),color .6s var(--ease)}
@media(hover:hover) and (pointer:fine){.project-card:hover{transform:translateY(-7px)}.project-card:hover .project-cover{box-shadow:0 20px 35px #51352514;border-radius:12px}.project-card:hover .project-label{transform:translateX(4px)}.skill-item:hover{transform:translateX(7px);border-color:var(--accent)}.skill-item:hover:before{opacity:1}.skill-item:hover .skill-number{color:var(--orange);transform:translateY(-3px)}.cv-link-card:hover{transform:translateY(-4px);border-color:#bca39a;box-shadow:0 18px 40px #412a2309}.gallery-link:hover{transform:translateY(-4px);box-shadow:0 14px 25px #412a2312}.gallery-link:hover img{opacity:1}.lab-strip>a:hover img,.lab-wide>a:hover img{transform:scale(1.025)}.project-next:hover h2{transform:translateX(8px);color:var(--accent)}}
@media(min-width:1600px){.hero-stage{min-height:850px}.hero-creative h1{font-size:8.5rem}}
@media(max-width:1150px){.hero-stage{min-height:760px;min-height:max(760px,95svh)}.hero-creative{padding:35px 0 60px;max-width:760px}.hero-creative h1{font-size:clamp(4.9rem,9vw,7rem)}.hero-photo{object-position:60% center}.hero-shade{background:linear-gradient(90deg,#082a23bd 0%,#082a2382 49%,#082a2326 100%),linear-gradient(180deg,#09261c70,transparent 40%,#09261c38)}}
@media(max-width:900px){.home .site-header{height:88px}.home .menu-button{color:#fff8ee;border-color:#fff8ee80;background:#13382c26}.home .nav{top:87px;background:#f9f5ef;color:var(--ink);border-color:var(--line)}.home .nav .button{color:var(--ink);border-color:var(--line);background:transparent;backdrop-filter:none}.home .nav .button:hover{color:#fff8ee;background:var(--ink);border-color:var(--ink)}.home .nav a:not(.button):after{background:var(--ink)}.home .nav :focus-visible{outline-color:var(--accent)}.hero-stage{padding-top:88px}.hero-creative{padding:40px 0 65px}.hero-creative h1{font-size:clamp(4.8rem,10vw,6.8rem)}.hero-copy{max-width:460px}.hero-actions{flex-direction:row;align-items:center}.section-head h2,.about-grid h2{font-size:3.6rem}.skill-item h3{font-size:2rem}.hero-specialty{font-size:1.35rem}}
@media(max-width:700px){.home .site-header{height:84px}.home .nav{top:83px}.hero-stage{padding-top:84px;min-height:780px;min-height:max(780px,100svh)}.hero-photo{object-position:68% center;transform-origin:65% center;animation-duration:32s}.hero-shade{background:linear-gradient(90deg,#092b23b8 0%,#092b2396 62%,#092b2370 100%),linear-gradient(180deg,#09241952 0%,transparent 45%,#092b234d 100%)}.hero-kicker{padding-top:20px;gap:15px;align-items:center;min-height:67px}.hero-kicker .eyebrow{font-size:.75rem;letter-spacing:.07em;max-width:205px}.motion-toggle{padding-inline:10px;flex-shrink:0}.hero-creative{padding:40px 0 60px;margin:0}.hero-specialty{font-size:1.35rem;line-height:1.5;max-width:330px}.hero-creative h1{font-size:clamp(3.85rem,12vw,5.5rem);line-height:1.01;letter-spacing:-.04em;margin:25px 0}.hero-creative h1 em{white-space:normal;letter-spacing:-.04em}.hero-copy{font-size:1rem;max-width:420px}.hero-actions{gap:23px;margin-top:29px;align-items:flex-start;flex-direction:column}.hero-actions .text-link{font-size:.9rem}.hero-foot{padding:16px 0 20px;gap:14px}.hero-foot p,.hero-foot>a{font-size:.75rem}.hero-foot p{max-width:230px}.section-head h2,.about-grid h2{font-size:3.2rem}.project-label h3{font-size:2.05rem}.skill-item h3{font-size:2.1rem}.cv-link-card h2{font-size:2.7rem}.project-lead h2{font-size:2.4rem}.page-intro h1{font-size:3.8rem}.project-section h2{font-size:2.65rem}.contact h2{font-size:clamp(3.2rem,11vw,4.5rem)}}
@media(max-width:370px){.hero-creative h1{font-size:3.4rem}.hero-kicker .eyebrow{max-width:175px}.motion-label{font-size:.75rem}.hero-specialty{font-size:1.25rem}.hero-stage{min-height:790px}.hero-creative{padding-top:30px}.hero-foot p{max-width:175px}.hero-foot span+span:before{margin-right:5px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.hero-photo{transform:scale(1.04);will-change:auto}.project-card:hover,.skill-item:hover,.gallery-link:hover,.cv-link-card:hover{transform:none}}
@media(max-width:370px){.site-header{gap:10px;flex-wrap:nowrap}.menu-button{padding-inline:12px}.brand small{letter-spacing:.08em}}

/* Coastal identity — sea glass, warm sand, botanical accents. */
:root{--paper:#f6efe3;--ink:#23483e;--muted:#5e7168;--accent:#627b65;--line:#ced4c4;--orange:#2d6151;--soft:#e1eadf;--sand:#e8d7ba}
body{background:var(--paper)}::selection{background:#bed4c6;color:#183c32}.site-header{border-color:#bccabc}.brand-nature{width:102px;height:100px;display:flex;align-items:center;justify-content:flex-start;padding:0;line-height:1}.brand-nature img{width:94px;height:94px;object-fit:contain;transition:transform .75s var(--ease)}.brand-nature:hover img{transform:rotate(-5deg) scale(1.035)}.home .brand-nature img{filter:brightness(0) invert(1) sepia(.2)}.home .site-header{border-bottom-color:#fff8ee33}
.hero-stage{padding-bottom:0;background:#1b483a}.hero-stage:after{content:'';position:absolute;z-index:1;pointer-events:none;left:0;right:0;bottom:-1px;height:190px;background:linear-gradient(to bottom,rgba(246,239,227,0),rgba(246,239,227,.4) 40%,var(--paper) 91%)}.hero-foot{position:relative;z-index:3;color:#254d40;border:0;padding-top:35px;padding-bottom:28px}.hero-foot>a{border:1px solid #5c806a66;border-radius:100px;padding:9px 22px;background:#f6efe354;backdrop-filter:blur(4px)}.hero-foot>a:hover{background:#23483e;color:#fff8ee}.hero-creative{padding-bottom:98px}.home #realisations{padding-top:72px}.hero-actions .button.solid{color:#23483e}
.button{border-radius:50px;padding:12px 28px;min-height:49px;letter-spacing:.015em;font-weight:500;box-shadow:0 0 0 0 transparent}.button.solid{background:var(--ink);border-color:var(--ink);color:#fff9ec}.button.solid:hover{background:#3c6b59;border-color:#3c6b59;box-shadow:0 9px 22px #254c3e16}.nav .button{color:var(--ink);border-color:#8ea496}.nav .button:hover{color:#fff8ee;background:var(--ink);border-color:var(--ink)}.text-link{padding:9px 0;border-bottom-color:#7e9b8580;letter-spacing:.015em}.text-link:hover{color:#2c6855;border-bottom-color:var(--ink)}
.project-grid{gap:38px}.project-cover.art.editorial-cover,.project-cover.opt.editorial-cover{padding:0;aspect-ratio:1.45;background:#e4ddce;border-radius:140px 140px 12px 12px;overflow:hidden;display:block}.project-cover.editorial-cover img,.project-cover.art.editorial-cover img:first-child{height:100%;width:100%;object-fit:cover;object-position:center;transform:none;box-shadow:none}.project-card:hover .project-cover.art.editorial-cover img:first-child,.project-card:hover .project-cover.opt.editorial-cover img{transform:scale(1.04)}.project-card:hover .project-cover.editorial-cover{border-radius:140px 140px 12px 12px;box-shadow:0 20px 35px #24463513}.project-label{align-items:center;gap:18px}.project-label h3{font-size:2rem}.project-card .project-label>div{font-size:.8rem;line-height:1.7;max-width:72%}.project-action{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;min-height:44px;border:1px solid #98ad9f;border-radius:100px;padding:9px 17px;font-family:var(--sans);font-size:.75rem;line-height:1.5;white-space:nowrap;color:#315544;background:#fffaf145;transition:background .55s var(--ease),color .55s var(--ease),border-color .55s var(--ease)}.project-card:hover .project-action,.project-next:hover .project-action{background:var(--ink);color:#fff8ee;border-color:var(--ink)}
.about-band{background:linear-gradient(150deg,#e4ecdf 0%,#d8e7dc 57%,#eef0df 100%);border:0;border-radius:120px 0 120px 0;margin:30px 0}.about-layout{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:85px}.about-portrait{margin:0;padding:0 12px;max-width:470px}.about-portrait img{width:100%;aspect-ratio:3/4;object-fit:cover;border-radius:190px 190px 18px 18px;box-shadow:0 22px 45px #34573e1f}.about-portrait figcaption{font-family:var(--sans);font-size:.75rem;letter-spacing:.035em;margin:17px 0 0;text-align:center;color:#536a58}.about-story h2{font-size:clamp(3rem,4.3vw,4.4rem);line-height:1.02;margin-top:22px}.about-story h2 em{color:#6d7951}.about-story .about-text{padding-top:26px;color:#486353}.about-text strong{font-weight:600;color:#284c3b}.about-text .text-link{margin-top:26px}.skill-item:before{background:linear-gradient(90deg,#dce8d47d,transparent)}.skill-output{color:#5b765f}.cv-link-card{border-color:#b5c5b2;border-radius:12px 65px 12px 65px;background:linear-gradient(110deg,#e5ecde,#f2ead8)}.cv-link-card h2 em{color:#6d7951}.lab{border-color:#c5d0bf}.lab-strip img{background:#e5e4d8}.lab-strip>a,.lab-wide>a{border-radius:9px}.contact{background:#23483e;border-radius:100px 0 0 0}.contact h2 em{color:#d7c6a1}.contact p{color:#d9e4d6}.contact .eyebrow{color:#d7c6a1}.contact .button{border-color:#dce5d6;color:#fdf7e9}.contact .button:hover{color:#23483e;background:#fdf7e9}.contact-grid{padding-bottom:10px}
.site-footer.coast-footer{display:block;background:#23483e;color:#e6eddf;padding:0;font-family:var(--sans);font-size:.8rem}.footer-contact{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:30px;border-top:1px solid #d2e0d133;padding:35px 0 38px}.contact-detail{display:flex;gap:14px;align-items:center;min-width:0;font-size:.85rem;line-height:1.6}.contact-detail svg{width:27px;height:27px;flex:0 0 27px;color:#d8c8a5}.contact-detail>span{overflow-wrap:anywhere}.contact-label{display:block;text-transform:uppercase;letter-spacing:.12em;font-size:.65rem;color:#afc7b6;margin-bottom:4px}.coast-footer .contact-detail:hover{text-decoration:none;color:#f0dabb}.footer-bottom{border-top:1px solid #d2e0d12e;padding:23px 0;display:flex;justify-content:space-between;align-items:center;gap:30px}.footer-bottom .socials{align-items:center;gap:25px;margin:0}.return-top{display:inline-flex;align-items:center;justify-content:center;border:1px solid #bdd0bb60;border-radius:50px;padding:7px 16px;line-height:1.5;min-height:35px}.coast-footer .return-top:hover{background:#fff8ee;color:#23483e;text-decoration:none}
.project-page{background:linear-gradient(180deg,#edf1e4 0, var(--paper) 740px)}.project-artizaho{--accent:#936f48;--project-tint:#eae0cc}.project-optedif{--accent:#557c71;--project-tint:#dbe9df}.project-page .page-intro{position:relative;padding:35px 0 45px}.back-link{border:1px solid #adc2b0;border-radius:100px;display:inline-flex;padding:7px 19px;min-height:42px;align-items:center;margin-bottom:45px;font-size:.8rem}.back-link:hover{background:#244b3d;color:#fff7e9}.project-page .page-intro h1{font-size:clamp(4rem,7vw,6.5rem);max-width:1000px}.project-page .page-intro .eyebrow{color:var(--accent)}.project-page .page-intro .role{font-size:1.5rem;color:#668069}.project-banner{margin:0 0 58px;overflow:hidden;border-radius:18px 130px 18px 18px;height:420px;box-shadow:0 20px 40px #25443512}.project-banner img{width:100%;height:100%;object-fit:cover;object-position:center 56%}.project-optedif .project-banner{border-radius:130px 18px 18px 18px}.project-lead{background:var(--project-tint);border:0;border-radius:14px;padding:42px 45px;gap:65px}.project-lead h2{font-size:2.8rem}.project-lead p{align-self:center;color:#526753}.project-section{border-color:#c4d0bd;padding:75px 0}.project-section h2{color:#335b47}.project-artizaho .project-section h2{color:#766245}.media-story video{border-radius:18px;background:#dbe1d0}.gallery-two img,.gallery-five img,.infographic-gallery img{border-radius:6px}.catalog-images{border-radius:16px;background:#e2e9dd}.project-takeaway{margin:60px 0 30px;border:1px solid #becdb8;border-radius:50px 12px 50px 12px;background:linear-gradient(115deg,#e2ecdc,var(--project-tint));padding:42px 48px;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;align-items:center}.project-takeaway .eyebrow{font-size:.7rem;color:#72805c}.project-takeaway h2{font-size:3.2rem;margin-top:13px}.project-takeaway p:not(.eyebrow){font-size:1rem;color:#4e6955;line-height:1.9}.project-next{padding:42px 0 68px}.project-next h2{font-size:3rem}.project-next .project-action{padding:13px 25px;font-size:.85rem}.project-page .coast-footer{border-radius:80px 0 0 0;padding-top:32px}.project-page .footer-contact{border:0}
@media(hover:hover) and (pointer:fine){a,button,summary,[role=button],.skill-item{cursor:url('assets/paw-cursor.svg') 16 13,pointer}.about-portrait img{transition:transform .85s var(--ease),box-shadow .85s var(--ease)}.about-portrait:hover img{transform:translateY(-5px);box-shadow:0 30px 50px #34573e28}}
@media(max-width:1100px){.project-label{display:block}.project-card .project-label>div{max-width:100%}.project-label .project-action{margin-top:17px}.about-layout{gap:50px}.about-portrait{padding:0}.about-story h2{font-size:3.6rem}.footer-contact{grid-template-columns:1.2fr .9fr 1fr;gap:20px}.contact-detail{font-size:.8rem;gap:10px}.project-lead{padding:35px;gap:35px}.project-takeaway{padding:35px;gap:30px}.project-banner{height:360px}}
@media(max-width:900px){.brand-nature{height:84px;width:88px}.brand-nature img{width:80px;height:80px}.about-layout{gap:35px;grid-template-columns:.85fr 1.15fr}.about-story h2{font-size:3.05rem}.about-band{border-radius:70px 0 70px 0}.about-text{font-size:1rem}.footer-contact{grid-template-columns:1fr 1fr;gap:25px}.footer-bottom{align-items:start}.project-takeaway{grid-template-columns:1fr;gap:22px}.project-takeaway h2{font-size:3rem}.project-takeaway .eyebrow{font-size:.75rem}}
@media(max-width:700px){.hero-creative{padding-bottom:95px}.hero-stage:after{height:175px}.hero-foot{padding-top:20px;padding-bottom:22px;gap:15px}.hero-foot p{display:none}.hero-foot>a{font-size:.8rem;padding:10px 22px;margin-left:auto}.home #realisations{padding-top:45px}.brand-nature{height:80px;width:80px}.brand-nature img{width:76px;height:76px}.project-grid{gap:45px}.project-cover.art.editorial-cover,.project-cover.opt.editorial-cover,.project-card:hover .project-cover.editorial-cover{border-radius:95px 95px 10px 10px;aspect-ratio:1.3}.project-label{display:flex;align-items:flex-start}.project-card .project-label>div{max-width:68%;font-size:.75rem}.project-label h3{font-size:1.9rem}.project-label .project-action{margin-top:3px;font-size:.7rem;padding:9px 13px;white-space:normal;max-width:102px;text-align:center}.about-band{margin:5px 0;border-radius:65px 0 65px 0}.about-layout{grid-template-columns:1fr;gap:38px}.about-portrait{max-width:350px;width:90%;margin:auto}.about-portrait img{border-radius:160px 160px 14px 14px}.about-story h2{font-size:3.15rem;margin-top:18px}.about-story .about-text{padding-top:24px}.cv-link-card{border-radius:12px 45px 12px 45px}.contact{border-radius:65px 0 0 0}.contact-label{font-size:.75rem}.footer-contact{grid-template-columns:1fr;gap:25px;padding:30px 0}.contact-detail{font-size:.875rem;gap:15px}.footer-bottom{display:block;padding:24px 0 30px}.footer-bottom .socials{flex-wrap:wrap;gap:16px 24px;margin-top:20px}.project-page .page-intro{padding:25px 0 32px}.back-link{margin-bottom:33px;min-height:42px}.project-page .page-intro h1{font-size:clamp(3.15rem,10vw,4.5rem)}.project-page .page-intro .role{font-size:1.35rem}.project-banner{height:270px;margin-bottom:30px;border-radius:12px 65px 12px 12px}.project-optedif .project-banner{border-radius:65px 12px 12px 12px}.project-lead{padding:28px 23px;gap:22px;border-radius:12px}.project-lead h2{font-size:2.35rem}.project-lead p{font-size:1rem}.project-section{padding:52px 0}.project-section h2{font-size:2.5rem}.project-takeaway{margin:35px 0 15px;border-radius:35px 10px 35px 10px;padding:30px 24px;gap:23px}.project-takeaway h2{font-size:2.65rem}.project-next{display:block;padding:35px 0 55px}.project-next h2{font-size:2.6rem}.project-next .project-action{margin-top:22px;min-height:46px}.project-page .coast-footer{border-radius:55px 0 0 0;padding-top:18px}}
@media(max-width:370px){.project-label{display:block}.project-card .project-label>div{max-width:100%}.project-label .project-action{margin-top:15px;max-width:none;font-size:.8rem}.about-story h2{font-size:2.9rem}.footer-bottom .socials{gap:15px}.hero-foot>a{margin-left:0}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation:none!important;transition:none!important}.about-portrait:hover img,.brand-nature:hover img{transform:none}}

/* Keep action labels comfortable to read, including narrow screens. */
.project-action,.back-link,.hero-foot>a,.motion-toggle{font-size:.875rem}.contact-label,.project-takeaway .eyebrow{font-size:.75rem}
@media(max-width:700px){.project-label{display:block}.project-card .project-label>div{max-width:100%}.project-label .project-action{font-size:.875rem;max-width:none;white-space:nowrap;margin-top:16px;padding:9px 19px}.hero-foot>a,.motion-label{font-size:.875rem}}
