@import url('/assets/site-theme.css?v=5');

:root {
  --ghc-paper: #f5f7f4;
  --ghc-white: #fff;
  --ghc-text: #26373d;
  --ghc-muted: #596b71;
  --ghc-blue: #3e7183;
  --ghc-deep: #2c5666;
  --ghc-mist: #deebed;
  --ghc-sage: #e1e9e2;
  --ghc-line: #c8d5d5;
  --ghc-shadow: 0 18px 50px rgba(44, 86, 102, .10);
  --ghc-radius: 8px;
  --ghc-wide: 1280px;
  --ghc-content: 1080px;
  --ghc-reading: 700px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ghc-paper) !important; color: var(--ghc-text) !important; font-family: Lato, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
body.site-menu-open { overflow: hidden; }
a, button, input, select, textarea, summary { transition: color .18s ease, background-color .18s ease, border-color .18s ease, opacity .18s ease, transform .18s ease; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid #82aebc !important; outline-offset: 3px; }
img { max-width: 100%; }
.sr-only { 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; }

.site-shell { width: min(calc(100% - 48px), var(--ghc-wide)); margin-inline: auto; }
.site-content { width: min(calc(100% - 48px), var(--ghc-content)); margin-inline: auto; }
.site-reading { width: min(calc(100% - 48px), var(--ghc-reading)); margin-inline: auto; }
.site-section { padding-block: clamp(72px, 8vw, 112px); }
.site-section--tight { padding-block: clamp(56px, 6vw, 80px); }
.site-section--mist { background: var(--ghc-mist); }
.site-section--sage { background: var(--ghc-sage); }
.site-eyebrow, .heading_tag { margin-bottom: 18px; color: var(--ghc-blue) !important; font-size: 14px !important; font-weight: 800 !important; letter-spacing: .08em; text-transform: uppercase; }
.site-title { margin: 0; color: var(--ghc-deep); font-size: clamp(3.1rem, 6vw, 5.8rem); line-height: .96; letter-spacing: -.052em; }
.site-heading { margin: 0; color: var(--ghc-deep); font-size: clamp(2.35rem, 4.5vw, 4.5rem); line-height: 1; letter-spacing: -.044em; }
.site-lede { max-width: 650px; margin: 24px 0 0; color: var(--ghc-muted); font-size: clamp(1.05rem, 1.5vw, 1.25rem); line-height: 1.65; }
.site-button, .button, input[type='submit'] { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px !important; border: 1px solid var(--ghc-blue) !important; border-radius: 5px !important; background: var(--ghc-blue) !important; color: white !important; font-size: 15px !important; font-weight: 800 !important; line-height: 1.1 !important; text-decoration: none !important; cursor: pointer; }
.site-button:hover, .button:hover, input[type='submit']:hover { background: var(--ghc-deep) !important; border-color: var(--ghc-deep) !important; transform: translateY(-1px); }
.site-button--light { border-color: white !important; background: white !important; color: var(--ghc-deep) !important; }
.site-button--secondary { background: transparent !important; color: var(--ghc-deep) !important; }

.site-header { position: sticky; top: 0; z-index: 1000; height: 78px; background: rgba(44, 86, 102, .98); border-bottom: 1px solid rgba(255,255,255,.14); }
.site-header__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.site-brand { display: inline-flex; align-items: center; gap: 10px; color: white !important; font-size: 18px !important; font-weight: 800; text-decoration: none; white-space: nowrap; }
.site-brand img { width: 30px; height: 30px; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: rgba(255,255,255,.88) !important; font-size: 14px !important; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: white !important; }
.site-nav .site-button { color: var(--ghc-deep) !important; }
.site-menu-button { display: none; width: 46px; height: 46px; padding: 0; border: 1px solid rgba(255,255,255,.5); border-radius: 5px; background: transparent; color: white; font-size: 24px; cursor: pointer; }

.site-footer { padding: 72px 0 28px; background: var(--ghc-deep); color: white; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 64px; }
.site-footer__title { margin: 0 0 18px; font-size: 28px; color: white; }
.site-footer__label { margin: 0 0 10px; color: rgba(255,255,255,.65); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
.site-footer a { display: block; margin: 9px 0; color: rgba(255,255,255,.82) !important; font-size: 15px !important; line-height: 1.45; text-decoration: none; }
.site-footer a:hover { color: white !important; }
.site-footer__bottom { margin-top: 56px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.65); font-size: 14px; }

/* Homepage */
.home-hero { background: var(--ghc-mist); }
.home-hero__grid { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; }
.home-hero__copy { padding: 92px max(48px, 5vw) 92px max(24px, calc((100vw - var(--ghc-wide)) / 2)); display: flex; flex-direction: column; justify-content: center; }
.home-hero__copy .site-title { max-width: 680px; }
.home-hero__media { min-height: 620px; background: linear-gradient(90deg, rgba(44,86,102,.38), rgba(44,86,102,.02)), url('/assets/wf/67974b9dc5695a8556ca95cb/67976ae88d6ddd5561b7ddcf_hero-image.webp') center/cover; }
.home-form { max-width: 600px; display: grid; grid-template-columns: 1fr auto; gap: 8px; margin-top: 34px; padding: 7px; background: white; border: 1px solid var(--ghc-line); border-radius: var(--ghc-radius); }
.home-form input[type='text'] { width: 100%; min-height: 50px; border: 0; padding: 0 14px; background: transparent; color: var(--ghc-text); font: inherit; }
.home-reassurance { margin: 14px 0 0; color: var(--ghc-muted); font-size: 14px; }
.trust-strip { border-block: 1px solid var(--ghc-line); background: white; }
.trust-strip__grid { min-height: 92px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-item { padding: 14px 24px; border-right: 1px solid var(--ghc-line); color: var(--ghc-deep); font-weight: 800; text-align: center; }
.trust-item:last-child { border-right: 0; }
.home-split { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(48px, 8vw, 112px); align-items: center; }
.home-split__media { aspect-ratio: 4 / 3; object-fit: cover; border-radius: var(--ghc-radius); }
.home-copy p { margin: 22px 0 0; color: var(--ghc-muted); font-size: 18px; line-height: 1.7; }
.home-copy .site-button { margin-top: 30px; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; }
.step-card, .benefit-card, .testimonial-card { padding: 30px; background: white; border: 1px solid var(--ghc-line); border-radius: var(--ghc-radius); }
.step-card__number { color: var(--ghc-blue); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.step-card h3, .benefit-card h3 { margin: 28px 0 12px; color: var(--ghc-deep); font-size: 26px; line-height: 1.15; }
.step-card p, .benefit-card p { margin: 0; color: var(--ghc-muted); line-height: 1.65; }
.benefits-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.benefit-card h3 { margin-top: 0; }
.compare-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.compare-card { overflow: hidden; background: white; border: 1px solid var(--ghc-line); border-radius: var(--ghc-radius); }
.compare-card--primary { border-color: var(--ghc-blue); box-shadow: var(--ghc-shadow); }
.compare-card h3 { margin: 0; padding: 22px 26px; background: var(--ghc-deep); color: white; font-size: 24px; }
.compare-card dl { margin: 0; }
.compare-card dl div { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 18px 26px; border-bottom: 1px solid var(--ghc-line); }
.compare-card dl div:last-child { border-bottom: 0; }
.compare-card dt { color: var(--ghc-muted); }
.compare-card dd { margin: 0; color: var(--ghc-text); font-weight: 800; }
.testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 48px; }
.testimonial-card blockquote { margin: 0; color: var(--ghc-text); font-size: 20px; line-height: 1.55; }
.testimonial-card footer { margin-top: 24px; color: var(--ghc-muted); font-size: 14px; }
.home-blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 48px; }
.home-blog-card { display: block; color: inherit; text-decoration: none; border-top: 1px solid var(--ghc-line); padding-top: 16px; }
.home-blog-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; border-radius: var(--ghc-radius); }
.home-blog-card time { display: block; margin-top: 18px; color: var(--ghc-muted); font-size: 14px; }
.home-blog-card h3 { margin: 9px 0 0; color: var(--ghc-deep); font-size: 23px; line-height: 1.2; }
.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 112px); }
.faq-list { border-top: 1px solid var(--ghc-line); }
details[data-faq] { border-bottom: 1px solid var(--ghc-line); }
details[data-faq] summary { min-height: 64px; list-style: none; display: grid; grid-template-columns: 1fr 24px; align-items: center; gap: 20px; padding: 18px 0; color: var(--ghc-deep); font-weight: 800; cursor: pointer; }
details[data-faq] summary::-webkit-details-marker { display: none; }
details[data-faq] summary::after { content: '+'; color: var(--ghc-blue); font-size: 22px; }
details[data-faq][open] summary::after { content: '−'; }
.faq-answer { max-width: 680px; padding: 0 44px 24px 0; color: var(--ghc-muted); line-height: 1.7; }
.final-cta { padding-block: clamp(72px, 9vw, 120px); background: linear-gradient(90deg, rgba(44,86,102,.88), rgba(44,86,102,.56)), url('/assets/wf/67974b9dc5695a8556ca95cb/6798d086a6e71b5da7b7c6f6_image.webp') center/cover; color: white; }
.final-cta .site-heading { max-width: 760px; color: white; }
.final-cta p { max-width: 580px; margin: 22px 0 30px; color: rgba(255,255,255,.86); font-size: 18px; line-height: 1.65; }

