:root{--ink:#17365f;--blue:#496df1;--mint:#5fd1bc;--paper:#f8f8f3;--line:rgba(23,54,95,.16)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"Microsoft YaHei","PingFang SC",Arial,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}.nav{height:78px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;position:fixed;inset:0 0 auto;z-index:20;background:rgba(248,248,243,.76);backdrop-filter:blur(14px);border-bottom:1px solid transparent;transition:.3s}.nav.scrolled{border-color:var(--line)}.brand{font:800 21px/1 Arial;letter-spacing:-1px}.brand span{font-size:9px;vertical-align:top}.nav nav{display:flex;gap:34px;font-size:13px}.nav nav a:hover{color:var(--blue)}.menu{display:none;border:0;background:none}.hero{min-height:100vh;padding:124px 4vw 50px;display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;position:relative}.eyebrow{font:700 11px/1.3 Arial;letter-spacing:.16em;color:var(--blue)}h1,h2,h3,p{margin-top:0}.hero h1{font-size:clamp(56px,7.6vw,122px);line-height:.9;letter-spacing:-.07em;margin:25px 0 30px;font-weight:500}.hero h1 em,.about h2 em{font-style:normal;color:var(--mint)}.intro{max-width:400px;line-height:1.8;font-size:14px}.hero-art{position:relative;overflow:hidden;border-radius:50%;aspect-ratio:1;background:#fff;box-shadow:0 30px 90px rgba(63,88,140,.13)}.hero-art img{width:150%;height:100%;object-fit:cover;object-position:left}.orbit{position:absolute;border-radius:50%;display:grid;place-items:center;background:var(--blue);color:white;font:700 12px Arial;width:53px;height:53px;box-shadow:0 9px 30px rgba(73,109,241,.35)}.orbit-a{top:12%;right:18%}.orbit-b{bottom:12%;left:13%;background:#f5d568;color:var(--ink)}.orbit-c{right:5%;bottom:35%;background:var(--mint)}.scroll-cue{position:absolute;bottom:30px;left:4vw;font-size:12px}.scroll-cue span{display:inline-block;margin-left:8px;animation:bob 1.5s infinite}@keyframes bob{50%{transform:translateY(5px)}}.ticker{overflow:hidden;background:var(--blue);color:white;padding:15px 0;white-space:nowrap;font:700 13px Arial;letter-spacing:.18em;transform:rotate(-1deg);width:102%;margin-left:-1%}.ticker div{width:max-content;animation:ticker 28s linear infinite}@keyframes ticker{to{transform:translateX(-50%)}}.works{padding:150px 4vw}.section-head{display:grid;grid-template-columns:1fr 1fr 1fr;align-items:end;margin-bottom:75px}.section-head h2,.more h2{font-size:clamp(42px,5vw,76px);letter-spacing:-.06em;margin:0;font-weight:500}.section-head>p:last-child{font-size:13px;line-height:1.8;max-width:330px;margin:0}.project{min-height:620px;margin-bottom:34px;border-radius:30px;overflow:hidden;display:grid;grid-template-columns:1fr 1.15fr;grid-template-rows:auto 1fr;position:relative;padding:40px}.project-pink{background:#f4dce0}.project-mint{background:#dfeee9}.project-peach{background:#f7e2d1}.project-meta{display:flex;gap:22px;font:700 10px/1.5 Arial;letter-spacing:.1em}.project-meta span{font-size:42px;line-height:1}.project-copy{align-self:end;z-index:2;max-width:500px}.project-copy h3{font-size:clamp(42px,5vw,76px);letter-spacing:-.07em;margin-bottom:20px;font-weight:500}.project-copy p{max-width:430px;font-size:13px;line-height:1.8}.view-project{border:0;border-bottom:1px solid;padding:12px 0 8px;background:none;cursor:pointer}.view-project b{display:inline-block;margin-left:8px;transition:.25s}.view-project:hover b{transform:translate(4px,-4px)}.project-image{grid-column:2;grid-row:1/3;overflow:hidden;border-radius:22px}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s cubic-bezier(.2,.7,.2,1)}.project:hover img{transform:scale(1.035)}.more{padding:20px 4vw 150px;display:grid;grid-template-columns:.8fr 1fr 1fr;gap:25px;align-items:start}.mini-card{border:0;background:none;text-align:left;cursor:pointer;padding:0}.mini-card img{width:100%;aspect-ratio:1.15;object-fit:cover;border-radius:22px;filter:saturate(.85);transition:.35s}.mini-card:hover img{transform:translateY(-8px);filter:saturate(1)}.mini-card span{display:block;margin-top:15px;font-size:13px}.about{background:#17365f;color:white;padding:140px 4vw}.about .eyebrow{color:#7ee0cf}.about-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:8vw}.about h2{font-size:clamp(45px,6.5vw,100px);line-height:1.04;letter-spacing:-.07em;font-weight:400}.about-grid>div{padding-top:30px;line-height:1.9;font-size:14px}.about ul{list-style:none;padding:25px 0 0;border-top:1px solid rgba(255,255,255,.2);columns:2}footer{padding:110px 4vw 35px;background:#aee4d9}footer>p{font-size:13px}footer>a{font:500 clamp(55px,10vw,150px)/1 Arial;letter-spacing:-.07em;border-bottom:3px solid;display:inline-block}footer>div{display:flex;justify-content:space-between;margin-top:90px;font:700 10px Arial;letter-spacing:.14em}.reveal{opacity:0;transform:translateY(30px);transition:opacity .9s,transform .9s}.reveal.visible{opacity:1;transform:none}.cursor-glow{position:fixed;width:260px;height:260px;border-radius:50%;background:rgba(121,224,207,.2);filter:blur(10px);pointer-events:none;z-index:-1;transform:translate(-50%,-50%)}dialog{width:min(1200px,96vw);height:94vh;border:0;border-radius:24px;padding:0;background:#f7f7f3;color:var(--ink)}dialog::backdrop{background:rgba(9,25,51,.75);backdrop-filter:blur(8px)}.close-modal{position:fixed;right:4vw;top:5vh;width:46px;height:46px;border-radius:50%;border:0;background:white;font-size:25px;z-index:3;cursor:pointer}.modal-head{padding:75px 7vw 45px;max-width:900px}.modal-head h2{font-size:clamp(50px,7vw,100px);letter-spacing:-.07em;margin:10px 0}.modal-desc{max-width:550px;line-height:1.8}.modal-gallery{padding:0 2vw 4vw;display:grid;gap:20px}.modal-gallery img{width:100%;border-radius:14px;display:block}
@media(max-width:800px){.nav nav{display:none}.nav.open nav{display:flex;position:absolute;left:4vw;right:4vw;top:68px;flex-direction:column;gap:0;padding:10px 18px;background:rgba(248,248,243,.97);border:1px solid var(--line);border-radius:16px;box-shadow:0 18px 45px rgba(23,54,95,.12)}.nav.open nav a{padding:13px 0;border-bottom:1px solid var(--line)}.nav.open nav a:last-child{border-bottom:0}.menu{display:block}.hero{grid-template-columns:minmax(0,1fr);padding-top:105px}.hero>*{min-width:0}.hero-art{margin-top:40px}.hero h1{font-size:61px}.intro{width:100%;max-width:100%;word-break:break-all}.scroll-cue{display:none}.section-head{grid-template-columns:1fr;gap:15px}.project{display:flex;flex-direction:column;min-height:auto;padding:25px}.project-image{order:2;height:320px;margin:35px 0 25px}.project-copy{order:3}.more{grid-template-columns:1fr}.about-grid{grid-template-columns:1fr}.about ul{columns:1}.cursor-glow{display:none}footer>a{font-size:53px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Re-composed cover and project imagery */
.hero-collage{background:#e6f4ef}.hero-collage:before{content:"";position:absolute;width:55%;height:55%;border:2px solid var(--blue);border-radius:50%;left:10%;top:18%}.hero-monogram{position:absolute;right:-2%;bottom:-6%;font:800 clamp(110px,15vw,230px)/1 Arial;color:rgba(73,109,241,.12);letter-spacing:-.1em}.cover-shot{position:absolute;margin:0;overflow:hidden;background:white;border:7px solid white;box-shadow:0 18px 45px rgba(23,54,95,.18)}.hero-art .cover-shot img{width:100%;height:100%;object-fit:cover}.cover-bow{width:45%;height:48%;left:7%;top:8%;transform:rotate(-6deg);border-radius:45% 45% 16px 16px}.hero-art .cover-bow img{object-position:92% 55%;transform:scale(1.45)}.cover-tea{width:40%;height:42%;right:5%;top:25%;transform:rotate(5deg);border-radius:18px}.hero-art .cover-tea img{object-position:85% 60%;transform:scale(1.6)}.cover-cat{width:34%;height:32%;left:25%;bottom:5%;transform:rotate(3deg);border-radius:50%}.hero-art .cover-cat img{object-position:8% 28%;transform:scale(2.15)}.cover-line{position:absolute;right:8%;top:8%;font:700 10px/1.35 Arial;letter-spacing:.16em}.hero-collage .orbit{z-index:4}
.project-composition{position:relative;background:rgba(255,255,255,.35)}.project-composition figure{position:absolute;margin:0;overflow:hidden;box-shadow:0 16px 35px rgba(23,54,95,.13)}.project-composition figure img{width:100%;height:100%;object-fit:cover}.shot-main{inset:5% 7% 18% 10%;border-radius:18px}.shot-detail{width:39%;height:31%;right:3%;bottom:3%;border:5px solid rgba(255,255,255,.8);border-radius:14px;transform:rotate(3deg)}.composition-label{position:absolute;left:4%;bottom:5%;font:700 10px Arial;letter-spacing:.16em;writing-mode:vertical-rl}.composition-bow .shot-main img{object-position:88% 55%;transform:scale(1.2)}.composition-bow .shot-detail img{object-position:20% 80%;transform:scale(1.7)}.composition-tea .shot-main img{object-position:84% 55%;transform:scale(1.25)}.composition-tea .shot-detail img{object-position:54% 50%;transform:scale(1.45)}.composition-cat .shot-main img{object-position:50% 50%;transform:scale(1.08)}.composition-cat .shot-detail img{object-position:8% 22%;transform:scale(1.75)}.project:hover .composition-bow .shot-main img,.project:hover .composition-tea .shot-main img{transform:scale(1.3)}.about-link{display:inline-block;margin-top:30px;border-bottom:1px solid;padding-bottom:6px}

/* Designer profile */
.profile-page{background:#eef4f0}.profile-nav .active{color:var(--blue)}.profile-hero{min-height:100vh;padding:125px 4vw 45px;display:grid;grid-template-columns:1fr .8fr;gap:7vw;align-items:center;position:relative}.profile-title h1{font-size:clamp(88px,13vw,210px);line-height:.8;letter-spacing:-.1em;margin:30px 0}.profile-title h1 span{color:var(--mint)}.profile-lead{font-size:16px;line-height:1.9;max-width:540px}.profile-portrait{height:72vh;position:relative;border-radius:48% 48% 24px 24px;background:#bce7dc;overflow:hidden}.profile-portrait:before{content:"";position:absolute;inset:8%;border:1px solid rgba(23,54,95,.35);border-radius:50%}.profile-portrait img{position:absolute;width:92%;height:96%;right:-4%;bottom:-10%;object-fit:contain;filter:saturate(.88)}.profile-portrait>span{position:absolute;left:7%;top:8%;font:700 12px/1.3 Arial;letter-spacing:.18em}.portrait-orbit{position:absolute;right:5%;top:7%;z-index:2;width:95px;height:95px;border-radius:50%;background:var(--blue);color:white;display:grid;place-items:center;text-align:center;font:700 10px/1.5 Arial;letter-spacing:.1em;animation:bob 2s infinite}.profile-index{position:absolute;bottom:25px;left:4vw;right:4vw;display:flex;justify-content:space-between;font:700 10px Arial;letter-spacing:.14em}.profile-statement{padding:150px 4vw;display:grid;grid-template-columns:.45fr 1.55fr;border-top:1px solid var(--line)}.profile-statement h2{font-size:clamp(43px,6vw,92px);line-height:1.05;letter-spacing:-.065em;font-weight:500}.profile-statement h2 em{font-style:normal;color:var(--blue)}.profile-statement>div>p{max-width:590px;line-height:1.9;margin-left:auto}.profile-details{padding:0 4vw 150px;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.detail-card{min-height:300px;border:1px solid var(--line);border-radius:22px;padding:28px;display:flex;flex-direction:column}.detail-card span{font:700 12px Arial;color:var(--blue)}.detail-card h3{margin-top:auto;font-size:27px}.detail-card p{line-height:1.8;font-size:13px}.experience{padding:140px 4vw;background:#f2dfe1}.experience-head{display:grid;grid-template-columns:1fr 2fr;align-items:end;margin-bottom:70px}.experience-head h2{font-size:clamp(50px,7vw,100px);margin:0;letter-spacing:-.07em;font-weight:500}.timeline{margin-left:33%;border-top:1px solid var(--ink)}.timeline>div{display:grid;grid-template-columns:.35fr .5fr 1fr;gap:20px;padding:30px 0;border-bottom:1px solid rgba(23,54,95,.25)}.timeline time{font:700 12px Arial}.timeline h3{margin:0;font-size:20px}.timeline p{font-size:13px;line-height:1.8}.profile-cta{padding:130px 4vw 40px;background:#17365f;color:white}.profile-cta>p{font-size:13px}.profile-cta>a:first-of-type{font:500 clamp(55px,10vw,150px)/1 Arial;letter-spacing:-.07em;color:#85dfcf;border-bottom:3px solid;display:inline-block}.back-work{display:block;margin-top:85px;font-size:13px}

@media(max-width:800px){.project-image{height:370px}.profile-hero{grid-template-columns:1fr;padding-top:120px}.profile-title h1{font-size:92px}.profile-portrait{height:520px}.profile-index{display:none}.profile-statement{grid-template-columns:1fr;gap:25px;padding:100px 4vw}.profile-details{grid-template-columns:1fr}.experience-head{grid-template-columns:1fr;gap:15px}.timeline{margin-left:0}.timeline>div{grid-template-columns:1fr}.profile-cta>a:first-of-type{font-size:46px}}

/* Minimal image-free cover */
.hero-minimal{display:block;padding-top:clamp(145px,18vh,220px);position:relative}.hero-minimal .hero-copy{width:min(930px,82vw)}.hero-minimal h1{font-size:clamp(70px,9.3vw,142px);max-width:930px;margin:30px 0 32px}.hero-minimal .intro{max-width:520px}.hero-contact{display:flex;gap:70px;margin-top:48px;padding-top:20px;border-top:1px solid var(--line);width:min(680px,100%)}.hero-contact>div,.hero-contact>a{display:flex;flex-direction:column;gap:8px}.hero-contact span{font:700 9px/1 Arial;letter-spacing:.16em;color:var(--blue)}.hero-contact strong{font-size:14px;font-weight:500}.hero-contact a:hover strong{color:var(--blue)}
@media(max-width:800px){.hero-minimal{padding-top:135px;min-height:100vh}.hero-minimal .hero-copy{width:100%}.hero-minimal h1{font-size:58px}.hero-contact{gap:26px;justify-content:space-between;margin-top:36px}.hero-contact strong{font-size:12px}}

/* Name-led cover */
.hero-name-cover{grid-template-columns:.9fr 1.1fr;gap:7vw}.hero-name{align-self:center}.hero-name>p{font:700 10px Arial;letter-spacing:.18em;color:var(--blue);margin-bottom:25px}.hero-name h1{font-size:clamp(105px,15vw,230px);line-height:.78;letter-spacing:-.12em;margin:0 0 28px -8px;white-space:nowrap}.hero-name>span{font:700 11px Arial;letter-spacing:.32em}.hero-copy-right{padding-top:40px}.hero-copy-right h2{font-size:clamp(52px,6.5vw,96px);line-height:.92;letter-spacing:-.075em;font-weight:500;margin:25px 0 28px}.hero-copy-right h2 em{font-style:normal;color:var(--mint)}.hero-copy-right .hero-contact{margin-top:40px;width:340px}.hero-copy-right .intro{max-width:360px}

/* Original portfolio profile, reflowed for web */
.profile-intro{min-height:100vh;padding:125px 4vw 80px;background:#eef4f2;display:grid;grid-template-columns:1.15fr .85fr;gap:6vw;position:relative;overflow:hidden}.intro-content{position:relative;z-index:2}.intro-content>h2{font-size:clamp(68px,8vw,120px);line-height:.86;letter-spacing:-.08em;margin:34px 0 25px;font-weight:500}.intro-content h2 small{display:block;font-size:.37em;letter-spacing:.02em;margin-bottom:25px;font-weight:400}.school{line-height:1.7;color:rgba(23,54,95,.7);margin-bottom:45px}.intro-records{border-top:1px solid var(--line)}.intro-records article{display:grid;grid-template-columns:110px 150px 1fr;gap:20px;padding:22px 0;border-bottom:1px solid var(--line);align-items:start}.intro-records span{font:700 10px Arial;color:var(--mint);letter-spacing:.12em}.intro-records h3{font-size:15px;margin:0}.intro-records p{font-size:12px;line-height:1.75;margin:0;color:rgba(23,54,95,.78)}.intro-visual{position:relative;min-height:670px}.intro-visual:before{content:"";position:absolute;width:88%;aspect-ratio:1;border-radius:50%;background:#bce9df;right:-4%;top:5%}.designer-photo{position:absolute;z-index:2;inset:8% 0 0 3%;transform-style:preserve-3d;transition:transform .18s ease-out}.designer-photo img{width:100%;height:100%;object-fit:contain;object-position:bottom;filter:saturate(.9);transform:translateZ(20px)}.intro-visual>p{position:absolute;z-index:3;left:-2%;top:44%;font-size:26px;color:rgba(23,54,95,.45);line-height:1.6}.intro-visual>p b{font-weight:400}.skill{position:absolute;z-index:4;font:500 clamp(24px,3vw,52px)/1 Georgia,serif;letter-spacing:.03em;transition:transform .3s,color .3s;cursor:default;animation:skillFloat 4s ease-in-out infinite}.skill:hover{transform:scale(1.12) rotate(-3deg);color:var(--blue)}.skill-rhino{left:-4%;top:8%;color:#e9d954}.skill-aigc{right:-1%;top:29%;color:#e9a7e5;animation-delay:-1s}.skill-ps{left:0;bottom:30%;color:#768ed9;animation-delay:-2s}.skill-ai{right:0;bottom:15%;color:#e7be63;animation-delay:-.5s}.skill-keyshot{left:-8%;bottom:4%;color:#70cbb9;animation-delay:-2.7s}@keyframes skillFloat{50%{translate:0 -9px}}
@media(max-width:800px){.hero-name-cover{grid-template-columns:1fr;gap:35px;padding-top:125px;align-content:center}.hero-name h1{font-size:104px}.hero-copy-right{padding:0}.hero-copy-right h2{font-size:55px}.hero-name-cover .scroll-cue{display:block;bottom:18px}.profile-intro{grid-template-columns:1fr;padding-top:100px}.intro-records article{grid-template-columns:90px 1fr}.intro-records article p{grid-column:1/3}.intro-visual{min-height:560px}.skill{font-size:28px}}

/* Portfolio-first cover */
.portfolio-cover{display:block;position:relative;min-height:100vh;padding:0 4vw}.portfolio-title,.portfolio-title.reveal.visible{position:absolute;left:50%;top:49%;width:min(1120px,88vw);transform:translate(-50%,-50%);text-align:center}.portfolio-title>p{font:700 11px Arial,sans-serif;letter-spacing:.24em;color:var(--blue);margin-bottom:25px}.portfolio-title h1{font-size:clamp(76px,11vw,165px);line-height:.88;letter-spacing:-.08em;margin:0;font-weight:500;white-space:nowrap}.portfolio-title h1 span{color:var(--mint)}.portfolio-title>div{display:flex;justify-content:center;gap:.16em;font:800 clamp(82px,13vw,195px)/.78 Arial,sans-serif;letter-spacing:-.08em;color:transparent;-webkit-text-stroke:1.5px var(--blue);opacity:.26}.portfolio-title small{display:block;margin-top:30px;font:700 10px Arial,sans-serif;letter-spacing:.22em}.cover-meta{position:absolute;bottom:42px;display:flex;flex-direction:column;gap:7px;font-family:Arial,"Microsoft YaHei",sans-serif}.cover-meta span{font-size:9px;letter-spacing:.18em;color:var(--blue);font-weight:700}.cover-meta strong,.cover-meta a{font-size:12px;font-weight:500}.cover-meta-name{left:4vw}.cover-meta-contact{right:4vw;text-align:right}.portfolio-cover .scroll-cue{left:50%;transform:translateX(-50%);bottom:38px}

/* Refined project cards */
.project{cursor:pointer;border-radius:12px;border:1px solid var(--line);background:#f5f5f0!important;transition:transform .45s ease,box-shadow .45s ease}.project:hover{transform:translateY(-5px);box-shadow:0 24px 70px rgba(23,54,95,.1)}.project:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.project-image.single-product{background:#eceeea;border-radius:7px}.single-product img{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s;filter:saturate(.82)}.project:hover .single-product img{transform:scale(1.025);filter:saturate(1)}.project-pink .single-product img{object-position:86% 52%;transform:scale(1.12)}.project-pink:hover .single-product img{transform:scale(1.15)}.project-mint .single-product img{object-position:85% 54%;transform:scale(1.12)}.project-mint:hover .single-product img{transform:scale(1.15)}.project-peach .single-product img{object-position:center;transform:scale(1.03)}.project-peach:hover .single-product img{transform:scale(1.06)}.card-hint{display:inline-block;margin-top:24px;font:700 10px Arial,sans-serif;letter-spacing:.1em;border-bottom:1px solid;padding-bottom:7px}.project-meta,.project-copy,.card-hint{pointer-events:none}

/* Profile typography and employment details */
.skill{font-family:Arial,"Microsoft YaHei",sans-serif;font-weight:700;letter-spacing:-.02em}.intro-records h3{font-size:14px;line-height:1.45}.intro-records h3 small{display:block;margin-top:6px;font-size:11px;font-weight:500;color:rgba(23,54,95,.62)}.intro-records span{font-family:Arial,"Microsoft YaHei",sans-serif;line-height:1.5}.intro-visual>p,.intro-visual>p b{font-family:Arial,"Microsoft YaHei",sans-serif}
.skill-list{display:contents}
@media(max-width:800px){.portfolio-title h1{font-size:68px}.portfolio-title>div{font-size:76px}.portfolio-title{top:46%}.cover-meta{bottom:75px}.portfolio-cover .scroll-cue{bottom:22px}.project{border-radius:8px}.single-product{height:380px}}

/* Expanded More Explorations grid */
.more{grid-template-columns:repeat(3,1fr);gap:38px 25px}.mini-card img{border-radius:12px;filter:saturate(.78)}
@media(max-width:800px){.more{grid-template-columns:1fr}}

/* New international custom-gift case studies */
.custom-works{padding:150px 4vw 80px;background:#eef1ed}.custom-head{display:grid;grid-template-columns:1.35fr .65fr;gap:8vw;align-items:end;margin-bottom:72px}.custom-head h2{font-size:clamp(58px,7vw,108px);line-height:.93;letter-spacing:-.075em;font-weight:500;margin:18px 0 0}.custom-head>p{max-width:440px;font-size:13px;line-height:1.9;margin:0}.custom-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.custom-card{position:relative;min-height:620px;overflow:hidden;background:#111;color:white;cursor:pointer}.custom-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;filter:saturate(.72) brightness(.82);transition:transform .75s cubic-bezier(.2,.7,.2,1),filter .45s}.custom-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(7,20,38,.86) 100%)}.custom-card>div{position:absolute;z-index:2;left:28px;right:28px;bottom:28px}.custom-card span{font:700 10px Arial,sans-serif;letter-spacing:.15em;color:#9ce4d6}.custom-card h3{font-size:34px;line-height:1.05;letter-spacing:-.05em;margin:13px 0 14px}.custom-card p{font-size:11px;letter-spacing:.05em;margin:0;color:rgba(255,255,255,.72)}.custom-card:hover img{transform:scale(1.045);filter:saturate(.95) brightness(.88)}.custom-card:focus-visible{outline:2px solid var(--blue);outline-offset:4px}.case-stage{margin:0 0 85px}.stage-head{display:grid;grid-template-columns:90px 1fr;gap:25px;padding:35px 2vw 28px;border-top:1px solid var(--line)}.stage-head>span{font:500 48px/1 Arial,sans-serif;color:var(--mint)}.stage-head h3{font-size:28px;letter-spacing:-.04em;margin:0 0 10px}.stage-head p{max-width:620px;font-size:13px;line-height:1.8;margin:0}.stage-pages{display:grid;gap:18px}.stage-pages img{width:100%;border-radius:8px;display:block;background:white}.case-modal:has(.case-stage) .modal-gallery{padding-left:2vw;padding-right:2vw}
@media(max-width:900px){.custom-grid{grid-template-columns:1fr}.custom-card{min-height:70vh}.custom-head{grid-template-columns:1fr;gap:25px}.stage-head{grid-template-columns:55px 1fr}.stage-head>span{font-size:34px}}

/* Curated, web-native case studies */
.project-custom{background:#ecefeb!important}.project-custom .case-cover img{object-fit:cover;object-position:center;transform:scale(1.01);filter:saturate(.78)}.project-custom:hover .case-cover img{transform:scale(1.045);filter:saturate(.95)}.web-case-section{padding:85px 2vw;border-top:1px solid var(--line)}.web-case-section:nth-child(even){background:#f0f2ee}.web-case-copy{max-width:790px;margin-bottom:42px}.web-case-copy>span{font:700 10px Arial,sans-serif;letter-spacing:.16em;color:var(--blue)}.web-case-copy h3{font-size:clamp(38px,5vw,72px);line-height:1.02;letter-spacing:-.065em;font-weight:500;margin:18px 0 24px}.web-case-copy>p{max-width:680px;font-size:14px;line-height:1.9}.web-case-copy ul{list-style:none;padding:22px 0 0;margin:28px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.web-case-copy li{font-size:12px;line-height:1.7;padding-left:16px;position:relative}.web-case-copy li:before{content:"";position:absolute;left:0;top:.65em;width:5px;height:5px;border-radius:50%;background:var(--mint)}.web-case-media{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.web-case-media img{width:100%;height:440px;object-fit:cover;background:#e8ebe7;border-radius:6px}.web-case-media.one{grid-template-columns:1fr}.web-case-media.one img{height:min(70vh,720px)}.web-case-media.two{grid-template-columns:repeat(2,1fr)}.web-case-media.three{grid-template-columns:repeat(3,1fr)}.web-case-media.four{grid-template-columns:repeat(4,1fr)}.web-case-media.contain img{object-fit:contain;padding:18px;background:#f4f5f1}.web-case-media.feature{grid-template-columns:1.35fr .65fr}.web-case-media.feature img:first-child{grid-row:span 2;height:714px}.web-case-media.feature img:not(:first-child){height:350px}.case-modal:has(.web-case-section) .modal-gallery{padding:0 2vw 4vw}.case-modal:has(.web-case-section) .modal-head{padding-bottom:70px}
@media(max-width:800px){.web-case-section{padding:65px 0}.web-case-copy ul{grid-template-columns:1fr}.web-case-media,.web-case-media.two,.web-case-media.three,.web-case-media.four,.web-case-media.feature{grid-template-columns:1fr}.web-case-media img,.web-case-media.one img,.web-case-media.feature img:first-child,.web-case-media.feature img:not(:first-child){height:auto;max-height:70vh}.web-case-media.contain img{min-height:280px}.project-custom .case-cover{height:380px}}

/* Designed case-study interior */
.case-modal:has(.designed-case){background:#f5f5f0}.case-modal:has(.designed-case) .modal-head{display:none}.case-modal:has(.designed-case) .modal-gallery{padding:0}.designed-case{color:var(--ink)}.case-product-hero{min-height:92vh;padding:70px 5vw 48px;display:grid;grid-template-columns:.72fr 1.28fr;gap:4vw;align-items:center;background:#edf1ec}.case-product-copy>span,.case-journey header>span,.persona-label>span,.visual-story-copy>span{font:700 10px Arial,sans-serif;letter-spacing:.17em;color:var(--blue)}.case-product-copy h2{font-size:clamp(58px,7vw,108px);line-height:.9;letter-spacing:-.075em;font-weight:500;margin:22px 0 28px}.case-product-copy p{max-width:440px;font-size:14px;line-height:1.9}.case-product-copy small{display:block;margin-top:60px;font:700 9px Arial,sans-serif;letter-spacing:.18em}.case-product-image{height:72vh;display:grid;place-items:center}.case-product-image img{display:block;width:100%;height:100%;object-fit:contain}
.case-journey{min-height:88vh;padding:100px 5vw;background:#17365f;color:white}.case-journey header{display:grid;grid-template-columns:.35fr 1.65fr;gap:30px;align-items:start}.case-journey header>span{color:#7ee0cf}.case-journey header h3{font-size:clamp(50px,6vw,90px);line-height:1.02;letter-spacing:-.065em;font-weight:400;margin:0}.journey-flow{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:90px;border-top:1px solid rgba(255,255,255,.28)}.journey-flow article{min-height:240px;padding:25px 32px 20px 0;border-right:1px solid rgba(255,255,255,.2)}.journey-flow article+article{padding-left:32px}.journey-flow article:last-child{border-right:0}.journey-flow b{font:500 36px Arial,sans-serif;color:#7ee0cf}.journey-flow span{display:block;margin:35px 0 14px;font-size:13px}.journey-flow p{font-size:13px;line-height:1.85;color:rgba(255,255,255,.74)}
.case-persona{min-height:68vh;padding:88px 5vw;display:grid;grid-template-columns:.3fr .78fr .92fr;gap:5vw;align-items:center;background:#dff1eb}.persona-label{align-self:start;display:flex;flex-direction:column;gap:14px}.persona-label>span{color:var(--blue)}.persona-label>b{font-size:15px}.persona-main>p{font-size:11px;color:var(--blue)}.persona-main h3{font-size:clamp(42px,5vw,72px);line-height:1.02;letter-spacing:-.06em;font-weight:500;margin:16px 0 24px}.persona-main strong{display:block;font-size:15px;line-height:1.9;font-weight:500}.case-persona ul{list-style:none;padding:0;margin:0;border-top:1px solid var(--line)}.case-persona li{padding:19px 0;border-bottom:1px solid var(--line);font-size:13px;line-height:1.75}
.case-visual-story{padding:90px 5vw;background:#f5f5f0;border-top:1px solid var(--line)}.case-visual-story:nth-child(even){background:#ecefeb}.visual-story-copy{display:grid;grid-template-columns:.24fr .96fr 1.05fr;gap:42px;align-items:start;margin-bottom:48px}.visual-story-copy h3{font-size:clamp(38px,4.5vw,68px);line-height:1.02;letter-spacing:-.06em;font-weight:500;margin:0}.visual-story-copy p{font-size:14px;line-height:1.95;letter-spacing:.01em;margin:0;max-width:540px}.visual-story-media{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.visual-story-media.one{grid-template-columns:1fr}.visual-story-media.three{grid-template-columns:repeat(3,1fr)}.visual-story-media.four{grid-template-columns:repeat(4,1fr)}.visual-story-media.feature{grid-template-columns:repeat(2,1fr)}.visual-story-media img,.visual-story-media.feature img:first-child,.visual-story-media.feature img:not(:first-child){display:block;width:100%;height:auto;max-height:none;object-fit:contain;background:#fff;border-radius:5px}.visual-story-media.contain img{padding:16px;background:#f2f3ef}
@media(max-width:800px){.case-product-hero{grid-template-columns:1fr;padding:90px 5vw 45px}.case-product-image{height:auto}.case-product-image img{height:auto}.case-journey{padding:90px 5vw}.case-journey header{grid-template-columns:1fr}.journey-flow{grid-template-columns:1fr}.journey-flow article,.journey-flow article+article{min-height:auto;padding:24px 0;border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}.case-persona{grid-template-columns:1fr;padding:80px 5vw}.visual-story-copy{grid-template-columns:1fr}.visual-story-media,.visual-story-media.three,.visual-story-media.four,.visual-story-media.feature{grid-template-columns:1fr}.case-visual-story{padding:80px 5vw}}

/* Navigation labels and designer role */
.nav nav{gap:27px}.cover-meta-name small{font:600 11.5px/1.25 Arial,"Microsoft YaHei",sans-serif;letter-spacing:.075em;color:rgba(23,54,95,.76)}#works,#more,#profile-intro,#contact{scroll-margin-top:76px}

/* Product-colour frosted glass cards */
.project{isolation:isolate;background:linear-gradient(135deg,rgba(238,242,238,.94),rgba(255,255,255,.64))!important;border-color:rgba(255,255,255,.78);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 22px 60px rgba(23,54,95,.07)}.project:before{content:"";position:absolute;z-index:-1;width:58%;height:68%;right:-10%;top:-18%;border-radius:50%;filter:blur(55px);opacity:.72;pointer-events:none}.project[data-project="medal"]{background:linear-gradient(135deg,rgba(211,234,243,.92),rgba(229,241,237,.76) 55%,rgba(244,231,204,.66))!important}.project[data-project="medal"]:before{background:#78bce0}.project[data-project="diving"]{background:linear-gradient(135deg,rgba(209,232,241,.92),rgba(235,214,231,.78) 55%,rgba(211,226,239,.74))!important}.project[data-project="diving"]:before{background:#df91bd}.project[data-project="golf"]{background:linear-gradient(135deg,rgba(247,220,210,.9),rgba(230,241,220,.78) 55%,rgba(250,236,220,.78))!important}.project[data-project="golf"]:before{background:#f4a47d}.project[data-project="bow"]{background:linear-gradient(135deg,rgba(247,220,226,.92),rgba(247,235,224,.8) 55%,rgba(235,226,239,.75))!important}.project[data-project="bow"]:before{background:#e7a9bc}.project[data-project="tea"]{background:linear-gradient(135deg,rgba(211,237,230,.94),rgba(235,242,236,.8) 55%,rgba(218,231,239,.74))!important}.project[data-project="tea"]:before{background:#77d2bd}.project .project-image.single-product{padding:13px;background:rgba(255,255,255,.28);border:1px solid rgba(255,255,255,.68);box-shadow:inset 0 1px 0 rgba(255,255,255,.75),0 18px 45px rgba(23,54,95,.1);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.project .project-image.single-product>img{border-radius:5px}.project-meta,.project-copy{position:relative;z-index:2}

/* Refined product-story typography and case-specific colour systems */
.case-modal[data-case="medal"]{--case-hero:#d9ebf5;--case-soft:#edf5f7;--case-soft-alt:#f2e8d5;--case-dark:#153f5f;--case-accent:#277ba8;--case-accent-2:#d79a36}
.case-modal[data-case="diving"]{--case-hero:#dcecf5;--case-soft:#e8f4f5;--case-soft-alt:#f3dfe9;--case-dark:#173b61;--case-accent:#397fa5;--case-accent-2:#dc78a7}
.case-modal[data-case="golf"]{--case-hero:#f5e3d6;--case-soft:#f8eee3;--case-soft-alt:#e3eedf;--case-dark:#315243;--case-accent:#c75f36;--case-accent-2:#5f8b58}
.case-modal[data-case="bow"]{--case-hero:#f7e7eb;--case-soft:#fbf1f3;--case-soft-alt:#f6eee5;--case-dark:#714856;--case-accent:#b15e77;--case-accent-2:#c88954}
.case-modal[data-case="tea"]{--case-hero:#dceee9;--case-soft:#edf6f2;--case-soft-alt:#e7eef0;--case-dark:#214f49;--case-accent:#398f7f;--case-accent-2:#78bcae}
.case-modal[data-case="medal"],.case-modal[data-case="diving"],.case-modal[data-case="golf"],.case-modal[data-case="bow"],.case-modal[data-case="tea"]{background:var(--case-hero)}
.case-modal[data-case]{scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--case-accent) 58%,transparent) transparent}
.case-modal[data-case]::-webkit-scrollbar{width:9px}
.case-modal[data-case]::-webkit-scrollbar-track{background:transparent;margin:18px 0}
.case-modal[data-case]::-webkit-scrollbar-thumb{background:linear-gradient(180deg,color-mix(in srgb,var(--case-accent) 62%,white),color-mix(in srgb,var(--case-accent-2) 58%,white));border:2px solid transparent;background-clip:padding-box;border-radius:999px}
.case-modal[data-case]::-webkit-scrollbar-thumb:hover{background:var(--case-accent);border:2px solid transparent;background-clip:padding-box}
.case-modal[data-case] .case-product-hero{grid-template-columns:.9fr 1.1fr;gap:5vw;background:linear-gradient(135deg,var(--case-soft) 0%,var(--case-hero) 62%,var(--case-soft-alt) 145%)}
.case-modal[data-case] .case-product-copy{max-width:520px}
.case-modal[data-case] .case-product-copy>span,.case-modal[data-case] .persona-label>span,.case-modal[data-case] .visual-story-copy>span{color:var(--case-accent)}
.case-modal[data-case] .case-product-copy h2{max-width:600px;font-size:clamp(38px,4.2vw,60px);line-height:1.1;letter-spacing:-.025em;text-wrap:balance;word-break:keep-all;margin:20px 0 26px}
.case-modal[data-case] .case-product-copy p{max-width:500px;font-size:15px;line-height:1.95;letter-spacing:.01em}
.case-modal[data-case] .case-product-copy small{margin-top:48px;color:var(--case-accent)}
.case-modal[data-case] .case-product-image{height:68vh;background:transparent;overflow:hidden}
.case-modal[data-case] .case-product-image img{background:transparent;mix-blend-mode:multiply;filter:saturate(.96) contrast(1.025)}
.case-modal[data-case="medal"] .case-product-image{
  height:72vh;
  overflow:hidden;
  background:transparent;
}

.case-modal[data-case="medal"] .case-product-image img{
  width:124%;
  height:auto;
  max-width:none;
  max-height:none;
  object-fit:contain;
  mix-blend-mode:normal;
  filter:none;
  transform:none;
}
.case-modal[data-case]{overflow-x:hidden}
.case-modal[data-case="medal"] .case-product-hero{overflow:hidden}
.case-modal[data-case] .case-journey{background:linear-gradient(145deg,var(--case-dark),color-mix(in srgb,var(--case-dark) 78%,var(--case-accent)))}
.case-modal[data-case] .case-journey header>span,.case-modal[data-case] .journey-flow b{color:var(--case-accent-2)}
.case-modal[data-case] .case-journey header h3{font-size:clamp(42px,4.7vw,66px);line-height:1.08;letter-spacing:-.045em;max-width:850px;text-wrap:balance}
.case-modal[data-case] .journey-flow{margin-top:72px}
.case-modal[data-case] .case-persona{background:linear-gradient(125deg,var(--case-soft) 0%,var(--case-soft-alt) 150%)}
.case-modal[data-case] .persona-main>p{color:var(--case-accent)}
.case-modal[data-case] .persona-main h3{font-size:clamp(34px,3.5vw,48px);line-height:1.14;letter-spacing:-.025em;text-wrap:balance;word-break:keep-all}
.case-modal[data-case] .case-visual-story{background:var(--case-soft)}
.case-modal[data-case] .case-visual-story:nth-child(even){background:var(--case-soft-alt)}
.case-modal[data-case] .visual-story-copy h3{font-size:clamp(30px,3.2vw,46px);line-height:1.15;letter-spacing:-.025em;text-wrap:balance;word-break:keep-all}

@media(max-width:800px){.case-modal[data-case] .case-product-hero{grid-template-columns:1fr;gap:35px;min-height:auto;padding-top:82px}.case-modal[data-case] .case-product-copy h2{font-size:38px;line-height:1.12}.case-modal[data-case] .case-product-copy p{font-size:14px}.case-modal[data-case] .case-product-copy small{margin-top:30px}.case-modal[data-case] .case-product-image{height:auto;min-height:340px}.case-modal[data-case] .case-product-image img{height:auto;max-height:62vh}.case-modal[data-case] .case-journey header h3{font-size:34px}.case-modal[data-case] .persona-main h3{font-size:34px}.case-modal[data-case] .visual-story-copy h3{font-size:32px}}
@media(max-width:800px){.case-modal[data-case="medal"] .case-product-image{height:auto;min-height:300px}.case-modal[data-case="medal"] .case-product-image img{width:116%;height:auto;transform:none}}

/* Compact, image-led design-process page */
.case-modal[data-case] .case-journey{min-height:0;padding:64px 5vw 68px;background:linear-gradient(135deg,var(--case-soft),color-mix(in srgb,var(--case-hero) 72%,white));color:var(--ink)}
.case-modal[data-case] .case-journey header{grid-template-columns:.28fr 1.2fr;gap:34px;max-width:980px}
.case-modal[data-case] .case-journey header>span{color:var(--case-accent);padding-top:8px}
.case-modal[data-case] .case-journey header h3{font-size:clamp(32px,3.5vw,48px);line-height:1.14;letter-spacing:-.025em;color:var(--ink);word-break:keep-all}
.case-modal[data-case] .journey-flow{margin-top:44px;border-top:1px solid rgba(23,54,95,.22)}
.case-modal[data-case] .journey-flow article{min-height:0;padding:20px 26px 6px 0;border-right:1px solid rgba(23,54,95,.16)}
.case-modal[data-case] .journey-flow article+article{padding-left:26px}
.case-modal[data-case] .journey-flow b{display:block;font-size:27px;color:var(--case-accent-2)}
.case-modal[data-case] .journey-flow img{display:block;width:100%;height:112px;object-fit:contain;margin:16px 0 17px;border-radius:8px;background:rgba(255,255,255,.38);mix-blend-mode:multiply}
.case-modal[data-case] .journey-flow span{margin:0 0 10px;font-weight:700;color:var(--ink)}
.case-modal[data-case] .journey-flow p{font-size:12px;line-height:1.75;color:rgba(23,54,95,.74);margin-bottom:0}
.case-modal[data-case] .case-visual-story.case-outcome{background:linear-gradient(135deg,var(--case-soft),var(--case-hero))}
.case-modal[data-case="medal"] .case-outcome .visual-story-media img:last-child{mix-blend-mode:multiply}

@media(max-width:800px){.case-modal[data-case] .case-journey{padding:64px 5vw}.case-modal[data-case] .case-journey header{grid-template-columns:1fr}.case-modal[data-case] .case-journey header h3{font-size:38px}.case-modal[data-case] .journey-flow{margin-top:34px}.case-modal[data-case] .journey-flow article,.case-modal[data-case] .journey-flow article+article{padding:22px 0}.case-modal[data-case] .journey-flow img{height:auto;max-height:200px;width:100%}}

/* Project-specific research boards */
.case-modal[data-case="golf"] .case-product-image{overflow:visible;background:transparent}
.case-modal[data-case="golf"] .case-product-image img{width:auto;max-width:100%;height:auto;max-height:68vh;object-fit:contain;mix-blend-mode:normal;filter:none;background:transparent}
.case-modal[data-case="diving"] .case-product-image img{object-fit:contain;object-position:center;mix-blend-mode:normal;filter:none;background:transparent;border-radius:8px}
.case-modal[data-case="bow"] .case-product-image img{mix-blend-mode:normal;filter:none;border-radius:8px}
.case-modal[data-case="tea"] .case-product-image img{mix-blend-mode:normal;filter:none;border-radius:8px}
.case-research{padding:72px 5vw 66px;background:#f4f6f2;color:var(--ink);border-top:1px solid var(--line)}
.case-research>header{display:grid;grid-template-columns:.28fr 1.15fr;gap:34px;align-items:start;max-width:1040px}
.case-research>header>span,.animal-head>span,.research-panels>article>span{font:700 9px/1.4 Arial,sans-serif;letter-spacing:.16em;color:var(--case-accent)}
.case-research>header h3{font-size:clamp(34px,3.8vw,52px);line-height:1.12;letter-spacing:-.025em;font-weight:500;margin:0 0 18px;text-wrap:balance;word-break:keep-all}
.case-research>header p{max-width:760px;font-size:14px;line-height:1.95;letter-spacing:.01em;margin:0}
.research-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin:48px 0 22px;border-block:1px solid rgba(23,54,95,.18)}
.research-metrics article{padding:20px 24px 18px 0;border-right:1px solid rgba(23,54,95,.14)}
.research-metrics article+article{padding-left:24px}.research-metrics article:last-child{border-right:0}
.research-metrics b{display:block;font:500 34px/1 Arial,sans-serif;color:var(--case-accent);margin-bottom:9px}
.research-metrics span{font-size:11px;line-height:1.6;color:rgba(23,54,95,.7)}
.research-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:22px}
.research-panels>article{padding:18px;background:rgba(255,255,255,.54);border:1px solid rgba(255,255,255,.82);border-radius:10px}
.research-panels img{display:block;width:100%;height:145px;object-fit:contain;margin:14px 0 16px;background:#fff;border-radius:6px;mix-blend-mode:normal;filter:none}
.research-panels h4{font-size:17px;margin:0 0 9px}.research-panels p{font-size:11px;line-height:1.72;margin:0;color:rgba(23,54,95,.74)}
.case-research>small{display:block;margin-top:20px;padding-top:15px;border-top:1px solid rgba(23,54,95,.14);font-size:9px;line-height:1.6;color:rgba(23,54,95,.55)}
.research-medal{background:linear-gradient(135deg,#eef6f8,#e7f0f2)}
.research-medal .research-panels>article:nth-child(2){background:rgba(255,255,255,.78)}
.research-golf{background:linear-gradient(135deg,#fbf3ec,#edf2e7)}
.research-golf .research-panels{grid-template-columns:1.08fr 1.08fr .84fr}
.research-golf .research-panels img{height:180px}
.research-golf .research-panels>article:nth-child(1){border-color:rgba(199,95,54,.24)}
.research-golf .research-panels>article:nth-child(3){border-color:rgba(95,139,88,.25)}
.research-bow{background:linear-gradient(135deg,#fcf3f5,#f8f1e9)}
.research-bow .research-panels>article:nth-child(1){border-color:rgba(177,94,119,.23)}
.research-tea{background:linear-gradient(135deg,#edf7f3,#e8f0f1)}
.research-tea .research-panels>article{border-color:rgba(57,143,127,.14)}
.research-tea .research-panels>article:nth-child(1) img,.research-tea .research-panels>article:nth-child(3) img{object-fit:cover;background:#f4f9f7}
.research-diving{background:linear-gradient(135deg,#eaf5f7,#edf0f7)}
.research-route{display:grid;grid-template-columns:repeat(3,1fr);margin:46px 0 34px;border-block:1px solid rgba(23,54,95,.18)}
.research-route article{padding:20px 24px 20px 0;border-right:1px solid rgba(23,54,95,.15)}
.research-route article+article{padding-left:24px}.research-route article:last-child{border-right:0}
.research-route b{font:500 28px/1 Arial,sans-serif;color:var(--case-accent-2)}.research-route strong{display:block;margin:13px 0 8px;font-size:13px}.research-route p{font-size:11px;line-height:1.65;margin:0;color:rgba(23,54,95,.7)}
.animal-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:18px}.animal-head p{max-width:560px;font-size:10px;line-height:1.65;margin:0;color:rgba(23,54,95,.58)}
.animal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.animal-grid article{background:rgba(255,255,255,.58);border:1px solid rgba(255,255,255,.9);border-radius:10px;overflow:hidden}
.animal-grid img{display:block;width:100%;height:150px;object-fit:contain;background:#fff;mix-blend-mode:normal;filter:none}
.animal-grid article>div{padding:15px}.animal-grid h4{font-size:18px;margin:0 0 7px}.animal-grid strong{display:block;font-size:11px;color:var(--case-accent);margin-bottom:8px}.animal-grid p{font-size:10px;line-height:1.65;margin:0;color:rgba(23,54,95,.7)}

@media(max-width:800px){.case-research{padding:64px 5vw}.case-research>header{grid-template-columns:1fr}.case-research>header h3{font-size:34px}.research-metrics,.research-route,.research-panels,.research-golf .research-panels,.animal-grid{grid-template-columns:1fr}.research-metrics article,.research-metrics article+article,.research-route article,.research-route article+article{padding:18px 0;border-right:0;border-bottom:1px solid rgba(23,54,95,.14)}.research-panels img,.animal-grid img{height:auto;max-height:240px}.animal-head{align-items:start;flex-direction:column}}

/* Softer key-work card backgrounds */
.project:before{opacity:.28;filter:blur(78px)}
.project[data-project="bow"]{background:linear-gradient(135deg,rgba(250,243,246,.96),rgba(250,248,244,.94) 58%,rgba(247,243,249,.9))!important}
.project[data-project="medal"]{background:linear-gradient(135deg,rgba(237,246,249,.96),rgba(248,250,248,.94) 58%,rgba(249,245,236,.9))!important}
.project[data-project="diving"]{background:linear-gradient(135deg,rgba(239,247,250,.96),rgba(249,245,248,.94) 58%,rgba(242,247,250,.9))!important}
.project[data-project="golf"]{background:linear-gradient(135deg,rgba(251,243,239,.96),rgba(246,250,243,.94) 58%,rgba(252,247,241,.9))!important}
.project[data-project="tea"]{background:linear-gradient(135deg,rgba(239,248,245,.96),rgba(248,250,247,.94) 58%,rgba(243,248,250,.9))!important}

/* White frosted-glass modal surround */
dialog.case-modal{border:1px solid rgba(255,255,255,.92);box-shadow:0 28px 90px rgba(23,54,95,.16),inset 0 1px 0 rgba(255,255,255,.9)}
dialog.case-modal::backdrop{background:rgba(244,247,248,.7);backdrop-filter:blur(18px) saturate(.72);-webkit-backdrop-filter:blur(18px) saturate(.72)}
.close-modal{border:1px solid rgba(255,255,255,.92);background:rgba(255,255,255,.78);box-shadow:0 10px 32px rgba(23,54,95,.12);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}
.close-modal{display:grid;place-items:center;padding:0;line-height:1;appearance:none;-webkit-appearance:none;-webkit-tap-highlight-color:transparent}
.close-modal:focus{outline:none}
.close-modal:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
@media (hover:none) and (pointer:coarse){.close-modal:focus-visible{outline:none}}
@media (min-width:801px) and (max-width:1180px){
  .case-modal .close-modal{top:32px;right:48px;width:42px;height:42px;font-size:22px}
}

/* Consistent story colour and editorial persona board */
.case-modal[data-case] .case-visual-story,.case-modal[data-case] .case-visual-story:nth-child(even){background:linear-gradient(135deg,var(--case-soft),color-mix(in srgb,var(--case-hero) 42%,white))}
.case-modal[data-case] .case-visual-story.case-outcome{background:linear-gradient(135deg,var(--case-soft),var(--case-hero))}
.case-modal[data-case] .case-persona{display:block;min-height:0;padding:88px 5vw;background:linear-gradient(145deg,color-mix(in srgb,var(--case-soft) 84%,white),color-mix(in srgb,var(--case-hero) 48%,white))}
.case-persona>header{display:grid;grid-template-columns:.32fr 1.68fr;gap:42px;padding-bottom:38px;border-bottom:1px solid rgba(23,54,95,.17)}
.case-persona .persona-label{align-self:start;padding-top:7px;gap:12px}
.case-persona .persona-label>span{font:700 9px/1.4 Arial,sans-serif;letter-spacing:.17em;color:var(--case-accent)}
.case-persona .persona-label>b{max-width:220px;font-size:12px;line-height:1.7;font-weight:500;color:rgba(23,54,95,.66)}
.persona-heading{display:block;max-width:900px}
.persona-heading h3{font-size:clamp(34px,3.8vw,52px);line-height:1.1;letter-spacing:-.03em;font-weight:500;margin:0;text-wrap:balance;word-break:keep-all}
.persona-heading p{max-width:760px;font-size:14px;line-height:1.95;letter-spacing:.01em;margin:20px 0 0;color:rgba(23,54,95,.78)}
.persona-editorial{display:grid;grid-template-columns:.62fr 1.38fr;gap:5vw;padding-top:50px}
.persona-editorial blockquote{position:relative;margin:0;padding:26px 0 0 28px;border-left:2px solid var(--case-accent);font-size:clamp(20px,2.1vw,28px);line-height:1.55;letter-spacing:-.02em;font-weight:400;color:var(--ink)}
.persona-editorial blockquote:before{content:'“';position:absolute;left:26px;top:-17px;font:500 52px/1 Georgia,serif;color:color-mix(in srgb,var(--case-accent) 72%,white)}
.persona-facts{display:grid;grid-template-columns:repeat(2,1fr);column-gap:34px}
.persona-facts article{display:grid;grid-template-columns:34px 1fr;gap:13px;padding:18px 0;border-top:1px solid rgba(23,54,95,.16)}
.persona-facts article>span{font:500 11px/1.5 Arial,sans-serif;letter-spacing:.08em;color:var(--case-accent)}
.persona-facts b{display:block;font-size:12px;margin-bottom:7px}
.persona-facts p{font-size:12px;line-height:1.72;margin:0;color:rgba(23,54,95,.7)}
.persona-tags{display:flex;flex-wrap:wrap;gap:0;margin-top:32px;padding-top:20px;border-top:1px solid rgba(23,54,95,.16)}
.persona-tags span{font:700 9px/1 Arial,sans-serif;letter-spacing:.13em;color:var(--case-accent);padding:0 20px;border-right:1px solid rgba(23,54,95,.18)}
.persona-tags span:first-child{padding-left:0}.persona-tags span:last-child{border-right:0}
.case-visual-story.caption-below .visual-story-copy{grid-template-columns:.24fr 1.76fr}
.visual-story-caption{max-width:760px;margin:24px 0 0 auto;padding-top:18px;border-top:1px solid rgba(23,54,95,.16);font-size:14px;line-height:1.95;letter-spacing:.01em;color:rgba(23,54,95,.76)}
.case-persona .persona-heading{display:block!important}.persona-titleblock{display:block;width:100%}.persona-titleblock p{display:block!important;width:100%;max-width:760px;margin:20px 0 0!important}
.case-visual-story.center-title .visual-story-copy{display:block;text-align:center;margin-bottom:44px}
.case-visual-story.center-title .visual-story-copy>span{display:block;margin-bottom:18px}
.case-visual-story.center-title .visual-story-copy>span{text-align:left;margin-left:0;margin-right:auto}
.case-visual-story.center-title .visual-story-copy h3{max-width:980px;font-size:clamp(30px,3.2vw,44px);line-height:1.16;white-space:normal;text-wrap:balance;word-break:keep-all;margin:0 auto}
.case-visual-story.center-title .visual-story-caption{margin-left:auto;margin-right:auto;text-align:center}
@media(max-width:800px){.case-modal[data-case] .case-persona{padding:68px 5vw}.case-persona>header,.persona-heading,.persona-editorial{grid-template-columns:1fr;gap:26px}.persona-facts{grid-template-columns:1fr}.persona-editorial blockquote{font-size:21px}.persona-tags span{margin-bottom:12px}}
@media(max-width:800px){.case-visual-story.center-title .visual-story-copy h3{white-space:normal}.visual-story-caption{text-align:left}}

/* Keep case-study section labels consistent on a single line. */
.case-modal[data-case] .case-product-copy>span,
.case-modal[data-case] .case-journey header>span,
.case-modal[data-case] .persona-label>span,
.case-modal[data-case] .visual-story-copy>span{
  display:inline-block;
  width:max-content;
  max-width:none;
  white-space:nowrap;
  word-break:keep-all;
  line-height:1.45;
}
.case-modal[data-case] .visual-story-copy{
  grid-template-columns:minmax(155px,.24fr) .96fr 1.05fr;
}
.case-modal[data-case] .case-visual-story.caption-below .visual-story-copy{
  grid-template-columns:minmax(155px,.24fr) 1.76fr;
}
.case-modal[data-case] .case-visual-story.center-title .visual-story-copy{
  display:block;
}
@media(max-width:800px){
  .case-modal[data-case] .visual-story-copy,
  .case-modal[data-case] .case-visual-story.caption-below .visual-story-copy{
    grid-template-columns:1fr;
  }
}

/* Homepage key-work covers: quiet, product-first still lifes instead of scenes. */
.works .project-image.product-focus{
  position:relative;
  display:grid;
  place-items:center;
  padding:clamp(30px,4.2vw,68px);
  background:rgba(255,255,255,.34);
}
.works .project-image.product-focus::before{
  content:"";
  position:absolute;
  width:72%;
  aspect-ratio:1;
  border-radius:50%;
  background:rgba(255,255,255,.34);
  filter:blur(2px);
  pointer-events:none;
}
.works .project-image.product-focus>img,
.works .project-custom .project-image.product-focus>img,
.works .project[data-project] .project-image.product-focus>img{
  position:relative;
  z-index:1;
  width:100%;
  height:100%;
  object-fit:contain;
  object-position:center;
  border-radius:0;
  transform:none;
  filter:none;
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
}
.works .project:hover .project-image.product-focus>img,
.works .project-custom:hover .project-image.product-focus>img,
.works .project[data-project]:hover .project-image.product-focus>img{
  transform:translateY(-6px) scale(1.025);
  filter:none;
}
.works .project-image.product-focus-photo{
  padding:clamp(18px,2.2vw,34px);
}
.works .project-image.product-focus-photo::before{display:none}
.works .project-image.product-focus-photo>img,
.works .project[data-project] .project-image.product-focus-photo>img{
  object-fit:cover;
  border-radius:5px;
}
@media(max-width:800px){
  .works .project-image.product-focus{padding:30px}
  .works .project-image.product-focus-photo{padding:12px}
}

/* Small section labels stay left-aligned while the main story title stays centred. */
.case-modal[data-case] .case-visual-story.center-title .visual-story-copy>span{
  display:block;
  width:max-content;
  margin:0 auto 18px 0;
  text-align:left;
}

/* A restrained greeting motion for the designer introduction. */
.hello-word{
  position:relative;
  display:inline-block;
  color:var(--blue);
  animation:helloIn .85s cubic-bezier(.2,.75,.25,1) both,helloFloat 3.6s ease-in-out 1s infinite;
}
.hello-word::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-4px;
  height:2px;
  border-radius:2px;
  background:var(--mint);
  transform-origin:left;
  animation:helloLine .7s .45s cubic-bezier(.2,.75,.25,1) both;
}
@keyframes helloIn{from{opacity:0;transform:translateY(12px) rotate(-2deg)}to{opacity:1;transform:none}}
@keyframes helloLine{from{transform:scaleX(0)}to{transform:scaleX(1)}}
@keyframes helloFloat{50%{transform:translateY(-3px) rotate(-1deg)}}
@media(prefers-reduced-motion:reduce){.hello-word,.hello-word::after{animation:none}}

/* Continuous horizontal gallery for the supporting work. */
.more{
  display:block;
  padding:60px 4vw 150px;
}
.more-heading{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:30px;
  margin-bottom:46px;
}
.more-heading .eyebrow{margin-bottom:14px}
.more-heading h2{margin:0}
.more-heading>span{
  flex:0 0 auto;
  padding-bottom:9px;
  font-size:11px;
  letter-spacing:.08em;
  color:rgba(23,54,95,.58);
}
.more-gallery{
  display:flex;
  align-items:center;
  gap:clamp(18px,2.4vw,34px);
  overflow-x:auto;
  overflow-y:hidden;
  padding:54px 34px 46px;
  border:1px solid rgba(23,54,95,.1);
  border-radius:28px;
  background:linear-gradient(135deg,rgba(255,255,255,.76),rgba(235,244,242,.58));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 24px 70px rgba(23,54,95,.07);
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.more-gallery::-webkit-scrollbar{display:none}
.more-gallery .mini-card{
  --gallery-tilt:-2deg;
  --gallery-y:16px;
  flex:0 0 clamp(205px,18vw,275px);
  scroll-snap-align:center;
  transform:translateY(var(--gallery-y)) rotate(var(--gallery-tilt));
  transform-origin:center 70%;
  transition:transform .45s cubic-bezier(.2,.75,.25,1);
}
.more-gallery .mini-card:nth-child(2){--gallery-tilt:-.8deg;--gallery-y:5px}
.more-gallery .mini-card:nth-child(3){--gallery-tilt:.4deg;--gallery-y:-4px}
.more-gallery .mini-card:nth-child(4){--gallery-tilt:-.4deg;--gallery-y:-4px}
.more-gallery .mini-card:nth-child(5){--gallery-tilt:.8deg;--gallery-y:5px}
.more-gallery .mini-card:nth-child(6){--gallery-tilt:2deg;--gallery-y:16px}
.more-gallery .mini-card img{
  aspect-ratio:.82;
  border-radius:14px;
  object-fit:cover;
  box-shadow:0 18px 36px rgba(23,54,95,.12);
}
.more-gallery .mini-card span{
  margin-top:18px;
  text-align:center;
  font-size:12px;
}
.more-gallery .mini-card:hover,
.more-gallery .mini-card:focus-visible{
  transform:translateY(calc(var(--gallery-y) - 13px)) rotate(0);
  outline:none;
}
.gallery-progress{display:grid;grid-template-columns:auto minmax(160px,1fr) auto auto;align-items:center;gap:12px;width:min(720px,78vw);margin:20px auto 0;font:700 9px/1 Arial,sans-serif;letter-spacing:.15em;color:rgba(23,54,95,.56);cursor:ew-resize;user-select:none}
.gallery-progress:focus-visible{outline:none;color:var(--blue)}
.gallery-progress-track{position:relative;height:18px;display:flex;align-items:center}
.gallery-progress-track::before{content:"";position:absolute;left:0;right:0;height:4px;border-radius:99px;background:linear-gradient(90deg,rgba(95,209,188,.22),rgba(73,109,241,.14));box-shadow:inset 0 1px 2px rgba(23,54,95,.08)}
.gallery-progress-track i{position:absolute;left:0;width:18%;height:8px;border-radius:99px;background:linear-gradient(90deg,var(--mint),var(--blue));box-shadow:0 5px 15px rgba(73,109,241,.2);transform:translateX(var(--gallery-thumb-x,0));transition:transform .16s ease,width .25s ease;pointer-events:none}
.gallery-progress:hover .gallery-progress-track i,.gallery-progress:focus-visible .gallery-progress-track i{height:10px;width:21%}
.gallery-progress>b{padding:6px 8px;border:1px solid rgba(23,54,95,.12);border-radius:999px;font:700 8px/1 Arial,sans-serif;color:var(--blue);background:rgba(255,255,255,.55)}
.more-gallery .mini-card:hover img,
.more-gallery .mini-card:focus-visible img{
  transform:none;
  filter:saturate(1);
}
@media(max-width:800px){
  .more{padding:48px 4vw 100px}
  .more-heading{align-items:start;flex-direction:column;margin-bottom:28px}
  .more-heading>span{padding:0}
  .more-gallery{margin-inline:-4vw;padding:36px 7vw 34px;border-radius:0;border-inline:0}
  .more-gallery .mini-card{--gallery-y:6px;flex-basis:72vw}
  .more-gallery .mini-card:nth-child(n){--gallery-y:6px}
  .gallery-progress{width:92vw;grid-template-columns:auto minmax(110px,1fr) auto}.gallery-progress>b{display:none}
}

/* Clear project affordance and a softer transition into each case study. */
.project-entry{
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:18px;
  padding:10px 15px;
  border:1px solid rgba(23,54,95,.22);
  border-radius:999px;
  background:rgba(255,255,255,.48);
  font-size:11px;
  letter-spacing:.06em;
  backdrop-filter:blur(10px);
  transition:background .3s ease,border-color .3s ease,transform .3s ease;
}
.project-entry b{font-size:14px;transition:transform .3s ease}
.project:hover .project-entry,.project:focus-visible .project-entry{background:rgba(255,255,255,.82);border-color:rgba(23,54,95,.38);transform:translateY(-2px)}
.project:hover .project-entry b,.project:focus-visible .project-entry b{transform:translate(3px,-3px)}

dialog.case-modal{
  opacity:0;
  transform:translateY(22px) scale(.985);
  transform-origin:center;
  transition:opacity .28s ease,transform .38s cubic-bezier(.2,.75,.25,1),overlay .28s allow-discrete,display .28s allow-discrete;
}
dialog.case-modal.is-open{opacity:1;transform:none}
dialog.case-modal.is-closing{opacity:0;transform:translateY(14px) scale(.99)}
dialog.case-modal::backdrop{opacity:0;transition:opacity .3s ease,overlay .3s allow-discrete,display .3s allow-discrete}
dialog.case-modal.is-open::backdrop{opacity:1}
.case-modal .case-product-copy,.case-modal .case-product-image{opacity:0;transform:translateY(18px)}
.case-modal.is-open .case-product-copy{animation:caseEnter .62s .1s cubic-bezier(.2,.75,.25,1) forwards}
.case-modal.is-open .case-product-image{animation:caseEnter .72s .18s cubic-bezier(.2,.75,.25,1) forwards}
@keyframes caseEnter{to{opacity:1;transform:none}}
@starting-style{dialog.case-modal.is-open{opacity:0;transform:translateY(22px) scale(.985)}dialog.case-modal.is-open::backdrop{opacity:0}}

/* Navigation interaction: an active sliding line on desktop and an animated panel on mobile. */
.nav nav a{position:relative;padding:10px 0;transition:color .25s ease,transform .25s ease}
.nav nav a::after{content:"";position:absolute;left:0;right:0;bottom:3px;height:2px;border-radius:2px;background:var(--mint);transform:scaleX(0);transform-origin:right;transition:transform .32s cubic-bezier(.2,.75,.25,1)}
.nav nav a:hover,.nav nav a:focus-visible,.nav nav a.active{color:var(--blue);transform:translateY(-1px);outline:none}
.nav nav a:hover::after,.nav nav a:focus-visible::after,.nav nav a.active::after{transform:scaleX(1);transform-origin:left}
.brand{transition:transform .3s ease,color .3s ease}.brand:hover,.brand:focus-visible{transform:translateY(-2px);color:var(--blue);outline:none}

/* Mouse drag for the horizontal work gallery. */
.more-gallery{cursor:grab;user-select:none;-webkit-user-select:none;scroll-behavior:smooth}
.more-gallery.dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto}
.more-gallery.dragging .mini-card{pointer-events:none}
.more-gallery .mini-card img{pointer-events:none}

@media(max-width:800px){
  .nav nav{
    display:flex;
    position:absolute;
    left:auto;
    right:16px;
    top:62px;
    width:min(252px,calc(100vw - 32px));
    flex-direction:column;
    gap:0;
    padding:6px 14px;
    background:rgba(248,248,243,.88);
    border:1px solid rgba(255,255,255,.88);
    border-radius:14px;
    box-shadow:0 18px 45px rgba(23,54,95,.12);
    backdrop-filter:blur(18px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transform:translateY(-12px) scale(.98);
    transform-origin:top right;
    transition:opacity .3s ease,transform .35s cubic-bezier(.2,.75,.25,1),visibility .3s;
  }
  .nav.open nav{
    display:flex;
    left:auto;
    right:16px;
    top:62px;
    width:min(252px,calc(100vw - 32px));
    padding:6px 14px;
    opacity:1;
    visibility:visible;
    pointer-events:auto;
    transform:none;
  }
  .nav nav a{padding:10px 2px;font-size:13px;line-height:1.2;border-bottom:1px solid var(--line);transform:translateY(-6px);opacity:0;transition:opacity .25s ease,transform .3s ease,color .25s ease}
  .nav.open nav a{opacity:1;transform:none}
  .nav.open nav a:nth-child(2){transition-delay:.04s}.nav.open nav a:nth-child(3){transition-delay:.08s}.nav.open nav a:nth-child(4){transition-delay:.12s}
  .nav nav a:last-child{border-bottom:0}.nav nav a::after{display:none}
  .menu{padding:7px 10px;font-size:13px;border:1px solid rgba(23,54,95,.16);border-radius:999px;background:rgba(255,255,255,.44);transition:background .25s ease,transform .25s ease}
  .nav.open .menu{background:var(--ink);color:white;transform:rotate(-2deg)}
  .project-entry{margin-top:14px}
}

@media(prefers-reduced-motion:reduce){dialog.case-modal,.case-modal .case-product-copy,.case-modal .case-product-image{opacity:1;transform:none}.case-modal.is-open .case-product-copy,.case-modal.is-open .case-product-image{animation:none}}

/* One compact closing strip: about, capabilities and contact in the portfolio language. */
.closing-strip{
  position:relative;
  display:grid;
  grid-template-columns:1.15fr .85fr;
  gap:clamp(36px,7vw,110px);
  margin:0;
  padding:76px 4vw 28px;
  overflow:hidden;
  color:var(--ink);
  background:
    radial-gradient(circle at 82% 15%,rgba(121,224,207,.3),transparent 28%),
    linear-gradient(135deg,rgba(248,248,243,.98),rgba(237,246,243,.96));
  border-top:1px solid var(--line);
}
.closing-strip::before{
  content:"PORTFOLIO";
  position:absolute;
  right:2vw;
  bottom:-.16em;
  font:800 clamp(82px,14vw,210px)/1 Arial,sans-serif;
  letter-spacing:-.08em;
  color:transparent;
  -webkit-text-stroke:1px rgba(23,54,95,.09);
  pointer-events:none;
}
.closing-strip>div{margin-top:0;font:inherit;letter-spacing:normal}
.closing-statement,.closing-contact{position:relative;z-index:1;display:block}
.closing-statement>span{
  display:block;
  margin-bottom:20px;
  font:700 10px/1 Arial,sans-serif;
  letter-spacing:.2em;
  color:var(--blue);
}
.closing-statement h2{
  max-width:720px;
  margin:0 0 20px;
  font-size:clamp(34px,4vw,58px);
  line-height:1.06;
  letter-spacing:-.05em;
  font-weight:500;
}
.closing-statement h2 em{font-style:normal;color:var(--mint)}
.closing-statement>p{max-width:650px;margin:0;font-size:13px;line-height:1.9;color:rgba(23,54,95,.7)}
.closing-contact{
  align-self:start;
  padding:26px 28px 24px;
  border:1px solid rgba(255,255,255,.9);
  border-radius:18px;
  background:rgba(255,255,255,.5);
  box-shadow:0 20px 55px rgba(23,54,95,.07),inset 0 1px 0 rgba(255,255,255,.9);
  backdrop-filter:blur(18px);
}
.contact-card-title{display:flex;flex-direction:column;align-items:center;gap:5px;margin:0 0 18px;text-align:center;color:var(--blue)}
.contact-card-title strong{font:600 15px/1.2 "Microsoft YaHei",sans-serif;letter-spacing:.08em}
.contact-card-title span{font:700 8px/1 Arial,sans-serif;letter-spacing:.2em;color:rgba(23,54,95,.48)}
.contact-details{border-top:1px solid rgba(23,54,95,.18)}
.contact-row{
  display:grid;
  grid-template-columns:100px 1fr auto;
  align-items:center;
  gap:14px;
  padding:14px 0;
  border-bottom:1px solid rgba(23,54,95,.18);
}
.contact-row>span{display:flex;flex-direction:column;align-items:flex-start;gap:5px;color:rgba(23,54,95,.62)}
.contact-row>span>strong{font:600 12px/1.15 "Microsoft YaHei",sans-serif;letter-spacing:.08em}
.contact-row>span>small{font:700 7px/1 Arial,sans-serif;letter-spacing:.16em;color:rgba(23,54,95,.42)}
.contact-row>strong{font:500 clamp(17px,1.65vw,24px)/1.1 Arial,sans-serif;letter-spacing:-.025em;overflow-wrap:anywhere}
.contact-row>b{font:400 19px/1 Arial,sans-serif;transition:transform .3s ease}
.contact-row:hover b,.contact-row:focus-visible b{transform:translate(4px,-4px)}
.qr-reservations{display:grid;grid-template-columns:minmax(0,280px);justify-content:center;gap:14px;margin-top:18px}
.qr-slot{display:grid;grid-template-columns:88px 1fr;grid-template-rows:auto auto;column-gap:14px;align-items:center;padding:11px;border:1px solid rgba(23,54,95,.12);border-radius:12px;background:rgba(255,255,255,.38)}
.wechat-qr{grid-row:1/3;display:block;width:88px;aspect-ratio:1;object-fit:contain;border-radius:8px;background:#fff;box-shadow:0 6px 18px rgba(23,54,95,.08)}
.qr-placeholder{grid-row:1/3;display:grid;place-items:center;width:66px;aspect-ratio:1;border:1px dashed rgba(23,54,95,.32);border-radius:8px;background:linear-gradient(135deg,rgba(255,255,255,.75),rgba(121,224,207,.12))}
.qr-placeholder span{font:700 9px/1 Arial,sans-serif;letter-spacing:.16em;color:rgba(23,54,95,.38)}
.qr-slot p{margin:0 0 4px;font-size:12px;line-height:1.3}
.qr-slot small{font:700 7px/1 Arial,sans-serif;letter-spacing:.15em;color:rgba(23,54,95,.46)}
.closing-meta{
  position:relative;
  z-index:1;
  grid-column:1/-1;
  display:flex;
  justify-content:space-between;
  padding-top:24px;
  border-top:1px solid rgba(23,54,95,.14);
  font:700 9px/1 Arial,sans-serif;
  letter-spacing:.13em;
  margin-top:0;
}
@media(max-width:800px){
  .closing-strip{grid-template-columns:1fr;gap:30px;padding:58px 4vw 24px}
  .closing-strip::before{font-size:100px;bottom:7%}
  .closing-statement h2{font-size:39px}
  .closing-contact{padding:22px 20px}
  .contact-row{grid-template-columns:84px 1fr auto;gap:9px}
  .contact-row>strong{font-size:16px}
  .qr-reservations{grid-template-columns:minmax(0,260px);gap:9px}
  .qr-slot{grid-template-columns:76px 1fr;column-gap:10px;padding:9px}
  .wechat-qr{width:76px}
  .qr-placeholder{width:54px}
  .closing-meta{align-items:flex-start;flex-direction:column;gap:12px;line-height:1.5}
}
@media(max-width:430px){
  .qr-reservations{grid-template-columns:minmax(0,1fr)}
  .qr-slot{grid-template-columns:76px 1fr}
  .wechat-qr{width:76px}
  .qr-placeholder{width:64px}
}

/* Cover and designer-introduction motion system. */
.portfolio-cover{--cover-x:0px;--cover-y:0px;--cover-x-reverse:0px;--cover-y-reverse:0px;isolation:isolate;overflow:hidden}
.portfolio-cover::before,.portfolio-cover::after{content:"";position:absolute;z-index:0;width:38vw;aspect-ratio:1;border-radius:50%;pointer-events:none;filter:blur(44px);opacity:.42;transition:transform .9s cubic-bezier(.2,.7,.2,1)}
.portfolio-cover::before{left:-12vw;top:17vh;background:radial-gradient(circle,rgba(95,209,188,.28),rgba(95,209,188,0) 68%);transform:translate(var(--cover-x),var(--cover-y));animation:coverAuraA 10s ease-in-out infinite alternate}
.portfolio-cover::after{right:-11vw;top:5vh;background:radial-gradient(circle,rgba(73,109,241,.2),rgba(73,109,241,0) 68%);transform:translate(var(--cover-x-reverse),var(--cover-y-reverse));animation:coverAuraB 12s ease-in-out infinite alternate}
.portfolio-title,.cover-meta,.portfolio-cover .scroll-cue{z-index:1}
.motion-ready .portfolio-cover:not(.cover-animated) .portfolio-title>p,.motion-ready .portfolio-cover:not(.cover-animated) .portfolio-title>h1,.motion-ready .portfolio-cover:not(.cover-animated) .portfolio-title>div,.motion-ready .portfolio-cover:not(.cover-animated) .portfolio-title>small,.motion-ready .portfolio-cover:not(.cover-animated) .cover-meta,.motion-ready .portfolio-cover:not(.cover-animated) .scroll-cue{opacity:0}
.portfolio-cover.cover-animated .portfolio-title>p{animation:coverLineIn .65s .08s both}
.portfolio-cover.cover-animated .portfolio-title>h1{animation:coverTitleIn .95s .18s cubic-bezier(.16,.8,.26,1) both}
.portfolio-cover.cover-animated .portfolio-title>div{animation:coverOutlineIn 1.05s .46s cubic-bezier(.16,.8,.26,1) both}
.portfolio-cover.cover-animated .portfolio-title>small{animation:coverLineIn .7s .7s both}
.portfolio-cover.cover-animated .cover-meta-name{animation:coverMetaIn .7s .78s both}
.portfolio-cover.cover-animated .cover-meta-contact{animation:coverMetaIn .7s .88s both}
.portfolio-cover.cover-animated .scroll-cue{animation:coverLineIn .7s 1s both}
@keyframes coverTitleIn{from{opacity:0;transform:translateY(44px);filter:blur(10px)}to{opacity:1;transform:none;filter:none}}
@keyframes coverOutlineIn{from{opacity:0;transform:translateY(28px);letter-spacing:.03em}to{opacity:.26;transform:none}}
@keyframes coverLineIn{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}
@keyframes coverMetaIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes coverAuraA{to{translate:4vw -2vh;scale:1.08}}
@keyframes coverAuraB{to{translate:-3vw 4vh;scale:.92}}

.motion-ready .profile-intro:not(.intro-animated) .intro-content>.eyebrow,.motion-ready .profile-intro:not(.intro-animated) .intro-content>h2,.motion-ready .profile-intro:not(.intro-animated) .school,.motion-ready .profile-intro:not(.intro-animated) .intro-records article,.motion-ready .profile-intro:not(.intro-animated) .designer-photo img,.motion-ready .profile-intro:not(.intro-animated) .intro-visual>p,.motion-ready .profile-intro:not(.intro-animated) .skill{opacity:0}
.profile-intro.intro-animated .intro-content>.eyebrow{animation:introTextIn .55s .08s both}
.profile-intro.intro-animated .intro-content>h2{animation:introTitleIn .85s .16s cubic-bezier(.16,.8,.26,1) both}
.profile-intro.intro-animated .school{animation:introTextIn .65s .34s both}
.profile-intro.intro-animated .intro-records article{animation:introRecordIn .65s both}
.profile-intro.intro-animated .intro-records article:nth-child(1){animation-delay:.46s}
.profile-intro.intro-animated .intro-records article:nth-child(2){animation-delay:.58s}
.profile-intro.intro-animated .intro-records article:nth-child(3){animation-delay:.7s}
.profile-intro.intro-animated .designer-photo img{animation:introPortraitIn 1s .28s cubic-bezier(.16,.8,.26,1) both}
.profile-intro.intro-animated .intro-visual>p{animation:introTextIn .65s .62s both}
.profile-intro .skill{--skill-in:.64s}
.profile-intro .skill-rhino{--skill-in:.58s}.profile-intro .skill-aigc{--skill-in:.74s}.profile-intro .skill-ps{--skill-in:.86s}.profile-intro .skill-ai{--skill-in:.94s}.profile-intro .skill-keyshot{--skill-in:1.02s}
.profile-intro.intro-animated .skill{animation:introSkillIn .7s var(--skill-in) cubic-bezier(.16,.8,.26,1) both,skillFloat 4s calc(var(--skill-in) + .75s) ease-in-out infinite}
.profile-intro .hello-word{animation:none}
.profile-intro.intro-animated .hello-word{animation:helloIn .85s .22s cubic-bezier(.2,.75,.25,1) both,helloFloat 3.6s 1.2s ease-in-out infinite}
.profile-intro.intro-animated .hello-word::after{animation:helloLine .7s .58s cubic-bezier(.2,.75,.25,1) both}
@keyframes introTextIn{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}
@keyframes introTitleIn{from{opacity:0;transform:translateY(36px);filter:blur(8px)}to{opacity:1;transform:none;filter:none}}
@keyframes introRecordIn{from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}}
@keyframes introPortraitIn{from{opacity:0;transform:translateZ(20px) scale(.94) translateY(28px)}to{opacity:1;transform:translateZ(20px) scale(1) translateY(0)}}
@keyframes introSkillIn{from{opacity:0;transform:translateY(14px) scale(.92)}to{opacity:1;transform:none}}

/* Keep the complete medal rack visible and bias the crop toward the product. */
.project[data-project="medal"] .case-cover img{object-fit:cover;object-position:88% 50%;transform:scale(1);filter:saturate(.9)}
.project[data-project="medal"]:hover .case-cover img{transform:scale(1.018);filter:saturate(1)}

@media(max-width:800px){.portfolio-cover::before,.portfolio-cover::after{width:72vw;opacity:.3}.profile-intro.intro-animated .intro-records article{animation-name:introTextIn}.project[data-project="medal"] .case-cover img{object-position:92% 50%}}
@media(max-width:800px){
  .intro-visual{
    min-height:620px;
    padding-bottom:112px;
  }
  .designer-photo{
    inset:7% 0 112px 3%;
  }
  .skill-list{
    position:absolute;
    z-index:5;
    left:16px;
    right:16px;
    bottom:18px;
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
    gap:7px;
  }
  .skill-list .skill{
    position:static;
    padding:7px 10px;
    border:1px solid currentColor;
    border-radius:999px;
    background:rgba(255,255,255,.68);
    box-shadow:0 8px 22px rgba(23,54,95,.06);
    font-size:10px;
    line-height:1;
    letter-spacing:.06em;
    white-space:nowrap;
  }
  .profile-intro.intro-animated .skill-list .skill{
    opacity:1;
    transform:none;
    animation:none;
  }
  .intro-visual>p{
    left:0;
    right:0;
    top:auto;
    bottom:70px;
    display:flex;
    justify-content:center;
    gap:7px;
    margin:0;
    font-size:11px;
    line-height:1.2;
    text-align:center;
  }
  .intro-visual>p br{display:none}
}
@media(prefers-reduced-motion:reduce){.portfolio-cover::before,.portfolio-cover::after,.portfolio-cover.cover-animated .portfolio-title>p,.portfolio-cover.cover-animated .portfolio-title>h1,.portfolio-cover.cover-animated .portfolio-title>div,.portfolio-cover.cover-animated .portfolio-title>small,.portfolio-cover.cover-animated .cover-meta,.portfolio-cover.cover-animated .scroll-cue,.profile-intro.intro-animated .intro-content>.eyebrow,.profile-intro.intro-animated .intro-content>h2,.profile-intro.intro-animated .school,.profile-intro.intro-animated .intro-records article,.profile-intro.intro-animated .designer-photo img,.profile-intro.intro-animated .intro-visual>p,.profile-intro.intro-animated .skill{animation:none;opacity:1;transform:none;filter:none}}

/* Keep the outlined PORTFOLIO word fully inside narrow screens. */
@media(max-width:800px){
  .portfolio-title>div{
    width:100%;
    gap:.04em;
    font-size:clamp(49px,14.6vw,58px);
    line-height:.86;
    letter-spacing:-.095em;
    -webkit-text-stroke-width:1px;
  }
}

/* Tea project: single clean cover, transparent vessel study and a rebuilt final gallery. */
.project[data-project="tea"] .single-product img{
  object-fit:cover;
  object-position:center 50%;
  transform:scale(1);
  filter:saturate(.94);
}
.project[data-project="tea"]:hover .single-product img{
  transform:scale(1.02);
  filter:saturate(1);
}
/* Keep every key-work card on one consistent desktop scale. */
@media(min-width:801px){
  .works .section-head h2{
    justify-self:center;
    text-align:center;
  }
  .works .section-head>p:last-child{
    justify-self:end;
    max-width:none;
    margin-right:0;
    text-align:right;
    white-space:nowrap;
  }
  .works .project{
    height:620px;
    min-height:620px;
    max-height:620px;
    grid-template-rows:auto minmax(0,1fr);
  }
  .works .project-image{
    min-width:0;
    min-height:0;
  }
  .works .project-copy{
    max-height:100%;
  }
}
@media(min-width:801px) and (max-width:1000px){
  .works .section-head>p:last-child{font-size:11px}
}
.case-modal[data-case="tea"] .visual-story-media.tea-vessels{
  min-height:0;
  padding:0 clamp(16px,3vw,42px) 12px;
  background:radial-gradient(circle at 50% 55%,rgba(116,211,190,.12),transparent 58%);
  overflow:hidden;
}
.case-modal[data-case="tea"] .case-visual-story:has(.tea-vessels){padding-top:54px;padding-bottom:44px}
.case-modal[data-case="tea"] .case-visual-story:has(.tea-vessels) .visual-story-copy{margin-bottom:30px}
.case-modal[data-case="tea"] .visual-story-item-head{position:relative;display:block;margin-bottom:0;z-index:1}
.case-modal[data-case="tea"] .visual-story-item-head>b{position:absolute;left:0;top:-.22em;font:300 clamp(54px,8vw,112px)/1 Arial,sans-serif;color:rgba(57,146,130,.14)}
.case-modal[data-case="tea"] .visual-story-item-labels{display:grid;grid-template-columns:repeat(3,1fr);align-items:start;text-align:center;padding:0 2.5%}
.case-modal[data-case="tea"] .visual-story-item-labels span{display:flex;flex-direction:column;gap:6px}
.case-modal[data-case="tea"] .visual-story-item-labels strong{font:400 clamp(20px,2.4vw,34px)/1.15 "Microsoft YaHei",sans-serif;color:#245d59}
.case-modal[data-case="tea"] .visual-story-item-labels small{font:500 10px/1.2 Arial,sans-serif;letter-spacing:.02em;color:rgba(36,93,89,.48)}
.case-modal[data-case="tea"] .visual-story-media.tea-vessels img{
  width:100%;
  height:clamp(260px,29vw,365px);
  padding:0;
  object-fit:cover;
  object-position:center;
  background:transparent;
  box-shadow:none;
}
.case-modal[data-case="tea"] .case-visual-story:has(.tea-vessels) .visual-story-caption{width:100%;max-width:none;margin-top:12px;padding-top:14px;white-space:nowrap;font-size:12px;line-height:1.65}
.case-modal[data-case="tea"] .visual-story-media.tea-editorial{
  padding:0;
  background:transparent;
}
.case-modal[data-case="tea"] .visual-story-media.tea-editorial img{
  width:100%;
  height:auto;
  object-fit:contain;
  background:#f6faf8;
  box-shadow:none;
}
@media(max-width:800px){
  .project[data-project="tea"] .single-product img{object-position:center}
  .case-modal[data-case="tea"] .case-visual-story:has(.tea-vessels){padding-top:44px;padding-bottom:38px}
  .case-modal[data-case="tea"] .visual-story-media.tea-vessels{min-height:0;padding:0 4px 8px}
  .case-modal[data-case="tea"] .visual-story-media.tea-vessels img{height:220px}
  .case-modal[data-case="tea"] .visual-story-item-head{margin-bottom:0}
  .case-modal[data-case="tea"] .visual-story-item-head>b{font-size:48px}
  .case-modal[data-case="tea"] .visual-story-item-labels strong{font-size:15px}
  .case-modal[data-case="tea"] .visual-story-item-labels small{font-size:7px}
  .case-modal[data-case="tea"] .case-visual-story:has(.tea-vessels) .visual-story-caption{white-space:normal;font-size:12px;text-align:center}
}

/* Mobile case studies must shrink to the dialog instead of using media intrinsic widths. */
@media(max-width:800px){
  dialog.case-modal{
    width:calc(100vw - 20px);
    max-width:calc(100vw - 20px);
    height:calc(100dvh - 20px);
    max-height:calc(100dvh - 20px);
    margin:auto;
    border-radius:20px;
    overflow-x:hidden;
  }
  .case-modal .close-modal{
    position:fixed;
    top:24px;
    right:24px;
    display:block;
    margin:0;
    width:44px;
    height:44px;
  }
  .case-modal .designed-case,
  .case-modal .case-product-hero,
  .case-modal .case-product-copy,
  .case-modal .case-product-image,
  .case-modal .case-journey,
  .case-modal .case-persona,
  .case-modal .case-visual-story,
  .case-modal .visual-story-copy,
  .case-modal .visual-story-media,
  .case-modal .visual-story-media>*{
    min-width:0;
    max-width:100%;
  }
  .case-modal .case-persona>header,
  .case-modal .persona-label,
  .case-modal .persona-heading,
  .case-modal .persona-titleblock,
  .case-modal .persona-editorial,
  .case-modal .persona-facts,
  .case-modal .persona-facts article{
    min-width:0;
    max-width:100%;
  }
  .case-modal .case-research,
  .case-modal .case-research>header,
  .case-modal .case-research>header>*,
  .case-modal .research-metrics,
  .case-modal .research-route,
  .case-modal .research-panels,
  .case-modal .research-metrics article,
  .case-modal .research-route article,
  .case-modal .research-panels>article{
    min-width:0;
    max-width:100%;
  }
  .case-modal[data-case] .case-product-hero,
  .case-modal[data-case] .case-journey header,
  .case-modal .case-persona>header,
  .case-modal .persona-editorial,
  .case-modal .persona-facts,
  .case-modal .case-research>header,
  .case-modal .research-metrics,
  .case-modal .research-route,
  .case-modal .research-panels,
  .case-modal .research-golf .research-panels,
  .case-modal[data-case] .visual-story-copy,
  .case-modal[data-case] .case-visual-story.caption-below .visual-story-copy,
  .case-modal .visual-story-media,
  .case-modal .visual-story-media.three,
  .case-modal .visual-story-media.four,
  .case-modal .visual-story-media.feature{
    grid-template-columns:minmax(0,1fr);
  }
  .case-modal[data-case] .case-product-copy{width:100%}
  .case-modal[data-case] .case-product-copy h2,
  .case-modal[data-case] .case-product-copy p,
  .case-modal[data-case] .visual-story-copy h3,
  .case-modal[data-case] .visual-story-copy p{
    max-width:100%;
    overflow-wrap:anywhere;
  }
  .case-modal .persona-heading h3,
  .case-modal .persona-titleblock p,
  .case-modal .persona-facts p{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .case-modal .case-research>header h3,
  .case-modal .case-research>header p,
  .case-modal .research-panels h4,
  .case-modal .research-panels p{
    max-width:100%;
    overflow-wrap:anywhere;
    word-break:normal;
  }
  .case-modal[data-case] .case-product-image img,
  .case-modal[data-case="medal"] .case-product-image img{
    width:100%;
    max-width:100%;
  }
}

/* Responsive product safe-area: intrinsic ratio always wins over the card shape. */
.works .project .project-image.product-focus>img,
.works .project-custom .project-image.product-focus>img,
.works .project[data-project] .project-image.product-focus>img{
  position:absolute!important;
  top:50%!important;
  left:50%!important;
  width:auto!important;
  height:auto!important;
  max-width:var(--cover-max-width,88%);
  max-height:var(--cover-max-height,82%);
  object-fit:contain!important;
  object-position:center!important;
  transform:translate(-50%,-50%)!important;
}
.works .project .project-image.product-focus{
  padding:0!important;
}
.works .project[data-project="bow"]{--cover-max-width:76%;--cover-max-height:76%}
.works .project[data-project="diving"]{--cover-max-width:86%;--cover-max-height:78%}
.works .project[data-project="golf"]{--cover-max-width:72%;--cover-max-height:84%}
.works .project[data-project="bow"] .project-image.product-focus>img{
  width:min(76%,420px)!important;
}
.works .project:hover .project-image.product-focus>img,
.works .project-custom:hover .project-image.product-focus>img,
.works .project[data-project]:hover .project-image.product-focus>img{
  transform:translate(-50%,calc(-50% - 4px)) scale(1.012)!important;
}
@media(min-width:801px) and (max-height:760px){
  .works .project{height:540px;min-height:540px;max-height:540px}
}
@media(max-width:800px){
  .works .project[data-project="bow"]{--cover-max-width:72%;--cover-max-height:72%}
  .works .project[data-project="diving"]{--cover-max-width:94%;--cover-max-height:82%}
  .works .project[data-project="golf"]{--cover-max-width:78%;--cover-max-height:88%}
  .works .project[data-project="bow"] .project-image.product-focus>img{width:min(72%,280px)!important}
}
