/* Shared navigation and internal page introductions. All pages use these components. */
:root { --site-paper: #f4f1e8; --site-navy: #101d3b; --site-orange: #f15a29; }
main [id] { scroll-margin-top: 104px; }
@media (max-width: 980px) {
  main [id] { scroll-margin-top: 88px; }
}
.home-page .footer .brand--footer,
.secondary-page .footer .brand--footer,
.portfolio-page .footer .brand--footer {
  display: inline-flex;
  align-items: center;
  width: 230px;
  min-height: 72px;
  padding: 12px;
  background: var(--site-paper);
}
.footer .brand--footer img { display: block; width: 206px; height: auto; object-fit: contain; }
body[class] .footer { color: #fff; background: var(--site-navy); }
body[class] .footer h2 { color: #fff; font-size: 16px; font-weight: 750; letter-spacing: 0; text-transform: none; line-height: 1.4; }
body[class] .footer .footer__brand p,
body[class] .footer address,
body[class] .footer .footer__bottom { color: #fff; }
body[class] .footer .footer__main { grid-template-columns: 1.3fr .8fr .95fr 1fr; gap: 40px; padding-block: 64px 44px; }
body[class] .footer .footer__brand p { margin-top: 20px; font-size: 15px; line-height: 1.65; }
body[class] .footer a:hover { color: #ff956f; }
.footer .footer__contact-link { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; margin-top: 16px; font-weight: 650; text-decoration: underline; text-underline-offset: 5px; }
.footer .footer__coverage { margin-top: 18px; font-size: 14px; line-height: 1.6; }
body[class] .footer .footer__bottom { border-top: 1px solid #697083; padding-block: 20px 90px; }
body[class] .whatsapp-float {
  display: inline-flex;
  right: 24px;
  bottom: 24px;
  width: auto;
  min-height: 60px;
  padding: 0 22px;
  gap: 12px;
  border: 1px solid #07813d;
  border-radius: 12px;
  color: #fff;
  background: #07813d;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 4px 16px #0002;
  animation: none;
}
body[class] .whatsapp-float > span:last-child { display: inline; }
body[class] .whatsapp-float .whatsapp-float__icon { width: 28px; height: 28px; color: #fff; background: transparent; }
body[class] .whatsapp-float svg { width: 28px; height: 28px; }
body[class] .whatsapp-float:hover { color: #fff; background: #066b33; border-color: #066b33; transform: none; box-shadow: 0 4px 16px #0002; }
body.form-in-view .whatsapp-float { opacity: 0; visibility: hidden; pointer-events: none; }
@media (max-width: 980px) {
  body[class] .footer .footer__main { grid-template-columns: 1fr 1fr; gap: 32px; }
  body[class] .footer .footer__brand { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
  body[class] .footer .footer__main { grid-template-columns: 1fr; padding-block: 44px 28px; }
  body[class] .footer .footer__bottom { flex-direction: column; align-items: flex-start; gap: 8px; }
  body[class] .whatsapp-float { right: 16px; bottom: max(16px, env(safe-area-inset-bottom)); width: 52px; height: 52px; min-height: 52px; padding: 0; justify-content: center; border-radius: 50%; }
  body[class] .whatsapp-float > span:not(.whatsapp-float__icon) { display: none; }
}
.shared-header { position: sticky; top: 0; z-index: 100; color: var(--site-navy); background: var(--site-paper); border-bottom: 1px solid var(--site-navy); font-family: "Uncut Sans", Arial, sans-serif; }
.shared-header__inner { width: min(calc(100% - 56px), 1360px); margin: auto; display: grid; grid-template-columns: 230px 1fr; grid-template-rows: 30px 58px; align-items: center; }
.shared-brand { grid-row: 1 / 3; display: flex; align-items: center; padding-right: 24px; }
.shared-brand img { width: 205px; height: auto; display: block; }
.shared-header__contact { display: flex; justify-content: flex-end; gap: 24px; align-self: stretch; align-items: center; border-bottom: 1px solid var(--site-navy); font-size: 12px; }
.shared-nav { display: flex; justify-content: flex-end; align-items: stretch; gap: 2px; }
.shared-nav > a { display: flex; align-items: center; min-height: 48px; padding: 0 16px; font-size: 14px; font-weight: 600; white-space: nowrap; }
.shared-nav > a:hover, .shared-nav > a[aria-current="page"] { color: var(--site-paper); background: var(--site-navy); }
.shared-nav > a:last-of-type { margin-left: 8px; color: var(--site-paper); background: var(--site-navy); }
.shared-nav > a:last-of-type:hover { background: var(--site-orange); color: var(--site-navy); }
.shared-header a:focus-visible, .shared-toggle:focus-visible { outline: 2px solid var(--site-orange); outline-offset: -3px; }
.shared-toggle, .shared-nav__contact { display: none; }

.inner-hero { padding: 36px 0; color: var(--site-navy); background: var(--site-paper); border-bottom: 1px solid var(--site-navy); }
.inner-hero__grid { display: grid; grid-template-columns: minmax(0, 1fr) 240px; align-items: center; gap: 48px; }
.inner-hero__grid:not(:has(.inner-hero__art)) { grid-template-columns: minmax(0, 820px); }
.inner-hero__copy { display: grid; gap: 14px; max-width: 820px; }
.inner-hero h1 { margin: 0; max-width: 820px; font-size: clamp(30px, 2.8vw, 40px); line-height: 1.1; font-weight: 550; letter-spacing: -.025em; text-transform: none; }
.inner-hero h1 em { font-style: normal; color: var(--site-orange); }
.inner-hero p:not(.eyebrow) { max-width: 650px; margin: 0; color: #4a5266; font-size: 16px; line-height: 1.55; }
.inner-hero .eyebrow { margin: 0; font-size: 11px; line-height: 1.4; color: #4a5266; }
.inner-hero__art { width: 240px; height: 220px; margin: 0; display: flex; align-items: center; justify-content: center; }
.inner-hero__art img { display: block; width: 100%; height: 100%; object-fit: contain; object-position: center; animation: none; transform: none; }
.inner-hero .hero__actions { margin: 2px 0 0; gap: 18px; }
.inner-hero .button, .inner-hero .text-link { min-height: 44px; font-size: 14px; }
.inner-hero .article-meta { margin: 0; color: #4a5266; }
.inner-hero .article-byline a { color: var(--site-navy); }
.inner-hero .article-byline { font-size: 13px; }
.inner-hero__facts { display: flex; gap: 28px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--site-navy); font-size: 13px; }
.inner-hero__facts strong { font-weight: 650; }
.inner-hero__aside { display: grid; gap: 16px; }
.inner-hero--portfolio .inner-hero__grid { grid-template-columns: 1.2fr 1fr; }
.secondary-page .contact-inline { background: var(--site-navy); }
.secondary-page .contact-inline__intro h2 { font-size: clamp(28px, 3vw, 42px); line-height: 1.1; }
.secondary-page .article-callout { border-radius: 0; background: #ebe7dc; color: var(--site-navy); font-weight: 550; }

/* Content hierarchy: reserve large display type for the main offer. */
.home-page main > .section { padding-block: 64px; }
.home-page .section-heading h2,
.home-page .home-portfolio__head h2,
.home-page .home-calculator__copy h2,
.home-page .process h2,
.home-page .faq__heading h2,
.home-page .blog-strip__head h2,
.home-page .contact-inline__intro h2 {
  font-size: clamp(30px, 3.2vw, 48px);
  font-weight: 550;
  line-height: 1.12;
  letter-spacing: -.035em;
  text-wrap: balance;
}
.service-picker-section { padding: 40px 0 64px; }
.service-picker-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(300px, 1fr); gap: 40px; align-items: start; }
.service-picker fieldset { border: 0; padding: 0; margin: 0 0 36px; min-width: 0; }
.service-picker legend { font-size: 24px; font-weight: 600; line-height: 1.25; padding: 0; }
.service-picker fieldset > p { margin: 10px 0 18px; color: #4a5266; font-size: 15px; }
.service-choices { display: grid; gap: 12px; }
.service-choice { border: 1px solid #b8b9b5; background: #faf8f1; min-width: 0; }
.service-choice:has(input:checked) { border-color: #152347; box-shadow: inset 4px 0 #f15b25; background: #fffdf7; }
.service-choice label { display: flex; gap: 16px; padding: 20px; cursor: pointer; align-items: start; }
.service-choice input { width: 22px; height: 22px; margin: 2px 0 0; flex: 0 0 22px; accent-color: #152347; }
.service-choice input:focus-visible { outline: 3px solid #c94213; outline-offset: 4px; }
.service-choice label > span { min-width: 0; }
.service-choice strong { display: block; font-size: 19px; line-height: 1.35; }
.service-choice__description { display: block; margin-top: 5px; font-size: 15px; line-height: 1.5; color: #4a5266; }
.service-choice__price { display: block; margin-top: 12px; font-size: 21px; font-weight: 650; }
.service-choice label small { display: block; font-size: 13px; line-height: 1.5; margin-top: 4px; }
.service-choice details { padding: 0 20px 12px 58px; }
.service-choice summary { padding: 8px 0; cursor: pointer; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.service-choice details ul { padding-left: 18px; margin: 10px 0; }
.service-choice details li, .service-choice details p { font-size: 14px; line-height: 1.6; color: #4a5266; }
.service-choice.is-included { background: #e9ede4; }
.service-choice.is-included label { cursor: default; }
.service-choice__included { margin: 0; padding: 0 20px 20px 58px; font-size: 14px; font-weight: 600; }
.picker-reset { background: none; border: 0; cursor: pointer; padding: 12px 0; }
.project-estimate { position: sticky; top: 108px; border: 1px solid #152347; padding: 28px; background: #ebe7dc; max-height: calc(100dvh - 125px); overflow: auto; }
.project-estimate .eyebrow { margin: 0 0 12px; }
.project-estimate h2 { font-size: 30px; line-height: 1.15; margin: 0 0 20px; }
.project-estimate ul { list-style: none; padding: 0; margin: 0; }
.project-estimate li { padding: 10px 0; border-bottom: 1px solid #c8c5bb; font-size: 14px; line-height: 1.5; }
.estimate-totals { margin: 16px 0; }
.estimate-totals > div { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding: 10px 0; }
.estimate-totals dt { font-size: 15px; }
.estimate-totals dd { margin: 0; font-size: 24px; font-weight: 650; white-space: nowrap; }
.estimate-first { border-top: 1px solid #152347; margin-top: 8px; }
.estimate-first dd { color: #b93c12; }
.estimate-ad-note { background: #fff8dc; padding: 12px; font-size: 14px; line-height: 1.5; }
.project-estimate .estimate-tax, .project-estimate .estimate-note { font-size: 13px; line-height: 1.55; margin: 12px 0; }
.project-estimate .button { display: flex; justify-content: space-between; width: 100%; margin-top: 20px; }
.estimate-download { display: block; padding: 14px 0 0; font-size: 14px; text-decoration: underline; text-underline-offset: 4px; }
.picker-help { border-block: 1px solid #c8c5bb; padding: 40px 0; }
.picker-help h2 { font-size: 28px; margin: 0 0 14px; }
.picker-help p { max-width: 75ch; line-height: 1.65; }
.picker-help a { text-decoration: underline; }
.project-form-summary { white-space: pre-line; background: #ebe7dc; padding: 20px; margin-bottom: 24px; font-size: 14px; line-height: 1.6; }
.estimate-mobile { display: none; }
@media (max-width: 850px) {
  .service-picker-layout { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  .project-estimate { position: static; max-height: none; }
  .service-picker-section { padding: 28px 0 40px; }
  .selector-page { padding-bottom: 76px; }
  .selector-page .whatsapp-float { display: none; }
  .estimate-mobile:not([hidden]) { display: flex; position: fixed; bottom: 0; left: 0; right: 0; z-index: 40; background: #111f40; color: #fff; padding: 14px 18px; gap: 5px; flex-direction: column; font-size: 13px; box-shadow: 0 -2px 12px #111f4022; }
  #estimate-title { scroll-margin-top: 100px; }
}
@media (max-width: 400px) {
  .service-choice label { padding: 16px; gap: 12px; }
  .service-choice details { padding-left: 50px; }
  .project-estimate { padding: 20px; }
  .estimate-totals dd { font-size: 21px; }
}
.home-page .home-calculator { background: #ebe7dc; border-block: 1px solid var(--site-navy); }
.home-page .home-calculator__grid { grid-template-columns: 1fr 1fr; gap: clamp(32px, 5vw, 80px); align-items: center; }
.home-page .home-calculator__copy { padding: 0; }
.home-page .home-calculator__copy > p:not(.eyebrow) { max-width: 52ch; font-size: 17px; line-height: 1.65; }
.budget-example { min-width: 0; padding: 28px 32px; border: 1px solid var(--site-navy); background: var(--site-paper); }
.budget-example .eyebrow { margin-bottom: 20px; }
.budget-example dl { margin: 0; }
.budget-example dl > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding: 12px 0; border-bottom: 1px solid #c9c8c1; }
.budget-example dt { font-size: 15px; }
.budget-example dd { margin: 0; font-weight: 650; }
.budget-example__answer { display: flex; align-items: center; gap: 24px; padding: 24px 0 12px; }
.budget-example__answer strong { font-size: 76px; font-weight: 550; line-height: 1; color: #c94213; }
.budget-example__answer p { margin: 0; line-height: 1.45; font-size: 18px; }
.budget-example__note { margin: 12px 0 0; color: #4a5266; font-size: 14px; line-height: 1.55; }

/* Service pages: scope, delivery and one contextual contact form. */
.service-overview, .service-workflow { padding: 64px 0; border-bottom: 1px solid #c9c8c1; }
.service-overview__grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: clamp(32px, 6vw, 88px); align-items: start; }
.service-overview h2, .service-workflow h2,
.service-directory h2, .resource-links h2, .article-related h2,
.calculator-explanation h2 { margin: 0 0 20px; color: var(--site-navy); font-size: clamp(26px, 2.5vw, 36px); line-height: 1.15; font-weight: 550; letter-spacing: -.025em; }
.service-overview p, .workflow-steps p { margin: 0; font-size: 17px; line-height: 1.65; color: #4a5266; }
.service-scope { list-style: none; padding: 0; margin: 0; }
.service-scope li { padding: 20px 0; border-top: 1px solid #a5a7a8; }
.service-scope li:first-child { padding-top: 0; border-top: 0; }
.service-scope h3, .workflow-steps h3 { margin: 0 0 8px; font-size: 21px; line-height: 1.3; font-weight: 600; }
.service-workflow { background: #ebe7dc; }
.workflow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; margin: 28px 0; padding: 0; list-style: none; }
.workflow-steps li { padding-top: 16px; border-top: 1px solid #a5a7a8; }
.workflow-steps li > span { display: block; margin-bottom: 18px; color: #b63812; font-size: 13px; font-weight: 650; }
.service-agreement { margin: 32px 0 0; padding: 20px 0; border-block: 1px solid #a5a7a8; max-width: 90ch; font-size: 15px; line-height: 1.65; color: #4a5266; }
.related-links { display: flex; flex-wrap: wrap; gap: 8px 32px; margin-top: 20px; }
.related-links a { display: inline-flex; align-items: center; gap: 12px; min-height: 44px; text-decoration: underline; text-underline-offset: 5px; font-size: 15px; }
.service-directory { padding-block: 44px 64px; }
.service-directory__group { display: grid; grid-template-columns: .7fr 1.3fr; gap: 40px; padding: 32px 0; border-bottom: 1px solid #a5a7a8; }
.service-directory__items { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.service-directory__item { display: block; padding: 24px; border: 1px solid #a5a7a8; transition: background .15s ease; }
.service-directory__item:hover { background: #ebe7dc; }
.service-directory__item h3 { display: flex; justify-content: space-between; gap: 12px; margin: 0 0 12px; font-size: 22px; line-height: 1.25; font-weight: 600; }
.service-directory__item h3 span { font-size: 18px; }
.service-directory__item p { margin: 0; font-size: 16px; line-height: 1.55; color: #4a5266; }
.resource-links, .article-related { padding-block: 32px; border-top: 1px solid #a5a7a8; }
.resource-links a, .article-related a { display: flex; justify-content: space-between; gap: 16px; padding: 12px 0; min-height: 44px; border-bottom: 1px solid #c9c8c1; max-width: 820px; }
.article-related h2 { font-size: 24px; }
.secondary-page .contact-page { padding: 44px 0 64px; background: var(--site-paper); }
.contact-direct { display: grid; gap: 8px; margin: 24px 0; font-style: normal; }
.contact-direct a { display: flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 5px; overflow-wrap: anywhere; }
.secondary-page .contact-page__intro h2 { font-size: 30px; line-height: 1.15; }
.contact-page__intro h3 { margin: 28px 0 12px; font-size: 20px; }
.contact-page__intro > p { font-size: 16px; line-height: 1.65; }
.contact-inline { padding-block: 64px; }
.form-status:empty { display: none; }
.secondary-page .contact-inline__intro h2 { text-wrap: balance; }

/* The calculator puts editable inputs and their result alongside each other. */
.calculator-page .inner-hero { padding-block: 30px; }
.calculator-page .calculator-section { padding: 28px 0 48px; }
.calculator-page .calculator-layout { grid-template-columns: 1fr 1fr; gap: 28px; align-items: start; }
.calculator-page .budget-calculator { padding: 28px; }
.calculator-page .budget-calculator h2 { font-size: 24px; line-height: 1.2; }
.calculator-page .budget-calculator > p { font-size: 15px; line-height: 1.55; margin-bottom: 22px; }
.calculator-page .calculator-fields { gap: 20px; }
.calculator-page .calculator-fields .form-field { align-content: start; }
.calculator-page .calculator-fields label { min-height: 44px; line-height: 1.4; font-size: 14px; }
.calculator-page .calculator-fields input { font-size: 20px; min-height: 48px; font-weight: 550; }
.calculator-page .calculator-help { margin-top: 8px; font-size: 13px; line-height: 1.5; color: #4a5266; }
.calculator-page .form-submit { margin-top: 24px; }
.calculator-output { min-width: 0; }
.calculator-page .calculator-result { padding: 28px; margin: 0; background: #ebe7dc; scroll-margin-top: 100px; }
.calculator-page .calculator-result[hidden], .calculator-discuss[hidden] { display: none; }
.calculator-page .calculator-result__label { margin-bottom: 24px; color: #4a5266; font-weight: 650; }
.calculator-answer { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 24px; }
.calculator-answer strong { font-size: clamp(48px, 5vw, 76px); font-weight: 550; line-height: 1; color: #b63812; overflow-wrap: anywhere; min-width: 0; }
.calculator-answer h2 { flex: 1 1 180px; font-size: 24px; font-weight: 550; line-height: 1.2; margin: 0; }
.calculator-result > p { font-size: 16px; line-height: 1.6; color: #4a5266; }
.calculator-breakdown { margin: 24px 0; }
.calculator-breakdown > div { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; padding: 14px 0; border-block-start: 1px solid #a5a7a8; }
.calculator-breakdown dt { max-width: 28ch; font-size: 15px; }
.calculator-breakdown dd { margin: 0; font-weight: 650; font-size: 21px; overflow-wrap: anywhere; }
.calculator-page .calculator-result .calculator-limit { margin-bottom: 0; font-size: 13px; line-height: 1.6; }
.calculator-discuss { margin-top: 18px; min-height: 44px; }
.calculator-input-status { font-size: 14px; line-height: 1.5; color: #4a5266; margin: 12px 0 0; }
.calculator-input-status:empty { display: none; }
.calculator-explanation { padding: 40px 0 56px; border-top: 1px solid #a5a7a8; }
.calculator-explanation .accordion { max-width: 900px; }
.calculator-explanation .accordion p { line-height: 1.65; }

@media (max-width: 980px) {
  .service-directory__group { grid-template-columns: 1fr; gap: 16px; }
  .service-overview__grid { gap: 32px; }
  .workflow-steps { gap: 24px; }
}
@media (max-width: 760px) {
  .home-page main > .section, .service-overview, .service-workflow { padding-block: 40px; }
  .home-page .home-calculator__grid, .service-overview__grid, .calculator-page .calculator-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
  .home-page .home-calculator__copy { padding: 0; }
  .home-page .home-calculator__copy h2 { font-size: 32px; line-height: 1.12; }
  .budget-example { padding: 24px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 20px; }
  .workflow-steps li { display: flex; gap: 20px; }
  .workflow-steps li > span { margin: 4px 0 0; }
  .service-directory { padding-block: 12px 40px; }
  .service-directory__group { padding-block: 28px; }
  .service-directory__items { grid-template-columns: 1fr; }
  .service-directory__item { padding: 20px; }
  .secondary-page .contact-page { padding-block: 28px 40px; }
  .secondary-page .contact-page__grid { gap: 28px; }
  .secondary-page .contact-page .contact-form { order: -1; }
  .calculator-page .budget-calculator, .calculator-page .calculator-result { padding: 24px 20px; }
  .calculator-page .calculator-fields { grid-template-columns: 1fr; }
  .calculator-page .calculator-fields label { min-height: auto; }
  .contact-inline { padding-block: 40px; }
}

@media (max-width: 1100px) {
  .shared-header__inner { grid-template-columns: 190px 1fr; }
  .shared-brand img { width: 175px; }
  .shared-nav > a { padding-inline: 10px; font-size: 13px; }
}
@media (max-width: 980px) {
  .shared-header__inner { position: relative; grid-template-columns: 1fr auto; grid-template-rows: 72px; }
  .shared-brand { grid-row: 1; }
  .shared-brand img { width: 190px; }
  .shared-header__contact { display: none; }
  .shared-toggle { display: grid; align-content: center; gap: 6px; width: 44px; height: 44px; padding: 11px; border: 1px solid var(--site-navy); border-radius: 0; background: transparent; cursor: pointer; }
  .shared-toggle span { display: block; height: 2px; background: var(--site-navy); }
  .shared-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .shared-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .shared-nav { display: none; position: absolute; top: 100%; left: -28px; right: -28px; padding: 10px 28px 20px; max-height: calc(100svh - 72px); overflow-y: auto; background: var(--site-paper); border-bottom: 1px solid var(--site-navy); }
  .shared-nav.is-open { display: flex; flex-direction: column; }
  .shared-nav > a { min-height: 48px; padding: 0 10px; border-bottom: 1px solid var(--site-navy); font-size: 16px; }
  .shared-nav > a:last-of-type { margin: 8px 0 0; }
  .shared-nav__contact { display: grid; padding-top: 12px; }
  .shared-nav__contact a { display: flex; align-items: center; min-height: 44px; font-size: 14px; }
  .inner-hero__grid { grid-template-columns: minmax(0, 1fr) 160px; gap: 28px; }
  .inner-hero__art { width: 160px; height: 190px; }
}
@media (max-width: 600px) {
  .shared-header__inner { width: calc(100% - 32px); grid-template-rows: 68px; }
  .shared-brand img { width: 178px; }
  .shared-nav { left: -16px; right: -16px; padding-inline: 16px; max-height: calc(100svh - 68px); }
  .inner-hero { padding: 28px 0; }
  .inner-hero__grid, .inner-hero--portfolio .inner-hero__grid { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .inner-hero__art { display: none; }
  .inner-hero h1 { font-size: clamp(26px, 7vw, 32px); }
  .inner-hero p:not(.eyebrow) { font-size: 15px; }
  .inner-hero .hero__actions { gap: 10px; }
  .inner-hero__facts { flex-wrap: wrap; gap: 12px 24px; }
}
