/* =========================================================
   Responsive layout rebuild
   Loaded after style.css so one predictable rule set controls
   tablet and mobile widths without changing the desktop design.
   ========================================================= */

html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

*,
*::before,
*::after {
  min-width: 0;
}

img,
video,
svg,
canvas,
iframe {
  max-width: 100%;
}

main,
section,
header,
footer,
.container {
  max-width: 100%;
}

:where(
  .header-inner,
  .hero-inner,
  .visual-story-grid,
  .intro-layout,
  .service-grid,
  .service-card-featured,
  .subsidy-results-overview,
  .subsidy-summary-grid,
  .strengths-layout,
  .process-layout,
  .process-visual-wrap,
  .portfolio-grid,
  .ec-showcase-inner,
  .faq-layout,
  .company-layout,
  .contact-layout,
  .footer-main,
  .footer-links,
  .modal-panel
) > * {
  min-width: 0;
  max-width: 100%;
}

:where(
  .hero h1,
  .hero-lead,
  .hero-panel,
  .section-heading h2,
  .section-top h2,
  .section-top p,
  .service-body,
  .service-body h3,
  .service-description,
  .subsidy-detail-heading,
  .subsidy-result-card,
  .strength-item,
  .process-list li,
  .portfolio-meta,
  .ec-showcase-copy,
  .faq-list summary,
  .faq-answer,
  .company-data dd,
  .contact-copy,
  .contact-direct strong,
  .footer-address,
  .footer-links a,
  .modal-content
) {
  overflow-wrap: anywhere;
}

.hero-media,
.hero-media picture,
.hero-media img,
.hero-media video {
  max-width: none;
}