/* Exported marketing pages */
body:not(.home-redesign) .main-wrapper { background: var(--ghc-paper); }
body:not(.home-redesign) .page-wrapper > .section:first-child { padding-top: clamp(72px, 8vw, 104px) !important; padding-bottom: clamp(64px, 7vw, 88px) !important; }
body:not(.home-redesign) .cities_header { max-width: 920px !important; margin-inline: auto !important; }
body:not(.home-redesign) .cities_header_title { max-width: 900px; margin-inline: auto !important; font-size: clamp(2.9rem, 5.3vw, 5.4rem) !important; line-height: 1 !important; letter-spacing: -.048em !important; }
body:not(.home-redesign) .cities_header_text { max-width: 680px !important; margin: 24px auto 0 !important; color: var(--ghc-muted) !important; font-size: 18px !important; line-height: 1.65 !important; }
body:not(.home-redesign) .section { padding-block: clamp(72px, 8vw, 104px) !important; }
body:not(.home-redesign) .container.padding-global { padding-inline: clamp(24px, 4vw, 64px) !important; }
body:not(.home-redesign) .about-grid-wrapper { gap: clamp(40px, 7vw, 96px) !important; align-items: center !important; }
body:not(.home-redesign) .about-grid-wrapper img { border-radius: var(--ghc-radius) !important; }
body:not(.home-redesign) .text-with-image__text p { color: var(--ghc-muted) !important; font-size: 17px !important; line-height: 1.7 !important; }
body:not(.home-redesign) .card, body:not(.home-redesign) [class*='step-card'] { border-color: var(--ghc-line) !important; border-radius: var(--ghc-radius) !important; box-shadow: none !important; }

