.huby-blog { --blog-gutter: max(24px, calc((100vw - 1120px) / 2)); max-width: 1120px; margin: 0 auto; padding: 205px 24px 100px; font-family: Ubuntu, sans-serif; }
.huby-blog__intro { width: 100vw; max-width: none; box-sizing: border-box; margin: 0 0 118px calc(50% - 50vw); padding-inline: var(--blog-gutter); text-align: center; }
.huby-blog__intro h1 { margin: 0 0 18px; font-size: clamp(2.35rem, 3.4vw, 3.35rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.huby-blog__intro p { max-width: 980px; margin-left: auto; margin-right: auto; text-wrap: pretty; }
.huby-blog__intro p, .huby-post__lead { color: #555; font-size: 1.2rem; line-height: 1.6; }
.huby-featured { --featured-slide-width: min(1120px, calc(100vw - 96px)); width: 100vw; margin: 0 0 96px calc(50% - 50vw); overflow: hidden; }
.huby-home-featured { --blog-gutter: max(24px, calc((100vw - 1120px) / 2)); padding: 100px 0 150px; overflow: hidden; font-family: Ubuntu, sans-serif; }
.huby-home-featured .huby-featured { margin-bottom: 0; margin-left: 0; }
.huby-home-featured__intro { margin-bottom: 52px; text-align: left; }
.huby-home-featured__intro h2 { margin: 0 0 18px; font-size: clamp(2.35rem, 3.4vw, 3.35rem); font-weight: 400; line-height: 1.06; letter-spacing: -.025em; }
.huby-home-featured__intro p { max-width: 980px; margin-left: 0; margin-right: 0; text-wrap: pretty; }
.huby-home-featured .huby-featured__header.huby-home-featured__controls-row { width: var(--featured-slide-width); margin: 0 auto 26px; padding-inline: 0; justify-content: flex-end; }
.huby-home-featured .huby-featured__arrow { border-color: #f43f5e; color: #f43f5e; }
.huby-home-featured .huby-featured__arrow:hover:not(:disabled) { border-color: #f43f5e; color: #fff; background: #f43f5e; }
.huby-home-featured .huby-featured__arrow:disabled { border-color: #f43f5e; color: #f43f5e; opacity: .38; }
.huby-home-featured__more { display: flex; width: 100%; box-sizing: border-box; justify-content: flex-end; padding: 32px var(--blog-gutter) 0; }
.huby-home-featured__more .link-block { color: #fff; text-decoration: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.section-4 .div-block-13 { align-items: start; }
.section-4 .div-block-13 > .heading-8 { position: sticky; top: 140px; z-index: 2; align-self: start; }
.huby-featured__header { display: flex; width: 100%; box-sizing: border-box; margin: 0 0 26px; padding-inline: var(--blog-gutter); align-items: flex-end; justify-content: space-between; gap: 24px; }
.huby-featured__eyebrow { display: block; margin-bottom: 7px; color: #f43f5e; font-size: .77rem; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.huby-featured__header h2, .huby-blog__archive-heading h2 { margin: 0; font-size: clamp(2rem, 3vw, 2.65rem); font-weight: 400; line-height: 1.08; letter-spacing: -.02em; }
.huby-featured__controls { display: flex; gap: 10px; }
.huby-featured__arrow { display: grid; width: 52px; height: 52px; padding: 0; place-items: center; border: 1px solid #ccc; border-radius: 50%; color: #111; background: transparent; font-size: 1.35rem; cursor: pointer; transition: .2s ease; }
.huby-featured__arrow { border-color: #f43f5e; color: #f43f5e; }
.huby-featured__arrow:hover:not(:disabled) { border-color: #f43f5e; color: #fff; background: #f43f5e; }
.huby-featured__arrow:disabled { border-color: #f43f5e; color: #f43f5e; opacity: .38; cursor: default; }
.huby-featured__track { display: grid; width: 100%; grid-auto-columns: var(--featured-slide-width); grid-auto-flow: column; gap: 24px; overflow-x: auto; box-sizing: border-box; padding: 0 calc((100vw - var(--featured-slide-width)) / 2) 8px; scroll-behavior: smooth; scroll-padding-inline: calc((100vw - var(--featured-slide-width)) / 2); scroll-snap-type: x mandatory; scrollbar-width: none; }
.huby-featured__track::-webkit-scrollbar { display: none; }
.huby-featured-card { display: grid; min-height: 460px; grid-template-columns: 1.15fr .85fr; overflow: hidden; border: 1px solid #e7e7e7; border-radius: 22px; background: #fff; scroll-snap-align: center; scroll-snap-stop: always; }
.huby-featured-card__image { display: block; min-height: 360px; overflow: hidden; background: #171717; }
.huby-featured-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.huby-featured-card:hover .huby-featured-card__image img { transform: scale(1.025); }
.huby-featured-card__placeholder { display: grid; width: 100%; height: 100%; place-items: center; color: #f43f5e; font-size: 3rem; font-weight: 700; }
.huby-featured-card__body { display: flex; flex-direction: column; align-items: flex-start; padding: 34px; }
.huby-featured-card__meta { display: flex; width: 100%; justify-content: space-between; gap: 16px; color: #777; font-size: .82rem; }
.huby-featured-card h3 { margin: 34px 0 18px; font-family: Ubuntu, sans-serif; font-size: clamp(1.65rem, 2.7vw, 2.5rem); font-weight: 400; line-height: 1.08; }
.huby-featured-card h3 a { color: inherit; text-decoration: none; }
.huby-featured-card p { margin: 0 0 28px; color: #555; line-height: 1.55; }
.huby-featured-card__link { margin-top: auto; color: #111; font-weight: 700; text-decoration: none; }
.huby-featured-card__link span { display: inline-block; margin-left: 5px; transition: transform .2s ease; }
.huby-featured-card__link:hover span { transform: translateX(5px); }
.huby-featured__dots { display: flex; width: 100%; box-sizing: border-box; gap: 7px; margin: 18px 0 0; padding-inline: var(--blog-gutter); }
.huby-featured__dots span { width: 24px; height: 3px; border-radius: 4px; background: #ddd; transition: .2s ease; }
.huby-featured__dots span.is-active { width: 46px; background: #f43f5e; }
.huby-blog__archive-heading { width: 100vw; box-sizing: border-box; margin: 0 0 28px calc(50% - 50vw); padding-inline: var(--blog-gutter); }
.huby-blog__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
.huby-blog-card { overflow: hidden; color: inherit; text-decoration: none; border: 1px solid #e9e9e9; border-radius: 18px; background: #fff; transition: transform .2s ease; }
.huby-blog-card:hover { transform: translateY(-4px); }
.huby-blog-card img { display: block; width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.huby-blog-card__body { padding: 24px; }
.huby-blog-card__category, .huby-post__category { display: inline-block; margin-bottom: 9px; padding: 5px 9px; border-radius: 999px; color: #c40062; background: #fce7f3; font-size: .72rem; font-weight: 700; text-decoration: none; }
.huby-blog-card h2 { margin: 8px 0 12px; font-family: Ubuntu, sans-serif; font-size: 1.55rem; font-weight: 400; line-height: 1.2; }
.huby-blog-card time, .huby-post time { color: #777; font-size: .9rem; }
.huby-post { max-width: 960px; margin: 0 auto; padding: 150px 24px 110px; font-family: Ubuntu, sans-serif; }
.huby-post h1 { max-width: 900px; margin: 14px 0 24px; font-size: clamp(2.5rem, 4.2vw, 4rem); font-weight: 700; line-height: 1.06; letter-spacing: -.035em; }
.huby-post__cover { width: 100%; margin: 36px 0; border-radius: 20px; }
.huby-post__content { max-width: 860px; margin: 0 auto; font-size: 1.12rem; line-height: 1.8; }
.huby-post__content p, .huby-post__content h2, .huby-post__content h3, .huby-post__content ul, .huby-post__content ol { width: min(760px, 100%) !important; margin-left: auto !important; margin-right: auto !important; }
.huby-post__content p { margin-top: 0 !important; margin-bottom: 1.55em !important; }
.huby-post__content h2 { margin-top: 2.2em !important; margin-bottom: .7em !important; font-size: clamp(1.75rem, 3vw, 2.45rem); line-height: 1.18; }
.huby-post__content h3 { margin-top: 1.9em !important; margin-bottom: .65em !important; font-size: clamp(1.4rem, 2.5vw, 1.9rem); line-height: 1.25; }
.huby-post__content h2 + p, .huby-post__content h3 + p { margin-top: 0 !important; }
.huby-post__content ul, .huby-post__content ol { margin: 0 0 1.55em; padding-left: 1.5em; }
.huby-post__content li + li { margin-top: .4em; }
.huby-post__content img { display: block; width: auto; max-width: 100%; height: auto; margin: 1.5em auto 2.2em !important; }
.huby-post__content .image-27 { display: block; }
.huby-post__content .image-28 { display: none; }
.huby-post__content h2 + .image-27, .huby-post__content h2 + .image-28 { margin-top: 3rem !important; }
.huby-post__content a.link { margin-top: .75rem !important; margin-bottom: 2.5rem !important; }
.huby-post__content picture, .huby-post__content figure { display: block; width: min(960px, 100%); margin: 1.5em auto 2.2em !important; }
.huby-post__content figure img, .huby-post__content picture img { margin: 0 auto !important; }
.huby-post__content figcaption { margin-top: .7em; color: #666; font-size: .9rem; text-align: center; }
.huby-empty { padding: 40px; border-radius: 16px; background: #f5f5f5; }
@media (max-width: 767px) {
  .huby-blog { padding-top: 132px; }
  .huby-blog__intro { margin-bottom: 78px; }
  .huby-blog__intro h1 { font-size: clamp(2.25rem, 10vw, 2.85rem); }
  .huby-blog__subtitle-break { display: none; }
  .huby-featured { --featured-slide-width: calc(100vw - 32px); margin-bottom: 72px; }
  .huby-home-featured { padding: 72px 0 96px; }
  .huby-home-featured__intro h2 { font-size: clamp(2.25rem, 10vw, 2.85rem); }
  .huby-home-featured__subtitle-break { display: none; }
  .huby-home-featured__more { justify-content: flex-start; }
  .section-4 .div-block-13 > .heading-8 { position: relative; top: auto; }
  .huby-featured__header, .huby-featured__dots { width: 100%; }
  .huby-featured__track { gap: 14px; }
  .huby-featured-card { min-height: 0; grid-template-columns: 1fr; }
  .huby-featured-card__image { min-height: 240px; aspect-ratio: 16 / 10; }
  .huby-featured-card__body { min-height: 340px; padding: 24px; }
  .huby-featured-card h3 { margin-top: 24px; }
  .huby-featured__arrow { width: 44px; height: 44px; }
  .huby-post { padding-top: 112px; }
  .huby-post h1 { font-size: clamp(2.25rem, 11vw, 3.25rem); }
  .huby-post__content { font-size: 1.04rem; line-height: 1.72; }
}
@media (max-width: 479px) {
  .huby-post__content .image-27 { display: none; }
  .huby-post__content .image-28 { display: block; }
}
