:root{--color-ink:#21363d;--color-muted:#65767a;--color-paper:#f8faf9;--color-surface:#ffffff;--color-surface-muted:#e5eeeb;--color-line:#cedbd9;--color-brand:#2b7e89;--color-brand-strong:#0b4d58;--color-brand-soft:#d5eeec;--color-accent:#fde9ac;--color-accent-strong:#9b6909;--color-on-brand:#ffffff;--color-on-dark:#f8faf9;--color-muted-on-dark:#b9c9c8;--color-success:#1f6b43;--color-danger:#a43737;--font-sans:"Helvetica Neue", "Hiragino Sans", "Yu Gothic", sans-serif;--font-display:var(--font-sans);--radius:0.25rem;--shadow:0 1.5rem 4rem rgb(11 77 88 / 0.12);--wrap:72rem}*,*::before,*::after{box-sizing:border-box}html{min-height:100%;scroll-behavior:smooth}body{min-height:100vh;min-height:100svh;margin:0;display:flex;flex-direction:column;color:var(--color-ink);background:var(--color-paper);font-family:var(--font-sans);font-size:1rem;line-height:1.75;-webkit-font-smoothing:antialiased}body>main{flex:1 0 auto}a{color:inherit}img{display:block;max-width:100%}h1,h2,h3{margin:0;font-family:var(--font-display);line-height:1.18;letter-spacing:-.035em}h1{font-size:clamp(2.6rem,8vw,6.5rem)}h2{font-size:clamp(2rem,5vw,3.8rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}p{margin-block:0 1em}.wrap{width:min(calc(100% - 2.5rem),var(--wrap));margin-inline:auto}.wrap--narrow{max-width:48rem}.skip-link{position:fixed;z-index:100;top:0;left:1rem;padding:.65rem 1rem;background:var(--color-accent);transform:translateY(-120%)}.skip-link:focus{transform:translateY(0)}.eyebrow{margin-bottom:1rem;color:var(--color-brand);font-size:.78rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.lead{color:var(--color-muted);font-size:clamp(1.1rem,2.2vw,1.35rem)}.site-header{position:relative;z-index:10;border-bottom:1px solid var(--color-line);background:color-mix(in srgb,var(--color-paper) 94%,transparent)}.has-sticky-header .site-header{position:sticky;top:0;z-index:50;backdrop-filter:saturate(1.2)blur(12px)}.header-inner{min-height:5rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:700;text-decoration:none;letter-spacing:-.02em}.brand__mark{width:2.25rem;aspect-ratio:1;display:grid;place-items:center;color:var(--color-on-brand);background:var(--color-brand);border-radius:50%;font-size:.85rem}.nav-list{display:flex;flex-wrap:wrap;gap:.35rem 1.4rem;margin:0;padding:0;list-style:none}.nav-list a{color:var(--color-muted);font-size:.9rem;font-weight:600;text-decoration:none}.nav-list a:hover,.nav-list a:focus-visible,.nav-list a.is-current{color:var(--color-brand)}.header-action{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;padding:.45rem 1rem;color:var(--color-on-brand);background:var(--color-brand);border:1px solid var(--color-brand);border-radius:var(--radius);font-size:.84rem;font-weight:700;text-decoration:none;white-space:nowrap}.header-action:hover,.header-action:focus-visible{background:var(--color-brand-strong)}.hero{overflow:hidden;padding:clamp(5rem,12vw,10rem)0;background:var(--color-surface)}.hero__inner{display:grid;grid-template-columns:minmax(0,1.5fr)minmax(16rem,.5fr);align-items:end;gap:clamp(3rem,8vw,8rem)}.hero h1{max-width:13ch}.hero__lead{max-width:42rem;margin-top:2rem;color:var(--color-muted);font-size:clamp(1.15rem,2.4vw,1.5rem)}.button-row{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2.4rem}.button{display:inline-flex;min-height:3.25rem;align-items:center;justify-content:center;padding:.65rem 1.3rem;color:var(--color-on-brand);background:var(--color-brand);border:1px solid var(--color-brand);border-radius:var(--radius);font-weight:700;text-decoration:none}.button:hover,.button:focus-visible{background:var(--color-brand-strong)}.button--ghost{color:var(--color-brand);background:0 0}.hero__facts{margin:0;border-top:1px solid var(--color-line)}.hero__facts div{padding:1.15rem 0;border-bottom:1px solid var(--color-line)}.hero__facts dt{color:var(--color-muted);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.hero__facts dd{margin:.2rem 0 0;font-size:1.05rem;font-weight:700}.section{padding:clamp(5rem,9vw,8rem)0}.section--tint{background:var(--color-brand-strong);color:var(--color-on-dark)}.section--tint .eyebrow{color:var(--color-accent)}.section-heading{margin-bottom:3rem}.service-grid,.card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;background:color-mix(in srgb,currentColor 22%,transparent)}.service-card,.content-card{padding:clamp(1.5rem,4vw,2.5rem);background:var(--color-brand-strong)}.content-card{background:var(--color-surface)}.service-card__number{color:var(--color-accent);font:700 .8rem/1 var(--font-sans);letter-spacing:.12em}.service-card h3,.content-card h2{margin-bottom:1rem}.service-card p:last-child,.content-card p:last-child{margin-bottom:0;opacity:.8}.content-card a{text-decoration-thickness:1px;text-underline-offset:.2em}.closing{background:var(--color-accent)}.closing .eyebrow{color:var(--color-ink)}.text-link{font-weight:800;text-underline-offset:.25em}.page-shell{padding:clamp(4rem,9vw,8rem)0}.page-heading{margin-bottom:3rem}.page-heading h1{font-size:clamp(2.5rem,7vw,5rem)}.page-heading .lead{margin-top:1.5rem}.prose>*:first-child{margin-top:0}.prose h2{margin:2.5em 0 .75em;font-size:clamp(1.7rem,4vw,2.5rem)}.prose h3{margin:2em 0 .6em}.prose a{color:var(--color-brand);text-underline-offset:.2em}.prose ul,.prose ol{padding-left:1.4rem}.prose hr{margin:3rem 0;border:0;border-top:1px solid var(--color-line)}.site-footer{margin-top:auto;padding:3rem 0;color:var(--color-muted-on-dark);background:var(--color-brand-strong)}.footer-inner{display:flex;justify-content:space-between;align-items:end;gap:2rem}.footer-inner p{margin:0}.footer-brand{color:var(--color-on-dark);font-size:1.15rem;font-weight:800}@media(max-width:760px){.header-inner{align-items:flex-start;flex-direction:column;padding-block:1rem;gap:.8rem}.nav-list{gap:.45rem 1rem}.header-action{width:100%}.hero__inner{grid-template-columns:1fr}.service-grid,.card-grid{grid-template-columns:1fr}.footer-inner{align-items:flex-start;flex-direction:column}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}:root{--grus-theme-max:67.5rem;--grus-theme-narrow:45rem;--grus-theme-pad:clamp(1.1rem, 4vw, 2rem);--grus-theme-radius:.75rem;--font-sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui, sans-serif;--font-display:var(--font-sans);--grus-theme-mono:"SFMono-Regular", "JetBrains Mono", "Fira Code", ui-monospace, Menlo, monospace}[data-theme=dark]{--color-ink:#e7e9ee;--color-muted:#aeb4bf;--color-paper:#0c0d10;--color-surface:#0c0d10;--color-surface-muted:#14161b;--color-line:#292c34;--color-brand:#ff7a00;--color-brand-strong:#ff8a2b;--color-brand-soft:#2e1d0c;--color-accent:#ff7a00;--color-accent-strong:#ff8a2b;--color-on-brand:#14161b;--color-on-dark:#e7e9ee;--color-muted-on-dark:#aeb4bf;--grus-theme-card:#15171d;--grus-theme-border-strong:#383d48;--grus-theme-shadow:0 1px 2px rgb(0 0 0 / .4), 0 8px 30px rgb(0 0 0 / .35)}[data-theme=light]{--color-ink:#14161b;--color-muted:#4a505b;--color-paper:#ffffff;--color-surface:#ffffff;--color-surface-muted:#f6f7f9;--color-line:#e6e8ec;--color-brand:#b84e00;--color-brand-strong:#943e00;--color-brand-soft:#fff1e6;--color-accent:#b84e00;--color-accent-strong:#943e00;--color-on-brand:#ffffff;--color-on-dark:#14161b;--color-muted-on-dark:#4a505b;--grus-theme-card:#ffffff;--grus-theme-border-strong:#d3d7de;--grus-theme-shadow:0 1px 2px rgb(20 22 27 / .04), 0 10px 30px rgb(20 22 27 / .07)}html{-webkit-text-size-adjust:100%}body{color:var(--color-ink);background:var(--color-paper);font-size:clamp(1rem,.92rem + .4vw,1.075rem);letter-spacing:.005em}.site-main{flex:1 0 auto}.wrap{width:100%;max-width:var(--grus-theme-max);padding-inline:var(--grus-theme-pad)}.grus-theme-narrow{max-width:var(--grus-theme-narrow)}.skip-link{color:#fff;background:var(--color-brand);border-radius:0 0 .5rem 0}@media(prefers-reduced-motion:no-preference){.grus-theme-transition,.grus-theme-transition *,.grus-theme-transition *::before,.grus-theme-transition *::after{transition:background-color .28s ease,border-color .28s ease,color .28s ease,opacity .28s ease!important}}.grus-theme-header{position:sticky;z-index:50;top:0;background:color-mix(in srgb,var(--color-paper) 84%,transparent);border-bottom:1px solid var(--color-line);backdrop-filter:saturate(1.4)blur(10px)}.grus-theme-header__inner{min-height:4.875rem;display:flex;align-items:center;gap:1rem;transition:min-height .25s ease}[data-scrolled] .grus-theme-header__inner{min-height:3.625rem}[data-scrolled] .grus-theme-header{box-shadow:0 .4rem 1.4rem rgb(0 0 0/6%)}.grus-theme-brand{display:inline-flex;align-items:center;gap:.7rem;color:var(--color-ink);font-weight:700;text-decoration:none}.grus-theme-brand:hover{text-decoration:none}.grus-theme-brand__mark{width:2rem;aspect-ratio:1;display:grid;place-items:center;color:var(--color-on-brand);background:var(--color-brand);border-radius:50% 50% 50% 12%;font:800 .8rem/1 var(--grus-theme-mono);transform:rotate(-8deg)}.grus-theme-brand__logo{width:auto;height:2rem}.grus-theme-brand__name{font:700 .78rem/1.05 var(--grus-theme-mono);letter-spacing:.1em}.grus-theme-nav{margin-left:auto}.grus-theme-nav__list{display:flex;gap:.2rem;margin:0;padding:0;list-style:none}.grus-theme-nav__list a{display:block;padding:.45rem .65rem;color:var(--color-muted);border-radius:.5rem;font-size:.87rem;font-weight:600;text-decoration:none}.grus-theme-nav__list a:hover,.grus-theme-nav__list a:focus-visible{color:var(--color-ink);background:var(--color-surface-muted)}.grus-theme-nav__list a.is-current{color:var(--color-ink);background:var(--color-brand-soft)}.grus-theme-header__actions{display:flex;align-items:center;gap:.4rem}.grus-theme-language{height:2.25rem;display:flex;align-items:stretch;margin:0;padding:0;border:1px solid var(--color-line);border-radius:.5rem;list-style:none}.grus-theme-language li{display:flex}.grus-theme-language a{min-width:2.4rem;height:100%;display:flex;align-items:center;justify-content:center;padding:.1rem .6rem 0;color:var(--color-muted);font:.75rem/1 var(--grus-theme-mono);text-decoration:none}.grus-theme-language a:hover,.grus-theme-language a:focus-visible{color:var(--color-ink);background:var(--color-surface-muted)}.grus-theme-toggle,.grus-theme-nav__toggle{width:2.25rem;height:2.25rem;display:inline-grid;place-items:center;color:var(--color-muted);background:0 0;border:1px solid var(--color-line);border-radius:.5rem;cursor:pointer}.grus-theme-toggle:hover,.grus-theme-toggle:focus-visible{color:var(--color-ink);border-color:var(--grus-theme-border-strong)}.grus-theme-toggle .icon-moon{display:none}[data-theme=dark] .grus-theme-toggle .icon-sun{display:none}[data-theme=dark] .grus-theme-toggle .icon-moon{display:block}.grus-theme-nav__toggle{display:none;align-content:center;gap:4px}.grus-theme-nav__toggle span{width:1rem;height:1.5px;background:currentColor;border-radius:2px}.grus-theme-hero{position:relative;overflow:hidden;padding:clamp(4rem,9vw,7rem)0 clamp(3rem,6vw,5rem);border-bottom:1px solid var(--color-line)}.grus-theme-hero__background{position:absolute;inset:0;color:var(--color-brand);opacity:.14;pointer-events:none}.grus-theme-hero__background svg{width:100%;height:100%}.grus-theme-hero__inner{position:relative}.grus-theme-eyebrow{margin:0 0 1rem;color:var(--color-brand);font:.75rem/1.5 var(--grus-theme-mono);letter-spacing:.14em;text-transform:uppercase}.grus-theme-hero h1{max-width:16ch;margin:0 0 1rem;font-size:clamp(2rem,1.45rem + 2.5vw,3.2rem)}.grus-theme-hero__lead{max-width:52ch;margin:0;color:var(--color-muted);font-size:clamp(1.05rem,1rem + .4vw,1.25rem)}.grus-theme-buttons{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:2rem}.grus-theme-button{display:inline-flex;min-height:2.8rem;align-items:center;justify-content:center;padding:.65rem 1.2rem;color:var(--color-on-brand);background:var(--color-brand);border:1px solid transparent;border-radius:.65rem;font-size:.92rem;font-weight:700;text-decoration:none;transition:transform .12s ease,opacity .2s ease}.grus-theme-button:hover,.grus-theme-button:focus-visible{color:var(--color-on-brand);text-decoration:none;opacity:.92;transform:translateY(-1px)}.grus-theme-button--ghost{color:var(--color-ink);background:0 0;border-color:var(--grus-theme-border-strong)}.grus-theme-button--ghost:hover,.grus-theme-button--ghost:focus-visible{color:var(--color-ink);background:var(--color-surface-muted);opacity:1}.grus-theme-section{padding:clamp(3.5rem,7vw,5.5rem)0}.grus-theme-intro{color:var(--color-muted);font-size:1.08rem}.grus-theme-intro strong{color:var(--color-ink)}.grus-theme-card-section h2{margin-bottom:1.8rem;font-size:clamp(1.4rem,1.1rem + 1vw,1.8rem)}.grus-theme-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.grus-theme-card{min-width:0;display:flex;flex-direction:column;gap:.5rem;padding:1.5rem;color:var(--color-ink);background:var(--grus-theme-card);border:1px solid var(--color-line);border-radius:var(--grus-theme-radius);text-decoration:none;transition:border-color .2s,transform .15s,box-shadow .2s}.grus-theme-card:hover,.grus-theme-card:focus-visible{color:var(--color-ink);border-color:var(--grus-theme-border-strong);text-decoration:none;transform:translateY(-2px);box-shadow:var(--grus-theme-shadow)}.grus-theme-card__tag{color:var(--color-brand);font:.7rem/1.5 var(--grus-theme-mono);letter-spacing:.1em;text-transform:uppercase}.grus-theme-card h3{margin:0;font-size:1.2rem}.grus-theme-card h2{margin:0;font-size:1.2rem}.grus-theme-card p{flex:1;margin:0;color:var(--color-muted);font-size:.93rem}.grus-theme-card__link{margin-top:.4rem;color:var(--color-brand);font-size:.86rem;font-weight:700}.grus-theme-content-grid{margin-top:2.5rem}.grus-theme-closing{background:var(--color-surface-muted);border-block:1px solid var(--color-line);text-align:center}.grus-theme-closing h2{margin-bottom:.6rem}.grus-theme-closing p{color:var(--color-muted)}.grus-theme-closing .grus-theme-button{margin-top:.8rem}.grus-theme-page{padding:clamp(3rem,6vw,5rem)0}.grus-theme-page__head{margin-bottom:2rem}.grus-theme-page__head h1{font-size:clamp(2rem,1.5rem + 2.5vw,3.2rem)}.grus-theme-page__head p{max-width:60ch;margin:.8rem 0 0;color:var(--color-muted);font-size:1.12rem}.grus-theme-prose{max-width:68ch}.grus-theme-prose>*+*{margin-top:1.1rem}.grus-theme-prose h2{margin-top:2.6rem;padding-top:.4rem;font-size:clamp(1.5rem,1.2rem + 1vw,2rem)}.grus-theme-prose p,.grus-theme-prose li{color:var(--color-muted)}.grus-theme-prose strong{color:var(--color-ink)}.grus-theme-prose a{color:var(--color-brand);text-decoration:underline;text-underline-offset:3px}.grus-theme-prose ul,.grus-theme-prose ol{padding-left:1.3rem}.grus-theme-item-list{display:grid;gap:1rem;margin-top:2.5rem}.grus-theme-item{padding:clamp(1.4rem,3vw,2.2rem);background:var(--grus-theme-card);border:1px solid var(--color-line);border-radius:var(--grus-theme-radius);scroll-margin-top:5rem}.grus-theme-item__head{display:flex;flex-wrap:wrap;align-items:center;gap:.8rem}.grus-theme-item__head h2{margin:0;font-size:clamp(1.5rem,3vw,2rem)}.grus-theme-item__head span{padding:.2rem .55rem;color:var(--color-brand);background:var(--color-brand-soft);border:1px solid var(--color-line);border-radius:999px;font:.68rem/1.5 var(--grus-theme-mono);letter-spacing:.05em}.grus-theme-item__tagline{margin:.6rem 0 0;color:var(--color-muted);font:.82rem/1.6 var(--grus-theme-mono)}.grus-theme-item .grus-theme-prose{margin-top:1rem}.grus-theme-footer{margin-top:auto;background:var(--color-surface-muted);border-top:1px solid var(--color-line)}.grus-theme-footer__top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:1.8rem .9rem}.grus-theme-footer__top a{color:var(--color-muted);font-size:.88rem;text-decoration:none}.grus-theme-footer__links{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.6rem 1.15rem}.grus-theme-footer__links a:hover{color:var(--color-ink)}.grus-theme-footer__bottom{padding-block:0 1.5rem;color:var(--color-muted);font-size:.78rem;text-align:center}@media(max-width:800px){.grus-theme-header__inner{min-height:4rem;gap:.5rem}[data-scrolled] .grus-theme-header__inner{min-height:3.5rem}.grus-theme-brand__name{display:none}.grus-theme-nav{position:static;display:flex;align-items:center;margin-left:auto}.grus-theme-nav__toggle{display:inline-grid}.grus-theme-nav__list{position:absolute;top:4rem;right:0;left:0;display:none;flex-direction:column;gap:0;padding:.5rem var(--grus-theme-pad)1rem;background:var(--color-paper);border-bottom:1px solid var(--color-line);box-shadow:var(--grus-theme-shadow)}[data-scrolled] .grus-theme-nav__list{top:3.5rem}.grus-theme-nav__list.is-open{display:flex}.grus-theme-nav__list a{padding:.8rem .7rem}.grus-theme-cards{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.grus-blog-intro{margin-bottom:2.5rem}.grus-blog-list{display:grid;gap:1px;border-block:1px solid var(--color-line);background:var(--color-line)}.grus-blog-list--empty{gap:0;border:0;background:0 0}.grus-blog-card{display:grid;grid-template-columns:minmax(10rem,15rem)1fr;gap:0;background:var(--color-paper)}.grus-blog-card--compact{grid-template-columns:1fr}.grus-blog-card__image{display:block;min-height:100%;overflow:hidden;background:var(--color-surface-muted)}.grus-blog-card__image img{width:100%;height:100%;object-fit:cover}.grus-blog-card__body{min-width:0;padding:clamp(1.3rem,3vw,2rem)}.grus-blog-card h2{margin:.55rem 0;font-size:clamp(1.3rem,3vw,1.75rem)}.grus-blog-card h2 a{text-decoration:none}.grus-blog-card h2 a:hover,.grus-blog-card h2 a:focus-visible{color:var(--color-brand);text-decoration:underline;text-underline-offset:.2em}.grus-blog-card p{margin:0;color:var(--color-muted)}.grus-blog-meta{display:flex;flex-wrap:wrap;gap:.35rem .8rem;color:var(--color-muted);font:.76rem/1.6 var(--grus-theme-mono)}.grus-blog-author{color:var(--color-ink)!important;font-size:.9rem!important;font-weight:700}.grus-blog-tags{display:flex;flex-wrap:wrap;gap:.45rem;margin:1rem 0 0;padding:0;list-style:none}.grus-blog-tags a{display:inline-flex;padding:.2rem .6rem;color:var(--color-brand);background:var(--color-brand-soft);border-radius:999px;font-size:.76rem;text-decoration:none}.grus-blog-pagination{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem;margin-top:2rem;font-size:.9rem}.grus-blog-pagination a:last-child{text-align:right}.grus-blog-pagination span{color:var(--color-muted);font:.76rem/1 var(--grus-theme-mono)}.grus-blog-entry__head h1{margin-top:.8rem}.grus-blog-cover{margin:0 0 3rem}.grus-blog-cover img{width:100%;max-height:42rem;object-fit:contain;background:var(--color-surface-muted)}.grus-blog-cover figcaption{margin-top:.7rem;color:var(--color-muted);font-size:.8rem;text-align:center}.grus-blog-toc{margin:0 0 3rem;padding:1.25rem 1.5rem;background:var(--color-surface-muted);border:1px solid var(--color-line);border-radius:var(--grus-theme-radius)}.grus-blog-toc h2{margin:0 0 .7rem;font-size:1rem}.grus-blog-toc ul{margin:0;padding-left:1.2rem}.grus-blog-toc a{color:var(--color-muted);font-size:.88rem}.grus-blog-content pre{overflow-x:auto;padding:1rem;color:var(--color-on-dark);background:#111318;border:1px solid var(--grus-theme-border-strong);border-radius:var(--grus-theme-radius)}.grus-blog-content code{font-family:var(--grus-theme-mono);font-size:.88em}.grus-blog-content :not(pre)>code{padding:.15em .4em;background:var(--color-surface-muted);border-radius:.25rem}.grus-blog-entry__footer{margin-top:3rem;padding-top:1.5rem;border-top:1px solid var(--color-line)}.grus-blog-entry__footer p{margin:0;color:var(--color-muted);font-size:.82rem}.grus-blog-siblings{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:3rem}.grus-blog-siblings a{padding:1rem;color:var(--color-ink);border:1px solid var(--color-line);border-radius:var(--grus-theme-radius);text-decoration:none}.grus-blog-siblings a:last-child{text-align:right}.grus-blog-siblings span{display:block;margin-bottom:.35rem;color:var(--color-muted);font-size:.75rem}.grus-blog-back{margin-top:2rem}.grus-blog-empty{margin:0;padding:.75rem 0;color:var(--color-muted)}.grus-blog-term-list{margin:0;padding:0;border-top:1px solid var(--color-line);list-style:none}.grus-blog-term-list li{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0;border-bottom:1px solid var(--color-line)}.grus-blog-term-list a{color:var(--color-ink);font-weight:700}.grus-blog-term-list span{color:var(--color-muted);font-family:var(--grus-theme-mono)}@media(max-width:650px){.grus-blog-card{grid-template-columns:1fr}.grus-blog-card__image{aspect-ratio:16/9}.grus-blog-siblings{grid-template-columns:1fr}.grus-blog-siblings a:last-child{text-align:left}}.grus-gallery-intro{margin-bottom:3rem}.grus-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(1.2rem,3vw,2rem)}.grus-gallery-card a{height:100%;display:flex;flex-direction:column;color:var(--color-ink);background:var(--grus-theme-card);border:1px solid var(--color-line);border-radius:var(--grus-theme-radius);overflow:hidden;text-decoration:none;transition:border-color .2s,transform .15s,box-shadow .2s}.grus-gallery-card a:hover,.grus-gallery-card a:focus-visible{border-color:var(--grus-theme-border-strong);transform:translateY(-2px);box-shadow:var(--grus-theme-shadow)}.grus-gallery-card__image{display:block;overflow:hidden;background:var(--color-surface-muted);aspect-ratio:4/3}.grus-gallery-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.grus-gallery-card a:hover img{transform:scale(1.015)}.grus-gallery-card__body{flex:1;display:flex;flex-direction:column;padding:1.25rem}.grus-gallery-card__year{color:var(--color-brand);font:.72rem/1.5 var(--grus-theme-mono)}.grus-gallery-card__title{margin-top:.35rem;font-size:clamp(1.25rem,3vw,1.7rem);font-weight:700;line-height:1.25}.grus-gallery-card__description{margin-top:.65rem;color:var(--color-muted);font-size:.9rem}.grus-gallery-card__link{margin-top:auto;padding-top:1rem;color:var(--color-brand);font-size:.82rem;font-weight:700}.grus-gallery-exhibition__head{margin-bottom:2.5rem}.grus-gallery-exhibition__head h1{font-size:clamp(2.5rem,7vw,5rem)}.grus-gallery-exhibition__head>p:not(.grus-theme-eyebrow){margin-top:1rem;color:var(--color-muted);font-size:1.1rem}.grus-gallery-exhibition__meta{display:flex;flex-wrap:wrap;gap:.5rem 1.2rem;margin-top:1rem;color:var(--color-muted);font:.75rem/1.6 var(--grus-theme-mono)}.grus-gallery-statement{margin-bottom:clamp(4rem,10vw,8rem)}.grus-gallery-sequence{display:grid;gap:clamp(4rem,12vw,10rem);padding-inline:var(--grus-theme-pad)}.grus-gallery-image{width:min(100%,68rem);margin:0 auto}.grus-gallery-image--small{width:min(100%,38rem)}.grus-gallery-image--wide{width:min(100%,88rem)}.grus-gallery-image--full{width:100%}.grus-gallery-image--left{margin-left:0}.grus-gallery-image--right{margin-right:0}.grus-gallery-image a{display:block}.grus-gallery-image img{width:100%;height:auto;background:var(--color-surface-muted)}.grus-gallery-image figcaption{max-width:42rem;margin:.8rem auto 0;color:var(--color-muted);font-size:.82rem;text-align:center}.grus-gallery-back{margin-top:clamp(4rem,10vw,8rem)}.grus-gallery-empty{color:var(--color-muted)}@media(max-width:650px){.grus-gallery-grid{grid-template-columns:1fr}.grus-gallery-sequence{padding-inline:0}.grus-gallery-image figcaption{padding-inline:var(--grus-theme-pad)}}@media(prefers-reduced-motion:reduce){.grus-gallery-card__image img{transition:none}}[data-theme=dark]{--color-ink:#f1f2f4;--color-muted:#b1b6c0;--color-paper:#0a0b0f;--color-surface:#0a0b0f;--color-surface-muted:#13151b;--color-line:#2b2e37;--color-brand:#ff8068;--color-brand-strong:#ff9a86;--color-brand-soft:#331813;--color-accent:#82aaff;--color-accent-strong:#a9c3ff;--color-on-brand:#1a0c08;--color-on-dark:#f1f2f4;--color-muted-on-dark:#b1b6c0;--grus-theme-card:#111319;--grus-theme-border-strong:#414550;--grus-theme-shadow:0 1px 2px rgb(0 0 0 / .45), 0 12px 36px rgb(0 0 0 / .36)}[data-theme=light]{--color-ink:#17181d;--color-muted:#555c67;--color-paper:#fff;--color-surface:#fff;--color-surface-muted:#f5f6f8;--color-line:#e2e4e9;--color-brand:#a93f2f;--color-brand-strong:#873124;--color-brand-soft:#fff0ec;--color-accent:#315dba;--color-accent-strong:#24498f;--color-on-brand:#fff;--color-on-dark:#17181d;--color-muted-on-dark:#555c67;--grus-theme-card:#fff;--grus-theme-border-strong:#cdd1d8;--grus-theme-shadow:0 1px 2px rgb(20 22 27 / .05), 0 12px 34px rgb(20 22 27 / .09)}.grus-theme-brand__logo{width:2.5rem;height:2.5rem;object-fit:contain}.grus-theme-brand__name{letter-spacing:.14em}.grus-theme-hero h1{max-width:18ch}.grus-theme-hero__background{opacity:.1}.grus-theme-intro{font-size:clamp(1.05rem,1rem + .35vw,1.2rem)}.grus-theme-card{min-height:14rem}.grus-gallery-image img{max-height:90svh;object-fit:contain}@media(max-width:800px){.grus-theme-brand__name{display:inline}.grus-theme-header .grus-theme-brand{gap:.5rem}.grus-theme-header .grus-theme-brand__logo{width:2.25rem;height:2.25rem}}