/* Blog */
.blogs-section { padding-top: clamp(72px, 8vw, 104px) !important; }
.blogs__header { margin-bottom: 48px !important; }
.blogs__header h1, .blogs__header .heading-style-h1 { font-size: clamp(2.9rem, 5.2vw, 5rem) !important; }
.blog-posts__wrapper { gap: 42px 32px !important; }
.blog-post__item { border-top: 1px solid var(--ghc-line); padding-top: 16px; }
.blog-post__item-image { border-radius: var(--ghc-radius); }
.blog-post__item-title { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
.blog-post { padding-top: clamp(64px, 7vw, 96px) !important; }
.blog-post__title { max-width: 900px !important; font-size: clamp(2.8rem, 5vw, 5.2rem) !important; line-height: 1 !important; }
.rich-text { max-width: var(--ghc-reading) !important; font-size: 17px !important; line-height: 1.78 !important; }
.rich-text h2 { font-size: clamp(2rem, 3vw, 2.75rem) !important; line-height: 1.12 !important; letter-spacing: -.03em !important; }
.rich-text h3 { font-size: clamp(1.45rem, 2vw, 1.85rem) !important; }
.rich-text p, .rich-text li { color: #40535a; font-size: 17px !important; }
.rich-text [data-autistic-editor='quick-answer'] { border-radius: var(--ghc-radius); }

/* Offer form */
.section.p-2 { padding-block: clamp(56px, 7vw, 88px) !important; }
.section.p-2 .cities_header { margin-bottom: 38px !important; }
.section.p-2 .cities_header_title { font-size: clamp(2.5rem, 4.2vw, 4rem) !important; }
.form-container, .reb-form-container { border: 1px solid var(--ghc-line) !important; border-radius: var(--ghc-radius) !important; box-shadow: var(--ghc-shadow) !important; }
.form-container label, .reb-form-container label { color: var(--ghc-text) !important; font-weight: 700 !important; }
.form-container input, .form-container select, .form-container textarea, .reb-form-container input, .reb-form-container select, .reb-form-container textarea { min-height: 50px !important; border: 1px solid var(--ghc-line) !important; border-radius: 5px !important; box-shadow: none !important; color: var(--ghc-text) !important; }
.form-container input:focus, .form-container select:focus, .form-container textarea:focus { border-color: var(--ghc-blue) !important; }

@media (max-width: 900px) {
  .site-nav { position: fixed; inset: 78px 0 auto; display: none; padding: 22px 24px 30px; background: var(--ghc-deep); border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 18px 32px rgba(0,0,0,.16); }
  .site-nav[data-open='true'] { display: grid; }
  .site-nav a { min-height: 48px; display: flex; align-items: center; font-size: 17px !important; border-bottom: 1px solid rgba(255,255,255,.12); }
  .site-nav .site-button { margin-top: 10px; border-bottom: 0; }
  .site-menu-button { display: inline-grid; place-items: center; }
  .home-hero__grid { min-height: 0; grid-template-columns: 1fr; }
  .home-hero__copy { padding: 72px 24px; }
  .home-hero__media { min-height: 420px; }
  .home-split { grid-template-columns: 1fr; gap: 40px; }
  .steps-grid, .benefits-grid { grid-template-columns: 1fr; }
  .trust-strip__grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-right: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--ghc-line); }
  .faq-layout { grid-template-columns: 1fr; gap: 38px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer__grid > :first-child { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-shell, .site-content, .site-reading { width: min(calc(100% - 34px), var(--ghc-wide)); }
  .site-section { padding-block: 68px; }
  .site-section--tight { padding-block: 56px; }
  .site-title { font-size: clamp(2.9rem, 13.5vw, 4.3rem); line-height: .98; letter-spacing: -.048em; }
  .site-heading { font-size: clamp(2.25rem, 10vw, 3.35rem); }
  .site-lede { font-size: 17px; }
  .site-brand { font-size: 17px !important; }
  .home-hero__copy { padding: 62px 17px 54px; }
  .home-hero__media { min-height: 300px; }
  .home-form { grid-template-columns: 1fr; margin-top: 28px; }
  .home-form .site-button { width: 100%; }
  .trust-item { padding: 18px 8px; font-size: 14px; }
  .home-copy p { font-size: 17px; }
  .step-card, .benefit-card, .testimonial-card { padding: 24px; }
  .compare-cards, .testimonials-grid, .home-blog-grid { grid-template-columns: 1fr; }
  .compare-card dl div { padding: 16px 20px; }
  .faq-answer { padding-right: 0; }
  .site-footer__grid { grid-template-columns: 1fr; gap: 34px; }
  .site-footer__grid > :first-child { grid-column: auto; }
  body:not(.home-redesign) .page-wrapper > .section:first-child { padding-top: 64px !important; padding-bottom: 56px !important; }
  body:not(.home-redesign) .cities_header_title { font-size: clamp(2.55rem, 12vw, 3.8rem) !important; }
  body:not(.home-redesign) .section { padding-block: 64px !important; }
  .blogs-section { padding-top: 64px !important; }
  .blog-post__title { font-size: clamp(2.45rem, 11vw, 3.8rem) !important; }
  .rich-text { overflow-x: visible; }
  .rich-text table { display: block; overflow-x: auto; }
}

/* About page */
.site-breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 38px; color: var(--ghc-muted); font-size: 14px; }
.site-breadcrumbs a { color: var(--ghc-deep); font-weight: 700; text-decoration: none; }
.site-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.about-hero { background: linear-gradient(135deg, var(--ghc-paper), var(--ghc-mist)); }
.about-hero .site-title { max-width: 980px; }
.about-hero .site-lede { max-width: 720px; }
.about-page-main__image { aspect-ratio: 5 / 3; }
.about-page-main__portrait { aspect-ratio: 4 / 3; object-position: center 38%; }
.about-considerations { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 112px); align-items: start; }
.about-considerations__list { border-top: 1px solid var(--ghc-line); }
.about-considerations__list > div { padding: 24px 0; border-bottom: 1px solid var(--ghc-line); }
.about-considerations__list h3 { margin: 0 0 9px; color: var(--ghc-deep); font-size: 22px; }
.about-considerations__list p { margin: 0; color: var(--ghc-muted); font-size: 17px; line-height: 1.65; }
.about-next-step__helper { max-width: 720px !important; margin-top: 18px !important; font-size: 14px !important; }

