:root{--color-ink:#101827;--color-text:#34383f;--color-muted:#73706a;--color-paper:#f8f6f0;--color-paper-soft:#fbfaf6;--color-line:#dedbd2;--color-accent:#b89661;--color-accent-soft:#eadfcb;--color-white:#ffffff;--font-title:"Playfair Display",Georgia,serif;--font-body:"Inter",Arial,sans-serif;--font-hand:"Caveat",cursive;--header-height:82px;--space-page:clamp(1.25rem,4vw,4rem);--radius:8px;--shadow-soft:0 16px 42px rgba(16,24,39,0.08)}@font-face{font-family:"Inter";src:url("../assets/fonts/inter-latin-400-700.woff2") format("woff2");font-weight:400 800;font-style:normal;font-display:swap}@font-face{font-family:"Playfair Display";src:url("../assets/fonts/playfair-display-latin-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:"Caveat";src:url("../assets/fonts/caveat-latin-500.woff2") format("woff2");font-weight:500;font-style:normal;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms !important;animation-iteration-count:1 !important;scroll-behavior:auto !important;transition-duration:0.01ms !important}}body{margin:0;padding-top:var(--header-height);overflow-x:hidden;color:var(--color-text);background:radial-gradient(circle at 80% 12%,rgba(184,150,97,0.11),transparent 28rem),linear-gradient(90deg,rgba(16,24,39,0.025) 1px,transparent 1px),var(--color-paper);background-size:auto,42px 42px,auto;font-family:var(--font-body);line-height:1.7}body.nav-open{overflow:hidden}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}a:focus-visible,button:focus-visible{outline:2px solid var(--color-accent);outline-offset:4px}.section-anchor{scroll-margin-top:calc(var(--header-height)+24px)}.site-header{position:fixed;inset:0 0 auto;z-index:1000;min-height:var(--header-height);padding:0 var(--space-page);border-bottom:1px solid rgba(16,24,39,0.08);background:rgba(248,246,240,0.9);backdrop-filter:blur(18px);transition:min-height 180ms ease,background 180ms ease,box-shadow 180ms ease}.site-header.is-scrolled{min-height:70px;background:rgba(251,250,246,0.96);box-shadow:0 10px 28px rgba(16,24,39,0.08)}.site-header-inner{width:min(100%,1200px);min-height:inherit;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;transition:min-height 180ms ease}.brand{flex:0 0 auto}.brand picture{display:block;width:130px}.brand img{width:130px;max-height:68px;height:auto;object-fit:contain}.site-nav{display:flex;align-items:center;justify-content:flex-end;gap:clamp(0.7rem,1.45vw,1.45rem);font-size:0.9rem;font-weight:600;color:var(--color-muted)}.nav-link{position:relative;display:inline-block;padding:0.45rem 0;transition:color 180ms ease,background 180ms ease,border-color 180ms ease}.nav-link::after{content:"";position:absolute;right:0;bottom:0.18rem;left:0;height:2px;background:var(--color-accent);transform:scaleX(0);transform-origin:left;transition:transform 180ms ease}.nav-link:hover,.nav-link.active{color:var(--color-ink)}.nav-link.active{font-weight:700}.nav-link.active::after,.nav-link:hover::after{transform:scaleX(1)}.nav-cta{margin-left:clamp(0.15rem,0.7vw,0.55rem);padding:0.52rem 0.9rem;border:1px solid rgba(184,150,97,0.55);border-radius:999px;color:var(--color-ink);background:rgba(184,150,97,0.12)}.nav-cta::after{display:none}.nav-cta:hover,.nav-cta.active{border-color:var(--color-accent);background:var(--color-accent);color:var(--color-white)}.nav-toggle{display:none;width:44px;height:44px;border:1px solid var(--color-line);border-radius:999px;background:var(--color-paper-soft);cursor:pointer}.nav-toggle span{display:block;width:18px;height:1px;margin:5px auto;background:var(--color-ink);transition:transform 180ms ease,opacity 180ms ease}.hero{position:relative;display:grid;grid-template-columns:minmax(370px,1fr) minmax(480px,1fr);gap:clamp(1.25rem,2.6vw,3.2rem);align-items:center;overflow:hidden;padding:clamp(2rem,3.8vw,3.7rem) var(--space-page) 0;border-bottom:1px solid var(--color-line)}.hero-copy{z-index:2;max-width:760px;margin-top:clamp(-2rem,-3vw,-1rem)}.hero h1,.section-heading h2,.feature-card h2,.contact h2{margin:0;color:var(--color-ink);font-family:var(--font-title);line-height:0.98}.hero h1{max-width:760px;margin-top:0;font-size:clamp(3.2rem,5vw,5.35rem);letter-spacing:0}.hero-subtitle{margin:1rem 0 0;color:#927449;font-size:clamp(1.05rem,1.45vw,1.28rem);font-weight:600}.handwritten{max-width:430px;margin:1.45rem 0 0;color:var(--color-ink);font-family:var(--font-hand);font-size:clamp(1.45rem,2vw,2rem);line-height:1.18}.handwritten::after{content:"";display:block;width:42px;height:2px;margin-top:1.1rem;background:var(--color-accent)}.hero-actions,.contact .button{margin-top:2rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem}.button{display:inline-flex;align-items:center;justify-content:center;gap:0.95rem;min-height:52px;padding:0 1.6rem;border:1px solid var(--color-ink);border-radius:4px;font-weight:700;transition:transform 180ms ease,background 180ms ease,border-color 180ms ease}.button::after{content:"\2192";color:currentColor;font-weight:600;transform:translateY(-1px);transition:transform 180ms ease}.button:hover{transform:translateY(-2px)}.button:hover::after{transform:translate(3px,-1px)}.button-primary{color:var(--color-white);background:var(--color-ink)}.button-secondary{color:var(--color-ink);background:rgba(255,255,255,0.52)}.hero-portrait{position:relative;isolation:isolate;align-self:center;display:grid;justify-items:end;margin-top:clamp(0.5rem,1.6vw,1.6rem);transform:translateX(clamp(-7rem,-5.6vw,-2.8rem))}.hero-portrait img{width:min(760px,100%);height:auto;max-width:none;margin-left:auto;object-fit:contain;filter:grayscale(0) contrast(1.03)}.values{width:min(calc(100% - (var(--space-page) * 2)),1280px);max-width:1280px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin:clamp(2rem,4vw,3rem) auto 0;padding:clamp(1.7rem,3vw,2.35rem) 0;border:1px solid var(--color-line);border-radius:var(--radius);background:rgba(255,255,255,0.18)}.value-card{display:grid;grid-template-columns:54px 1fr;gap:1.2rem;padding:0 2rem;border-left:1px solid var(--color-line)}.value-card:first-child{border-left:0;padding-left:0}.value-card svg{width:48px;height:48px;fill:none;stroke:var(--color-accent);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.value-card h2{margin:0 0 0.3rem;color:var(--color-ink);font-size:1rem}.value-card h3{margin:0 0 0.3rem;color:var(--color-ink);font-size:1rem}.value-card p{margin:0;font-size:0.92rem}.projects,.feature-grid,.closing-note,.contact,.site-footer,.inner-hero,.about-principles,.editorial-layout,.post-list{padding-right:var(--space-page);padding-left:var(--space-page)}.projects{width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-top:clamp(2.4rem,5vw,3.25rem);padding-bottom:clamp(2.3rem,4vw,3.25rem)}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:1.5rem;margin-bottom:1.65rem}.section-heading h2{font-size:clamp(2rem,3vw,2.8rem)}.section-heading a,.feature-header a,.text-link{color:var(--color-ink);font-size:0.9rem;font-weight:700}.section-heading a::after,.feature-header a::after,.text-link::after{content:" ->";color:var(--color-accent)}.project-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(1.15rem,2vw,1.65rem)}.project-card{min-width:0;padding-bottom:0;border-bottom:0;transition:transform 180ms ease,border-color 180ms ease}.project-card:hover{transform:translateY(-4px);border-color:rgba(184,150,97,0.7)}.project-cover{position:relative;display:block;overflow:hidden;aspect-ratio:1.44;border:1px solid var(--color-line);border-radius:6px;background:var(--color-accent-soft)}.project-card img{width:100%;height:100%;object-fit:cover;transition:transform 220ms ease}.project-cover picture{display:block;position:absolute;inset:0;width:100%;height:100%}.project-cover picture img{width:100%;height:100%;object-fit:cover}.project-cover:hover img{transform:scale(1.025)}.project-cover-copy{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:center;padding:clamp(1.1rem,2vw,1.65rem);color:var(--color-ink);pointer-events:none}.project-cover-title{max-width:10.5rem;font-family:var(--font-title);font-size:clamp(1.02rem,1.35vw,1.34rem);font-weight:700;line-height:1.04}.project-cover-tag{margin-top:0.55rem;font-size:0.68rem;font-weight:400;line-height:1}.project-card h3{margin:0.8rem 0 0.35rem;color:var(--color-ink);font-size:1rem}.project-card p{margin:0;font-size:0.9rem;line-height:1.62}.project-card>span{display:block;margin-top:1rem;color:var(--color-ink);font-size:0.88rem}.archive{padding-top:0}.archive-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.5rem,3vw,2.4rem)}.archive-grid .project-card{padding:0 0 1.5rem}.archive-grid .text-link{display:inline-block;margin-top:1rem}.projects-page-hero,.projects-showcase,.portfolio-callout{width:min(100%,1240px);max-width:1240px;margin:0 auto;padding-right:var(--space-page);padding-left:var(--space-page)}.projects-page-hero{position:relative;display:grid;grid-template-columns:minmax(380px,0.78fr) minmax(430px,0.9fr);gap:clamp(2rem,5vw,5.6rem);align-items:start;padding-top:clamp(3.2rem,5vw,4.4rem);padding-bottom:clamp(2rem,3.5vw,3rem);overflow:hidden}.projects-page-hero-copy{position:relative;z-index:2;min-width:0}.projects-page-hero .quote-kicker{margin:0;color:var(--color-accent);font-size:0.86rem;font-weight:800;letter-spacing:0.16em;line-height:1.3;text-transform:uppercase}.projects-page-hero h1{max-width:100%;margin:1rem 0 0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(4.7rem,7vw,6.25rem);line-height:0.98;overflow-wrap:break-word}.projects-page-hero .inner-lead{max-width:570px;margin-top:1.45rem;font-size:clamp(1.06rem,1.45vw,1.25rem);line-height:1.66}.projects-page-hero-media{position:relative;justify-self:start;width:min(590px,104%);margin:clamp(-1.2rem,-1.5vw,-0.5rem) 0 0;isolation:isolate;opacity:0.94;transform:translateX(clamp(-1.5rem,-2vw,-0.6rem))}.projects-page-hero-media img{width:100%;height:auto;object-fit:contain}.projects-showcase{padding-top:0;padding-bottom:clamp(1.2rem,2.6vw,2rem)}.projects-section-title{display:flex;align-items:center;gap:1rem;margin-bottom:clamp(1.1rem,2vw,1.6rem)}.projects-section-icon{display:inline-grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border:1px solid rgba(184,150,97,0.42);border-radius:50%;color:var(--color-accent);background:rgba(255,255,255,0.24)}.projects-section-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.projects-section-title h2{margin:0;color:var(--color-ink);font-size:0.92rem;font-weight:800;letter-spacing:0.14em;text-transform:uppercase}.projects-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2vw,1.55rem)}.projects-work-card{width:100%;min-width:0;overflow:hidden;border:1px solid rgba(16,24,39,0.12);border-radius:var(--radius);background:rgba(255,255,255,0.5);box-shadow:none;transition:transform 180ms ease,border-color 180ms ease,box-shadow 180ms ease}.projects-work-card:hover{transform:translateY(-4px);border-color:rgba(184,150,97,0.58);box-shadow:0 16px 34px rgba(16,24,39,0.08)}.projects-work-image{position:relative;display:block;overflow:hidden;background:var(--color-accent-soft)}.projects-work-image img{width:100%;height:clamp(220px,16.5vw,260px);object-fit:cover;object-position:center;transition:transform 240ms ease}.projects-work-image picture{display:block;width:100%;height:100%}.projects-work-card:hover .projects-work-image img{transform:scale(1.025)}.projects-work-image span{position:absolute;top:1rem;right:1rem;left:auto;max-width:calc(100% - 1.7rem);padding:0.45rem 0.75rem;border:0;border-radius:999px;color:var(--color-white);background:#b58a3f;font-size:0.74rem;font-weight:800;line-height:1.1;box-shadow:0 8px 18px rgba(16,24,39,0.12)}.projects-work-copy{display:flex;min-height:355px;flex-direction:column;padding:clamp(1.15rem,2vw,1.55rem)}.projects-work-copy h3{margin:0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.45rem,1.9vw,1.85rem);line-height:1.02}.projects-work-copy p{margin:0.78rem 0 0;color:var(--color-text);font-size:0.92rem;line-height:1.6}.project-type{color:#1f5e9e !important;font-size:0.98rem !important;font-weight:500;line-height:1.35 !important}.project-role,.area-tags{display:grid;grid-template-columns:28px 1fr;gap:0.7rem;align-items:start;margin-top:auto !important;padding-top:1.25rem;color:var(--color-text);font-size:0.78rem !important;line-height:1.45 !important}.project-role svg,.area-tags svg{width:24px;height:24px;fill:none;stroke:var(--color-accent);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.project-publications{margin-top:1.25rem !important;font-size:0.9rem !important;line-height:1.5 !important}.project-publications strong{color:var(--color-ink)}.project-button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;width:fit-content;min-height:50px;margin-top:1.15rem;padding:0 1.25rem;border:1px solid var(--color-ink);border-radius:4px;color:var(--color-white);background:var(--color-ink);font-weight:800;transition:transform 180ms ease,background 180ms ease,color 180ms ease}.project-button::after{content:"\2192";color:currentColor;font-weight:700}.project-button:hover{color:var(--color-ink);background:rgba(255,255,255,0.75);transform:translateY(-2px)}.projects-areas{padding-top:clamp(0.4rem,1vw,0.8rem)}.projects-areas .projects-work-image span{right:auto;left:1rem;color:var(--color-white);background:rgba(16,24,39,0.42);box-shadow:none}.projects-areas .projects-work-copy{min-height:265px}.portfolio-callout{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(270px,auto);gap:clamp(1.4rem,3vw,3rem);align-items:center;margin-top:clamp(0.2rem,1vw,0.6rem);margin-bottom:0;padding-top:clamp(1.15rem,2vw,1.55rem);padding-bottom:clamp(1.15rem,2vw,1.55rem);border:1px solid var(--color-line);border-radius:var(--radius);background:rgba(255,255,255,0.28)}.portfolio-icon{display:inline-grid;width:clamp(76px,9vw,118px);height:clamp(76px,9vw,118px);place-items:center;color:var(--color-ink);background:transparent}.portfolio-icon svg{width:100%;height:100%;fill:rgba(255,255,255,0.22);stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.portfolio-callout h2{margin:0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.55rem,2.5vw,2rem);line-height:1.18}.portfolio-callout p{max-width:700px;margin:0.45rem 0 0;line-height:1.55}.portfolio-button{display:inline-flex;align-items:center;justify-content:center;gap:0.85rem;width:100%;min-height:58px;padding:0 1.35rem;border:1px solid var(--color-ink);border-radius:4px;color:var(--color-white);background:var(--color-ink);font-weight:800;white-space:nowrap;transition:transform 180ms ease,background 180ms ease,color 180ms ease}.portfolio-button svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.portfolio-button:hover{color:var(--color-ink);background:rgba(255,255,255,0.72);transform:translateY(-2px)}.portfolio-action{display:grid;gap:0.65rem}.portfolio-action p{margin:0;color:var(--color-muted);font-size:0.78rem;text-align:center}.feature-grid{width:min(100%,1280px);max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1rem,1.8vw,1.55rem);padding-bottom:clamp(1.5rem,3vw,2.2rem)}.feature-card{min-height:454px;padding:clamp(1.35rem,2.1vw,1.8rem);border:1px solid rgba(16,24,39,0.09);border-radius:var(--radius);background:rgba(255,255,255,0.16)}.feature-card.warm{background:rgba(255,255,255,0.12)}.about-card{background:rgba(255,255,255,0.12)}.feature-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.1rem}.feature-card h2{font-size:clamp(1.45rem,1.8vw,1.85rem);line-height:1.05}.entry-list,.resource-list{display:grid;gap:1.05rem;margin:0 0 1.5rem;padding:0;list-style:none}.entry-list li{padding-left:1.25rem;border-left:2px solid rgba(184,150,97,0.45);color:var(--color-ink);font-weight:700}.entry-list a{display:grid;gap:0.35rem;color:inherit}.entry-list time,.entry-list em{color:var(--color-muted);font-size:0.82rem;font-weight:500;font-style:normal;line-height:1.45}.entry-list em{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.entry-status{color:var(--color-muted);font-weight:600}.feature-intro{margin:0 0 1.15rem;font-size:0.92rem;line-height:1.55}.resource-list li{display:grid;grid-template-columns:38px 1fr;gap:0.85rem;align-items:start;color:var(--color-ink)}.resource-icon{display:inline-grid;width:30px;height:30px;place-items:center;border:1px solid rgba(184,150,97,0.55);border-radius:8px;color:var(--color-accent)}.resource-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.resource-list strong,.resource-list b,.resource-list em{display:block}.resource-list strong{font-size:0.9rem;line-height:1.25}.resource-list b{color:var(--color-ink);font-size:0.9rem;line-height:1.35}.resource-list em{color:var(--color-muted);font-size:0.85rem;font-weight:400;font-style:normal;line-height:1.45}.about-content{display:block}.journey-image{width:100%;aspect-ratio:1.95;margin-bottom:1.25rem;border:1px solid rgba(16,24,39,0.07);border-radius:6px;object-fit:cover;object-position:48% 46%}.about-content p{margin:0 0 1.05rem;font-size:0.95rem;line-height:1.65}.signature{color:var(--color-ink);font-family:var(--font-hand);font-size:1.8rem;line-height:1.05}.closing-note{display:block;align-items:center;width:min(100%,1280px);max-width:1280px;margin:0 auto clamp(1.2rem,2vw,1.8rem);padding-top:clamp(1.25rem,2vw,1.7rem);padding-bottom:clamp(1.25rem,2vw,1.7rem);border:1px solid var(--color-line);border-radius:4px;background:rgba(255,255,255,0.13)}.closing-note p{max-width:760px;margin:0;color:var(--color-ink);font-family:var(--font-hand);font-size:clamp(1.65rem,2.8vw,2.3rem);line-height:1.15}.closing-note p:first-child{position:relative;padding-left:clamp(4.2rem,9vw,8rem)}.closing-note p:first-child::before{content:"\"";position:absolute;left:clamp(0.8rem,2vw,1.6rem);top:-0.35em;color:rgba(184,150,97,0.5);font-family:var(--font-title);font-size:clamp(4rem,8vw,6.5rem);line-height:1}.closing-note .signature{display:grid;grid-template-columns:1fr;gap:1rem;align-items:start;max-width:none;padding-left:clamp(1rem,3vw,3rem);border-left:1px solid var(--color-line);font-family:var(--font-body);font-size:clamp(0.98rem,1.5vw,1.18rem);line-height:1.2}.closing-note .signature::before{content:"";width:42px;height:2px;background:var(--color-accent)}.site-footer{display:grid;color:var(--color-muted);border-top:0;background:rgba(255,255,255,0.2)}.footer-contact{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.72fr);gap:clamp(2rem,5vw,5rem);align-items:end;padding:clamp(1.2rem,2.6vw,2rem) 0;border-bottom:1px solid var(--color-line)}.footer-kicker{margin:0 0 0.75rem;color:var(--color-accent);font-size:0.78rem;font-weight:700;letter-spacing:0.08em;text-transform:uppercase}.footer-contact h2{margin:0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(2.1rem,4vw,3.5rem);line-height:0.98}.footer-contact-copy p:not(.footer-kicker){max-width:620px;margin:1.2rem 0 0;color:var(--color-text)}.footer-email{display:inline-flex;align-items:center;justify-content:center;gap:0.95rem;min-height:52px;padding:0 1.4rem;margin-top:1.5rem;border:1px solid var(--color-ink);border-radius:4px;color:var(--color-white);background:var(--color-ink);font-size:1rem;font-weight:700;transition:transform 180ms ease,background 180ms ease,color 180ms ease}.footer-email::after{content:"\2192";font-weight:600;transform:translateY(-1px);transition:transform 180ms ease}.footer-email:hover,.social-link:hover,.social-icon-link:hover,.footer-legal a:hover{color:var(--color-ink)}.footer-email:hover{color:var(--color-ink);background:rgba(255,255,255,0.72);transform:translateY(-2px)}.footer-email:hover::after{transform:translate(3px,-1px)}.footer-social{display:grid;justify-items:start;gap:1.2rem}.social-primary{display:flex;flex-wrap:wrap;gap:0.85rem}.social-link,.social-icon-link{transition:transform 180ms ease,border-color 180ms ease,background 180ms ease,color 180ms ease}.social-link-featured{display:inline-flex;align-items:center;gap:0.85rem;min-height:56px;padding:0 1.25rem;border:1px solid rgba(16,24,39,0.26);border-radius:4px;color:var(--color-ink);background:rgba(251,250,246,0.72);font-weight:700}.social-link-featured:hover,.social-icon-link:hover{border-color:var(--color-ink);background:rgba(255,255,255,0.72);transform:translateY(-2px)}.social-logo{width:30px;height:30px;flex:0 0 auto;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.social-link-featured .social-logo{width:32px;height:32px}.social-logo-linkedin path,.social-logo-facebook path,.social-logo-x path,.social-logo-bluesky path{stroke:none}.social-logo-instagram{fill:none}.social-logo-instagram rect,.social-logo-instagram circle{fill:none}.social-secondary{display:flex;gap:0.9rem}.social-icon-link{display:inline-grid;width:52px;height:52px;place-items:center;border:1px solid rgba(16,24,39,0.14);border-radius:50%;color:var(--color-ink);background:rgba(251,250,246,0.28);font-weight:800;line-height:1}.social-icon-link .social-logo{width:32px;height:32px}.social-logo-facebook{padding:2px;border-radius:50%;color:var(--color-white);background:var(--color-ink)}.footer-social address{color:var(--color-muted);font-style:normal}.footer-legal{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.2rem 0;font-size:0.84rem}.footer-legal p{margin:0}.footer-legal nav{display:flex;gap:1.5rem}.inner-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,0.58fr);gap:clamp(2.5rem,8vw,8rem);align-items:center;width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-top:clamp(4rem,7vw,6.5rem);padding-bottom:clamp(2.2rem,5vw,4.5rem)}body[data-page="sobre-mi"] .inner-hero{padding-top:clamp(2.4rem,4.4vw,4rem)}body[data-page="jagecreative"] .inner-hero{padding-top:clamp(2.4rem,4.4vw,4rem)}.inner-hero>*,.editorial-layout>*,.about-principles>*,.closing-note>*{min-width:0}.inner-hero::after{content:"";position:absolute;z-index:-1;right:clamp(18rem,36vw,33rem);top:29%;width:clamp(160px,19vw,260px);aspect-ratio:1;border-radius:50%;background:rgba(184,150,97,0.12)}.inner-hero.compact{grid-template-columns:minmax(0,860px)}.inner-hero h1{margin:1.05rem 0 0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(4rem,8.2vw,7rem);line-height:0.98}.inner-lead{max-width:680px;margin:1.65rem 0 0;color:var(--color-text);font-size:clamp(1.1rem,2vw,1.45rem)}.inner-hero-copy::after{content:"";display:block;width:58px;height:2px;margin-top:2rem;background:var(--color-accent)}.jage-hero{grid-template-columns:minmax(360px,0.82fr) minmax(520px,0.9fr);gap:clamp(2rem,4vw,4.5rem)}.jage-hero .quote-kicker{margin-bottom:0.85rem;font-size:clamp(0.98rem,1.2vw,1.15rem)}.jage-hero h1{max-width:720px;margin-top:0.85rem;font-size:clamp(3rem,5.8vw,5.65rem)}.jage-hero .inner-lead{max-width:720px;margin-top:1.15rem;font-size:clamp(1.02rem,1.45vw,1.22rem);line-height:1.65}.jage-hero .claim{margin-top:1.35rem;font-size:clamp(1.35rem,1.65vw,1.7rem)}.inner-portrait,.brand-panel{position:relative;margin:0;isolation:isolate}.inner-portrait{justify-self:end;width:min(100%,470px)}.inner-portrait::before,.brand-panel::before{content:"";position:absolute;z-index:-1;width:70%;aspect-ratio:1;left:-12%;top:18%;border-radius:50%;background:rgba(184,150,97,0.16)}.inner-portrait img{width:100%;height:auto;aspect-ratio:1;border:1px solid rgba(184,150,97,0.38);border-radius:16px;object-fit:cover;box-shadow:0 24px 70px rgba(16,24,39,0.06)}.brand-panel img{width:100%;border:1px solid var(--color-line);border-radius:var(--radius);object-fit:cover;filter:grayscale(1)}.brand-panel img{aspect-ratio:1}.inner-portrait picture,.brand-panel picture,.feature-card picture{display:block}.brand-video-panel{align-self:center}.video-shell{position:relative;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius);background:var(--color-accent-soft);box-shadow:var(--shadow-soft)}.brand-video{display:block;width:100%;aspect-ratio:16 / 9;background:var(--color-accent-soft);object-fit:cover}.video-controls{position:absolute;right:0;bottom:0;left:0;display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:0.65rem;align-items:center;padding:0.75rem;color:var(--color-white);background:linear-gradient(180deg,transparent,rgba(16,24,39,0.82));opacity:0;transform:translateY(8px);transition:opacity 180ms ease,transform 180ms ease}.video-shell:hover .video-controls,.video-shell:focus-within .video-controls,.video-shell.is-paused .video-controls{opacity:1;transform:translateY(0)}.video-control-button{display:inline-grid;width:42px;height:38px;place-items:center;border:1px solid rgba(255,255,255,0.36);border-radius:4px;color:var(--color-white);background:rgba(16,24,39,0.58);font:inherit;cursor:pointer}.video-control-button:hover{background:rgba(16,24,39,0.82)}.video-icon{width:19px;height:19px;fill:currentColor;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.video-icon-sound,.video-icon-muted,.video-icon-pause,.video-icon-fullscreen{fill:none}.video-icon-pause{stroke-width:2.6}.video-icon-play,.video-control-button[data-state="playing"] .video-icon-pause,.video-control-button[data-state="sound"] .video-icon-sound,.video-control-button[data-state="muted"] .video-icon-muted{display:block}.video-icon-pause,.video-icon-muted,.video-icon-sound,.video-control-button[data-state="playing"] .video-icon-play,.video-control-button[data-state="sound"] .video-icon-muted,.video-control-button[data-state="muted"] .video-icon-sound{display:none}.video-progress{width:100%;accent-color:var(--color-accent);cursor:pointer}.claim{margin-top:1.5rem}.editorial-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-top:0;padding-bottom:0;border:1px solid var(--color-line)}.text-block{min-height:360px;padding:clamp(2rem,3.5vw,3.4rem);border:0;background:transparent}.text-block:nth-child(odd){border-right:1px solid var(--color-line)}.text-block:nth-child(-n+2){border-bottom:1px solid var(--color-line)}.text-block.wide{grid-column:span 2}.text-block h2,.post-card h2{margin:0 0 1rem;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.5rem,2vw,2rem);line-height:1.05}.text-block p,.editorial-cards p{margin:0 0 1rem}.text-block-icon{display:inline-grid;place-items:center;width:64px;height:64px;margin-bottom:1.5rem;border:1px solid rgba(184,150,97,0.42);border-radius:50%;color:var(--color-accent);background:rgba(255,255,255,0.24)}.text-block-icon svg{width:34px;height:34px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.text-block-quote{position:relative;display:flex;flex-direction:column;justify-content:center;overflow:hidden;border-color:transparent;padding-left:clamp(2rem,4vw,3.5rem);background:rgba(244,237,225,0.46)}.text-block-quote .quote-mark{position:absolute;top:clamp(1rem,2vw,1.6rem);left:clamp(1.4rem,3vw,2.3rem);color:rgba(184,150,97,0.28);font-family:var(--font-title);font-size:clamp(4rem,8vw,6.5rem);line-height:0.8}.text-block-quote .quote-title{position:relative;max-width:560px;margin:0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.75rem,3vw,3rem);font-weight:700;line-height:1.05}.text-block-quote .quote-title::after{content:"";display:block;width:42px;height:2px;margin:1.25rem 0 1rem;background:var(--color-accent)}.text-block-quote p:not(.quote-title){max-width:520px;margin:0;color:var(--color-text);font-size:clamp(1rem,1.25vw,1.15rem);line-height:1.55}.values-inner{border-top:0}.about-principles{width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-top:clamp(2.4rem,5vw,4rem);padding-bottom:clamp(2rem,4vw,3rem)}.about-principles h2{margin:0 0 1.7rem;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.6rem,2.6vw,2rem);line-height:1.05}.about-principles h2::after{content:"";display:block;width:36px;height:2px;margin-top:0.9rem;background:var(--color-accent)}.about-principles .values{padding:0;border-bottom:0;background:transparent}.editorial-cards{padding-top:clamp(3rem,6vw,5rem)}.editorial-cards .feature-card{display:flex;flex-direction:column;min-height:260px}.feature-card-image{width:min(100%,260px);max-height:220px;margin:auto auto 0;object-fit:contain}.post-list{display:grid;gap:1.5rem;padding-top:clamp(3rem,6vw,5rem);padding-bottom:clamp(3rem,6vw,5rem)}.post-card{display:grid;grid-template-columns:minmax(180px,0.35fr) minmax(0,1fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:center;padding:clamp(1.25rem,3vw,2rem);border:1px solid var(--color-line);border-radius:var(--radius);background:rgba(255,255,255,0.24);transition:transform 180ms ease,border-color 180ms ease}.post-card:hover{transform:translateY(-3px);border-color:rgba(184,150,97,0.7)}.post-card img{width:100%;aspect-ratio:1.25;object-fit:cover;border-radius:6px;filter:grayscale(0.2)}.meta{margin:0 0 0.55rem;color:var(--color-accent);font-size:0.86rem;font-weight:700}.sitemap-page{padding-bottom:clamp(2.5rem,5vw,4rem)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.sitemap-hero,.sitemap-chart,.sitemap-legal-panel{width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-right:var(--space-page);padding-left:var(--space-page)}.sitemap-hero{position:relative;display:grid;grid-template-columns:minmax(0,0.9fr) minmax(330px,0.78fr);gap:clamp(2rem,7vw,7rem);align-items:center;padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(2rem,4vw,3.4rem)}.sitemap-hero .quote-kicker,.projects-page-hero .quote-kicker{margin:0;color:var(--color-accent);font-size:0.86rem;font-weight:800;letter-spacing:0.16em;line-height:1.3;text-transform:uppercase}.sitemap-hero h1{margin:1rem 0 0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(4.3rem,7vw,5.75rem);line-height:0.98;white-space:nowrap}.sitemap-hero .inner-lead{max-width:620px;margin-top:1.35rem;font-size:clamp(1.08rem,1.5vw,1.28rem);line-height:1.72}.sitemap-updated{display:inline-flex;align-items:center;gap:0.85rem;margin:2.1rem 0 0;color:var(--color-ink);font-size:0.9rem;font-weight:700}.sitemap-updated span,.sitemap-legal-copy>span{display:inline-grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border:1px solid rgba(184,150,97,0.36);border-radius:50%;color:var(--color-accent);background:rgba(255,255,255,0.42)}.sitemap-updated svg,.sitemap-legal-copy>span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.sitemap-hero-graphic{position:relative;min-height:330px;isolation:isolate}.sitemap-hero-graphic::before,.sitemap-hero-graphic::after{content:"";position:absolute;right:0;width:min(440px,80%);height:1px;background:rgba(184,150,97,0.2);transform:rotate(-34deg)}.sitemap-hero-graphic::before{top:34%}.sitemap-hero-graphic::after{top:66%;right:4rem}.sitemap-orbit{position:absolute;top:50%;left:46%;display:grid;width:clamp(210px,23vw,280px);aspect-ratio:1;place-items:center;border-radius:50%;background:rgba(234,223,203,0.44);transform:translate(-50%,-50%)}.sitemap-orbit svg{width:140px;height:140px;fill:none;stroke:var(--color-accent);stroke-width:2.4;stroke-linecap:round;stroke-linejoin:round}.sitemap-hero-graphic>span{position:absolute;width:34px;height:34px;border:1px solid rgba(184,150,97,0.24);background:rgba(255,255,255,0.34)}.sitemap-hero-graphic>span:nth-of-type(1){top:15%;right:18%}.sitemap-hero-graphic>span:nth-of-type(2){top:42%;right:10%}.sitemap-hero-graphic>span:nth-of-type(3){top:62%;right:22%}.sitemap-chart{padding-top:clamp(1rem,3vw,2rem)}.sitemap-root{position:relative;width:min(260px,100%);margin:0 auto}.sitemap-root::after{content:"";position:absolute;top:100%;left:50%;width:1px;height:58px;background:rgba(184,150,97,0.34)}.sitemap-node{display:block;min-width:0;border:1px solid rgba(184,150,97,0.44);border-radius:var(--radius);background:rgba(255,255,255,0.34);box-shadow:0 12px 32px rgba(16,24,39,0.035)}.sitemap-node:hover,.sitemap-branch li a:hover,.sitemap-legal-links a:hover{border-color:rgba(184,150,97,0.76);background:rgba(255,255,255,0.62)}.sitemap-node a,a.sitemap-node{display:grid;justify-items:center;padding:1.05rem;text-align:center}.sitemap-node-icon{display:inline-grid;width:42px;height:42px;place-items:center;color:var(--color-accent)}.sitemap-node-icon svg{width:36px;height:36px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sitemap-script-icon{font-family:var(--font-hand);font-size:3rem;line-height:0.8}.sitemap-node strong,.sitemap-branch li strong,.sitemap-contact-note strong,.sitemap-legal-links strong{color:var(--color-ink)}.sitemap-node strong{margin-top:0.35rem;font-size:0.98rem;min-width:0;overflow-wrap:anywhere}.sitemap-node em{max-width:13rem;margin-top:0.55rem;color:var(--color-text);font-size:0.78rem;font-style:normal;line-height:1.45;min-width:0;overflow-wrap:anywhere}.sitemap-branches{position:relative;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(0.9rem,1.4vw,1.35rem);align-items:start;margin-top:58px}.sitemap-branches::before{content:"";position:absolute;top:-28px;right:calc((100% / 12) - 0.25rem);left:calc((100% / 12) - 0.25rem);height:1px;background:rgba(184,150,97,0.34)}.sitemap-branch{position:relative;display:grid;gap:1rem}.sitemap-branch::before{content:"";position:absolute;top:-28px;left:50%;width:1px;height:28px;background:rgba(184,150,97,0.34)}.sitemap-branch>ul{position:relative;display:grid;gap:0.75rem;margin:0;padding:0.8rem;border:1px solid rgba(16,24,39,0.08);border-radius:var(--radius);background:rgba(255,255,255,0.2);list-style:none}.sitemap-branch>ul::before{content:"";position:absolute;top:-1rem;left:50%;width:1px;height:1rem;background:rgba(184,150,97,0.34)}.sitemap-branch li a{display:grid;min-height:42px;place-items:center;padding:0.65rem 0.7rem;border:1px solid rgba(16,24,39,0.08);border-radius:7px;background:rgba(255,255,255,0.36);color:var(--color-text);font-size:0.78rem;font-weight:600;line-height:1.28;text-align:center;transition:background 180ms ease,border-color 180ms ease,transform 180ms ease}.sitemap-branch li a:hover{transform:translateY(-2px)}.sitemap-branch li span{display:block;margin-top:0.18rem;color:var(--color-text);font-size:0.72rem;font-weight:500}.sitemap-contact-note{display:grid;grid-template-columns:28px 1fr;gap:0.75rem;align-items:start;padding:1rem;border-radius:var(--radius);background:rgba(244,237,225,0.58)}.sitemap-contact-note span{color:var(--color-accent)}.sitemap-contact-note svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.sitemap-contact-note p{grid-column:2;margin:-0.2rem 0 0;font-size:0.78rem;line-height:1.45}.sitemap-legal-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,0.35fr);gap:clamp(1.5rem,3vw,2.5rem);align-items:center;margin-top:clamp(2.4rem,5vw,4rem);padding-top:clamp(1.25rem,2vw,1.65rem);padding-bottom:clamp(1.25rem,2vw,1.65rem);border:1px solid rgba(16,24,39,0.08);border-radius:var(--radius);background:rgba(244,237,225,0.48)}.sitemap-legal-copy{display:grid;grid-template-columns:54px 1fr;gap:1.2rem;align-items:start}.sitemap-legal-copy h2,.sitemap-legend h3{margin:0;color:var(--color-ink);font-size:1rem}.sitemap-legal-copy p{margin:0.25rem 0 0;font-size:0.86rem}.sitemap-legal-links{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0.85rem;margin-top:1rem}.sitemap-legal-links a{min-width:0;padding:0.85rem;border:1px solid rgba(16,24,39,0.07);border-radius:7px;background:rgba(255,255,255,0.42);transition:border-color 180ms ease,background 180ms ease}.sitemap-legal-links span{display:block;margin-top:0.25rem;color:var(--color-text);font-size:0.76rem;line-height:1.35}.sitemap-legend{display:grid;gap:0.6rem;padding-left:clamp(1rem,2vw,2rem);border-left:1px solid rgba(16,24,39,0.08)}.sitemap-legend p{display:grid;grid-template-columns:46px 1fr;gap:0.75rem;align-items:center;margin:0;font-size:0.78rem}.sitemap-legend span{display:block;width:34px;height:22px;border-radius:4px;background:rgba(255,255,255,0.36)}.legend-main{border:1px solid rgba(184,150,97,0.6)}.legend-secondary{border:1px solid rgba(16,24,39,0.13)}.legend-info{border:1px solid rgba(16,24,39,0.08)}.legal-page{padding-bottom:clamp(2.5rem,5vw,4rem)}.legal-notice-page{padding-bottom:clamp(2.8rem,5vw,4.4rem)}.legal-notice-hero,.legal-notice-layout,.legal-policy-callout{width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-right:var(--space-page);padding-left:var(--space-page)}.legal-notice-hero{position:relative;display:grid;grid-template-columns:minmax(0,0.92fr) minmax(340px,0.78fr);gap:clamp(1.5rem,5vw,5rem);align-items:center;min-height:clamp(390px,48vw,560px);overflow:hidden;padding-top:clamp(3rem,5.6vw,5rem);padding-bottom:clamp(2.2rem,4.5vw,4rem)}.legal-notice-hero .quote-kicker{margin:0;color:var(--color-accent);font-size:0.86rem;font-weight:800;letter-spacing:0.16em;line-height:1.3;text-transform:uppercase}.legal-notice-hero h1{max-width:780px;margin:1rem 0 0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(4.3rem,8vw,7.2rem);line-height:0.95}.legal-notice-hero .inner-lead{max-width:640px;margin-top:1.35rem;font-size:clamp(1.06rem,1.55vw,1.28rem);line-height:1.72}.legal-updated{display:inline-flex;align-items:center;gap:0.85rem;margin:clamp(1.6rem,3vw,2.2rem) 0 0;color:var(--color-ink);font-size:0.92rem;font-weight:700}.legal-updated span{display:inline-grid;width:34px;height:34px;place-items:center;border-radius:50%;color:var(--color-accent);background:rgba(184,150,97,0.12)}.legal-updated svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.legal-hero-mark{position:relative;justify-self:center;width:min(420px,100%);color:rgba(184,150,97,0.68)}.legal-hero-mark::before{content:"";position:absolute;inset:17% 12%;border-radius:50%;background:rgba(234,223,203,0.48)}.legal-hero-mark svg{position:relative;width:100%;height:auto;fill:none;stroke:currentColor;stroke-width:1.35;stroke-linecap:round;stroke-linejoin:round}.legal-hero-mark circle{fill:rgba(234,223,203,0.42);stroke:none}.legal-notice-layout{display:grid;grid-template-columns:minmax(220px,300px) minmax(0,1fr);gap:clamp(1.8rem,4vw,3rem);align-items:start}.legal-index{position:sticky;top:calc(var(--header-height)+1.5rem);min-width:0;padding:clamp(1.25rem,2vw,1.6rem);border:1px solid rgba(16,24,39,0.1);border-radius:var(--radius);background:rgba(255,255,255,0.24)}.legal-index h2,.legal-important h3,.legal-policy-callout h2{margin:0;color:var(--color-ink)}.legal-index h2{font-size:1.04rem;line-height:1.25}.legal-index ol{display:grid;gap:0.72rem;margin:1.35rem 0 0;padding:0;list-style:none;counter-reset:legal-index}.legal-index li{counter-increment:legal-index;display:grid;grid-template-columns:1.4rem 1fr;gap:0.55rem;align-items:start;color:var(--color-text);font-size:0.86rem;line-height:1.45}.legal-index li::before{content:counter(legal-index) ".";color:var(--color-accent);font-weight:800}.legal-index a{transition:color 180ms ease}.legal-index a:hover{color:var(--color-ink)}.legal-important{display:grid;grid-template-columns:28px 1fr;gap:0.8rem;min-width:0;margin-top:clamp(2rem,4vw,3.5rem);padding:1rem;border:1px solid rgba(184,150,97,0.18);border-radius:var(--radius);background:rgba(244,237,225,0.42)}.legal-important svg{width:26px;height:26px;fill:none;stroke:var(--color-accent);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.legal-important p{grid-column:1 / -1;margin:0;font-size:0.84rem;line-height:1.6;overflow-wrap:anywhere}.legal-article-list{min-width:0}.legal-section{display:grid;grid-template-columns:64px minmax(0,1fr);gap:clamp(1.2rem,2.8vw,2rem);padding:clamp(1.65rem,3.8vw,2.4rem) 0;border-top:1px solid var(--color-line);scroll-margin-top:calc(var(--header-height)+24px)}.legal-section:first-child{padding-top:1.2rem}.legal-section-icon{display:inline-grid;width:54px;height:54px;place-items:center;color:var(--color-accent)}.legal-section-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.45;stroke-linecap:round;stroke-linejoin:round}.legal-section h2{margin:0 0 0.85rem;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.72rem,3vw,2.25rem);line-height:1.05;overflow-wrap:anywhere}.legal-section h3{margin:1.35rem 0 0.55rem;color:var(--color-ink);font-size:0.98rem}.legal-section p,.legal-section li,.legal-section dd{font-size:0.94rem;line-height:1.72;overflow-wrap:anywhere}.legal-section p{max-width:860px;margin:0 0 0.9rem}.legal-section a{color:var(--color-ink);font-weight:700;overflow-wrap:anywhere;word-break:break-word;text-decoration:underline;text-decoration-color:rgba(184,150,97,0.5);text-underline-offset:0.18em}.legal-section ul{display:grid;gap:0.35rem;max-width:860px;margin:0.7rem 0 1rem;padding-left:1.1rem}.legal-check-list{padding-left:0 !important;list-style:none}.legal-check-list li{position:relative;padding-left:1.6rem}.legal-check-list li::before{content:"???";position:absolute;left:0;color:var(--color-accent);font-weight:800}.legal-columns-list{grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1.6rem}.legal-fact-box{display:grid;gap:0.28rem;width:min(100%,560px);min-width:0;margin:1rem 0 1.15rem;padding:1rem 1.15rem;border:1px solid rgba(16,24,39,0.1);border-radius:var(--radius);background:rgba(244,237,225,0.48)}.legal-fact-box div{display:flex;flex-wrap:wrap;gap:0.35rem;min-width:0}.legal-fact-box dt{color:var(--color-ink);font-weight:800}.legal-fact-box dd{min-width:0;margin:0;overflow-wrap:anywhere}.privacy-data-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(0.9rem,1.8vw,1.25rem);max-width:900px;margin:1.2rem 0 1rem}.privacy-data-grid article{min-width:0;padding:clamp(1rem,1.8vw,1.25rem);border:1px solid rgba(16,24,39,0.1);border-radius:var(--radius);background:rgba(255,255,255,0.24)}.privacy-data-grid svg{width:42px;height:42px;margin-bottom:0.8rem;fill:none;stroke:var(--color-accent);stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.privacy-data-grid h3{margin-top:0;font-size:0.98rem;line-height:1.25}.privacy-data-grid p{margin-bottom:0;font-size:0.86rem;line-height:1.6}.privacy-note{display:grid;grid-template-columns:42px minmax(0,1fr);gap:0.85rem;align-items:center;padding:1rem 1.15rem;border-radius:var(--radius);background:rgba(244,237,225,0.52)}.privacy-note::before{content:"";width:40px;height:40px;border-radius:50%;background:linear-gradient(var(--color-accent),var(--color-accent)) center / 12px 2px no-repeat,radial-gradient(circle,transparent 6px,var(--color-accent) 7px,var(--color-accent) 8px,transparent 9px),rgba(184,150,97,0.18)}.privacy-closing-callout{background:rgba(238,244,252,0.72)}.cookie-policy-page{padding-bottom:clamp(2.8rem,5vw,4.4rem)}.cookie-policy-page *{min-width:0}.cookie-policy-hero,.cookie-policy-layout,.cookie-policy-consent{width:min(100%,1280px);max-width:1280px;margin:0 auto;padding-right:var(--space-page);padding-left:var(--space-page)}.cookie-policy-hero{position:relative;display:grid;grid-template-columns:minmax(0,0.92fr) minmax(340px,0.78fr);gap:clamp(2rem,7vw,7rem);align-items:center;min-height:clamp(430px,46vw,580px);padding-top:clamp(4rem,7vw,6rem);padding-bottom:clamp(2rem,4vw,3rem)}.cookie-policy-hero .quote-kicker{margin:0;color:var(--color-accent);font-size:0.86rem;font-weight:800;letter-spacing:0.16em;line-height:1.3;text-transform:uppercase}.cookie-policy-hero h1{max-width:780px;margin:1rem 0 0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(4.1rem,7vw,5.85rem);line-height:0.98}.cookie-policy-hero .inner-lead{max-width:650px;margin-top:1.35rem;font-size:clamp(1.06rem,1.55vw,1.28rem);line-height:1.75}.cookie-policy-updated{display:inline-flex;align-items:center;gap:0.85rem;margin:1.8rem 0 0;color:var(--color-ink);font-size:0.9rem;font-weight:700}.cookie-policy-updated span,.cookie-policy-consent>span{display:inline-grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:1px solid rgba(184,150,97,0.36);border-radius:50%;color:var(--color-accent);background:rgba(255,255,255,0.42)}.cookie-policy-updated svg,.cookie-policy-consent>span svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.cookie-policy-hero-mark{position:relative;min-height:330px;isolation:isolate}.cookie-policy-hero-mark::before,.cookie-policy-hero-mark::after{content:"";position:absolute;right:0;width:min(440px,80%);height:1px;background:rgba(184,150,97,0.2);transform:rotate(-34deg)}.cookie-policy-hero-mark::before{top:34%}.cookie-policy-hero-mark::after{top:66%;right:4rem}.cookie-policy-hero-mark>div{position:absolute;top:50%;left:46%;display:grid;width:clamp(210px,23vw,280px);aspect-ratio:1;place-items:center;border-radius:50%;background:rgba(234,223,203,0.44);transform:translate(-50%,-50%)}.cookie-policy-hero-mark svg{width:142px;height:142px;fill:none;stroke:var(--color-accent);stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round}.cookie-policy-hero-mark>span{position:absolute;width:34px;height:34px;border:1px solid rgba(184,150,97,0.24);background:rgba(255,255,255,0.34)}.cookie-policy-hero-mark>span:nth-of-type(1){top:15%;right:18%}.cookie-policy-hero-mark>span:nth-of-type(2){top:42%;right:10%}.cookie-policy-hero-mark>span:nth-of-type(3){top:62%;right:22%}.cookie-policy-layout{display:grid;grid-template-columns:minmax(230px,300px) minmax(0,1fr);gap:clamp(2rem,4vw,3.2rem);align-items:start}.cookie-policy-index{position:sticky;top:calc(var(--header-height)+1.4rem);width:100%;min-width:0;padding:clamp(1.25rem,2vw,1.6rem);border:1px solid rgba(16,24,39,0.08);border-radius:var(--radius);background:rgba(255,255,255,0.24)}.cookie-policy-index h2,.cookie-help-card h3{margin:0;color:var(--color-ink)}.cookie-policy-index h2{font-size:1.08rem}.cookie-policy-index ol{display:grid;gap:0.72rem;margin:1.45rem 0 0;padding:0;list-style:none;counter-reset:cookie-index}.cookie-policy-index li{counter-increment:cookie-index;display:grid;grid-template-columns:1.6rem 1fr;gap:0.55rem;color:var(--color-text);font-size:0.82rem;line-height:1.45}.cookie-policy-index li::before{content:counter(cookie-index) ".";color:var(--color-accent);font-weight:800}.cookie-policy-index a{transition:color 180ms ease}.cookie-policy-index a:hover{color:var(--color-ink)}.cookie-help-card{margin-top:clamp(2rem,4vw,3rem);padding:1rem;border-radius:var(--radius);background:rgba(244,237,225,0.58)}.cookie-help-card>span{display:inline-grid;width:34px;height:34px;place-items:center;border:1px solid rgba(184,150,97,0.42);border-radius:50%;color:var(--color-accent);font-weight:800}.cookie-help-card h3{margin-top:0.8rem}.cookie-help-card p{margin:0.65rem 0 0;font-size:0.82rem;line-height:1.6;overflow-wrap:anywhere}.cookie-help-card a{display:inline-block;margin-top:0.75rem;color:#9a6f34;font-size:0.84rem;font-weight:800;overflow-wrap:anywhere}.cookie-policy-content{width:100%;min-width:0;overflow-wrap:anywhere}.cookie-section{display:grid;grid-template-columns:56px minmax(0,1fr);gap:clamp(1rem,2.5vw,1.6rem);width:100%;padding:clamp(1.5rem,3vw,2.2rem) 0;border-bottom:1px solid var(--color-line)}.cookie-section>div{width:100%}.cookie-section:first-child{padding-top:0.5rem}.cookie-section-icon{display:inline-grid;width:46px;height:46px;place-items:center;color:var(--color-accent)}.cookie-section-icon svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.cookie-section h2{margin:0 0 1rem;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.7rem,2.8vw,2.25rem);line-height:1.08}.cookie-section p,.cookie-section dd,.cookie-section li{font-size:0.94rem;line-height:1.72}.cookie-section p{max-width:830px;margin:0 0 0.9rem}.cookie-type-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.1rem}.cookie-type-grid article{min-width:0;padding:clamp(1rem,2vw,1.3rem);border:1px solid rgba(16,24,39,0.1);border-radius:var(--radius);background:rgba(255,255,255,0.28)}.cookie-type-grid svg{width:42px;height:42px;fill:none;stroke:var(--color-accent);stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.cookie-type-grid h3{max-width:14rem;margin:0.75rem 0 0.7rem;color:var(--color-ink);font-size:1rem;line-height:1.25}.cookie-type-grid p{margin-bottom:1rem;font-size:0.86rem;line-height:1.6}.cookie-type-grid b{display:inline-flex;align-items:center;min-height:30px;padding:0 0.85rem;border:1px solid rgba(16,24,39,0.08);border-radius:999px;color:var(--color-text);background:rgba(244,237,225,0.56);font-size:0.78rem}.cookie-inline-note{display:grid;grid-template-columns:28px minmax(0,1fr) auto;gap:0.8rem;align-items:center;margin-top:1rem;padding:1rem;border-radius:var(--radius);background:rgba(244,237,225,0.52)}.cookie-table-caption{display:block;max-width:none;margin:1rem 0 0;padding:1rem 1.1rem;border-radius:var(--radius);background:rgba(244,237,225,0.52);font-size:0.82rem;line-height:1.55;overflow-wrap:normal;word-break:normal}.cookie-inline-note span{color:var(--color-accent)}.cookie-inline-note svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.cookie-inline-note p{margin-bottom:0;font-size:0.82rem;line-height:1.55}.cookie-inline-note a{color:#9a6f34;font-size:0.82rem;font-weight:800;white-space:nowrap}.cookie-inline-note a::after{content:" ->"}.cookie-fact-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.8rem;max-width:830px;margin:1rem 0 0}.cookie-fact-list div{padding:0.9rem 1rem;border:1px solid rgba(16,24,39,0.08);border-radius:var(--radius);background:rgba(255,255,255,0.24)}.cookie-fact-list dt{color:var(--color-ink);font-size:0.8rem;font-weight:800}.cookie-fact-list dd{margin:0.25rem 0 0;font-size:0.84rem;line-height:1.45}.cookie-policy-table{display:grid;border:1px solid rgba(16,24,39,0.12);border-radius:var(--radius);overflow:hidden}.cookie-policy-table [role="row"]{display:grid;grid-template-columns:minmax(110px,0.72fr) minmax(130px,0.78fr) minmax(85px,0.48fr) minmax(230px,1.35fr) minmax(90px,0.5fr);border-top:1px solid rgba(16,24,39,0.1)}.cookie-policy-table [role="row"]:first-child{border-top:0}.cookie-policy-table span{min-width:0;padding:0.9rem;border-left:1px solid rgba(16,24,39,0.1);font-size:0.78rem;line-height:1.45;overflow-wrap:anywhere}.cookie-policy-table span:first-child{border-left:0;color:var(--color-ink);font-weight:800}.cookie-policy-table-head{color:var(--color-ink);background:rgba(244,237,225,0.58);font-weight:800}.cookie-policy-consent{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:clamp(1rem,2.4vw,1.8rem);align-items:center;margin-top:clamp(2rem,4vw,3rem);padding-top:clamp(1.15rem,2vw,1.55rem);padding-bottom:clamp(1.15rem,2vw,1.55rem);border-radius:var(--radius);background:rgba(244,237,225,0.52)}.cookie-policy-consent h2{margin:0;color:var(--color-ink);font-size:1rem}.cookie-policy-consent p{max-width:780px;margin:0.25rem 0 0;font-size:0.9rem;line-height:1.55}.cookie-banner-copy{min-width:0;overflow-wrap:anywhere}.legal-policy-callout{display:grid;grid-template-columns:56px minmax(0,1fr) auto;gap:clamp(1rem,2.4vw,1.8rem);align-items:center;margin-top:clamp(1.6rem,4vw,3rem);padding-top:clamp(1rem,2vw,1.25rem);padding-bottom:clamp(1rem,2vw,1.25rem);border:1px solid rgba(16,24,39,0.08);border-radius:var(--radius);background:rgba(255,255,255,0.24)}.legal-policy-callout>span{display:inline-grid;width:54px;height:54px;place-items:center;color:var(--color-accent)}.legal-policy-callout svg{width:42px;height:42px;fill:none;stroke:currentColor;stroke-width:1.55;stroke-linecap:round;stroke-linejoin:round}.legal-policy-callout h2{font-size:1.05rem}.legal-policy-callout p{max-width:720px;margin:0.2rem 0 0;font-size:0.95rem;line-height:1.55}.legal-hero{padding-bottom:clamp(1.8rem,4vw,3rem)}.legal-hero .quote-kicker{margin:0;color:var(--color-accent);font-size:0.86rem;font-weight:800;letter-spacing:0.16em;line-height:1.3;text-transform:uppercase}.legal-content{display:grid;gap:0;width:min(100%,1120px);max-width:1120px;margin:0 auto;padding-right:var(--space-page);padding-left:var(--space-page)}.legal-block{padding:clamp(1.5rem,3vw,2.7rem);border:1px solid var(--color-line);border-bottom:0;background:rgba(255,255,255,0.18)}.legal-block:first-child{border-radius:var(--radius) var(--radius) 0 0}.legal-block:last-child{border-bottom:1px solid var(--color-line);border-radius:0 0 var(--radius) var(--radius)}.legal-block h2{margin:0 0 1rem;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.55rem,2.4vw,2.2rem);line-height:1.08}.legal-block p{max-width:820px;margin:0 0 1rem}.legal-cookie-button{margin-top:0.5rem}.cookie-table{display:grid;border:1px solid rgba(16,24,39,0.12);border-radius:var(--radius);overflow:hidden}.cookie-table [role="row"]{display:grid;grid-template-columns:minmax(150px,0.65fr) minmax(220px,1.3fr) minmax(130px,0.55fr);border-top:1px solid rgba(16,24,39,0.1)}.cookie-table [role="row"]:first-child{border-top:0}.cookie-table span{padding:1rem;border-left:1px solid rgba(16,24,39,0.1);font-size:0.9rem;line-height:1.5}.cookie-table span:first-child{border-left:0;color:var(--color-ink);font-weight:800}.cookie-table-head{color:var(--color-ink);background:rgba(244,237,225,0.58);font-weight:800}.footer-legal button{min-height:36px;padding:0 0.85rem;border:1px solid rgba(184,150,97,0.55);border-radius:999px;color:var(--color-ink);background:rgba(184,150,97,0.12);font:inherit;font-weight:800;cursor:pointer;transition:background 180ms ease,border-color 180ms ease,color 180ms ease}.footer-legal button:hover{border-color:var(--color-accent);color:var(--color-white);background:var(--color-accent)}.cookie-banner{position:fixed;right:var(--space-page);bottom:var(--space-page);z-index:1200;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:clamp(0.7rem,1.25vw,0.95rem);width:min(600px,calc(100vw - (var(--space-page) * 2)));max-height:calc(100dvh - (var(--space-page) * 2));overflow:auto;padding:clamp(0.7rem,1.2vw,0.88rem);border:1px solid rgba(16,24,39,0.16);border-radius:var(--radius);background:rgba(251,250,246,0.97);box-shadow:0 14px 36px rgba(16,24,39,0.13);backdrop-filter:blur(12px)}.cookie-kicker{margin:0 0 0.18rem;color:var(--color-accent);font-size:0.64rem;font-weight:800;letter-spacing:0.12em;text-transform:uppercase}.cookie-banner h2,.cookie-panel h2{margin:0;color:var(--color-ink);font-family:var(--font-title);font-size:clamp(1.12rem,1.35vw,1.36rem);line-height:1.08}.cookie-banner p,.cookie-panel p{margin:0.35rem 0 0;font-size:0.8rem;line-height:1.4}.cookie-banner a{display:inline-block;margin-top:0.45rem;color:var(--color-ink);font-size:0.78rem;font-weight:800}.cookie-banner a::after{content:" ->";color:var(--color-accent)}.cookie-banner-actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0.45rem;align-content:center;min-width:220px}.cookie-banner-actions .button{min-width:0;min-height:36px;width:100%;padding:0 0.85rem;font-size:0.84rem}.cookie-config-button{grid-column:1 / -1;min-height:38px;padding:0.45rem 0.9rem;border:1px solid rgba(184,150,97,0.55);border-radius:999px;color:var(--color-ink);background:rgba(184,150,97,0.12);font:inherit;font-size:0.86rem;font-weight:800;cursor:pointer;transition:background 180ms ease,border-color 180ms ease,color 180ms ease}.cookie-config-button:hover{border-color:var(--color-accent);color:var(--color-white);background:var(--color-accent)}.cookie-backdrop{position:fixed;inset:0;z-index:1250;background:rgba(16,24,39,0.32)}.cookie-panel{position:fixed;inset:50% auto auto 50%;z-index:1260;width:min(620px,calc(100vw - 2rem));transform:translate(-50%,-50%)}.cookie-panel-inner{position:relative;padding:clamp(1.2rem,3vw,2rem);border:1px solid rgba(16,24,39,0.16);border-radius:var(--radius);background:var(--color-paper-soft);box-shadow:0 24px 70px rgba(16,24,39,0.2)}.cookie-option{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;margin-top:1rem;padding:1rem;border:1px solid rgba(16,24,39,0.1);border-radius:var(--radius);background:rgba(255,255,255,0.34)}.cookie-option strong,.cookie-option em{display:block}.cookie-option strong{color:var(--color-ink)}.cookie-option em{color:var(--color-muted);font-size:0.86rem;font-style:normal;line-height:1.45}.cookie-required{color:var(--color-accent);font-size:0.82rem;font-weight:800}.cookie-switch input{width:44px;height:24px;accent-color:var(--color-accent);cursor:pointer}.cookie-actions{display:flex;flex-wrap:wrap;gap:0.8rem;margin-top:1.25rem}.cookie-actions .button{min-height:48px}.cookie-close{position:absolute;top:0.8rem;right:0.8rem;display:inline-grid;width:38px;height:38px;place-items:center;border:1px solid var(--color-line);border-radius:50%;color:var(--color-ink);background:rgba(255,255,255,0.58);font:inherit;font-size:1.4rem;line-height:1;cursor:pointer}@media (max-width:1180px){.project-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.projects .project-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.projects-card-grid{gap:1rem}.sitemap-branches{grid-template-columns:repeat(3,minmax(0,1fr))}.sitemap-branches::before,.sitemap-branch::before,.sitemap-root::after{display:none}.sitemap-legal-panel{grid-template-columns:1fr}.sitemap-legend{padding-left:0;border-left:0;border-top:1px solid rgba(16,24,39,0.08);padding-top:1.2rem}.sitemap-legal-links{grid-template-columns:repeat(2,minmax(0,1fr))}.values{grid-template-columns:repeat(2,1fr);gap:2rem 0}.value-card:nth-child(3){border-left:0;padding-left:0}}@media (max-width:980px){:root{--header-height:74px}.site-header{padding:0 1.25rem}.site-header-inner{gap:1rem}.nav-toggle{flex:0 0 44px;display:block}.nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(6px) rotate(45deg)}.nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}.nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.site-nav{position:fixed;top:var(--header-height);right:var(--space-page);left:var(--space-page);display:grid;gap:0;padding:1rem;border:1px solid var(--color-line);border-radius:var(--radius);background:rgba(251,250,246,0.98);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity 180ms ease,transform 180ms ease}.site-nav.open{opacity:1;pointer-events:auto;transform:translateY(0)}.nav-link{padding:0.8rem 0.35rem;border-bottom:1px solid rgba(16,24,39,0.07)}.nav-cta{width:fit-content;margin:0.75rem 0.35rem 0.15rem;padding:0.62rem 1rem;border:1px solid rgba(184,150,97,0.55)}.nav-link:last-child{border-bottom:0}.site-nav .nav-cta{border:1px solid rgba(184,150,97,0.55)}.hero{grid-template-columns:1fr;min-height:auto;padding-top:clamp(3.5rem,8vw,5.5rem)}.hero h1{max-width:680px}.hero-portrait{max-width:560px;margin:0 auto;justify-items:center;transform:none}.hero-portrait img{width:min(430px,100%);max-width:100%}.feature-grid{grid-template-columns:1fr}.projects .project-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inner-hero,.editorial-layout{grid-template-columns:1fr}.projects-page-hero{grid-template-columns:1fr;gap:1rem;padding-top:clamp(3rem,7vw,4.8rem)}.legal-notice-hero,.legal-notice-layout,.cookie-policy-hero,.cookie-policy-layout{grid-template-columns:1fr}.legal-notice-hero,.cookie-policy-hero{min-height:auto}.legal-hero-mark,.cookie-policy-hero-mark{width:min(360px,88%)}.legal-index,.cookie-policy-index{position:static}.projects-page-hero-media{justify-self:center;width:min(640px,100%);margin-top:-1rem;transform:none}.projects-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portfolio-callout{grid-template-columns:auto minmax(0,1fr)}.portfolio-action{grid-column:2;width:min(100%,320px)}.inner-portrait{justify-self:center;width:min(100%,520px)}.inner-hero::after{right:6%;top:38%}.text-block{min-height:auto}.text-block:nth-child(odd){border-right:0}.text-block:nth-child(-n+2){border-bottom:0}.text-block:not(:last-child){border-bottom:1px solid var(--color-line)}.closing-note{grid-template-columns:1fr}.closing-note .signature{padding-top:1.4rem;padding-left:0;border-top:1px solid var(--color-line);border-left:0}.jage-hero{grid-template-columns:1fr}.jage-hero .brand-video-panel{max-width:760px}.text-block.wide{grid-column:auto}}@media (max-width:720px){.brand img{width:116px;max-height:60px}.video-controls{opacity:1;transform:none}.hero{max-width:100%;padding-top:3rem;gap:2.5rem;overflow-x:hidden}.hero-copy,.hero-actions,.hero .button{min-width:0;max-width:100%}.hero h1{max-width:100%;font-size:clamp(2.45rem,11.5vw,3.2rem);overflow-wrap:anywhere}.hero-subtitle{font-size:1.08rem}.handwritten{max-width:min(22rem,calc(100vw - (var(--space-page) * 2)));font-size:1.55rem;overflow-wrap:anywhere}.hero-actions{display:grid;width:min(100%,calc(100vw - (var(--space-page) * 2)))}.hero-actions .button{width:100%}.hero-portrait{max-width:430px}.values,.project-grid,.archive-grid,.projects-card-grid,.footer-contact,.post-card{grid-template-columns:1fr}.projects .project-grid{grid-template-columns:1fr}.projects-page-hero h1{font-size:clamp(3.15rem,15vw,3.85rem)}.sitemap-hero h1{max-width:8.5ch;font-size:clamp(3.1rem,15vw,3.85rem);white-space:normal}.sitemap-hero .inner-lead{max-width:min(21rem,calc(100vw - 2.5rem));font-size:1.08rem;overflow-wrap:anywhere}.projects-page-hero,.projects-showcase,.portfolio-callout,.sitemap-hero,.sitemap-chart,.sitemap-legal-panel,.legal-notice-hero,.legal-notice-layout,.legal-policy-callout,.legal-content{width:100%;max-width:100%;padding-right:1.25rem;padding-left:1.25rem}.cookie-policy-hero,.cookie-policy-layout,.cookie-policy-consent{width:calc(100vw - 2.5rem);max-width:calc(100vw - 2.5rem);margin-right:1.25rem;margin-left:1.25rem;padding-right:0;padding-left:0}.cookie-banner{grid-template-columns:1fr;right:auto;bottom:1rem;left:1rem;width:min(340px,calc(100vw - 2rem));padding:0.75rem}.cookie-banner-actions{grid-template-columns:repeat(2,minmax(0,1fr));min-width:0;gap:0.4rem}.cookie-banner-actions .button{min-height:34px;padding:0 0.55rem;font-size:0.8rem}.cookie-config-button{min-height:36px;padding:0.4rem 0.75rem;font-size:0.8rem}.projects-page-hero .inner-lead{max-width:calc(100vw - 2.5rem);font-size:1.08rem;overflow-wrap:anywhere}.projects-page-hero-media{width:calc(100vw - 2.5rem);justify-self:start}.projects-card-grid,.projects-work-card{max-width:calc(100vw - 2.5rem)}.sitemap-hero{grid-template-columns:1fr;gap:1.2rem}.sitemap-hero-graphic{min-height:210px}.sitemap-orbit{left:50%;width:min(230px,72vw)}.sitemap-branches{grid-template-columns:1fr;gap:1.35rem;margin-top:1.8rem}.sitemap-root{width:100%}.sitemap-node a,a.sitemap-node{align-items:center;justify-items:start;grid-template-columns:46px minmax(0,1fr);max-width:calc(100vw - 2.5rem);text-align:left}.sitemap-node,.sitemap-branch>ul,.sitemap-contact-note{max-width:calc(100vw - 2.5rem)}.sitemap-node em{grid-column:2;max-width:none;width:100%}.sitemap-branch>ul{padding:0.65rem}.sitemap-legal-copy,.sitemap-legal-links{grid-template-columns:1fr}.projects-section-title{align-items:flex-start}.projects-section-title h2,.projects-work-copy,.projects-work-copy p{min-width:0;overflow-wrap:anywhere}.projects-work-copy,.projects-areas .projects-work-copy{min-height:auto}.portfolio-callout{grid-template-columns:1fr}.portfolio-action{grid-column:auto;width:100%}.portfolio-button{min-height:58px;white-space:normal}.projects-work-image img{height:230px}.projects-work-copy h3{font-size:1.55rem}.project-button{width:100%}.value-card,.value-card:nth-child(3){padding:0;border-left:0}.section-heading,.footer-legal{align-items:start;flex-direction:column}.project-grid{gap:2rem}.about-content{grid-template-columns:1fr}.about-content img{max-width:220px}.footer-contact{align-items:start}.legal-notice-hero h1{font-size:clamp(3.4rem,16vw,4.2rem)}.cookie-policy-hero h1{font-size:clamp(3.1rem,15vw,4rem)}.legal-notice-hero .inner-lead,.cookie-policy-hero .inner-lead{max-width:min(23rem,calc(100vw - 2.5rem));font-size:1.08rem;overflow-wrap:anywhere}.privacy-hero-mark{justify-self:center;width:min(300px,calc(100vw - 2.5rem));overflow:hidden}.privacy-hero-mark svg{transform:scale(0.92)}.legal-section{grid-template-columns:1fr;gap:0.8rem}.legal-section-icon{width:44px;height:44px}.legal-section-icon svg{width:34px;height:34px}.legal-columns-list{grid-template-columns:1fr}.privacy-data-grid{grid-template-columns:1fr}.cookie-policy-hero-mark{width:100%;min-height:220px;overflow:hidden}.cookie-policy-hero-mark>div{left:50%;width:min(230px,72vw)}.cookie-section{grid-template-columns:1fr;gap:0.8rem}.cookie-section-icon{width:44px;height:44px}.cookie-section-icon svg{width:36px;height:36px}.cookie-type-grid,.cookie-fact-list{grid-template-columns:1fr}.cookie-inline-note{grid-template-columns:28px minmax(0,1fr)}.cookie-inline-note a{grid-column:2;white-space:normal}.cookie-policy-consent{grid-template-columns:1fr}.cookie-policy-consent .button{width:100%}.cookie-policy-index,.cookie-help-card,.cookie-policy-content,.cookie-section,.cookie-type-grid article,.cookie-inline-note,.cookie-fact-list div,.cookie-policy-table,.cookie-policy-consent{max-width:calc(100vw - 2.5rem)}.cookie-policy-index li,.cookie-section p,.cookie-section dd,.cookie-section li,.cookie-type-grid p{overflow-wrap:anywhere}.cookie-help-card p,.cookie-section p,.cookie-type-grid p,.cookie-inline-note p{max-width:min(29ch,100%)}.cookie-section .cookie-table-caption{max-width:100%}.legal-policy-callout{grid-template-columns:1fr}.legal-policy-callout .button{width:100%}.text-block{padding:1.5rem}.text-block-icon{width:54px;height:54px}.closing-note p:first-child{padding-left:2.5rem}.social-primary{display:grid;width:100%}.social-link-featured{justify-content:start}.footer-legal nav{flex-wrap:wrap;gap:0.8rem 1.2rem}.cookie-table,.cookie-table [role="row"],.cookie-policy-table,.cookie-policy-table [role="row"]{display:block}.cookie-table [role="row"],.cookie-policy-table [role="row"]{padding:0.85rem 1rem}.cookie-table span,.cookie-policy-table span{display:block;padding:0.15rem 0;border-left:0}.cookie-banner-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.cookie-option{grid-template-columns:1fr}.cookie-actions{display:grid}}@media (max-width:520px){.projects-page-hero .quote-kicker{max-width:20rem;overflow-wrap:anywhere}.projects-page-hero .inner-lead{max-width:21rem;word-break:normal}.projects-card-grid,.projects-work-card{width:100%;max-width:21.875rem;margin-right:0;margin-left:0}.projects-page-hero h1{font-size:clamp(3.25rem,16vw,4rem)}.projects-work-image img{height:210px}.projects-work-image span{right:auto;left:1rem;max-width:calc(100% - 2rem);white-space:normal}.projects-work-copy p,.project-role,.area-tags{overflow-wrap:anywhere}}
