:root{--paper:#f8f4ed;--paper2:#f0e9dc;--ink:#202622;--moss:#53684f;--moss-dark:#384735;--lavender:#8271a0;--gold:#c69d54;--line:#34403222;--serif:"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;--sans:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--hand:"Bradley Hand","Segoe Print",cursive}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:var(--paper);font:15px/1.55 var(--sans);background-image:radial-gradient(#3b453b0b 1px,transparent 1px);background-size:4px 4px}img{display:block;max-width:100%}a{color:inherit}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--serif);font-weight:400;line-height:1.04;letter-spacing:-.025em}h1{font-size:clamp(3rem,7vw,5.65rem)}h2{font-size:clamp(2.1rem,4vw,3.65rem)}h3{font-size:1.6rem}em{color:var(--lavender);font-weight:400}.shell{width:min(1180px,calc(100% - 42px));margin-inline:auto}.skip{position:fixed;left:1rem;top:-5rem;z-index:99;padding:.7rem 1rem;background:#fff}.skip:focus{top:1rem}.site-head{height:92px;width:min(1180px,calc(100% - 42px));margin:auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:20}.brand{font:400 2.8rem/1 var(--serif);text-decoration:none;color:var(--moss-dark)}.brand span{font:1.25rem var(--serif);color:var(--lavender);margin-left:.15rem}.site-head nav{display:flex;gap:3.3rem}.site-head nav a{text-decoration:none;padding:.45rem 0;border-bottom:1px solid transparent}.site-head nav a:hover,.site-head nav a[aria-current]{border-color:var(--moss)}.menu{display:none}.eyebrow,.kicker{text-transform:uppercase;letter-spacing:.2em;font-weight:700;font-size:.76rem;color:var(--moss)}.kicker{display:flex;align-items:center;justify-content:center;gap:.7rem}.kicker:before,.kicker:after{content:"❧";font-size:1rem}.hero{min-height:650px;display:grid;grid-template-columns:.84fr 1.3fr;align-items:center;position:relative;padding:2.5rem 0 5rem}.hero-copy{z-index:2}.hero h1{margin:.25em 0 .5em;white-space:nowrap}.hero-copy>p:not(.eyebrow){font-size:1.08rem;max-width:535px}.actions{display:flex;align-items:center;gap:2.5rem;margin-top:2.6rem}.button{background:linear-gradient(100deg,#647d61,#789372);color:white;text-decoration:none;border-radius:999px;padding:.95rem 1.5rem}.button span,.more span,.story span{margin-left:1rem}.text-link,.more{font-weight:600;text-underline-offset:7px}.hero-art{align-self:stretch;position:relative;margin-right:-10vw;overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 12%);border-radius:44% 0 0 52%}.hero-art:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,var(--paper),transparent 18%)}.hero-art img{width:100%;height:100%;object-fit:cover;object-position:center}.butterfly{position:absolute;left:25%;top:10%;z-index:2;color:var(--lavender);font-size:2rem;transform:rotate(30deg)}.paper{position:relative;background:linear-gradient(180deg,#faf7f1,#f7f2e9)}.paper:before{content:"";position:absolute;top:-27px;left:0;width:100%;height:31px;background:var(--paper);clip-path:polygon(0 55%,7% 25%,16% 43%,25% 20%,36% 35%,45% 18%,57% 45%,68% 26%,79% 52%,90% 30%,100% 46%,100% 100%,0 100%)}.approach{padding:5rem 0 6rem;text-align:center}.approach h2{max-width:900px;margin:.35em auto}.lede{max-width:720px;margin:0 auto 3.2rem}.steps{display:grid;grid-template-columns:repeat(4,1fr)}.steps article{padding:0 2rem;border-right:1px solid var(--line)}.steps article:last-child{border:0}.steps span{font:2rem var(--serif);color:var(--moss)}.steps h3{font:600 1rem var(--sans);margin:.8rem 0}.steps p{font-size:.88rem}.selected{padding:5rem 0 7rem;text-align:center;position:relative}.selected h2{margin:.3em 0 1em}.project-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.1rem;text-align:left}.project-card{background:#fbf8f2;border:1px solid var(--line);border-radius:8px;box-shadow:0 8px 24px #27332612;overflow:hidden}.card-image{display:block;overflow:hidden}.card-image img{width:100%;aspect-ratio:1.55;object-fit:cover;transition:transform .4s}.project-card:hover img{transform:scale(1.025)}.project-card>div{padding:1.25rem}.project-card h3{margin:.1rem 0 .5rem}.project-card h3 a{text-decoration:none}.project-card>div>p:first-child{text-transform:uppercase;letter-spacing:.16em;color:var(--moss);font-size:.65rem}.project-card>div>p{font-size:.87rem}.project-card ul,.chips{display:flex;gap:.45rem;list-style:none;padding:0;flex-wrap:wrap}.project-card li,.chips li{background:#ece8df;border-radius:999px;padding:.25rem .7rem;font-size:.7rem}.story{display:none}.more{display:inline-block;margin-top:2rem}.about{padding:5rem 0 4rem}.about-grid{display:grid;grid-template-columns:1fr 2.2fr;gap:5rem;align-items:center}.note{color:var(--lavender);font:1.2rem/1.7 var(--hand);transform:rotate(-5deg)}.about .kicker{justify-content:flex-start}.about h2{font-size:2.8rem}.values{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2rem}.values p{padding-left:1rem;border-left:1px solid var(--line);font-size:.82rem}.values b{font-size:.76rem}footer{display:grid;grid-template-columns:1.5fr .65fr .65fr 1.3fr;gap:3rem;padding:3rem max(21px,calc((100vw - 1180px)/2));background:var(--moss-dark);color:#f5f0e8;font-size:.8rem}footer .brand{display:block;color:white;margin-bottom:1rem}footer div:not(:first-child){display:flex;flex-direction:column}footer small{text-transform:uppercase;letter-spacing:.18em;margin-bottom:.8rem}footer a{text-decoration:none}.portland{text-align:right;align-self:center;font:1rem/2 var(--hand)}.portland span{font:inherit}.work-intro{text-align:center;padding:4rem 0}.work-intro h1{margin:.3em 0}.work-list{display:grid;gap:2.2rem;max-width:870px}.work-list .project-card{display:grid;grid-template-columns:1.08fr 1fr;min-height:330px}.work-list .project-card:nth-child(even){grid-template-columns:1fr 1.08fr}.work-list .project-card:nth-child(even) .card-image{order:2}.work-list .card-image img{height:100%;aspect-ratio:auto}.work-list .project-card>div{padding:2.2rem}.work-list .story{display:inline-block;font-weight:600;margin-top:1rem}.garden-note{display:flex;align-items:end;justify-content:center;gap:3rem;padding:4rem 0 7rem;color:var(--moss)}.garden-note p{max-width:300px;text-align:center;font:1rem/1.8 var(--hand);transform:rotate(-4deg)}.garden-note span{font-size:4rem}.case{margin-top:-92px;position:relative}.case .back{position:absolute;top:120px;left:max(21px,calc((100vw - 1180px)/2));z-index:4;color:white;text-decoration:none}.case-hero{height:min(52vw,620px);min-height:390px;background:#172521}.case-hero:after{content:"";position:absolute;inset:0 0 auto;height:min(52vw,620px);background:linear-gradient(#07100a55,transparent 35%,#07100a22)}.case-hero img{height:100%;width:100%;object-fit:cover}.case.night .case-hero img{filter:brightness(.62) saturate(.9)}.case-sheet{position:relative;width:min(780px,calc(100% - 28px));margin:-60px auto 0;background:var(--paper);padding:4rem 6rem 6rem;border-radius:50% 50% 0 0/3% 3% 0 0;box-shadow:0 -7px 30px #18211922}.case-sheet:after{content:"⚘  ✿  ⚘";position:absolute;right:-2rem;bottom:2rem;color:var(--moss);font-size:2.3rem;writing-mode:vertical-rl}.case-sheet header{text-align:center}.case-sheet h1{font-size:3.7rem;margin:0}.case-summary{font-size:1.02rem;line-height:1.8}.chips{justify-content:center}.case-sheet section{margin-top:4rem}.case-sheet section .kicker{justify-content:flex-start}.case-sheet section h2{font:600 1rem var(--sans);margin-bottom:.45rem}.impact{list-style:none;padding:0}.impact li{display:flex;align-items:center;gap:1rem;margin:1rem 0}.impact span{font-size:1.5rem}.case-next{text-align:center;margin-top:5rem}.contact{min-height:calc(100vh - 92px);padding:2rem 0 6rem;display:grid;grid-template-columns:1fr 1fr;gap:5rem;position:relative;overflow:hidden}.contact>.back{grid-column:1/-1;text-decoration:none}.contact-note{background:#eee3d1;border:1px solid #ad9d8755;padding:2.5rem;text-align:center;transform:rotate(-3deg);box-shadow:4px 8px 15px #4235211c;align-self:start}.contact-note h1{font:2rem/1.45 var(--hand);margin:.5rem}.contact-note span{font-size:2rem;color:var(--moss)}.contact-copy{align-self:center}.contact-copy>p{font-size:1.05rem;line-height:1.8}.contact-links{display:grid;gap:.7rem;margin-top:2rem}.contact-links a{display:grid;grid-template-columns:30px 1fr auto;align-items:center;padding:1rem;border:1px solid var(--line);border-radius:10px;text-decoration:none}.contact>img{grid-column:1/-1;width:100%;height:300px;object-fit:cover;object-position:50% 65%;border-radius:50% 50% 0 0/18% 18% 0 0}
@media(max-width:760px){body{font-size:14px}.shell,.site-head{width:min(100% - 24px,580px)}.site-head{height:72px}.brand{font-size:2rem}.site-head nav{display:none}.menu{display:block;position:relative}.menu summary{list-style:none;width:42px;height:42px;display:grid;place-content:center;gap:4px;cursor:pointer}.menu summary::-webkit-details-marker{display:none}.menu summary i{display:block;width:18px;height:1.5px;background:var(--ink)}.menu div{position:absolute;right:0;top:42px;background:var(--paper);box-shadow:0 8px 30px #18201922;border:1px solid var(--line);padding:.7rem;min-width:150px;display:grid}.menu div a{padding:.65rem;text-decoration:none}.hero{min-height:710px;display:block;padding:2.5rem 1rem 0;overflow:hidden}.hero-copy{position:relative;z-index:2}.hero h1{font-size:2.85rem;white-space:normal}.hero-copy>p:not(.eyebrow){max-width:90%;font-size:.92rem}.actions{gap:1.2rem;margin-top:1.5rem}.button{padding:.8rem 1rem}.hero-art{position:absolute;left:0;right:0;bottom:0;height:405px;margin:0;border-radius:0;mask-image:linear-gradient(180deg,transparent,#000 24%)}.hero-art:after{background:linear-gradient(180deg,var(--paper),transparent 30%)}.hero-art img{object-position:66% center}.butterfly{top:14%;left:22%}.paper:before{top:-20px;height:22px}.approach{padding:3.5rem 0 4rem}.approach h2{font-size:2rem}.lede{font-size:.88rem}.steps{grid-template-columns:repeat(2,1fr);gap:2rem 0}.steps article{padding:0 1rem}.steps article:nth-child(2){border:0}.selected{padding:4rem 0}.selected h2{font-size:2rem}.project-grid{display:grid;grid-template-columns:repeat(3,calc(78vw));overflow-x:auto;scroll-snap-type:x mandatory;margin-inline:-12px;padding:0 12px 1rem;gap:.75rem}.project-card{scroll-snap-align:center}.project-card>div{padding:1rem}.project-card h3{font-size:1.35rem}.project-card>div>p{font-size:.78rem}.project-card .story{display:block}.about{padding:4rem 0}.about-grid{grid-template-columns:1fr;gap:1rem}.about aside{text-align:center}.about .kicker{justify-content:center}.about h2{text-align:center;font-size:2rem}.values{grid-template-columns:1fr}.values p{margin-bottom:.5rem}footer{grid-template-columns:1.1fr 1fr;gap:2rem;padding:2.5rem 24px}footer>div:first-child{grid-column:1/-1}.portland{grid-column:1/-1;text-align:left}.work-intro{padding:3rem 0 2rem}.work-intro h1{font-size:2.7rem}.work-list{gap:.8rem}.work-list .project-card,.work-list .project-card:nth-child(even){display:block;min-height:0}.work-list .project-card:nth-child(even) .card-image{order:0}.work-list .project-card>div{padding:1.25rem}.work-list .project-card:nth-child(1){margin-right:1rem}.work-list .project-card:nth-child(2){margin-left:1rem}.work-list .project-card:nth-child(3){margin-right:.4rem}.work-list .card-image img{aspect-ratio:1.55}.garden-note{padding:3rem 0 5rem;gap:1rem}.garden-note span{font-size:2.5rem}.case{margin-top:-72px}.case .back{top:95px}.case-hero{height:390px}.case-hero img{object-position:center}.case-sheet{margin-top:-32px;padding:2.5rem 2rem 5rem}.case-sheet h1{font-size:2.4rem}.case-sheet section{margin-top:3rem}.case-sheet:after{right:.2rem;font-size:1.8rem}.contact{grid-template-columns:1fr;gap:2.5rem;padding-top:1rem}.contact>.back{grid-column:auto}.contact-note{width:90%;margin:auto}.contact-copy{padding:0 .5rem}.contact>img{grid-column:auto;height:340px}.contact-links a{font-size:.8rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.card-image img{transition:none}}
img{height:auto}.hero-art img,.case-hero img,.work-list .card-image img{height:100%}.contact>img{height:300px}@media(max-width:760px){.contact>img{height:340px}}
@media(max-width:760px){.hero h1{font-size:2.45rem;line-height:1.02;max-width:100%}.hero-copy>p:not(.eyebrow){max-width:100%}.hero .eyebrow{font-size:.68rem;letter-spacing:.17em}.hero .text-link{display:none}.hero .actions{justify-content:flex-start}.hero .button{font-size:.9rem}.site-head{padding-inline:.25rem}}
.page-bibleproject .site-head,.page-eso-market-tracker .site-head,.page-healthmedocs .site-head{color:#f8f4ed}.page-bibleproject .site-head .brand,.page-eso-market-tracker .site-head .brand,.page-healthmedocs .site-head .brand{color:#f8f4ed}.page-bibleproject .menu summary i,.page-eso-market-tracker .menu summary i,.page-healthmedocs .menu summary i{background:#f8f4ed}.page-bibleproject .menu div,.page-eso-market-tracker .menu div,.page-healthmedocs .menu div{color:var(--ink)}
.icon{display:inline-grid;place-items:center}.icon svg{display:block;width:2.4rem;height:2.4rem;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.steps .icon{color:var(--moss);font-size:0}.steps .icon svg{width:2.8rem;height:2.8rem}.garden-note>.icon svg{width:4rem;height:4rem}.impact .icon svg{width:1.65rem;height:1.65rem}.contact-links .icon svg{width:1.35rem;height:1.35rem}.contact-note>.icon{color:var(--moss)}.contact-note>.icon svg{width:2.2rem;height:2.2rem}.case-hero img{object-position:center}.case.night .case-hero img{filter:none}.contact>img{object-position:center 70%}

/* Editorial fidelity pass */
html,body{overflow-x:hidden}h1,h2,h3{text-wrap:balance}p{text-wrap:pretty}em{color:var(--lavender)}.approach .steps{grid-template-columns:repeat(6,1fr);gap:0}.approach .steps article{padding:0 1.1rem;min-width:0}.approach .steps article:nth-child(2){border-right:1px solid var(--line)}.approach .steps article img{width:100%;height:82px;object-fit:contain;margin:0 auto .7rem;mix-blend-mode:multiply}.approach .steps h3{font-size:.82rem;white-space:nowrap}.approach .steps p{font-size:.76rem;line-height:1.55}.selected{width:100%;padding:5rem 0 6rem;text-align:center}.selected-heading h2{margin:.3em 0 .9em}.project-slider{display:flex;gap:1.5rem;width:100%;overflow-x:auto;padding:1rem max(5vw,calc((100vw - 1180px)/2)) 2rem;scroll-snap-type:x mandatory;scroll-padding-inline:max(5vw,calc((100vw - 1180px)/2));scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;text-align:left}.project-slider::-webkit-scrollbar{display:none}.project-slider .project-card{position:relative;display:grid;grid-template-columns:minmax(0,1.35fr) minmax(310px,.65fr);flex:0 0 min(1120px,90vw);height:560px;scroll-snap-align:center;scroll-snap-stop:always;border-radius:18px;background:#f9f5ed;box-shadow:0 20px 60px #27332620;overflow:hidden;transform:none}.card-media{position:relative;display:block;min-width:0;overflow:hidden;background:var(--paper2)}.card-media:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent 40%,#f9f5ed 100%),linear-gradient(0deg,#26362f1a,transparent 45%)}.scene-image{width:100%;height:100%;object-fit:cover}.screen-ghost{position:absolute;z-index:2;left:50%;top:51%;width:min(62%,560px);transform:translate(-50%,-50%);padding:10px;border:1px solid #fff9;border-radius:12px;background:#fff8;box-shadow:0 14px 45px #18211d42,0 0 45px #fff8;backdrop-filter:blur(6px);opacity:.86}.screen-ghost img{width:100%;height:auto;border-radius:7px;filter:saturate(.75) contrast(.94);mix-blend-mode:multiply}.night .screen-ghost{background:#dbe6e37a;box-shadow:0 14px 48px #0008,0 0 42px #f8e4ad55}.night .screen-ghost img{mix-blend-mode:screen;opacity:.82}.card-copy{position:relative;z-index:3;padding:3.2rem 2.5rem;align-self:center}.project-card .card-copy>p:first-child{text-transform:uppercase;letter-spacing:.16em;color:var(--moss);font-size:.65rem}.project-card .card-copy>p{font-size:.9rem}.project-card .card-copy h3{font-size:2.1rem;margin:.2rem 0 .8rem}.project-card .card-copy h3 a{text-decoration:none}.project-card .card-copy ul{display:flex;gap:.45rem;list-style:none;padding:0;flex-wrap:wrap}.project-card .card-copy li{background:#eae5da;border-radius:999px;padding:.25rem .7rem;font-size:.7rem}.project-card .story{display:inline-block;margin-top:1rem;font-weight:600}.slider-hint{display:none;color:var(--moss);font-size:.74rem;letter-spacing:.08em}.slider-hint span{padding:0 .5rem}.selected>.more{display:inline-block;margin-top:1rem}.about{overflow:hidden;min-height:390px}.about-grid{position:relative;z-index:2}.about-garden{position:absolute;bottom:0;height:auto;mix-blend-mode:multiply;pointer-events:none}.about-garden-left{left:0;width:min(35vw,440px)}.about-garden-right{right:0;width:min(20vw,245px)}.about .about-grid{grid-template-columns:.85fr 2.15fr}.about .about-grid>div{max-width:760px}.about .values{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin-top:2rem}.about .values article{display:grid;grid-template-columns:62px 1fr;align-items:center;padding:0 1rem;border-left:1px solid var(--line)}.about .values article:first-child{border-left:0}.about .values img{width:58px;height:68px;object-fit:cover;mix-blend-mode:multiply}.about .values p{padding:0;border:0;margin:0;font-size:.75rem}.about .values b{white-space:nowrap}.work-list .project-card{height:360px}.work-list .card-media:after{background:linear-gradient(90deg,transparent 50%,#f9f5ed 100%)}.work-list .screen-ghost{width:64%}.work-list .card-copy{padding:2rem}

@media(min-width:761px) and (max-width:1024px){.shell,.site-head{width:calc(100% - 48px)}.site-head nav{gap:1.8rem}.hero{grid-template-columns:1fr 1fr;min-height:610px}.hero h1{font-size:clamp(3.2rem,6vw,4.4rem);white-space:normal}.hero-art{margin-right:-24px}.approach .steps{grid-template-columns:repeat(3,1fr);gap:2rem 0}.approach .steps article:nth-child(3){border-right:0}.approach .steps article:nth-child(4),.approach .steps article:nth-child(5),.approach .steps article:nth-child(6){padding-top:1.5rem}.project-slider .project-card{flex-basis:calc(100vw - 72px);grid-template-columns:1.15fr .85fr;height:510px}.about-garden-left{width:32vw}.about-garden-right{width:18vw}.about .about-grid{grid-template-columns:1fr 2fr;gap:2rem}.about .values{grid-template-columns:1fr}.about .values article{border-left:0;border-top:1px solid var(--line);padding:.6rem 0}}

@media(max-width:760px){.approach .steps{grid-template-columns:repeat(2,1fr);gap:1.6rem 0}.approach .steps article{padding:0 .8rem}.approach .steps article:nth-child(2n){border-right:0}.approach .steps article:nth-child(n+3){padding-top:.5rem}.approach .steps article img{height:70px}.approach .steps h3{white-space:normal;font-size:.78rem}.project-slider{gap:.75rem;padding:1rem 12px 1.4rem;scroll-padding-inline:12px}.project-slider .project-card{display:block;flex-basis:calc(100vw - 36px);height:auto;min-height:610px;border-radius:14px}.project-slider .card-media{height:390px}.project-slider .card-media:after{background:linear-gradient(0deg,#f9f5ed 0,transparent 28%),linear-gradient(90deg,#f9f5ed11,transparent)}.project-slider .screen-ghost{top:53%;width:78%;padding:7px}.project-slider .card-copy{padding:1.5rem}.project-slider .card-copy h3{font-size:1.75rem}.slider-hint{display:block}.selected>.more{margin-top:1.4rem}.about{padding-bottom:16rem}.about .about-grid{grid-template-columns:1fr}.about .about-grid aside{display:none}.about .values{grid-template-columns:1fr}.about .values article{grid-template-columns:72px 1fr;border-left:0;border-top:1px solid var(--line);padding:.75rem 0}.about .values article:first-child{border-top:0}.about .values img{width:68px;height:72px}.about-garden-left{width:82vw}.about-garden-right{width:42vw}.work-list .project-card{display:block;height:auto}.work-list .card-media{height:320px}.work-list .card-copy{padding:1.3rem}.work-list .screen-ghost{width:76%}}

@media(max-width:430px){.hero h1{font-size:clamp(2.2rem,10.8vw,2.7rem)}.hero-copy>p:not(.eyebrow){font-size:.88rem}.approach h2,.selected h2,.about h2{font-size:1.85rem}.project-slider .project-card{min-height:580px}.project-slider .card-media{height:350px}.case-sheet{padding-inline:1.45rem}.case-sheet h1{font-size:2.2rem}.contact-note{padding:2rem 1rem}}
@media(min-width:761px) and (max-width:1024px){.hero{grid-template-columns:minmax(400px,57%) minmax(0,43%)}.hero h1{font-size:clamp(2.75rem,5vw,3.4rem)}.hero-copy>p:not(.eyebrow){max-width:390px}.hero-art img{object-position:64% center}}
@media(max-width:430px){.hero h1{font-size:clamp(2.05rem,9.4vw,2.35rem);letter-spacing:-.035em}}
.brand{display:inline-flex;align-items:center;gap:.15rem}.brand>span{font:inherit;color:inherit;margin:0}.brand>img{width:2rem;height:2.1rem;object-fit:contain}.site-head .brand>img{width:2.25rem;height:2.35rem}.page-bibleproject .site-head .brand>img,.page-eso-market-tracker .site-head .brand>img,.page-healthmedocs .site-head .brand>img{filter:drop-shadow(0 0 4px #f8f4ed88)}footer .brand{display:inline-flex;margin-bottom:1rem}footer .brand>img{width:2rem;height:2.1rem}.portland{display:flex;flex-direction:column;align-items:flex-end;justify-content:center;text-align:right}.portland img{width:min(225px,100%);height:auto}.portland span{font:.85rem/1.5 var(--hand);margin-top:.25rem}@media(max-width:760px){.site-head .brand>img{width:1.75rem;height:1.9rem}.portland{align-items:flex-start;text-align:left}.portland img{width:190px}}
.about .note{display:none}.about .about-grid{grid-template-columns:280px minmax(0,650px);justify-content:center;gap:3rem}.about .about-grid>div{max-width:650px}.about-garden-right{width:min(14vw,170px)}@media(min-width:761px) and (max-width:1024px){.about .about-grid{grid-template-columns:minmax(180px,1fr) minmax(0,600px);gap:1.5rem}.about-garden-right{width:120px}}@media(max-width:760px){.about .about-grid{grid-template-columns:1fr}.about .about-grid>div{max-width:none}.about-garden-right{width:42vw}}
@media(min-width:1025px){.about .about-grid{grid-template-columns:250px minmax(0,550px);gap:2.5rem}.about .about-grid>div{max-width:550px}}
.approach .steps article img,.about .values img,.about-garden{mix-blend-mode:normal}.page-contact .contact{padding-bottom:0;margin-bottom:0}.page-contact .contact:after{content:"";position:absolute;z-index:3;left:0;right:0;bottom:0;height:120px;background:linear-gradient(180deg,transparent,var(--moss-dark));pointer-events:none}.page-contact .contact>img{margin-bottom:-1px;border-radius:50% 50% 0 0/18% 18% 0 0}.portland img{mix-blend-mode:normal}
/* Deckled paper transitions from the approved mobile composition. */
.paper:before{top:-30px;height:34px;background:var(--paper);clip-path:polygon(0 48%,3% 36%,6% 51%,9% 30%,13% 46%,17% 34%,21% 52%,25% 29%,29% 43%,33% 25%,37% 48%,41% 32%,46% 53%,50% 28%,54% 46%,59% 31%,64% 52%,69% 27%,74% 45%,79% 33%,84% 50%,89% 29%,94% 44%,100% 35%,100% 100%,0 100%);filter:drop-shadow(0 -1px 0 #8f837018) drop-shadow(0 -3px 3px #3d352b0b)}.case-sheet{border-radius:0;box-shadow:0 -5px 24px #18211918}.case-sheet:before{content:"";position:absolute;z-index:2;left:0;right:0;top:-24px;height:28px;background:var(--paper);clip-path:polygon(0 42%,4% 29%,8% 48%,12% 24%,17% 44%,22% 31%,27% 51%,32% 27%,38% 45%,44% 25%,50% 49%,56% 30%,62% 46%,68% 23%,74% 45%,80% 29%,86% 49%,92% 27%,100% 43%,100% 100%,0 100%);filter:drop-shadow(0 -2px 2px #1112)}.contact-note{clip-path:polygon(1% 2%,7% 1%,13% 2%,20% .5%,28% 1.5%,36% .4%,45% 1.6%,54% .6%,63% 1.5%,72% .3%,81% 1.4%,90% .5%,99% 2%,98.7% 12%,99.3% 24%,98.8% 36%,99.4% 48%,98.8% 60%,99.2% 72%,98.7% 84%,99% 98%,90% 99%,80% 98.5%,70% 99.4%,60% 98.7%,50% 99.5%,40% 98.8%,30% 99.4%,20% 98.6%,10% 99.2%,1% 98%,1.4% 86%,.7% 74%,1.3% 62%,.6% 50%,1.2% 38%,.7% 26%,1.3% 14%)}@media(min-width:761px){.paper:before{clip-path:polygon(0 55%,8% 38%,16% 49%,25% 31%,35% 45%,45% 29%,56% 48%,67% 34%,78% 51%,89% 32%,100% 45%,100% 100%,0 100%)}}
/* Live product captures, framed to their real aspect ratios. */
.screen-ghost{opacity:.96;background:#f8f7f2e8;border-color:#fff;box-shadow:0 18px 55px #18211d55,0 0 40px #fff9}.screen-ghost img{filter:none;mix-blend-mode:normal;opacity:1}.night .screen-ghost{top:52%;width:min(40%,290px);padding:9px 9px 22px;border-radius:30px;background:#eef3f1e8}.night .screen-ghost img{border-radius:20px;mix-blend-mode:normal;opacity:1}.alpine .screen-ghost{width:min(76%,690px);padding:11px;border-radius:16px}.alpine .screen-ghost img{border-radius:9px}.greenhouse .screen-ghost{width:min(46%,360px);padding:9px 9px 20px;border-radius:28px}.greenhouse .screen-ghost img{border-radius:18px}@media(max-width:760px){.project-slider .night .screen-ghost{width:54%;padding:7px 7px 17px;border-radius:24px}.project-slider .night .screen-ghost img{border-radius:16px}.project-slider .alpine .screen-ghost{width:90%;padding:7px}.project-slider .greenhouse .screen-ghost{width:66%;padding:7px 7px 16px}.work-list .night .screen-ghost{width:48%}.work-list .alpine .screen-ghost{width:88%}.work-list .greenhouse .screen-ghost{width:62%}}

/* Keep the real product visible, but let the illustrated project world remain the hero. */
.night .screen-ghost{width:min(27%,190px);padding:6px 6px 15px;border:1px solid #fff9;border-radius:22px;background:#edf4f080;box-shadow:0 12px 35px #050b0980,0 0 34px #f7eacb4d;backdrop-filter:blur(2px);opacity:.82}
.night .screen-ghost img{border-radius:15px;opacity:.9}

/* The two garden corners share a baseline and grow into one footer-edge vignette. */
.about{padding-bottom:5.5rem}
.about-garden{z-index:1;bottom:-1px;filter:drop-shadow(0 -7px 14px #6a715311)}
.about-garden-left{left:-1.5vw;width:min(35vw,450px)}
.about-garden-right{right:-1vw;width:min(17vw,210px)}
footer{position:relative;z-index:3}
footer:before{content:"";position:absolute;left:0;right:0;top:-18px;height:20px;background:var(--moss-dark);clip-path:polygon(0 74%,7% 42%,15% 68%,25% 40%,35% 63%,45% 38%,56% 66%,68% 44%,78% 70%,89% 43%,100% 67%,100% 100%,0 100%)}

@media(max-width:760px){
  .project-slider .night .screen-ghost{width:40%;padding:5px 5px 13px;border-radius:20px;opacity:.8}
  .project-slider .night .screen-ghost img{border-radius:13px}
  .work-list .night .screen-ghost{width:36%}
  .about{padding-bottom:14rem}
  .about-garden-left{left:-18vw;width:92vw}
  .about-garden-right{right:-15vw;width:64vw}
}

/* A composed narrow-screen layout for phones and compact browser panes. */
@media(max-width:760px){
  .site-head{height:88px;padding-inline:.45rem}
  .site-head .brand{font-size:2.15rem;gap:.4rem}
  .site-head .brand>img{width:3.9rem;height:4.15rem;margin-block:-.65rem;filter:drop-shadow(0 5px 10px #4b59451c)}

  .hero{min-height:720px;padding:1.75rem 1rem 0}
  .hero h1{margin:.3em 0 .55em}
  .hero-copy>p:not(.eyebrow){line-height:1.65}
  .hero-art{height:390px;left:.45rem;right:.45rem;border-radius:18px 18px 0 0}

  .approach{padding:4.25rem 0 4.5rem}
  .approach .lede{max-width:31rem;margin-bottom:2.4rem}
  .approach .steps{gap:.8rem;align-items:stretch}
  .approach .steps article,
  .approach .steps article:nth-child(2){display:flex;flex-direction:column;align-items:center;padding:1.25rem .9rem;border:1px solid var(--line);border-radius:14px;background:#fff8}
  .approach .steps article:nth-child(n+3){padding-top:1.25rem}
  .approach .steps article img{height:62px;margin-bottom:.45rem}
  .approach .steps h3{margin:.45rem 0 .35rem}
  .approach .steps p{margin-bottom:0}

  .selected{padding:4.25rem 0}
  .project-slider{gap:1rem;padding-inline:20px;scroll-padding-inline:20px}
  .project-slider .project-card{flex-basis:calc(100vw - 56px);min-height:0}
  .project-slider .card-media{height:325px}
  .project-slider .card-copy{padding:1.5rem 1.35rem 1.7rem}

  .about{padding-top:4.5rem;padding-bottom:12.5rem}
  .about .values{gap:.35rem}
  .about .values article{border:0;border-radius:12px;background:#fff7;padding:.8rem .9rem}
  .about .values article:first-child{border-top:0}
  .about-garden-left{left:-10vw;width:82vw}
  .about-garden-right{right:-8vw;width:52vw}
}

@media(max-width:430px){
  .site-head .brand>img{width:3.45rem;height:3.7rem}
  .approach .steps{grid-template-columns:1fr}
  .project-slider .card-media{height:300px}
}

@media(max-width:760px){
  footer{grid-template-columns:1fr 1fr;column-gap:2.5rem;row-gap:1.75rem;padding:3rem 28px 2.25rem;background:linear-gradient(145deg,#344431,#3c4d38)}
  footer>div:first-child{display:grid;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:1.6rem;padding-bottom:1.6rem;border-bottom:1px solid #f5f0e824}
  footer>div:first-child .brand{margin:0;font-size:2.35rem}
  footer>div:first-child .brand>img{width:2.7rem;height:2.9rem}
  footer>div:first-child p{margin:0;max-width:18rem;line-height:1.65;color:#f5f0e8d9}
  footer small{margin-bottom:.65rem;color:#f5f0e8b8}
  footer a{padding:.12rem 0}
  footer .portland{grid-column:1/-1;align-items:center;text-align:center;padding-top:1.5rem;margin-top:.25rem;border-top:1px solid #f5f0e824}
  footer .portland img{width:min(300px,78vw);opacity:.92;filter:brightness(1.22)}
  footer .portland span{margin-top:.35rem;font-size:.92rem;color:#f5f0e8d9}
}

@media(max-width:430px){
  footer{column-gap:1.5rem;padding-inline:22px}
  footer>div:first-child{grid-template-columns:1fr;gap:.7rem}
  footer>div:first-child p br{display:none}
}

/* Crisp imagery, an explicitly discoverable project rail, and a real about closing. */
.hero-art img,.scene-image,.case-hero img,.contact>img{filter:contrast(1.035) saturate(1.02)}
.screen-ghost,.night .screen-ghost{opacity:1;backdrop-filter:none}

.project-slider{scroll-snap-type:x mandatory;scroll-padding-inline:max(5vw,calc((100vw - 1180px)/2))}
.project-slider .project-card{flex-basis:min(940px,68vw);scroll-snap-align:start;scroll-snap-stop:always}
.selected>.more{display:inline-flex;align-items:center;gap:.6rem;text-decoration:none;border-bottom:1px solid var(--moss);padding-bottom:.25rem}
.selected>.more span{margin-left:0}
.selected>.more b{font-weight:500;line-height:1}

.about{padding:5rem 0 0;min-height:0}
.about .about-grid{display:block;max-width:760px}
.about .about-grid>div{max-width:none}
.about .kicker{justify-content:center}
.about h2,.about .about-grid>div>p{text-align:center}
.about .note{display:block;margin:0;text-align:center;color:var(--lavender);font:1.28rem/1.65 var(--hand);transform:rotate(-2deg)}
.about-closing{position:relative;margin-top:3rem}
.about-art{display:flex;align-items:flex-end;justify-content:center;overflow:hidden;margin-top:.4rem}
.about-art>span{display:none}
.about-art img{position:relative;display:block;height:auto;filter:contrast(1.035) saturate(1.025)}
.about-art .about-garden-left{left:auto;width:min(560px,58vw);clip-path:polygon(43% 0,100% 0,100% 100%,0 100%,0 49%,43% 49%)}
.about-art .about-garden-right{right:auto;width:min(270px,28vw);margin-left:-2vw}

@media(max-width:760px){
  .project-slider{scroll-padding-inline:20px}
  .project-slider .project-card{flex-basis:69vw}
  .project-slider .card-media{height:270px}
  .selected>.more{margin-top:1.7rem}

  .about{padding:4.5rem 0 0}
  .about .values{margin-bottom:0}
  .about-closing{margin-top:2.5rem}
  .about .note{font-size:1.18rem}
  .about-art{margin-top:.2rem}
  .about-art .about-garden-left{left:auto;width:78vw}
  .about-art .about-garden-right{right:auto;width:42vw;margin-left:-14vw}
}

@media(max-width:430px){
  .project-slider .project-card{flex-basis:70vw}
  .project-slider .card-media{height:250px}
  .about-art .about-garden-left{width:84vw}
  .about-art .about-garden-right{width:46vw;margin-left:-17vw}
}

/* Let the illustrated worlds carry more of the composition. */
.project-card .screen-ghost,
.project-slider .night .screen-ghost,
.project-slider .alpine .screen-ghost,
.project-slider .greenhouse .screen-ghost,
.work-list .night .screen-ghost,
.work-list .alpine .screen-ghost,
.work-list .greenhouse .screen-ghost{top:54%;width:min(43%,440px);padding:7px;border-radius:14px;background:#f8f7f2dc;box-shadow:0 16px 45px #17221c4d,0 0 28px #fff7;opacity:.9}
.project-card .screen-ghost img,
.project-slider .night .screen-ghost img,
.project-slider .alpine .screen-ghost img,
.project-slider .greenhouse .screen-ghost img{border-radius:8px;opacity:1}
.approach .steps article img{height:92px}
.about .values img{width:72px;height:82px}
.portland img{width:min(340px,100%)}

@media(max-width:760px){
  .hero{min-height:770px}
  .hero-art{left:calc(50% - 50vw);right:calc(50% - 50vw);height:445px;border-radius:0}
  .hero-art img{object-position:47% center;transform:scale(1.055);transform-origin:center bottom}
  .hero-art:after{background:linear-gradient(180deg,var(--paper),transparent 25%)}
  .project-slider .card-media{height:315px}
  .project-card .screen-ghost,
  .project-slider .night .screen-ghost,
  .project-slider .alpine .screen-ghost,
  .project-slider .greenhouse .screen-ghost{top:55%;width:58%;padding:6px;border-radius:12px}
  .approach .steps article img{height:78px}
  footer .portland img{width:min(340px,82vw)}
}

@media(max-width:430px){
  .hero-art{height:425px}
  .project-slider .card-media{height:285px}
  .project-card .screen-ghost,
  .project-slider .night .screen-ghost,
  .project-slider .alpine .screen-ghost,
  .project-slider .greenhouse .screen-ghost{width:62%}
}

/* Viewport chapters with a quiet cue to continue. */
html{scroll-snap-type:none}
.page-home{height:100svh;overflow-y:auto;overscroll-behavior-y:contain;scroll-snap-type:y mandatory;scroll-behavior:smooth}
.page-home main>section,.page-home #site-footer{position:relative;min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always}
.page-home .hero{min-height:calc(100svh - 92px)}
.page-home #site-footer{align-content:center}
.section-cue{position:absolute;z-index:8;left:50%;bottom:1.15rem;width:2.65rem;height:2.65rem;display:grid;place-items:center;transform:translateX(-50%);border:1px solid #52654e45;border-radius:999px;background:#f8f4ede8;color:var(--moss-dark);text-decoration:none;box-shadow:0 7px 22px #26322518;backdrop-filter:blur(7px)}
.section-cue span{display:block;font-size:1.05rem;line-height:1;animation:cue-bob 1.8s ease-in-out infinite}
.approach,.selected,.about{padding-bottom:max(5rem,calc(1.15rem + 3rem))}
.about .section-cue{bottom:1.35rem;background:#f8f4edeb}
@keyframes cue-bob{0%,100%{transform:translateY(-2px)}50%{transform:translateY(3px)}}

@media(max-width:760px){
  .page-home .hero{min-height:calc(100svh - 88px)}
  .section-cue{bottom:1rem;width:2.5rem;height:2.5rem}
  .hero .section-cue{bottom:1.25rem}
  .selected{padding-bottom:5.75rem}
  .about{padding-bottom:4.75rem}
}

@media(prefers-reduced-motion:reduce){
  .page-home{scroll-snap-type:none;scroll-behavior:auto}
  .section-cue span{animation:none}
}

/* Project identities appear as soft light within their illustrated worlds. */
.project-card .scene-image{object-position:center}
.logo-ghost{position:absolute;z-index:3;left:50%;top:30%;width:min(42%,430px);transform:translate(-50%,-50%);isolation:isolate;pointer-events:none}
.logo-ghost:before{content:"";position:absolute;z-index:-1;inset:-75% -35%;background:radial-gradient(ellipse,#fffbd4aa 0,#fff8c94f 32%,transparent 70%);filter:blur(13px);opacity:.82}
.logo-ghost img{width:100%;height:auto;border:0;filter:contrast(1.12) drop-shadow(0 0 8px #fff9);opacity:.86}
.project-card.night .logo-ghost{top:31%;width:min(39%,390px);mix-blend-mode:screen}
.project-card.alpine .logo-ghost{left:55%;top:25%;width:min(31%,310px);mix-blend-mode:multiply}
.project-card.greenhouse .logo-ghost{left:36%;top:23%;width:min(34%,340px);mix-blend-mode:multiply}
.project-card.alpine .logo-ghost:before,.project-card.greenhouse .logo-ghost:before{background:radial-gradient(ellipse,#fffef0e8 0,#fffef078 36%,transparent 72%)}
.project-card .card-media:after{background:linear-gradient(0deg,#f9f5ed 0,transparent 22%),linear-gradient(90deg,#26362f12,transparent 24%,transparent 76%,#26362f12)}

@media(max-width:760px){
  .project-slider .card-media{height:355px}
  .project-slider .logo-ghost{width:62%;top:29%}
  .project-slider .night .logo-ghost{width:58%;top:30%}
  .project-slider .alpine .logo-ghost{left:56%;width:48%;top:24%}
  .project-slider .greenhouse .logo-ghost{left:38%;width:51%;top:22%}
}

@media(max-width:430px){
  .project-slider .card-media{height:330px}
}

/* Mobile clarity: stronger artwork, a looser process rhythm, and restrained motion. */
.hero-art picture{display:block;width:100%;height:100%}
.approach .steps{counter-reset:process-step}
.approach .steps article{counter-increment:process-step;position:relative}
.approach .steps article img,.about .values img{opacity:1;filter:contrast(1.32) saturate(1.14) brightness(.9)}
.icon svg{filter:contrast(1.3);stroke-width:1.8}

@media(max-width:760px){
  body{font-size:16px;line-height:1.62}
  .hero{min-height:calc(100svh - 88px);padding-top:1.4rem}
  .hero-copy>p:not(.eyebrow){font-size:1rem;line-height:1.65;max-width:31rem}
  .hero-art{height:min(52svh,560px)}
  .hero-art img{width:100%;height:100%;object-fit:cover;object-position:center 54%;transform:none;filter:contrast(1.06) saturate(1.04)}
  .approach .lede{font-size:1rem;line-height:1.68}
  .approach .steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.85rem}
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){align-items:flex-start;text-align:left;min-height:224px;padding:1.1rem 1rem 1.2rem;border:1px solid #53684f2b;border-radius:18px 18px 34px 18px;background:linear-gradient(145deg,#fffdf9e8,#eee7d9c9);box-shadow:0 10px 24px #32402f0a}
  .approach .steps article:nth-child(even){border-radius:18px 18px 18px 34px;background:linear-gradient(215deg,#fffdf9e8,#eee7d9c9)}
  .approach .steps article:before{content:"0" counter(process-step);position:absolute;right:.85rem;top:.72rem;color:var(--moss);font:700 .68rem/1 var(--sans);letter-spacing:.12em;opacity:.75}
  .approach .steps article img{width:auto;height:76px;margin:0 0 .55rem;object-fit:contain}
  .approach .steps h3{font-size:1rem;line-height:1.2;margin:.2rem 0 .4rem}
  .approach .steps p{font-size:.86rem;line-height:1.5;color:#303832}
  .project-slider .card-copy>p,.about .values p{font-size:.9rem;line-height:1.55}
}

@media(max-width:430px){
  .approach .steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem}
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){min-height:215px;padding:.95rem .82rem 1rem}
  .approach .steps article img{height:66px}
  .approach .steps p{font-size:.8rem}
}

@supports (animation-timeline:view()){
  .approach .steps article,.project-card,.about .values article{animation:soft-reveal linear both;animation-timeline:view();animation-range:entry 4% cover 26%}
}
@keyframes soft-reveal{from{opacity:.35;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}
@media(prefers-reduced-motion:reduce){
  .approach .steps article,.project-card,.about .values article{animation:none}
}

/* The about values read as one calm mobile list, not three desktop cards. */
@media(max-width:760px){
  .about .about-grid{width:calc(100% - 36px)}
  .about .kicker{justify-content:flex-start}
  .about h2,.about .about-grid>div>p{text-align:left}
  .about h2{max-width:21rem;margin:0 0 1.25rem;font-size:clamp(2.15rem,10vw,3rem);line-height:1.02}
  .about .about-grid>div>p{font-size:1rem;line-height:1.7;color:#303832}
  .about .values{display:block;margin-top:1.75rem;border-top:1px solid #53684f38}
  .about .values article,
  .about .values article:first-child{display:grid;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:1rem;min-height:108px;margin:0;padding:1rem 0;border:0;border-bottom:1px solid #53684f38;border-radius:0;background:transparent;box-shadow:none}
  .about .values img{width:72px;height:78px;margin:0;object-fit:contain}
  .about .values p{margin:0;padding:0;font-size:.94rem;line-height:1.5;color:#303832}
  .about .values b{display:block;margin-bottom:.18rem;color:var(--ink);font:600 1.05rem/1.25 var(--serif);white-space:normal}
  .about-closing{margin-top:2rem}
}

@media(max-width:380px){
  .about .about-grid{width:calc(100% - 28px)}
  .about .values article,
  .about .values article:first-child{grid-template-columns:64px minmax(0,1fr);gap:.8rem}
  .about .values img{width:60px;height:68px}
}

/* Compact phones, including the 360 x 640 Galaxy S6 viewport. */
@media(max-width:380px) and (max-height:700px){
  .site-head{height:72px;width:calc(100% - 28px);padding-inline:0}
  .site-head .brand{font-size:1.9rem}
  .site-head .brand>img{width:3rem;height:3.2rem}
  .menu summary{min-width:44px;min-height:44px}

  .page-home .hero{min-height:calc(100svh - 72px)}
  .hero{width:calc(100% - 28px);padding:.8rem 0 0;overflow:clip}
  .hero h1{font-size:2rem;line-height:1.01;margin:.25em 0 .55em}
  .hero-copy>p:not(.eyebrow){max-width:20rem;font-size:.94rem;line-height:1.55}
  .actions{margin-top:1.25rem}
  .button{min-height:46px;padding:.72rem 1.15rem}
  .hero-art{height:300px}
  .hero-art img{object-position:center 55%}
  .hero .section-cue{bottom:.65rem}

  .approach{padding-top:3.5rem}
  .approach h2,.selected h2{font-size:1.78rem}
  .approach .lede{margin-bottom:1.7rem;font-size:.94rem;line-height:1.58}
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){min-height:198px;padding:.85rem .75rem .9rem}
  .approach .steps article img{height:58px}
  .approach .steps h3{font-size:.94rem}
  .approach .steps p{font-size:.82rem;line-height:1.43}

  .selected{padding-top:3.5rem}
  .project-slider .project-card{flex-basis:76vw}
  .project-slider .card-media{height:270px}
  .project-slider .card-copy{padding:1.2rem 1.05rem 1.4rem}
  .project-slider .card-copy>p:first-child{font-size:.82rem}
  .project-slider .story,.selected>.more{display:inline-flex;align-items:center;min-height:44px}

  .about{overflow:clip;padding-top:3.7rem}
  .about h2{font-size:2rem}
  .about .about-grid>div>p{font-size:.94rem;line-height:1.6}
  .about .values article,
  .about .values article:first-child{min-height:96px;padding:.8rem 0}
  .about .values p{font-size:.88rem}
  .about .values b{font-size:1rem}
  .about .note{max-width:100%;font-size:1.05rem}

  footer{padding:2.4rem 18px 1.8rem}
  footer>div:first-child .brand{font-size:2rem}
  footer a{display:flex;align-items:center;min-height:44px;font-size:.85rem}
  .section-cue{width:44px;height:44px}
}

/* Project cards use compact brand symbols rather than full wordmarks. */
.project-card .logo-ghost,
.project-card.night .logo-ghost,
.project-card.alpine .logo-ghost,
.project-card.greenhouse .logo-ghost{left:50%;top:29%;width:min(36%,360px);aspect-ratio:1;mix-blend-mode:normal}
.project-card .logo-ghost img{width:100%;height:100%;object-fit:contain;opacity:.97;filter:contrast(1.08) saturate(1.08) drop-shadow(0 0 8px #fff) drop-shadow(0 0 24px #fff9)}
.project-card .logo-ghost:before{inset:-52%;background:radial-gradient(circle,#fffef5f2 0,#fffbd5a8 25%,#fff9cf40 48%,transparent 72%);filter:blur(15px)}
.project-card.night .logo-ghost:before{background:radial-gradient(circle,#f4fffff5 0,#cdf7ffc2 26%,#bceeff4d 50%,transparent 72%)}
.project-card.alpine .logo-ghost img{border-radius:18%;box-shadow:0 0 30px #ede9ffcc}
.project-card.alpine .logo-ghost:before{background:radial-gradient(circle,#f7f5fff5 0,#e2ddffc4 28%,#cdc7ff52 52%,transparent 74%)}

@media(max-width:760px){
  .project-slider .logo-ghost,
  .project-slider .night .logo-ghost,
  .project-slider .alpine .logo-ghost,
  .project-slider .greenhouse .logo-ghost{left:50%;top:29%;width:58%}
}

/* Let the final botanical image meet the footer without a blank buffer. */
.page-home .about{padding-bottom:0}
.page-home .about .section-cue{bottom:1rem}

/* Keep the main chapters within one short-phone viewport. */
@media(max-width:430px) and (max-height:700px){
  .approach{min-height:100svh;padding:2.6rem 0 3.5rem}
  .approach .kicker{margin-bottom:.55rem}
  .approach h2{margin-bottom:.75rem;font-size:1.65rem}
  .approach .lede{margin-bottom:1.1rem;font-size:.88rem;line-height:1.48}
  .approach .steps{display:flex;gap:.7rem;overflow-x:auto;margin-inline:-14px;padding:.15rem 14px .75rem;scroll-padding-inline:14px;scroll-snap-type:x mandatory;overscroll-behavior-x:contain}
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){flex:0 0 62vw;min-height:190px;padding:.8rem .85rem;border-radius:16px 16px 28px 16px;scroll-snap-align:start;scroll-snap-stop:always}
  .approach .steps article:nth-child(even){border-radius:16px 16px 16px 28px}
  .approach .steps article img{height:52px;margin-bottom:.25rem}
  .approach .steps h3{margin:.15rem 0 .3rem;font-size:.92rem}
  .approach .steps p{font-size:.8rem;line-height:1.4}

  .selected{min-height:100svh;padding:2.6rem 0 3.5rem}
  .selected-heading{margin-bottom:.35rem}
  .selected .kicker{margin-bottom:.55rem}
  .selected h2{margin-bottom:.6rem;font-size:1.65rem}
  .project-slider{padding-top:.35rem;padding-bottom:.6rem}
  .project-slider .project-card{flex-basis:76vw}
  .project-slider .card-media{height:155px}
  .project-slider .logo-ghost,
  .project-slider .night .logo-ghost,
  .project-slider .alpine .logo-ghost,
  .project-slider .greenhouse .logo-ghost{width:64%;top:50%}
  .project-slider .card-copy{padding:.85rem .95rem 1rem}
  .project-slider .card-copy>p:first-child{margin-bottom:.2rem}
  .project-slider .card-copy h3{margin-bottom:.35rem;font-size:1.45rem}
  .project-slider .card-copy>p:not(:first-child){display:-webkit-box;margin-bottom:.55rem;overflow:hidden;font-size:.8rem;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:3}
  .project-slider .card-copy ul{display:none}
  .project-slider .story{margin-top:.2rem;font-size:.82rem}
  .selected>.more{margin-top:.25rem;min-height:40px;font-size:.85rem}
}

/* Mobile card groups share one clear, swipeable rhythm. */
@media(max-width:760px){
  .approach .steps{
    display:flex;
    gap:.8rem;
    overflow-x:auto;
    margin-inline:-12px;
    padding:.2rem 12px 1rem;
    scroll-padding-inline:12px;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
  }
  .approach .steps::-webkit-scrollbar,
  .about .values::-webkit-scrollbar{display:none}
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){
    flex:0 0 min(72vw,310px);
    min-height:210px;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }

  .about .values{
    display:flex;
    gap:.8rem;
    overflow-x:auto;
    margin:1.75rem -18px 0;
    padding:.2rem 18px 1rem;
    border:0;
    scroll-padding-inline:18px;
    scroll-snap-type:x mandatory;
    overscroll-behavior-inline:contain;
    scrollbar-width:none;
  }
  .about .values article,
  .about .values article:first-child{
    display:grid;
    flex:0 0 min(76vw,330px);
    grid-template-columns:70px minmax(0,1fr);
    gap:.9rem;
    min-height:148px;
    padding:1rem;
    border:1px solid #53684f2b;
    border-radius:18px 18px 32px 18px;
    background:linear-gradient(145deg,#fffdf9e8,#eee7d9d4);
    box-shadow:0 10px 24px #32402f0d;
    scroll-snap-align:start;
    scroll-snap-stop:always;
  }
  .about .values article:nth-child(even){
    border-radius:18px 18px 18px 32px;
    background:linear-gradient(215deg,#fffdf9e8,#eee7d9d4);
  }
}

/* Contact landscape: quiet Gorge depth behind a richer garden foreground. */
@media(min-width:761px){
  .contact-chapter .contact-garden:before{
    content:"";
    position:absolute;
    inset:0;
    background:url("/assets/clean/contact-garden-desktop.jpg") center bottom/100% 100% no-repeat;
    opacity:.24;
    filter:saturate(.5) contrast(.92);
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000b 22%,#000 100%);
    mask-image:linear-gradient(to bottom,transparent 0,#000b 22%,#000 100%);
  }

  .contact-chapter .contact-garden img{
    position:relative;
    z-index:1;
    -webkit-mask-image:linear-gradient(to top,#000 0 28%,#000d 36%,transparent 57%);
    mask-image:linear-gradient(to top,#000 0 28%,#000d 36%,transparent 57%);
  }
}

.portland .footer-note{
  margin:0 0 1.15rem;
  color:#f7efe3;
  font:600 clamp(1.15rem,1.5vw,1.45rem)/1.4 var(--hand);
  letter-spacing:.01em;
  text-align:right;
  transform:rotate(-1.5deg);
}

@media(max-width:760px){
  .contact-chapter .contact-garden img{
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,transparent 40%,#0005 52%,#000 68%);
    mask-image:linear-gradient(to bottom,transparent 0,transparent 40%,#0005 52%,#000 68%);
  }

  .home-contact-links{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    padding:.35rem;
    border:1px solid #53684f2c;
    border-radius:24px 10px 24px 10px;
    background:#fffaf3f2;
    box-shadow:0 14px 34px #26362f20;
    backdrop-filter:blur(7px);
  }

  .home-contact-links a{
    position:relative;
    display:grid;
    grid-template-columns:auto auto;
    grid-template-rows:1.8rem auto;
    min-width:0;
    min-height:72px;
    align-items:center;
    justify-content:center;
    gap:.2rem .28rem;
    padding:.5rem .25rem;
    border:0;
    border-left:1px solid #53684f26;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    text-align:center;
  }

  .home-contact-links a:first-child{
    border-left:0;
  }

  .home-contact-links a>span:nth-child(2){
    grid-column:1;
    grid-row:2;
    overflow:visible;
  }

  .home-contact-links .icon{
    grid-column:1 / 3;
    grid-row:1;
    width:1.6rem;
    height:1.6rem;
    margin:auto;
  }

  .home-contact-links small{
    margin:0;
    color:var(--ink);
    font-size:.68rem;
    letter-spacing:.07em;
  }

  .home-contact-links .contact-detail{
    display:none;
  }

  .home-contact-links b{
    position:static;
    grid-column:2;
    grid-row:2;
    font-size:.82rem;
  }

  footer .portland .footer-note{
    width:100%;
    margin:0 auto 1.5rem;
    font-size:1.35rem;
    line-height:1.4;
    text-align:center;
  }
}

/* Full-width illustrated chapter landscapes. */
.chapter-vignette.chapter-deer,
.chapter-vignette.chapter-owl{
  left:0;
  right:0;
  top:auto;
  bottom:-1px;
  width:100vw;
  max-width:none;
  opacity:.2;
  filter:saturate(.76) contrast(1.02);
  transform:none;
  -webkit-mask-image:linear-gradient(to top,#000 0 64%,#000d 76%,transparent 100%);
  mask-image:linear-gradient(to top,#000 0 64%,#000d 76%,transparent 100%);
}

.chapter-vignette.chapter-deer img,
.chapter-vignette.chapter-owl img{
  display:block;
  width:100%;
  height:auto;
}

.chapter-vignette.chapter-deer{
  animation:vignette-graze 12s ease-in-out infinite alternate;
}

.chapter-vignette.chapter-owl{
  animation:vignette-watch 13s ease-in-out infinite alternate;
}

.contact-chapter{
  background:linear-gradient(180deg,#f3ede3 0,#ebe4d7 62%,#26362f 100%);
}

.contact-chapter .contact-garden{
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  bottom:-1px;
  display:block;
  width:100%;
  overflow:hidden;
  pointer-events:none;
}

.contact-chapter .contact-garden img{
  display:block;
  width:100%;
  height:auto;
}

.contact-chapter:after{
  content:"";
  position:absolute;
  z-index:1;
  right:0;
  bottom:-1px;
  left:0;
  height:clamp(2.25rem,5vw,4.5rem);
  background:linear-gradient(180deg,transparent,#26362f 92%);
  pointer-events:none;
}

.contact-chapter .home-contact-copy,
.contact-chapter .section-cue,
.contact-chapter .garden-bee{
  z-index:2;
}

@media(max-width:760px){
  .chapter-vignette.chapter-deer,
  .chapter-vignette.chapter-owl{
    left:0;
    right:0;
    bottom:-1px;
    width:100vw;
    opacity:.22;
  }

  .chapter-vignette.chapter-deer{
    opacity:.29;
  }

  .contact-chapter .contact-garden{
    width:100vw;
  }

  .contact-chapter .contact-garden img{
    width:100%;
  }

  .contact-chapter .home-contact .note,
  .contact-chapter .note{
    color:#fff9ed;
    font-size:1.28rem;
    text-shadow:0 1px 2px #17221d,0 0 14px #17221dcf;
  }
}

/* A direct primary CTA and a dedicated homepage contact chapter. */
.site-head nav .nav-contact{
  margin-left:-.9rem;
  padding:.62rem 1.15rem;
  border:0;
  border-radius:999px;
  background:linear-gradient(100deg,#647d61,#789372);
  color:#fff;
  box-shadow:0 8px 22px #38473520;
  transition:translate .2s ease,box-shadow .2s ease;
}

.site-head nav .nav-contact:hover{
  translate:0 -2px;
  border:0;
  box-shadow:0 11px 28px #38473530;
}

.page-home .about{
  padding-bottom:5rem;
}

.home-contact{
  display:flex;
  flex-direction:column;
  justify-content:center;
  overflow:hidden;
  isolation:isolate;
  padding:clamp(3.5rem,7svh,5.5rem) 0 0;
  background:
    radial-gradient(circle at 50% 20%,#fffdf9 0,transparent 46%),
    linear-gradient(180deg,#f3ede3,#ebe4d7);
  text-align:center;
}

.contact-chapter{
  position:relative;
  min-height:min(880px,100svh);
}

.contact-chapter .about-art{
  position:absolute;
  z-index:0;
  left:0;
  right:0;
  bottom:-1px;
  width:100%;
  max-width:100%;
  margin:0;
  justify-content:space-between;
  overflow:hidden;
  pointer-events:none;
}

.contact-chapter .about-art img{
  flex:0 0 auto;
  max-width:none;
}

.contact-chapter .about-art .about-garden-left{
  width:min(470px,34vw);
  margin-right:auto;
  -webkit-mask-image:radial-gradient(ellipse 115% 105% at 0 100%,#000 0 56%,#000c 70%,transparent 96%);
  mask-image:radial-gradient(ellipse 115% 105% at 0 100%,#000 0 56%,#000c 70%,transparent 96%);
}

.contact-chapter .about-art .about-garden-right{
  width:min(245px,18vw);
  margin-left:auto;
  -webkit-mask-image:radial-gradient(ellipse 125% 110% at 100% 100%,#000 0 55%,#000c 70%,transparent 97%);
  mask-image:radial-gradient(ellipse 125% 110% at 100% 100%,#000 0 55%,#000c 70%,transparent 97%);
}

.home-contact-copy{
  position:relative;
  z-index:2;
  max-width:980px;
  padding-bottom:clamp(8rem,16vw,11rem);
}

.home-contact h2{
  margin:.25em 0 .35em;
  font-size:clamp(2.5rem,5vw,4.4rem);
}

.home-contact-copy>p:not(.kicker):not(.note){
  max-width:650px;
  margin-inline:auto;
  font-size:1rem;
}

.home-contact-links{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:.8rem;
  margin:2rem auto 1.5rem;
}

.home-contact-links a{
  display:grid;
  grid-template-columns:2.2rem minmax(0,1fr) auto;
  align-items:center;
  gap:.75rem;
  min-width:0;
  padding:1rem;
  border:1px solid #53684f2e;
  border-radius:16px;
  background:#fff9;
  box-shadow:0 10px 28px #3847350c;
  text-align:left;
  text-decoration:none;
  transition:translate .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease;
}

.home-contact-links a:hover{
  translate:0 -4px;
  border-color:#53684f60;
  background:#fffdf9d9;
  box-shadow:0 16px 38px #38473519;
}

.home-contact-links .icon{
  display:grid;
  width:2.2rem;
  height:2.2rem;
  place-items:center;
  color:var(--moss);
}

.home-contact-links .icon svg{
  width:1.45rem;
  height:1.45rem;
}

.home-contact-links a>span:nth-child(2){
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.home-contact-links small{
  display:block;
  color:var(--moss);
  font-size:.64rem;
  font-weight:700;
  letter-spacing:.14em;
  text-transform:uppercase;
}

.home-contact-links b{
  font-weight:400;
}

.home-contact .note{
  position:relative;
  z-index:2;
  margin:0 auto;
  color:#68577f;
  font:600 1.65rem/1.42 var(--hand);
  letter-spacing:.012em;
  transform:rotate(-2deg);
  text-shadow:0 1px 0 #fff,0 0 12px #fff;
}

@media(max-width:760px){
  .hero .text-link{
    display:inline-flex;
    align-items:center;
    min-height:44px;
  }

  .hero .actions{
    gap:1rem;
  }

  .page-home .about{
    padding-bottom:4.75rem;
  }

  .home-contact{
    padding-top:3.25rem;
  }

  .home-contact-copy{
    width:calc(100% - 28px);
    padding-bottom:8rem;
  }

  .home-contact h2{
    font-size:clamp(2.15rem,10vw,3rem);
  }

  .home-contact-copy>p:not(.kicker):not(.note){
    font-size:.94rem;
    line-height:1.55;
  }

  .home-contact-links{
    grid-template-columns:1fr;
    gap:.5rem;
    margin:1.25rem auto 1rem;
  }

  .home-contact-links a{
    min-height:58px;
    padding:.65rem .8rem;
    border-radius:13px;
  }

  .home-contact .note{
    font-size:1.3rem;
    line-height:1.4;
  }

  .contact-chapter .about-art .about-garden-left{
    width:70vw;
  }

  .contact-chapter .about-art .about-garden-right{
    width:35vw;
    margin-left:-10vw;
  }
}

@media(max-width:380px) and (max-height:700px){
  .home-contact{
    padding-top:2.4rem;
  }

  .home-contact h2{
    margin-bottom:.25rem;
    font-size:1.85rem;
  }

  .home-contact-copy{
    padding-bottom:6.5rem;
  }

  .home-contact-copy>p:not(.kicker):not(.note){
    margin-bottom:.65rem;
    font-size:.84rem;
  }

  .home-contact-links{
    margin:.65rem auto;
  }

  .home-contact-links a{
    min-height:50px;
    padding:.45rem .65rem;
    font-size:.78rem;
  }

  .home-contact .note{
    font-size:1.08rem;
  }
}

@media(prefers-reduced-motion:reduce){
  .site-head nav .nav-contact,
  .home-contact-links a{
    transition:none;
  }
}

/* One quiet, living detail in each homepage chapter. */
.page-home .approach,
.page-home .about,
.page-home .home-contact{
  overflow:hidden;
}

.page-home .approach:after{
  content:"❧";
  position:absolute;
  z-index:1;
  right:8%;
  top:22%;
  color:#7893729c;
  font-size:1.55rem;
  filter:drop-shadow(0 5px 7px #3847351c);
  pointer-events:none;
  animation:leaf-wander 8s ease-in-out infinite;
}

.page-home .selected-heading:after{
  content:"";
  position:absolute;
  z-index:1;
  right:13%;
  top:28%;
  width:.38rem;
  height:.38rem;
  border-radius:50%;
  background:#d9bb68;
  box-shadow:0 0 8px #e7cc7c,0 0 18px #e7cc7c99;
  pointer-events:none;
  animation:firefly-wander 6.5s ease-in-out infinite;
}

.page-home .about:after{
  content:"❧";
  position:absolute;
  z-index:1;
  left:9%;
  top:28%;
  color:#8271a099;
  font-size:1.65rem;
  pointer-events:none;
  animation:sprig-float 7.5s ease-in-out infinite;
}

.page-home .approach:after,
.page-home .selected-heading:after,
.page-home .about:after{
  content:none;
}

.floating-accent{
  position:absolute;
  z-index:3;
  display:block;
  height:auto;
  object-fit:contain;
  pointer-events:none;
}

.approach-sprig{
  right:6%;
  top:18%;
  width:clamp(4.75rem,6vw,6.5rem);
  transform:scaleX(-1);
  animation:sprig-inward-left 8s ease-in-out infinite;
}

.floating-firefly{
  right:8%;
  top:21%;
  width:clamp(4.25rem,5.5vw,5.75rem);
  transform:scaleX(-1);
  filter:drop-shadow(0 0 9px #ddb75e80);
  animation:firefly-inward 7s ease-in-out infinite;
}

.about-sprig{
  left:6%;
  top:23%;
  width:clamp(4.75rem,6vw,6.5rem);
  animation:sprig-inward-right 8.5s ease-in-out infinite;
}

.contact-chapter .garden-bee{
  position:absolute;
  z-index:3;
  right:10%;
  top:24%;
  width:clamp(3.6rem,5.5vw,5.6rem);
  height:auto;
  transform:scaleX(-1);
  filter:drop-shadow(0 7px 9px #7e642535);
  pointer-events:none;
  animation:bee-meander 9s cubic-bezier(.45,.05,.55,.95) infinite;
}

.page-home #site-footer .portland b{
  display:inline-block;
  transform-origin:center;
  animation:heart-breathe 3.8s ease-in-out infinite;
}

@keyframes leaf-wander{
  0%,100%{translate:0 0;rotate:-18deg}
  30%{translate:-18px 11px;rotate:7deg}
  65%{translate:8px 24px;rotate:28deg}
}

@keyframes firefly-wander{
  0%,100%{translate:0 0;opacity:.35;scale:.8}
  25%{translate:-24px 12px;opacity:1;scale:1.15}
  58%{translate:11px 26px;opacity:.55;scale:.9}
  82%{translate:28px -5px;opacity:.9;scale:1}
}

@keyframes sprig-float{
  0%,100%{translate:0 0;rotate:-28deg}
  45%{translate:13px -16px;rotate:-10deg}
  72%{translate:-5px -9px;rotate:-37deg}
}

@keyframes sprig-inward-left{
  0%,100%{translate:0 0;rotate:-8deg}
  45%{translate:-20px -12px;rotate:-19deg}
  72%{translate:-9px 10px;rotate:-3deg}
}

@keyframes firefly-inward{
  0%,100%{translate:0 0;rotate:-3deg}
  28%{translate:-28px 9px;rotate:7deg}
  61%{translate:-14px 28px;rotate:-8deg}
  82%{translate:-38px -5px;rotate:3deg}
}

@keyframes sprig-inward-right{
  0%,100%{translate:0 0;rotate:7deg}
  40%{translate:22px -14px;rotate:17deg}
  74%{translate:10px 12px;rotate:1deg}
}

@keyframes bee-meander{
  0%,100%{translate:0 0;rotate:-7deg}
  18%{translate:-34px 13px;rotate:8deg}
  42%{translate:-16px 34px;rotate:-3deg}
  68%{translate:-46px 17px;rotate:10deg}
  84%{translate:-21px -9px;rotate:0deg}
}

@keyframes heart-breathe{
  0%,100%{scale:1;opacity:.8}
  50%{scale:1.16;opacity:1}
}

@media(max-width:760px){
  .page-home .approach:after{
    right:5%;
    top:12%;
    font-size:1.25rem;
  }

  .page-home .selected-heading:after{
    right:8%;
    top:18%;
  }

  .page-home .about:after{
    left:auto;
    right:7%;
    top:12%;
    font-size:1.3rem;
  }

  .hero-art .butterfly{
    left:18%;
    top:12%;
    width:4.6rem;
  }

  .approach-sprig{
    right:2%;
    top:10%;
    width:4rem;
  }

  .floating-firefly{
    right:3%;
    top:13%;
    width:3.8rem;
  }

  .about-sprig{
    left:2%;
    top:11%;
    width:4rem;
  }

  .contact-chapter .garden-bee{
    right:7%;
    top:12%;
    width:3.5rem;
  }
}

@media(prefers-reduced-motion:reduce){
  .page-home .approach:after,
  .page-home .selected-heading:after,
  .page-home .about:after,
  .approach-sprig,
  .floating-firefly,
  .about-sprig,
  .contact-chapter .garden-bee,
  .page-home #site-footer .portland b{
    animation:none;
  }
}

@media(max-width:430px) and (max-height:700px){
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){flex-basis:68vw;min-height:190px}
  .about .values{margin-top:1.1rem}
  .about .values article,
  .about .values article:first-child{flex-basis:76vw;min-height:136px;padding:.85rem}
}

/* Mobile cards use their illustrations as part of the composition, not a separate row. */
@media(max-width:760px){
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:218px;
    padding:5.7rem 1.05rem 1.15rem;
    overflow:hidden;
    isolation:isolate;
  }
  .approach .steps article img{
    position:absolute;
    z-index:-1;
    top:.35rem;
    right:.65rem;
    width:8.4rem;
    height:8.4rem;
    margin:0;
    object-fit:contain;
    object-position:center;
    opacity:.78;
    filter:contrast(1.22) saturate(1.04) brightness(.96);
    transform:rotate(2deg);
  }
  .approach .steps article:nth-child(even) img{transform:rotate(-3deg)}
  .approach .steps h3{position:relative;z-index:1;margin:.1rem 0 .35rem;font-size:1.08rem}
  .approach .steps p{position:relative;z-index:1;margin:0;font-size:.91rem;line-height:1.48}

  .about .values article,
  .about .values article:first-child{
    position:relative;
    display:flex;
    justify-content:flex-end;
    min-height:154px;
    padding:1.15rem 1rem 1.15rem 8.2rem;
    overflow:hidden;
    isolation:isolate;
  }
  .about .values img{
    position:absolute;
    z-index:-1;
    left:.35rem;
    top:50%;
    width:7.6rem;
    height:7.6rem;
    margin:0;
    object-fit:contain;
    opacity:.78;
    filter:contrast(1.2) saturate(1.03) brightness(.96);
    transform:translateY(-50%) rotate(-3deg);
  }
  .about .values article:nth-child(even) img{transform:translateY(-50%) rotate(3deg)}
  .about .values p{position:relative;z-index:1;font-size:.92rem;line-height:1.46}
  .about .values b{font-size:1.12rem}

  .project-slider .card-copy>p:not(:first-child){
    display:-webkit-box;
    overflow:hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
  }
}

/* Brand marks keep a clean halo and breathing room inside each project scene. */
.project-card .logo-ghost img{
  opacity:.9;
  filter:contrast(1.04) saturate(.82) brightness(1.06) drop-shadow(0 0 10px #fff) drop-shadow(0 0 26px #fff9);
}
.project-card .logo-ghost:before{inset:-42%}
.project-card.night .logo-ghost img{filter:contrast(1.02) saturate(.78) brightness(1.12) drop-shadow(0 0 12px #eaffff) drop-shadow(0 0 28px #c9f5ffb8)}
.project-card.alpine .logo-ghost img{filter:contrast(.96) saturate(.72) brightness(1.08) drop-shadow(0 0 12px #f5f2ff) drop-shadow(0 0 28px #d9d2ffb0)}
.project-card.greenhouse .logo-ghost img{filter:contrast(1.02) saturate(.78) brightness(1.08) drop-shadow(0 0 12px #fffce8) drop-shadow(0 0 28px #fff2b99c)}

@media(max-width:430px) and (max-height:700px){
  .approach .steps article,
  .approach .steps article:nth-child(2),
  .approach .steps article:nth-child(n+3){min-height:190px;padding:4.85rem .9rem .9rem}
  .approach .steps article img{top:.25rem;right:.45rem;width:7rem;height:7rem}
  .approach .steps h3{font-size:1rem}
  .approach .steps p{font-size:.84rem;line-height:1.42}
  .about .values article,
  .about .values article:first-child{min-height:138px;padding:.9rem .85rem .9rem 7.3rem}
  .about .values img{left:.2rem;width:6.6rem;height:6.6rem}
  .about .values p{font-size:.86rem}
  .about .values b{font-size:1.02rem}
  .project-slider .logo-ghost,
  .project-slider .night .logo-ghost,
  .project-slider .alpine .logo-ghost,
  .project-slider .greenhouse .logo-ghost{width:125px;height:125px;max-width:calc(100% - 36px);max-height:calc(100% - 30px)}
}

.about h2 span{display:block}

/* Frosted project identities sit inside the scene with a clear inner margin. */
.project-card .logo-ghost{
  display:grid;
  place-items:center;
  padding:clamp(.55rem,1.5vw,1rem);
  border:1px solid #fff9;
  border-radius:28%;
  background:linear-gradient(145deg,#ffffff70,#ffffff24);
  box-shadow:inset 0 1px 0 #fff9,0 10px 35px #26342b24,0 0 38px #fff8;
  -webkit-backdrop-filter:blur(7px) saturate(.78);
  backdrop-filter:blur(7px) saturate(.78);
}
.project-card .logo-ghost img,
.project-card.night .logo-ghost img,
.project-card.alpine .logo-ghost img,
.project-card.greenhouse .logo-ghost img{opacity:.76;filter:contrast(.94) saturate(.68) brightness(1.12) drop-shadow(0 1px 8px #fff9)}
.project-card .logo-ghost:before{opacity:.55}

@media(max-width:760px){
  .project-slider .card-media{height:160px}
  .project-slider .logo-ghost,
  .project-slider .night .logo-ghost,
  .project-slider .alpine .logo-ghost,
  .project-slider .greenhouse .logo-ghost{left:50%;top:50%;width:112px;height:112px;max-width:calc(100% - 40px);max-height:calc(100% - 28px)}

  .about .values article,
  .about .values article:first-child{display:flex;padding:1.15rem;isolation:isolate}
  .about .values article:after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#fbf7efef 8%,#fbf7efc7 52%,#fbf7ef82)}
  .about .values img{
    left:50%;
    width:11rem;
    height:11rem;
    opacity:.32;
    filter:contrast(1.18) saturate(.9) brightness(.92);
    transform:translate(-50%,-50%) rotate(-4deg);
  }
  .about .values article:nth-child(even) img{transform:translate(-50%,-50%) rotate(4deg)}
  .about .values p{max-width:15rem;text-shadow:0 1px 0 #fff,0 0 12px #fff}
  .about .note{margin-inline:auto;font-size:1.35rem;line-height:1.55;color:#68577f;text-shadow:0 1px 0 #fff,0 0 12px #fff}

  footer{font-size:1rem;line-height:1.6}
  footer>div:first-child p{font-size:.96rem}
  footer small{font-size:.75rem}
  footer a{font-size:1rem}
  footer>div:first-child .brand>img{width:5.4rem;height:5.8rem}
  footer .portland img{width:min(390px,94vw);opacity:1;filter:none}
  footer .portland span{font:1.05rem/1.5 var(--hand);color:#fff}
  footer .portland span b{font-size:1.2em;font-weight:400}
}

@media(max-width:430px){
  .project-slider .card-media{height:145px}
}

@media(max-width:430px) and (max-height:700px){
  .project-slider .card-media{height:88px}
  .project-slider .logo-ghost,
  .project-slider .night .logo-ghost,
  .project-slider .alpine .logo-ghost,
  .project-slider .greenhouse .logo-ghost{width:68px;height:68px;max-width:calc(100% - 32px);max-height:calc(100% - 20px);padding:.38rem}
}

/* 320px is the narrowest supported layout. Keep the key heading intentional. */
@media(max-width:340px){
  .about .about-grid{width:calc(100% - 24px)}
  .about h2{font-size:1.72rem;letter-spacing:-.035em}
  .about h2 span{white-space:nowrap}
  .about .about-grid>div>p{font-size:.9rem;line-height:1.55}
  .about .values{margin-inline:-12px;padding-inline:12px;scroll-padding-inline:12px}
  .about .values article,
  .about .values article:first-child{flex-basis:82vw}
  footer{padding-inline:18px}
  footer>div:first-child .brand{font-size:2.2rem}
  footer>div:first-child .brand>img{width:5rem;height:5.3rem}
  footer .portland span{font-size:.94rem;white-space:nowrap}
}

/* Optical centering accounts for the uneven visual weight of these two marks. */
.project-card.night .logo-ghost img{transform:translateY(7%) scale(.94)}
.project-card.greenhouse .logo-ghost img{transform:translateY(9%) scale(.92)}

@media(max-width:760px){
  .site-head{
    position:relative;
    top:auto;
    z-index:20;
    width:calc(100% - 28px);
    margin-inline:auto;
    padding-inline:0;
    background:transparent;
    box-shadow:none;
    -webkit-backdrop-filter:none;
    backdrop-filter:none;
  }
  .site-head .menu summary{width:44px;height:44px}
  .page-bibleproject .site-head,
  .page-eso-market-tracker .site-head,
  .page-healthmedocs .site-head{background:transparent;box-shadow:none}

  .selected{max-width:100%;overflow-x:clip}
  .project-slider{max-width:100%;contain:inline-size}
  .project-slider .card-copy ul,
  .work-list .card-copy ul{
    display:flex;
    flex-wrap:nowrap;
    gap:.35rem;
    max-width:100%;
    margin:.55rem 0;
    overflow:hidden;
    white-space:nowrap;
  }
  .project-slider .card-copy li,
  .work-list .card-copy li{flex:0 0 auto}
  .project-card .story{display:inline-flex;align-items:center;white-space:nowrap}
  .project-card .story span{flex:0 0 auto}
}

@media(max-width:430px) and (max-height:700px){
  .project-slider .card-copy ul{display:flex;margin:.35rem 0}
}

/* About artwork is a clipped background layer anchored to the section floor. */
.page-home .about{position:relative;overflow:hidden;isolation:isolate;margin-bottom:0}
.page-home .approach,
.page-home .selected,
.page-home .about{display:flex;flex-direction:column;justify-content:center}
.page-home .about .about-grid{position:relative;z-index:2}
.page-home .about-closing{position:static;z-index:2;margin:1.5rem 0 clamp(8.5rem,19vw,13rem)}
.page-home .about .note{position:relative;left:auto;right:auto;bottom:auto;margin:0 auto}
.page-home .about-art{position:absolute;z-index:0;left:0;right:0;bottom:-1px;width:100%;max-width:100%;margin:0;overflow:hidden;pointer-events:none}
.page-home .about-art img{flex:0 0 auto;max-width:none}
.page-home #site-footer{margin-top:0}

@media(max-width:760px){
  .page-home .about-art .about-garden-left{width:70vw}
  .page-home .about-art .about-garden-right{width:35vw;margin-left:-10vw}
  .page-home .about-closing{margin-top:1rem;margin-bottom:9rem}
}

@media(max-width:430px){
  .page-home .about-art .about-garden-left{width:74vw}
  .page-home .about-art .about-garden-right{width:38vw;margin-left:-12vw}
  .page-home .about-closing{margin-bottom:8rem}
}

/* The homepage header belongs to the hero chapter and stays at its top edge. */
.page-home .hero{min-height:100svh;padding-top:0;grid-template-rows:92px minmax(0,1fr)}
.page-home .hero>.site-head{position:relative;top:auto;left:auto;grid-column:1/-1;align-self:start;width:100%;margin:0}

/* Compact, continuous project-link underlines. */
.selected>.more{align-self:center;width:max-content;max-width:calc(100% - 32px);white-space:nowrap}
.project-card .story{width:max-content;max-width:100%;text-decoration:none;border-bottom:1px solid currentColor;padding-bottom:.18rem}
.project-card .story span{margin-left:.6rem}

@media(max-width:760px){
  .page-home .hero{padding-top:0}
  .page-home .hero>.site-head{width:100%;margin-bottom:.8rem}
}

/* Tiny, state-aware cues beneath swipeable horizontal rails. */
.rail-controls{display:flex;justify-content:center;align-items:center;gap:.65rem;margin:.2rem auto .55rem}
.rail-controls button{display:grid;width:1.6rem;height:1.6rem;padding:0;place-items:center;border:0;background:transparent;color:var(--moss-dark);font:400 .9rem/1 var(--sans);cursor:pointer;transition:opacity .2s,transform .2s}
.rail-controls button:not(:disabled):hover{transform:translateY(-1px)}
.rail-controls button:disabled{opacity:.2;cursor:default}
.rail-controls button:focus-visible{outline:1px solid var(--moss);outline-offset:3px;border-radius:999px}
.selected .rail-controls{margin-top:-1.25rem}
.about .rail-controls{position:relative;z-index:3}

@media(max-width:760px){
  .rail-controls{margin-top:-.35rem}
  .selected .rail-controls{margin-top:-.35rem}
}

/* Keep every desktop chapter to one viewport and scale the work rail accordingly. */
@media(min-width:1025px){
  .page-home main>section,
  .page-home #site-footer{
    height:100svh;
    min-height:0;
    max-height:100svh;
    overflow:hidden;
  }

  .page-home .selected{
    padding:clamp(2.4rem,5.5svh,3.8rem) 0 clamp(4rem,7.5svh,5rem);
  }

  .selected-heading h2{
    margin:.2em 0 .45em;
    font-size:clamp(2.25rem,4.5svh,3.35rem);
  }

  .project-slider{
    gap:1.1rem;
    padding-top:.55rem;
    padding-bottom:1rem;
  }

  .project-slider .project-card{
    grid-template-columns:minmax(0,1.4fr) minmax(250px,.6fr);
    flex-basis:min(820px,58vw);
    height:clamp(330px,50svh,440px);
  }

  .project-slider .card-copy{
    padding:clamp(1.5rem,3svh,2.25rem) clamp(1.4rem,2.2vw,2rem);
  }

  .project-slider .card-copy h3{
    font-size:clamp(1.65rem,2.5svh,1.95rem);
  }

  .project-slider .card-copy>p{
    font-size:.82rem;
    line-height:1.5;
  }

  .project-slider .story{
    margin-top:.55rem;
  }

  .selected .rail-controls{
    margin-top:-.75rem;
    margin-bottom:.15rem;
  }

  .selected>.more{
    margin-top:.45rem;
  }

  .page-home .about-art{
    justify-content:space-between;
  }

  .page-home .about-art .about-garden-left{
    width:min(470px,34vw);
    margin-right:auto;
  }

  .page-home .about-art .about-garden-right{
    width:min(245px,18vw);
    margin-left:auto;
  }
}

/* Whimsical motion with a crisp, modern interaction layer. */
.page-home .hero-copy{
  animation:hero-copy-in .8s cubic-bezier(.22,1,.36,1) both;
}

.page-home .hero-art{
  animation:hero-art-in 1s .08s cubic-bezier(.22,1,.36,1) both;
}

.page-home .hero-art picture img{
  animation:hero-drift 12s 1.1s ease-in-out infinite alternate;
}

.hero-art .butterfly{
  width:clamp(4.5rem,6vw,6.5rem);
  height:auto;
  animation:butterfly-drift 4.8s ease-in-out infinite;
  filter:drop-shadow(0 5px 7px #53684f2b);
}

.section-cue{
  transition:translate .25s ease,border-color .25s ease,box-shadow .25s ease;
}

.section-cue:hover{
  translate:0 -3px;
  border-color:#52654e80;
  box-shadow:0 11px 28px #26322524,0 0 0 5px #fff7;
}

.selected{
  isolation:isolate;
}

.selected:before{
  content:"";
  position:absolute;
  z-index:-1;
  inset:8% 8% 12%;
  background:
    radial-gradient(circle at 24% 42%,#d9c9f02d,transparent 34%),
    radial-gradient(circle at 72% 58%,#c9ddbd33,transparent 38%);
  filter:blur(42px);
  pointer-events:none;
}

.project-card{
  transition:translate .35s cubic-bezier(.22,1,.36,1),box-shadow .35s ease,border-color .35s ease;
}

.project-card .scene-image{
  transition:scale .7s cubic-bezier(.22,1,.36,1),filter .5s ease;
}

.project-card .logo-ghost{
  transition:scale .55s cubic-bezier(.22,1,.36,1),filter .55s ease;
}

.project-card:hover img{
  transform:none;
}

.button{
  position:relative;
  overflow:hidden;
  box-shadow:0 10px 26px #38473524;
  transition:translate .25s ease,box-shadow .25s ease;
}

.button:before{
  content:"";
  position:absolute;
  inset:-50%;
  background:linear-gradient(105deg,transparent 38%,#fff5 50%,transparent 62%);
  translate:-70% 0;
  transition:translate .65s ease;
}

.button:hover{
  translate:0 -2px;
  box-shadow:0 14px 34px #38473535;
}

.button:hover:before{
  translate:70% 0;
}

.text-link,.selected>.more,.project-card .story{
  transition:color .2s ease,border-color .2s ease,letter-spacing .25s ease;
}

.text-link:hover,.selected>.more:hover,.project-card .story:hover{
  color:var(--lavender);
  border-color:currentColor;
  letter-spacing:.015em;
}

.rail-controls button:not(:disabled){
  border-radius:999px;
  transition:opacity .2s ease,translate .2s ease,background .2s ease,box-shadow .2s ease;
}

.rail-controls button:not(:disabled):hover{
  translate:0 -2px;
  transform:none;
  background:#fff9;
  box-shadow:0 6px 18px #3847351c;
}

.about-art img{
  transform-origin:50% 100%;
}

@media(hover:hover) and (pointer:fine){
  .project-card:hover{
    translate:0 -7px;
    border-color:#53684f4a;
    box-shadow:0 25px 70px #2733262b;
  }

  .project-card:hover .scene-image{
    scale:1.035;
    filter:contrast(1.06) saturate(1.08);
  }

  .project-card:hover .logo-ghost{
    scale:1.055;
    filter:drop-shadow(0 0 20px #fff);
  }

  .approach .steps article img,
  .about .values img{
    transition:translate .35s cubic-bezier(.22,1,.36,1),rotate .35s ease,filter .35s ease;
  }

  .approach .steps article:hover img,
  .about .values article:hover img{
    translate:0 -5px;
    rotate:-2deg;
    filter:contrast(1.38) saturate(1.22) brightness(.94) drop-shadow(0 8px 10px #3847351f);
  }

  .page-home .about-art .about-garden-left{
    animation:garden-sway-left 7s ease-in-out infinite alternate;
  }

  .page-home .about-art .about-garden-right{
    animation:garden-sway-right 8s .7s ease-in-out infinite alternate;
  }
}

@keyframes hero-copy-in{
  from{opacity:0;translate:0 22px}
  to{opacity:1;translate:0 0}
}

@keyframes hero-art-in{
  from{opacity:0;clip-path:inset(0 0 0 18% round 45% 0 0 52%)}
  to{opacity:1;clip-path:inset(0)}
}

@keyframes hero-drift{
  from{scale:1.01;translate:-.4% 0}
  to{scale:1.045;translate:.4% -.5%}
}

@keyframes butterfly-drift{
  0%,100%{translate:0 0;rotate:0deg}
  45%{translate:10px -13px;rotate:8deg}
  70%{translate:-3px -7px;rotate:-5deg}
}

@keyframes garden-sway-left{
  from{rotate:-.35deg}
  to{rotate:.45deg}
}

@keyframes garden-sway-right{
  from{rotate:.4deg}
  to{rotate:-.5deg}
}

.chapter-vignette{
  position:absolute;
  z-index:0;
  display:block;
  height:auto;
  opacity:.11;
  filter:saturate(.62) contrast(.94);
  pointer-events:none;
}

.chapter-deer{
  left:-3%;
  bottom:-5%;
  width:min(34vw,520px);
  animation:vignette-graze 9s ease-in-out infinite alternate;
}

.chapter-owl{
  right:-2%;
  top:1%;
  width:min(29vw,450px);
  opacity:.095;
  animation:vignette-watch 10s ease-in-out infinite alternate;
}

.chapter-columbia{
  left:50%;
  bottom:-1px;
  width:100vw;
  opacity:.15;
  transform:translateX(-50%);
  -webkit-mask-image:linear-gradient(to top,#000 0 58%,#000c 72%,transparent 100%);
  mask-image:linear-gradient(to top,#000 0 58%,#000c 72%,transparent 100%);
  animation:vignette-doze 11s ease-in-out infinite alternate;
}

.page-home .approach>.shell,
.page-home .selected>.selected-heading,
.page-home .selected>.project-slider,
.page-home .selected>.rail-controls,
.page-home .selected>.more,
.page-home .about>.about-grid{
  position:relative;
  z-index:2;
}

@keyframes vignette-graze{
  from{translate:0 0;rotate:-.2deg}
  to{translate:5px 2px;rotate:.25deg}
}

@keyframes vignette-watch{
  from{translate:0 0;scale:1}
  to{translate:-4px 2px;scale:1.012}
}

@keyframes vignette-doze{
  from{translate:0 0}
  to{translate:3px 1px}
}

@media(max-width:760px){
  .chapter-deer{
    left:-10%;
    bottom:8%;
    width:68vw;
    opacity:.16;
  }

  .chapter-owl{
    right:-11%;
    top:4%;
    width:56vw;
    opacity:.13;
  }

  .chapter-columbia{
    left:50%;
    bottom:-1px;
    width:165vw;
    max-width:none;
    opacity:.18;
    transform:translateX(-50%);
  }
}

@media(max-width:760px){
  .project-slider{
    padding-bottom:1rem;
  }

  .project-slider .project-card{
    box-shadow:0 7px 14px #27332614;
  }
}

@media(min-width:1025px){
  .page-home .hero.shell{
    width:100%;
    max-width:none;
    margin:0;
    padding:0 0 3rem max(21px,calc((100vw - 1180px)/2));
    grid-template-columns:minmax(470px,.78fr) minmax(0,1.32fr);
  }

  .page-home .hero>.site-head{
    width:min(1180px,calc(100vw - 42px));
  }

  .page-home .hero-art{
    height:100%;
    margin-right:0;
    border-radius:42% 0 0 48%;
    mask-image:linear-gradient(90deg,transparent,#000 8%);
  }

  .page-home .hero-art picture img{
    object-position:72% center;
    transform:scale(1.08);
    transform-origin:70% center;
  }

  .page-home .hero-art:after{
    background:linear-gradient(90deg,var(--paper),transparent 12%);
  }

  .page-home .approach>.shell{
    width:min(1280px,calc(100% - 64px));
  }

  .page-home .approach .steps{
    gap:.8rem;
    margin-top:2rem;
  }

  .page-home .approach .steps article{
    min-height:210px;
    padding:1.15rem 1rem;
    border:1px solid #53684f24;
    border-radius:18px 18px 34px 18px;
    background:#fffaf3b8;
    box-shadow:0 12px 30px #34402f0b;
  }

  .page-home .approach .steps article:nth-child(even){
    border-radius:18px 18px 18px 34px;
  }

  .chapter-deer{
    left:-2%;
    bottom:-8%;
    width:min(47vw,720px);
    opacity:.17;
  }

  .chapter-owl{
    right:-2%;
    top:2%;
    width:min(39vw,600px);
    opacity:.14;
  }

  .chapter-columbia{
    bottom:-1px;
    width:100vw;
    opacity:.16;
  }

  .page-home .selected{
    padding:clamp(1.8rem,4svh,3rem) 0 clamp(3.6rem,6svh,4.5rem);
  }

  .page-home .selected>.project-slider{
    display:grid;
    grid-template-columns:1fr;
    gap:.65rem;
    width:min(1180px,calc(100% - 64px));
    margin:0 auto;
    padding:0;
    overflow:visible;
  }

  .page-home .selected .project-card{
    display:grid;
    grid-template-columns:clamp(190px,18vw,250px) minmax(0,1fr);
    width:100%;
    height:clamp(125px,15.5svh,152px);
    min-height:0;
    border:0;
    border-top:1px solid #53684f2e;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }

  .page-home .selected .project-card:last-child{
    border-bottom:1px solid #53684f2e;
  }

  .page-home .selected .card-media{
    min-height:0;
    border-radius:18px 6px 18px 6px;
    box-shadow:0 9px 22px #27332618;
  }

  .page-home .selected .card-copy{
    display:grid;
    grid-template-columns:minmax(150px,.72fr) minmax(240px,1.3fr) minmax(180px,.65fr);
    grid-template-rows:auto 1fr;
    gap:.15rem 1.5rem;
    align-self:stretch;
    padding:.8rem 0 .75rem 1.6rem;
  }

  .page-home .selected .card-copy>p:first-child{
    grid-column:1;
    grid-row:1;
    margin:0;
  }

  .page-home .selected .card-copy h3{
    grid-column:1;
    grid-row:2;
    align-self:start;
    margin:.25rem 0 0;
    font-size:clamp(1.45rem,2.1vw,1.9rem);
  }

  .page-home .selected .card-copy>p:not(:first-child){
    grid-column:2;
    grid-row:1 / 3;
    align-self:center;
    margin:0;
    font-size:.8rem;
    line-height:1.5;
  }

  .page-home .selected .card-copy ul{
    grid-column:3;
    grid-row:1;
    align-self:start;
    justify-content:flex-end;
    margin:0;
  }

  .page-home .selected .story{
    grid-column:3;
    grid-row:2;
    align-self:end;
    justify-self:end;
    margin:0;
  }

  .page-home .selected .rail-controls{
    display:none;
  }
}

@media(max-width:1024px){
  .page-home .selected .project-card{
    display:block;
    height:auto;
    min-height:0;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    overflow:visible;
  }

  .page-home .selected .card-media{
    height:clamp(165px,31svh,260px);
    border-radius:24px 8px 24px 8px;
    box-shadow:0 9px 22px #27332618;
  }

  .page-home .selected .card-copy{
    padding:1rem .2rem .4rem;
    border-bottom:1px solid #53684f38;
  }

  .page-home .selected .card-copy>p:not(:first-child){
    -webkit-line-clamp:2;
  }
}

/* Process and values: editorial panels on desktop, native accordions on mobile. */
.steps details,
.values details{
  position:relative;
}

.steps summary,
.values summary{
  list-style:none;
  cursor:pointer;
}

.steps summary::-webkit-details-marker,
.values summary::-webkit-details-marker{
  display:none;
}

.accordion-mark{
  position:relative;
  display:block;
  width:1.35rem;
  height:1.35rem;
}

.accordion-mark:before,
.accordion-mark:after{
  content:"";
  position:absolute;
  left:50%;
  top:50%;
  width:.8rem;
  height:1px;
  background:var(--moss-dark);
  translate:-50% -50%;
  transition:rotate .25s ease,opacity .25s ease;
}

.accordion-mark:after{
  rotate:90deg;
}

details[open] .accordion-mark:after{
  rotate:0deg;
  opacity:0;
}

@media(min-width:761px){
  body{
    font-size:17px;
  }

  .page-home .approach>.shell{
    width:min(1020px,calc(100% - 64px));
  }

  .page-home .approach h2{
    font-size:clamp(2.8rem,4vw,4rem);
  }

  .page-home .approach .lede{
    max-width:820px;
    font-size:1.08rem;
    line-height:1.68;
  }

  .page-home .approach .steps{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:.85rem;
    width:min(900px,100%);
    margin:2rem auto 0;
    padding:0;
    overflow:visible;
  }

  .page-home .approach .steps details{
    min-height:clamp(145px,18svh,185px);
    padding:1.15rem 1.2rem;
    border:1px solid #53684f24;
    border-radius:18px 18px 34px 18px;
    background:#fffaf3c7;
    box-shadow:0 12px 30px #34402f0b;
  }

  .page-home .approach .steps details:nth-child(even){
    border-radius:18px 18px 18px 34px;
  }

  .page-home .approach .steps summary{
    display:grid;
    grid-template-columns:auto 64px minmax(0,1fr);
    align-items:center;
    gap:.7rem;
  }

  .page-home .approach .step-number{
    align-self:start;
    color:var(--moss);
    font-size:.68rem;
    font-weight:700;
    letter-spacing:.12em;
  }

  .page-home .approach .steps summary img{
    width:64px;
    height:64px;
    object-fit:contain;
  }

  .page-home .approach .steps h3{
    margin:0;
    font:600 1.12rem/1.2 var(--serif);
    white-space:normal;
  }

  .page-home .approach .steps details>p{
    margin:.75rem 0 0;
    font-size:.94rem;
    line-height:1.55;
  }

  .page-home .approach .accordion-mark,
  .page-home .about .accordion-mark{
    display:none;
  }

  .page-home .about .about-grid{
    display:block;
    width:min(1160px,calc(100% - 64px));
  }

  .page-home .about .about-grid>div{
    max-width:none;
  }

  .page-home .about .kicker{
    justify-content:center;
  }

  .page-home .about h2{
    max-width:980px;
    margin:.35rem auto 1rem;
    font-size:clamp(3rem,4.6vw,4.35rem);
    text-align:center;
  }

  .page-home .about .about-grid>div>p{
    max-width:850px;
    margin-inline:auto;
    font-size:1.08rem;
    line-height:1.7;
    text-align:center;
  }

  .page-home .about .values{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:.85rem;
    margin:2.25rem 0 0;
    padding:0;
    overflow:visible;
  }

  .page-home .about .values details{
    min-height:clamp(125px,15svh,160px);
    padding:1rem 1.15rem;
    border:1px solid #53684f24;
    border-radius:22px 22px 38px 22px;
    background:#fffaf3c7;
    box-shadow:0 12px 30px #34402f0b;
  }

  .page-home .about .values summary{
    display:grid;
    grid-template-columns:64px minmax(0,1fr);
    align-items:center;
    gap:.8rem;
  }

  .page-home .about .values summary img{
    width:62px;
    height:66px;
    object-fit:contain;
  }

  .page-home .about .values h3{
    margin:0;
    font:600 1.2rem/1.2 var(--serif);
  }

  .page-home .about .values details>p{
    margin:.65rem 0 0;
    font-size:.95rem;
    line-height:1.5;
  }

  .page-home .selected .card-copy>p:not(:first-child){
    font-size:.9rem;
  }
}

@media(max-width:760px){
  .page-home .approach{
    height:100svh;
    min-height:100svh;
    max-height:100svh;
    padding:2.4rem 0 3.25rem;
    overflow:hidden;
    text-align:left;
  }

  .page-home .approach .kicker{
    justify-content:flex-start;
    text-align:left;
  }

  .page-home .approach h2{
    max-width:22rem;
    margin:.35rem 0 1rem;
    text-align:left;
  }

  .page-home .approach .lede{
    max-width:31rem;
    margin-inline:0;
    text-align:left;
  }

  .page-home .approach .steps,
  .page-home .about .values{
    display:block;
    margin:1.2rem 0 0;
    padding:0;
    overflow:visible;
  }

  .page-home .approach .steps details,
  .page-home .about .values details{
    margin:0;
    padding:0;
    border:0;
    border-top:1px solid #53684f38;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .page-home .approach .steps details:last-child,
  .page-home .about .values details:last-child{
    border-bottom:1px solid #53684f38;
  }

  .page-home .approach .steps summary{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) 1.5rem;
    align-items:center;
    gap:.55rem;
    min-height:54px;
    padding:.35rem 0;
  }

  .page-home .approach .step-number{
    display:none;
  }

  .page-home .approach .steps summary img{
    position:static;
    width:50px;
    height:50px;
    margin:0;
    transform:none;
    opacity:1;
    filter:contrast(1.52) saturate(1.28) brightness(.88);
    object-fit:contain;
    transition:scale .28s ease,rotate .28s ease,filter .28s ease;
  }

  .page-home .approach .steps h3{
    margin:0;
    font:600 1.02rem/1.2 var(--serif);
    white-space:normal;
  }

  .page-home .approach .steps details>p{
    margin:0 1.5rem .8rem 3.9rem;
    color:#303832;
    font-size:.88rem;
    line-height:1.5;
  }

  .page-home .approach .steps details[open] summary img{
    scale:1.08;
    rotate:-3deg;
    filter:contrast(1.62) saturate(1.34) brightness(.86);
  }

  .page-home .about .kicker{
    justify-content:center;
    text-align:center;
  }

  .page-home .about h2{
    max-width:22rem;
    margin:.35rem auto 1rem;
    font-size:1.85rem;
    text-align:center;
  }

  .page-home .about .about-grid>div>p{
    max-width:31rem;
    margin-inline:auto;
    font-size:.96rem;
    line-height:1.62;
    text-align:center;
  }

  .page-home .about .values summary{
    display:grid;
    grid-template-columns:52px minmax(0,1fr) 1.5rem;
    align-items:center;
    gap:.7rem;
    min-height:62px;
    padding:.35rem 0;
  }

  .page-home .about .values summary img{
    position:static;
    width:50px;
    height:52px;
    margin:0;
    transform:none;
    opacity:1;
    filter:contrast(1.58) saturate(1.3) brightness(.86);
    object-fit:contain;
    transition:scale .28s ease,rotate .28s ease,filter .28s ease;
  }

  .page-home .about .values h3{
    margin:0;
    font:600 1.05rem/1.2 var(--serif);
  }

  .page-home .about .values details>p{
    margin:0 1.5rem .85rem 3.9rem;
    color:#303832;
    font-size:.9rem;
    line-height:1.5;
  }

  .page-home .about .values details[open] summary img{
    scale:1.08;
    rotate:3deg;
    filter:contrast(1.68) saturate(1.36) brightness(.84);
  }

  .page-home [data-accordion] details::details-content{
    block-size:0;
    overflow:hidden;
    opacity:0;
    translate:0 -5px;
    transition:
      block-size .32s cubic-bezier(.22,1,.36,1),
      content-visibility .32s,
      opacity .22s ease,
      translate .32s cubic-bezier(.22,1,.36,1);
    transition-behavior:allow-discrete;
  }

  .page-home [data-accordion] details[open]::details-content{
    block-size:auto;
    opacity:1;
    translate:0 0;
  }
}

@supports(interpolate-size:allow-keywords){
  :root{
    interpolate-size:allow-keywords;
  }
}

@media(prefers-reduced-motion:reduce){
  .page-home .hero-copy,
  .page-home .hero-art,
  .page-home .hero-art img,
  .butterfly,
  .page-home .about-art img,
  .chapter-vignette{
    animation:none;
  }

  .project-card,
  .project-card .scene-image,
  .project-card .logo-ghost,
  .approach .steps article img,
  .about .values img,
  .section-cue,
  .button,
  .button:before,
  .accordion-mark:before,
  .accordion-mark:after,
  .page-home [data-accordion] details::details-content,
  .page-home [data-accordion] summary img{
    transition:none;
  }
}

@media(max-width:760px){
  .contact-chapter .contact-garden img{
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,transparent 40%,#0005 52%,#000 68%);
    mask-image:linear-gradient(to bottom,transparent 0,transparent 40%,#0005 52%,#000 68%);
  }

  .home-contact-links{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:0;
    padding:.35rem;
    border:1px solid #53684f2c;
    border-radius:24px 10px 24px 10px;
    background:#fffaf3f2;
    box-shadow:0 14px 34px #26362f20;
    backdrop-filter:blur(7px);
  }

  .home-contact-links a{
    position:relative;
    display:grid;
    grid-template-columns:auto auto;
    grid-template-rows:1.8rem auto;
    min-width:0;
    min-height:72px;
    align-items:center;
    justify-content:center;
    gap:.2rem .28rem;
    padding:.5rem .25rem;
    border:0;
    border-left:1px solid #53684f26;
    border-radius:0;
    background:transparent;
    box-shadow:none;
    text-align:center;
  }

  .home-contact-links a:first-child{
    border-left:0;
  }

  .home-contact-links a>span:nth-child(2){
    grid-column:1;
    grid-row:2;
    overflow:visible;
  }

  .home-contact-links .icon{
    grid-column:1 / 3;
    grid-row:1;
    width:1.6rem;
    height:1.6rem;
    margin:auto;
  }

  .home-contact-links small{
    margin:0;
    color:var(--ink);
    font-size:.68rem;
    letter-spacing:.07em;
  }

  .home-contact-links .contact-detail{
    display:none;
  }

  .home-contact-links b{
    position:static;
    grid-column:2;
    grid-row:2;
    font-size:.82rem;
  }

  footer .portland .footer-note{
    width:100%;
    margin:0 auto 1.5rem;
    color:#f7efe3;
    font:600 1.35rem/1.4 var(--hand);
    letter-spacing:.01em;
    text-align:center;
    transform:rotate(-1.5deg);
  }
}

.portland .footer-note>span{
  display:inline-flex;
  align-items:center;
  gap:.35rem;
}

.portland .footer-note .footer-heart{
  width:2.15rem;
  height:2.15rem;
  flex:0 0 auto;
  object-fit:contain;
  filter:drop-shadow(0 2px 5px #17221d66);
  animation:heart-breathe 3.8s ease-in-out infinite;
}

@media(max-width:760px){
  footer .portland .footer-note .footer-heart{
    width:2.45rem;
    height:2.45rem;
  }
}