@media (max-width: 900px) {
  .about-considerations { grid-template-columns: 1fr; gap: 36px; }
}

@media (max-width: 700px) {
  .site-breadcrumbs { margin-bottom: 28px; }
  .site-actions { display: grid; }
  .site-actions .site-button { width: 100%; }
}

/* Blog index */
.blog-index-hero { background: linear-gradient(135deg, var(--ghc-paper), var(--ghc-mist)); }
.blog-index-hero .site-title { max-width: 980px; }
.blog-index-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 64px; align-items: end; margin-bottom: 52px; }
.blog-index-heading > p { margin: 0; color: var(--ghc-muted); font-size: 17px; line-height: 1.65; }
.blog-resource-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px 22px; }
.blog-resource-card { border-top: 1px solid var(--ghc-line); padding-top: 14px; }
.blog-resource-card a { color: inherit; text-decoration: none; }
.blog-resource-card img { display: block; width: 100%; height: 150px; object-fit: cover; border-radius: var(--ghc-radius); }
.blog-resource-card time { display: block; margin-top: 13px; color: var(--ghc-muted); font-size: 13px; }
.blog-resource-card h3 { margin: 6px 0 0; color: var(--ghc-deep); font-size: clamp(1.05rem, 1.5vw, 1.3rem); line-height: 1.25; }
.blog-resource-card a:hover h3 { color: var(--ghc-blue); }
.blog-topic-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(48px, 8vw, 112px); }
.blog-topic-links { border-top: 1px solid var(--ghc-line); }
.blog-topic-links a { display: block; padding: 18px 0; border-bottom: 1px solid var(--ghc-line); color: var(--ghc-deep); font-size: 18px; font-weight: 700; text-decoration: none; }
.blog-topic-links a:hover { color: var(--ghc-blue); }
.blog-catalog-heading { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: end; margin-bottom: 36px; }
.blog-catalog-heading > p { margin: 0; color: var(--ghc-muted); font-size: 17px; line-height: 1.65; }
.blog-category-nav { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 58px; }
.blog-category-nav a { padding: 10px 14px; border: 1px solid var(--ghc-line); border-radius: 999px; color: var(--ghc-deep); font-size: 14px; font-weight: 800; text-decoration: none; }
.blog-category-nav a:hover { border-color: var(--ghc-blue); background: var(--ghc-mist); }
.blog-category { padding: 48px 0; border-top: 1px solid var(--ghc-line); scroll-margin-top: 100px; }
.blog-category__heading { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; margin-bottom: 22px; }
.blog-category__heading h3 { margin: 0; color: var(--ghc-deep); font-size: clamp(1.65rem, 2.8vw, 2.35rem); }
.blog-category__heading span { color: var(--ghc-muted); font-size: 14px; }
.blog-article-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0 28px; margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--ghc-line); }
.blog-article-list li { border-bottom: 1px solid var(--ghc-line); }
.blog-article-list a { display: block; padding: 16px 0; color: var(--ghc-deep); font-size: 16px; font-weight: 700; line-height: 1.35; text-decoration: none; }
.blog-article-list a:hover { color: var(--ghc-blue); }

