/* Distinct editorial experiences for FAQ, inquiry and Lake County discovery. */
.faq-redesign :is(#faq-index, #preparation, #archives-privacy, #investment-delivery),
.contact-redesign #inquiry-heading,
.county-redesign :is(#lake-county-cities, #lake-county-questions) {
  scroll-margin-top: calc(var(--header-height, 82px) + 18px);
}

/* FAQ — a chaptered story index rather than the standard split-image page. */
.hub-faq-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 78px 0 64px;
  background: #171717;
  color: #f3f3ee;
}
.hub-faq-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(380px, .97fr);
  align-items: center;
  gap: clamp(48px, 7vw, 108px);
}
.hub-faq-hero__copy { position: relative; z-index: 2; text-align: left; }
.hub-faq-hero__copy h1 { max-width: 780px; font-size: clamp(58px, 6.7vw, 100px); line-height: .98; text-transform: uppercase; }
.hub-faq-hero__lede { max-width: 610px; margin: 24px 0 28px; color: #d2d2cc; font-size: 20px; line-height: 1.65; }
.hub-faq-hero__copy .interview-button { background: transparent; border-color: #f3f3ee; }
.hub-faq-hero__copy .interview-button:hover { background: #f3f3ee; border-color: #f3f3ee; color: #171717; }
.hub-faq-hero__archive { position: relative; z-index: 2; margin: 0; padding: 12px 12px 0; border: 1px solid #777772; background: #20201e; transform: rotate(1.4deg); }
.hub-faq-hero__archive::before { content: "ARCHIVE / 01"; position: absolute; z-index: 1; top: 26px; left: 28px; padding: 6px 9px; background: #171717e8; color: #f3f3ee; font-size: 10px; letter-spacing: .16em; }
.hub-faq-hero__archive img { display: block; width: 100%; aspect-ratio: 1.12; object-fit: cover; }
.hub-faq-hero__archive figcaption { padding: 11px 2px 12px; color: #bdbdb7; font-size: 11px; line-height: 1.55; text-align: left; }
.hub-faq-hero__number { position: absolute; z-index: -1; right: -1vw; bottom: -9vw; color: #242421; font: 400 min(32vw, 470px)/.8 var(--display); }

.hub-faq-index { padding: 74px 0 82px; color: #171717; }
.hub-faq-index__heading { max-width: 780px; margin: 0 auto 42px; text-align: center; }
.hub-faq-index__heading h2 { font-size: clamp(44px, 5vw, 70px); line-height: 1.05; text-transform: uppercase; }
.hub-faq-index__heading > p:not(.story-kicker) { max-width: 640px; margin: 18px auto 0; color: #484846; font-size: 18px; line-height: 1.65; }
.hub-faq-index__cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid #a6a6a0; }
.hub-faq-index__cards a { position: relative; display: grid; grid-template-rows: auto 1fr auto; gap: 18px; min-height: 250px; padding: 25px 28px 30px; color: #171717; text-decoration: none; text-align: left; }
.hub-faq-index__cards a + a { border-left: 1px solid #a6a6a0; }
.hub-faq-index__cards a:hover { background: #e8e8e2; }
.hub-faq-index__cards span { color: #c63125; font: 400 34px/1 var(--display); }
.hub-faq-index__cards strong { max-width: 280px; font: 400 35px/1.08 var(--display); text-transform: uppercase; }
.hub-faq-index__cards small { color: #595952; font-size: 13px; letter-spacing: .08em; text-transform: uppercase; }
.hub-faq-index__cards .ylf-icon { position: absolute; right: 25px; bottom: 26px; width: 24px; height: 24px; color: #c63125; }

.hub-faq-chapter { padding: 88px 0 98px; }
.hub-faq-chapter__grid { display: grid; grid-template-columns: minmax(300px, .82fr) minmax(0, 1.18fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.hub-faq-chapter__intro { position: sticky; top: calc(var(--header-height, 82px) + 34px); text-align: left; }
.hub-faq-chapter__number { margin: 0 0 26px; font: 400 clamp(72px, 8vw, 116px)/.8 var(--display); color: #ed493d; }
.hub-faq-chapter__intro h2 { max-width: 560px; font-size: clamp(42px, 4.5vw, 64px); line-height: 1.05; text-transform: uppercase; }
.hub-faq-chapter__intro > p:not(.story-kicker, .hub-faq-chapter__number) { max-width: 540px; margin: 22px 0 23px; color: #d2d2cc; font-size: 18px; line-height: 1.7; }
.hub-faq-chapter__intro .interview-link { justify-content: flex-start; }
.hub-faq-chapter .story-faq-list { border-bottom: 1px solid #777772; text-align: left; }
.hub-faq-chapter .story-faq-list details { border-color: #777772; }
.hub-faq-chapter .story-faq-list summary { display: flex; position: static; justify-content: space-between; min-height: 94px; padding: 26px 0; color: inherit; font-size: clamp(25px, 2.3vw, 34px); text-align: left; }
.hub-faq-chapter .story-faq-list summary .ylf-icon { position: static; width: 25px; height: 25px; transform: none; }
.hub-faq-chapter .story-faq-list details[open] summary .ylf-icon { transform: rotate(45deg); }
.hub-faq-chapter .story-faq-list details > p { max-width: 760px; padding: 0 48px 30px 0; margin: 0; color: #d2d2cc; font-size: 17px; line-height: 1.75; }
.hub-faq-chapter--dark { background: #171717; color: #f3f3ee; }
.hub-faq-chapter--paper { background: #f3f3ee; color: #171717; }
.hub-faq-chapter--paper .hub-faq-chapter__number { color: #c63125; }
.hub-faq-chapter--paper .hub-faq-chapter__intro > p:not(.story-kicker, .hub-faq-chapter__number),
.hub-faq-chapter--paper .story-faq-list details > p { color: #484846; }
.hub-faq-chapter--paper .story-faq-list,
.hub-faq-chapter--paper .story-faq-list details { border-color: #a6a6a0; }
.hub-faq-source { margin-top: 34px; padding: 28px; border: 1px solid #a6a6a0; border-left: 5px solid #c63125; background: #e8e8e2; }
.hub-faq-source h3 { margin: 8px 0 12px; font-size: 29px; line-height: 1.2; }
.hub-faq-source > p:not(.story-kicker) { color: #484846; font-size: 16px; line-height: 1.7; }
.hub-faq-chapter--red { background: #a9271e; color: #fff; }
.hub-faq-chapter--red .story-kicker, .hub-faq-chapter--red .hub-faq-chapter__number { color: #fff; }
.hub-faq-chapter--red .hub-faq-chapter__intro > p:not(.story-kicker, .hub-faq-chapter__number),
.hub-faq-chapter--red .story-faq-list details > p { color: #fff; }
.hub-faq-chapter--red .story-faq-list, .hub-faq-chapter--red .story-faq-list details { border-color: #df8a84; }
.hub-faq-button--light { background: #f3f3ee; border-color: #f3f3ee; color: #171717; }
.hub-faq-button--light:hover { background: #fff; border-color: #fff; color: #171717; }
.hub-faq-next { padding: 78px 0; color: #171717; }
.hub-faq-next__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.hub-faq-next h2 { max-width: 610px; font-size: clamp(45px, 5vw, 70px); line-height: 1.05; text-transform: uppercase; }
.hub-faq-next__grid > div:last-child > p { max-width: 590px; margin: 0 auto 25px; color: #484846; font-size: 18px; line-height: 1.7; }

/* Contact — a form-first production brief. */
.hub-contact-hero { overflow: hidden; padding: 70px 0 72px; background: #171717; color: #f3f3ee; }
.hub-contact-hero__inner { position: relative; text-align: center; }
.hub-contact-hero__inner::before { content: ""; position: absolute; top: -70px; left: 50%; width: 2px; height: 42px; background: #ed493d; }
.hub-contact-hero h1 { max-width: 1030px; margin: 0 auto; font-size: clamp(62px, 8vw, 116px); line-height: .96; text-transform: uppercase; }
.hub-contact-hero__inner > p:not(.story-kicker) { max-width: 720px; margin: 25px auto 28px; color: #d2d2cc; font-size: 20px; line-height: 1.65; }
.hub-contact-hero .interview-button { background: transparent; border-color: #f3f3ee; }
.hub-contact-hero .interview-button:hover { background: #f3f3ee; color: #171717; }
.hub-contact-brief { padding: 0 0 88px; color: #171717; }
.hub-contact-brief__grid { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr); gap: 0; align-items: start; }
.hub-contact-form.story-form { position: relative; z-index: 2; margin-top: -26px; padding: clamp(32px, 5vw, 66px); border: 1px solid #a6a6a0; border-top: 7px solid #c63125; background: #fafaf6; text-align: left; box-shadow: 0 18px 55px #17171712; }
.hub-contact-form__heading { max-width: 780px; margin: 0 auto 38px; text-align: center; }
.hub-contact-form__heading h2 { font-size: clamp(45px, 5vw, 70px); line-height: 1.05; text-transform: uppercase; }
.hub-contact-form__heading > p:not(.story-kicker) { max-width: 650px; margin: 18px auto 0; color: #484846; font-size: 17px; line-height: 1.7; }
.hub-contact-form .story-form-grid { gap: 25px 22px; }
.hub-contact-form .story-field > label { font-size: 15px; }
.hub-contact-form .story-field :is(input:not([type="checkbox"]):not([type="hidden"]), select, textarea) { min-height: 57px; padding: 14px 15px; border-color: #777772; background: #fff; }
.hub-contact-form .story-field textarea { min-height: 190px; }
.hub-contact-form__submit { display: flex; align-items: center; gap: 22px; border-top: 1px solid #cecec7; padding-top: 25px; }
.hub-contact-form__submit > p { color: #595952; font-size: 13px; line-height: 1.5; }
.hub-contact-aside { margin-top: 56px; background: #20201e; color: #f3f3ee; text-align: left; }
.hub-contact-aside__image { margin: 0; }
.hub-contact-aside__image img { display: block; width: 100%; aspect-ratio: 1.08; object-fit: cover; object-position: 62% center; }
.hub-contact-aside__image figcaption { padding: 11px 22px; background: #c63125; color: #fff; font-size: 11px; line-height: 1.55; }
.hub-contact-aside__content, .hub-contact-aside__packages, .hub-contact-aside__email { padding: 30px; }
.hub-contact-steps { list-style: none; padding: 0; margin: 18px 0 0; }
.hub-contact-steps li { display: grid; grid-template-columns: 38px 1fr; gap: 15px; padding: 19px 0; border-top: 1px solid #5f5f5b; }
.hub-contact-steps li > span { color: #ed493d; font: 400 25px/1 var(--display); }
.hub-contact-steps h3 { margin: 0 0 7px; font-size: 25px; }
.hub-contact-steps p { color: #d2d2cc; font-size: 15px; line-height: 1.65; }
.hub-contact-aside__packages { border-top: 1px solid #5f5f5b; }
.hub-contact-aside__packages a { display: flex; justify-content: space-between; gap: 18px; padding: 14px 0; border-top: 1px solid #5f5f5b; color: #f3f3ee; font-size: 14px; text-decoration: none; }
.hub-contact-aside__packages a:hover strong { text-decoration: underline; text-decoration-color: #ed493d; text-underline-offset: 4px; }
.hub-contact-aside__packages span { color: #d2d2cc; white-space: nowrap; }
.hub-contact-aside__email { border-top: 1px solid #5f5f5b; background: #171717; }
.hub-contact-aside__email p { margin-bottom: 5px; color: #bdbdb7; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; }
.hub-contact-aside__email a { font-size: 15px; overflow-wrap: anywhere; text-underline-offset: 4px; }

/* Lake County — a panoramic local discovery hub. */
.hub-county-hero { position: relative; isolation: isolate; min-height: min(780px, calc(100svh - var(--header-height, 82px))); display: flex; align-items: flex-end; overflow: hidden; background: #171717; color: #fff; }
.hub-county-hero__media, .hub-county-hero__scrim { position: absolute; inset: 0; z-index: -2; margin: 0; }
.hub-county-hero__media picture { display: block; height: 100%; }
.hub-county-hero__media img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 43%; }
.hub-county-hero__scrim { z-index: -1; background: linear-gradient(90deg, #101010f0 0%, #101010b9 48%, #10101035 78%), linear-gradient(0deg, #101010ed 0%, transparent 55%); }
.hub-county-hero__copy { padding-block: 96px 76px; text-align: left; }
.hub-county-hero h1 { max-width: 900px; font-size: clamp(62px, 7.3vw, 108px); line-height: .97; text-transform: uppercase; }
.hub-county-hero__copy > p:not(.story-kicker) { max-width: 650px; margin-top: 24px; color: #ededeb; font-size: 20px; line-height: 1.65; }
.hub-county-hero .interview-actions { justify-content: flex-start; }
.hub-county-hero__caption { position: absolute; right: 24px; bottom: 17px; color: #d2d2cc; font-size: 10px; letter-spacing: .05em; }
.hub-county-intro { padding: 82px 0; color: #171717; }
.hub-county-intro__grid { display: grid; grid-template-columns: minmax(240px, .58fr) minmax(0, 1.42fr); gap: clamp(55px, 9vw, 130px); align-items: center; }
.hub-county-intro__count { display: flex; flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1; border: 1px solid #a6a6a0; border-radius: 50%; }
.hub-county-intro__count span { font: 400 clamp(100px, 12vw, 170px)/.85 var(--display); }
.hub-county-intro__count small { margin-top: 17px; color: #c63125; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.hub-county-intro__copy { text-align: left; }
.hub-county-intro__copy h2 { max-width: 790px; font-size: clamp(52px, 6vw, 84px); line-height: 1; text-transform: uppercase; }
.hub-county-intro__copy > p:not(.story-kicker) { max-width: 780px; margin-top: 20px; color: #484846; font-size: 18px; line-height: 1.72; }
.hub-county-intro__copy .interview-link { justify-content: flex-start; margin-top: 22px; }

.hub-county-services { padding: 84px 0 90px; background: #171717; color: #f3f3ee; }
.hub-county-services__heading { max-width: 850px; margin: 0 auto 44px; text-align: center; }
.hub-county-services__heading h2 { font-size: clamp(50px, 6vw, 82px); line-height: 1; text-transform: uppercase; }
.hub-county-services__heading > p:not(.story-kicker) { max-width: 700px; margin: 19px auto 0; color: #d2d2cc; font-size: 18px; line-height: 1.7; }
.hub-county-services__featured { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid #6b6b67; }
.hub-county-services__featured article { min-height: 310px; padding: 28px 30px 32px; text-align: left; }
.hub-county-services__featured article + article { border-left: 1px solid #6b6b67; }
.hub-county-services__featured article > span { color: #ed493d; font: 400 35px/1 var(--display); }
.hub-county-services__featured h3 { margin-top: 48px; font-size: clamp(30px, 3vw, 43px); line-height: 1.08; text-transform: uppercase; }
.hub-county-services__featured h3 a { display: flex; align-items: flex-start; justify-content: space-between; gap: 17px; text-decoration: none; }
.hub-county-services__featured h3 a:hover { text-decoration: underline; text-decoration-color: #ed493d; text-underline-offset: 6px; }
.hub-county-services__featured h3 .ylf-icon { flex: none; width: 25px; height: 25px; color: #ed493d; }
.hub-county-services__featured p { margin-top: 18px; color: #d2d2cc; font-size: 16px; line-height: 1.68; }
.hub-county-services__more { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px 34px; margin-top: 35px; }
.hub-county-services__more a { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; color: #f3f3ee; text-underline-offset: 5px; }
.hub-county-services__more .ylf-icon { width: 18px; height: 18px; color: #ed493d; }

.hub-city-directory { padding: 86px 0 96px; color: #171717; }
.hub-city-directory__heading { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: end; margin-bottom: 42px; text-align: left; }
.hub-city-directory__heading h2 { max-width: 760px; font-size: clamp(50px, 6vw, 82px); line-height: 1; text-transform: uppercase; }
.hub-city-directory__heading > p { max-width: 620px; color: #484846; font-size: 17px; line-height: 1.72; }
.hub-city-directory__search { max-width: 900px; margin: 0 auto 52px; text-align: left; }
.hub-city-directory__search label { display: block; margin-bottom: 10px; font-size: 14px; font-weight: 600; }
.hub-city-directory__search > div { position: relative; }
.hub-city-directory__search input { width: 100%; min-height: 68px; padding: 15px 62px 15px 19px; border: 1px solid #777772; border-bottom: 5px solid #c63125; border-radius: 0; background: #fff; color: #171717; font: 400 18px/1.5 "DM Sans", Arial, sans-serif; }
.hub-city-directory__search input:focus-visible { outline: 3px solid #c63125; outline-offset: 4px; }
.hub-city-directory__search > div > span { position: absolute; right: 20px; top: 50%; display: grid; place-items: center; color: #c63125; transform: translateY(-50%); }
.hub-city-directory__search .ylf-icon { width: 27px; height: 27px; }
.hub-city-directory__search > p { margin-top: 9px; color: #595952; font-size: 13px; }
.hub-city-directory__groups { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 44px 34px; text-align: left; }
.hub-city-group { min-width: 0; }
.hub-city-group h3 { padding-bottom: 14px; border-bottom: 4px solid #c63125; color: #c63125; font-size: 48px; line-height: 1; }
.hub-city-group ul { list-style: none; padding: 0; margin: 0; }
.hub-city-group li { border-bottom: 1px solid #cecec7; }
.hub-city-group li[hidden], .hub-city-group[hidden] { display: none; }
.hub-city-group a { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 54px; color: #171717; font-size: 15px; text-decoration: none; }
.hub-city-group a:hover span { text-decoration: underline; text-decoration-color: #c63125; text-underline-offset: 5px; }
.hub-city-group .ylf-icon { width: 17px; height: 17px; color: #c63125; flex: none; }
.hub-city-directory__empty { max-width: 720px; margin: 35px auto 0; padding: 25px; border: 1px solid #a6a6a0; border-left: 5px solid #c63125; font-size: 17px; line-height: 1.65; }
.hub-city-directory__outside { max-width: 870px; margin: 60px auto 0; padding-top: 32px; border-top: 1px solid #a6a6a0; text-align: center; }
.hub-city-directory__outside strong { font: 400 33px/1.2 var(--display); text-transform: uppercase; }
.hub-city-directory__outside p { max-width: 680px; margin: 13px auto 7px; color: #484846; font-size: 16px; line-height: 1.68; }

.hub-county-plan { padding: 88px 0 96px; background: #a9271e; color: #fff; }
.hub-county-plan__grid { display: grid; grid-template-columns: minmax(300px, .8fr) minmax(0, 1.2fr); gap: clamp(55px, 8vw, 110px); align-items: start; }
.hub-county-plan header { position: sticky; top: calc(var(--header-height, 82px) + 34px); text-align: left; }
.hub-county-plan h2 { max-width: 590px; font-size: clamp(51px, 5.8vw, 80px); line-height: 1; text-transform: uppercase; }
.hub-county-plan header > p:not(.story-kicker) { max-width: 530px; margin-top: 21px; font-size: 18px; line-height: 1.68; }
.hub-county-plan__steps { list-style: none; padding: 0; margin: 0; text-align: left; }
.hub-county-plan__steps li { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 28px 0; border-top: 1px solid #df8a84; }
.hub-county-plan__steps li:last-child { border-bottom: 1px solid #df8a84; }
.hub-county-plan__steps li > span { font: 400 48px/1 var(--display); }
.hub-county-plan__steps h3 { font-size: 34px; line-height: 1.1; text-transform: uppercase; }
.hub-county-plan__steps p { max-width: 650px; margin-top: 9px; font-size: 16px; line-height: 1.7; }

.hub-county-pricing { padding: 86px 0 94px; color: #171717; }
.hub-county-pricing__heading { max-width: 900px; margin: 0 auto 43px; text-align: center; }
.hub-county-pricing__heading h2 { font-size: clamp(49px, 5.8vw, 80px); line-height: 1; text-transform: uppercase; }
.hub-county-pricing__heading > p:not(.story-kicker) { max-width: 760px; margin: 19px auto 0; color: #484846; font-size: 17px; line-height: 1.7; }
.hub-county-pricing__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid #a6a6a0; }
.hub-county-pricing__grid article { display: flex; flex-direction: column; align-items: center; min-height: 365px; padding: 28px 24px 30px; text-align: center; }
.hub-county-pricing__grid article + article { border-left: 1px solid #a6a6a0; }
.hub-county-pricing__grid article > span { color: #c63125; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.hub-county-pricing__grid h3 { margin-top: 25px; font-size: clamp(33px, 3.4vw, 47px); line-height: 1.08; text-transform: uppercase; }
.hub-county-pricing__grid p { min-height: 48px; margin-top: 13px; color: #595952; font-size: 15px; line-height: 1.55; }
.hub-county-pricing__grid strong { margin-top: 22px; font: 400 27px/1.2 var(--display); }
.hub-county-pricing__grid em { margin: 9px 0 19px; font: 400 41px/1.1 var(--display); font-style: normal; }
.hub-county-pricing__grid a { display: inline-flex; align-items: center; gap: 9px; margin-top: auto; color: #a9271e; font-size: 15px; text-underline-offset: 5px; }
.hub-county-pricing__grid .ylf-icon { width: 19px; height: 19px; }

.hub-county-faq { padding: 88px 0 96px; background: #171717; color: #f3f3ee; }
.hub-county-faq__grid { display: grid; grid-template-columns: minmax(290px, .72fr) minmax(0, 1.28fr); gap: clamp(50px, 8vw, 110px); align-items: start; }
.hub-county-faq header { position: sticky; top: calc(var(--header-height, 82px) + 34px); text-align: left; }
.hub-county-faq h2 { max-width: 520px; font-size: clamp(47px, 5vw, 70px); line-height: 1; text-transform: uppercase; }
.hub-county-faq header .interview-link { justify-content: flex-start; margin-top: 25px; }
.hub-county-faq .story-faq-list { border-color: #777772; text-align: left; }
.hub-county-faq .story-faq-list details { border-color: #777772; }
.hub-county-faq .story-faq-list summary { display: flex; position: static; justify-content: space-between; min-height: 90px; padding: 25px 0; color: #f3f3ee; font-size: clamp(24px, 2.2vw, 32px); text-align: left; }
.hub-county-faq .story-faq-list summary .ylf-icon { position: static; width: 23px; height: 23px; transform: none; }
.hub-county-faq .story-faq-list details[open] summary .ylf-icon { transform: rotate(45deg); }
.hub-county-faq .story-faq-list details > p { max-width: 760px; margin: 0; padding: 0 45px 28px 0; color: #d2d2cc; font-size: 17px; line-height: 1.75; }
.hub-county-close { padding: 82px 0 90px; color: #171717; text-align: center; }
.hub-county-close h2 { max-width: 950px; margin: 0 auto; font-size: clamp(54px, 7vw, 98px); line-height: .98; text-transform: uppercase; }
.hub-county-close p:not(.story-kicker) { margin: 20px auto 26px; color: #484846; font-size: 19px; }

@media (max-width: 1100px) {
  .hub-faq-hero__grid { grid-template-columns: 1fr 420px; gap: 44px; }
  .hub-faq-chapter__grid, .hub-county-plan__grid, .hub-county-faq__grid { gap: 58px; }
  .hub-contact-brief__grid { grid-template-columns: minmax(0, 1.45fr) minmax(300px, .7fr); }
  .hub-city-directory__groups { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hub-county-services__featured article { padding-inline: 23px; }
}

@media (max-width: 960px) {
  .hub-faq-hero, .hub-contact-hero { padding-block: 60px; }
  .hub-faq-hero__grid { grid-template-columns: 1fr; }
  .hub-faq-hero__copy, .hub-faq-hero__archive figcaption { text-align: center; }
  .hub-faq-hero__copy h1, .hub-faq-hero__lede { margin-inline: auto; }
  .hub-faq-hero__archive { width: min(700px, 100%); margin-inline: auto; transform: none; }
  .hub-faq-hero__archive img { aspect-ratio: 1.65; }
  .hub-faq-index__cards { grid-template-columns: 1fr; }
  .hub-faq-index__cards a { min-height: 165px; }
  .hub-faq-index__cards a + a { border-left: 0; border-top: 1px solid #a6a6a0; }
  .hub-faq-chapter__grid, .hub-faq-next__grid, .hub-county-plan__grid, .hub-county-faq__grid { grid-template-columns: 1fr; }
  .hub-faq-chapter__intro, .hub-county-plan header, .hub-county-faq header { position: static; max-width: 780px; margin-inline: auto; text-align: center; }
  .hub-faq-chapter__intro .interview-link, .hub-county-faq header .interview-link { justify-content: center; }
  .hub-faq-chapter__intro > p:not(.story-kicker, .hub-faq-chapter__number) { margin-inline: auto; }
  .hub-faq-next__grid { gap: 28px; text-align: center; }
  .hub-faq-next h2 { margin-inline: auto; }
  .hub-contact-brief { padding-bottom: 72px; }
  .hub-contact-brief__grid { grid-template-columns: 1fr; }
  .hub-contact-form.story-form { order: 0; margin-top: -20px; }
  .hub-contact-aside { order: 1; margin: 32px auto 0; width: min(720px, 100%); }
  .hub-contact-aside__image img { aspect-ratio: 1.6; }
  .hub-county-hero { min-height: 670px; }
  .hub-county-hero__copy { padding-block: 80px 70px; text-align: center; }
  .hub-county-hero h1, .hub-county-hero__copy > p:not(.story-kicker) { margin-inline: auto; }
  .hub-county-hero .interview-actions { justify-content: center; }
  .hub-county-hero__scrim { background: linear-gradient(0deg, #101010f3 0%, #101010b8 59%, #1010103a 100%); }
  .hub-county-intro__grid { grid-template-columns: 210px 1fr; gap: 50px; }
  .hub-county-services__featured, .hub-county-pricing__grid { grid-template-columns: 1fr; }
  .hub-county-services__featured article { min-height: 0; text-align: center; }
  .hub-county-services__featured article + article, .hub-county-pricing__grid article + article { border-left: 0; border-top: 1px solid #6b6b67; }
  .hub-county-services__featured h3 { margin-top: 25px; }
  .hub-county-services__featured h3 a { justify-content: center; }
  .hub-county-services__featured p { max-width: 600px; margin-inline: auto; }
  .hub-city-directory__heading { grid-template-columns: 1fr; gap: 22px; text-align: center; }
  .hub-city-directory__heading h2, .hub-city-directory__heading > p { margin-inline: auto; }
  .hub-city-directory__groups { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hub-county-plan__steps { max-width: 780px; margin-inline: auto; }
  .hub-county-pricing__grid article { min-height: 0; }
  .hub-county-pricing__grid article + article { border-color: #a6a6a0; }
  .hub-county-faq .story-faq-list { max-width: 850px; margin-inline: auto; }
}

@media (max-width: 700px) {
  .hub-faq-hero, .hub-contact-hero { padding-block: 45px 50px; }
  .hub-faq-hero__copy h1, .hub-contact-hero h1, .hub-county-hero h1 { font-size: clamp(45px, 12.4vw, 64px); }
  .hub-faq-hero__lede, .hub-contact-hero__inner > p:not(.story-kicker), .hub-county-hero__copy > p:not(.story-kicker) { font-size: 17px; line-height: 1.62; }
  .hub-faq-hero__archive img { aspect-ratio: 1.25; }
  .hub-faq-index, .hub-faq-chapter, .hub-faq-next, .hub-city-directory, .hub-county-services, .hub-county-plan, .hub-county-pricing, .hub-county-faq, .hub-county-close { padding-block: 60px 66px; }
  .hub-faq-index__cards a { min-height: 150px; padding-inline: 21px; }
  .hub-faq-index__cards strong { font-size: 30px; }
  .hub-faq-chapter__grid { gap: 38px; }
  .hub-faq-chapter__intro h2 { font-size: 42px; }
  .hub-faq-chapter__number { font-size: 72px; }
  .hub-faq-chapter .story-faq-list summary, .hub-county-faq .story-faq-list summary { min-height: 0; padding: 23px 0; font-size: 25px; }
  .hub-faq-chapter .story-faq-list details > p, .hub-county-faq .story-faq-list details > p { padding-right: 0; font-size: 16px; }
  .hub-faq-source { padding: 24px 20px; text-align: center; }
  .hub-faq-next h2 { font-size: 44px; }
  .hub-contact-form.story-form { padding: 32px 20px 28px; }
  .hub-contact-form__heading h2 { font-size: 43px; }
  .hub-contact-form .story-form-grid { grid-template-columns: 1fr; }
  .hub-contact-form__submit { align-items: stretch; flex-direction: column; text-align: center; }
  .hub-contact-form__submit .interview-button { width: 100%; }
  .hub-contact-aside__image img { aspect-ratio: 1.18; }
  .hub-contact-aside__content, .hub-contact-aside__packages, .hub-contact-aside__email { padding-inline: 22px; }
  .hub-county-hero { min-height: 620px; }
  .hub-county-hero__media img { object-position: 58% center; }
  .hub-county-hero__copy { padding-block: 58px 68px; }
  .hub-county-hero__copy .interview-actions { flex-direction: column; gap: 9px; }
  .hub-county-hero__caption { right: 12px; bottom: 8px; max-width: 220px; text-align: right; }
  .hub-county-intro { padding-block: 60px; }
  .hub-county-intro__grid { grid-template-columns: 1fr; gap: 34px; }
  .hub-county-intro__count { width: 190px; margin-inline: auto; }
  .hub-county-intro__copy { text-align: center; }
  .hub-county-intro__copy h2, .hub-county-intro__copy > p:not(.story-kicker) { margin-inline: auto; }
  .hub-county-intro__copy .interview-link { justify-content: center; }
  .hub-county-services__heading h2, .hub-city-directory__heading h2, .hub-county-plan h2, .hub-county-pricing__heading h2, .hub-county-faq h2, .hub-county-close h2 { font-size: 45px; }
  .hub-county-services__featured article { padding-inline: 18px; }
  .hub-city-directory__groups { grid-template-columns: 1fr; gap: 34px; }
  .hub-city-group { text-align: center; }
  .hub-city-group a { min-height: 58px; font-size: 17px; }
  .hub-city-directory__outside { margin-top: 45px; }
  .hub-county-plan__steps li { grid-template-columns: 50px 1fr; gap: 16px; }
  .hub-county-plan__steps li > span { font-size: 38px; }
  .hub-county-plan__steps h3 { font-size: 30px; }
  .hub-county-pricing__grid article { padding-inline: 16px; }
  .hub-county-pricing__grid h3 { font-size: 37px; }
  .hub-county-faq__grid { gap: 35px; }
}

@media (max-width: 370px) {
  .hub-faq-hero__copy h1, .hub-contact-hero h1, .hub-county-hero h1 { font-size: 42px; }
  .hub-faq-chapter__intro h2, .hub-faq-next h2, .hub-contact-form__heading h2,
  .hub-county-services__heading h2, .hub-city-directory__heading h2, .hub-county-plan h2,
  .hub-county-pricing__heading h2, .hub-county-faq h2, .hub-county-close h2 { font-size: 39px; }
}

@media (prefers-reduced-motion: reduce) {
  .hub-faq-index__cards a, .hub-city-group a { transition: none; }
}

@media (forced-colors: active) {
  .hub-faq-index__cards, .hub-faq-index__cards a, .hub-faq-chapter .story-faq-list,
  .hub-contact-form.story-form, .hub-city-directory__search input, .hub-city-group h3,
  .hub-county-services__featured, .hub-county-pricing__grid { border-color: CanvasText; }
}