@media (max-width: 980px) {
  :root {
    --header-height: 76px;
  }

  .container {
    width: min(calc(100% - 40px), var(--container));
  }

  .desktop-nav,
  .header-tel,
  .header-cta {
    display: none;
  }

  .header-inner {
    gap: 14px;
  }

  .brand {
    max-width: calc(100% - 62px);
  }

  .brand img {
    width: min(210px, 100%);
  }

  .header-actions {
    flex: 0 0 auto;
    margin-left: auto;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 46px;
  }

  .mobile-menu {
    top: var(--header-height);
    width: 100%;
    height: calc(100dvh - var(--header-height));
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
  }

  .mobile-menu-inner {
    width: min(calc(100% - 40px), 560px);
    max-width: 100%;
  }

  .section-top,
  .intro-layout,
  .strengths-layout,
  .process-layout,
  .faq-layout,
  .company-layout,
  .contact-layout,
  .ec-showcase-inner,
  .footer-main {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-top {
    gap: 20px;
  }

  .hero-inner {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-content: center;
    min-height: max(760px, 100svh);
    padding-top: calc(var(--header-height) + 54px);
    padding-bottom: 76px;
  }

  .hero-copy,
  .hero-panel {
    width: 100%;
    max-width: 100%;
  }

  .hero-panel {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: stretch;
    margin-top: 34px;
  }

  .hero h1,
  .hero h1 span,
  .hero h1 .hero-line {
    max-width: 100%;
    white-space: normal;
  }

  .hero h1 .hero-line {
    display: block;
  }

  .hero h1 .hero-accent {
    white-space: nowrap;
  }

  .hero-buttons,
  .hero-trust {
    max-width: 100%;
  }

  .process-visual-wrap {
    position: static;
    grid-template-columns: minmax(0, 1fr);
  }

  .service-card-featured,
  .subsidy-results-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  .subsidy-table-scroll {
    display: none;
  }

  .subsidy-mobile-list {
    display: grid;
  }

  .ec-showcase-card,
  .company-layout,
  .contact-copy {
    width: 100%;
    max-width: 100%;
  }

  .ec-showcase-card {
    justify-self: stretch;
  }

  .modal-panel {
    grid-template-columns: minmax(0, 1fr);
    width: min(720px, 100%);
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 70px;
    --section-space: clamp(68px, 18vw, 86px);
  }

  body {
    font-size: 15px;
  }

  .container {
    width: calc(100% - 32px);
  }

  .brand {
    max-width: calc(100% - 58px);
  }

  .brand img {
    width: min(178px, 100%);
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .mobile-menu-inner {
    width: calc(100% - 32px);
  }

  .section-heading h2,
  .section-top h2,
  .process-intro h2,
  .faq-heading h2,
  .contact-copy h2 {
    max-width: 100%;
    font-size: clamp(30px, 9.4vw, 44px);
    line-height: 1.25;
    letter-spacing: -0.045em;
  }

  .hero {
    min-height: 0;
  }

  .hero-inner {
    min-height: 0;
    padding-top: calc(var(--header-height) + 52px);
    padding-bottom: 58px;
  }

  .hero-media img,
  .hero-media video {
    width: 100%;
    height: 100%;
    object-position: 67% center;
  }

  .eyebrow {
    max-width: 100%;
    gap: 9px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .eyebrow span {
    flex: 0 0 26px;
  }

  .hero h1 {
    width: 100%;
    margin-bottom: 22px;
    font-size: clamp(32px, 10.4vw, 46px);
    line-height: 1.16;
    letter-spacing: -0.06em;
    text-wrap: wrap;
    word-break: normal;
  }

  .hero h1 .hero-line + .hero-line {
    margin-top: 0.08em;
  }

  .hero-lead {
    width: 100%;
    font-size: 14px;
    line-height: 1.85;
  }

  .hero-buttons {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
  }

  .hero-buttons .button,
  .button-submit {
    width: 100%;
    max-width: 100%;
    padding-right: 18px;
    padding-left: 18px;
    white-space: normal;
  }

  .hero-trust {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
  }

  .hero-trust span {
    width: 100%;
  }

  .hero-panel {
    margin-top: 28px;
    padding: 22px 20px;
    overflow: hidden;
    border-radius: 22px;
  }

  .hero-panel-mark {
    right: -10px;
    width: min(112px, 32vw);
  }

  .hero-rate strong {
    font-size: clamp(58px, 19vw, 76px);
  }

  .hero-panel-link {
    max-width: 100%;
    gap: 10px;
    white-space: normal;
  }

  .visual-story-grid,
  .service-grid,
  .subsidy-results-overview,
  .strengths-layout,
  .process-layout,
  .portfolio-grid,
  .faq-layout,
  .company-layout,
  .contact-layout,
  .footer-main,
  .footer-links {
    grid-template-columns: minmax(0, 1fr);
  }

  .story-tile-wide,
  .portfolio-card:nth-child(3n + 1),
  .service-card-featured {
    grid-column: auto;
    grid-row: auto;
  }

  .story-tile,
  .story-tile-wide,
  .service-media,
  .service-card-featured .service-media,
  .subsidy-overview-visual,
  .process-visual,
  .portfolio-visual,
  .portfolio-card:nth-child(3n + 1) .portfolio-visual,
  .company-visual {
    width: 100%;
    min-height: 0;
  }

  .service-card,
  .subsidy-detail-panel,
  .subsidy-summary-card,
  .portfolio-card,
  .ec-showcase-card,
  .contact-form {
    width: 100%;
    max-width: 100%;
  }

  .subsidy-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .subsidy-summary-card,
  .subsidy-summary-card-accent {
    padding: 21px 17px;
  }

  .subsidy-summary-card > p strong {
    font-size: clamp(46px, 14vw, 64px);
  }

  .strength-list {
    grid-template-columns: minmax(0, 1fr);
  }

  .strength-item,
  .process-list li,
  .faq-list summary,
  .faq-answer,
  .ec-showcase-card-copy,
  .company-data > div {
    max-width: 100%;
  }

  .portfolio-filter {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    overflow-x: auto;
    overscroll-behavior-x: contain;
  }

  .portfolio-filter button {
    flex: 0 0 auto;
  }

  .contact-copy {
    right: auto;
    bottom: auto;
    left: auto;
    min-height: 560px;
    padding: 40px 22px 26px;
  }

  .contact-direct,
  .contact-direct a {
    width: 100%;
    max-width: 100%;
  }

  .contact-direct strong,
  .contact-direct span,
  .company-data dd,
  .company-data a {
    word-break: break-word;
  }

  .contact-form {
    padding: 28px 20px;
  }

  .form-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  input,
  select,
  textarea,
  button {
    max-width: 100%;
  }

  .footer-logo,
  .footer-logo img {
    max-width: 100%;
  }

  .footer-bottom {
    gap: 14px;
  }

  .mobile-contact-bar {
    right: 10px;
    left: 10px;
    width: auto;
    max-width: calc(100% - 20px);
  }

  .portfolio-modal {
    width: 100%;
    max-width: 100%;
    padding: max(10px, env(safe-area-inset-top)) 10px max(10px, env(safe-area-inset-bottom));
  }

  .modal-panel {
    width: 100%;
    max-height: calc(100dvh - 20px);
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 24px);
  }

  .brand img {
    width: min(154px, 100%);
  }

  .hero h1 {
    font-size: clamp(31px, 10.2vw, 41px);
  }

  .hero-panel {
    padding-right: 17px;
    padding-left: 17px;
  }

  .subsidy-summary-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .process-list li,
  .company-data > div {
    grid-template-columns: minmax(0, 1fr);
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 20px;
  }
}

@media (max-width: 340px) {
  .brand img {
    width: 138px;
  }

  .hero h1 {
    font-size: 31px;
  }

  .hero h1 .hero-accent {
    white-space: normal;
  }

  .eyebrow {
    font-size: 7px;
  }

  .hero-panel-mark {
    width: 92px;
  }
}
/* Keep the editable hero eyebrow visually identical after CMS markup is applied. */
.eyebrow b {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
}

/* Subsidy result card sits below the fireworks visual so it never covers it. */
.hero-inner {
  grid-template-columns: minmax(0, 1fr);
}

.hero-copy {
  max-width: 900px;
}

.subsidy-hero-strip {
  position: relative;
  z-index: 5;
  padding: 24px 0;
  color: #fff;
  background: #071f30;
}

.subsidy-hero-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(170px, .55fr) minmax(280px, 1fr) auto;
  gap: clamp(20px, 3vw, 46px);
  align-items: center;
  min-height: 142px;
  padding: 24px clamp(24px, 4vw, 54px);
  overflow: hidden;
  background: linear-gradient(110deg, rgba(19, 54, 76, .98), rgba(7, 31, 48, .98));
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(2, 18, 30, .22);
}

.subsidy-hero-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  content: "";
  background: linear-gradient(#f02b7e, #6fd8eb, #63d3ad);
}

.subsidy-hero-mark {
  position: absolute;
  right: 22%;
  width: 150px;
  opacity: .06;
  pointer-events: none;
}

.subsidy-hero-rate,
.subsidy-hero-copy,
.subsidy-hero-card ul,
.subsidy-hero-card > a {
  position: relative;
  z-index: 1;
}

.subsidy-hero-rate p {
  margin: 0 0 2px;
  color: #a7e6f1;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .2em;
}

.subsidy-hero-rate > div {
  display: flex;
  align-items: flex-start;
  line-height: .9;
}

.subsidy-hero-rate strong {
  font-size: clamp(58px, 6vw, 86px);
  font-weight: 300;
  letter-spacing: -.08em;
}

.subsidy-hero-rate span {
  padding-top: 8px;
  color: #ff4e99;
  font-size: 22px;
  font-weight: 800;
}

.subsidy-hero-copy h2 {
  margin: 0 0 7px;
  font-size: clamp(20px, 2.2vw, 31px);
}

.subsidy-hero-copy small {
  color: rgba(255, 255, 255, .5);
  font-size: 9px;
}

.subsidy-hero-card ul {
  display: grid;
  gap: 6px;
  margin: 0;
}

.subsidy-hero-card li {
  position: relative;
  padding-left: 16px;
  color: rgba(255, 255, 255, .78);
  font-size: 11px;
}

.subsidy-hero-card li::before {
  position: absolute;
  top: .75em;
  left: 0;
  width: 7px;
  height: 2px;
  content: "";
  background: #a7e6f1;
}

.subsidy-hero-card > a {
  display: inline-flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 20px;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .25);
  border-radius: 999px;
}