@media (max-width: 900px) {
  .blog-resource-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-index-heading, .blog-topic-layout, .blog-catalog-heading { grid-template-columns: 1fr; gap: 34px; }
  .blog-article-list { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  .blog-resource-grid { grid-template-columns: 1fr; gap: 34px; }
  .blog-index-heading { margin-bottom: 38px; }
  .blog-resource-card a { display: grid; grid-template-columns: 112px 1fr; column-gap: 16px; align-items: start; }
  .blog-resource-card img { grid-row: 1 / span 2; width: 112px; height: 88px; }
  .blog-resource-card time { margin-top: 2px; }
  .blog-resource-card h3 { font-size: 1.05rem; }
  .blog-article-list { grid-template-columns: 1fr; }
  .blog-category { padding: 38px 0; }
  .blog-category__heading { align-items: flex-end; }
}


/* Decision guide article */
.guide-hero { background: linear-gradient(135deg, var(--ghc-paper), var(--ghc-mist)); }
.guide-hero .site-content { max-width: 1100px; }
.guide-hero > .site-container { width: min(calc(100% - 64px), var(--ghc-wide)); margin-inline: auto; }
.guide-hero h1 { max-width: 1050px; margin: 0 0 26px; color: var(--ghc-deep); font-size: clamp(3.2rem, 6.5vw, 6.6rem); line-height: .93; letter-spacing: -.055em; }
.guide-hero__deck { max-width: 820px; margin: 0; color: var(--ghc-text); font-size: clamp(18px, 2vw, 22px); line-height: 1.55; }
.guide-hero__grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); gap: clamp(40px, 5vw, 72px); align-items: center; margin-top: 38px; }
.guide-hero__grid h1 { font-size: clamp(3rem, 4.7vw, 5.25rem); }
.guide-feature { width: 100%; height: auto; margin: 42px 0 48px; }
.guide-feature img { display: block; width: 100%; height: auto; aspect-ratio: 1200 / 727; object-fit: cover; border-radius: var(--ghc-radius); }
.guide-feature figcaption { margin-top: 12px; color: var(--ghc-muted); font-size: 14px; line-height: 1.5; }
.guide-hero__grid .guide-feature { margin: 0; }
.guide-hero__grid .guide-feature img { box-shadow: 0 24px 60px rgba(44, 86, 102, .14); }
.guide-layout { width: min(calc(100% - 64px), var(--ghc-reading)); margin-inline: auto; }
.guide-article { max-width: none !important; }
.guide-byline { display: flex; gap: 16px; align-items: center; margin-bottom: 42px; padding-bottom: 24px; border-bottom: 1px solid var(--ghc-line); }
.guide-byline img { width: 64px; height: 64px; border-radius: 50%; object-fit: cover; }
.guide-byline p { margin: 0; color: var(--ghc-muted); font-size: 14px; line-height: 1.5; }
.guide-learning, .guide-toc, .guide-example { margin: 36px 0; padding: 28px; border: 1px solid var(--ghc-line); border-radius: var(--ghc-radius); background: var(--ghc-white); }
.guide-learning p, .guide-example p { margin-top: 0; }
.guide-learning ul, .guide-toc ol { margin-bottom: 0; }
.guide-toc h2 { margin-top: 0 !important; font-size: 1.5rem !important; }
.guide-toc ol { columns: 2; column-gap: 40px; }
.guide-toc li { break-inside: avoid; margin-bottom: 8px; }
.guide-formula { padding: 24px; border-left: 4px solid var(--ghc-blue); background: var(--ghc-mist); font-size: clamp(18px, 2.2vw, 22px); }
.guide-definitions { margin: 30px 0; }
.guide-definitions > div { padding: 20px 0; border-top: 1px solid var(--ghc-line); }
.guide-definitions > div:last-child { border-bottom: 1px solid var(--ghc-line); }
.guide-definitions dt { color: var(--ghc-deep); font-weight: 800; }
.guide-definitions dd { margin: 4px 0 0; }
.guide-steps { counter-reset: guide-step; list-style: none; padding-left: 0 !important; }
.guide-steps li { position: relative; min-height: 48px; margin-bottom: 18px; padding-left: 58px; }
.guide-steps li::before { position: absolute; left: 0; top: -3px; display: grid; place-items: center; width: 40px; height: 40px; border-radius: 50%; background: var(--ghc-deep); color: white; counter-increment: guide-step; content: counter(guide-step); font-weight: 800; }
.guide-faq details { border-bottom: 1px solid var(--ghc-line); }
.guide-faq summary { padding: 20px 0; color: var(--ghc-deep); font-weight: 800; cursor: pointer; }
.guide-faq details p { margin-top: 0; padding-bottom: 18px; }
.guide-related { margin-top: 72px; padding-top: 44px; border-top: 1px solid var(--ghc-line); }
.guide-related__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.guide-related__grid a { display: flex; flex-direction: column; gap: 8px; padding: 22px; border: 1px solid var(--ghc-line); border-radius: var(--ghc-radius); color: var(--ghc-deep); text-decoration: none; }
.guide-related__grid a:hover { border-color: var(--ghc-blue); }
.guide-related__grid span { color: var(--ghc-muted); font-size: 15px; line-height: 1.5; }
.guide-article .about-next-step { margin-top: 72px; }

@media (max-width: 1000px) {
  .guide-hero__grid { grid-template-columns: 1fr; }
  .guide-hero__grid h1 { font-size: clamp(3.2rem, 8vw, 5.4rem); }
  .guide-hero__grid .guide-feature { max-width: 820px; }
}

@media (max-width: 700px) {
  .guide-hero > .site-container { width: min(calc(100% - 34px), var(--ghc-wide)); }
  .guide-layout { width: min(calc(100% - 34px), var(--ghc-reading)); }
  .guide-hero h1 { font-size: clamp(2.8rem, 13.5vw, 4rem); }
  .guide-toc ol { columns: 1; }
  .guide-related__grid { grid-template-columns: 1fr; }
  .guide-learning, .guide-toc, .guide-example { padding: 22px; }
  .guide-article .about-next-step { margin-inline: -17px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
