@import url('./fonts/fonts.css');
:root{--paper:#f4f2ed;--ink:#191b18;--muted:#6d706a;--orange:#fc613b;--line:#d5d6ce;--dark:#111310;--ease:cubic-bezier(.2,.7,.2,1);--gutter:clamp(22px,4.4vw,76px);--sans:'Noto Sans JP',sans-serif;--display:'Montserrat',Arial,sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--sans);font-size:15px;line-height:1.9;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}::selection{background:var(--orange);color:var(--dark)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}button:not(:disabled),summary{cursor:pointer}img,svg{display:block;max-width:100%}img{height:auto}h1,h2,h3,p,figure{margin:0}button{border:0}a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--orange);outline-offset:6px}input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--orange);outline-offset:2px}hr{border:0;border-top:1px solid var(--line)}[hidden]{display:none!important}.wrap{max-width:1540px;margin:auto;padding-inline:var(--gutter)}.section{padding-block:clamp(84px,10vw,152px)}.eyebrow{display:flex;align-items:center;gap:12px;font:600 11px/1.5 var(--display);letter-spacing:.14em;text-transform:uppercase}.eyebrow:before{content:'';width:6px;height:6px;background:var(--orange);border-radius:50%;flex:none}.section-top{display:flex;align-items:flex-end;justify-content:space-between;gap:40px;margin-bottom:58px}.section-top h2{font:500 clamp(48px,7.4vw,110px)/.93 var(--display);letter-spacing:-.055em}.section-top .eyebrow{margin-bottom:20px}.section-top p{max-width:360px;font-size:14px;line-height:2}.ja-title{font-size:clamp(30px,3.2vw,50px);line-height:1.55;letter-spacing:-.035em;font-weight:700}.text-body{font-size:15px;line-height:2.15;letter-spacing:.025em}.fine{font-size:12px;color:var(--muted)}.arrow{display:inline-block;font:400 24px/1 Arial;transition:transform .35s var(--ease)}.round-arrow{display:grid;place-items:center;flex:none;width:56px;height:56px;border:1px solid currentColor;border-radius:50%;font:400 24px/1 Arial;transition:background .3s,color .3s,transform .3s}.text-link{display:inline-flex;align-items:center;justify-content:space-between;gap:44px;padding:14px 0;border-bottom:1px solid currentColor;font-size:13px;font-weight:600;line-height:1.5}.text-link:hover .arrow{transform:translate(4px,-4px)}.pill{display:inline-flex;justify-content:center;align-items:center;gap:32px;background:var(--orange);color:var(--ink);border-radius:100px;padding:19px 26px;font-size:13px;font-weight:600;line-height:1.5;transition:background .3s,transform .3s}.pill:hover{background:#ff7958;transform:translateY(-2px)}.pill .arrow{font-size:21px}.pill.outline{background:none;border:1px solid currentColor}.pill.outline:hover{background:var(--ink);color:var(--paper)}.skip{position:fixed;z-index:1100;top:-80px;left:16px;background:var(--paper);padding:12px 20px}.skip:focus{top:10px}
.site-header{position:absolute;inset:0 0 auto;z-index:100;height:104px;display:flex;align-items:center;justify-content:space-between;padding:0 var(--gutter);color:var(--ink);border-bottom:1px solid #191b181a;transition:background .3s,color .3s,height .3s}.dark-hero .site-header{color:var(--paper);border-bottom-color:#ffffff20}.site-header.is-scrolled{position:fixed;height:78px;background:#f4f2edf2;color:var(--ink);backdrop-filter:blur(16px);border-color:#191b181a;animation:header-in .35s var(--ease)}@keyframes header-in{from{transform:translateY(-100%)}}.brand{display:flex;align-items:center;font:700 27px/1 var(--display);letter-spacing:-.055em;white-space:nowrap}.brand-dot{display:block;width:6px;height:6px;background:var(--orange);border-radius:50%;margin:2px 0 0 7px}.site-nav{display:flex;align-items:center;gap:30px}.site-nav>a:not(.nav-contact){font-size:12px;font-weight:500;position:relative}.site-nav>a:not(.nav-contact):after{content:'';position:absolute;left:0;right:0;bottom:-7px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform .25s}.site-nav>a:hover:after{transform:scaleX(1)}.nav-contact{border:1px solid currentColor;padding:11px 19px;display:flex;gap:24px;align-items:center;border-radius:30px;font-size:12px}.nav-contact:hover{background:var(--orange);border-color:var(--orange);color:var(--ink)}.menu-toggle{display:none;width:46px;height:46px;background:transparent;border:1px solid currentColor;border-radius:50%;align-items:center;justify-content:center;flex-direction:column;gap:5px}.menu-toggle span{height:1px;background:currentColor;width:18px}.menu-dialog{position:fixed;inset:0;width:100%;max-width:none;height:100dvh;max-height:none;padding:30px var(--gutter);border:0;margin:0;background:var(--dark);color:var(--paper);z-index:1000}.menu-dialog::backdrop{background:#111}.menu-top{display:flex;justify-content:space-between;align-items:center}.menu-close{border:1px solid #666;border-radius:50%;width:46px;height:46px;background:none;font-size:27px}.menu-links{padding-top:8vh;display:flex;flex-direction:column}.menu-links a{display:flex;align-items:center;justify-content:space-between;padding:17px 0;border-bottom:1px solid #454640;font:500 clamp(26px,6vw,42px)/1.2 var(--display);letter-spacing:-.035em}.menu-links small{font:400 11px/1.3 var(--sans);letter-spacing:0}.menu-dialog .pill{margin-top:32px;width:100%}.menu-meta{font:400 10px var(--display);letter-spacing:.12em;margin-top:35px;color:#a1a69c}
.hero{position:relative;min-height:800px;height:min(930px,100svh);background:#080a09;color:var(--paper);overflow:hidden}.hero-art{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;will-change:transform}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#080a0966,transparent 65%)}.hero-inner{position:relative;z-index:2;max-width:1540px;margin:auto;padding:clamp(180px,16vw,260px) var(--gutter) 130px}.hero .eyebrow{color:#c7c9c2;font-size:10px;letter-spacing:.18em;margin-bottom:32px}.hero h1{font-weight:700;font-size:clamp(66px,7.65vw,118px);letter-spacing:-.07em;line-height:1.27}.hero h1 span{display:block}.hero .hero-copy{font-size:14px;line-height:2;letter-spacing:.04em;max-width:460px;margin-top:32px;color:#e0e1dc}.hero-bottom{position:absolute;z-index:3;bottom:34px;left:var(--gutter);right:var(--gutter);display:flex;align-items:end;justify-content:space-between;font:500 10px/1.6 var(--display);letter-spacing:.1em}.hero-bottom .location{color:#b6b8b1}.scroll-cue{display:flex;gap:16px;align-items:center}.scroll-cue span{width:48px;height:48px;display:grid;place-items:center;border:1px solid #ffffff66;border-radius:50%;font:22px Arial}.hero-mark{position:absolute;right:var(--gutter);top:43%;font:500 10px var(--display);letter-spacing:.15em;writing-mode:vertical-rl}.hero-caption{margin-top:28px;display:inline-flex;gap:28px;align-items:center;font-size:12px;border-bottom:1px solid #ffffff70;padding-bottom:10px}.hero-caption:hover .arrow{transform:translate(4px,-4px)}.hero-index{display:flex;align-items:center;gap:11px}.hero-index i{height:1px;background:#777;width:52px}.hero-index em{font-style:normal;color:#888}.ticker{background:var(--orange);color:var(--dark);overflow:hidden;padding:21px 0}.ticker-track{display:flex;gap:45px;width:max-content;animation:ticker 38s linear infinite}.ticker-track span{font:500 clamp(23px,2.5vw,38px)/1 var(--display);letter-spacing:-.035em;white-space:nowrap}.ticker-track b{font-weight:400;font-size:30px;line-height:.7}@keyframes ticker{to{transform:translateX(-50%)}}
.intro{display:grid;grid-template-columns:1fr 1fr;gap:8%}.intro-left .eyebrow{margin-bottom:36px}.intro-english{font:500 clamp(48px,6.6vw,94px)/1.02 var(--display);letter-spacing:-.055em}.intro-english span{display:block;color:#92988b}.intro-right{padding-top:49px}.intro-right .ja-title{margin-bottom:30px}.intro-right .text-body{max-width:540px}.intro-right .text-link{margin-top:35px;min-width:230px}.photo-strip{margin-top:96px;position:relative}.photo-strip img{width:100%;max-height:520px;object-fit:cover;object-position:50% 45%}.photo-strip figcaption{display:flex;justify-content:space-between;gap:20px;padding-top:15px;font-size:10px;color:var(--muted)}.photo-strip figcaption span{font-family:var(--display);letter-spacing:.09em}
.business{padding-top:0}.business-list{border-top:1px solid var(--ink)}.business-row{display:grid;grid-template-columns:1fr 1fr;gap:8%;padding:68px 0;border-bottom:1px solid var(--line);align-items:center}.business-no{font:500 11px var(--display);letter-spacing:.1em;margin-bottom:28px;color:var(--muted)}.business-no span{margin-left:20px;color:var(--ink)}.business-title{font:500 clamp(31px,4vw,60px)/1.1 var(--display);letter-spacing:-.05em;margin-bottom:8px}.business-ja{font-size:12px;margin-bottom:34px}.business-copy h3{font-size:clamp(24px,2.1vw,34px);line-height:1.6;margin-bottom:20px;letter-spacing:-.035em}.business-copy>p{font-size:13px;line-height:2.1;max-width:530px}.tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:24px}.tags span{padding:5px 10px;border:1px solid var(--line);border-radius:3px;font-size:10px;line-height:1.5}.business-link{display:flex;justify-content:space-between;align-items:center;margin-top:30px;max-width:530px;font-size:12px;font-weight:500}.business-link:hover .round-arrow{background:var(--ink);color:var(--paper);transform:rotate(-35deg)}.business-visual{aspect-ratio:1.18;overflow:hidden;position:relative;background:#d0d2c8}.business-visual img{width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease);filter:saturate(.82)}.business-visual:hover img{transform:scale(1.035)}.business-visual small{position:absolute;left:18px;bottom:16px;background:#121812aa;color:#fff;padding:4px 10px;font-size:9px}.business-row.reverse .business-copy{order:2}.business-row.reverse .business-visual{order:1}.ai-art{background:var(--dark);color:var(--orange);display:flex;align-items:center;justify-content:center;isolation:isolate}.ai-art .ai-words{font:500 clamp(65px,8vw,135px)/.9 var(--display);letter-spacing:-.07em;z-index:2}.ai-art .ai-words span{color:#f0f0e6}.orbit{position:absolute;inset:9%;border:1px solid #67705c;border-radius:50%;transform:rotate(-25deg)}.orbit.o2{inset:20% -8%;transform:rotate(45deg);border-color:#393e34}.orbit.o3{inset:-8% 28%;transform:rotate(-35deg);border-color:#3d4338}.ai-dot{position:absolute;width:19px;height:19px;background:var(--orange);border-radius:50%;left:18%;top:27%;box-shadow:0 0 48px #fc613b55}
.projects-section{background:var(--dark);color:var(--paper);position:relative}.projects-section .section-top p{color:#b6b9b0}.project-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:60px 34px}.project-card{display:block;min-width:0}.project-art{position:relative;aspect-ratio:1.52;overflow:hidden;padding:34px;display:flex;flex-direction:column;justify-content:space-between}.project-art:after{content:'';position:absolute;inset:0;border:1px solid #ffffff0a;pointer-events:none}.project-art .project-kicker{font:500 10px var(--display);letter-spacing:.16em;position:relative;z-index:2}.project-art .project-word{font-size:clamp(26px,3vw,48px);line-height:1.3;font-weight:700;letter-spacing:-.04em;position:relative;z-index:2;transition:transform .6s var(--ease)}.project-art .art-label{font:400 9px var(--display);letter-spacing:.12em;position:relative;z-index:2}.project-art .project-arrow{position:absolute;right:26px;bottom:26px;font:30px Arial;z-index:2;transition:transform .4s}.project-card:hover .project-word{transform:translateY(-5px)}.project-card:hover .project-arrow{transform:translate(4px,-4px)}.art-soshin{background:#19302d;color:#e3eec0}.art-soshin .line-circle{position:absolute;border:1px solid #b2c58777;border-radius:50%;width:80%;height:120%;right:-27%;top:-13%;transform:rotate(-25deg)}.art-soshin .line-circle.c2{right:-17%;width:60%;border-color:#b2c58740}.art-soshin .project-word small{font:400 12px var(--sans);display:block;letter-spacing:.15em;margin-bottom:13px}.art-hiokoshi{background:#fc613b;color:#262017}.art-hiokoshi .project-word{font-size:clamp(39px,5vw,72px);font-family:var(--display);font-weight:600}.art-hiokoshi .project-word small{font:500 14px var(--sans);display:block;margin-bottom:8px}.art-hiokoshi .flame{position:absolute;right:13%;top:-15%;width:37%;height:155%;border:1px solid #762f1444;transform:rotate(30deg);border-radius:50%}.art-hiokoshi .flame.f2{transform:rotate(-30deg);right:6%}.art-entre{background:#dbd8cf;color:#30372d}.art-entre .project-word{font-family:Georgia,serif;font-size:clamp(45px,5vw,78px);font-weight:400;letter-spacing:-.04em}.art-entre .table-disc{position:absolute;width:65%;aspect-ratio:1;right:-5%;top:5%;border:1px solid #919383;border-radius:50%;box-shadow:0 0 0 18px #d0cdbf,0 0 0 19px #919383,0 0 0 37px #d0cdbf,0 0 0 38px #919383}.art-minnato{background:#c9d2f0;color:#283949}.art-minnato .project-word{font-size:clamp(34px,4.2vw,64px);font-weight:600;letter-spacing:.025em}.art-minnato .wave{position:absolute;border:1px solid #7084a755;right:-70%;width:160%;height:80%;bottom:-30%;border-radius:50%;transform:rotate(-24deg)}.art-minnato .wave.w2{bottom:-17%;right:-56%}.project-caption{padding-top:24px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.project-caption h3{font-size:17px;font-weight:500}.project-caption p{font-size:11px;color:#b6b9b0;margin-top:5px}.project-caption>span{font:500 10px var(--display);color:#9fa496;letter-spacing:.06em;padding-top:8px}.connection{margin-top:125px;display:grid;grid-template-columns:.7fr 1.3fr;gap:8%;border-top:1px solid #4a5045;padding-top:60px}.connection h3{font-size:clamp(25px,3vw,42px);line-height:1.6;letter-spacing:-.03em;margin-bottom:28px}.connection .text-body{font-size:13px;color:#bbc0b3}.connection .eyebrow{color:#a4aa9c}.connection-flow{display:flex;gap:16px;align-items:center;justify-content:space-between;margin-top:44px;padding-block:25px;border-top:1px solid #3f4639;border-bottom:1px solid #3f4639}.connection-flow span{font-size:12px}.connection-flow i{font:22px Arial;color:var(--orange)}
.news-section .section-top{margin-bottom:45px}.news-layout{display:grid;grid-template-columns:.7fr 1.3fr;gap:8%}.news-heading{padding-top:20px}.news-heading h2{font:500 clamp(64px,8vw,122px)/1 var(--display);letter-spacing:-.055em;margin-top:28px}.news-heading .text-link{margin-top:40px;min-width:210px}.news-items{border-top:1px solid var(--ink)}.news-item{display:grid;grid-template-columns:110px 1fr 28px;gap:24px;align-items:center;padding:30px 0;border-bottom:1px solid var(--line);transition:padding .3s}.news-item:hover{padding-left:9px;padding-right:9px}.news-item:hover .arrow{transform:translate(3px,-3px);color:var(--orange)}.news-meta{font:400 10px/1.6 var(--display)}.news-meta .category{display:block;font:400 9px var(--sans);margin-top:9px;color:var(--muted)}.news-item h3{font-size:14px;line-height:1.9;font-weight:500}.news-item .arrow{justify-self:end}.news-more{margin-top:34px;text-align:center}.news-more a{min-width:230px}.news-filter{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:40px}.news-filter a{border:1px solid var(--line);padding:9px 16px;border-radius:28px;font-size:11px}.news-filter a.active,.news-filter a:hover{background:var(--ink);color:var(--paper);border-color:var(--ink)}.news-archive{max-width:1040px;margin:auto}.news-archive .news-item{padding-block:31px;grid-template-columns:120px 1fr 36px}.news-archive .news-item h3{font-size:16px}
.company-teaser{background:#e8e8de;padding-block:88px;display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:center}.company-teaser .eyebrow{margin-bottom:23px}.company-teaser h2{font-size:clamp(27px,3.5vw,49px);letter-spacing:-.04em;line-height:1.5}.company-teaser p{font-size:13px;line-height:2.2}.company-teaser .text-link{margin-top:25px;min-width:250px}.company-teaser-wrap{background:#e8e8de}.site-footer{background:var(--dark);color:var(--paper);overflow:hidden}.footer-contact{display:block;padding:88px 0 82px;position:relative;border-bottom:1px solid #3d4438}.footer-contact .eyebrow{margin-bottom:26px}.footer-contact .footer-title{font-size:clamp(32px,5.1vw,78px);line-height:1.45;letter-spacing:-.05em;font-weight:500;padding-right:140px}.footer-contact .round-arrow{position:absolute;right:0;top:45%;width:108px;height:108px;background:var(--orange);border-color:var(--orange);color:var(--ink);font-size:44px}.footer-contact:hover .round-arrow{transform:rotate(-45deg)}.footer-info{display:flex;justify-content:space-between;gap:40px;padding:46px 0 60px}.footer-address{font-size:11px;color:#b7bdb0}.footer-address b{display:block;font-size:14px;color:var(--paper);font-weight:500;margin-bottom:9px}.footer-nav{display:flex;gap:35px;font-size:11px}.footer-nav>div{display:flex;flex-direction:column;gap:10px}.footer-nav a:hover{color:var(--orange)}.footer-wordmark{font:600 clamp(88px,22.1vw,370px)/.8 var(--display);letter-spacing:-.065em;margin-left:-.01em;white-space:nowrap;padding-top:12px;color:#f3f0e7}.footer-base{display:flex;justify-content:space-between;align-items:center;gap:24px;padding:35px 0 27px;font:400 9px var(--display);letter-spacing:.06em;color:#9fa894}.footer-base a{font:400 10px var(--sans)}.preview-badge{position:fixed;z-index:80;right:15px;bottom:14px;border:1px solid #ffffff33;background:#151815d9;color:#ebece4;backdrop-filter:blur(6px);padding:6px 10px;border-radius:30px;font:500 8px var(--display);letter-spacing:.08em;pointer-events:none}
.page-hero{padding-top:185px;padding-bottom:82px;border-bottom:1px solid var(--line)}.page-hero .eyebrow{margin-bottom:35px}.page-hero h1{font:500 clamp(58px,9.5vw,145px)/1 var(--display);letter-spacing:-.06em;overflow-wrap:anywhere}.page-hero .hero-jp{font-size:15px;margin-top:26px}.page-hero .page-intro{display:grid;grid-template-columns:1fr 1fr;gap:8%;align-items:start;margin-top:54px}.page-hero .ja-title{font-size:clamp(27px,3.3vw,46px)}.page-hero .page-intro p{font-size:14px;line-height:2.1;padding-top:5px}.breadcrumb{font:400 10px var(--display);letter-spacing:.04em;color:var(--muted);display:flex;gap:12px;margin-bottom:36px}.breadcrumb a:hover{color:var(--orange)}.detail-visual{margin-top:64px;max-height:600px;overflow:hidden}.detail-visual img{width:100%;max-height:600px;object-fit:cover}.detail-visual figcaption{font-size:10px;margin-top:13px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:.65fr 1.35fr;gap:8%;padding-block:82px;border-bottom:1px solid var(--line)}.detail-grid h2{font-size:29px;letter-spacing:-.035em;line-height:1.6}.detail-grid>div>p{font-size:15px;line-height:2.2;max-width:760px}.detail-grid .eyebrow{margin-bottom:22px}.feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:35px;margin-top:60px}.feature{border-top:1px solid var(--ink);padding-top:22px}.feature .num{font:400 11px var(--display);color:var(--muted)}.feature h3{font-size:20px;line-height:1.6;margin:21px 0 14px;letter-spacing:-.025em}.feature p{font-size:13px;line-height:2.05}.case-link{display:grid;grid-template-columns:150px 1fr 40px;gap:25px;align-items:center;border-block:1px solid var(--line);padding-block:25px;margin-top:48px}.case-link img{aspect-ratio:1.4;object-fit:cover;width:150px}.case-link small{font:500 10px var(--display);color:var(--muted);display:block;margin-bottom:8px}.case-link h3{font-size:15px;line-height:1.8}.project-detail>.section>.project-art{aspect-ratio:2.4;margin-top:55px;padding:48px;min-height:300px}.project-detail>.section>.project-art .project-word{font-size:clamp(44px,6vw,92px)}.project-detail>.section>.project-art .project-word small{font-size:18px}.project-detail>.section>.project-art .project-kicker{font-size:12px}.project-detail>.section>.project-art .art-label{font-size:11px}.project-detail>.section>.project-art .project-arrow{display:none}.project-link-grid{margin-top:60px}.project-link-grid .project-caption{color:var(--ink)}.project-link-grid .project-caption p,.project-link-grid .project-caption>span{color:var(--muted)}.related-projects{padding-top:85px}.related-projects>h2{font-size:25px;margin-bottom:30px}.related-projects .project-grid{gap:30px}.service-overview .business{padding-top:75px}.service-overview .business-row:first-child{border-top:1px solid var(--ink)}.values{display:grid;grid-template-columns:1fr 1fr;gap:40px;margin-top:40px}.value{padding:34px;background:#e8e9df;min-height:240px}.value h3{font:500 clamp(26px,3vw,44px)/1.15 var(--display);letter-spacing:-.04em;margin-bottom:26px}.value p{font-size:13px}.company-table{width:100%;border-collapse:collapse;font-size:14px}.company-table th,.company-table td{text-align:left;vertical-align:top;border-bottom:1px solid var(--line);padding:22px 0;line-height:1.9}.company-table th{font-weight:500;width:27%;font-size:12px}.company-table td{padding-left:24px}.founder-name{font-size:32px;letter-spacing:.06em;margin-bottom:10px}.founder-en{font:500 11px var(--display);letter-spacing:.1em;color:var(--muted);margin-bottom:24px}.mission-quote{font-size:clamp(27px,3.4vw,48px);font-weight:600;line-height:1.6;letter-spacing:-.035em;margin-bottom:25px}
.article{max-width:940px;margin:auto;padding-top:165px;padding-bottom:100px}.article .breadcrumb{margin-bottom:50px}.article-meta{display:flex;align-items:center;gap:22px;font:400 11px var(--display);margin-bottom:22px}.article-meta a{font:400 10px var(--sans);padding:5px 13px;border:1px solid var(--line);border-radius:25px}.article h1{font-size:clamp(25px,3.7vw,48px);letter-spacing:-.035em;line-height:1.65;font-weight:650}.article-cover{width:100%;max-height:550px;object-fit:contain;background:#e8e9e0;margin-top:48px}.article-body{max-width:770px;margin:55px auto 65px;font-size:15px;line-height:2.15;overflow-wrap:anywhere}.article-body p{margin:1.2em 0}.article-body h2{font-size:25px;line-height:1.7;margin:2.6em 0 1em}.article-body h3{font-size:20px;margin:2em 0 1em}.article-body img{max-width:100%;height:auto;margin:28px auto}.article-body a{text-decoration:underline;text-underline-offset:4px}.article-body iframe{max-width:100%;aspect-ratio:16/9;height:auto}.article-body ul,.article-body ol{padding-left:1.5em}.article-body figure{margin:30px 0}.article-back{border-top:1px solid var(--line);padding-top:28px;text-align:center}.article-back .text-link{min-width:240px}.privacy-body{max-width:820px;margin:auto}.privacy-body h2{font-size:21px;margin:40px 0 17px}.privacy-body h3{font-size:18px;margin:30px 0 14px}.privacy-body p{margin:16px 0;font-size:14px;line-height:2.1}.privacy-body ul{font-size:14px}.privacy-body a{text-decoration:underline}
.contact-layout{display:grid;grid-template-columns:.65fr 1.35fr;gap:8%;padding-block:85px}.contact-aside{align-self:start;position:sticky;top:130px}.contact-aside h2{font-size:28px;line-height:1.65;letter-spacing:-.035em;margin-bottom:25px}.contact-aside p{font-size:12px;line-height:2;color:var(--muted)}.contact-aside .text-link{font-size:11px;margin-top:25px}.form-note{padding:18px 22px;background:#e9e9df;font-size:12px;line-height:1.9;border-left:2px solid var(--orange);margin-bottom:32px}.form-note a{text-decoration:underline}.field{margin-bottom:29px}.field label,.field-label{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;margin-bottom:10px}.required{font-size:9px;color:#c24725;font-weight:400}.field input:not([type=checkbox]),.field textarea,.field select{background:transparent;border:0;border-bottom:1px solid #a7ac9f;border-radius:0;box-shadow:none;padding:14px 1px;width:100%;font-size:16px;color:var(--ink);line-height:1.5}.field input::placeholder,.field textarea::placeholder{color:#81897a;font-size:13px}.field textarea{border:1px solid #a7ac9f;padding:18px;resize:vertical;min-height:180px}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:26px}.consent{display:flex;gap:12px;align-items:flex-start;font-size:12px;margin-block:36px}.consent input{width:18px;height:18px;accent-color:var(--ink);flex:none;margin-top:3px}.consent a{text-decoration:underline;text-underline-offset:3px}.form-submit{width:100%;border-radius:0;justify-content:space-between;padding:23px 28px}.form-status{font-size:12px;line-height:1.9;margin-top:22px}.form-status[data-error=true]{color:#ae331b}.gx-honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-help{font-size:11px;color:var(--muted);margin-top:17px}.notfound{padding:200px var(--gutter) 130px;min-height:65vh}.notfound h1{font:500 100px var(--display)}
.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .8s var(--ease),transform .9s var(--ease)}.js .reveal.visible{opacity:1;transform:none}.hero-enter{animation:hero-enter 1.3s var(--ease) both}.hero-enter.d2{animation-delay:.12s}.hero-enter.d3{animation-delay:.25s}@keyframes hero-enter{from{opacity:0;transform:translateY(28px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.hero-art{object-position:center 44%}.hero-inner{padding-top:260px}}
@media(max-width:1100px){.site-nav{gap:21px}.site-nav>a:not(.nav-contact){font-size:11px}.site-header{height:90px}.hero{min-height:760px;max-height:900px}.hero h1{font-size:86px}.hero-art{object-position:58% center}.business-row{gap:5%}.business-title{font-size:43px}.project-art{padding:26px}.connection{grid-template-columns:.5fr 1.5fr}.news-layout{grid-template-columns:.55fr 1.45fr;gap:6%}.news-item{gap:15px;grid-template-columns:92px 1fr 25px}.detail-grid,.contact-layout{gap:5%}.footer-nav{gap:22px}}
@media(max-width:800px){.site-nav{display:none}.menu-toggle{display:flex}.site-header{height:80px}.brand{font-size:25px}.site-header.is-scrolled{height:70px}.hero{height:900px;max-height:none;min-height:0}.hero-art{height:75%;top:25%;object-fit:cover;object-position:70% center;opacity:.88}.hero-shade{background:linear-gradient(180deg,#080a09 0%,#080a09ee 22%,#080a0980 42%,transparent 70%)}.hero-inner{padding-top:155px}.hero h1{font-size:clamp(64px,10.5vw,86px);max-width:650px;letter-spacing:-.065em}.hero .eyebrow{font-size:9px;margin-bottom:25px}.hero .hero-copy{font-size:13px;max-width:420px;margin-top:25px}.hero-caption{margin-top:25px}.hero-mark{display:none}.hero-bottom{bottom:27px}.hero-index{display:none}.ticker{padding:18px 0}.ticker-track{gap:28px}.ticker-track span{font-size:25px}.ticker-track b{font-size:23px}.intro{grid-template-columns:1fr;gap:40px}.intro-left .eyebrow{margin-bottom:23px}.intro-english{font-size:70px}.intro-right{padding-top:0;max-width:580px;margin-left:15%}.intro-right .ja-title{font-size:34px}.intro-right .text-body{font-size:14px}.photo-strip{margin-top:60px}.photo-strip img{height:360px}.section-top{margin-bottom:36px;align-items:flex-start}.section-top h2{font-size:69px}.section-top p{font-size:12px;max-width:220px}.business-row{padding:46px 0;gap:6%}.business-title{font-size:34px}.business-copy h3{font-size:24px}.business-copy>p{font-size:12px}.business-no{margin-bottom:19px}.business-ja{margin-bottom:24px}.business-visual{aspect-ratio:.8}.project-grid{gap:42px 23px}.project-art{padding:22px;aspect-ratio:1.14}.project-art .project-word{font-size:31px}.art-hiokoshi .project-word{font-size:42px}.art-entre .project-word{font-size:44px}.art-minnato .project-word{font-size:40px}.project-art .project-kicker{font-size:8px}.project-caption h3{font-size:15px}.project-caption>span{display:none}.connection{margin-top:80px;grid-template-columns:1fr;gap:35px;padding-top:40px}.connection h3{font-size:34px}.news-layout{grid-template-columns:1fr;gap:38px}.news-heading{display:flex;justify-content:space-between;align-items:end;flex-wrap:wrap;padding-top:0}.news-heading .eyebrow{width:100%}.news-heading h2{font-size:78px;margin-top:23px}.news-heading .text-link{margin-top:0;min-width:185px}.news-item{grid-template-columns:103px 1fr 28px;padding-block:25px}.company-teaser{gap:6%;padding-block:65px}.company-teaser h2{font-size:33px}.footer-contact{padding:65px 0}.footer-contact .footer-title{font-size:42px;padding-right:100px}.footer-contact .round-arrow{width:76px;height:76px;font-size:34px}.footer-info{padding-bottom:45px}.footer-nav{gap:22px;flex-wrap:wrap}.page-hero{padding-top:145px;padding-bottom:60px}.page-hero h1{font-size:85px}.page-hero .page-intro{gap:6%;margin-top:45px}.page-hero .page-intro p{font-size:13px}.detail-grid{grid-template-columns:1fr;gap:30px;padding-block:55px}.detail-grid h2{font-size:28px}.feature-list{gap:23px;margin-top:40px}.feature h3{font-size:18px}.feature p{font-size:12px}.contact-layout{grid-template-columns:1fr;gap:40px;padding-block:60px}.contact-aside{position:static;max-width:470px}.article{padding-top:140px}.project-detail>.section>.project-art{aspect-ratio:1.8}.article h1{font-size:34px}.news-archive .news-item{grid-template-columns:105px 1fr 30px}.news-archive .news-item h3{font-size:14px}}
@media(max-width:540px){.section>.ja-title{font-size:clamp(23px,6.9vw,29px);text-wrap:balance}.section{padding-block:74px}.hero{height:840px;min-height:100svh;max-height:940px}.hero-inner{padding-top:140px}.hero h1{font-size:clamp(54px,11.5vw,68px);line-height:1.32;letter-spacing:-.07em}.hero .hero-copy{font-size:13px;line-height:2;max-width:295px;margin-top:25px}.hero .eyebrow{font-size:8px;letter-spacing:.13em;gap:9px;margin-bottom:23px}.hero-art{height:66%;top:34%;object-position:63% center;opacity:.94}.hero-shade{background:linear-gradient(180deg,#080a09 15%,#080a09ed 31%,#080a0966 49%,transparent 73%)}.hero-caption{font-size:11px;gap:30px;margin-top:21px}.hero-bottom{bottom:24px;font-size:8px;letter-spacing:.09em}.hero-bottom .location{max-width:150px}.scroll-cue{font-size:8px;gap:9px}.scroll-cue span{width:36px;height:36px;font-size:17px}.ticker-track span{font-size:20px}.ticker{padding:16px 0}.ticker-track{gap:24px}.intro-english{font-size:clamp(48px,12.7vw,66px)}.intro{gap:36px}.intro-right{margin-left:0}.intro-right .ja-title{font-size:27px;line-height:1.65;margin-bottom:24px}.intro-right .text-body{font-size:14px;line-height:2.2}.intro-right .text-link{margin-top:25px}.photo-strip{margin-top:43px}.photo-strip img{height:270px;object-position:42% center}.photo-strip figcaption{font-size:9px;flex-direction:column;gap:6px}.photo-strip figcaption span{font-size:8px}.section-top{display:block;margin-bottom:30px}.section-top h2{font-size:clamp(50px,13vw,70px)}.section-top .eyebrow{margin-bottom:20px;font-size:9px}.section-top p{font-size:14px;max-width:none;margin-top:23px}.business{padding-top:0}.business-row{grid-template-columns:1fr;gap:28px;padding:35px 0 42px}.business-row.reverse .business-copy{order:1}.business-row.reverse .business-visual{order:2}.business-title{font-size:42px}.business-no{font-size:10px;margin-bottom:24px}.business-ja{font-size:11px;margin-bottom:24px}.business-copy h3{font-size:25px;margin-bottom:15px}.business-copy>p{font-size:14px;line-height:2.1}.business-visual{aspect-ratio:1.3}.business-visual small{font-size:8px;bottom:12px;left:12px}.round-arrow{width:47px;height:47px;font-size:23px}.tags{gap:6px;margin-top:20px}.tags span{font-size:10px;padding:5px 8px}.business-link{margin-top:23px;font-size:13px}.ai-art .ai-words{font-size:88px}.project-grid{grid-template-columns:1fr;gap:32px}.project-art{aspect-ratio:1.42;padding:27px}.project-art .project-kicker{font-size:9px}.project-art .project-word{font-size:38px}.art-hiokoshi .project-word{font-size:53px}.art-entre .project-word{font-size:59px}.art-minnato .project-word{font-size:46px}.project-caption{padding-top:18px}.project-caption h3{font-size:16px}.project-caption p{font-size:12px}.project-caption>span{display:block;font-size:9px}.connection{margin-top:63px;gap:25px;padding-top:32px}.connection h3{font-size:26px;margin-bottom:23px}.connection .text-body{font-size:14px}.connection-flow{gap:9px;margin-top:27px;padding-block:20px}.connection-flow span{font-size:10px}.connection-flow i{font-size:18px}.news-layout{gap:28px}.news-heading h2{font-size:64px;margin-top:22px}.news-heading .text-link{font-size:10px;min-width:155px;gap:15px;padding-bottom:9px}.news-item,.news-archive .news-item{grid-template-columns:1fr 24px;gap:10px 20px;padding-block:23px}.news-meta{grid-column:1 / -1;display:flex;gap:15px;font-size:9px;align-items:center}.news-meta .category{margin-top:0;font-size:9px}.news-item h3,.news-archive .news-item h3{font-size:14px;line-height:1.95}.news-item .arrow{font-size:21px}.company-teaser{grid-template-columns:1fr;gap:26px;padding-block:55px}.company-teaser h2{font-size:29px}.company-teaser p{font-size:14px}.company-teaser .eyebrow{margin-bottom:17px;font-size:9px}.company-teaser .text-link{min-width:225px;margin-top:21px}.footer-contact{padding:60px 0 40px}.footer-contact .eyebrow{font-size:9px;margin-bottom:22px}.footer-contact .footer-title{font-size:29px;line-height:1.6;padding-right:0;letter-spacing:-.045em}.footer-contact .round-arrow{position:static;width:58px;height:58px;font-size:28px;margin-top:30px}.footer-info{flex-direction:column;padding:34px 0 52px;gap:31px}.footer-address{font-size:12px}.footer-address b{font-size:13px}.footer-nav{gap:0;display:grid;grid-template-columns:1fr 1fr;font-size:12px}.footer-nav>div{gap:9px}.footer-wordmark{font-size:21.6vw;padding-top:0}.footer-base{font-size:7px;padding-block:26px 23px;align-items:flex-start;gap:20px}.footer-base a{font-size:9px}.preview-badge{font-size:7px;bottom:9px;right:9px;padding:5px 8px}.page-hero{padding-top:125px;padding-bottom:44px}.page-hero h1{font-size:clamp(40px,10.8vw,58px);line-height:1.1;word-break:normal;overflow-wrap:normal}.page-hero .eyebrow{font-size:9px;margin-bottom:28px}.page-hero .hero-jp{font-size:12px;margin-top:18px}.page-hero .page-intro{grid-template-columns:1fr;gap:23px;margin-top:31px}.page-hero .ja-title{font-size:27px}.page-hero .page-intro p{font-size:14px;line-height:2.1;padding:0}.breadcrumb{font-size:8px;margin-bottom:30px;gap:9px}.detail-visual{margin-top:32px}.detail-visual img{height:240px}.detail-visual figcaption{font-size:9px}.detail-grid{padding-block:42px;gap:23px}.detail-grid h2{font-size:25px}.detail-grid>div>p{font-size:14px;line-height:2.1}.feature-list{grid-template-columns:1fr;gap:25px;margin-top:33px}.feature{padding-top:17px}.feature h3{font-size:20px;margin:15px 0 10px}.feature p{font-size:14px}.case-link{grid-template-columns:85px 1fr 20px;gap:15px;padding-block:20px;margin-top:28px}.case-link img{width:85px;aspect-ratio:1;object-fit:cover}.case-link h3{font-size:11px}.case-link small{font-size:8px;margin-bottom:5px}.case-link .arrow{font-size:22px}.project-detail>.section>.project-art{min-height:270px;aspect-ratio:1.3;margin-top:31px;padding:27px}.project-detail>.section>.project-art .project-word{font-size:43px}.project-detail>.section>.project-art.art-entre .project-word{font-size:62px}.project-detail>.section>.project-art .project-word small{font-size:14px}.project-detail>.section>.project-art .project-kicker{font-size:9px}.project-detail>.section>.project-art .art-label{font-size:9px}.related-projects{padding-top:52px}.related-projects>h2{font-size:23px;margin-bottom:23px}.values{grid-template-columns:1fr;gap:17px;margin-top:30px}.value{padding:26px;min-height:0}.value h3{font-size:34px;margin-bottom:20px}.value p{font-size:14px}.company-table{font-size:12px}.company-table th{font-size:10px;width:25%}.company-table td{padding-left:15px}.company-table th,.company-table td{padding-block:17px}.mission-quote{font-size:27px}.founder-name{font-size:27px}.article{padding-top:123px;padding-bottom:68px}.article .breadcrumb{margin-bottom:31px}.article-meta{font-size:10px;gap:15px}.article h1{font-size:25px;line-height:1.7}.article-cover{margin-top:30px;max-height:360px}.article-body{font-size:14px;margin:32px auto 40px}.article-body h2{font-size:21px}.article-body h3{font-size:18px}.article-body img{margin-block:21px}.article-back .text-link{font-size:12px}.news-filter{gap:6px;margin-bottom:27px}.news-filter a{font-size:10px;padding:8px 12px}.contact-layout{padding-block:44px;gap:30px}.contact-aside h2{font-size:25px}.contact-aside p{font-size:13px}.form-note{font-size:13px;padding:16px}.field{margin-bottom:25px}.field-row{grid-template-columns:1fr;gap:0}.field label,.field-label{font-size:13px}.form-submit{padding:20px 23px}.consent{font-size:13px;margin-block:27px}.privacy-body h2{font-size:19px}.privacy-body p,.privacy-body ul{font-size:14px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.js .reveal{opacity:1;transform:none}.hero-art{transform:none!important}}

/* GOAT brand signature: multiplication remains a supporting element. */
.brand .brand-times{font-size:.72em;font-weight:500;margin-left:2px;letter-spacing:-.07em}.dark-hero:not(.menu-open) .site-header:not(.is-scrolled) .brand-dot{background:var(--orange)}

/* Drawn interface symbols: consistent on desktop and mobile. */
.gx-icon{display:inline-block;width:24px;height:24px;flex:none;vertical-align:middle;overflow:visible}
.arrow{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;font:inherit}
.arrow .gx-icon,.round-arrow .gx-icon{width:100%;height:100%}
.round-arrow .gx-icon{width:24px;height:24px}
.project-arrow .gx-icon{width:28px;height:28px}
.project-visit{display:inline-flex;align-items:center;gap:8px}
.project-visit .gx-icon{width:16px;height:16px}
.ticker-track>.gx-icon{width:28px;height:28px;align-self:center;stroke-width:1.5}
.connection-flow i{display:flex;align-items:center;justify-content:center}
.connection-flow i .gx-icon{width:22px;height:22px}
.footer-contact .round-arrow .gx-icon{width:42px;height:42px}
.menu-close{display:grid;place-items:center;min-width:44px;min-height:44px}
.menu-close .gx-icon{width:27px;height:27px}
.form-note .gx-icon{width:16px;height:16px;margin-left:3px}
@media(max-width:600px){.ticker-track>.gx-icon{width:20px;height:20px}.footer-contact .round-arrow .gx-icon{width:27px;height:27px}.connection-flow i .gx-icon{width:19px;height:19px}}

/* Company story, drawn from the founding and programme records. */
.brand-definition{font:500 11px/1.8 var(--display);letter-spacing:.04em;border-left:2px solid var(--orange);padding-left:15px;margin-top:26px;color:var(--muted)}
.photo-strip img{object-position:50% 38%}
.business-visual img{object-position:50% 45%}
.business-visual small{font-size:10px;letter-spacing:.02em}
.founder-teaser{display:grid;grid-template-columns:.8fr 1.2fr;gap:10%;padding-block:100px;align-items:center}
.founder-photo{position:relative;overflow:hidden;margin:0;background:#d5cfc3}
.founder-photo img{display:block;width:100%;height:auto;aspect-ratio:4/5;object-fit:cover;object-position:50% 45%}
.founder-photo figcaption{position:absolute;left:22px;bottom:22px;color:#fff;font:500 10px/1.5 var(--display);letter-spacing:.14em;text-shadow:0 1px 6px #0009}
.founder-teaser-copy h2{font-size:clamp(30px,3.15vw,46px);font-weight:600;line-height:1.65;letter-spacing:-.04em;margin:0 0 28px}
.founder-teaser-copy>p{font-size:14px;line-height:2.25;color:var(--muted)}
.founder-signature{display:flex;flex-direction:column;gap:9px;margin:30px 0 4px}
.founder-signature small{font-size:10px;letter-spacing:.09em;color:var(--muted)}
.founder-signature strong{font-size:25px;font-weight:500;letter-spacing:.08em}
.founder-detail{scroll-margin-top:95px;align-items:start}
.founder-detail .founder-photo{margin-top:34px;max-width:360px}
.founder-detail .founder-bio{font-size:15px;line-height:2.15;margin-top:24px}
.founder-detail .ja-title{margin-top:34px;font-size:32px}
.journey-list article{display:grid;grid-template-columns:88px 1fr;gap:22px;border-top:1px solid var(--line);padding-block:25px}
.journey-list time{font:500 11px/1.7 var(--display);padding-top:6px;color:var(--muted)}
.journey-list h3{font-size:20px;font-weight:500;line-height:1.7;margin-bottom:10px}
.journey-list p{font-size:14px;line-height:2;color:var(--muted)}
@media(max-width:800px){.founder-teaser{gap:7%;padding-block:70px}.founder-teaser-copy h2{font-size:30px}.founder-teaser-copy>p{font-size:13px}.founder-detail{grid-template-columns:1fr 1.2fr}.founder-detail .ja-title{font-size:26px}.founder-detail .founder-bio{font-size:14px}}
@media(max-width:540px){.founder-teaser{grid-template-columns:1fr;gap:33px;padding-block:60px}.founder-photo{max-width:370px}.founder-photo img{aspect-ratio:1.08;object-position:50% 39%}.founder-teaser-copy h2{font-size:28px;margin-bottom:22px}.founder-teaser-copy>p{font-size:14px;line-height:2.15}.founder-teaser-copy>p br{display:none}.founder-signature{margin-top:25px}.founder-detail{grid-template-columns:1fr;gap:28px}.founder-detail .founder-photo{margin-top:25px}.founder-detail .ja-title{font-size:27px;margin-top:24px}.journey-list article{grid-template-columns:1fr;gap:9px;padding-block:23px}.journey-list h3{font-size:19px}.journey-list p{font-size:14px}.connection-flow{gap:6px}.connection-flow span{font-size:10px;line-height:1.7;text-align:center;flex:1}.connection-flow i .gx-icon{width:18px;height:18px}.business-visual small{font-size:9px}}

/* Compact corporate home and structured directory. */
.brand{display:flex;align-items:center;min-width:0;line-height:1}.brand-logo{display:block;width:158px;height:auto;max-width:none;filter:brightness(0)}
.dark-hero .site-header:not(.is-scrolled) .brand-logo,.menu-dialog .brand-logo{filter:brightness(0) invert(1)}
.site-header.is-scrolled .brand-logo{filter:brightness(0)}
.site-nav{gap:27px}.site-nav>a{font-size:11px}.menu-top .brand-logo{width:162px}
.home-about{padding-block:104px 98px;display:grid;grid-template-columns:1.1fr 1fr;gap:9%;border-bottom:1px solid var(--line)}
.home-about .eyebrow{margin-bottom:28px}.home-about h2{font-size:clamp(30px,3.4vw,51px);font-weight:600;line-height:1.6;letter-spacing:-.045em}
.home-about-copy{padding-top:5px}.home-about-copy p{font-size:14px;line-height:2.2}.home-about-copy p+p{margin-top:17px}.home-about-copy .text-link{margin-top:28px;min-width:220px}
.home-business{padding-block:94px 105px}.home-section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:41px}.home-section-heading .eyebrow{margin-bottom:20px}.home-section-heading h2{font-size:clamp(27px,3vw,43px);font-weight:500;line-height:1.5;letter-spacing:-.04em}.home-section-heading .text-link{margin-top:0;min-width:174px}
.home-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}.home-service{min-width:0;display:block}.home-service-top{display:flex;align-items:center;font:500 10px/1.4 var(--display);letter-spacing:.1em;border-top:1px solid var(--ink);padding:18px 0}.home-service-top>span:first-child{color:var(--muted);margin-right:20px}.home-service-top>.gx-icon{width:20px;height:20px;margin-left:auto;transition:transform .65s var(--ease)}.home-service-image{aspect-ratio:1.3;background:#dadbd2;overflow:hidden}.home-service-image img{width:100%;height:100%;object-fit:cover;object-position:50% 50%;transition:filter .8s var(--ease)}.home-service:nth-child(2) img{object-position:50% 55%}.home-service h3{font-size:24px;font-weight:500;line-height:1.5;letter-spacing:-.035em;margin-top:22px}.home-service>p{font-size:12px;line-height:1.9;color:var(--muted);margin-top:8px}.home-service:hover .gx-icon{transform:translate(4px,-4px)}.home-service:hover img{filter:brightness(1.05)}
.home-news{padding-block:76px 94px;border-top:1px solid var(--line)}.home-news .news-heading h2{font-size:clamp(49px,5vw,74px)}.home-news .news-layout{grid-template-columns:.68fr 1.32fr;gap:9%}.home-news .news-item{padding-block:22px}.home-news .news-item h3{font-size:14px}.mobile-only{display:none}
.footer-v4{--dark:#0b0d0c;background:var(--dark)}.footer-v4 .footer-contact{display:grid;grid-template-columns:1fr auto 82px;gap:48px;align-items:center;padding:64px 0 56px;border-color:#ffffff26}.footer-v4 .footer-contact .eyebrow{margin-bottom:19px}.footer-v4 .footer-title{font-size:clamp(35px,4.4vw,64px);font-weight:400;line-height:1.5;padding:0}.footer-v4 .footer-contact .round-arrow{position:static;width:82px;height:82px;background:transparent;color:#f4f2ed;border-color:#ffffff67}.footer-v4 .footer-contact .round-arrow svg{width:29px;height:29px}.footer-contact-label{font-size:13px;border-bottom:1px solid #ffffff66;padding-bottom:6px}.footer-v4 .footer-contact:hover .round-arrow{background:var(--paper);color:var(--ink);transform:rotate(0)}.footer-directory{display:grid;grid-template-columns:1fr 1.8fr;gap:11%;padding:60px 0 52px}.footer-logo{display:inline-block}.footer-logo img{width:210px;height:auto;filter:brightness(0) invert(1)}.footer-company>p{font-size:12px;margin-top:18px}.footer-location{margin-top:25px;font-size:11px;color:#b2b6ae;line-height:1.85}.footer-location>span{font:500 9px/1.4 var(--display);letter-spacing:.1em;color:#eeeee6}.footer-location address{font-style:normal;margin-top:7px}.footer-location.registered{margin-top:22px;font-size:10px;color:#92968f}.footer-location.registered>span{color:#a6aaa2;font:400 10px var(--sans);letter-spacing:0}.map-link{display:inline-flex;align-items:center;gap:20px;margin-top:10px;min-height:33px;color:#f4f2ed;border-bottom:1px solid #666b63;font-size:10px}.map-link .gx-icon{width:14px;height:14px}.footer-sitemap{display:grid;grid-template-columns:.95fr 1fr 1.15fr;gap:24px}.footer-group h2{font:500 10px/1.5 var(--display);letter-spacing:.12em;color:#7f857a;margin-bottom:23px}.footer-group a{display:block;width:fit-content;min-height:37px;font-size:12px;line-height:1.8;padding:5px 0;color:#e2e4dc;transition:color .3s}.footer-group a:hover{color:white;text-decoration:underline;text-underline-offset:6px}.footer-v4 .footer-base{border-top:1px solid #ffffff24;padding-block:25px;color:#81877d}.footer-v4 .footer-base span:nth-child(2){font-size:8px;letter-spacing:.12em}
.access-section{display:grid;grid-template-columns:.85fr 1.15fr;gap:8%;padding-block:90px 110px}.access-copy h2{font-size:34px;line-height:1.6;letter-spacing:-.04em;font-weight:500;margin-top:22px}.access-copy>p{font-size:14px;line-height:2;margin-top:24px}.access-copy>p.access-note{font-size:12px;color:var(--muted);margin-top:12px}.access-copy .text-link{margin-top:23px;min-width:220px}.access-map{display:block;width:100%;height:440px;border:0;background:#e4e5dc}.address-note{display:block;font-size:11px;color:var(--muted);margin-top:8px}#access,#projects,#advisory,#web-design{scroll-margin-top:110px}.business-visual img{object-position:50% 50%}.business-row.reverse .business-visual img{object-position:50% 55%}
@media(max-width:1050px){.site-nav{gap:20px}.brand-logo{width:135px}.home-service-grid{gap:20px}.home-service h3{font-size:22px}.footer-directory{gap:6%;grid-template-columns:1fr 2fr}.footer-sitemap{gap:18px}.footer-group a{font-size:11px}.footer-logo img{width:170px}.access-section{gap:6%}}
@media(max-width:800px){.home-about{gap:7%;padding-block:74px}.home-about h2{font-size:31px}.home-about-copy p{font-size:13px}.home-business{padding-block:70px 75px}.home-service-grid{gap:16px}.home-service-image{aspect-ratio:.92}.home-service h3{font-size:20px}.home-service>p{font-size:11px}.home-service-top{font-size:8px;letter-spacing:.03em}.home-service-top>span:first-child{margin-right:10px}.home-news{padding-block:58px 65px}.footer-directory{grid-template-columns:1fr;gap:40px;padding-block:42px}.footer-company{display:grid;grid-template-columns:1fr 1fr;gap:0 36px}.footer-logo{grid-column:1}.footer-company>p{grid-column:1;margin-top:12px}.footer-location{grid-column:2;grid-row:1 / span 2;margin-top:0}.footer-location.registered{grid-column:2;grid-row:3;margin-top:20px}.footer-sitemap{gap:32px}.footer-group a{font-size:12px}.footer-v4 .footer-contact{gap:25px;grid-template-columns:1fr auto 70px;padding-block:47px}.footer-v4 .footer-contact .round-arrow{width:70px;height:70px}.access-section{padding-block:65px 75px;grid-template-columns:1fr;gap:35px}.access-map{height:380px}}
@media(max-width:540px){.brand-logo{width:129px}.home-about{grid-template-columns:1fr;gap:27px;padding-block:60px}.home-about .eyebrow{margin-bottom:19px}.home-about h2{font-size:29px}.home-about-copy p{font-size:13px}.home-about-copy .text-link{margin-top:22px;min-width:200px}.home-business{padding-block:54px 58px}.home-section-heading{align-items:flex-end;gap:16px;margin-bottom:30px}.home-section-heading h2{font-size:25px;line-height:1.55}.home-section-heading .eyebrow{margin-bottom:16px}.home-section-heading .text-link{min-width:80px;gap:8px;font-size:10px;padding-bottom:10px}.home-section-heading .text-link .arrow{width:19px;height:19px}.home-service-grid{grid-template-columns:1fr;gap:32px}.home-service-top{font-size:10px;padding:13px 0}.home-service-top>span:first-child{margin-right:17px}.home-service-image{aspect-ratio:1.5}.home-service h3{font-size:22px;margin-top:17px}.home-service>p{font-size:12px;margin-top:5px}.home-news{padding-block:50px 57px}.home-news .news-layout{grid-template-columns:1fr;gap:27px}.home-news .news-heading{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:13px}.home-news .news-heading>.eyebrow{flex:0 0 100%}.home-news .news-heading h2{font-size:44px}.home-news .news-heading>.text-link{margin:0;min-width:150px;font-size:10px}.home-news .news-item{padding-block:19px}.home-news .news-item h3{font-size:12px}.mobile-only{display:initial}.footer-v4 .footer-contact{grid-template-columns:1fr 58px;gap:20px;padding:42px 0}.footer-v4 .footer-title{font-size:35px}.footer-v4 .footer-contact .round-arrow{width:58px;height:58px}.footer-contact-label{display:none}.footer-directory{padding-block:37px;gap:35px}.footer-company{display:block}.footer-logo img{width:172px}.footer-company>p{margin-top:13px}.footer-location{margin-top:22px}.footer-location.registered{margin-top:17px}.footer-sitemap{grid-template-columns:1fr 1fr;gap:30px 20px}.footer-group:last-child{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.footer-group:last-child h2{grid-column:1 / -1}.footer-group h2{margin-bottom:15px}.footer-group a{font-size:11px;min-height:37px}.footer-v4 .footer-base{flex-wrap:wrap;gap:14px 15px;padding-block:22px}.footer-v4 .footer-base span:nth-child(2){display:none}.access-copy h2{font-size:28px}.access-copy>p{font-size:13px}.access-map{height:340px}.access-section{padding-block:55px 65px}}

/* Desktop depth: the page remains in its native document flow. */
html.gx-wheel-easing{scroll-behavior:auto!important}
.depth-media{position:relative;overflow:hidden;isolation:isolate}
.gx-motion-ready .depth-media img{transform:translate3d(0,var(--gx-depth-y,0px),0) scale(1.16);transform-origin:center;transition:none;backface-visibility:hidden}
.gx-cursor{position:fixed;z-index:150;top:0;left:0;width:0;height:0;pointer-events:none;opacity:0;mix-blend-mode:difference;transition:opacity .24s ease;contain:layout style}
.gx-cursor::before{content:"";position:absolute;top:-17px;left:-17px;width:34px;height:34px;border:1px solid rgba(255,255,255,.75);border-radius:50%;transform:scale(1);transition:transform .45s cubic-bezier(.16,1,.3,1),border-color .3s,background-color .3s;box-sizing:border-box}
.gx-cursor.is-visible{opacity:1}
.gx-cursor.is-active::before{transform:scale(1.72);border-color:rgba(255,255,255,.55);background-color:rgba(255,255,255,.035)}
@media(max-width:800px),(hover:none),(pointer:coarse),(prefers-reduced-motion:reduce){.gx-cursor{display:none}.gx-motion-ready .depth-media img{transform:none}}

/* Curious: an original pearl-white companion, drawn in SVG. */
.hero.goat-hero{--goat-paper:#f4f3eb;--goat-ink:#252d25;--goat-muted:#72776b;--cat-x:0;--cat-y:0;--cat-turn:0deg;--cat-lean:0px;position:relative;isolation:isolate;height:min(1030px,100svh);min-height:760px;max-height:none;background:var(--goat-paper);color:var(--goat-ink);overflow:hidden;overflow:clip}
.goat-hero .goat-atmosphere{position:absolute;inset:0;z-index:-1;overflow:hidden;pointer-events:none;background:radial-gradient(ellipse at 80% 38%,#fffef5 0%,#f4f3eb00 61%)}
.goat-hero .goat-halo{position:absolute;width:65vw;height:65vw;max-width:950px;max-height:950px;right:-8%;top:1%;border:1px solid #686f5610;border-radius:50%;background:radial-gradient(circle at 43% 45%,#dce1d72e,transparent 65%)}
.goat-hero .goat-halo:before{content:'';position:absolute;inset:8%;border:1px solid #686f560a;border-radius:50%}
.goat-hero .goat-coordinate{position:absolute;top:49%;right:20px;writing-mode:vertical-rl;font:500 7px/1.4 var(--display);letter-spacing:.15em;color:#878c7a}
.goat-hero .goat-shell{position:relative;z-index:3;max-width:1720px;margin-inline:auto;height:100%;display:flex;align-items:center;padding:126px var(--gutter) 98px;pointer-events:none}
.goat-hero .goat-message{position:relative;width:max-content;max-width:55%;pointer-events:auto}
.goat-hero .goat-overline{display:flex;align-items:center;gap:10px;margin:0 0 32px;font:500 8px/1.6 var(--display);letter-spacing:.16em;color:#727766;animation:goat-fade-up 1.1s .12s both}
.goat-hero .goat-status-dot{display:inline-block;width:5px;height:5px;background:#a4915b;border-radius:50%;box-shadow:0 0 0 4px #a4915b12}
.hero.goat-hero h1.goat-headline{margin:0;max-width:none;font-family:var(--sans);font-size:clamp(48px,4.9vw,77px);font-weight:600;line-height:1.49;letter-spacing:-.075em;white-space:nowrap;color:var(--goat-ink)}
.hero.goat-hero .goat-line{display:block;overflow:hidden;padding-bottom:.05em;margin-bottom:-.05em}
.hero.goat-hero .goat-line>span{display:block;transform-origin:left bottom;animation:goat-line-in 1.35s cubic-bezier(.22,.7,.18,1) both}
.hero.goat-hero .goat-line:nth-child(2)>span{animation-delay:.13s}
/* Paw punctuation stays in the authored line, so the original reveal and rhythm remain intact. */
.hero.goat-hero .goat-punctuation-text{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.hero.goat-hero .goat-paw-punctuation{display:inline-block;width:.47em;height:.47em;max-width:none;margin-left:.13em;margin-right:.16em;vertical-align:.015em;color:#536247;transform-origin:50% 55%;overflow:visible}
.hero.goat-hero .goat-paw-comma{transform:rotate(-17deg)}
.hero.goat-hero .goat-paw-period{transform:rotate(13deg)}
.goat-hero .goat-description{margin-top:29px;font-size:clamp(12px,1vw,15px);font-weight:400;line-height:2.1;letter-spacing:.06em;color:#656b5e;animation:goat-fade-up 1.25s .32s both}
.goat-hero .goat-description>span{display:block}
.goat-hero .goat-cta{display:inline-flex;align-items:center;justify-content:space-between;gap:54px;min-height:48px;margin-top:31px;padding:6px 0 13px;border-bottom:1px solid #252d2570;color:var(--goat-ink);font-size:12px;line-height:1.5;transition:border-color .35s,color .35s;animation:goat-fade-up 1.25s .44s both}
.goat-hero .goat-cta-arrow{display:block;width:22px;height:22px;flex:none;transition:transform .4s var(--ease)}
.goat-hero .goat-cta-arrow svg{width:100%;height:100%}
.goat-hero .goat-cta:hover{color:#837043;border-color:#837043}
.goat-hero .goat-cta:hover .goat-cta-arrow{transform:translate(4px,-4px)}
.goat-hero .goat-cat-scene{position:absolute;z-index:2;width:58%;height:calc(100% - 135px);right:-3%;bottom:38px;max-height:860px;transform-origin:60% 70%;animation:goat-cat-arrive 1.6s .08s cubic-bezier(.16,.7,.2,1) both}
.goat-hero .goat-cat-touch{display:block;position:absolute;inset:0;width:100%;height:100%;border:0;padding:0;background:none;appearance:none;-webkit-tap-highlight-color:transparent;cursor:pointer;border-radius:45%;touch-action:pan-y}
.goat-hero .goat-cat-touch:focus-visible{outline:1px dashed #7c846c;outline-offset:-35px}
.goat-hero .goat-cat{display:block;width:100%;height:100%;max-width:none;overflow:visible}
.goat-hero .goat-cat-float{transform-origin:420px 720px;animation:goat-cat-breathe 4.8s -.8s ease-in-out infinite}
/* The idle tilt includes the pointer pose, so curiosity continues even with a still cursor. */
.goat-hero .goat-cat-head{transform:translate(calc(var(--cat-x)*10px),calc(var(--cat-y)*6px)) rotate(var(--cat-turn));transform-origin:414px 520px;animation:goat-cat-curiosity 10.6s -2.4s ease-in-out infinite;will-change:transform}
.goat-hero .goat-cat-shadow{transform-origin:431px 730px;animation:goat-cat-shadow-breathe 4.8s -.8s ease-in-out infinite}
.goat-hero .goat-cat-body-turn{transform:translate(calc(var(--cat-x)*4px),var(--cat-lean));transform-origin:415px 680px}
.goat-hero .goat-cat-face{transform:translate(calc(var(--cat-x)*17px),calc(var(--cat-y)*10px));transform-origin:413px 371px}
.goat-hero .goat-cat-eye{transform-box:fill-box;transform-origin:center;transition:opacity .15s}
.goat-hero .goat-cat-eye-glint{transform:translate(calc(var(--cat-x)*2px),calc(var(--cat-y)*2px))}
.goat-hero[data-cat-blink=true] .goat-cat-eye{transform:scaleY(.09)}
.goat-hero .goat-cat-happy-eyes{opacity:0;transition:opacity .18s}
.goat-hero .goat-cat-ear-left{transform-origin:290px 269px;animation:goat-ear-left 7.8s -1.2s ease-in-out infinite}
.goat-hero .goat-cat-ear-right{transform-origin:550px 269px;animation:goat-ear-right 9.2s -2.8s ease-in-out infinite}
.goat-hero .goat-cat-tail{transform-origin:537px 658px;animation:goat-tail-sway 4.6s -.7s ease-in-out infinite}
.goat-hero .goat-cat-paw-left{transform-origin:294px 520px;transition:transform .7s cubic-bezier(.18,.8,.25,1.2)}
.goat-hero .goat-cat-paw-right{transform-origin:538px 520px;transition:transform .7s cubic-bezier(.18,.8,.25,1.2)}
.goat-hero .goat-cat-delight{opacity:0;transform-origin:420px 380px;transition:opacity .3s,transform .6s;transform:scale(.9)}
.goat-hero[data-cat-state=happy] .goat-cat-eye{opacity:0}
.goat-hero[data-cat-state=happy] .goat-cat-happy-eyes{opacity:1}
.goat-hero[data-cat-state=happy] .goat-cat-paw-left{transform:rotate(27deg) translate(-3px,-6px)}
.goat-hero[data-cat-state=happy] .goat-cat-paw-right{transform:rotate(-20deg) translate(3px,-5px)}
.goat-hero[data-cat-state=happy] .goat-cat-delight{opacity:.8;transform:scale(1)}
.goat-hero .goat-cat-invitation{position:absolute;z-index:3;top:9%;left:9%;font-size:10px;letter-spacing:.07em;color:#737a68;transform:rotate(-5deg);pointer-events:none;transition:opacity .3s;animation:goat-fade-up 1s 1s both}
.goat-hero .goat-cat-invitation svg{width:55px;height:45px;display:block;margin:8px auto 0 51px}
.goat-hero[data-cat-state=happy] .goat-cat-invitation{opacity:0}
.goat-hero .goat-cat-label{display:flex;align-items:center;gap:8px;position:absolute;bottom:2%;left:50%;transform:translateX(-50%);width:max-content;max-width:94%;font:500 6px/1.6 var(--display);letter-spacing:.12em;color:#909782;pointer-events:none}
.goat-hero .goat-cat-label-dot{width:3px;height:3px;border-radius:50%;background:#909782}
.goat-hero .goat-cat-contact{position:absolute;z-index:8;right:16%;top:37%;width:282px;max-width:calc(100% - 32px);background:#fcfcf5f5;border:1px solid #757b6226;border-radius:17px;padding:25px;box-shadow:0 20px 55px #25332219;backdrop-filter:blur(15px);animation:goat-contact-in .5s cubic-bezier(.2,.8,.2,1) both}
.goat-hero .goat-cat-contact[hidden]{display:none}
.goat-hero .goat-cat-close{position:absolute;right:2px;top:2px;width:44px;height:44px;border:0;background:none;display:grid;place-items:center;cursor:pointer;color:#707a65;border-radius:50%;padding:9px}
.goat-hero .goat-cat-close svg{width:18px;height:18px}
.goat-hero .goat-cat-close:hover{background:#707a6511}
.goat-hero .goat-cat-thanks{margin:0 0 12px;font-size:9px;letter-spacing:.06em;color:#889273}
.goat-hero .goat-cat-contact-copy{margin:0;font-size:14px;line-height:1.85;letter-spacing:.02em;color:#3e4a36}
.goat-hero .goat-cat-contact-link{width:100%;border:0;cursor:pointer;font-family:inherit;text-align:left;display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:21px;min-height:46px;padding:11px 16px;background:#2d3b2b;color:#fafbf2;border-radius:6px;font-size:10px;letter-spacing:.03em;transition:background .3s}
.goat-hero .goat-cat-contact-link svg{width:18px;height:18px;flex:none}
.goat-hero .goat-cat-contact-link:hover{background:#516245}
.goat-hero .goat-cat-announcement{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.goat-hero .goat-bottom{position:absolute;z-index:4;bottom:27px;left:var(--gutter);right:var(--gutter);display:flex;align-items:center;justify-content:space-between;gap:22px;pointer-events:none}
.goat-hero .goat-origin{font:500 7px/1.5 var(--display);letter-spacing:.13em;color:#818672}
.goat-hero .goat-scroll{display:inline-flex;align-items:center;gap:23px;min-height:44px;font:500 7px/1.5 var(--display);letter-spacing:.13em;color:#6b725e;pointer-events:auto}
.goat-hero .goat-scroll svg{width:22px;height:22px;transition:transform .4s var(--ease)}
.goat-hero .goat-scroll:hover svg{transform:translateY(5px)}
.goat-hero[data-motion=paused] *,.goat-hero[data-motion=paused] *:before,.goat-hero[data-motion=paused] *:after{animation-play-state:paused!important}
.goat-hero a:focus-visible,.goat-hero button:focus-visible{outline-color:#657653}
@keyframes goat-line-in{from{opacity:.15;transform:translateY(115%) rotate(2deg)}to{opacity:1;transform:translateY(0) rotate(0)}}
@keyframes goat-fade-up{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}
@keyframes goat-cat-arrive{from{opacity:0;transform:translateY(40px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}
@keyframes goat-cat-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-4px) scale(1.003,1.009)}}
@keyframes goat-cat-shadow-breathe{0%,100%{transform:scaleX(1);opacity:1}50%{transform:scaleX(.97);opacity:.9}}
@keyframes goat-cat-curiosity{0%,100%{transform:translate(calc(var(--cat-x)*10px),calc(var(--cat-y)*6px + 1px)) rotate(calc(var(--cat-turn) - 1.7deg))}26%{transform:translate(calc(var(--cat-x)*10px + 1px),calc(var(--cat-y)*6px - 2px)) rotate(calc(var(--cat-turn) + .6deg))}56%{transform:translate(calc(var(--cat-x)*10px + 2px),calc(var(--cat-y)*6px)) rotate(calc(var(--cat-turn) + 2.6deg))}79%{transform:translate(calc(var(--cat-x)*10px),calc(var(--cat-y)*6px - 1px)) rotate(calc(var(--cat-turn) - .4deg))}}
@keyframes goat-tail-sway{0%,100%{transform:rotate(-7deg)}50%{transform:rotate(9deg)}}
@keyframes goat-ear-left{0%,100%{transform:rotate(-1deg)}30%,45%{transform:rotate(1deg)}35%{transform:rotate(-8deg)}39%{transform:rotate(2deg)}70%{transform:rotate(-2deg)}}
@keyframes goat-ear-right{0%,100%{transform:rotate(1deg)}47%,66%{transform:rotate(-1deg)}54%{transform:rotate(7deg)}59%{transform:rotate(-2deg)}82%{transform:rotate(2deg)}}
@keyframes goat-contact-in{from{opacity:0;transform:translateY(12px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}
@media(min-width:1700px){.goat-hero .goat-cat-scene{right:2%;width:56%}.goat-hero .goat-message{padding-left:12px}.goat-hero .goat-cat-invitation{left:15%}}
@media(max-width:1150px) and (min-width:801px){.hero.goat-hero{min-height:690px}.hero.goat-hero h1.goat-headline{font-size:clamp(42px,4.95vw,59px)}.goat-hero .goat-overline{font-size:7px;letter-spacing:.08em}.goat-hero .goat-description{font-size:12px}.goat-hero .goat-cat-scene{width:58%;right:-4%;bottom:23px;height:calc(100% - 132px)}.goat-hero .goat-cat-invitation{font-size:9px;top:7%;left:18%}.goat-hero .goat-cat-invitation svg{height:35px}.goat-hero .goat-coordinate{right:12px}}
@media(max-width:800px){.hero.goat-hero{height:100svh;min-height:920px;max-height:1130px}.goat-hero .goat-shell{display:block;height:auto;padding:137px var(--gutter) 0}.goat-hero .goat-message{max-width:none}.goat-hero .goat-overline{margin-bottom:22px;font-size:8px}.hero.goat-hero h1.goat-headline{font-size:clamp(42px,7.1vw,59px);line-height:1.44}.goat-hero .goat-description{margin-top:20px;font-size:12px;line-height:2}.goat-hero .goat-cta{margin-top:18px;font-size:11px;padding-bottom:11px;gap:44px}.goat-hero .goat-cat-scene{width:90%;right:-8%;top:350px;bottom:40px;height:auto;max-height:none}.goat-hero .goat-cat-invitation{top:17%;left:11%;font-size:10px}.goat-hero .goat-halo{width:105vw;height:105vw;right:-34%;top:36%}.goat-hero .goat-coordinate{display:none}.goat-hero .goat-cat-label{bottom:2%}.goat-hero .goat-cat-contact{right:22%;top:35%}.goat-hero .goat-bottom{bottom:20px}.goat-hero .goat-origin{font-size:6px}.goat-hero .goat-scroll{font-size:6px;gap:13px}}
@media(max-width:540px){.hero.goat-hero{height:100svh;min-height:795px;max-height:1000px}.goat-hero .goat-shell{padding:117px 24px 0}.goat-hero .goat-overline{font-size:6px;letter-spacing:.075em;margin-bottom:22px;gap:8px}.goat-hero .goat-status-dot{width:4px;height:4px}.hero.goat-hero h1.goat-headline{font-size:clamp(34px,10.15vw,51px);line-height:1.46;letter-spacing:-.074em}.goat-hero .goat-description{font-size:11px;line-height:2.05;letter-spacing:.05em;margin-top:18px}.goat-hero .goat-cta{font-size:10px;margin-top:12px;gap:39px;padding-bottom:8px;min-height:44px}.goat-hero .goat-cta-arrow{width:19px;height:19px}.goat-hero .goat-cat-scene{width:116%;right:-12%;top:360px;bottom:54px}.goat-hero .goat-cat-invitation{font-size:8px;top:4%;left:13%;letter-spacing:.025em}.goat-hero .goat-cat-invitation svg{width:43px;height:35px;margin-top:5px;margin-left:47px}.goat-hero .goat-cat-label{font-size:5px;letter-spacing:.05em;bottom:-1%}.goat-hero .goat-cat-contact{right:19%;top:23%;width:260px;padding:22px}.goat-hero .goat-cat-contact-copy{font-size:13px}.goat-hero .goat-bottom{left:24px;right:24px;bottom:14px;gap:12px}.goat-hero .goat-origin{font-size:5px;letter-spacing:.05em}.goat-hero .goat-scroll{font-size:5px;letter-spacing:.06em;gap:8px}.goat-hero .goat-scroll svg{width:19px;height:19px}.goat-hero .goat-halo{top:43%;right:-39%;width:137vw;height:137vw}}
@media(max-width:540px) and (max-height:740px){.hero.goat-hero{min-height:750px}.goat-hero .goat-shell{padding-top:108px}.goat-hero .goat-overline{margin-bottom:18px}.goat-hero .goat-description{margin-top:13px}.goat-hero .goat-cta{margin-top:8px}.goat-hero .goat-cat-scene{top:337px}}
@media(prefers-reduced-motion:reduce){.goat-hero *,.goat-hero *:before,.goat-hero *:after{animation:none!important;transition:none!important}.goat-hero .goat-line>span,.goat-hero .goat-overline,.goat-hero .goat-description,.goat-hero .goat-cta,.goat-hero .goat-cat-scene{opacity:1;transform:none}.goat-hero .goat-cat-head,.goat-hero .goat-cat-face,.goat-hero .goat-cat-body-turn{transform:none}}

/* Approved GOAT-X mascot B: independent breathing and pointer attention. */
.goat-mascot-breathe{position:absolute;inset:4% 10% 3%;display:grid;place-items:center;transform-origin:50% 88%;animation:gx-goat-breathe 5s ease-in-out infinite;pointer-events:none}
.goat-mascot-attention{display:grid;place-items:center;width:100%;height:100%;transform:translate(calc(var(--cat-x)*12px),calc(var(--cat-y)*7px)) rotate(calc(var(--cat-turn)*.55));transform-origin:50% 83%;transition:filter .35s;pointer-events:none}
.goat-mascot-b{display:block;width:100%;height:100%;object-fit:contain;user-select:none;filter:drop-shadow(0 12px 15px #3333220a);animation:gx-goat-curious 10s ease-in-out infinite;transform-origin:50% 83%}
.goat-mascot-shadow{position:absolute;bottom:5%;left:30%;width:40%;height:5%;border-radius:50%;background:radial-gradient(ellipse,#3f423321,transparent 70%);filter:blur(5px);animation:goat-cat-shadow-breathe 5s infinite;pointer-events:none}
.goat-hero[data-cat-state=happy] .goat-mascot-b{animation:gx-goat-greet .65s ease-in-out 2}
.goat-hero[data-motion=paused] .goat-mascot-breathe,.goat-hero[data-motion=paused] .goat-mascot-b,.goat-hero[data-motion=paused] .goat-mascot-shadow{animation-play-state:paused}
@keyframes gx-goat-breathe{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-7px) scale(1.008,1.012)}}
@keyframes gx-goat-curious{0%,100%{transform:rotate(-1deg)}45%{transform:rotate(1.6deg)}75%{transform:rotate(-.5deg)}}
@keyframes gx-goat-greet{0%,100%{transform:translateY(0) rotate(0)}35%{transform:translateY(-10px) rotate(-3deg)}70%{transform:translateY(-4px) rotate(2deg)}}
@media(prefers-reduced-motion:reduce){.goat-mascot-breathe,.goat-mascot-b,.goat-mascot-shadow{animation:none!important}.goat-mascot-attention{transform:none!important}}

/* Small jointed steps and registered eyelid frame; all motion stays inside the hero. */
.goat-mascot-walk{display:grid;place-items:center;width:100%;height:100%;transform-origin:50% 94%}
.goat-mascot-rig{overflow:visible}
.goat-rig-eyelids{opacity:0;transition:opacity 45ms linear}
.goat-hero[data-cat-blink=true] .goat-rig-eyelids{opacity:1;transition-duration:55ms}
.goat-rig-upper{transform-origin:640px 1070px}
.goat-rig-foot-left{transform-origin:540px 1090px}
.goat-rig-foot-right{transform-origin:824px 1080px}
.goat-hero[data-goat-action=walk] .goat-mascot-walk{animation:gx-goat-wander 4.8s ease-in-out both}
.goat-hero[data-goat-action=walk] .goat-rig-upper{animation:gx-goat-step-body .6s ease-in-out 8}
.goat-hero[data-goat-action=walk] .goat-rig-foot-left{animation:gx-goat-step-left .6s ease-in-out 8}
.goat-hero[data-goat-action=walk] .goat-rig-foot-right{animation:gx-goat-step-right .6s ease-in-out 8}
.goat-hero[data-goat-action=walk] .goat-mascot-shadow{animation:gx-goat-shadow-walk 4.8s ease-in-out both}
.goat-hero[data-goat-action=walk] .goat-mascot-breathe{animation:none}
@keyframes gx-goat-wander{0%,100%{transform:translateX(0)}42%,52%{transform:translateX(var(--goat-walk-distance,22px))}72%{transform:translateX(calc(var(--goat-walk-distance,22px)*.55))}}
@keyframes gx-goat-step-body{0%,50%,100%{transform:translateY(0) rotate(0)}25%{transform:translateY(-4px) rotate(-.5deg)}75%{transform:translateY(-4px) rotate(.5deg)}}
@keyframes gx-goat-step-left{0%,50%,100%{transform:translate(0,0) rotate(0)}25%{transform:translate(-4px,-17px) rotate(-5deg)}}
@keyframes gx-goat-step-right{0%,50%,100%{transform:translate(0,0) rotate(0)}75%{transform:translate(4px,-17px) rotate(5deg)}}
@keyframes gx-goat-shadow-walk{0%,100%{transform:translateX(0) scaleX(1)}42%,52%{transform:translateX(var(--goat-walk-distance,22px)) scaleX(.94)}72%{transform:translateX(calc(var(--goat-walk-distance,22px)*.55))}}
@media(max-width:540px){.goat-hero{--goat-walk-distance:13px}}
@media(prefers-reduced-motion:reduce){.goat-mascot-walk,.goat-rig-upper,.goat-rig-foot{animation:none!important;transform:none!important}.goat-rig-eyelids{transition:none!important}}

/* Authored lines stay in normal flow; animation changes only their paint. */
.gx-text-ready > .gx-text-mask {
  display: block;
  clip-path: inset(-.12em -.1em);
}
.gx-text-ready > .gx-text-mask > .gx-text-line {
  display: block;
  transform: translate3d(0, 116%, 0);
  opacity: 0;
  transition:
    transform 1.12s cubic-bezier(.19, 1, .22, 1),
    opacity .7s cubic-bezier(.22, 1, .36, 1);
  transition-delay: var(--gx-text-delay, 0ms);
}
.gx-text-ready.gx-text-visible > .gx-text-mask > .gx-text-line {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.gx-text-ready.gx-text-immediate > .gx-text-mask {
  clip-path: none;
}
.gx-text-ready.gx-text-immediate > .gx-text-mask > .gx-text-line {
  transform: none;
  opacity: 1;
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .gx-text-ready > .gx-text-mask { clip-path: none; }
  .gx-text-ready > .gx-text-mask > .gx-text-line {
    transform: none;
    opacity: 1;
    transition: none;
  }
}
@media print {
  .gx-text-ready > .gx-text-mask { clip-path: none; }
  .gx-text-ready > .gx-text-mask > .gx-text-line {
    transform: none;
    opacity: 1;
    transition: none;
  }
}

/* One continuous partner strip, aligned with each project's cover artwork. */
.project-partners{width:100%;min-width:0;padding-top:82px;margin-top:78px;border-top:1px solid var(--line,#d9dbd1)}
.partners-heading{display:flex;justify-content:space-between;align-items:baseline;gap:32px;margin-bottom:32px}
.partners-heading h2{font-size:clamp(18px,1.9vw,26px);line-height:1.65;font-weight:500;letter-spacing:.015em}
.partner-marquee{position:relative;display:flex;gap:0;min-width:0;width:100%;overflow-x:auto;overflow-y:hidden;padding:18px 0 20px;background:#fff;border-block:1px solid #e4e7e0;scroll-behavior:auto;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x pan-y pinch-zoom;mask-image:linear-gradient(to right,transparent,#000 30px,#000 calc(100% - 30px),transparent)}
.partner-marquee::-webkit-scrollbar{display:none}
.partner-marquee:focus-visible{outline:2px solid #718474;outline-offset:8px;mask-image:none;scrollbar-width:thin;scrollbar-color:#c3c7bf transparent}
.partner-marquee:focus-visible::-webkit-scrollbar{display:block;height:3px}
.partner-grid{display:flex;flex:none;gap:0;list-style:none;width:max-content;max-width:none;min-width:0;margin:0;padding:0;border:0;background:none}
.partner-tile{flex:0 0 246px;width:246px;min-width:0;min-height:150px;padding:0 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;background:transparent}
.partner-mark{width:100%;min-width:0;height:108px;display:flex;align-items:center;justify-content:center;padding:8px}
.partner-mark img{display:block;max-width:min(100%,190px);width:auto;max-height:92px;height:auto;object-fit:contain}
.partner-mark img[src*="partner-cocotoma"]{width:142px;height:142px;max-height:none;max-width:none;object-fit:contain}
.partner-label{display:block;width:100%;min-height:16px;text-align:center;font-size:10px;font-weight:400;line-height:1.6;letter-spacing:.035em;color:#788174;white-space:nowrap}
.partner-text{text-align:center;white-space:normal;font-size:19px;font-weight:500;letter-spacing:.055em;line-height:1.65;color:#1b2422;overflow-wrap:anywhere}
.partner-grid[aria-hidden="true"]{pointer-events:none;user-select:none}
.project-partners[data-project="minnato"] .partner-text{font-size:16px;letter-spacing:.025em}
.partner-sources{display:flex;justify-content:flex-end;flex-wrap:wrap;gap:12px 27px;margin-top:21px}
.partner-sources a{font-size:11px;color:#6d7668;gap:11px}
.partner-sources a svg{width:13px;height:13px}
.partner-recruitment{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px 32px;margin-top:30px;padding:25px 28px;border:1px solid #d9dfd5;background:#ecefe7;border-radius:3px}
.partner-recruitment h3{margin:0 0 6px;font-size:17px;font-weight:500;line-height:1.65;letter-spacing:.015em}
.partner-recruitment p{font-size:12px;line-height:1.9;color:#657060;max-width:64ch}
.partner-recruitment p.partner-recruitment-label{margin:0 0 8px;font:500 9px/1.6 var(--display,Arial,sans-serif);letter-spacing:.15em;color:#72806d}
.partner-recruitment a{display:inline-flex;align-items:center;gap:18px;font-size:12px;line-height:1.6}
/* Display grading keeps the authentic lecture/workshop pixels and lettering intact.
   Stable classes also survive embedding these images in the single-file preview. */
.gx-site img.photo-grade-education{object-position:75% center;filter:brightness(1.12) contrast(.95) saturate(.82)}
.gx-site img.photo-grade-recruitment{filter:brightness(1.18) contrast(.97) saturate(1)}
.gx-site img.photo-grade-ai{filter:none}
.light-hero .site-header:not(.is-scrolled){color:#1b2422}
.light-hero .site-header:not(.is-scrolled) .brand-logo{filter:none}
.project-detail>.section>.project-art{width:100%;min-width:0}
@media(max-width:800px){
  .project-partners{padding-top:55px;margin-top:55px}
  .partners-heading{display:block;margin-bottom:25px}
  .partners-heading .eyebrow{margin-bottom:12px}
  .partner-tile{flex-basis:218px;width:218px;min-height:139px;padding-inline:14px;gap:11px}
  .partner-mark{height:102px;padding:7px}
  .partner-mark img{max-height:88px}
  .partner-label{font-size:9px}
  .partner-recruitment{padding:22px}
}
@media(max-width:540px){
  .goat-hero .goat-cat-invitation{top:10%}
  .partner-marquee{padding-block:13px 17px;mask-image:linear-gradient(to right,transparent,#000 14px,#000 calc(100% - 14px),transparent)}
  .partner-tile{flex-basis:202px;width:202px;min-height:131px;padding-inline:12px;gap:9px}
  .partner-mark{height:97px;padding:6px}
  .partner-mark img{max-height:85px}
  .partner-text{font-size:17px}
  .project-partners[data-project="minnato"] .partner-text{font-size:14px}
  .partner-label{font-size:8.5px;letter-spacing:0}
  .partner-sources{justify-content:flex-start;gap:12px 23px;margin-top:18px}
  .partner-recruitment{padding:20px;gap:15px}
  .partner-recruitment h3{font-size:16px}
}
@media(prefers-reduced-motion:reduce){.partner-marquee{scroll-behavior:auto;scrollbar-width:thin;scrollbar-color:#c3c7bf transparent}.partner-marquee::-webkit-scrollbar{display:block;height:3px}}

/* GOAT-X Goat — a quiet, optional place to ask. */
.gx-chat-launcher{position:fixed;right:25px;bottom:33px;z-index:145;display:flex;align-items:center;gap:10px;min-height:53px;padding:9px 17px 9px 11px;border:1px solid #f3f3e130;border-radius:40px;background:#2d432f;color:#f2f4e6;box-shadow:0 6px 25px #16221725;cursor:pointer;font:500 11px/1.5 var(--sans);letter-spacing:.05em;transition:transform .3s,box-shadow .3s}.gx-chat-launcher>svg{width:29px;height:29px}.gx-chat-launch-dot{width:4px;height:4px;border-radius:50%;background:#becb91;margin-left:3px}.gx-chat-launcher:hover{transform:translateY(-3px);box-shadow:0 9px 29px #16221735}.gx-chat-is-open .gx-chat-launcher{visibility:hidden}.gx-chat-is-open{overflow:hidden!important}.gx-chat{--gc-ink:#2b3e2c;--gc-muted:#7a8373;--gc-paper:#f7f7ee;--gc-line:#405c3927;position:fixed;inset:auto 24px 22px auto;margin:0;width:460px;max-width:calc(100vw - 48px);height:min(740px,calc(100dvh - 44px));max-height:calc(100dvh - 44px);padding:0;border:1px solid #f9fbea;border-radius:23px;background:var(--gc-paper);color:var(--gc-ink);box-shadow:0 28px 90px #17221938;overflow:hidden;font-family:var(--sans);text-align:left}.gx-chat[open]{display:flex;flex-direction:column;animation:gx-chat-enter .3s cubic-bezier(.2,.8,.2,1)}.gx-chat::backdrop{background:#17201b50;backdrop-filter:blur(3px)}.gx-chat *{box-sizing:border-box}.gx-chat [hidden]{display:none!important}.gx-chat button,.gx-chat input,.gx-chat textarea{font-family:inherit}.gx-chat button{cursor:pointer}.gx-chat button:disabled{cursor:wait;opacity:.48}.gx-chat a:focus-visible,.gx-chat button:focus-visible,.gx-chat input:focus-visible,.gx-chat textarea:focus-visible,.gx-chat-log:focus-visible{outline:2px solid #6c8458;outline-offset:3px}.gx-chat-header{display:flex;align-items:center;gap:11px;padding:19px 18px 16px 22px;border-bottom:1px solid var(--gc-line);flex:none}.gx-chat-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:16px;background:#354a34;flex:none}.gx-chat-avatar svg{width:36px;height:36px}.gx-chat-heading{flex:1}.gx-chat-heading h2{font-size:14px;line-height:1.5;font-weight:600;letter-spacing:.01em;margin:0}.gx-chat-heading p{display:flex;align-items:center;gap:6px;margin:4px 0 0;font-size:9px;color:#7d886e;line-height:1.4}.gx-chat-presence{width:4px;height:4px;background:#93aa71;border-radius:50%}.gx-chat-icon-button{display:grid;place-items:center;flex:none;width:44px;height:44px;border:0;border-radius:50%;background:none;color:#6d7864}.gx-chat-icon-button:hover{background:#e7ebdd}.gx-chat-icon-button svg{width:21px;height:21px}.gx-chat-disclosure{padding:11px 23px;background:#ecefe3;color:#6f795f;font-size:9px;line-height:1.8;border-bottom:1px solid #6674580e;flex:none}.gx-chat-view{min-height:0;flex:1}.gx-chat-conversation{display:flex;flex-direction:column}.gx-chat-log{flex:1;overflow:auto;overscroll-behavior:contain;padding:24px 23px 15px;scrollbar-width:thin;scrollbar-color:#b6c1a6 transparent}.gx-chat-message{max-width:91%;margin:0 0 16px;animation:gx-chat-message-in .25s ease-out}.gx-chat-message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;font-size:12px;line-height:1.95;letter-spacing:.02em}.gx-chat-message-label{display:block;font-size:8px;color:#849175;letter-spacing:.03em;margin-bottom:7px}.gx-chat-message[data-role=assistant]{padding:0 11px 0 0}.gx-chat-message[data-role=user]{margin-left:auto;background:#e5ebdc;border:1px solid #52674409;padding:12px 15px;border-radius:15px 15px 3px 15px;color:#405236}.gx-chat-message[data-role=user] .gx-chat-message-label{display:none}.gx-chat-message[data-role=system]{max-width:100%;padding:10px 12px;border:1px solid var(--gc-line);border-radius:9px;color:#7e886f}.gx-chat-message[data-role=system] p{font-size:10px}.gx-chat-message-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.gx-chat-message-links a{font-size:10px;line-height:1.7;padding:5px 10px;border:1px solid #60704b2a;border-radius:6px;background:#fffef5;color:#49603b;text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere}.gx-chat-typing{font-size:10px;color:#919a84;padding-block:3px 15px}.gx-chat-chips{display:flex;gap:7px;flex-wrap:wrap;padding:0 23px 12px;flex:none;max-height:115px;overflow:auto;overscroll-behavior:contain}.gx-chat-chips:empty{padding-bottom:0}.gx-chat-chips button{display:inline-flex;align-items:center;min-height:36px;padding:7px 11px;border:1px solid #5d73462e;border-radius:22px;background:#fcfcf6;color:#536545;font-size:10px;line-height:1.6;text-align:left;transition:background .2s}.gx-chat-chips button:hover{background:#e5ecd9}.gx-chat-tools{display:flex;justify-content:space-between;gap:7px;padding:9px 23px 12px;border-top:1px solid #54684617;flex:none}.gx-chat-tools button{display:flex;align-items:center;gap:7px;min-height:31px;padding:0;border:0;border-bottom:1px solid #5065423d;border-radius:0;background:none;color:#728160;font-size:9px;line-height:1.6}.gx-chat-tools svg{width:16px;height:16px}.gx-chat-composer{display:flex;gap:10px;align-items:flex-end;margin:0 19px;padding:7px 7px 7px 13px;border:1px solid #52673c2e;border-radius:17px;background:#fffef7;flex:none}.gx-chat-composer:focus-within{border-color:#7f936a}.gx-chat-composer textarea{resize:none;display:block;flex:1;min-width:0;max-height:96px;min-height:38px;padding:9px 0 5px;border:0;background:none;font-size:12px;line-height:1.75;color:#37492d;box-shadow:none;outline:none!important}.gx-chat-composer textarea::placeholder{color:#9ba38f;font-size:11px}.gx-chat-composer button{display:grid;place-items:center;width:38px;height:38px;flex:none;border:0;border-radius:11px;background:#385234;color:#f5f8e9}.gx-chat-composer button svg{width:21px;height:21px}.gx-chat-composer-note{display:flex;justify-content:space-between;margin:8px 24px 13px;color:#9aa38e;font-size:7px;line-height:1.5;flex:none}.gx-chat-detail{overflow:auto;overscroll-behavior:contain;padding:17px 24px 30px;scrollbar-width:thin}.gx-chat-back{display:flex;align-items:center;gap:8px;min-height:36px;padding:0;border:0;background:none;color:#82916f;font-size:10px}.gx-chat-back svg{width:17px;height:17px}.gx-chat-eyebrow{margin:23px 0 13px;font:500 7px/1.6 var(--display);letter-spacing:.13em;color:#8a9878}.gx-chat-detail h3{font-size:24px;font-weight:500;line-height:1.6;letter-spacing:-.04em;margin:0}.gx-chat-detail-intro{font-size:11px;line-height:1.9;color:#7c876e;margin:16px 0 23px}.gx-chat-summary-fields{display:grid;gap:15px}.gx-chat-summary-fields label,.gx-chat-contact-fields>label:not(.gx-chat-check){display:flex;flex-wrap:wrap;align-items:baseline;column-gap:7px;font-size:10px;line-height:1.6;color:#657b51}.gx-chat label>input:not([type=radio]):not([type=checkbox]),.gx-chat label>textarea,.gx-chat label>select,.gx-chat-handoff-text{display:block;flex:0 0 100%;width:100%;padding:11px 12px;margin-top:6px;border:1px solid #677e4730;border-radius:7px;background:#fffef7;color:#3d5131;font-size:12px;line-height:1.8;box-shadow:none}.gx-chat label>textarea{resize:vertical;min-height:62px;max-height:260px}.gx-chat label>span:not(.gx-chat-check span){font-size:8px;color:#97a184}.gx-chat-callback{padding:17px 0 0;margin:24px 0 19px;border:0;border-top:1px solid var(--gc-line)}.gx-chat-callback legend{font-size:11px;line-height:1.8;padding:0 8px 0 0;color:#4b613e}.gx-chat-callback label{display:flex;align-items:center;gap:9px;min-height:39px;font-size:11px;color:#536c41}.gx-chat-callback input,.gx-chat-check input{accent-color:#4b633c;width:15px;height:15px;flex:none}.gx-chat-callback label>span{font-size:11px!important;color:#536c41!important}.gx-chat-contact-fields{padding:19px 0 0;margin:0;border:0;border-top:1px solid var(--gc-line);display:grid;gap:16px}.gx-chat-check{display:flex;align-items:flex-start;gap:10px;color:#758666;font-size:10px;line-height:1.85}.gx-chat-check input{margin-top:3px}.gx-chat-check small{display:block;font-size:8px;color:#96a184;line-height:1.75;margin-top:2px}.gx-chat-check a{color:#516d3d;text-decoration:underline;text-underline-offset:3px}.gx-chat-primary,.gx-chat-secondary{display:flex;align-items:center;justify-content:center;gap:20px;min-height:46px;padding:12px 17px;border:1px solid #355132;border-radius:8px;background:#355132;color:#f8faec;font-size:11px;line-height:1.6;transition:background .2s}.gx-chat-primary:hover{background:#4c6840}.gx-chat-primary svg{width:20px;height:20px}.gx-chat-lead-form>.gx-chat-primary{width:100%;margin-top:23px}.gx-chat-secondary{border-color:#516d3535;background:#f8faf0;color:#60784b}.gx-chat-secondary:hover{background:#e8efdd}.gx-chat-form-note{font-size:9px;line-height:1.85;color:#97a185;margin:12px 0 0}.gx-chat-status{font-size:11px;line-height:1.9;color:#5a7444;white-space:pre-line;overflow-wrap:anywhere;margin:13px 0 0}.gx-chat-status:empty{display:none}.gx-chat-status[data-error=true]{color:#9b634c}.gx-chat-honeypot{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%)}.gx-chat-export-check{margin-top:24px}.gx-chat-subtle{padding:8px 0;margin-top:6px;min-height:36px;border:0;background:none;color:#879b72;font-size:9px;text-decoration:underline;text-underline-offset:4px}.gx-chat-handoff-text{resize:vertical;min-height:260px;max-height:500px;font-size:11px;line-height:1.9;margin-top:8px}.gx-chat-export-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:14px}.gx-chat-ai-links{display:flex;flex-wrap:wrap;gap:9px;margin-top:27px}.gx-chat-ai-links a{display:flex;align-items:center;gap:10px;min-height:37px;padding:8px 10px;border:1px solid #6b83422d;border-radius:5px;font:500 10px/1.5 var(--display);color:#819168}.gx-chat-ai-links svg{width:13px;height:13px}.gx-chat-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.gx-chat-launcher:focus-visible{outline:2px solid #799469;outline-offset:4px}@keyframes gx-chat-enter{from{opacity:0;transform:translateY(18px) scale(.985)}to{opacity:1;transform:none}}@keyframes gx-chat-message-in{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@media(max-width:600px){.gx-chat-launcher{right:16px;bottom:calc(25px + env(safe-area-inset-bottom));min-height:48px;padding:8px 13px 8px 10px;font-size:10px;gap:8px}.gx-chat-launcher>svg{width:25px;height:25px}.gx-chat{inset:0;margin:0;width:100%;max-width:none;height:100dvh;max-height:100dvh;border:0;border-radius:0;padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}.gx-chat-header{padding:14px 14px 13px 20px}.gx-chat-avatar{width:41px;height:41px;border-radius:14px}.gx-chat-avatar svg{width:32px;height:32px}.gx-chat-disclosure{padding:10px 20px;font-size:9px}.gx-chat-log{padding:21px 20px 13px}.gx-chat-chips{padding-inline:20px}.gx-chat-tools{padding-inline:20px}.gx-chat-composer{margin-inline:15px}.gx-chat-composer textarea,.gx-chat label>input:not([type=radio]):not([type=checkbox]),.gx-chat label>textarea,.gx-chat label>select,.gx-chat-handoff-text{font-size:16px}.gx-chat-message p{font-size:12px}.gx-chat-composer textarea::placeholder{font-size:11px}.gx-chat-composer-note{margin-inline:20px;margin-bottom:12px}.gx-chat-detail{padding:14px 21px 30px}.gx-chat-detail h3{font-size:23px}.gx-chat-summary-fields textarea{min-height:75px}.gx-chat-handoff-text{font-size:14px}.gx-chat-back{min-height:42px}}@media(prefers-reduced-motion:reduce){.gx-chat,.gx-chat *,.gx-chat-launcher{animation:none!important;transition:none!important}}

/* Comfortable reading sizes, including narrow screens. */
.gx-chat-heading h2{font-size:15px}.gx-chat-heading p{font-size:10px}.gx-chat-disclosure{font-size:11px;line-height:1.75}.gx-chat-message p{font-size:14px;line-height:1.9}.gx-chat-message-label{font-size:10px}.gx-chat-message[data-role=system] p{font-size:11px}.gx-chat-message-links a{font-size:12px}.gx-chat-typing{font-size:12px}.gx-chat-chips button{font-size:12px;min-height:40px;padding:8px 12px}.gx-chat-tools button{font-size:11px;min-height:36px}.gx-chat-composer textarea{font-size:14px}.gx-chat-composer textarea::placeholder{font-size:12px}.gx-chat-composer-note{font-size:9px}.gx-chat-back{font-size:12px}.gx-chat-eyebrow{font-size:9px}.gx-chat-detail-intro{font-size:12px}.gx-chat-summary-fields label,.gx-chat-contact-fields>label:not(.gx-chat-check){font-size:12px}.gx-chat label>input:not([type=radio]):not([type=checkbox]),.gx-chat label>textarea,.gx-chat label>select{font-size:14px}.gx-chat-callback legend{font-size:12px}.gx-chat-callback label>span{font-size:12px!important}.gx-chat-check{font-size:11px}.gx-chat-check small{font-size:10px}.gx-chat-primary,.gx-chat-secondary{font-size:12px}.gx-chat-form-note{font-size:10px}.gx-chat-status{font-size:12px}.gx-chat-subtle{font-size:11px}.gx-chat-handoff-text{font-size:12px}.gx-chat-ai-links a{font-size:11px}.gx-chat-is-open .preview-badge{visibility:hidden}.gx-chat select{font-family:inherit}.gx-chat button{touch-action:manipulation}@media(max-width:600px){.gx-chat-message p{font-size:15px}.gx-chat-disclosure{font-size:11px}.gx-chat-composer textarea,.gx-chat label>input:not([type=radio]):not([type=checkbox]),.gx-chat label>textarea,.gx-chat label>select,.gx-chat-handoff-text{font-size:16px}.gx-chat-tools{gap:15px}.gx-chat-tools button{font-size:11px}.gx-chat-log{padding-inline:20px}.gx-chat-chips{max-height:135px}.gx-chat-composer-note{font-size:9px}.gx-chat-launcher{bottom:calc(29px + env(safe-area-inset-bottom))}}

.gx-chat-launcher>.gx-goat-avatar{width:39px;height:39px;object-fit:contain;flex:none}.gx-chat-avatar{background:#eeede3}.gx-chat-avatar>.gx-goat-avatar{width:43px;height:43px;object-fit:contain}

/* Keep editorial dates, source captions and article links readable on phones. */
.article-body > .wp-element-caption:first-child{font-size:12px;line-height:1.8;color:var(--muted);margin-top:-35px;margin-bottom:28px}
.article-body .wp-element-caption a,.article-body figcaption a{overflow-wrap:anywhere}
.article-body .activity-date{font-size:12px;letter-spacing:.04em;padding-block:12px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);margin-bottom:28px}
.article-link-icon{display:inline-block;width:.9em;height:.9em;margin-left:.2em;vertical-align:-.03em;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 18 18 6M6 6h12v12' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat}
@media(max-width:540px){.article-body > .wp-element-caption:first-child{font-size:11px;margin-top:-14px;margin-bottom:22px}.article-body .activity-date{font-size:11px;margin-bottom:24px}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.form-test-notice{padding:18px;background:#e9e9df;font-size:12px;margin-bottom:28px;border-left:2px solid #fc613b}