@media (max-width: 980px) {
  .subsidy-hero-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .subsidy-hero-card ul { grid-column: 1 / 3; }
  .subsidy-hero-card > a { grid-column: 3; grid-row: 1 / 3; }
}

@media (max-width: 760px) {
  .subsidy-hero-strip { padding: 14px 0; }
  .subsidy-hero-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px 20px;
    padding: 20px;
    border-radius: 18px;
  }
  .subsidy-hero-card ul,
  .subsidy-hero-card > a {
    grid-column: 1 / -1;
  }
  .subsidy-hero-card > a { grid-row: auto; width: 100%; }
  .subsidy-hero-rate strong { font-size: 58px; }
}

/* Persistent shop entrances inspired by the reference site's dual shop CTA. */
.desktop-shop-nav {
  color: var(--magenta) !important;
}

/* Subsidy search and managed banners */
.subsidy-search-section { padding: clamp(78px,9vw,132px) 0; }
.subsidy-search-tools { display: grid; grid-template-columns: minmax(0,1fr) 240px; gap: 14px; margin: 42px 0 18px; }
.subsidy-search-tools label { display: grid; gap: 8px; }
.subsidy-search-tools span { color: #667884; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.subsidy-search-tools input,.subsidy-search-tools select { width: 100%; min-height: 52px; padding: 13px 15px; font-size: 16px; background: #fff; border: 1px solid #cad8df; border-radius: 8px; }
.subsidy-search-count { margin: 0 0 18px; color: #667884; font-size: 11px; font-weight: 700; }
.subsidy-search-list { display: grid; gap: 18px; }
.subsidy-search-card { overflow: hidden; background: #fff; border: 1px solid #dbe5ea; border-radius: 18px; box-shadow: 0 12px 34px rgba(7,31,48,.06); }
.subsidy-card-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding: 24px 26px 18px; background: linear-gradient(135deg,#f5f9fb,#fff); border-bottom: 1px solid #e2eaee; }
.subsidy-card-head h3 { margin: 7px 0 0; font-size: clamp(19px,2vw,25px); line-height: 1.45; }
.subsidy-status { flex: 0 0 auto; padding: 7px 11px; color: #fff; font-size: 9px; font-weight: 800; background: #0e8a61; border-radius: 999px; }
.subsidy-status.is-closed { background: #7b8991; }
.subsidy-card-meta { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-bottom: 1px solid #e2eaee; }
.subsidy-card-meta div { padding: 18px 20px; }
.subsidy-card-meta div + div { border-left: 1px solid #e2eaee; }
.subsidy-card-meta dt { color: #71818a; font-size: 9px; font-weight: 800; }
.subsidy-card-meta dd { margin: 7px 0 0; font-size: 13px; font-weight: 800; line-height: 1.6; }
.subsidy-card-body { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(240px,.6fr); gap: 28px; padding: 24px 26px 28px; }
.subsidy-card-body h4 { margin: 0 0 8px; font-size: 11px; }
.subsidy-card-body p { margin: 0; color: #566b77; font-size: 12px; line-height: 1.9; white-space: pre-line; }
.subsidy-documents { padding: 17px; background: #f4f7f9; border-radius: 12px; }
.subsidy-card-actions { display: flex; flex-wrap: wrap; gap: 10px; grid-column: 1/-1; }
.subsidy-card-actions a { display: inline-flex; min-height: 44px; padding: 10px 18px; align-items: center; justify-content: center; color: #071f30; font-size: 11px; font-weight: 800; text-decoration: none; border: 1px solid #bfcdd4; border-radius: 999px; }
.subsidy-card-actions .subsidy-consult { color: #fff; background: #d6005d; border-color: #d6005d; }
.subsidy-search-empty { padding: 36px; color: #667884; text-align: center; background: #f5f8fa; border-radius: 14px; }
.site-banner-zone { display: grid; grid-template-columns: repeat(12,minmax(0,1fr)); gap: 16px; margin-top: clamp(28px,5vw,66px); margin-bottom: clamp(28px,5vw,66px); }
.site-banner-zone:empty { display: none; }
.managed-banner { grid-column: span 12; overflow: hidden; background: #edf2f5; border-radius: 12px; }
.managed-banner.banner-half { grid-column: span 6; }
.managed-banner.banner-third,.managed-banner.banner-square { grid-column: span 4; }
.managed-banner a,.managed-banner > span { display: block; height: 100%; }
.managed-banner img { display: block; width: 100%; height: 100%; object-fit: cover; }
.managed-banner:not(.banner-square) img { aspect-ratio: 3/1; max-height: 340px; }
.managed-banner.banner-square img { aspect-ratio: 1; }
@media (max-width: 820px) { .subsidy-card-meta { grid-template-columns: repeat(2,minmax(0,1fr)); } .subsidy-card-meta div:nth-child(3) { border-left: 0; border-top: 1px solid #e2eaee; } .subsidy-card-meta div:nth-child(4) { border-top: 1px solid #e2eaee; } .subsidy-card-body { grid-template-columns: 1fr; } .managed-banner.banner-third { grid-column: span 6; } }
@media (max-width: 620px) { .subsidy-search-tools { grid-template-columns: 1fr; } .subsidy-card-head { flex-direction: column; padding: 20px 18px 16px; } .subsidy-card-meta { grid-template-columns: 1fr; } .subsidy-card-meta div + div,.subsidy-card-meta div:nth-child(3) { border-top: 1px solid #e2eaee; border-left: 0; } .subsidy-card-body { padding: 20px 18px 22px; } .subsidy-card-actions a { width: 100%; } .site-banner-zone { grid-template-columns: 1fr; gap: 10px; } .managed-banner,.managed-banner.banner-half,.managed-banner.banner-third,.managed-banner.banner-square { grid-column: auto; } .managed-banner:not(.banner-square) img { aspect-ratio: 2/1; } }

.header-shop-link {
  display: grid;
  gap: 1px;
  min-width: 132px;
  padding: 9px 14px;
  color: #fff;
  line-height: 1.15;
  text-decoration: none;
  background: linear-gradient(135deg, #a86f22, #5e3517);
  border-radius: 10px;
}

.header-shop-link small {
  color: #f6d79b;
  font-size: 7px;
  letter-spacing: .18em;
}

.header-shop-link strong { font-size: 11px; }

.side-shop-link {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 920;
  display: grid;
  width: 68px;
  min-height: 214px;
  place-items: center;
  padding: 18px 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #6c3c19, #27170f);
  border: 1px solid rgba(255,255,255,.22);
  border-right: 0;
  border-radius: 16px 0 0 16px;
  box-shadow: 0 18px 42px rgba(8,24,34,.24);
  transform: translateY(-50%);
}

.side-shop-link span,
.side-shop-link strong {
  writing-mode: vertical-rl;
}

.side-shop-link span {
  color: #e7c98e;
  font-size: 7px;
  letter-spacing: .16em;
}

.side-shop-link strong { font-size: 12px; letter-spacing: .12em; }
.side-shop-link b { font-size: 18px; }

/* Latest news */
.news-section {
  padding: clamp(66px, 8vw, 112px) 0;
  background: #fff;
  border-bottom: 1px solid #e5edf1;
}

.news-layout {
  display: grid;
  grid-template-columns: minmax(220px, .42fr) minmax(0, 1fr);
  gap: clamp(34px, 6vw, 90px);
  align-items: start;
}

.news-heading {
  position: sticky;
  top: calc(var(--header-height) + 24px);
}

.news-heading h2 {
  margin: 10px 0 18px;
  color: #071f30;
  font-size: clamp(34px, 4vw, 56px);
  letter-spacing: -.045em;
}

.news-heading > p:last-child {
  margin: 0;
  color: #60717b;
  font-size: 13px;
  line-height: 1.9;
}

.news-list { border-top: 1px solid #cedbe1; }

.news-item {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: 26px;
  align-items: start;
  padding: 26px 4px;
  border-bottom: 1px solid #dce6ea;
}

.news-item-link {
  color: inherit;
  text-decoration: none;
}

.news-meta { display: grid; gap: 8px; }
.news-meta time { color: #71828b; font-size: 11px; font-weight: 700; letter-spacing: .06em; }
.news-meta span { width: fit-content; padding: 5px 9px; color: #fff; font-size: 8px; font-weight: 800; background: #0f425d; border-radius: 999px; }
.news-copy h3 { margin: 0 0 8px; color: #071f30; font-size: 17px; line-height: 1.55; }
.news-copy p { margin: 0; color: #60717b; font-size: 12px; line-height: 1.8; }
.news-arrow { padding-top: 3px; color: #bd0051; font-size: 20px; }
.news-empty { margin: 0; padding: 30px 4px; color: #71828b; border-bottom: 1px solid #dce6ea; }

@media (max-width: 1260px) {
  .desktop-shop-nav { display: none; }
  .header-shop-link { min-width: 116px; padding-inline: 10px; }
}

@media (max-width: 980px) {
  .header-shop-link { display: none; }
  .news-layout { grid-template-columns: 1fr; }
  .news-heading { position: static; }
}

@media (max-width: 760px) {
  /* Header, then the fireworks visual, then the message copy. */
  .hero {
    padding-top: var(--header-height);
    color: #fff;
    background: #071f30;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: clamp(238px, 62vw, 360px);
  }

  .hero-media picture,
  .hero-media img,
  .hero-media video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
  }

  .hero-media img,
  .hero-media video {
    object-fit: cover;
    object-position: 67% center;
  }

  .hero-overlay,
  .hero-grid-lines,
  .hero-location,
  .hero-scroll { display: none; }

  .hero-inner {
    display: block;
    min-height: 0;
    padding-top: 38px;
    padding-bottom: 54px;
  }

  .side-shop-link {
    top: auto;
    right: 12px;
    bottom: 14px;
    display: flex;
    width: auto;
    min-height: 48px;
    gap: 8px;
    padding: 10px 14px;
    border-right: 1px solid rgba(255,255,255,.22);
    border-radius: 999px;
    transform: none;
  }

  .side-shop-link span { display: none; }
  .side-shop-link strong { font-size: 11px; writing-mode: horizontal-tb; }
  .side-shop-link b { font-size: 14px; }
  .news-section { padding: 58px 0; }
  .news-layout { gap: 26px; }
  .news-item { grid-template-columns: 1fr auto; gap: 12px 16px; padding: 22px 2px; }
  .news-meta { grid-column: 1 / -1; display: flex; gap: 10px; align-items: center; }
  .news-copy h3 { font-size: 16px; }
}
