:root{--gh-ink:#10231d;--gh-forest:#0b6847;--gh-forest-dark:#084b36;--gh-lime:#b8ee76;--gh-sand:#f4efe4;--gh-paper:#fffdf8;--gh-white:#fff;--gh-muted:#53635e;--gh-line:#d8dfda;--gh-indigo:#24325d;--gh-radius:18px;--gh-shadow:0 18px 45px rgba(16,35,29,.10);--gh-container:min(1180px,calc(100vw - 40px));--gh-readable:740px;--gh-transition:180ms ease}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--gh-paper);color:var(--gh-ink);font-family:Inter,"DM Sans",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;font-size:16px;line-height:1.65;text-rendering:optimizeLegibility}img{display:block;max-width:100%;height:auto}a{color:inherit;text-underline-offset:3px}button,input{font:inherit}.screen-reader-text{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.gh-container{width:var(--gh-container);margin-inline:auto}.gh-narrow{width:min(var(--gh-readable),calc(100vw - 40px));margin-inline:auto}.gh-skip-link{position:fixed;z-index:999;left:16px;top:12px;transform:translateY(-150%);background:var(--gh-ink);color:#fff;padding:10px 16px;border-radius:8px}.gh-skip-link:focus{transform:none}.gh-eyebrow{display:block;color:var(--gh-forest);font-size:.75rem;font-weight:800;letter-spacing:.14em;line-height:1.3;text-transform:uppercase}.gh-button{display:inline-flex;min-height:48px;align-items:center;justify-content:center;border:1px solid var(--gh-ink);border-radius:999px;background:var(--gh-ink);color:#fff;font-size:.92rem;font-weight:750;padding:11px 22px;text-decoration:none;transition:background var(--gh-transition),border-color var(--gh-transition),color var(--gh-transition)}.gh-button:hover{background:var(--gh-forest);border-color:var(--gh-forest)}.gh-button:focus-visible,.gh-text-link:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid var(--gh-lime);outline-offset:3px}.gh-button--light{background:var(--gh-lime);border-color:var(--gh-lime);color:var(--gh-ink)}.gh-button--light:hover{background:#d2f7a6;border-color:#d2f7a6}.gh-text-link{display:inline-flex;align-items:center;gap:8px;color:var(--gh-forest);font-weight:750;text-decoration-thickness:1px}.gh-text-link:hover{text-decoration-thickness:2px}.gh-actions{display:flex;flex-wrap:wrap;align-items:center;gap:20px}
.gh-header{position:sticky;z-index:50;top:0;background:rgba(255,253,248,.94);border-bottom:1px solid rgba(16,35,29,.12);backdrop-filter:blur(14px)}.gh-header__inner{display:flex;min-height:76px;align-items:center;justify-content:space-between;gap:24px}.gh-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none}.gh-brand__mark{display:grid;width:38px;height:38px;place-items:center;border-radius:11px;background:var(--gh-forest);color:#fff;font-size:.72rem;font-weight:900;letter-spacing:.06em}.gh-brand__name{font-family:Georgia,"Times New Roman",serif;font-size:1.24rem;letter-spacing:-.025em}.gh-brand__name b{color:var(--gh-forest)}.gh-nav{display:flex;align-items:center;gap:24px}.gh-nav__list{display:flex;align-items:center;gap:28px;padding:0;margin:0;list-style:none}.gh-nav__list a{position:relative;font-size:.91rem;font-weight:700;text-decoration:none}.gh-nav__list a:after{position:absolute;right:0;bottom:-9px;left:0;height:2px;background:var(--gh-forest);content:"";transform:scaleX(0);transform-origin:right;transition:transform var(--gh-transition)}.gh-nav__list a:hover:after,.gh-nav__list .current-menu-item>a:after{transform:scaleX(1);transform-origin:left}.gh-search-toggle,.gh-menu-button{display:grid;width:42px;height:42px;place-items:center;border:1px solid var(--gh-line);border-radius:50%;background:transparent;color:var(--gh-ink);cursor:pointer}.gh-search-toggle svg{width:19px;fill:none;stroke:currentColor;stroke-width:2}.gh-menu-button{display:none;padding:10px}.gh-menu-button>span:not(.screen-reader-text){display:block;width:19px;height:2px;margin:2px;background:currentColor}.gh-search-panel{padding:22px 0;border-top:1px solid var(--gh-line);background:var(--gh-white)}.gh-search-panel[hidden]{display:none}.gh-search-form label{display:block;margin-bottom:8px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.gh-search-form>div{display:flex;gap:10px}.gh-search-form input{min-width:0;flex:1;border:1px solid #aebbb5;border-radius:999px;background:#fff;padding:12px 18px;color:var(--gh-ink)}
.gh-hero{overflow:hidden;padding:72px 0 76px;background:linear-gradient(150deg,#fffdf8 0%,#f2eee4 100%)}.gh-hero__grid{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);align-items:center;gap:64px}.gh-hero__copy,.gh-hero__art{min-width:0}.gh-hero__copy h1{max-width:700px;margin:16px 0 24px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(3rem,5.7vw,5.8rem);font-weight:500;letter-spacing:-.055em;line-height:.97}.gh-hero__copy p{max-width:600px;margin:0 0 30px;color:var(--gh-muted);font-size:1.16rem}.gh-hero__art{position:relative}.gh-hero__art:after{position:absolute;z-index:-1;right:-30px;bottom:-24px;width:72%;height:74%;border-radius:32px;background:var(--gh-lime);content:"";opacity:.72}.gh-hero__art img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:30px;box-shadow:var(--gh-shadow)}
.gh-section{padding:84px 0}.gh-section--sand{background:var(--gh-sand)}.gh-section--ink{background:var(--gh-ink);color:#fff}.gh-section--forest{background:var(--gh-forest-dark);color:#fff}.gh-section-heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:34px}.gh-section-heading h2{margin:8px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.55rem);font-weight:500;letter-spacing:-.04em;line-height:1.05}.gh-section-heading p{max-width:640px;margin:13px 0 0;color:var(--gh-muted)}.gh-section-heading--light .gh-eyebrow,.gh-section--forest .gh-eyebrow{color:var(--gh-lime)}
.gh-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.gh-card-grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.gh-card{overflow:hidden;border:1px solid var(--gh-line);border-radius:var(--gh-radius);background:var(--gh-white);color:var(--gh-ink);transition:border-color var(--gh-transition),box-shadow var(--gh-transition),transform var(--gh-transition)}.gh-card:hover{border-color:#9bb2a8;box-shadow:var(--gh-shadow);transform:translateY(-2px)}.gh-card__media{display:block;overflow:hidden;aspect-ratio:3/2;background:var(--gh-sand)}.gh-card__media img{width:100%;height:100%;object-fit:cover;transition:transform 300ms ease}.gh-card:hover .gh-card__media img{transform:scale(1.025)}.gh-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,var(--gh-sand),#d7e4dc 55%,var(--gh-lime))}.gh-card__body{padding:23px}.gh-card__title{margin:9px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:1.45rem;font-weight:600;letter-spacing:-.025em;line-height:1.22}.gh-card__title a{text-decoration:none}.gh-card__body p{margin:0 0 17px;color:var(--gh-muted);font-size:.94rem}.gh-card__meta{display:flex;flex-wrap:wrap;gap:6px;color:#687772;font-size:.78rem}.gh-card--feature{display:grid;grid-template-columns:1.12fr .88fr;border-color:rgba(255,255,255,.18);background:#15382d;color:#fff}.gh-card--feature .gh-card__media{aspect-ratio:16/10}.gh-card--feature .gh-card__body{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(30px,5vw,64px)}.gh-card--feature .gh-eyebrow{color:var(--gh-lime)}.gh-card--feature .gh-card__title{font-size:clamp(2rem,4vw,3.3rem)}.gh-card--feature .gh-card__body p,.gh-card--feature .gh-card__meta{color:#d2dfd9}.gh-card--compact .gh-card__body{padding:18px}.gh-card--compact .gh-card__title{font-size:1.17rem}
.gh-topic-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gh-topic-card{min-height:260px;padding:28px;border-radius:var(--gh-radius);background:var(--gh-sand);text-decoration:none;transition:transform var(--gh-transition),box-shadow var(--gh-transition)}.gh-topic-card:hover{transform:translateY(-2px);box-shadow:var(--gh-shadow)}.gh-topic-card>span{font-size:.77rem;font-weight:850;letter-spacing:.1em}.gh-topic-card h3{margin:42px 0 12px;font-family:Georgia,"Times New Roman",serif;font-size:1.65rem;letter-spacing:-.03em}.gh-topic-card p{color:var(--gh-muted)}.gh-topic-card b{color:var(--gh-forest);font-size:.87rem}.gh-topic-card--2{background:#e4ebfb}.gh-topic-card--3{background:#e1f0e8}.gh-topic-card--4{background:#f2e5dc}.gh-education{display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:start}.gh-education h2{margin:14px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.3rem,4.8vw,4rem);font-weight:500;letter-spacing:-.045em;line-height:1.05}.gh-education>div>p{max-width:560px;color:#d1dfd9}.gh-education__points{display:grid;gap:16px}.gh-education__points article{display:grid;grid-template-columns:48px 1fr;column-gap:16px;padding:23px 0;border-top:1px solid rgba(255,255,255,.2)}.gh-education__points span{grid-row:span 2;color:var(--gh-lime);font-weight:850}.gh-education__points h3{margin:0;font-size:1.08rem}.gh-education__points p{margin:4px 0 0;color:#c6d7d0}.gh-faq-list{display:grid;gap:12px}.gh-faq-list details{border:1px solid var(--gh-line);border-radius:14px;background:#fff}.gh-faq-list summary{display:flex;min-height:62px;align-items:center;justify-content:space-between;gap:20px;padding:16px 20px;cursor:pointer;font-weight:800;list-style:none}.gh-faq-list summary::-webkit-details-marker{display:none}.gh-faq-list summary span{font-size:1.35rem;transition:transform var(--gh-transition)}.gh-faq-list details[open] summary span{transform:rotate(45deg)}.gh-faq-list details>div{padding:0 20px 20px;color:var(--gh-muted)}.gh-follow{padding:62px 0;background:var(--gh-lime)}.gh-follow__inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.gh-follow h2{margin:5px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2rem,4vw,3.2rem);font-weight:500;letter-spacing:-.04em}.gh-follow p{margin:0;max-width:680px}
.gh-page-shell{padding:44px 0 90px}.gh-breadcrumbs{margin-bottom:42px;font-size:.79rem}.gh-breadcrumbs ol{display:flex;flex-wrap:wrap;gap:8px;padding:0;margin:0;list-style:none}.gh-breadcrumbs li:not(:last-child):after{margin-left:8px;color:#93a19b;content:"/"}.gh-breadcrumbs a{color:var(--gh-forest)}.gh-archive-header,.gh-page__header,.gh-search-header{max-width:850px;margin-bottom:44px}.gh-archive-header h1,.gh-page__header h1,.gh-search-header h1,.gh-topic-header h1{margin:12px 0 14px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.7rem,6vw,5.3rem);font-weight:500;letter-spacing:-.055em;line-height:1}.gh-archive-header p,.gh-page__header p,.gh-topic-header p{max-width:720px;color:var(--gh-muted);font-size:1.08rem}.gh-guide-bands,.gh-filter-row{display:flex;flex-wrap:wrap;gap:10px;margin:-14px 0 36px}.gh-guide-bands span,.gh-filter-row a{border:1px solid var(--gh-line);border-radius:999px;background:#fff;padding:7px 13px;color:var(--gh-muted);font-size:.82rem;font-weight:700;text-decoration:none}.gh-filter-row a:hover,.gh-filter-row .is-active{border-color:var(--gh-forest);background:var(--gh-forest);color:#fff}.gh-topic-header{padding:50px;border-radius:24px;background:var(--gh-sand)}.gh-topic-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:56px;margin-top:50px}.gh-topic-layout>aside{position:sticky;top:110px;align-self:start;display:grid;gap:10px}.gh-topic-layout>aside h2{font-size:.8rem;letter-spacing:.08em;text-transform:uppercase}.gh-topic-layout>aside a{color:var(--gh-muted)}.gh-topic-overview{margin-bottom:42px;padding-bottom:28px;border-bottom:1px solid var(--gh-line)}.gh-empty{grid-column:1/-1;padding:56px;border:1px dashed #9aaba4;border-radius:var(--gh-radius);background:var(--gh-sand);text-align:center}.gh-empty h2{font-family:Georgia,"Times New Roman",serif;font-size:2rem}.navigation.pagination{margin-top:44px}.nav-links{display:flex;justify-content:center;gap:7px}.page-numbers{display:grid;min-width:42px;height:42px;place-items:center;border:1px solid var(--gh-line);border-radius:50%;text-decoration:none}.page-numbers.current,.page-numbers:hover{background:var(--gh-ink);color:#fff}
.gh-article__header{max-width:1000px;padding-top:42px}.gh-article__header h1{max-width:960px;margin:14px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.6rem,6vw,5.25rem);font-weight:500;letter-spacing:-.055em;line-height:1.02}.gh-article__dek{max-width:760px;margin:0 0 28px;color:var(--gh-muted);font-size:1.16rem}.gh-byline{display:flex;align-items:center;gap:12px;color:var(--gh-muted);font-size:.84rem}.gh-byline__avatar{display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:50%;background:var(--gh-forest);color:#fff;font-weight:850}.gh-byline>div:last-child{display:grid}.gh-byline a{font-weight:800}.gh-article__media{margin-top:40px}.gh-article__media img{width:100%;max-height:680px;aspect-ratio:16/9;object-fit:cover;border-radius:24px}.gh-article__layout{display:grid;grid-template-columns:220px minmax(0,var(--gh-readable));justify-content:center;gap:52px;padding-top:60px}.gh-toc{position:sticky;top:110px;align-self:start;border-left:2px solid var(--gh-line);padding-left:20px}.gh-toc strong{font-size:.78rem;letter-spacing:.09em;text-transform:uppercase}.gh-toc ol{display:grid;gap:8px;padding:0;margin:14px 0 0;list-style:none}.gh-toc a{display:block;color:var(--gh-muted);font-size:.82rem;line-height:1.35;text-decoration:none}.gh-toc a:hover{color:var(--gh-forest)}.gh-prose{font-size:1.05rem;line-height:1.8}.gh-prose>*:first-child{margin-top:0}.gh-prose h2,.gh-prose h3{scroll-margin-top:110px;font-family:Georgia,"Times New Roman",serif;letter-spacing:-.025em;line-height:1.2}.gh-prose h2{margin:2.3em 0 .65em;font-size:2rem}.gh-prose h3{margin:1.8em 0 .55em;font-size:1.43rem}.gh-prose p,.gh-prose ul,.gh-prose ol{margin:0 0 1.35em}.gh-prose a{color:var(--gh-forest);font-weight:650}.gh-prose blockquote{margin:2em 0;border-left:4px solid var(--gh-lime);background:var(--gh-sand);padding:18px 24px;font-family:Georgia,"Times New Roman",serif;font-size:1.2rem}.gh-prose table{display:block;width:100%;overflow-x:auto;border-collapse:collapse}.gh-prose th,.gh-prose td{min-width:140px;border:1px solid var(--gh-line);padding:10px 13px;text-align:left}.gh-prose th{background:var(--gh-sand)}.gh-sources,.gh-responsible,.gh-cta{margin-top:48px;padding:28px;border-radius:var(--gh-radius)}.gh-sources{border-top:1px solid var(--gh-line);border-radius:0;padding-inline:0}.gh-sources h2,.gh-responsible h2{font-family:Georgia,"Times New Roman",serif}.gh-responsible{background:var(--gh-sand)}.gh-responsible h2{margin:8px 0}.gh-responsible p{color:var(--gh-muted)}.gh-cta{border:1px solid #bfd0c8;background:#eef6f1}.gh-cta strong{display:block;margin:8px 0;font-family:Georgia,"Times New Roman",serif;font-size:1.5rem}.gh-cta p{margin:0;color:var(--gh-muted)}.gh-cta .gh-button{margin-top:16px}.gh-cta--disabled{border-style:dashed}.gh-related{padding:80px 0}.gh-page{padding:42px 0 90px}.gh-faq-layout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:54px}.gh-faq-layout>aside{align-self:start;padding:24px;border-radius:var(--gh-radius);background:var(--gh-sand)}.gh-author-header{display:flex;max-width:800px;align-items:flex-start;gap:20px;margin-bottom:48px}.gh-author-header .gh-byline__avatar{width:68px;height:68px;font-size:1.35rem}.gh-author-header h1{margin:5px 0;font-family:Georgia,"Times New Roman",serif;font-size:3rem}.gh-author-header p{color:var(--gh-muted)}.gh-result-count{color:var(--gh-muted)}.gh-error-page{max-width:850px;padding:90px 0 120px;text-align:center}.gh-error-page__code{display:block;color:var(--gh-lime);font-family:Georgia,"Times New Roman",serif;font-size:8rem;line-height:1}.gh-error-page h1{margin:10px 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.5rem,6vw,5rem);font-weight:500;letter-spacing:-.05em}.gh-error-page p{max-width:620px;margin:0 auto 28px;color:var(--gh-muted)}.gh-error-page .gh-search-form{max-width:650px;margin:0 auto 24px;text-align:left}
.gh-footer{padding:70px 0 24px;background:var(--gh-ink);color:#fff}.gh-footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:64px}.gh-brand--footer{margin-bottom:18px}.gh-footer__grid>div p{max-width:440px;color:#bdcbc5}.gh-footer h2{margin:0 0 14px;color:var(--gh-lime);font-size:.75rem;letter-spacing:.1em;text-transform:uppercase}.gh-footer ul{display:grid;gap:9px;padding:0;margin:0;list-style:none}.gh-footer a{text-decoration-color:transparent}.gh-footer a:hover{text-decoration-color:currentColor}.gh-footer__bottom{display:flex;justify-content:space-between;gap:30px;margin-top:54px;border-top:1px solid rgba(255,255,255,.17);padding-top:22px;color:#9fb0aa;font-size:.78rem}
@media(max-width:1024px){.gh-card-grid--four{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-hero__grid{gap:36px}.gh-hero__copy h1{font-size:clamp(3rem,7vw,4.8rem)}.gh-education{gap:44px}.gh-nav__list{gap:18px}.gh-article__layout{grid-template-columns:190px minmax(0,var(--gh-readable));gap:34px}}
@media(max-width:780px){:root{--gh-container:min(100% - 32px,1180px)}.gh-header__inner{min-height:66px}.gh-menu-button{display:grid}.gh-nav{position:fixed;z-index:60;inset:66px 0 auto;display:none;max-height:calc(100vh - 66px);overflow:auto;border-top:1px solid var(--gh-line);background:var(--gh-paper);padding:22px 16px 30px}.gh-nav.is-open{display:block}.gh-nav__list{display:grid;gap:0}.gh-nav__list a{display:block;border-bottom:1px solid var(--gh-line);padding:14px 4px;font-size:1rem}.gh-nav__list a:after{display:none}.gh-search-toggle{margin-top:18px}.gh-hero{padding:44px 0 52px}.gh-hero__grid{grid-template-columns:1fr;gap:32px}.gh-hero__copy h1{font-size:clamp(2.8rem,13vw,4.5rem)}.gh-hero__art{order:-1}.gh-hero__art img{aspect-ratio:16/10;border-radius:20px}.gh-section{padding:62px 0}.gh-section-heading{align-items:start;flex-direction:column;gap:14px}.gh-card-grid,.gh-topic-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-card--feature{grid-template-columns:1fr}.gh-card--feature .gh-card__body{padding:28px}.gh-education{grid-template-columns:1fr}.gh-follow__inner{align-items:flex-start;flex-direction:column}.gh-topic-layout,.gh-faq-layout{grid-template-columns:1fr}.gh-topic-layout>aside{position:static;grid-template-columns:repeat(3,1fr);border-bottom:1px solid var(--gh-line);padding-bottom:22px}.gh-topic-layout>aside h2{grid-column:1/-1}.gh-article__layout{grid-template-columns:1fr}.gh-toc{position:static;border:1px solid var(--gh-line);border-left:3px solid var(--gh-forest);border-radius:12px;padding:18px}.gh-footer__grid{grid-template-columns:1fr 1fr}.gh-footer__grid>div{grid-column:1/-1}}
@media(max-width:520px){:root{--gh-container:min(100% - 28px,1180px)}body{font-size:15px}.gh-brand__name{font-size:1.08rem}.gh-hero__copy h1{font-size:clamp(2.3rem,10.8vw,2.65rem);line-height:1.01;overflow-wrap:normal;word-break:normal}.gh-hero__copy p{font-size:1rem}.gh-actions{align-items:stretch;flex-direction:column}.gh-actions .gh-button{text-align:center}.gh-card-grid,.gh-card-grid--four,.gh-topic-grid{grid-template-columns:1fr}.gh-section{padding:52px 0}.gh-section-heading h2{font-size:2.25rem}.gh-topic-card{min-height:220px}.gh-archive-header h1,.gh-page__header h1,.gh-search-header h1,.gh-topic-header h1,.gh-article__header h1{font-size:2.55rem;overflow-wrap:anywhere}.gh-topic-header{padding:28px}.gh-article__header{padding-top:28px}.gh-article__media{width:100%;margin-top:28px}.gh-article__media img{border-radius:0}.gh-article__layout{padding-top:38px}.gh-prose{font-size:1rem}.gh-prose h2{font-size:1.7rem}.gh-search-form>div{align-items:stretch;flex-direction:column}.gh-search-form input{width:100%}.gh-footer__grid{grid-template-columns:1fr}.gh-footer__grid>div{grid-column:auto}.gh-footer__bottom{flex-direction:column;gap:6px}.gh-error-page__code{font-size:6rem}.gh-author-header{flex-direction:column}}
@media(max-width:520px){.gh-hero .gh-container{width:auto;max-width:calc(100% - 28px);margin-inline:14px}.gh-hero__grid,.gh-hero__copy,.gh-hero__art,.gh-hero__copy h1,.gh-hero__copy p{width:100%;max-width:100%}.gh-hero__last-word{display:block}.gh-hero__art{overflow:hidden}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
.gh-topic-rail{border-block:1px solid var(--gh-line);background:var(--gh-white)}.gh-topic-rail .gh-container{display:flex;align-items:center;gap:10px;overflow-x:auto;padding-block:14px;scrollbar-width:thin}.gh-topic-rail span{flex:0 0 auto;color:var(--gh-muted);font-size:.72rem;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.gh-topic-rail a{flex:0 0 auto;border:1px solid var(--gh-line);border-radius:999px;padding:7px 13px;font-size:.82rem;font-weight:720;text-decoration:none}.gh-topic-rail a:hover{border-color:var(--gh-forest);background:#eef6f1;color:var(--gh-forest)}
.gh-section--categories{background:#eef3ef}.gh-category-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}.gh-category-tile{display:flex;min-height:260px;flex-direction:column;border:1px solid rgba(16,35,29,.12);border-radius:var(--gh-radius);background:var(--gh-white);padding:24px;text-decoration:none;transition:transform var(--gh-transition),box-shadow var(--gh-transition),border-color var(--gh-transition)}.gh-category-tile:hover{border-color:#9bb2a8;box-shadow:var(--gh-shadow);transform:translateY(-2px)}.gh-category-tile__icon{display:grid;width:44px;height:44px;place-items:center;border-radius:14px;background:var(--gh-sand);color:var(--gh-forest);font-size:.75rem;font-weight:850}.gh-category-tile h3{margin:34px 0 10px;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem;line-height:1.15}.gh-category-tile p{margin:0 0 24px;color:var(--gh-muted);font-size:.88rem}.gh-category-tile b{margin-top:auto;color:var(--gh-forest);font-size:.82rem}
.gh-section--payments{background:var(--gh-indigo);color:#fff}.gh-payments{display:grid;grid-template-columns:.9fr 1.1fr;align-items:center;gap:70px}.gh-payments>.gh-eyebrow,.gh-payments .gh-eyebrow{color:var(--gh-lime)}.gh-payments>div:first-child h2{margin:12px 0 20px;font-family:Georgia,"Times New Roman",serif;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:500;letter-spacing:-.045em;line-height:1.05}.gh-payments>div:first-child p{max-width:590px;margin:0 0 26px;color:#d7dbea}.gh-payment-cards{display:grid;gap:12px}.gh-payment-cards article{display:grid;grid-template-columns:48px 1fr;column-gap:16px;border:1px solid rgba(255,255,255,.18);border-radius:14px;background:rgba(255,255,255,.06);padding:20px}.gh-payment-cards span{grid-row:span 2;color:var(--gh-lime);font-size:.78rem;font-weight:850}.gh-payment-cards h3{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:1.35rem}.gh-payment-cards p{margin:3px 0 0;color:#c7ccde;font-size:.88rem}.gh-answer{border-left:4px solid var(--gh-forest);border-radius:0 12px 12px 0;background:#eef6f1;padding:20px 22px}.gh-prose code{border-radius:5px;background:var(--gh-sand);padding:2px 5px;font-size:.92em}.gh-footer__grid{grid-template-columns:1.25fr .65fr .75fr .75fr}
@media(max-width:1024px){.gh-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gh-footer__grid{grid-template-columns:1.2fr repeat(3,.8fr);gap:38px}}
@media(max-width:780px){.gh-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.gh-payments{grid-template-columns:1fr;gap:38px}.gh-footer__grid{grid-template-columns:1fr 1fr}.gh-footer__grid>div{grid-column:1/-1}}
@media(max-width:520px){.gh-category-grid{grid-template-columns:1fr}.gh-category-tile{min-height:220px}.gh-footer__grid{grid-template-columns:1fr}.gh-footer__grid>div{grid-column:auto}}
.gh-consent{position:fixed;z-index:90;right:20px;bottom:20px;left:20px;display:flex;max-width:880px;align-items:center;justify-content:space-between;gap:28px;margin-inline:auto;border:1px solid rgba(255,255,255,.18);border-radius:16px;background:var(--gh-ink);box-shadow:0 20px 60px rgba(0,0,0,.22);padding:18px 20px;color:#fff}.gh-consent[hidden]{display:none}.gh-consent p{display:grid;gap:2px;margin:0}.gh-consent p span{color:#c6d2cd;font-size:.84rem}.gh-consent>div{display:flex;flex:0 0 auto;align-items:center;gap:12px}.gh-consent .gh-button{min-height:42px;border-color:var(--gh-lime);background:var(--gh-lime);color:var(--gh-ink);padding:8px 17px}.gh-consent__decline{border:0;background:transparent;color:#fff;cursor:pointer;font-weight:700;text-decoration:underline;text-underline-offset:3px}@media(max-width:640px){.gh-consent{align-items:stretch;flex-direction:column;gap:14px}.gh-consent>div{justify-content:space-between}}
