@font-face{font-family:Manrope;src:url("../fonts/manrope-variable.ttf") format("truetype");font-style:normal;font-weight:400 800;font-display:swap}
:root{
  --hg-ink:#1d2a30;--hg-ink-2:#293a40;--hg-coral:#e36f52;--hg-coral-dark:#b94c36;
  --hg-sage:#a8c2ad;--hg-sage-pale:#e6eee7;--hg-cream:#f7f0e5;--hg-paper:#fffdf8;
  --hg-white:#fff;--hg-muted:#68777b;--hg-line:#d8ddd8;--hg-yellow:#f0c85a;
  --hg-shadow:0 24px 70px -38px rgba(29,42,48,.45);--hg-radius:20px;--hg-wrap:1248px
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;color:var(--hg-ink);background:var(--hg-paper);font-family:Manrope,system-ui,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}
body.hg-menu-open,body.hg-lightbox-open{overflow:hidden}
[hidden]{display:none!important}
a{color:var(--hg-ink);text-underline-offset:.18em}a:hover{color:var(--hg-coral-dark)}
img{max-width:100%;height:auto}button,input{font:inherit}
h1,h2,h3,h4,p{margin-top:0}h1,h2,h3,h4{color:var(--hg-ink);line-height:1.06;letter-spacing:-.045em}h1{font-size:clamp(2.7rem,5.2vw,5.15rem)}h2{font-size:clamp(2rem,3.5vw,3.35rem)}h3{font-size:1.18rem}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.hg-skip-link{position:fixed;top:.5rem;left:.5rem;z-index:1000;transform:translateY(-150%);padding:.75rem 1rem;color:#fff;background:var(--hg-ink)}.hg-skip-link:focus{transform:none}
:focus-visible{outline:3px solid var(--hg-coral);outline-offset:3px}
.hg-wrap,.eq-wrap{width:min(calc(100% - 40px),var(--hg-wrap));margin-inline:auto}.hg-wrap--reading,.eq-wrap--narrow{width:min(calc(100% - 40px),820px);margin-inline:auto}
.hg-section,.eq-section{padding:clamp(4.5rem,8vw,8rem) 0}.hg-eyebrow,.eq-kicker{margin:0 0 .75rem;color:var(--hg-coral-dark);font-size:.72rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}
.hg-section-head{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(18rem,.65fr);gap:clamp(2rem,7vw,7rem);align-items:end;margin-bottom:2.5rem}.hg-section-head h2{max-width:18ch;margin-bottom:0}.hg-section-head>p{margin:0;color:var(--hg-muted);font-size:1rem}.hg-arrow-link{align-self:end;font-weight:800;text-decoration:none}.hg-arrow-link:hover{text-decoration:underline}
.hg-button{display:inline-flex;align-items:center;justify-content:center;gap:.7rem;min-height:48px;padding:.82rem 1.2rem;border:0;border-radius:999px;font-weight:800;text-decoration:none;transition:transform .18s,box-shadow .18s,background .18s}.hg-button:hover{transform:translateY(-2px)}.hg-button--accent{color:#fff;background:var(--hg-coral);box-shadow:0 14px 30px -18px rgba(185,76,54,.85)}.hg-button--accent:hover{color:#fff;background:var(--hg-coral-dark)}.hg-button--cream{color:var(--hg-ink);background:var(--hg-cream)}.hg-button--cream:hover{color:var(--hg-ink);background:#fff}.hg-button--dark{color:#fff;background:var(--hg-ink)}.hg-button--dark:hover{color:#fff;background:var(--hg-coral-dark)}

/* Header */
.hg-site-header{position:sticky;top:0;z-index:200;background:rgba(255,253,248,.96);border-bottom:1px solid var(--hg-line);backdrop-filter:blur(14px)}
.hg-header-row{min-height:76px;display:flex;align-items:center;gap:2rem}.hg-logo{display:flex;align-items:center;flex:0 0 auto}.hg-logo img{display:block;width:254px;height:auto}.hg-desktop-tools{min-width:0;flex:1;display:flex;align-items:center;justify-content:flex-end;gap:1.65rem}
.hg-search{position:relative}.hg-search input[type=search]{width:100%;min-height:44px;padding:.65rem 3rem .65rem 1rem;color:var(--hg-ink);background:#fff;border:1px solid #cbd3ce;border-radius:999px}.hg-search input::placeholder{color:#7b8788}.hg-search--header{width:min(330px,26vw)}.hg-search--header button{position:absolute;top:50%;right:.4rem;width:38px;height:38px;display:grid;place-items:center;padding:0;transform:translateY(-50%);color:var(--hg-ink);background:transparent;border:0;border-radius:50%;cursor:pointer}.hg-search--header svg{width:19px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round}
.hg-primary-nav{display:flex;align-items:center;gap:1.25rem}.hg-primary-nav a{font-size:.86rem;font-weight:760;text-decoration:none;white-space:nowrap}.hg-primary-nav a:hover{color:var(--hg-coral-dark)}
.hg-menu-toggle{display:none;align-items:center;gap:.6rem;min-height:44px;padding:.55rem .75rem;color:var(--hg-ink);background:var(--hg-sage-pale);border:0;border-radius:999px;font-weight:800;cursor:pointer}.hg-menu-toggle__icon{width:20px;display:grid;gap:4px}.hg-menu-toggle__icon i{display:block;height:2px;background:currentColor;border-radius:2px;transition:.18s}.hg-menu-toggle[aria-expanded=true] .hg-menu-toggle__icon i:nth-child(1){transform:translateY(6px) rotate(45deg)}.hg-menu-toggle[aria-expanded=true] .hg-menu-toggle__icon i:nth-child(2){opacity:0}.hg-menu-toggle[aria-expanded=true] .hg-menu-toggle__icon i:nth-child(3){transform:translateY(-6px) rotate(-45deg)}
.hg-mobile-panel{position:absolute;left:0;right:0;top:100%;max-height:calc(100vh - 76px);overflow:auto;padding:1.3rem 0 2rem;background:var(--hg-paper);border-bottom:1px solid var(--hg-line);box-shadow:0 24px 50px -35px rgba(29,42,48,.55)}.hg-mobile-panel__title{margin:0 0 .65rem;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hg-search--mobile{display:flex}.hg-search--mobile input{border-radius:12px 0 0 12px!important;padding-right:1rem!important}.hg-search--mobile button,.hg-search--library button,.hg-search--results button{padding:.7rem 1rem;color:#fff;background:var(--hg-ink);border:0;border-radius:0 12px 12px 0;font-weight:800;cursor:pointer}.hg-mobile-nav{display:grid;margin-top:1rem;border-top:1px solid var(--hg-line)}.hg-mobile-nav a{display:flex;justify-content:space-between;padding:.9rem 0;border-bottom:1px solid var(--hg-line);font-weight:750;text-decoration:none}

/* Home hero */
.hg-hero{position:relative;overflow:hidden;padding:clamp(4rem,8vw,8rem) 0;background:var(--hg-cream)}.hg-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(29,42,48,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(29,42,48,.045) 1px,transparent 1px);background-size:48px 48px;mask-image:linear-gradient(90deg,#000,transparent 65%)}
.hg-hero-grid{position:relative;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);gap:clamp(3rem,8vw,8rem);align-items:center}.hg-hero-copy h1{max-width:11ch;margin-bottom:1.25rem}.hg-hero-lede{max-width:660px;margin-bottom:1.75rem;color:var(--hg-ink-2);font-size:clamp(1.05rem,1.5vw,1.22rem)}
.hg-hero-search{max-width:660px;padding:1rem;background:rgba(255,255,255,.72);border:1px solid rgba(29,42,48,.12);border-radius:16px}.hg-hero-search label{display:block;margin-bottom:.55rem;font-size:.78rem;font-weight:800}.hg-hero-search>div{display:flex}.hg-hero-search input[type=search]{min-width:0;flex:1;min-height:50px;padding:.7rem 1rem;background:#fff;border:1px solid var(--hg-line);border-radius:10px 0 0 10px}.hg-hero-search button{padding:.7rem 1.15rem;color:#fff;background:var(--hg-coral);border:0;border-radius:0 10px 10px 0;font-weight:800;cursor:pointer}.hg-hero-search button:hover{background:var(--hg-coral-dark)}
.hg-proof-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;margin:1.4rem 0 0;padding:0;list-style:none}.hg-proof-list li{display:flex;flex-direction:column;padding-left:.75rem;border-left:3px solid var(--hg-sage)}.hg-proof-list strong{font-size:.79rem}.hg-proof-list span{color:var(--hg-muted);font-size:.7rem}
.hg-workbook-feature{position:relative;display:block;color:var(--hg-ink);background:#fff;border:1px solid rgba(29,42,48,.18);border-radius:18px;box-shadow:24px 26px 0 var(--hg-sage),var(--hg-shadow);text-decoration:none;transform:rotate(1deg);transition:transform .2s}.hg-workbook-feature:hover{color:var(--hg-ink);transform:rotate(0) translateY(-3px)}.hg-workbook-feature__bar{display:flex;align-items:center;justify-content:space-between;padding:.7rem 1rem;color:#fff;background:var(--hg-ink);border-radius:17px 17px 0 0;font-size:.68rem;letter-spacing:.09em;text-transform:uppercase}.hg-workbook-feature__bar i{width:9px;height:9px;background:var(--hg-coral);border-radius:50%}.hg-workbook-feature>img{display:block;width:100%;aspect-ratio:16/9;object-fit:cover;object-position:top left}.hg-workbook-feature__footer{display:grid;gap:.2rem;padding:1rem 1.15rem}.hg-workbook-feature__footer strong{line-height:1.3}.hg-workbook-feature__footer span{color:var(--hg-coral-dark);font-size:.78rem;font-weight:800}.hg-workbook-feature__placeholder{height:260px;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;padding:1px;background:var(--hg-line)}.hg-workbook-feature__placeholder i{background:#fff}

/* Department grid */
.hg-departments{background:var(--hg-paper)}.hg-department-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}.hg-department-card{position:relative;min-height:210px;display:flex;flex-direction:column;padding:1.4rem;color:var(--hg-ink);background:#fff;border:1px solid var(--hg-line);border-radius:var(--hg-radius);text-decoration:none;overflow:hidden;transition:transform .2s,box-shadow .2s}.hg-department-card:before{content:"";position:absolute;right:-44px;bottom:-44px;width:130px;height:130px;border:26px solid var(--hg-sage-pale);border-radius:50%}.hg-department-card:nth-child(2n):before{border-color:#f8dfd7}.hg-department-card:hover{color:var(--hg-ink);transform:translateY(-5px);box-shadow:var(--hg-shadow)}.hg-department-card__number{font-size:.7rem;font-weight:800;letter-spacing:.14em}.hg-department-card__body{position:relative;z-index:1;display:flex;flex-direction:column;margin-top:auto}.hg-department-card__body small{margin-bottom:.35rem;color:var(--hg-coral-dark);font-size:.68rem;font-weight:800;text-transform:uppercase}.hg-department-card__body strong{font-size:1.35rem;letter-spacing:-.03em}.hg-department-card__body em{max-width:31ch;margin-top:.45rem;color:var(--hg-muted);font-size:.78rem;font-style:normal}.hg-department-card__arrow{position:absolute;top:1.1rem;right:1.2rem;font-size:1.2rem}

/* Workbook cards */
.hg-latest{background:var(--hg-sage-pale)}.hg-card-grid,.eq-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.hg-workbook-card{min-width:0;display:flex;flex-direction:column;background:#fff;border:1px solid var(--hg-line);border-radius:18px;overflow:hidden;box-shadow:0 18px 50px -38px rgba(29,42,48,.55);transition:transform .2s,box-shadow .2s}.hg-workbook-card:hover{transform:translateY(-4px);box-shadow:var(--hg-shadow)}.hg-workbook-card__media{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:var(--hg-cream)}.hg-workbook-card__media>img{display:block;width:100%;height:100%;object-fit:cover;object-position:top left;transition:transform .25s}.hg-workbook-card:hover .hg-workbook-card__media>img{transform:scale(1.025)}.hg-workbook-card__format{position:absolute;right:.75rem;bottom:.75rem;padding:.3rem .48rem;color:#fff;background:var(--hg-ink);border-radius:6px;font-size:.64rem;font-weight:800;letter-spacing:.08em}.hg-workbook-card__empty{height:100%;display:grid;place-items:center;align-content:center;gap:.55rem;color:var(--hg-muted)}.hg-workbook-card__empty img{width:52px}.hg-workbook-card__body{flex:1;display:flex;flex-direction:column;padding:1.2rem}.hg-workbook-card__top{display:flex;justify-content:space-between;gap:1rem;font-size:.69rem;font-weight:750}.hg-workbook-card__top a{color:var(--hg-coral-dark);text-decoration:none}.hg-workbook-card__top time{color:var(--hg-muted)}.hg-workbook-card h3{margin:.75rem 0 .6rem;line-height:1.25}.hg-workbook-card h3 a{text-decoration:none}.hg-workbook-card__body>p{margin-bottom:1rem;color:var(--hg-muted);font-size:.82rem}.hg-workbook-card__link{display:flex;justify-content:space-between;margin-top:auto;padding-top:.85rem;border-top:1px solid var(--hg-line);font-size:.78rem;font-weight:800;text-decoration:none}.hg-empty,.eq-empty{grid-column:1/-1;padding:2rem;background:#fff;border:1px dashed var(--hg-muted);border-radius:16px}

/* Method, FAQ, final CTA */
.hg-method{color:#dfe7e3;background:var(--hg-ink)}.hg-method h2,.hg-method h3{color:#fff}.hg-method .hg-eyebrow{color:#f39a82}.hg-method .hg-section-head>p{color:#b8c5c4}.hg-method-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(255,255,255,.18)}.hg-method-grid article{display:grid;grid-template-columns:44px 1fr;gap:1rem;padding:2rem 1.6rem;border-right:1px solid rgba(255,255,255,.18);border-bottom:1px solid rgba(255,255,255,.18)}.hg-method-grid article:first-child{padding-left:0}.hg-method-grid article:last-child{border-right:0}.hg-method-grid article>span{color:var(--hg-coral);font-size:.72rem;font-weight:800}.hg-method-grid p{margin:0;color:#b8c5c4;font-size:.9rem}
.hg-faq{background:var(--hg-paper)}.hg-faq-list,.eq-faq-list{border-top:1px solid var(--hg-line)}.hg-faq-list details,.eq-faq-list details{border-bottom:1px solid var(--hg-line)}.hg-faq-list summary,.eq-faq-list summary{display:flex;justify-content:space-between;gap:1rem;padding:1.25rem .2rem;cursor:pointer;font-weight:760;list-style:none}.hg-faq-list summary::-webkit-details-marker,.eq-faq-list summary::-webkit-details-marker{display:none}.hg-faq-list summary span,.eq-faq-list summary span{color:var(--hg-coral);font-size:1.3rem}.hg-faq-list details[open] summary span,.eq-faq-list details[open] summary span{transform:rotate(45deg)}.hg-faq-list details>p,.eq-faq-list details>p{max-width:67ch;margin:0;padding:0 2rem 1.25rem 0;color:var(--hg-muted)}
.hg-final-cta{padding:4rem 0;color:#fff;background:var(--hg-coral)}.hg-final-cta__inner{display:flex;align-items:end;justify-content:space-between;gap:2rem}.hg-final-cta .hg-eyebrow{color:#ffe0d7}.hg-final-cta h2{max-width:18ch;margin:0;color:#fff}

/* Product detail */
.hg-product-hero{padding:3.2rem 0 4.5rem;background:var(--hg-cream);border-bottom:1px solid var(--hg-line)}.hg-product-hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(420px,1.05fr);gap:clamp(3rem,7vw,7rem);align-items:center}.hg-breadcrumbs,.eq-breadcrumbs{display:flex;gap:.45rem;flex-wrap:wrap;margin-bottom:1.25rem;color:var(--hg-muted);font-size:.7rem}.hg-breadcrumbs a,.eq-breadcrumbs a{text-decoration:none}.hg-product-hero h1{max-width:14ch;margin-bottom:1rem;font-size:clamp(2.5rem,4.4vw,4.6rem)}.hg-product-summary{max-width:620px;margin-bottom:1.25rem;color:var(--hg-ink-2);font-size:clamp(1rem,1.4vw,1.18rem)}
.hg-byline{display:flex;flex-wrap:wrap;gap:.65rem;margin:1rem 0 1.25rem}.hg-byline>a{display:flex;align-items:center;gap:.55rem;padding:.45rem .65rem .45rem .45rem;color:var(--hg-ink);background:rgba(255,255,255,.68);border:1px solid rgba(29,42,48,.13);border-radius:999px;text-decoration:none}.hg-byline img{width:34px;height:34px;border-radius:10px}.hg-byline span{display:flex;flex-direction:column;line-height:1.2}.hg-byline small{color:var(--hg-muted);font-size:.58rem;text-transform:uppercase}.hg-byline strong{font-size:.71rem}.hg-product-actions{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.hg-product-actions>span{color:var(--hg-muted);font-size:.72rem;font-weight:700}.hg-published{margin:.9rem 0 0;color:var(--hg-muted);font-size:.68rem}
.hg-proof-window{overflow:hidden;background:#fff;border:1px solid rgba(29,42,48,.2);border-radius:18px;box-shadow:22px 24px 0 var(--hg-sage),var(--hg-shadow);transform:rotate(1deg)}.hg-proof-window__chrome{display:flex;align-items:center;gap:.35rem;padding:.7rem .85rem;color:#fff;background:var(--hg-ink)}.hg-proof-window__chrome span{width:8px;height:8px;background:var(--hg-coral);border-radius:50%}.hg-proof-window__chrome span:nth-child(2){background:var(--hg-yellow)}.hg-proof-window__chrome span:nth-child(3){background:var(--hg-sage)}.hg-proof-window__chrome b{margin-left:auto;font-size:.65rem;letter-spacing:.08em;text-transform:uppercase}.hg-proof-window>img{display:block;width:100%;aspect-ratio:16/9;object-fit:contain;object-position:top left}.hg-proof-window__empty{min-height:300px;display:grid;place-items:center}.hg-qa-note{display:flex;align-items:center;gap:.55rem;margin:2rem 0 0;color:var(--hg-muted);font-size:.72rem;font-weight:750}.hg-qa-note span{width:24px;height:24px;display:grid;place-items:center;color:#fff;background:var(--hg-coral);border-radius:50%}
.hg-article-layout{display:grid;grid-template-columns:minmax(0,1fr) 250px;gap:clamp(2.5rem,6vw,6rem);align-items:start;padding-block:clamp(4rem,8vw,7rem)}.hg-article-main{min-width:0;display:grid;gap:4.5rem}.hg-introduction{max-width:720px;color:var(--hg-ink-2);font-size:1.08rem}.hg-introduction p:last-child{margin-bottom:0}.hg-content-block>h2{max-width:20ch;margin-bottom:1.25rem}.hg-check-list,.hg-feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:0;padding:0;list-style:none}.hg-check-list li,.hg-feature-list li{display:flex;gap:.65rem;padding:1rem;background:var(--hg-sage-pale);border-radius:12px;font-size:.88rem}.hg-check-list li span{color:var(--hg-coral-dark);font-weight:800}.hg-feature-list li{background:#fff;border:1px solid var(--hg-line)}.hg-prose{max-width:720px}.hg-prose h2{margin-bottom:1rem}.hg-prose h3{margin:1.8rem 0 .6rem}.hg-prose p,.hg-prose ul,.hg-prose ol{margin-bottom:1.1rem}.hg-prose li+li{margin-top:.35rem}
.hg-screenshot-grid{display:grid;gap:1.25rem}.eq-screenshot{margin:0;background:#fff;border:1px solid var(--hg-line);border-radius:14px;overflow:hidden;box-shadow:var(--hg-shadow)}.eq-screenshot__zoom{display:block;width:100%;padding:0;background:#fff;border:0;cursor:zoom-in}.eq-screenshot img{display:block;width:100%}.eq-screenshot figcaption{display:flex;justify-content:space-between;gap:1rem;padding:.7rem 1rem;color:var(--hg-muted);background:var(--hg-sage-pale);font-size:.72rem}.eq-screenshot figcaption span{color:var(--hg-coral-dark);font-weight:800}
.hg-download-callout{display:grid;grid-template-columns:1fr auto;gap:2rem;align-items:center;padding:2rem;color:#dfe7e3;background:var(--hg-ink);border-radius:18px}.hg-download-callout h2{margin-bottom:.6rem;color:#fff}.hg-download-callout p:last-child{margin-bottom:0}.hg-download-callout .hg-eyebrow{color:#f39a82}
.hg-article-rail{position:sticky;top:100px}.hg-article-rail>div{padding:1.25rem;background:#fff;border:1px solid var(--hg-line);border-radius:16px;box-shadow:var(--hg-shadow)}.hg-article-rail dl{margin:1rem 0 1.2rem}.hg-article-rail dl>div{display:flex;justify-content:space-between;gap:1rem;padding:.6rem 0;border-top:1px solid var(--hg-line);font-size:.75rem}.hg-article-rail dt{color:var(--hg-muted)}.hg-article-rail dd{margin:0;font-weight:800}.hg-article-rail .hg-button{width:100%;font-size:.76rem}
.hg-credits{padding:clamp(4rem,7vw,7rem) 0;background:var(--hg-sage-pale)}.hg-credit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.hg-credit-grid article{display:grid;grid-template-columns:72px 1fr;gap:1.1rem;padding:1.4rem;background:#fff;border:1px solid var(--hg-line);border-radius:18px}.hg-credit-grid img{width:72px;height:72px;border-radius:20px}.hg-credit-grid h3{margin:.25rem 0 .55rem}.hg-credit-grid p{margin-bottom:.65rem;font-size:.84rem}.hg-credit-grid ul{margin:.8rem 0 0;padding-left:1.1rem;color:var(--hg-muted);font-size:.78rem}.hg-credit-grid a{font-size:.76rem;font-weight:800;text-decoration:none}.hg-credit-role{margin:0!important;color:var(--hg-coral-dark);font-size:.63rem!important;font-weight:800;letter-spacing:.1em;text-transform:uppercase}

/* Library and search */
.hg-library-hero,.hg-search-hero,.hg-page-hero{padding:clamp(3.5rem,7vw,6.5rem) 0;color:#dfe7e3;background:var(--hg-ink)}.hg-library-hero__grid,.hg-page-hero__grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(300px,.8fr);gap:clamp(3rem,8vw,8rem);align-items:end}.hg-library-hero h1,.hg-search-hero h1,.hg-page-hero h1{max-width:13ch;margin:0;color:#fff}.hg-library-hero .hg-eyebrow,.hg-search-hero .hg-eyebrow,.hg-page-hero .hg-eyebrow{color:#f39a82}.hg-library-hero p,.hg-page-hero__grid>p{margin-bottom:1.2rem;color:#b8c5c4}.hg-search--library label,.hg-search--results label{display:block;margin-bottom:.45rem;color:#fff;font-size:.72rem;font-weight:800}.hg-search--library>div,.hg-search--results>div{display:flex}.hg-search--library input,.hg-search--results input{border-radius:12px 0 0 12px!important;padding-right:1rem!important}.hg-search--library button,.hg-search--results button{background:var(--hg-coral)}.hg-results-bar{display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--hg-line);font-size:.8rem}.hg-results-bar p{margin:0}.hg-results-bar a{font-weight:800;text-decoration:none}.hg-search-hero .hg-search--results{max-width:660px;margin-top:1.5rem}.nav-links{display:flex;justify-content:center;gap:.4rem;margin-top:2.5rem}.nav-links a,.nav-links span{padding:.55rem .8rem;background:#fff;border:1px solid var(--hg-line);border-radius:8px;text-decoration:none}.nav-links .current{color:#fff;background:var(--hg-ink)}

/* Process, utility and legacy page templates */
.hg-process ol{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0;padding:0;list-style:none;border-top:1px solid var(--hg-line)}.hg-process li{padding:1.5rem;border-right:1px solid var(--hg-line);border-bottom:1px solid var(--hg-line)}.hg-process li:first-child{padding-left:0}.hg-process li:last-child{border-right:0}.hg-process li>span{color:var(--hg-coral-dark);font-size:.7rem;font-weight:800}.hg-process h3{margin:2.5rem 0 .5rem}.hg-process p{margin:0;color:var(--hg-muted);font-size:.86rem}.hg-team{background:var(--hg-sage-pale)}.hg-boundary{padding:4rem 0;color:#dfe7e3;background:var(--hg-ink)}.hg-boundary h2{max-width:18ch;color:#fff}.hg-boundary p:last-child{max-width:760px;margin-bottom:0;color:#b8c5c4}
.eq-page-shell{min-height:65vh;padding:clamp(3.5rem,7vw,6rem) 0;background:var(--hg-paper)}.eq-content-card{padding:clamp(1.3rem,4vw,2.6rem);background:#fff;border:1px solid var(--hg-line);border-radius:18px;box-shadow:var(--hg-shadow)}.eq-updated{color:var(--hg-muted);font-size:.75rem}.eq-page-heading{margin-bottom:2rem}.eq-page-heading h1{max-width:16ch;margin-bottom:.9rem}.eq-page-heading>p:last-child{max-width:720px;color:var(--hg-muted);font-size:1.05rem}.eq-prose{max-width:760px}.eq-prose h2{margin:2.2rem 0 .7rem;font-size:1.75rem}.eq-prose h3{margin:1.7rem 0 .5rem}.eq-prose p,.eq-prose ul,.eq-prose ol{margin-bottom:1rem}.eq-archive-hero{padding:4rem 0;color:#dfe7e3;background:var(--hg-ink)}.eq-archive-hero h1{max-width:14ch;color:#fff}.eq-archive-hero .eq-kicker{color:#f39a82}.eq-card-grid{margin-top:1rem}.eq-empty{color:var(--hg-muted)}.hg-listing{display:grid;gap:1rem}.hg-listing article{padding:1.2rem;background:#fff;border:1px solid var(--hg-line);border-radius:14px}.hg-listing h2{font-size:1.35rem}.hg-listing h2 a{text-decoration:none}

/* Footer */
.hg-site-footer{color:#aab9b8;background:#131d21;border-top:8px solid var(--hg-coral)}.hg-footer-grid{display:grid;grid-template-columns:1.6fr repeat(3,1fr);gap:clamp(2rem,5vw,5rem);padding:4rem 0 3rem}.hg-footer-brand img{width:245px;padding:.45rem;background:var(--hg-cream);border-radius:12px}.hg-footer-brand p{max-width:34ch;margin:1rem 0;color:#aab9b8;font-size:.86rem}.hg-footer-email{color:#fff;font-size:.8rem;font-weight:800}.hg-footer-label{margin:0 0 .8rem;color:#fff;font-size:.7rem;font-weight:800;letter-spacing:.13em;text-transform:uppercase}.hg-site-footer ul{display:grid;gap:.45rem;margin:0;padding:0;list-style:none}.hg-site-footer li{font-size:.8rem}.hg-site-footer a{color:#c9d3d1;text-decoration:none}.hg-site-footer a:hover{color:#fff}.hg-footer-bottom{display:flex;justify-content:space-between;gap:1rem;padding:1rem 0 1.4rem;border-top:1px solid rgba(255,255,255,.14);font-size:.7rem}.hg-footer-bottom p{margin:0}

/* Lightbox */
.hg-lightbox{position:fixed;inset:0;z-index:10000;display:grid;place-items:center;padding:clamp(1rem,3vw,3rem);background:rgba(12,20,23,.95)}.hg-lightbox[hidden]{display:none!important}.hg-lightbox__image{max-width:96vw;max-height:90vh;background:#fff;box-shadow:0 24px 80px rgba(0,0,0,.5)}.hg-lightbox__close{position:fixed;top:1rem;right:1rem;width:48px;height:48px;color:#fff;background:var(--hg-coral);border:0;border-radius:50%;font-size:1.7rem;cursor:pointer}

@media(max-width:1050px){.hg-search--header{width:240px}.hg-primary-nav{gap:.85rem}.hg-hero-grid{gap:3rem}.hg-department-grid,.hg-card-grid,.eq-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hg-process ol{grid-template-columns:repeat(2,minmax(0,1fr))}.hg-process li:nth-child(2){border-right:0}.hg-footer-grid{grid-template-columns:1.4fr repeat(2,1fr)}.hg-footer-grid>div:last-child{grid-column:2/3}}
@media(max-width:900px){.hg-desktop-tools{display:none}.hg-menu-toggle{display:flex;margin-left:auto}.hg-header-row{min-height:70px}.hg-logo img{width:238px}.hg-mobile-panel{max-height:calc(100vh - 70px)}.hg-hero-grid,.hg-product-hero__grid,.hg-library-hero__grid,.hg-page-hero__grid{grid-template-columns:1fr}.hg-hero-copy h1{max-width:12ch}.hg-workbook-feature{width:min(100% - 20px,620px)}.hg-product-hero__proof{max-width:680px}.hg-article-layout{grid-template-columns:1fr}.hg-article-rail{position:static}.hg-article-rail>div{display:grid;grid-template-columns:1fr auto;gap:1rem;align-items:center}.hg-article-rail dl{grid-column:1/-1;display:grid;grid-template-columns:repeat(4,1fr);margin:0}.hg-article-rail dl>div{display:block}.hg-article-rail dd{text-align:left}.hg-footer-grid{grid-template-columns:repeat(2,1fr)}.hg-footer-brand{grid-column:1/-1}.hg-footer-grid>div:last-child{grid-column:auto}}
@media(max-width:620px){.hg-wrap,.eq-wrap,.hg-wrap--reading,.eq-wrap--narrow{width:min(calc(100% - 24px),var(--hg-wrap))}.hg-section,.eq-section{padding:3.8rem 0}.hg-header-row{min-height:66px}.hg-logo img{width:46px;height:46px}.hg-menu-toggle{min-width:88px;justify-content:center}.hg-mobile-panel{max-height:calc(100vh - 66px)}.hg-section-head{grid-template-columns:1fr;gap:1rem;margin-bottom:1.7rem}.hg-section-head h2{max-width:none}.hg-hero{padding:3.3rem 0 4.2rem}.hg-hero-copy h1{font-size:clamp(2.55rem,13.5vw,3.7rem)}.hg-hero-search{padding:.75rem}.hg-hero-search>div{display:grid}.hg-hero-search input[type=search]{border-radius:9px 9px 0 0}.hg-hero-search button{min-height:48px;border-radius:0 0 9px 9px}.hg-proof-list{grid-template-columns:1fr;gap:.65rem}.hg-workbook-feature{margin-top:.7rem;box-shadow:12px 14px 0 var(--hg-sage),var(--hg-shadow)}.hg-department-grid,.hg-card-grid,.eq-card-grid,.hg-method-grid,.hg-credit-grid{grid-template-columns:1fr}.hg-department-card{min-height:185px}.hg-method-grid{display:grid}.hg-method-grid article,.hg-method-grid article:first-child{padding:1.4rem 0;border-right:0}.hg-final-cta__inner{align-items:flex-start;flex-direction:column}.hg-product-hero{padding:1.4rem 0 3.5rem}.hg-product-hero__grid{gap:2.5rem}.hg-product-hero h1{font-size:clamp(2.25rem,11vw,3.2rem)}.hg-byline{display:grid}.hg-byline>a{width:max-content;max-width:100%}.hg-product-actions{align-items:flex-start;flex-direction:column;gap:.55rem}.hg-product-actions .hg-button{width:100%}.hg-proof-window{box-shadow:10px 12px 0 var(--hg-sage),var(--hg-shadow)}.hg-article-main{gap:3.5rem}.hg-check-list,.hg-feature-list{grid-template-columns:1fr}.hg-download-callout{grid-template-columns:1fr;padding:1.4rem}.hg-download-callout .hg-button{width:100%}.hg-article-rail>div{display:block}.hg-article-rail dl{grid-template-columns:repeat(2,1fr);margin:1rem 0}.hg-credit-grid article{grid-template-columns:52px 1fr;padding:1rem}.hg-credit-grid img{width:52px;height:52px;border-radius:14px}.hg-process ol{grid-template-columns:1fr}.hg-process li,.hg-process li:first-child{padding:1.2rem 0;border-right:0}.hg-process h3{margin:1.25rem 0 .45rem}.hg-library-hero,.hg-search-hero,.hg-page-hero{padding:3.3rem 0}.hg-results-bar{align-items:flex-start;flex-direction:column}.hg-footer-grid{grid-template-columns:1fr;padding:3rem 0 2rem}.hg-footer-brand{grid-column:auto}.hg-footer-bottom{align-items:flex-start;flex-direction:column}.eq-screenshot figcaption{align-items:flex-start;flex-direction:column;gap:.15rem}.hg-faq-list details>p,.eq-faq-list details>p{padding-right:.2rem}}
@media print{.hg-site-header,.hg-site-footer,.hg-article-rail,.hg-button{display:none!important}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
