@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');
:root{--ink:#171918;--muted:#656966;--paper:#f8f9f7;--white:#fff;--line:#d9ddda;--accent:#f45a3b;--display:'DM Sans',Arial,sans-serif;--body:'Plus Jakarta Sans',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);font-size:16px;line-height:1.55}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--display);font-weight:500;line-height:1.04;letter-spacing:-.055em}h1{font-size:clamp(4rem,9.3vw,9.5rem)}h2{font-size:clamp(2.7rem,5.8vw,6rem)}h3{font-size:clamp(1.6rem,2.7vw,2.8rem)}p{margin-bottom:0}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid var(--accent);outline-offset:3px}.eyebrow,.section-label{font-size:.875rem;text-transform:uppercase;letter-spacing:.13em;font-weight:700;line-height:1.3}.site-header{position:relative;z-index:10;border-bottom:1px solid var(--line);background:var(--paper)}.header-inner{height:88px;padding:0 clamp(22px,4.2vw,64px);display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{width:180px;flex:none}.brand img{width:100%;height:auto}.desktop-nav{display:flex;align-items:center;gap:clamp(24px,3vw,48px);margin-left:auto}.desktop-nav a{font-size:.94rem;font-weight:600;transition:opacity .2s}.desktop-nav a:hover,.desktop-nav a[aria-current]{opacity:.47}.header-actions{display:flex;align-items:center;gap:28px}.language{display:flex;align-items:center;gap:5px;font-size:.78rem;font-weight:700}.language button{border:0;background:none;padding:4px;opacity:.45}.language button[aria-pressed],.language button:hover{opacity:1}.language span{opacity:.4}.header-contact{font-size:.88rem;font-weight:700;border-bottom:1px solid var(--ink);padding-bottom:3px;white-space:nowrap}.header-contact span{margin-left:13px}.menu-toggle{display:none;border:0;background:none;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}.mobile-menu{padding:18px 22px 24px;border-top:1px solid var(--line)}.mobile-menu a{display:block;padding:12px 0;font:500 1.6rem var(--display)}.hero,.section,.page-hero,.project-hero,.cta-section{padding-left:clamp(22px,4.2vw,64px);padding-right:clamp(22px,4.2vw,64px)}.hero{padding-top:39px;padding-bottom:82px;border-bottom:1px solid var(--line)}.hero-top{display:flex;justify-content:space-between;align-items:flex-start;color:var(--muted)}.hero-top p{margin:0}.hero-index{font-size:.85rem}.hero h1{max-width:1300px;margin:75px 0 69px}.hero h1 em{font-style:normal;color:var(--muted)}.hero-bottom{display:flex;align-items:end;justify-content:space-between;gap:50px}.hero-bottom p{max-width:570px;font-size:clamp(1.15rem,1.5vw,1.38rem);line-height:1.5}.button-link{display:inline-flex;align-items:center;justify-content:space-between;gap:36px;min-width:175px;padding:15px 21px;border:1px solid var(--ink);background:var(--ink);color:#fff;font-size:.88rem;font-weight:700;line-height:1.3;transition:background .2s,color .2s}.button-link:hover{background:transparent;color:var(--ink)}.text-link{display:inline-flex;align-items:center;gap:36px;padding-bottom:8px;border-bottom:1px solid var(--ink);font-size:.9rem;font-weight:700;white-space:nowrap;transition:gap .2s}.text-link:hover{gap:44px}.section{padding-top:120px;padding-bottom:120px;border-bottom:1px solid var(--line)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:42px}.section-heading h2{max-width:850px;margin:28px 0 0}.section-heading .eyebrow{margin:0}.project-grid{display:grid;grid-template-columns:1fr 1fr;gap:63px 22px}.project-featured{grid-column:1/-1}.project-image{position:relative;overflow:hidden;background:#e8ebe8;aspect-ratio:1.62}.project-card:not(.project-featured) .project-image{aspect-ratio:1.14}.project-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.2,.7,.2,1)}.project-card:hover .project-image img{transform:scale(1.025)}.project-card:nth-child(2) .project-image img{object-position:center 45%}.project-card:nth-child(3) .project-image img{object-position:center 25%}.image-arrow{position:absolute;right:18px;bottom:18px;width:44px;height:44px;display:grid;place-items:center;background:var(--paper);border-radius:50%;font-size:1.35rem}.project-caption{display:flex;justify-content:space-between;align-items:start;padding-top:19px;border-top:1px solid var(--line);margin-top:14px}.project-caption h3{font-size:clamp(1.6rem,2.25vw,2.5rem);margin-bottom:3px}.project-caption p{font-size:.9rem;color:var(--muted)}.project-caption>span{font-size:1.3rem}.services-preview .section-heading h2{max-width:780px}.service-list{border-top:1px solid var(--line)}.service-row{display:grid;grid-template-columns:70px minmax(220px,1fr) minmax(280px,.95fr) 40px;gap:20px;align-items:center;padding:38px 0;border-bottom:1px solid var(--line)}.service-row h3{margin:0}.service-row p{max-width:460px;color:var(--muted)}.service-number{font-size:.8rem;color:var(--muted)}.service-row>span:last-child{font-size:1.35rem;justify-self:end}.service-row:hover h3{color:var(--accent)}.process-section{background:#edf0ec}.process-section h2{max-width:900px;margin:35px 0 90px}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.process-step{padding-top:18px;border-top:1px solid #bfc5bf}.process-step span{font-size:.82rem;color:var(--muted)}.process-step h3{font-size:clamp(1.6rem,2.2vw,2.4rem);margin:40px 0 18px}.process-step p{color:var(--muted);max-width:240px}.trust-content{display:grid;grid-template-columns:1.4fr 1fr;gap:70px;align-items:end}.trust-content h2{font-size:clamp(2.7rem,4.8vw,5.5rem);max-width:950px;margin:28px 0 0}.client-names{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;text-align:center;align-items:center}.client-names span{font:600 clamp(1rem,1.5vw,1.5rem) var(--display);letter-spacing:-.03em;border-left:1px solid var(--line);padding:25px 8px}.about-preview{display:grid;grid-template-columns:1fr 1.6fr;gap:50px}.about-preview h2{max-width:880px}.about-preview p:not(.eyebrow){max-width:600px;margin:28px 0 35px;font-size:1.2rem;color:var(--muted)}.cta-section{display:grid;grid-template-columns:1fr 2fr;gap:50px;background:var(--ink);color:#fff;padding-top:110px;padding-bottom:125px}.cta-section h2{max-width:1040px}.cta-section p{max-width:540px;color:#b9c0ba;font-size:1.15rem;margin:26px 0 32px}.cta-section .button-link{background:#fff;color:var(--ink);border-color:#fff}.cta-section .button-link:hover{background:transparent;color:#fff}.site-footer{background:var(--ink);color:#fff;padding:0 clamp(22px,4.2vw,64px)}.footer-main{border-top:1px solid #4a4e4a;padding:75px 0 105px;display:grid;grid-template-columns:1fr 1fr 1fr;gap:30px;align-items:start}.footer-main img{width:210px}.footer-main p{font-size:1.05rem;color:#c4c8c4}.footer-nav{display:grid;grid-template-columns:1fr 1fr;gap:12px;justify-self:end;font-size:.9rem}.footer-bottom{border-top:1px solid #4a4e4a;padding:20px 0 28px;display:flex;justify-content:space-between;font-size:.75rem;color:#aab0aa}.footer-bottom .language button{color:#fff}.page-hero{padding-top:60px;padding-bottom:105px;border-bottom:1px solid var(--line)}.page-hero h1{max-width:1220px;margin:75px 0 36px;font-size:clamp(4rem,8.2vw,8.7rem)}.page-hero>p:last-child{font-size:clamp(1.15rem,1.8vw,1.45rem);line-height:1.55;max-width:700px;color:var(--muted)}.work-page-grid{padding-top:70px}.project-hero{padding-top:65px;border-bottom:1px solid var(--line)}.project-hero-text{display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:35px;margin-bottom:55px}.project-hero-text .eyebrow{grid-column:1/-1;margin-bottom:0}.project-hero-text h1{margin:0}.project-hero-text>p:last-child{font-size:1.25rem;max-width:560px;color:var(--muted);padding-bottom:12px}.project-hero-image{width:100%;height:clamp(420px,60vw,780px);overflow:hidden}.project-hero-image img{width:100%;height:100%;object-fit:cover}.project-story{display:grid;grid-template-columns:1fr 2fr;gap:35px}.story-label .text-link{margin-top:60px}.story-content h2{font-size:clamp(2.7rem,4.4vw,5.3rem);margin-bottom:65px}.project-facts{display:grid;grid-template-columns:1fr 1fr;gap:0 35px;margin-bottom:42px}.project-facts div{padding:18px 0 34px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:12px}.project-facts span{font-size:.84rem;text-transform:uppercase;letter-spacing:.12em;color:var(--muted)}.project-facts strong{font-weight:600}.project-gallery{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:0 clamp(22px,4.2vw,64px) 100px;border-bottom:1px solid var(--line)}.project-gallery img{width:100%;height:500px;object-fit:cover}.related-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px}.service-details{padding-top:35px}.service-detail{display:grid;grid-template-columns:1fr 1fr;gap:50px;border-bottom:1px solid var(--line);padding:80px 0;scroll-margin-top:25px}.service-detail-head{display:flex;align-items:start;gap:35px}.service-detail-head span{font-size:.85rem;color:var(--muted);margin-top:12px}.service-detail-head h2{margin:0}.service-detail>div:last-child{max-width:520px;align-self:end}.service-detail>div:last-child p{font-size:1.2rem;color:var(--muted);margin-bottom:40px}.about-content{display:grid;grid-template-columns:1fr 2fr;gap:35px}.about-content h2{max-width:1050px;font-size:clamp(2.8rem,4.6vw,5.8rem);margin:0}.about-values{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;background:#edf0ec}.about-values h2{font-size:clamp(2.6rem,4.6vw,5.5rem);margin:36px 0 0}.about-mark{justify-self:center;width:clamp(120px,18vw,270px)}.contact-layout{display:grid;grid-template-columns:1fr 2fr;gap:60px}.contact-aside p:last-child{font-size:1.18rem;margin-top:32px}.contact-form{max-width:800px}.contact-form label{display:flex;flex-direction:column;gap:9px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;margin-bottom:33px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:0;border-bottom:1px solid #aeb5af;background:transparent;border-radius:0;padding:14px 2px;font-size:1rem;text-transform:none;letter-spacing:normal;color:var(--ink)}.contact-form textarea{resize:vertical}.form-two{display:grid;grid-template-columns:1fr 1fr;gap:26px}.form-hint,#form-status{font-size:.84rem;color:var(--muted);max-width:550px;margin-top:20px}#form-status{color:var(--ink);font-weight:700}
.skip-link{position:absolute;left:12px;top:-50px;z-index:100;background:var(--ink);color:#fff;padding:10px 16px}.skip-link:focus{top:12px}
@media(max-width:900px){.desktop-nav,.header-contact{display:none}.menu-toggle{display:block}.header-inner{height:72px}.brand{width:155px}.hero h1{margin:70px 0 55px}.service-row{grid-template-columns:45px 1fr 40px}.service-row p{grid-column:2;grid-row:2}.service-row>span:last-child{grid-column:3;grid-row:1}.process-grid{grid-template-columns:1fr 1fr;gap:45px 24px}.trust-content{grid-template-columns:1fr;gap:40px}.client-names{max-width:680px}.project-story,.about-content,.contact-layout{grid-template-columns:1fr 1.5fr}.footer-main{grid-template-columns:1fr 1fr}.footer-nav{grid-column:1/-1;justify-self:start}.page-hero h1{margin-top:65px}}
@media(max-width:640px){h1{font-size:clamp(3.6rem,16vw,5.8rem)}h2{font-size:clamp(2.6rem,10vw,4.3rem)}.hero{padding-top:24px;padding-bottom:55px}.hero-index{display:none}.hero h1{margin:58px 0 38px}.hero-bottom{display:block}.hero-bottom p{font-size:1rem;margin-bottom:29px}.section{padding-top:75px;padding-bottom:75px}.section-heading{align-items:start;display:block}.section-heading .text-link{margin-top:30px}.project-grid,.related-grid{grid-template-columns:1fr;gap:38px}.project-featured{grid-column:auto}.project-image,.project-card:not(.project-featured) .project-image{aspect-ratio:1.23}.project-caption h3{font-size:1.8rem}.service-row{padding:25px 0}.service-row h3{font-size:2rem}.service-row p{font-size:.95rem}.process-section h2{margin-bottom:55px}.process-grid{grid-template-columns:1fr 1fr;gap:35px 18px}.process-step h3{margin:27px 0 13px;font-size:1.45rem}.process-step p{font-size:.9rem}.trust-content h2{margin-top:23px}.client-names{grid-template-columns:1fr 1fr;text-align:left}.client-names span{padding:12px;border-left:0;border-top:1px solid var(--line)}.about-preview,.cta-section,.project-story,.about-content,.about-values,.contact-layout,.service-detail{grid-template-columns:1fr;gap:25px}.about-preview p:not(.eyebrow){font-size:1rem}.cta-section{padding-top:75px;padding-bottom:85px}.cta-section h2{margin:12px 0}.footer-main{padding:50px 0 65px;grid-template-columns:1fr}.footer-main img{width:170px}.footer-nav{grid-column:auto}.page-hero{padding-top:35px;padding-bottom:70px}.page-hero h1{font-size:clamp(3.7rem,14vw,6rem);margin:60px 0 29px}.page-hero>p:last-child{font-size:1rem}.work-page-grid{padding-top:45px}.project-hero{padding-top:35px}.project-hero-text{display:block;margin-bottom:35px}.project-hero-text h1{margin:55px 0 25px}.project-hero-text>p:last-child{font-size:1rem}.project-hero-image{height:380px}.project-story .story-label .text-link{margin:25px 0}.story-content h2{font-size:2.8rem;margin-bottom:35px}.project-facts{grid-template-columns:1fr 1fr;gap:0 18px}.project-facts strong{font-size:.9rem}.project-gallery{grid-template-columns:1fr;padding-bottom:65px}.project-gallery img{height:300px}.service-detail{padding:50px 0}.service-detail-head h2{font-size:3rem}.service-detail>div:last-child p{font-size:1rem}.about-content h2{font-size:2.7rem}.about-mark{justify-self:start}.contact-form{padding-top:20px}.form-two{grid-template-columns:1fr;gap:0}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.project-image img,.button-link,.text-link{transition:none}}
@media(max-width:640px){body[data-page="services"] .page-hero h1{font-size:clamp(3rem,11.8vw,5.4rem)}}

/* Homepage refinement: color and imagery carry the studio identity. */
body[data-page="home"]{--home-orange:#f36738;--home-pink:#ed2479;--home-mint:#e5f3f1;--home-blush:#fff0e8}
body[data-page="home"] .site-header{background:#fff}
body[data-page="home"] .brand{width:194px}
.home-hero{position:relative;overflow:hidden;background:linear-gradient(130deg,#fff 0%,#fff 68%,#fff1ec 100%)}
.home-hero .hero-top,.home-hero h1,.home-hero .hero-bottom{position:relative;z-index:1}
.home-hero h1{font-size:clamp(4rem,8.7vw,8.8rem);max-width:1250px;margin:73px 0 55px}
.home-hero h1 em{color:var(--home-pink)}
.home-hero .hero-bottom{display:flex;flex-direction:column;align-items:flex-start;gap:25px}
.home-hero .hero-bottom p{font-size:clamp(1.15rem,1.55vw,1.4rem);max-width:640px}
.hero-dots{position:absolute;right:3.5%;bottom:10%;width:230px;height:150px;background-image:radial-gradient(circle,var(--home-orange) 1.2px,transparent 1.7px);background-size:18px 18px;opacity:.16;mask-image:linear-gradient(90deg,transparent,#000 38%,#000 78%,transparent)}
.home-action{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:13px 23px;border-radius:28px;background:var(--ink);color:#fff;font-size:.88rem;font-weight:700;line-height:1.2;transition:background .2s,transform .2s}
.home-action:hover{background:var(--home-pink);transform:translateY(-2px)}
.home-cta-link{display:inline-block;justify-self:end;width:max-content;border-bottom:2px solid var(--home-orange);padding-bottom:5px;font-size:.9rem;font-weight:700;transition:color .2s,border-color .2s}
.home-cta-link:hover{color:var(--home-pink);border-color:var(--home-pink)}
.home-section-intro{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:12px 35px;margin-bottom:63px}
.home-section-intro .eyebrow{grid-column:1/-1;color:#5d635f}
.home-section-intro h2{max-width:760px;margin:20px 0 0;font-size:clamp(2.8rem,4.7vw,4.8rem)}
.home-work{padding-top:103px;padding-bottom:115px;background:#fff}
.home-work .home-section-intro{margin-bottom:75px}
.home-project-grid{display:grid;grid-template-columns:1fr 1fr;gap:34px 25px}
.home-project-card{display:flex;flex-direction:column;min-width:0}
.home-project-featured{grid-column:1/-1;display:grid;grid-template-columns:55% 45%;background:#f7ede8;min-height:430px}
.home-project-media{position:relative;overflow:hidden;background:#e2e8e4;order:0}
.home-project-featured .home-project-media{height:430px}
.home-project-card:not(.home-project-featured) .home-project-media{height:360px}
.home-project-media img{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.2,.7,.2,1),filter .5s}
.home-project-card:nth-child(2) .home-project-media img{object-position:center 45%}
.home-project-card:nth-child(3) .home-project-media img{object-position:center 25%}
.home-project-card:hover .home-project-media img,.home-project-card:focus-visible .home-project-media img{transform:scale(1.045);filter:brightness(.8)}
.view-detail{position:absolute;left:50%;top:50%;transform:translate(-50%,-40%);opacity:0;white-space:nowrap;border-radius:25px;background:#fff;color:var(--ink);padding:12px 22px;font-size:.9rem;font-weight:700;transition:opacity .25s,transform .25s}
.home-project-card:hover .view-detail,.home-project-card:focus-visible .view-detail{opacity:1;transform:translate(-50%,-50%)}
.home-project-copy{border-top:2px solid var(--home-orange);padding-top:17px}
.home-project-copy span{font-size:.85rem;color:var(--muted)}
.home-project-copy h3{margin:15px 0 0;font-size:clamp(2rem,3vw,3.5rem)}
.home-project-featured .home-project-copy{display:flex;flex-direction:column;justify-content:center;border:0;padding:50px clamp(30px,5vw,80px)}
.home-project-featured .home-project-copy h3{font-size:clamp(3.2rem,5.2vw,5.8rem);margin:22px 0 30px}
.home-project-featured .home-project-copy p{max-width:400px;color:var(--muted);font-size:1.05rem}
.home-services{position:relative;background:var(--home-mint);padding-top:105px;padding-bottom:120px}
.home-services .home-section-intro{grid-template-columns:1fr;margin-bottom:43px}
.home-services .home-section-intro h2{font-size:clamp(2.8rem,4vw,4.2rem);max-width:930px}
.home-services .home-section-intro>p:last-child{font-size:1.12rem;color:var(--muted);margin-top:6px}
.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:17px}
.home-service-card{overflow:hidden;background:#fff;border:1px solid #c9dcd9;border-radius:9px;transition:transform .25s,box-shadow .25s,border-color .25s}
.home-service-card:hover{transform:translateY(-6px);box-shadow:0 14px 28px rgba(39,72,69,.12);border-color:#7ea8a1}
.home-service-art{height:260px;overflow:hidden;background:#f4e3d7}
.home-service-art img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.home-service-card:hover .home-service-art img{transform:scale(1.07)}
.home-service-copy{padding:22px 24px 32px;min-height:235px}
.home-service-copy span{font-size:.82rem;color:var(--muted)}
.home-service-copy h3{font-size:clamp(2.1rem,2.9vw,3rem);margin:17px 0 16px}
.home-service-copy p{font-size:.95rem;color:var(--muted);line-height:1.6}
.home-process{background:var(--home-blush);padding-top:105px;padding-bottom:120px}
.home-process .home-section-intro h2{font-size:clamp(2.8rem,4.2vw,4.5rem);max-width:840px}
.home-process-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.home-process-card{position:relative;min-height:300px;background:#fff;border:1px solid #ead1c7;border-radius:9px;padding:27px 24px 34px;transition:background .25s,transform .25s,border-color .25s}
.home-process-card::after{content:'';position:absolute;right:23px;top:26px;width:45px;height:22px;background-image:radial-gradient(circle,var(--home-orange) 2px,transparent 2.5px);background-size:13px 13px;opacity:.75}
.home-process-card:hover{background:#ffe4d5;border-color:#ef9777;transform:translateY(-5px)}
.home-process-card>span{color:var(--home-pink);font-size:.9rem;font-weight:700}
.home-process-card h3{font-size:clamp(1.9rem,2.3vw,2.8rem);margin:88px 0 18px}
.home-process-card p{font-size:.95rem;color:var(--muted);line-height:1.6}
.home-testimonials{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:50px;background:#fff;padding-top:108px;padding-bottom:120px}
.home-testimonials .home-section-intro{display:block;margin:0}
.home-testimonials .home-section-intro h2{font-size:clamp(2.8rem,4.5vw,4.7rem);margin-top:25px}
.testimonial-preview{min-height:250px;display:flex;flex-direction:column;justify-content:space-between;background:#fff3f7;border:1px solid #efc5d6;border-radius:9px;padding:20px 35px 35px}
.testimonial-symbol{font:500 9rem/1 var(--display);color:var(--home-pink);height:105px}
.testimonial-preview p{max-width:350px;font-size:1.18rem;color:#6b5a62}
.home-about{background:#f8f9f7}
.home-cta{position:relative;overflow:hidden;background:linear-gradient(115deg,#f66531,#ee3e71);color:#fff;padding:95px clamp(22px,4.2vw,64px) 110px}
.home-cta .eyebrow,.home-cta-content{position:relative;z-index:1}
.home-cta-content{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-top:25px}
.home-cta h2{font-size:clamp(3.3rem,6.4vw,6.7rem);max-width:800px;margin:0}
.home-cta p:not(.eyebrow){font-size:1.12rem;margin:25px 0 0;max-width:520px}
.home-cta .home-action{flex:none;background:#fff;color:var(--ink)}
.home-cta .home-action:hover{background:var(--ink);color:#fff}
.home-cta-dots{position:absolute;right:-55px;top:-35px;width:320px;height:320px;background-image:radial-gradient(circle,#fff 2px,transparent 2.6px);background-size:20px 20px;opacity:.22;border-radius:50%}
@media(max-width:900px){.home-project-featured{grid-template-columns:1fr 1fr;min-height:350px}.home-project-featured .home-project-media{height:350px}.home-service-grid{grid-template-columns:repeat(2,1fr)}.home-service-card:last-child{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr}.home-service-card:last-child .home-service-art{height:100%}.home-process-grid{grid-template-columns:repeat(2,1fr)}.home-process-card{min-height:260px}.home-about{grid-template-columns:1fr 1fr}.home-about-body{grid-template-columns:1fr}.home-about-mark{display:none}}
@media(max-width:640px){body[data-page="home"] .brand{width:165px}.home-hero{background:#fff}.home-hero h1{font-size:clamp(3.6rem,15vw,5.8rem);margin:55px 0 38px}.home-hero .hero-bottom{display:block}.home-hero .hero-bottom p{font-size:1rem;margin-bottom:26px}.hero-dots{right:-70px;bottom:28px;width:150px;height:96px;opacity:.1}.home-section-intro{display:block;margin-bottom:37px}.home-section-intro h2{font-size:clamp(2.6rem,9.8vw,4.3rem);margin:20px 0 0}.home-work{padding-top:72px;padding-bottom:75px}.home-work .home-section-intro{margin-bottom:38px}.home-work .home-cta-link{margin-top:22px}.home-project-grid{grid-template-columns:1fr;gap:30px}.home-project-featured{grid-column:auto;display:flex;flex-direction:column;min-height:0}.home-project-featured .home-project-media{height:250px}.home-project-card:not(.home-project-featured) .home-project-media{height:260px}.home-project-featured .home-project-copy{padding:25px 26px 30px}.home-project-featured .home-project-copy h3{font-size:3rem;margin:10px 0 13px}.home-project-featured .home-project-copy p{font-size:.94rem}.home-project-copy h3{font-size:2rem}.view-detail{opacity:1;top:auto;left:auto;right:14px;bottom:14px;transform:none;padding:9px 15px;font-size:.8rem}.home-project-card:hover .view-detail,.home-project-card:focus-visible .view-detail{transform:none}.home-services{padding-top:75px;padding-bottom:80px}.home-services .home-section-intro h2{font-size:clamp(2.6rem,9vw,4rem)}.home-services .home-section-intro>p:last-child{font-size:1rem;margin-top:16px}.home-service-grid{grid-template-columns:1fr}.home-service-card:last-child{grid-column:auto;display:block}.home-service-card:last-child .home-service-art{height:240px}.home-service-art{height:240px}.home-service-copy{min-height:auto;padding:19px 21px 27px}.home-service-copy h3{font-size:2.2rem;margin:11px 0}.home-process{padding-top:75px;padding-bottom:80px}.home-process-grid{grid-template-columns:1fr 1fr;gap:11px}.home-process-card{min-height:250px;padding:20px 17px}.home-process-card h3{font-size:1.45rem;margin:72px 0 13px}.home-process-card p{font-size:.84rem}.home-process-card::after{right:12px;top:18px;width:28px}.home-testimonials{grid-template-columns:1fr;gap:30px;padding-top:75px;padding-bottom:80px}.testimonial-preview{min-height:210px;padding:15px 24px 26px}.testimonial-symbol{font-size:7rem;height:75px}.testimonial-preview p{font-size:1rem}.home-about{grid-template-columns:1fr;gap:25px;padding-top:75px;padding-bottom:80px}.home-about-body{display:block}.home-about-body p{font-size:1rem;margin-bottom:26px}.home-about-mark{display:none}.home-cta{padding-top:75px;padding-bottom:83px}.home-cta-content{display:block}.home-cta h2{font-size:clamp(3.2rem,12vw,5.2rem)}.home-cta p:not(.eyebrow){font-size:1rem}.home-cta .home-action{margin-top:28px}}
@media(prefers-reduced-motion:reduce){.home-action,.home-cta-link,.home-project-media img,.view-detail,.home-service-card,.home-service-art img,.home-process-card{transition:none}}
.home-testimonials{display:block}
.home-testimonials .home-section-intro{margin-bottom:52px}
.testimonial-list{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.testimonial-card{display:flex;flex-direction:column;min-height:325px;padding:25px 32px 29px;border-radius:9px;background:#fff1f5;border:1px solid #ebc6d4}
.testimonial-card:nth-child(2){background:#e9f3f1;border-color:#c5ded9}
.testimonial-card .testimonial-symbol{display:block;font-size:5.6rem;line-height:.85;height:76px}
.testimonial-card:nth-child(2) .testimonial-symbol{color:#5a9d97}
.testimonial-quote{max-width:550px;font:500 clamp(1.45rem,2.25vw,2.2rem)/1.25 var(--display);letter-spacing:-.04em;margin:10px 0 40px}
.testimonial-credit{margin-top:auto;display:flex;justify-content:space-between;gap:20px;align-items:end;border-top:1px solid rgba(30,35,32,.2);padding-top:18px;font-size:.86rem;font-weight:700}
.testimonial-credit small{font-size:.72rem;color:var(--muted);text-transform:uppercase;letter-spacing:.09em;text-align:right}
@media(max-width:640px){.home-testimonials .home-section-intro{margin-bottom:32px}.testimonial-list{grid-template-columns:1fr}.testimonial-card{min-height:285px;padding:20px 24px 25px}.testimonial-quote{font-size:1.45rem;margin-bottom:30px}.testimonial-credit{font-size:.8rem}}

/* Homepage chapters make each part easy to find while scrolling. */
.home-chapter{display:grid;grid-template-columns:54px max-content 1fr;align-items:center;gap:16px;margin-bottom:40px;padding-bottom:14px;border-bottom:1px solid currentColor;color:#67706b;font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}
.home-chapter::after{content:'';height:1px;background:currentColor;opacity:.28}
.home-chapter span:first-child{color:var(--home-orange)}
.home-services .home-chapter,.home-process .home-chapter{color:#53635f}
.home-testimonials .home-chapter,.home-about .home-chapter{color:#656b67}
.home-work{background:#202521;color:#fff;padding-top:88px;padding-bottom:103px;border-bottom-color:#353c37}
.home-work .home-chapter{color:#b8c5bc}
.home-work .home-chapter span:first-child{color:#ff895e}
.home-work .home-section-intro{margin-bottom:45px}
.home-work .home-section-intro h2{max-width:750px;font-size:clamp(2.7rem,4.2vw,4.5rem)}
.home-work .home-cta-link{border-color:#ff895e}
.home-work .home-cta-link:hover{color:#ff895e}
.home-project-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.home-project-card{display:flex;flex-direction:column;min-width:0}
.home-project-card .home-project-media{height:clamp(235px,24vw,340px);order:0}
.home-project-copy{border:0;border-top:1px solid #59625c;padding:16px 0 0;margin-top:12px;display:block}
.home-project-copy span{color:#aebbb1;font-size:.78rem;text-transform:uppercase;letter-spacing:.08em}
.home-project-copy h3{font-size:clamp(1.6rem,2.25vw,2.45rem);margin:8px 0 0}
.home-project-card:hover .home-project-copy h3,.home-project-card:focus-visible .home-project-copy h3{color:#ff895e}
.home-project-card .home-project-media img{transition:transform .5s,filter .5s}
.home-about .home-chapter{grid-column:1/-1;margin-bottom:0}

/* The process is an open sequence, distinct from the illustrated service cards. */
.home-process-grid{gap:clamp(18px,2.7vw,40px)}
.home-process-card{min-height:0;background:transparent;border:0;border-radius:0;padding:22px 0 0;transform:none;transition:color .2s}
.home-process-card::before{content:'';position:absolute;left:0;right:0;top:0;height:2px;background:#d9b8a8;transition:background .2s}
.home-process-card::after{content:'';left:0;right:auto;top:-5px;width:11px;height:11px;border-radius:50%;background:var(--home-orange);opacity:1}
.home-process-card:hover{background:transparent;border:0;transform:none}
.home-process-card:hover::before{background:var(--home-pink)}
.home-process-card>span{font-size:.8rem}
.home-process-card h3{font-size:clamp(1.7rem,2.25vw,2.55rem);margin:45px 0 16px}
.home-process-card p{max-width:260px}

@media(max-width:900px){
  .home-project-grid{gap:16px}
  .home-project-card .home-project-media{height:240px}
  .home-project-copy h3{font-size:1.75rem}
  .home-process-card{min-height:0}
}
@media(max-width:640px){
  .home-chapter{grid-template-columns:34px max-content 1fr;gap:10px;margin-bottom:26px;padding-bottom:11px;font-size:.69rem}
  .home-work{padding-top:70px;padding-bottom:77px}
  .home-work .home-section-intro{margin-bottom:35px}
  .home-project-grid{grid-template-columns:1fr;gap:32px}
  .home-project-card .home-project-media{height:255px}
  .home-project-copy{padding-top:12px;margin-top:10px}
  .home-project-copy h3{font-size:1.9rem}
  .home-process-grid{grid-template-columns:1fr 1fr;gap:38px 18px}
  .home-process-card{min-height:0;padding:19px 0 0}
  .home-process-card h3{font-size:1.45rem;margin:31px 0 12px}
  .home-process-card p{font-size:.83rem}
  .home-about .home-chapter{margin-bottom:2px}
}

/* Quiet section labels replace the long, doubled chapter rules. */
.home-chapter{display:flex;align-items:center;gap:13px;margin-bottom:48px;padding:0;border:0;color:#606761;font-size:.73rem;font-weight:700;letter-spacing:.11em}
.home-chapter::after{content:none}
.home-chapter-rule{display:block;flex:none;width:22px;height:3px;background:var(--home-orange)}
.home-work .home-chapter{color:#c6d0c8}
.home-work .home-chapter-rule{background:#ff895e}
.home-services{background:#fff;border-bottom-color:#e2e6e2}
.home-services .home-chapter{color:#606761}
.home-services .home-service-card{border-color:#e1e6e2;box-shadow:0 7px 22px rgba(28,43,37,.04)}
.home-services .home-service-card:hover{border-color:#d0dcd4;box-shadow:0 16px 32px rgba(28,43,37,.09)}

/* A single quote and a compact index make all six examples selectable. */
.home-testimonials .home-section-intro{margin-bottom:38px}
.testimonial-showcase{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.8fr);gap:clamp(35px,5vw,82px);align-items:stretch}
.testimonial-featured{display:flex;flex-direction:column;min-height:450px;padding:30px clamp(28px,3.4vw,50px) 35px;background:#fff4f7;border-left:4px solid var(--home-pink)}
.testimonial-featured-top{display:flex;justify-content:space-between;align-items:start;color:var(--home-pink)}
.testimonial-featured-top .testimonial-symbol{font-size:7rem;line-height:.8;height:80px}
#testimonial-count{font-size:.8rem;font-weight:700;letter-spacing:.1em}
.testimonial-featured .testimonial-quote{max-width:790px;font-size:clamp(2rem,3.15vw,3.35rem);line-height:1.18;margin:25px 0 45px}
.testimonial-featured .testimonial-credit{font-size:.85rem}
.testimonial-selector{display:grid;grid-template-columns:1fr;align-content:stretch;border-top:1px solid #cfd6d1}
.testimonial-option{display:flex;align-items:center;gap:24px;width:100%;padding:17px 10px;border:0;border-bottom:1px solid #cfd6d1;background:transparent;color:#5f6860;text-align:left;transition:color .2s,background .2s,padding .2s}
.testimonial-option span{font-size:.75rem;font-weight:700;color:#a36b7e}
.testimonial-option strong{font:500 clamp(1rem,1.4vw,1.25rem) var(--display);letter-spacing:-.02em}
.testimonial-option:hover,.testimonial-option.is-active{padding-left:19px;background:#fff4f7;color:var(--ink)}
.testimonial-option.is-active{box-shadow:inset 3px 0 var(--home-pink)}

/* Contact action follows its description. */
.home-cta-content{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:840px}
.home-cta-content .home-action{margin-top:34px}

/* Brand, navigation, and contact occupy separate footer columns. */
.footer-main{grid-template-columns:minmax(290px,1.4fr) minmax(180px,.85fr) minmax(200px,.85fr);gap:clamp(35px,5vw,80px);padding:70px 0 90px}
.footer-brand img{width:210px}
.footer-brand p{max-width:300px;margin-top:20px;font-size:1.04rem;line-height:1.55}
.footer-nav{grid-column:auto;justify-self:center;display:flex;flex-direction:column;gap:12px;min-width:150px;font-size:1rem}
.footer-social{justify-self:end;display:flex;flex-direction:column;gap:12px;min-width:190px;font-size:1rem}
.footer-nav a,.footer-social a{width:max-content;transition:color .2s}
.footer-nav a:hover,.footer-social a:hover{color:#ff9571}
.footer-social span{color:#d0d5d0}
.footer-social small{margin-top:12px;color:#9da79e;font-size:.72rem}

@media(max-width:900px){
  .testimonial-showcase{grid-template-columns:1fr;gap:30px}
  .testimonial-featured{min-height:350px}
  .testimonial-selector{grid-template-columns:1fr 1fr}
  .testimonial-option:nth-child(odd){border-right:1px solid #cfd6d1}
  .footer-main{grid-template-columns:1fr 1fr;gap:38px}
  .footer-brand{grid-column:1/-1}
  .footer-nav{justify-self:start}
  .footer-social{justify-self:start}
}
@media(max-width:640px){
  .home-chapter{margin-bottom:30px;font-size:.69rem}
  .home-services{padding-top:76px}
  .home-testimonials .home-section-intro{margin-bottom:30px}
  .testimonial-featured{min-height:360px;padding:24px 25px 29px}
  .testimonial-featured .testimonial-quote{font-size:clamp(1.65rem,7.3vw,2.45rem);margin:20px 0 35px}
  .testimonial-featured-top .testimonial-symbol{font-size:6rem;height:62px}
  .testimonial-selector{gap:0}
  .testimonial-option{gap:9px;padding:15px 10px}
  .testimonial-option:hover,.testimonial-option.is-active{padding-left:13px}
  .testimonial-option strong{font-size:.93rem;line-height:1.2}
  .home-cta-content .home-action{margin-top:27px}
  .footer-main{grid-template-columns:1fr;gap:32px;padding:56px 0 70px}
  .footer-brand{grid-column:auto}
  .footer-brand img{width:175px}
  .footer-brand p{margin-top:18px}
  .footer-nav,.footer-social{justify-self:start;min-width:0}
  .footer-nav{padding-top:22px;border-top:1px solid #4a4e4a;width:100%}
  .footer-social{padding-top:22px;border-top:1px solid #4a4e4a;width:100%}
}
@media(prefers-reduced-motion:reduce){.testimonial-option,.footer-nav a,.footer-social a{transition:none}}

/* Homepage rhythm: a 1.618 display scale and one spacing cadence. */
body[data-page="home"]{
  --type-body:1rem;
  --type-title:1.618rem;
  --type-section:2.618rem;
  --type-feature:4.236rem;
  --type-hero:6.854rem;
  --space-compact:20px;
  --space-medium:32px;
  --space-wide:52px;
  --space-section:84px;
}
.site-header{position:sticky;top:0;z-index:100;background:#fff;box-shadow:0 1px 0 rgba(30,35,32,.13)}
.home-hero{padding-top:48px;padding-bottom:92px}
.home-hero h1{font-size:clamp(var(--type-feature),8vw,var(--type-hero));margin:68px 0 54px}
.home-hero .hero-bottom p{font-size:clamp(1rem,1.55vw,1.272rem)}
.home-work,.home-services,.home-process,.home-testimonials,.home-about{padding-top:var(--space-section);padding-bottom:var(--space-section)}
.home-chapter{margin-bottom:var(--space-medium)}
.home-section-intro{margin-bottom:var(--space-wide)}
.home-section-intro h2,.home-work .home-section-intro h2,.home-services .home-section-intro h2,.home-testimonials .home-section-intro h2,.home-about .home-section-intro h2{font-size:clamp(var(--type-section),4.7vw,var(--type-feature));margin:0}
.home-work .home-section-intro,.home-services .home-section-intro,.home-testimonials .home-section-intro{margin-bottom:var(--space-wide)}
.home-services .home-section-intro>p:last-child{font-size:var(--type-body);margin-top:var(--space-compact)}
.home-project-copy h3{font-size:var(--type-title)}
.home-service-copy h3{font-size:clamp(var(--type-title),2.4vw,var(--type-section));margin:20px 0 13px}
.home-service-copy p,.home-process p,.home-about-body p{font-size:var(--type-body)}
.home-service-art{height:245px}
.home-service-copy{min-height:0;padding:20px 24px 29px}
.home-service-grid{gap:20px}
/* Homepage process: an open, staggered timeline without card containers. */
.home-process{overflow:hidden;background:#faf9f7;padding-top:100px;padding-bottom:112px}
.process-editorial-head{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.65fr);gap:clamp(45px,8vw,130px);align-items:end;margin-bottom:clamp(48px,5.2vw,76px)}
.process-editorial-head h2{font-size:clamp(var(--type-section),4.5vw,5.55rem);max-width:700px;margin:0}
.process-lead{font-size:1.05rem;line-height:1.65;color:var(--muted);max-width:460px;margin:0 0 7px}
.process-flow{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(24px,4vw,66px);padding-top:38px}
.process-flow::before{content:'';position:absolute;left:0;right:0;top:11px;height:1px;background:linear-gradient(90deg,rgba(242,108,62,.55),#d9d8d3 25%,#d9d8d3 82%,transparent)}
.process-node{position:relative;padding-top:34px;transition:transform .3s cubic-bezier(.2,.7,.2,1)}
.process-node:nth-child(even){margin-top:0;padding-top:70px}
.process-node::before{content:'';position:absolute;top:-32px;left:0;width:9px;height:9px;border-radius:50%;background:#faf9f7;border:1.5px solid rgba(213,105,72,.62);transition:background .25s,transform .25s}
.process-node::after{content:'';position:absolute;left:4px;top:-21px;width:1px;height:54px;background:#d8d7d1}
.process-node:nth-child(even)::after{height:90px}
.process-node:hover{transform:translateY(-3px)}.process-node:hover::before{background:var(--home-pink);border-color:var(--home-pink);transform:scale(1.16)}
.process-node-number{display:block;color:#b45475;font:500 .75rem/1 var(--body);letter-spacing:.1em;margin-bottom:23px}
.process-node h3{font-size:clamp(1.75rem,2.35vw,2.35rem);margin:0 0 16px;transition:color .2s}.process-node:hover h3{color:#b23e68}
.process-node>p{max-width:280px;color:#5d635f;font-size:.98rem;line-height:1.58}
.process-node-output{display:flex;flex-wrap:wrap;gap:5px 9px;margin-top:22px;color:#777b78;font-size:.68rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase;opacity:.62;transition:opacity .2s}
.process-node:hover .process-node-output{opacity:.95}
.process-node-output span{color:#c8785d}

/* Homepage about: quiet copy paired with a simple editorial image grid. */
.home-about{background:#f8f9f7;padding-top:105px;padding-bottom:120px}
.home-about-heading{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(340px,.65fr);gap:clamp(55px,9vw,150px);align-items:end;margin-bottom:clamp(52px,6vw,82px)}
.home-about-heading h2{font-size:clamp(2.8rem,4.7vw,5.1rem);max-width:760px;margin:0;line-height:1.04}
.about-summary{display:flex;flex-direction:column;align-items:flex-start}
.about-lead{font-size:1.08rem;line-height:1.65;color:var(--muted);max-width:500px;margin:0}
.about-action-wrap{margin-top:34px}
.home-about-visual{position:relative;width:100%}
.about-image-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.48fr) minmax(260px,.72fr);grid-template-rows:1fr 1fr;gap:12px;height:clamp(500px,43vw,660px);transition:grid-template-columns .55s cubic-bezier(.2,.7,.2,1),grid-template-rows .55s cubic-bezier(.2,.7,.2,1)}
.about-image{position:relative;overflow:hidden;margin:0;background:#e7e9e5}
.about-image:focus-visible{outline:2px solid var(--home-pink);outline-offset:4px}
.about-image-2{grid-column:1;grid-row:1/3}.about-image-1{grid-column:2;grid-row:1}.about-image-3{grid-column:2;grid-row:2}
.about-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.82);transition:transform .6s cubic-bezier(.2,.7,.2,1),filter .4s}
.about-image-2 img{object-position:center}.about-image-1 img{object-position:center 45%}.about-image-3 img{object-position:center 35%}
.about-image:hover img{transform:scale(1.025);filter:saturate(1)}
.about-image-grid::after{content:'';position:absolute;right:-16px;bottom:-16px;width:82px;height:82px;background-image:radial-gradient(circle,var(--home-orange) 1.15px,transparent 1.7px);background-size:13px 13px;opacity:.12;pointer-events:none}
@media(hover:hover) and (min-width:901px){
  .about-image-grid:has(.about-image-2:hover),.about-image-grid:has(.about-image-2:focus){grid-template-columns:minmax(0,1.8fr) minmax(160px,.55fr)}
  .about-image-grid:has(.about-image-1:hover),.about-image-grid:has(.about-image-1:focus){grid-template-columns:minmax(0,1.12fr) minmax(240px,1fr);grid-template-rows:1.35fr .65fr}
  .about-image-grid:has(.about-image-3:hover),.about-image-grid:has(.about-image-3:focus){grid-template-columns:minmax(0,1.12fr) minmax(240px,1fr);grid-template-rows:.65fr 1.35fr}
  .about-image-grid:has(.about-image:hover) .about-image:not(:hover) img{filter:saturate(.55) brightness(.92)}
}

/* One quote per slide, with arrows and one dot per testimonial. */
.testimonial-showcase{display:block}
.testimonial-featured{min-height:325px;padding:29px clamp(28px,4vw,56px) 35px;background:#fff4f7}
.testimonial-featured .testimonial-quote{max-width:990px;font-size:clamp(var(--type-title),3.1vw,var(--type-section));margin:22px 0 32px}
.testimonial-featured-top .testimonial-symbol{font-size:6rem;height:62px}
.testimonial-controls{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-top:22px}
.testimonial-dots{display:flex;flex-wrap:wrap;align-items:center;gap:10px}
.testimonial-dot{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#c7d0c9;transition:width .2s,background .2s,border-radius .2s}
.testimonial-dot:hover{background:#d76b91}
.testimonial-dot.is-active{width:29px;border-radius:8px;background:var(--home-pink)}
.testimonial-arrows{display:flex;gap:9px}
.testimonial-arrows button{width:44px;height:44px;border:1px solid #a5afa7;border-radius:50%;background:#fff;color:var(--ink);font:500 1.5rem/1 var(--display);transition:background .2s,color .2s,border-color .2s}
.testimonial-arrows button:hover{background:var(--ink);border-color:var(--ink);color:#fff}

@media(max-width:900px){
  .process-editorial-head{grid-template-columns:1fr;gap:24px}
  .process-lead{max-width:680px}
  .process-flow{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
  .process-node:nth-child(even){margin-top:0;padding-top:70px}
  .process-node:nth-child(even)::after{height:90px}
  .process-node>p{font-size:.9rem}
  .home-about-heading{grid-template-columns:1fr;gap:24px;margin-bottom:50px}
  .about-lead{max-width:620px}
  .about-image-grid{height:520px}
  .testimonial-featured{min-height:350px}
}
@media(max-width:640px){
  body[data-page="home"]{--space-section:52px;--space-wide:32px;--space-medium:20px}
  .site-header{top:0}
  .home-hero{padding-top:32px;padding-bottom:68px}
  .home-hero h1{font-size:clamp(3.35rem,14vw,var(--type-feature));margin:50px 0 38px}
  .home-section-intro h2,.home-work .home-section-intro h2,.home-services .home-section-intro h2,.home-testimonials .home-section-intro h2,.home-about-heading h2{font-size:var(--type-section)}
  .home-work .home-cta-link{margin-top:20px}
  .home-service-art,.home-service-card:last-child .home-service-art{height:220px}
  .home-service-copy{padding:18px 21px 24px}
  .home-service-copy h3{font-size:var(--type-title);margin:16px 0 10px}
  .process-editorial-head{margin-bottom:38px}
  .process-editorial-head h2{font-size:var(--type-section)}
  .process-flow{display:block;padding:0 0 0 28px}
  .process-flow::before{left:5px;right:auto;top:5px;bottom:8px;width:1px;height:auto;background:linear-gradient(var(--home-orange),#c7cbc6 86%,transparent)}
  .process-node,.process-node:nth-child(even){margin:0;padding:0 0 46px 20px}
  .process-node:last-child{padding-bottom:0}
  .process-node::before{left:-28px;top:5px}
  .process-node::after{display:none}
  .process-node:hover{transform:none}
  .process-node-number{margin-bottom:16px}
  .process-node h3{font-size:2.15rem;margin-bottom:13px}
  .process-node>p{font-size:.94rem;max-width:310px}
  .process-node-output{margin-top:18px}
  .process-pillar-item{padding:13px 15px}
  .home-about-heading{gap:20px;margin-bottom:38px}
  .about-lead{font-size:1rem}
  .about-action-wrap{margin-top:28px}
  .about-image-grid{grid-template-columns:1fr 1fr;grid-template-rows:260px 145px;gap:8px;height:auto}
  .about-image-2{grid-column:1/3;grid-row:1}.about-image-1{grid-column:1;grid-row:2}.about-image-3{grid-column:2;grid-row:2}
  .about-image-grid::after{right:-12px;bottom:-12px;width:68px;height:68px}
  .testimonial-featured{min-height:360px;padding:22px 24px 27px}
  .testimonial-featured .testimonial-quote{font-size:var(--type-title);margin:27px 0 33px}
  .testimonial-featured-top .testimonial-symbol{font-size:5rem;height:48px}
  .testimonial-controls{margin-top:18px}
  .testimonial-arrows button{width:42px;height:42px}
  .home-cta h2{font-size:var(--type-section)}
  .home-cta-content .home-action{margin-top:25px}
}
@media(prefers-reduced-motion:reduce){.testimonial-dot,.testimonial-arrows button,.process-node,.process-node::before,.process-node h3,.about-image-grid,.about-image img{transition:none}}

/* A quieter, centered closing invitation. */
.home-cta{background:linear-gradient(115deg,#fff1e9 0%,#f9eff2 100%);color:var(--ink);text-align:center;border-top:1px solid #edddd9}
.home-cta .eyebrow{color:#a34d63;margin:0 auto}
.home-cta-content{align-items:center;max-width:760px;margin:24px auto 0}
.home-cta h2{max-width:760px;margin:0 auto}
.home-cta p:not(.eyebrow){max-width:530px;margin:20px auto 0;color:#5f625f}
.home-cta .home-action{background:var(--ink);color:#fff;margin-top:32px}
.home-cta .home-action:hover{background:#ba315f;color:#fff}
.home-cta-dots{right:-90px;top:-75px;background-image:radial-gradient(circle,#d8899a 1.5px,transparent 2px);opacity:.15}
@media(max-width:640px){
  .home-cta-content{display:flex;align-items:center;margin-top:20px}
  .home-cta p:not(.eyebrow){margin-top:17px}
  .home-cta .home-action{margin-top:26px}
  .home-cta-dots{right:-155px;top:-125px;opacity:.1}
}

/* Services become the hero's single motion moment. */
.hero-service-loop{position:relative;z-index:1;display:flex;align-items:baseline;gap:.38em;margin:0;color:var(--muted);white-space:nowrap}
.hero-service-words{display:inline-grid;overflow:hidden;color:var(--home-pink)}
.hero-service-words>span{grid-area:1/1;opacity:0;transform:translateY(70%);animation:hero-service-cycle 7.2s cubic-bezier(.55,0,.25,1) infinite}
.hero-service-words>span:nth-child(2){animation-delay:2.4s}
.hero-service-words>span:nth-child(3){animation-delay:4.8s}
@keyframes hero-service-cycle{
  0%{opacity:0;transform:translateY(70%)}
  4%,33.333%{opacity:1;transform:translateY(0)}
  37.333%,100%{opacity:0;transform:translateY(-70%)}
}
@media(max-width:640px){
  .hero-service-loop{gap:.35em;margin:0;font-size:.78rem;line-height:1.3}
}
@media(prefers-reduced-motion:reduce){
  .hero-service-words>span{display:none;animation:none;opacity:1;transform:none}
  .hero-service-words>span:first-child{display:block}
}
