.content-hub {
  --hub-paper: #fffdf8;
  --hub-cream: #f7f3e9;
  --hub-mint: #dcecdf;
  --hub-green: #075f3d;
  --hub-deep: #043c29;
  --hub-ink: #111a14;
  --hub-muted: #5c6b61;
  padding-top: 94px;
  overflow: clip;
  background: var(--hub-cream);
}

.content-hub button,
.content-hub input,
.content-hub select {
  font: inherit;
}

.content-hero {
  position: relative;
  padding: clamp(70px, 8vw, 122px) max(24px, 5vw) clamp(80px, 9vw, 138px);
  background:
    radial-gradient(circle at 74% 18%, rgba(203, 228, 210, .72), transparent 30%),
    linear-gradient(135deg, #f9f6ee 0%, #edf3e9 100%);
}

.content-hero::before {
  position: absolute;
  right: -7vw;
  bottom: -18vw;
  width: 48vw;
  aspect-ratio: 1;
  border: 1px solid rgba(7, 95, 61, .15);
  border-radius: 50%;
  content: "";
}

.content-hero__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(380px, .78fr) minmax(520px, 1.22fr);
  gap: clamp(54px, 7vw, 110px);
  align-items: center;
}

.content-hero__copy h1,
.search-hero h1 {
  max-width: 790px;
  margin: 0 0 30px;
  color: var(--hub-ink);
  font-size: clamp(54px, 6vw, 92px);
  font-weight: 900;
  letter-spacing: -.065em;
  line-height: 1.13;
}

.column-hero .content-hero__copy h1 {
  font-size: clamp(46px, 4.25vw, 64px);
  line-height: 1.25;
}

.column-hero .content-hero__inner {
  grid-template-columns: minmax(500px, 1fr) minmax(500px, .95fr);
  gap: clamp(50px, 6vw, 88px);
}

.content-hero__copy > p:not(.section-label),
.search-hero > .section-shell > p:last-child {
  max-width: 660px;
  margin-bottom: 32px;
  color: #44534a;
  font-size: 17px;
  line-height: 2;
}

.content-hero__count {
  display: flex;
  gap: 13px;
  align-items: baseline;
  color: var(--hub-green);
}

.content-hero__count strong {
  font-size: clamp(50px, 5vw, 78px);
  font-weight: 900;
  letter-spacing: -.06em;
  line-height: 1;
}

.content-hero__count span {
  font-size: 15px;
  font-weight: 800;
}

.works-hero {
  min-height: 750px;
  background: var(--hub-deep);
}

.works-hero::before {
  border-color: rgba(255,255,255,.14);
}

.works-hero .section-label,
.works-hero .content-hero__copy h1,
.works-hero .content-hero__count,
.works-hero .content-hero__copy > p {
  color: #fff;
}

.works-hero .content-hero__copy > p {
  color: rgba(255,255,255,.75);
}

.works-hero__screens {
  position: relative;
  min-height: 520px;
  perspective: 1200px;
}

.works-hero__screen {
  position: absolute;
  display: block;
  overflow: hidden;
  border: 7px solid rgba(255,255,255,.94);
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 30px 80px rgba(0,0,0,.32);
  transition: z-index .01s, transform .5s var(--ease-out);
}

.works-hero__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.works-hero__screen:hover,
.works-hero__screen:focus-visible {
  z-index: 8;
  transform: translateY(-10px) rotate(0deg) scale(1.035);
}

.works-hero__screen--1 { z-index: 4; top: 0; left: 4%; width: 59%; height: 335px; transform: rotate(-2.5deg); }
.works-hero__screen--2 { z-index: 3; top: 55px; right: 0; width: 46%; height: 280px; transform: rotate(3deg); }
.works-hero__screen--3 { z-index: 5; bottom: 0; left: 19%; width: 52%; height: 300px; transform: rotate(1.5deg); }
.works-hero__screen--4 { z-index: 2; right: 3%; bottom: 20px; width: 39%; height: 238px; transform: rotate(-3deg); }

.works-filter,
.content-library,
.column-featured,
.topic-library,
.related-content {
  padding: clamp(90px, 9vw, 145px) max(24px, 5vw);
}

.works-filter {
  background: var(--hub-paper);
}

.works-filter__heading,
.topic-library header {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(300px, .58fr);
  gap: clamp(48px, 8vw, 120px);
  align-items: end;
  margin-bottom: 58px;
}

.works-filter__heading h2,
.topic-library h2,
.content-library__heading h2,
.column-featured h2,
.related-content h2,
.work-gallery h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: clamp(40px, 4.5vw, 66px);
  font-weight: 900;
  letter-spacing: -.055em;
  line-height: 1.3;
}

.works-filter__heading > p,
.topic-library header > p {
  margin: 0 0 7px;
  color: var(--hub-muted);
  font-size: 16px;
  line-height: 2;
}

.works-filter__form {
  border: 1px solid rgba(17,26,20,.14);
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 26px 70px rgba(24,55,37,.09);
}

.works-filter__types {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin: 0;
  padding: 34px;
  border: 0;
}

.works-filter__types legend {
  width: 100%;
  margin-bottom: 18px;
  color: var(--hub-ink);
  font-size: 15px;
  font-weight: 800;
}

.works-filter__types label {
  position: relative;
}

.works-filter__types input {
  position: absolute;
  opacity: 0;
}

.works-filter__types span {
  display: grid;
  place-items: center;
  min-height: 66px;
  padding: 11px 8px;
  border: 1px solid var(--line);
  color: var(--hub-ink);
  font-size: 14px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: background .25s, color .25s, border-color .25s;
}

.works-filter__types label:first-of-type span { border-radius: 12px 0 0 12px; }
.works-filter__types label:last-of-type span { border-radius: 0 12px 12px 0; }
.works-filter__types label + label span { border-left: 0; }
.works-filter__types small { margin-left: 7px; color: inherit; font-size: 12px; opacity: .7; }
.works-filter__types input:checked + span { border-color: var(--hub-green); background: var(--hub-green); color: #fff; }
.works-filter__types input:focus-visible + span { outline: 3px solid #9fd9ba; outline-offset: 3px; }

.works-filter__more {
  border-top: 1px solid var(--line);
}

.works-filter__more summary {
  display: flex;
  justify-content: space-between;
  padding: 22px 34px;
  color: var(--hub-green);
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
}

.works-filter__more summary::-webkit-details-marker { display: none; }
.works-filter__more[open] summary span { transform: rotate(45deg); }
.works-filter__more summary span { transition: transform .25s; }

.works-filter__advanced {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  padding: 4px 34px 30px;
}

.works-filter__advanced label,
.column-search label {
  display: grid;
  gap: 8px;
  color: var(--hub-ink);
  font-size: 14px;
  font-weight: 800;
}

.works-filter__advanced select,
.works-filter__advanced input,
.column-search input[type="search"] {
  min-width: 0;
  height: 56px;
  padding: 0 16px;
  border: 1px solid rgba(17,26,20,.22);
  border-radius: 8px;
  background: #fff;
  color: var(--hub-ink);
  font-size: 16px;
}

.works-filter__actions {
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: flex-end;
  padding: 26px 34px;
  border-top: 1px solid var(--line);
  border-radius: 0 0 25px 25px;
  background: #f4f5ef;
}

.works-filter__actions a {
  border-bottom: 1px solid currentColor;
  color: var(--hub-muted);
  font-size: 14px;
  font-weight: 700;
}

.content-library {
  background: var(--hub-cream);
}

.content-library__heading,
.column-featured header,
.related-content header,
.work-gallery header {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 52px;
}

.works-grid,
.column-grid,
.column-featured__grid,
.related-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px) clamp(18px, 2.4vw, 32px);
}

.works-grid .work-card--featured {
  grid-column: span 2;
}

.content-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(17,26,20,.12);
  border-radius: 17px;
  background: var(--hub-paper);
  box-shadow: 0 14px 38px rgba(16,45,28,.06);
  opacity: 1;
  transform: translateY(0);
  transition: opacity .25s, transform .55s var(--ease-out), box-shadow .35s;
}

.content-card.is-entering {
  opacity: 0;
  transform: translateY(20px);
}

.content-card:hover {
  box-shadow: 0 25px 58px rgba(16,45,28,.13);
  transform: translateY(-6px);
}

.content-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: var(--hub-mint);
}

.content-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .65s var(--ease-out);
}

.content-card:hover .content-card__image img { transform: scale(1.035); }
.work-card--featured .content-card__image { aspect-ratio: 16 / 8.6; }

.content-card__placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  color: var(--hub-green);
  font-size: 46px;
  font-weight: 900;
}

.content-card__placeholder--column {
  align-content: center;
  background: radial-gradient(circle at 75% 28%, #c1e4cc, transparent 25%), #e8efe5;
}

.content-card__placeholder small { display: block; font-size: 12px; letter-spacing: .14em; }
.content-card__body { padding: 26px 27px 29px; }
.content-card__meta,
.column-card__meta { display: flex; flex-wrap: wrap; gap: 7px 12px; align-items: center; margin-bottom: 15px; }
.content-card__meta span,
.column-card__meta span { padding: 4px 10px; border-radius: 99px; background: var(--hub-mint); color: var(--hub-green); font-size: 12px; font-weight: 800; }
.content-card__meta span + span { background: transparent; color: var(--hub-muted); }
.column-card__meta time,
.column-card__meta small { color: var(--hub-muted); font-size: 12px; font-weight: 600; }

.content-card h2 {
  margin: 0 0 12px;
  color: var(--hub-ink);
  font-size: clamp(19px, 1.7vw, 25px);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.55;
  text-wrap: pretty;
}

.work-card--featured h2 { font-size: clamp(24px, 2.4vw, 35px); }
.content-card__client { margin: -3px 0 13px; color: var(--hub-muted); font-size: 14px; font-weight: 700; }
.content-card__excerpt { margin: 0 0 20px; color: var(--hub-muted); font-size: 15px; line-height: 1.85; }
.content-card__link { display: inline-flex; gap: 16px; align-items: center; padding-bottom: 3px; border-bottom: 1px solid currentColor; color: var(--hub-green); font-size: 14px; font-weight: 800; }

.content-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 66px;
}

.content-pagination .page-numbers {
  display: grid;
  place-items: center;
  min-width: 48px;
  min-height: 48px;
  padding: 0 13px;
  border: 1px solid var(--line);
  border-radius: 99px;
  background: #fff;
  color: var(--hub-ink);
  font-size: 14px;
  font-weight: 800;
}
.content-pagination .current { border-color: var(--hub-green); background: var(--hub-green); color: #fff; }

.content-empty {
  padding: clamp(50px, 7vw, 90px);
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  text-align: center;
}
.content-empty h2 { margin-bottom: 14px; font-size: clamp(28px, 3vw, 42px); }
.content-empty p { margin-bottom: 28px; color: var(--hub-muted); }

/* Column archive */
.column-search {
  padding: clamp(28px, 4vw, 45px);
  border: 1px solid rgba(17,26,20,.13);
  border-radius: 22px;
  background: rgba(255,253,248,.94);
  box-shadow: 0 28px 70px rgba(20,55,35,.13);
}
.column-search > label { margin-bottom: 12px; font-size: 16px; }
.column-search > div { display: grid; grid-template-columns: minmax(0,1fr) auto; }
.column-search input[type="search"] { height: 62px; border-radius: 10px 0 0 10px; }
.column-search button { min-width: 150px; border: 0; border-radius: 0 10px 10px 0; background: var(--hub-green); color: #fff; font-size: 15px; font-weight: 800; cursor: pointer; }
.column-search > p { margin: 12px 0 0; color: var(--hub-muted); font-size: 14px; }
.column-featured { background: var(--hub-paper); }
.column-featured__grid { grid-template-columns: 1.3fr 1fr 1fr; }
.column-card--large:first-child { grid-row: span 2; }
.topic-library { background: var(--hub-deep); color: #fff; }
.topic-library .section-label,
.topic-library h2 { color: #fff; }
.topic-library header > p { color: rgba(255,255,255,.72); }
.topic-library__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.18); border-left: 1px solid rgba(255,255,255,.18); }
.topic-library__grid a { position: relative; display: grid; min-height: 180px; padding: 27px; border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); transition: background .25s; }
.topic-library__grid a:hover { background: #0a6946; }
.topic-library__grid a > span { color: #9bdab1; font-size: 13px; font-weight: 800; }
.topic-library__grid strong { align-self: end; color: #fff; font-size: 20px; line-height: 1.5; }
.topic-library__grid small { color: rgba(255,255,255,.62); font-size: 13px; }
.topic-library__grid .arrow { position: absolute; right: 24px; bottom: 24px; }

/* Breadcrumbs and details */
.content-breadcrumb { margin-bottom: 48px; }
.content-breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px 11px; margin: 0; padding: 0; color: var(--hub-muted); font-size: 13px; list-style: none; }
.content-breadcrumb li + li::before { margin-right: 11px; content: "/"; opacity: .5; }
.content-breadcrumb a { border-bottom: 1px solid currentColor; }

.work-detail__hero,
.article-hero { padding: clamp(62px, 7vw, 104px) max(24px,5vw) clamp(80px, 9vw, 130px); background: linear-gradient(145deg,#f9f6ee,#e7f0e5); }
.work-detail__heading { display: grid; grid-template-columns: minmax(0,1.1fr) minmax(300px,.48fr); gap: 60px; align-items: end; margin-bottom: 54px; }
.work-detail__heading h1,
.article-hero h1 { max-width: 1000px; margin: 0 0 20px; font-size: clamp(42px,5.2vw,76px); font-weight: 900; letter-spacing: -.06em; line-height: 1.23; text-wrap: pretty; }
.work-detail__heading h1,
.article-hero h1 { overflow-wrap: anywhere; word-break: normal; }
.work-detail__client { margin: 0; color: var(--hub-muted); font-size: 17px; font-weight: 700; }
.work-detail__heading dl { margin: 0; border-top: 1px solid var(--line); }
.work-detail__heading dl div { display: grid; grid-template-columns: 90px 1fr; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.work-detail__heading dt { color: var(--hub-muted); font-size: 13px; font-weight: 700; }
.work-detail__heading dd { margin: 0; color: var(--hub-ink); font-size: 15px; font-weight: 800; }
.work-detail__main-image { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 20px; background: #fff; box-shadow: 0 35px 90px rgba(13,54,33,.18); cursor: zoom-in; }
.work-detail__main-image img { width: 100%; max-height: 760px; object-fit: cover; object-position: top; }
.work-detail__main-image span,
.work-gallery button span { position: absolute; right: 16px; bottom: 16px; padding: 8px 13px; border-radius: 99px; background: rgba(4,60,41,.9); color: #fff; font-size: 12px; font-weight: 800; }
.work-detail__body { padding: clamp(90px,10vw,150px) 0; }
.work-detail__story { display: grid; grid-template-columns: .34fr .66fr; gap: 30px clamp(50px,8vw,120px); padding: 0 max(24px,5vw) clamp(90px,10vw,150px); }
.work-detail__story .section-label { grid-column: 1 / -1; }
.work-detail__story h2 { margin: 0; font-size: clamp(36px,4vw,58px); font-weight: 900; letter-spacing: -.05em; line-height: 1.45; }
.work-detail__story > div { color: #405047; font-size: 17px; line-height: 2.15; }
.work-detail__story > div p:last-child { margin-bottom: 0; }
.work-detail__story--point { padding-top: clamp(70px,8vw,110px); border-top: 1px solid var(--line); }
.work-detail__facts { display: grid; grid-template-columns: .55fr 1fr; gap: clamp(45px,8vw,120px); margin: 0 max(24px,5vw) clamp(90px,10vw,145px); padding: clamp(42px,5vw,68px); border-radius: 22px; background: var(--hub-deep); color: #fff; }
.work-detail__facts h2 { margin: 0; color: #fff; font-size: clamp(32px,3.6vw,52px); }
.work-detail__facts .section-label { color: #b2e3c1; }
.work-detail__facts dl { margin: 0; }
.work-detail__facts dl div { display: grid; grid-template-columns: 160px 1fr; gap: 24px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.work-detail__facts dt { color: rgba(255,255,255,.65); font-size: 14px; font-weight: 700; }
.work-detail__facts dd { margin: 0; font-size: 16px; font-weight: 800; }
.work-detail__facts dd small { display: block; margin-top: 6px; color: rgba(255,255,255,.62); font-size: 12px; font-weight: 500; }
.work-detail__facts a { border-bottom: 1px solid currentColor; }
.work-gallery { padding: 0 max(24px,5vw) clamp(90px,10vw,145px); }
.work-gallery__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.work-gallery button { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; border: 0; border-radius: 16px; background: #e6ede3; cursor: zoom-in; }
.work-gallery button img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; object-position: top; transition: transform .5s; }
.work-gallery button:hover img { transform: scale(1.025); }
.work-detail__notice { margin: 0 max(24px,5vw); padding-top: 24px; border-top: 1px solid var(--line); color: var(--hub-muted); font-size: 13px; }
.related-content { background: var(--hub-paper); }
.related-content .section-more { margin: 50px 0 0 auto; }

.content-lightbox {
  width: min(92vw, 1300px);
  max-width: none;
  height: min(92vh, 920px);
  max-height: none;
  padding: 58px 20px 20px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 18px;
  background: #11251b;
  box-shadow: 0 34px 110px rgba(0, 0, 0, .42);
  color: #fff;
  opacity: 0;
  transform: translateY(22px) scale(.975);
  transform-origin: center;
  transition: opacity .28s ease, transform .38s var(--ease-out);
}

.content-lightbox[open].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.content-lightbox[open].is-closing {
  pointer-events: none;
}

.content-lightbox::backdrop {
  background: rgba(3, 14, 9, 0);
  backdrop-filter: blur(0);
  transition: background-color .32s ease, backdrop-filter .32s ease;
}

.content-lightbox.is-visible::backdrop {
  background: rgba(3, 14, 9, .82);
  backdrop-filter: blur(10px);
}

.content-lightbox > button {
  position: absolute;
  z-index: 2;
  top: 13px;
  right: 16px;
  min-height: 36px;
  padding: 7px 15px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 99px;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  font-size: 14px;
  font-weight: 750;
  cursor: pointer;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .24s ease .08s, transform .32s var(--ease-out) .08s, background-color .2s ease;
}

.content-lightbox.is-visible > button {
  opacity: 1;
  transform: translateY(0);
}

.content-lightbox > button:hover,
.content-lightbox > button:focus-visible {
  background: rgba(255, 255, 255, .15);
}

.content-lightbox figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
  overscroll-behavior: contain;
  border-radius: 8px;
  background: #e8eee8;
}

.content-lightbox figure::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  margin: -15px 0 0 -15px;
  border: 3px solid rgba(15, 76, 52, .18);
  border-top-color: #0f4c34;
  border-radius: 50%;
  opacity: 1;
  content: "";
  animation: work-lightbox-loading .75s linear infinite;
  transition: opacity .18s ease;
}

.content-lightbox.is-image-ready figure::before {
  opacity: 0;
}

.content-lightbox img {
  width: 100%;
  height: auto;
  opacity: 0;
  transform: translateY(10px) scale(.992);
  transition: opacity .34s ease .06s, transform .46s var(--ease-out) .06s;
}

.content-lightbox.is-image-ready img {
  opacity: 1;
  transform: translateY(0) scale(1);
}

@keyframes work-lightbox-loading {
  to { transform: rotate(360deg); }
}

/* Article */
.article-hero__inner { width: min(100%,1000px); margin: 0 auto; }
.article-hero__meta { display: flex; flex-wrap: wrap; gap: 9px 18px; margin-bottom: 22px; color: var(--hub-muted); font-size: 13px; font-weight: 700; }
.article-hero__meta span { padding: 4px 11px; border-radius: 99px; background: var(--hub-green); color: #fff; }
.article-hero__summary { max-width: 800px; margin: 25px 0 0; color: #44534a; font-size: 17px; line-height: 2; }
.article-hero__image { width: min(100%,1100px); margin: 58px auto -220px; overflow: hidden; border-radius: 20px; background: #e6ede3; box-shadow: 0 35px 90px rgba(13,54,33,.18); }
.article-hero__image img { width: 100%; max-height: 680px; object-fit: cover; }
.article-hero:has(.article-hero__image) + .article-layout { padding-top: 280px; }
.article-layout { display: grid; grid-template-columns: 280px minmax(0,780px); gap: clamp(50px,8vw,110px); justify-content: center; padding: clamp(90px,9vw,140px) max(24px,5vw); }
.article-toc { align-self: start; position: sticky; top: 110px; }
.article-toc details { padding: 24px 21px; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.article-toc summary { display: flex; justify-content: space-between; color: var(--hub-ink); font-size: 15px; font-weight: 850; cursor: pointer; list-style: none; }
.article-toc summary::-webkit-details-marker { display: none; }
.article-toc ol { display: grid; gap: 12px; margin: 19px 0 0; padding: 19px 0 0; border-top: 1px solid var(--line); list-style: none; }
.article-toc li { line-height: 1.55; }
.article-toc__level-3 { padding-left: 14px; }
.article-toc a { color: var(--hub-muted); font-size: 13px; font-weight: 650; transition: color .2s; }
.article-toc a.is-current { color: var(--hub-green); font-weight: 850; }

.article-body { color: #35463c; font-size: 17px; line-height: 2.05; overflow-wrap: anywhere; }
.article-body > *:first-child { margin-top: 0; }
.article-body h2 { margin: 3.2em 0 1.15em; padding: 0 0 18px; border-bottom: 3px solid var(--hub-green); font-size: clamp(30px,3.2vw,43px); font-weight: 900; letter-spacing: -.04em; line-height: 1.48; scroll-margin-top: 112px; }
.article-body h3 { margin: 2.7em 0 1em; padding-left: 17px; border-left: 5px solid #87c59d; font-size: clamp(23px,2.4vw,31px); font-weight: 850; line-height: 1.55; scroll-margin-top: 112px; }
.article-body h4 { margin: 2.2em 0 .8em; font-size: 20px; }
.article-body p { margin: 0 0 1.6em; }
.article-body a { color: var(--hub-green); text-decoration: underline; text-underline-offset: 4px; }
.article-body ul,
.article-body ol { margin: 1.7em 0; padding: 22px 25px 22px 48px; border-radius: 12px; background: #edf3ea; }
.article-body li + li { margin-top: 8px; }
.article-body blockquote { margin: 2em 0; padding: 28px 30px; border-left: 6px solid var(--hub-green); background: #f1eee5; color: #4d5b52; }
.article-body img { height: auto; margin: 2.2em auto; border-radius: 10px; }
.article-body figure { max-width: 100%; margin: 2.2em 0; }
.article-body figcaption { margin-top: 8px; color: var(--hub-muted); font-size: 13px; text-align: center; }
.article-body table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; font-size: 15px; line-height: 1.7; }
.article-body .bam-table-scroll { max-width: 100%; margin: 2em 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.article-body th,
.article-body td { padding: 14px 16px; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.article-body th { background: var(--hub-deep); color: #fff; }
.article-service { margin-top: 70px; padding: clamp(30px,5vw,50px); border-radius: 18px; background: var(--hub-deep); color: #fff; }
.article-service > p:first-child { color: #a8dcb8; font-size: 13px; font-weight: 800; }
.article-service h2 { margin: 0 0 16px; color: #fff; font-size: clamp(28px,3vw,40px); }
.article-service > p { color: rgba(255,255,255,.75); font-size: 15px; }
.article-service a { display: inline-flex; gap: 15px; align-items: center; border-bottom: 1px solid currentColor; font-size: 14px; font-weight: 800; }

.search-hero { min-height: 380px; }
.column-search--compact { margin-bottom: 55px; }

@media (max-width: 1100px) {
  .content-hero__inner { grid-template-columns: minmax(330px,.85fr) minmax(430px,1.15fr); gap: 45px; }
  .column-hero .content-hero__inner { grid-template-columns: minmax(430px,1fr) minmax(420px,.95fr); }
  .works-hero__screens { min-height: 460px; }
  .works-filter__types { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .works-filter__types label:nth-of-type(3) span { border-radius: 0 12px 12px 0; }
  .works-filter__types label:nth-of-type(4) span { border-left: 1px solid var(--line); border-radius: 12px 0 0 12px; }
  .works-filter__types label:nth-of-type(n+4) span { border-top: 0; }
  .works-filter__advanced { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .works-grid,
  .column-grid,
  .related-content__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .works-grid .work-card--featured { grid-column: span 1; }
  .column-featured__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .topic-library__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .work-detail__story { grid-template-columns: .46fr .54fr; }
  .article-layout { grid-template-columns: 240px minmax(0,720px); gap: 45px; }
}

@media (max-width: 780px) {
  .content-hub { padding-top: 78px; }
  .content-hero { padding: 58px 22px 78px; }
  .content-hero__inner { grid-template-columns: 1fr; gap: 46px; }
  .column-hero .content-hero__inner { grid-template-columns: 1fr; }
  .content-hero__copy h1,
  .column-hero .content-hero__copy h1,
  .search-hero h1 { font-size: clamp(40px,10.5vw,58px); line-height: 1.3; }
  .content-hero__copy > p:not(.section-label) { font-size: 16px; line-height: 1.9; }
  .works-hero { min-height: auto; }
  .works-hero__screens { min-height: 390px; }
  .works-hero__screen { border-width: 4px; }
  .works-hero__screen--1 { left: 0; width: 67%; height: 230px; }
  .works-hero__screen--2 { top: 32px; width: 49%; height: 190px; }
  .works-hero__screen--3 { left: 8%; width: 62%; height: 220px; }
  .works-hero__screen--4 { right: 0; bottom: 10px; width: 46%; height: 168px; }
  .works-filter,
  .content-library,
  .column-featured,
  .topic-library,
  .related-content { padding: 78px 22px; }
  .works-filter__heading,
  .topic-library header { grid-template-columns: 1fr; gap: 24px; margin-bottom: 38px; }
  .works-filter__heading h2,
  .topic-library h2,
  .content-library__heading h2,
  .column-featured h2,
  .related-content h2,
  .work-gallery h2 { font-size: 38px; line-height: 1.42; }
  .works-filter__types { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 24px 18px; }
  .works-filter__types label:nth-of-type(n) span { min-height: 61px; border: 1px solid var(--line); border-radius: 0; }
  .works-filter__types label:nth-of-type(odd) span { border-right: 0; }
  .works-filter__types label:nth-of-type(n+3) span { border-top: 0; }
  .works-filter__types label:nth-of-type(1) span { border-radius: 10px 0 0 0; }
  .works-filter__types label:nth-of-type(2) span { border-radius: 0 10px 0 0; }
  .works-filter__types label:nth-last-of-type(2) span { border-radius: 0 0 0 10px; }
  .works-filter__types label:last-of-type span { border-radius: 0 0 10px 0; }
  .works-filter__advanced { grid-template-columns: 1fr; padding: 0 18px 24px; }
  .works-filter__more summary { padding: 20px 18px; }
  .works-filter__actions { flex-direction: column; padding: 22px 18px; }
  .works-filter__actions .button { width: 100%; }
  .content-library__heading,
  .column-featured header,
  .related-content header,
  .work-gallery header { display: block; margin-bottom: 36px; }
  .works-grid,
  .column-grid,
  .column-featured__grid,
  .related-content__grid { grid-template-columns: 1fr; }
  .content-card__body { padding: 23px 21px 26px; }
  .content-card h2,
  .work-card--featured h2 { font-size: 22px; }
  .topic-library__grid { grid-template-columns: 1fr; }
  .topic-library__grid a { min-height: 132px; }
  .column-search { padding: 25px 20px; }
  .column-search > div { grid-template-columns: 1fr; gap: 10px; }
  .column-search input[type="search"],
  .column-search button { width: 100%; min-height: 58px; border-radius: 9px; }
  .work-detail__hero,
  .article-hero { padding: 44px 22px 75px; }
  .content-breadcrumb { margin-bottom: 34px; overflow-x: auto; white-space: nowrap; }
  .work-detail__heading { grid-template-columns: 1fr; gap: 34px; margin-bottom: 36px; }
  .work-detail__heading dl div { grid-template-columns: 76px minmax(0,1fr); gap: 12px; }
  .work-detail__heading dd { overflow-wrap: anywhere; font-size: 14px; line-height: 1.75; }
  .work-detail__heading h1,
  .article-hero h1 { font-size: clamp(36px,10vw,50px); line-height: 1.4; }
  .work-detail__body { padding: 78px 0; }
  .work-detail__story { grid-template-columns: 1fr; gap: 22px; padding: 0 22px 78px; }
  .work-detail__story .section-label { grid-column: 1; }
  .work-detail__story h2 { font-size: 34px; }
  .work-detail__story > div { font-size: 16px; }
  .work-detail__facts { grid-template-columns: 1fr; gap: 24px; margin: 0 22px 78px; padding: 32px 23px; }
  .work-detail__facts dl div { grid-template-columns: 1fr; gap: 6px; }
  .work-gallery { padding: 0 22px 78px; }
  .work-gallery__grid { grid-template-columns: 1fr; }
  .work-detail__notice { margin: 0 22px; }
  .article-hero__summary { font-size: 16px; }
  .article-hero__image { margin: 40px auto -120px; border-radius: 12px; }
  .article-hero:has(.article-hero__image) + .article-layout { padding-top: 170px; }
  .article-layout { display: block; padding: 78px 22px; }
  .article-toc { position: static; margin-bottom: 42px; }
  .article-toc details:not([open]) ol { display: none; }
  .article-body { font-size: 16px; line-height: 2; }
  .article-body h2 { font-size: 29px; line-height: 1.55; }
  .article-body h3 { font-size: 23px; }
}

@media (max-width: 360px) {
  .content-hero,
  .works-filter,
  .content-library,
  .column-featured,
  .topic-library,
  .related-content,
  .work-detail__hero,
  .article-hero,
  .article-layout { padding-right: 17px; padding-left: 17px; }
  .content-hero__copy h1,
  .column-hero .content-hero__copy h1,
  .search-hero h1 { font-size: 37px; }
  .works-hero__screens { min-height: 330px; }
  .works-hero__screen--1 { height: 200px; }
  .works-hero__screen--2 { height: 155px; }
  .works-hero__screen--3 { height: 185px; }
  .works-hero__screen--4 { height: 140px; }
  .works-filter__types span { font-size: 13px; }
  .work-detail__story,
  .work-gallery { padding-right: 17px; padding-left: 17px; }
  .work-detail__facts,
  .work-detail__notice { margin-right: 17px; margin-left: 17px; }
}

@media (max-width: 720px) {
  .article-area-link {
    grid-template-columns: 48px minmax(0, 1fr);
    padding: 23px 20px;
  }

  .article-area-link__icon {
    width: 48px;
    height: 48px;
  }

  .article-area-link > a {
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 48px;
    color: #073f2d;
    background: #dce96f;
  }
}

.column-region-library {
  padding: clamp(72px, 8vw, 112px) 0;
  background: #dfece6;
}

.column-region-library__links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.column-region-library__links a {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  color: #102019;
  border: 1px solid rgba(7,63,45,.15);
  background: #fffdf8;
  text-decoration: none;
}

.column-region-library__links a > span:first-child {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  color: #073f2d;
  border-radius: 50%;
  background: #dce96f;
}

.column-region-library__links svg { width: 25px; }
.column-region-library__links p { display: grid; gap: 3px; margin: 0; }
.column-region-library__links strong { font-size: 17px; }
.column-region-library__links small { color: #65736a; font-size: 12px; }

@media (max-width: 720px) {
  .column-region-library__links { grid-template-columns: 1fr; }
  .column-region-library__links a { grid-template-columns: 44px minmax(0, 1fr) auto; padding: 18px; }
  .column-region-library__links a > span:first-child { width: 44px; height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .content-card,
  .content-card__image img,
  .works-hero__screen,
  .work-gallery button img { transition: none; }
}

/* Column reading experience ------------------------------------------------ */
.content-hub [data-reveal] {
  filter: blur(3px);
  transform: translateY(18px);
  transition-duration: 0.55s;
}

.content-hub [data-reveal].is-visible {
  filter: blur(0);
  transform: none;
}

/* Text and screenshots in the column must stay crisp while entering view. */
.column-hub [data-reveal],
.article-page [data-reveal],
.search-page [data-reveal] {
  filter: none;
  will-change: opacity, transform;
}

.column-hub,
.article-page,
.search-page {
  --column-shell: min(1280px, calc(100vw - 80px));
  background: #f8f5ed;
}

.column-hub .section-shell,
.article-page .section-shell,
.search-page .section-shell {
  width: var(--column-shell);
  margin-inline: auto;
}

.column-hero {
  min-height: 0;
  padding: clamp(70px, 7vw, 102px) 0 clamp(74px, 7.5vw, 108px);
  overflow: hidden;
  background: var(--hub-deep);
}

.column-hero::before {
  right: -10%;
  bottom: -45%;
  width: min(560px, 42vw);
  border-color: rgba(255, 255, 255, 0.1);
}

.column-hero .content-hero__inner {
  grid-template-columns: minmax(0, 1fr) minmax(440px, 0.88fr);
  gap: clamp(54px, 7vw, 104px);
  align-items: center;
}

.column-hero .section-label,
.column-hero .content-hero__copy h1 {
  color: #fff;
}

.column-hero .content-hero__copy h1 {
  max-width: 670px;
  margin: 0 0 24px;
  font-size: clamp(48px, 4.55vw, 66px);
  letter-spacing: -0.055em;
  line-height: 1.27;
}

.column-hero .content-hero__copy h1 span {
  display: block;
}

.column-hero .content-hero__copy > p:not(.section-label) {
  max-width: 650px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.95;
}

.content-hero__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  align-items: center;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 750;
}

.content-hero__facts span {
  display: inline-flex;
  gap: 7px;
  align-items: baseline;
}

.content-hero__facts span + span::before {
  width: 4px;
  height: 4px;
  margin-right: 12px;
  border-radius: 50%;
  background: #9bdab1;
  content: "";
}

.content-hero__facts strong {
  color: #d4f777;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.column-search-panel {
  position: relative;
  padding: clamp(28px, 3.2vw, 40px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: #fffdf8;
  box-shadow: 0 22px 56px rgba(0, 20, 13, 0.18);
}

.column-search-panel__heading {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 22px;
}

.column-search-panel__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: #dcecdf;
  color: var(--hub-green);
}

.column-search-panel__icon .icon {
  width: 24px;
  height: 24px;
}

.column-search-panel__heading div {
  display: grid;
  gap: 2px;
}

.column-search-panel__heading small {
  color: var(--hub-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.column-search-panel__heading strong {
  color: var(--hub-ink);
  font-size: 18px;
}

.column-search {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.column-search > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.column-search input[type="search"] {
  width: 100%;
  height: 60px;
  border: 1px solid rgba(17, 26, 20, 0.25);
  border-right: 0;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
}

.column-search button {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: center;
  min-width: 148px;
  min-height: 60px;
  padding: 0 22px;
  border: 0;
  border-radius: 0;
  background: var(--hub-green);
  color: #fff;
  font-size: 15px;
  font-weight: 850;
  cursor: pointer;
  transition: background 0.2s ease;
}

.column-search button:hover {
  background: var(--hub-deep);
}

.column-quick-search {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 19px;
}

.column-quick-search > span {
  margin-right: 4px;
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 750;
}

.column-quick-search a {
  padding: 5px 10px;
  border: 1px solid rgba(7, 95, 61, 0.23);
  color: var(--hub-green);
  font-size: 12px;
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease;
}

.column-quick-search a:hover {
  background: var(--hub-green);
  color: #fff;
}

.column-topic-nav {
  border-bottom: 1px solid var(--line);
  background: #fffdf8;
}

.column-topic-nav .section-shell {
  display: flex;
  gap: 4px;
  padding-block: 15px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.column-topic-nav a {
  flex: 0 0 auto;
  padding: 8px 13px;
  color: var(--hub-muted);
  font-size: 13px;
  font-weight: 800;
}

.column-topic-nav a[aria-current="page"],
.column-topic-nav a:hover {
  background: #dcecdf;
  color: var(--hub-green);
}

.column-tag-hero .section-shell {
  position: relative;
  z-index: 1;
}

.column-tag-hero .content-breadcrumb {
  margin-bottom: clamp(42px, 5vw, 70px);
}

.column-tag-hero .content-breadcrumb,
.column-tag-hero .content-breadcrumb a,
.column-tag-hero .content-breadcrumb span,
.column-tag-hero .content-breadcrumb li + li::before {
  color: rgba(255, 255, 255, 0.68);
}

.column-tag-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(410px, 0.72fr);
  gap: clamp(50px, 7vw, 104px);
  align-items: center;
}

.column-hub--long-tag .column-tag-hero .content-hero__copy h1 {
  font-size: clamp(32px, 3.1vw, 48px);
}

.column-hub--long-tag .column-tag-hero .content-hero__copy h1 span:first-child {
  white-space: nowrap;
}

.column-tag-hero__guide {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px 16px;
  padding: clamp(28px, 3.3vw, 42px);
  border: 1px solid rgba(7, 95, 61, 0.2);
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 24px 60px rgba(23, 54, 37, 0.08);
}

.column-tag-hero__icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  background: #dcecdf;
  color: var(--hub-green);
}

.column-tag-hero__icon .icon {
  width: 23px;
  height: 23px;
}

.column-tag-hero__guide small {
  display: block;
  margin-bottom: 4px;
  color: #6b796f;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.column-tag-hero__guide h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: clamp(22px, 2vw, 29px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.55;
}

.column-tag-hero__guide > p,
.column-tag-hero__guide > a {
  grid-column: 1 / -1;
}

.column-tag-hero__guide > p {
  margin: 0;
  color: #536159;
  font-size: 14px;
  line-height: 1.9;
}

.column-tag-hero__guide > a {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 12px 17px;
  background: var(--hub-green);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.column-tag-hero__guide > a svg {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
}

.column-tag-index {
  padding: clamp(42px, 5vw, 66px) 0;
  border-top: 1px solid rgba(17, 26, 20, 0.1);
  border-bottom: 1px solid rgba(17, 26, 20, 0.12);
  background: #fffdf8;
}

.column-tag-index .section-shell {
  display: grid;
  grid-template-columns: minmax(230px, 0.28fr) minmax(0, 1fr);
  gap: clamp(34px, 5vw, 76px);
  align-items: start;
}

.column-tag-index header small {
  display: block;
  margin-bottom: 5px;
  color: var(--hub-green);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.11em;
}

.column-tag-index header h2 {
  margin: 0 0 10px;
  color: var(--hub-ink);
  font-size: clamp(25px, 2.4vw, 34px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.45;
}

.column-tag-index header p {
  margin: 0;
  color: var(--hub-muted);
  font-size: 13px;
  line-height: 1.8;
}

.column-tag-index__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.column-tag-index__list a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 42px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 95, 61, 0.2);
  background: #fff;
  color: #35483d;
  font-size: 12.5px;
  line-height: 1.45;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.column-tag-index__list a > span {
  color: #27845c;
  font-weight: 900;
}

.column-tag-index__list a strong {
  font-weight: 850;
}

.column-tag-index__list a small {
  padding-left: 7px;
  border-left: 1px solid rgba(7, 95, 61, 0.16);
  color: #77837b;
  font-size: 10px;
  font-weight: 800;
}

.column-tag-index__list a:hover,
.column-tag-index__list a:focus-visible,
.column-tag-index__list a[aria-current="page"] {
  border-color: var(--hub-green);
  background: var(--hub-green);
  color: #fff;
}

.column-tag-index__list a:hover > span,
.column-tag-index__list a:focus-visible > span,
.column-tag-index__list a[aria-current="page"] > span,
.column-tag-index__list a:hover small,
.column-tag-index__list a:focus-visible small,
.column-tag-index__list a[aria-current="page"] small {
  color: #d5f47d;
}

.column-tag-index__list a:hover small,
.column-tag-index__list a:focus-visible small,
.column-tag-index__list a[aria-current="page"] small {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.column-tag-library {
  background: #edf3e9;
}

.column-featured,
.column-library,
.column-hub .topic-library,
.article-page .related-content {
  padding: clamp(82px, 8vw, 118px) 0;
}

.column-featured,
.article-page .related-content {
  background: #fffdf8;
}

.column-hub .topic-library {
  background: #e7efe5;
  color: var(--hub-ink);
}

.column-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: clamp(44px, 7vw, 100px);
  align-items: end;
  margin-bottom: clamp(38px, 4vw, 56px);
}

.column-section-heading > div {
  min-width: 0;
}

.column-section-heading h2,
.column-hub .content-library__heading h2,
.article-page .related-content .column-section-heading > div > h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: clamp(36px, 3.7vw, 50px);
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.38;
}

.column-section-heading h2 span {
  display: block;
}

.column-section-heading > p {
  margin: 0 0 5px;
  color: var(--hub-muted);
  font-size: 15px;
  line-height: 1.9;
}

.column-featured__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(360px, 0.78fr);
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.column-featured__grid .column-card--featured {
  grid-row: 1 / 3;
}

.column-hub .content-card,
.article-page .column-card,
.search-page .column-card {
  border: 1px solid rgba(17, 26, 20, 0.14);
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.column-hub .content-card:hover,
.article-page .column-card:hover,
.search-page .column-card:hover {
  border-color: rgba(7, 95, 61, 0.48);
  box-shadow: 0 16px 36px rgba(16, 45, 28, 0.08);
  transform: none;
}

.column-card--featured .content-card__image {
  aspect-ratio: 16 / 9;
}

.column-card--featured .content-card__body {
  padding: 29px 31px 32px;
}

.column-card--featured h2 {
  font-size: clamp(26px, 2.5vw, 34px);
  line-height: 1.48;
}

.column-card--side {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 0.58fr);
}

.column-card--side .content-card__image {
  height: 100%;
  min-height: 250px;
  aspect-ratio: auto;
}

.column-card--side .content-card__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 25px 27px;
}

.column-card--side h2 {
  font-size: 20px;
  line-height: 1.52;
}

.column-card--side .content-card__excerpt {
  display: none;
}

.column-card__read {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  width: fit-content;
  margin-top: auto;
  padding-top: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--hub-green);
  font-size: 13px;
  font-weight: 850;
}

.column-hub .column-card__meta,
.article-page .column-card__meta,
.search-page .column-card__meta {
  margin-bottom: 12px;
}

.column-hub .column-card__meta span,
.article-page .column-card__meta span,
.search-page .column-card__meta span {
  border-radius: 0;
  background: #dcecdf;
}

.column-hub .topic-library .section-label,
.column-hub .topic-library h2 {
  color: var(--hub-ink);
}

.column-hub .topic-library .column-section-heading > p {
  color: var(--hub-muted);
}

.column-hub .topic-library__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 0;
  border-top: 1px solid rgba(7, 95, 61, 0.2);
}

.column-hub .topic-library__grid a {
  position: relative;
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto 22px;
  gap: 17px;
  align-items: center;
  min-height: 128px;
  padding: 25px 24px;
  border: 0;
  border-right: 1px solid rgba(7, 95, 61, 0.2);
  border-bottom: 1px solid rgba(7, 95, 61, 0.2);
  color: var(--hub-ink);
  transition: background 0.2s ease;
}

.column-hub .topic-library__grid a:nth-child(even) {
  border-right: 0;
}

.column-hub .topic-library__grid a:hover {
  background: #f7f8ef;
}

.topic-library__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: var(--hub-deep);
  color: #d4f777;
}

.topic-library__icon .icon {
  width: 26px;
  height: 26px;
}

.topic-library__copy {
  display: grid;
  gap: 6px;
}

.column-hub .topic-library__grid .topic-library__copy strong {
  align-self: auto;
  color: var(--hub-ink);
  font-size: 19px;
}

.column-hub .topic-library__grid .topic-library__copy small {
  color: var(--hub-muted);
  font-size: 13px;
  line-height: 1.7;
}

.topic-library__count {
  color: var(--hub-green);
  font-size: 12px;
  font-weight: 850;
  white-space: nowrap;
}

.column-hub .topic-library__grid .arrow {
  position: static;
  color: var(--hub-green);
}

.column-library {
  background: #f8f5ed;
}

.column-hub .content-library__heading {
  display: grid;
  margin-bottom: clamp(36px, 4vw, 52px);
}

.column-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.column-card--list {
  display: grid;
  grid-template-columns: minmax(190px, 0.38fr) minmax(0, 0.62fr);
  min-height: 230px;
}

.column-card--list .content-card__image {
  height: 100%;
  aspect-ratio: auto;
}

.column-card--list .content-card__body {
  display: flex;
  flex-direction: column;
  padding: 24px 25px 26px;
}

.column-card--list h2 {
  font-size: clamp(19px, 1.55vw, 23px);
  line-height: 1.55;
}

.column-card--list .content-card__excerpt {
  display: -webkit-box;
  margin-bottom: 18px;
  overflow: hidden;
  color: var(--hub-muted);
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Article page */
.article-page {
  background: #fffdf8;
}

.article-page .article-hero {
  padding: clamp(54px, 5.5vw, 82px) 0 clamp(64px, 6vw, 92px);
  background: #f4f0e6;
  border-bottom: 1px solid rgba(17, 26, 20, 0.12);
}

.article-page .content-breadcrumb {
  margin-bottom: clamp(38px, 4vw, 56px);
}

.article-page .article-hero__inner {
  width: min(100%, 990px);
  margin: 0 auto;
}

.article-page .article-hero__meta {
  gap: 9px 17px;
  margin-bottom: 22px;
  font-size: 13px;
}

.article-page .article-hero__meta a,
.article-page .article-hero__meta span {
  padding: 5px 11px;
  background: var(--hub-green);
  color: #fff;
  font-weight: 850;
}

.article-page .article-hero h1 {
  max-width: 990px;
  margin: 0;
  overflow-wrap: normal;
  color: var(--hub-ink);
  font-size: clamp(40px, 4.8vw, 62px);
  letter-spacing: -0.05em;
  line-height: 1.34;
  word-break: auto-phrase;
}

.article-page .article-title__phrase {
  white-space: nowrap;
}

.article-page .article-hero__summary {
  max-width: 820px;
  margin: 27px 0 0;
  color: #405047;
  font-size: 17px;
  line-height: 1.95;
}

.article-hero__author {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: baseline;
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(17, 26, 20, 0.14);
}

.article-hero__author span,
.article-hero__author a {
  color: var(--hub-ink);
  font-size: 14px;
  font-weight: 850;
}

.article-hero__author span {
  color: var(--hub-muted);
  font-size: 12px;
}

.article-hero__author a {
  border-bottom: 1px solid rgba(8, 102, 64, 0.42);
  color: var(--hub-green);
  transition: border-color .2s ease, color .2s ease;
}

.article-hero__author a:hover,
.article-hero__author a:focus-visible {
  border-color: currentColor;
  color: var(--hub-green-dark);
}

.article-hero__author small {
  color: var(--hub-muted);
  font-size: 13px;
}

.article-page .article-hero__image {
  width: min(100%, 990px);
  margin: clamp(38px, 4vw, 52px) auto 0;
  overflow: hidden;
  border-radius: 0;
  background: #e6ede3;
  box-shadow: 0 18px 44px rgba(13, 54, 33, 0.12);
}

.article-page .article-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.article-page .article-hero:has(.article-hero__image) + .article-layout,
.article-page .article-layout {
  width: min(1100px, calc(100vw - 80px));
  grid-template-columns: 250px minmax(0, 720px);
  gap: clamp(52px, 6vw, 82px);
  justify-content: start;
  padding: clamp(78px, 7vw, 110px) 0 clamp(90px, 8vw, 125px);
}

.article-page .article-toc {
  top: 112px;
}

.article-page .article-toc details {
  padding: 0;
  border: 1px solid rgba(17, 26, 20, 0.15);
  border-top: 4px solid var(--hub-green);
  border-radius: 0;
  background: #fff;
}

.article-page .article-toc summary {
  padding: 20px 19px;
  font-size: 15px;
}

.article-page .article-toc summary > span:first-child {
  display: grid;
  gap: 2px;
}

.article-page .article-toc summary small {
  color: var(--hub-muted);
  font-size: 11px;
  font-weight: 650;
}

.article-toc__toggle {
  align-self: center;
  transition: transform 0.2s ease;
}

.article-toc details[open] .article-toc__toggle {
  transform: rotate(45deg);
}

.article-page .article-toc ol {
  max-height: min(58vh, 590px);
  gap: 0;
  margin: 0 15px 17px;
  padding: 10px 3px 0;
  overflow-y: auto;
  border-top: 1px solid var(--line);
}

.article-page .article-toc li {
  border-bottom: 1px solid rgba(17, 26, 20, 0.08);
}

.article-page .article-toc li:last-child {
  border-bottom: 0;
}

.article-page .article-toc a {
  display: block;
  padding: 9px 6px;
  color: #536159;
  font-size: 12.5px;
  line-height: 1.6;
}

.article-page .article-toc__level-3 {
  padding-left: 11px;
}

.article-page .article-toc a.is-current {
  color: var(--hub-green);
  font-weight: 850;
}

.article-page .article-body {
  max-width: 720px;
  color: #26372e;
  font-size: 17px;
  line-height: 2.05;
  overflow-wrap: break-word;
}

.article-page .article-body > p:first-child {
  color: var(--hub-ink);
  font-size: 18px;
  line-height: 2.05;
}

.article-page .article-body h2 {
  margin: 3.1em 0 1em;
  padding: 0 0 15px 18px;
  border-bottom: 1px solid rgba(7, 95, 61, 0.32);
  border-left: 6px solid var(--hub-green);
  color: var(--hub-ink);
  font-size: clamp(29px, 2.7vw, 35px);
  letter-spacing: -0.04em;
  line-height: 1.5;
  scroll-margin-top: 112px;
  word-break: auto-phrase;
}

.article-page .article-body h3 {
  margin: 2.5em 0 0.9em;
  padding: 0 0 10px;
  border: 0;
  border-bottom: 2px solid #a9ceb4;
  color: var(--hub-ink);
  font-size: clamp(23px, 2vw, 27px);
  line-height: 1.55;
  scroll-margin-top: 112px;
}

.article-page .article-body h4 {
  margin: 2.2em 0 0.8em;
  color: var(--hub-ink);
  font-size: 20px;
  line-height: 1.6;
}

.article-page .article-body p {
  margin: 0 0 1.55em;
}

.article-page .article-body ul,
.article-page .article-body ol {
  margin: 1.8em 0;
  padding: 22px 25px 22px 46px;
  border: 1px solid rgba(7, 95, 61, 0.14);
  border-radius: 0;
  background: #eef4eb;
}

.article-page .article-body blockquote {
  margin: 2em 0;
  padding: 25px 28px;
  border-left: 5px solid var(--hub-green);
  background: #f1eee5;
}

.article-page .article-body img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 2.2em auto;
  border-radius: 0;
}

.article-page .article-body figcaption {
  margin-top: 10px;
  color: var(--hub-muted);
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
}

.article-page .article-body code {
  padding: 2px 5px;
  background: #eef1ec;
  font-size: 0.92em;
}

.article-page .article-body pre {
  max-width: 100%;
  padding: 20px;
  overflow: auto;
  background: #152119;
  color: #fff;
  font-size: 14px;
  line-height: 1.75;
}

.article-page .article-body iframe {
  max-width: 100%;
}

.article-page .article-body .bam-table-scroll {
  margin: 2em 0;
  border-radius: 0;
}

.article-page .article-body table {
  font-size: 15px;
}

.article-page .article-body th,
.article-page .article-body td {
  padding: 14px 15px;
}

.article-page .article-service {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 74px;
  padding: 30px 32px;
  border-radius: 0;
  background: var(--hub-deep);
}

.article-service__icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  background: #d4f777;
  color: var(--hub-deep);
}

.article-service__icon .icon {
  width: 26px;
  height: 26px;
}

.article-page .article-service p {
  margin: 0;
}

.article-page .article-service > div:nth-child(2) > p:first-child {
  color: #b9dfc5;
  font-size: 12px;
  font-weight: 850;
}

.article-page .article-service h2 {
  margin: 4px 0 7px;
  font-size: 25px;
  line-height: 1.45;
}

.article-page .article-service > div:nth-child(2) > p:last-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.75;
}

.article-page .article-service > a {
  align-self: stretch;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
}

.article-page .related-content {
  border-top: 1px solid var(--line);
  background: #f4f0e6;
}

.article-page .related-content .column-section-heading {
  align-items: end;
}

.article-page .related-content .section-more {
  margin: 0 0 7px auto;
}

.article-page .related-content__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.column-card--related .content-card__image {
  aspect-ratio: 16 / 9;
}

.column-card--related .content-card__body {
  padding: 22px 22px 25px;
}

.column-card--related h2 {
  font-size: 19px;
  line-height: 1.55;
}

.column-card--related .content-card__excerpt {
  display: none;
}

/* Search results */
.search-page .search-hero {
  min-height: 0;
  padding: clamp(60px, 6vw, 90px) 0;
  background: var(--hub-deep);
}

.search-page .search-hero__inner {
  width: var(--column-shell);
}

.search-page .search-hero .content-breadcrumb {
  margin-bottom: clamp(34px, 4vw, 54px);
}

.search-page .search-hero .content-breadcrumb a,
.search-page .search-hero .content-breadcrumb span,
.search-page .search-hero .content-breadcrumb li + li::before {
  color: rgba(255, 255, 255, 0.72);
}

.search-page .search-hero h1,
.search-page .search-hero .section-label,
.search-page .search-hero p {
  color: #fff;
}

.search-page .search-hero h1 {
  max-width: 1000px;
  margin-bottom: 18px;
  font-size: clamp(42px, 4.7vw, 62px);
  line-height: 1.35;
}

.search-page .search-hero h1 span {
  display: block;
}

.search-page .search-hero__lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 16px;
  line-height: 1.8;
}

.search-page .search-hero > .section-shell > .search-hero__lead {
  color: rgba(255, 255, 255, 0.74);
}

.search-page .content-library {
  padding: clamp(78px, 8vw, 112px) 0;
}

.search-page .column-search-panel--results {
  width: min(100%, 860px);
  margin: 0 0 62px;
  color: var(--hub-ink);
}

.search-page .column-search-panel--results > label {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.search-page .column-search-panel--results > label > span:last-child {
  display: grid;
  gap: 2px;
}

.search-page .column-search-panel--results > label small {
  color: var(--hub-muted);
  font-size: 12px;
  font-weight: 750;
}

.search-page .column-search-panel--results > label strong {
  font-size: 18px;
}

.search-page .column-search-panel__field {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-page .column-search-panel__field input[type="search"] {
  min-width: 0;
  min-height: 62px;
  padding: 0 20px;
  border: 1px solid var(--hub-line-strong);
  border-right: 0;
  border-radius: 8px 0 0 8px;
  background: #fff;
  color: var(--hub-ink);
  font: inherit;
  font-size: 16px;
}

.search-page .column-search-panel__field button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-width: 176px;
  min-height: 62px;
  padding: 0 22px;
  border: 1px solid var(--hub-deep);
  border-radius: 0 8px 8px 0;
  background: var(--hub-deep);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
}

.search-page .content-section-heading--compact {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 34px;
}

.search-page .content-section-heading--compact h2 {
  margin: 8px 0 0;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.4;
}

.search-page .content-section-heading--compact > p {
  margin: 0 0 8px;
  color: var(--hub-muted);
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 1100px) {
  .column-hub,
  .article-page,
  .search-page {
    --column-shell: min(100% - 52px, 1040px);
  }

  .column-hero .content-hero__inner {
    grid-template-columns: minmax(0, 0.94fr) minmax(400px, 1fr);
    gap: 46px;
  }

  .column-featured__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(330px, 0.92fr);
  }

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

  .column-card--list {
    grid-template-columns: 250px minmax(0, 1fr);
  }

  .article-page .article-hero:has(.article-hero__image) + .article-layout,
  .article-page .article-layout {
    width: min(100% - 52px, 980px);
    grid-template-columns: 225px minmax(0, 680px);
    gap: 48px;
  }

  .article-page .article-service {
    grid-template-columns: 48px minmax(0, 1fr);
  }

  .article-page .article-service > a {
    grid-column: 2;
    min-height: 48px;
    justify-self: start;
  }
}

/* Category guide --------------------------------------------------------- */
.column-category-guide {
  padding: clamp(82px, 8vw, 118px) 0;
  border-bottom: 1px solid rgba(17, 26, 20, .12);
  background: #fffdf8;
}

.column-category-breadcrumb {
  position: relative;
  z-index: 2;
}

.column-category-breadcrumb .content-breadcrumb {
  margin-bottom: clamp(34px, 4vw, 52px);
}

.column-category-questions {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(7, 95, 61, .2);
  list-style: none;
}

.column-category-questions li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  min-height: 116px;
  padding: 23px 20px;
  background: #f5f4eb;
}

.column-category-questions li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--hub-deep);
  color: #d4f777;
  font-size: 12px;
  font-weight: 900;
}

.column-category-questions strong {
  color: var(--hub-ink);
  font-size: 15px;
  line-height: 1.75;
}

.column-category-centers,
.column-category-purposes,
.column-category-new {
  margin-top: clamp(70px, 7vw, 104px);
}

.column-category-subheading {
  display: flex;
  gap: 28px;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(7, 95, 61, .24);
}

.column-category-subheading p {
  display: grid;
  gap: 6px;
  margin: 0;
}

.column-category-subheading small {
  color: var(--hub-green);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
}

.column-category-subheading strong {
  color: var(--hub-ink);
  font-size: clamp(25px, 2.7vw, 36px);
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 1.45;
}

.column-category-subheading > span {
  max-width: 480px;
  color: var(--hub-muted);
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
}

.column-category-first {
  position: relative;
}

.column-category-first__label {
  position: absolute;
  z-index: 2;
  top: 18px;
  left: 18px;
  margin: 0;
  padding: 7px 11px;
  background: var(--hub-deep);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.column-category-first .column-card--featured {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.column-category-first .column-card--featured .content-card__image {
  height: 100%;
  aspect-ratio: auto;
}

.column-category-center-grid,
.column-category-new-grid {
  display: grid;
  gap: 18px;
  margin-top: 18px;
}

.column-category-center-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.column-category-new-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.column-category-guide .column-card--related {
  height: 100%;
}

.column-category-purpose-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid rgba(7, 95, 61, .2);
  border-left: 1px solid rgba(7, 95, 61, .2);
}

.column-category-purpose-grid > section {
  padding: 26px 27px 28px;
  border-right: 1px solid rgba(7, 95, 61, .2);
  border-bottom: 1px solid rgba(7, 95, 61, .2);
  background: #f5f4eb;
}

.column-category-purpose-grid h3 {
  margin: 0 0 17px;
  color: var(--hub-ink);
  font-size: 19px;
  line-height: 1.55;
}

.column-category-purpose-grid ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.column-category-purpose-grid li + li {
  border-top: 1px solid rgba(7, 95, 61, .13);
}

.column-category-purpose-grid a {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  padding: 13px 0;
  color: #254336;
  font-size: 13px;
  font-weight: 750;
  line-height: 1.7;
}

.column-category-purpose-grid a .arrow {
  color: var(--hub-green);
}

.column-category-purpose-grid a:hover,
.column-category-purpose-grid a:focus-visible {
  color: var(--hub-green);
}

.column-category-consult {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 48px;
  align-items: end;
  margin-top: clamp(70px, 7vw, 104px);
  padding: clamp(34px, 4vw, 54px);
  background: var(--hub-deep);
  color: #fff;
}

.column-category-consult .section-label,
.column-category-consult h2 {
  color: #fff;
}

.column-category-consult h2 {
  margin: 13px 0 14px;
  font-size: clamp(31px, 3.4vw, 46px);
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1.42;
}

.column-category-consult h2 span {
  display: block;
}

.column-category-consult > div > p:last-child {
  max-width: 700px;
  margin: 0;
  color: rgba(255, 255, 255, .74);
  font-size: 15px;
  line-height: 1.9;
}

.column-category-consult__actions {
  display: grid;
  gap: 13px;
  min-width: 250px;
}

.column-category-consult__actions > a {
  display: inline-flex;
  gap: 14px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .38);
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
}

.column-category-consult__actions .button-light {
  border-color: #fff;
  background: #fff;
  color: var(--hub-deep);
}

.column-category-consult__actions > a:hover,
.column-category-consult__actions > a:focus-visible {
  border-color: #d4f777;
}

@media (max-width: 1100px) {
  .column-category-questions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .column-category-new-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .column-category-new-grid > :last-child {
    grid-column: 1 / -1;
  }
}

@media (max-width: 780px) {
  .column-category-guide {
    padding: 70px 0;
  }

  .column-category-questions,
  .column-category-center-grid,
  .column-category-new-grid,
  .column-category-purpose-grid,
  .column-category-first .column-card--featured,
  .column-category-consult {
    grid-template-columns: minmax(0, 1fr);
  }

  .column-category-questions li {
    min-height: 0;
  }

  .column-category-first .column-card--featured .content-card__image {
    aspect-ratio: 16 / 9;
  }

  .column-category-new-grid > :last-child {
    grid-column: auto;
  }

  .column-category-subheading {
    display: grid;
    gap: 10px;
    align-items: start;
  }

  .column-category-subheading > span {
    text-align: left;
  }

  .column-category-purpose-grid {
    border-left: 0;
  }

  .column-category-purpose-grid > section {
    padding: 23px 20px 24px;
    border-left: 1px solid rgba(7, 95, 61, .2);
  }

  .column-category-consult {
    gap: 28px;
    padding: 34px 22px 38px;
  }

  .column-category-consult__actions {
    width: 100%;
    min-width: 0;
  }
}

@media (max-width: 390px) {
  .column-category-questions {
    grid-template-columns: minmax(0, 1fr);
  }

  .column-category-questions li {
    padding: 19px 16px;
  }

  .column-category-consult {
    margin-right: -18px;
    margin-left: -18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .column-category-purpose-grid a,
  .column-category-consult__actions a {
    transition: none;
  }
}

@media (max-width: 900px) {
  .column-hero .content-hero__inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .column-hero .content-hero__copy h1 {
    max-width: 760px;
  }

  .column-featured__grid {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto;
  }

  .column-featured__grid .column-card--featured {
    grid-row: auto;
  }

  .column-card--side {
    grid-template-columns: 240px minmax(0, 1fr);
  }

  .column-card--side .content-card__image {
    min-height: 230px;
  }

  .column-hub .topic-library__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .column-hub .topic-library__grid a,
  .column-hub .topic-library__grid a:nth-child(even) {
    border-right: 0;
  }

  .article-page .article-hero:has(.article-hero__image) + .article-layout,
  .article-page .article-layout {
    display: block;
    width: min(100% - 52px, 760px);
  }

  .article-page .article-toc {
    position: static;
    margin-bottom: 54px;
  }

  .article-page .article-toc ol {
    max-height: 420px;
  }

  .article-page .article-body {
    max-width: none;
  }

  .article-page .related-content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .column-hub,
  .article-page,
  .search-page {
    --column-shell: calc(100% - 40px);
  }

  .column-hero {
    padding: 52px 0 62px;
  }

  .column-hero .content-hero__inner {
    gap: 37px;
  }

  .column-hero .content-hero__copy h1 {
    margin-bottom: 19px;
    font-size: clamp(36px, 9.7vw, 46px);
    line-height: 1.35;
  }

  .column-hero .content-hero__copy > p:not(.section-label) {
    font-size: 15px;
    line-height: 1.9;
  }

  .content-hero__facts {
    margin-top: 22px;
  }

  .column-search-panel {
    padding: 24px 20px 25px;
  }

  .column-search > div {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .column-search input[type="search"],
  .column-search button {
    min-height: 56px;
    height: 56px;
    border-radius: 0;
  }

  .column-search input[type="search"] {
    border-right: 0;
  }

  .column-search button {
    width: 58px;
    min-width: 58px;
    padding: 0;
  }

  .column-search button > span:not(.arrow) {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
  }

  .column-search button .arrow {
    font-size: 18px;
  }

  .column-quick-search {
    gap: 7px;
  }

  .column-quick-search > span {
    flex-basis: 100%;
  }

  .column-featured,
  .column-library,
  .column-hub .topic-library,
  .article-page .related-content {
    padding: 70px 0;
  }

  .column-section-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
    margin-bottom: 34px;
  }

  .column-section-heading h2,
  .column-hub .content-library__heading h2,
  .article-page .related-content .column-section-heading > div > h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .column-section-heading h2 span {
    display: inline;
  }

  .column-section-heading > p {
    font-size: 14px;
  }

  .column-card--featured .content-card__body,
  .column-card--side .content-card__body {
    padding: 22px 20px 25px;
  }

  .column-card--featured h2,
  .column-card--side h2 {
    font-size: 21px;
  }

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

  .column-card--side .content-card__image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .column-hub .topic-library__grid a {
    grid-template-columns: 46px minmax(0, 1fr) 20px;
    gap: 14px;
    min-height: 112px;
    padding: 20px 16px;
  }

  .topic-library__icon {
    width: 46px;
    height: 46px;
  }

  .topic-library__icon .icon {
    width: 22px;
    height: 22px;
  }

  .topic-library__count {
    grid-column: 2;
    font-size: 11px;
  }

  .column-hub .topic-library__grid .arrow {
    grid-column: 3;
    grid-row: 1 / 3;
  }

  .column-card--list {
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 154px;
  }

  .column-card--list .content-card__body {
    padding: 17px 16px 18px;
  }

  .column-card--list .column-card__meta {
    gap: 5px 8px;
    margin-bottom: 8px;
  }

  .column-card--list .column-card__meta span,
  .column-card--list .column-card__meta time,
  .column-card--list .column-card__meta small {
    font-size: 10px;
  }

  .column-card--list h2 {
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.55;
  }

  .column-card--list .content-card__excerpt,
  .column-card--list .column-card__read {
    display: none;
  }

  .article-page .article-hero {
    padding: 38px 0 52px;
  }

  .article-page .content-breadcrumb {
    margin-bottom: 29px;
    overflow: visible;
    white-space: normal;
  }

  .article-page .content-breadcrumb li:last-child {
    display: none;
  }

  .article-page .article-hero h1 {
    font-size: clamp(32px, 8.7vw, 42px);
    line-height: 1.42;
  }

  .article-page .article-hero__summary {
    margin-top: 22px;
    font-size: 15.5px;
    line-height: 1.9;
  }

  .article-hero__author {
    margin-top: 20px;
  }

  .article-page .article-hero__image {
    margin-top: 32px;
  }

  .article-page .article-hero__image img {
    aspect-ratio: 16 / 10;
  }

  .article-page .article-hero:has(.article-hero__image) + .article-layout,
  .article-page .article-layout {
    width: var(--column-shell);
    padding: 58px 0 78px;
  }

  .article-page .article-toc {
    margin-bottom: 43px;
  }

  .article-page .article-toc ol {
    max-height: 360px;
  }

  .article-page .article-body {
    font-size: 16px;
    line-height: 2;
  }

  .article-page .article-body > p:first-child {
    font-size: 16.5px;
    line-height: 2;
  }

  .article-page .article-body h2 {
    margin-top: 2.7em;
    padding: 0 0 13px 14px;
    font-size: 27px;
    line-height: 1.55;
  }

  .article-page .article-body h3 {
    font-size: 22px;
  }

  .article-page .article-body ul,
  .article-page .article-body ol {
    padding: 18px 18px 18px 38px;
  }

  .article-page .article-body table {
    min-width: 560px;
    font-size: 14px;
  }

  .article-page .article-service {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 17px;
    margin-top: 58px;
    padding: 25px 21px;
  }

  .article-service__icon {
    width: 44px;
    height: 44px;
  }

  .article-page .article-service h2 {
    font-size: 22px;
  }

  .article-page .article-service > a {
    grid-column: 1 / -1;
    min-height: 50px;
    justify-self: stretch;
  }

  .article-page .related-content .section-more {
    margin: 0;
  }

  .article-page .related-content__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .search-page .search-hero,
  .search-page .content-library {
    padding-right: 0;
    padding-left: 0;
  }

  .search-page .search-hero h1 {
    font-size: 35px;
  }

  .search-page .column-search-panel--results {
    margin-bottom: 44px;
    padding: 22px 18px;
  }

  .search-page .column-search-panel__field {
    grid-template-columns: minmax(0, 1fr) 58px;
  }

  .search-page .column-search-panel__field input[type="search"] {
    min-height: 56px;
    border-radius: 0;
  }

  .search-page .column-search-panel__field button {
    width: 58px;
    min-width: 58px;
    min-height: 56px;
    padding: 0;
    border-radius: 0;
    font-size: 0;
  }

  .search-page .column-search-panel__field button .arrow {
    font-size: 18px;
  }

  .search-page .content-section-heading--compact {
    align-items: end;
  }
}

@media (max-width: 360px) {
  .column-hub,
  .article-page,
  .search-page {
    --column-shell: calc(100% - 34px);
  }

  .column-hero .content-hero__copy h1 {
    font-size: 33px;
  }

  .column-card--list {
    grid-template-columns: 102px minmax(0, 1fr);
  }

  .column-card--list .content-card__body {
    padding: 14px 13px 15px;
  }

  .column-card--list h2 {
    font-size: 15.5px;
  }

  .article-page .article-hero h1 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .column-hub .content-card,
  .column-hub .content-card__image img,
  .column-hub .topic-library__grid a,
  .article-page .column-card,
  .article-page .content-card__image img,
  .article-toc__toggle {
    transition: none;
  }
}

/* Works archive and case detail ------------------------------------------- */
.works-hub {
  --works-shell: min(1280px, calc(100% - 64px));
  background: #f5f1e7;
}

.works-hub .section-shell,
.work-detail .section-shell {
  width: var(--works-shell, min(1280px, calc(100% - 64px)));
}

.works-hero {
  min-height: 0;
  padding-top: clamp(78px, 7.5vw, 116px);
  padding-bottom: clamp(78px, 7.5vw, 116px);
  background:
    radial-gradient(circle at 92% 8%, rgba(122, 190, 146, .16), transparent 28%),
    #043c29;
}

.works-hero::before {
  right: -18vw;
  bottom: -38vw;
  width: 62vw;
  border-color: rgba(255, 255, 255, .1);
}

.works-hero .content-hero__inner {
  grid-template-columns: minmax(350px, .72fr) minmax(540px, 1.28fr);
  gap: clamp(50px, 6vw, 94px);
}

.works-hero .content-hero__copy h1 {
  margin-bottom: 26px;
  font-size: clamp(46px, 4vw, 58px);
  line-height: 1.2;
}

.works-hero .content-hero__copy h1 span,
.works-filter__heading h2 span {
  display: block;
}

.works-hero .content-hero__copy > p {
  max-width: 540px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .78);
  font-size: 16px;
  line-height: 1.95;
}

.works-hero__facts {
  display: flex;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.works-hero__facts li {
  display: flex;
  gap: 9px;
  align-items: baseline;
  padding-right: 24px;
}

.works-hero__facts li + li {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.works-hero__facts strong {
  color: #c9f173;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: -.05em;
  line-height: 1;
}

.works-hero__facts span {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  font-weight: 750;
}

.works-hero__gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(165px, .62fr);
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 10px;
  height: clamp(420px, 38vw, 540px);
  min-height: 0;
}

.works-hero__feature {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 7px;
  background: #153f31;
  isolation: isolate;
}

.works-hero__feature--primary {
  grid-row: 1 / -1;
}

.works-hero__feature::after {
  position: absolute;
  inset: 42% 0 0;
  z-index: 1;
  background: linear-gradient(transparent, rgba(2, 24, 16, .9));
  content: "";
}

.works-hero__feature img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform .65s var(--ease-out), filter .35s;
}

.works-hero__feature:hover img,
.works-hero__feature:focus-visible img {
  transform: scale(1.025);
  filter: saturate(1.05);
}

.works-hero__feature:focus-visible {
  outline: 3px solid #c9f173;
  outline-offset: 3px;
}

.works-hero__feature-copy {
  position: absolute;
  right: 18px;
  bottom: 17px;
  left: 18px;
  z-index: 2;
  display: grid;
  gap: 4px;
  color: #fff;
}

.works-hero__feature-copy small {
  color: #c9f173;
  font-size: 11px;
  font-weight: 800;
}

.works-hero__feature-copy strong {
  overflow: hidden;
  color: #fff;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.works-hero__feature--primary .works-hero__feature-copy {
  right: 28px;
  bottom: 26px;
  left: 28px;
  gap: 7px;
}

.works-hero__feature--primary .works-hero__feature-copy small {
  font-size: 12px;
}

.works-hero__feature--primary .works-hero__feature-copy strong {
  font-size: clamp(20px, 2vw, 30px);
}

.works-filter {
  padding: clamp(86px, 8vw, 122px) max(24px, 5vw);
  background: #fffdf8;
}

.works-filter__heading {
  grid-template-columns: minmax(0, .92fr) minmax(340px, .55fr);
  align-items: end;
  max-width: 1120px;
  margin-bottom: 45px;
}

.works-filter__heading h2 {
  font-size: clamp(38px, 4.2vw, 58px);
  line-height: 1.38;
}

.works-filter__heading > p {
  max-width: 460px;
  justify-self: end;
  font-size: 16px;
  line-height: 1.9;
}

.works-filter__form {
  overflow: hidden;
  border: 1px solid #d9dfd7;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 22px 55px rgba(34, 58, 43, .07);
}

.works-hub .works-filter__types {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 30px;
  border-bottom: 1px solid #e3e7e1;
}

.works-hub .works-filter__types legend {
  width: 100%;
  margin-bottom: 10px;
}

.works-hub .works-filter__types label {
  flex: 1 1 150px;
}

.works-hub .works-filter__types label:nth-of-type(n) span {
  min-height: 52px;
  border: 1px solid #d6ddd6;
  border-radius: 999px;
  background: #fff;
  font-size: 14px;
}

.works-hub .works-filter__types label + label span,
.works-hub .works-filter__types label:nth-of-type(n + 3) span,
.works-hub .works-filter__types label:nth-of-type(n + 4) span {
  border-top: 1px solid #d6ddd6;
  border-left: 1px solid #d6ddd6;
}

.works-hub .works-filter__types input:checked + span {
  border-color: #075f3d;
  background: #075f3d;
  color: #fff;
  box-shadow: 0 7px 18px rgba(7, 95, 61, .16);
}

.works-hub .works-filter__more {
  margin: 0;
  border-bottom: 1px solid #e3e7e1;
}

.works-hub .works-filter__more summary {
  padding: 22px 30px;
}

.works-hub .works-filter__advanced {
  padding: 0 30px 30px;
  background: #f7f4eb;
}

.works-hub .works-filter__actions {
  padding: 24px 30px;
}

.works-hub .content-library {
  padding: clamp(90px, 8vw, 130px) max(24px, 5vw);
  background: #f5f1e7;
}

.works-hub .content-library__heading {
  align-items: end;
  margin-bottom: 48px;
}

.works-hub .content-library__heading h2 {
  font-size: clamp(38px, 4.1vw, 56px);
  line-height: 1.35;
}

.works-hub .content-library__heading > p {
  margin: 0;
  color: #5c6b61;
  font-size: 15px;
}

.works-hub .content-library__heading > p strong {
  margin-right: 5px;
  color: #075f3d;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.works-hub .works-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(46px, 5vw, 72px) clamp(26px, 3vw, 44px);
}

.works-hub .works-grid .work-card:nth-child(n),
.work-detail .related-content__grid .work-card:nth-child(n) {
  grid-column: auto;
  margin-top: 0;
}

.works-hub .work-card,
.work-detail .work-card {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.works-hub .work-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.works-hub .work-card .content-card__image,
.work-detail .work-card .content-card__image {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #dce4dc;
}

.works-hub .work-card .content-card__image::after,
.work-detail .work-card .content-card__image::after {
  position: absolute;
  inset: 0;
  border: 1px solid rgba(17, 45, 29, .1);
  border-radius: inherit;
  pointer-events: none;
  content: "";
}

.works-hub .work-card .content-card__body,
.work-detail .work-card .content-card__body {
  min-height: 260px;
  padding: 23px 2px 0;
}

.works-hub .work-card .content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 284px;
  padding: 24px clamp(22px, 2.25vw, 28px) 28px;
}

.works-hub .work-card h2,
.work-detail .work-card h2 {
  margin-bottom: 9px;
  font-size: clamp(22px, 2vw, 28px);
  line-height: 1.5;
}

.works-hub .work-card .content-card__excerpt,
.work-detail .work-card .content-card__excerpt {
  color: #526158;
  font-size: 15px;
  line-height: 1.8;
}

.works-hub .work-card .content-card__link,
.work-detail .work-card .content-card__link {
  margin-top: auto;
}

.works-hub .work-card .content-card__link {
  align-self: flex-start;
}

.work-detail {
  --works-shell: min(1180px, calc(100% - 64px));
  background: #fffdf8;
}

.work-detail__hero {
  padding: clamp(54px, 6vw, 88px) max(24px, 5vw) clamp(76px, 8vw, 118px);
  background:
    linear-gradient(90deg, rgba(7, 95, 61, .045) 1px, transparent 1px),
    linear-gradient(#f8f4ea, #eef3ea);
  background-size: 42px 42px, auto;
}

.work-detail__heading {
  grid-template-columns: minmax(0, 1fr) minmax(320px, .64fr);
  gap: clamp(42px, 6vw, 90px);
  align-items: end;
  margin-bottom: 34px;
}

.work-detail__heading h1 {
  margin-bottom: 10px;
  font-size: clamp(38px, 3.8vw, 54px);
  line-height: 1.28;
  overflow-wrap: normal;
  word-break: keep-all;
}

.work-detail__heading h1 > span {
  display: inline-block;
}

.work-detail__summary {
  margin: 0 0 4px;
  color: #405047;
  font-size: 17px;
  line-height: 2;
}

.work-detail__overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 28px;
  border-top: 1px solid rgba(22, 55, 37, .16);
  border-bottom: 1px solid rgba(22, 55, 37, .16);
}

.work-detail__overview div {
  min-width: 0;
  padding: 17px 23px;
}

.work-detail__overview div:first-child {
  padding-left: 0;
}

.work-detail__overview div + div {
  border-left: 1px solid rgba(22, 55, 37, .16);
}

.work-detail__overview dt {
  margin-bottom: 5px;
  color: #6a766e;
  font-size: 12px;
  font-weight: 750;
}

.work-detail__overview dd {
  margin: 0;
  color: #172219;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.65;
}

.work-detail__main-image {
  border: 1px solid rgba(22, 55, 37, .12);
  border-radius: 8px;
  box-shadow: 0 26px 60px rgba(13, 54, 33, .12);
}

.work-detail__main-image img {
  max-height: 720px;
}

.work-detail__main-image span,
.work-gallery button span {
  right: 14px;
  bottom: 14px;
  padding: 9px 14px;
  background: rgba(4, 60, 41, .94);
  font-size: 13px;
}

.work-detail__body {
  padding: clamp(72px, 8vw, 116px) 0 clamp(88px, 9vw, 130px);
}

.work-detail__nav {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: clamp(70px, 8vw, 112px);
  padding: 20px 0;
  border-top: 1px solid #d6ddd5;
  border-bottom: 1px solid #d6ddd5;
}

.work-detail__nav > span {
  flex: 0 0 auto;
  color: #075f3d;
  font-size: 13px;
  font-weight: 850;
}

.work-detail__nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work-detail__nav a {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #26352c;
  font-size: 14px;
  font-weight: 750;
}

.work-detail__nav a::after {
  color: #7eae8f;
  content: "↓";
}

.work-detail__story {
  grid-template-columns: minmax(260px, .52fr) minmax(0, 1fr);
  gap: clamp(42px, 7vw, 100px);
  padding: 0 0 clamp(78px, 8vw, 112px);
  scroll-margin-top: 110px;
}

.work-detail__story--point {
  padding-top: clamp(72px, 7vw, 100px);
}

.work-detail__story .section-label {
  grid-column: auto;
  margin-bottom: 20px;
}

.work-detail__story h2 {
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.42;
}

.work-detail__story-copy {
  max-width: 720px;
  color: #405047;
  font-size: 17px;
  line-height: 2.05;
}

.work-detail__story-copy p {
  margin-top: 0;
}

.work-detail__facts {
  margin: 0 0 clamp(88px, 9vw, 128px);
  padding: clamp(38px, 5vw, 62px);
  border-radius: 10px;
  scroll-margin-top: 110px;
}

.work-detail__facts h2 {
  font-size: clamp(31px, 3.2vw, 44px);
}

.work-gallery {
  padding: 0 0 clamp(88px, 9vw, 128px);
  scroll-margin-top: 110px;
}

.work-gallery header {
  align-items: end;
}

.work-gallery header > p {
  max-width: 380px;
  margin: 0;
  color: #5c6b61;
  font-size: 15px;
  line-height: 1.8;
}

.work-gallery h2 {
  font-size: clamp(36px, 4vw, 52px);
}

.work-gallery__grid {
  gap: 18px;
}

.work-gallery button {
  border-radius: 7px;
}

.work-gallery button img {
  aspect-ratio: 16 / 10;
}

.work-detail__notice {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
}

.work-detail__service {
  padding: clamp(74px, 7vw, 106px) max(24px, 5vw);
  background: #dcecdf;
}

.work-detail__service .section-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 50px;
  align-items: end;
}

.work-detail__service h2 {
  margin: 0 0 15px;
  color: #122018;
  font-size: clamp(34px, 3.7vw, 50px);
  letter-spacing: -.045em;
  line-height: 1.4;
}

.work-detail__service p:not(.section-label) {
  max-width: 650px;
  margin: 0;
  color: #425147;
  font-size: 16px;
  line-height: 1.9;
}

.work-detail .related-content {
  padding: clamp(88px, 8vw, 126px) max(24px, 5vw);
  background: #f5f1e7;
}

.work-detail .related-content__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
}

.work-detail .related-content .work-card .content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 286px;
  padding: 22px 21px 25px;
}

.work-detail .related-content .work-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.work-detail .related-content .work-card .content-card__link {
  align-self: flex-start;
}

@media (max-width: 1100px) {
  .works-hub,
  .work-detail {
    --works-shell: min(100% - 48px, 1080px);
  }

  .works-hero .content-hero__inner {
    grid-template-columns: minmax(310px, .72fr) minmax(430px, 1.28fr);
    gap: 38px;
  }

  .works-hero__gallery {
    height: 430px;
  }

  .work-detail__heading {
    grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr);
    gap: 45px;
  }

  .work-detail .related-content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .works-hub,
  .work-detail {
    --works-shell: calc(100% - 44px);
  }

  .works-hero {
    padding: 56px 22px 70px;
  }

  .works-hero .content-hero__inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .works-hero .content-hero__copy h1 {
    margin-bottom: 20px;
    font-size: clamp(38px, 10.4vw, 50px);
    line-height: 1.3;
  }

  .works-hero .content-hero__copy > p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 1.85;
  }

  .works-hero__facts strong {
    font-size: 28px;
  }

  .works-hero__gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: minmax(250px, 58vw) minmax(92px, 26vw);
    gap: 7px;
    height: auto;
  }

  .works-hero__feature--primary {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .works-hero__feature:not(.works-hero__feature--primary) {
    grid-row: 2;
  }

  .works-hero__feature-copy {
    right: 9px;
    bottom: 9px;
    left: 9px;
  }

  .works-hero__feature:not(.works-hero__feature--primary) .works-hero__feature-copy small,
  .works-hero__feature:not(.works-hero__feature--primary) .works-hero__feature-copy strong {
    display: none;
  }

  .works-hero__feature--primary .works-hero__feature-copy {
    right: 18px;
    bottom: 17px;
    left: 18px;
  }

  .works-filter,
  .works-hub .content-library,
  .work-detail .related-content,
  .work-detail__service {
    padding: 74px 22px;
  }

  .works-filter__heading {
    display: block;
    margin-bottom: 34px;
  }

  .works-filter__heading h2,
  .works-hub .content-library__heading h2 {
    font-size: 30px;
    line-height: 1.45;
  }

  .works-filter__heading > p {
    margin-top: 20px;
  }

  .works-hub .works-filter__types {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 22px 17px;
  }

  .works-hub .works-filter__types label:nth-of-type(n) span {
    min-height: 54px;
    border: 1px solid #d6ddd6;
    border-radius: 9px;
    font-size: 13px;
  }

  .works-hub .works-filter__more summary,
  .works-hub .works-filter__actions {
    padding-right: 17px;
    padding-left: 17px;
  }

  .works-hub .works-filter__advanced {
    padding: 0 17px 22px;
  }

  .works-hub .content-library__heading {
    display: block;
    margin-bottom: 36px;
  }

  .works-hub .content-library__heading > p {
    margin-top: 14px;
  }

  .works-hub .content-library__heading > p strong {
    font-size: 27px;
  }

  .works-hub .works-grid,
  .work-detail .related-content__grid {
    grid-template-columns: 1fr;
    gap: 52px;
  }

  .work-detail .work-card .content-card__body,
  .work-detail .related-content .work-card .content-card__body {
    min-height: 0;
    padding: 20px 0 0;
  }

  .work-detail .related-content .work-card .content-card__body {
    padding: 22px 20px 26px;
  }

  .works-hub .work-card .content-card__body {
    min-height: 0;
    padding: 22px 20px 26px;
  }

  .work-detail__hero {
    padding: 42px 22px 68px;
    background-size: 32px 32px, auto;
  }

  .work-detail__heading {
    grid-template-columns: 1fr;
    gap: 22px;
    margin-bottom: 28px;
  }

  .work-detail__heading h1 {
    font-size: clamp(34px, 9vw, 45px);
    line-height: 1.38;
    overflow-wrap: anywhere;
    word-break: auto-phrase;
  }

  .work-detail__summary {
    font-size: 16px;
    line-height: 1.9;
  }

  .work-detail__overview {
    grid-template-columns: 1fr;
    margin-bottom: 22px;
  }

  .work-detail__overview div,
  .work-detail__overview div:first-child {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    padding: 12px 0;
  }

  .work-detail__overview div + div {
    border-top: 1px solid rgba(22, 55, 37, .16);
    border-left: 0;
  }

  .work-detail__overview dt {
    margin: 0;
  }

  .work-detail__main-image {
    border-radius: 5px;
    box-shadow: 0 15px 34px rgba(13, 54, 33, .11);
  }

  .work-detail__main-image img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    object-position: top;
  }

  .work-detail__body {
    padding: 66px 0 84px;
  }

  .work-detail__nav {
    display: block;
    margin-bottom: 68px;
    padding: 15px 0 13px;
    overflow-x: auto;
  }

  .work-detail__nav > span {
    display: block;
    margin-bottom: 10px;
  }

  .work-detail__nav ul {
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: flex-start;
    width: max-content;
  }

  .work-detail__nav a {
    font-size: 13px;
    white-space: nowrap;
  }

  .work-detail__story {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 0 72px;
  }

  .work-detail__story--point {
    padding-top: 66px;
  }

  .work-detail__story .section-label {
    margin-bottom: 15px;
  }

  .work-detail__story h2 {
    font-size: 30px;
    line-height: 1.5;
  }

  .work-detail__story-copy {
    font-size: 16px;
    line-height: 2;
  }

  .work-detail__facts {
    margin: 0 0 78px;
    padding: 30px 22px;
  }

  .work-gallery {
    padding: 0 0 78px;
  }

  .work-gallery header > p {
    margin-top: 14px;
  }

  .work-gallery h2 {
    font-size: 34px;
  }

  .work-detail__notice {
    font-size: 13px;
  }

  .work-detail__service .section-shell {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .work-detail__service h2 {
    font-size: 32px;
  }

  .work-detail__service .button {
    width: 100%;
  }
}

@media (max-width: 360px) {
  .works-hub,
  .work-detail {
    --works-shell: calc(100% - 34px);
  }

  .works-hero,
  .works-filter,
  .works-hub .content-library,
  .work-detail__hero,
  .work-detail .related-content,
  .work-detail__service {
    padding-right: 17px;
    padding-left: 17px;
  }

  .works-hero .content-hero__copy h1 {
    font-size: 36px;
  }

  .works-filter__heading h2,
  .works-hub .content-library__heading h2 {
    font-size: 26px;
  }

  .works-hero__facts li {
    padding-right: 15px;
  }

  .works-hero__facts li + li {
    padding-left: 15px;
  }

  .works-hero__facts strong {
    font-size: 25px;
  }

  .works-hero__facts span {
    font-size: 11px;
  }

  .works-hub .works-filter__types {
    grid-template-columns: 1fr;
  }

  .work-detail__heading h1 {
    font-size: 32px;
  }
}

/* Works archive detail pass: equal filter controls and tablet comparison. */
.works-hub .works-filter__types label:nth-of-type(n) span {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  height: 64px;
  min-height: 64px;
  padding: 10px 17px;
  line-height: 1.45;
}

.works-hub .works-filter__types span b {
  min-width: 0;
  color: inherit;
  font-size: inherit;
  font-weight: 850;
  line-height: 1.45;
  white-space: nowrap;
}

.works-hub .works-filter__types span small {
  display: grid;
  place-items: center;
  min-width: 38px;
  min-height: 28px;
  margin: 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: #edf3ea;
  color: #436052;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  opacity: 1;
  white-space: nowrap;
}

.works-hub .works-filter__types input:checked + span small {
  background: rgba(255, 255, 255, .17);
  color: #fff;
}

@media (min-width: 600px) and (max-width: 760px) {
  .works-hub .works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 48px 20px;
  }

  .works-hub .work-card .content-card__body {
    min-height: 350px;
    padding: 22px 18px 25px;
  }

  .works-hub .work-card h2 {
    font-size: 21px;
    line-height: 1.5;
  }

  .works-hub .work-card .content-card__excerpt {
    font-size: 14px;
    line-height: 1.78;
  }
}

@media (max-width: 599px) {
  .works-hub .works-filter__types label:nth-of-type(n) span {
    height: 66px;
    min-height: 66px;
    padding: 9px 12px;
  }

  .works-hub .works-filter__types span b {
    font-size: 12.5px;
  }

  .works-hub .works-filter__types span small {
    min-width: 34px;
    padding-inline: 6px;
    font-size: 10px;
  }
}

@media (max-width: 360px) {
  .works-hub .works-filter__types label:nth-of-type(n) span {
    height: 60px;
    min-height: 60px;
    padding-inline: 16px;
  }

  .works-hub .works-filter__types span b {
    font-size: 13px;
  }
}

/* Work detail screen gallery: preserve every source image's ratio and resolution. */
.work-detail__main-image {
  display: grid;
  place-items: start center;
  background:
    linear-gradient(rgba(12, 74, 50, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(12, 74, 50, .035) 1px, transparent 1px),
    #f2f5ee;
  background-size: 28px 28px;
}

.work-detail__main-image img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: auto;
  object-fit: contain;
}

.work-gallery__grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 22px;
  align-items: start;
}

.work-gallery .work-gallery__item {
  grid-column: span 3;
  display: grid;
  grid-template-rows: auto minmax(72px, auto);
  width: 100%;
  min-width: 0;
  padding: 10px;
  overflow: hidden;
  border: 1px solid rgba(15, 76, 52, .16);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(14, 54, 36, .07);
  color: #102219;
  text-align: left;
  cursor: zoom-in;
  transition: transform .24s ease, border-color .24s ease, box-shadow .24s ease;
}

.work-gallery .work-gallery__item--landscape {
  grid-column: span 6;
}

.work-gallery .work-gallery__item--square {
  grid-column: span 4;
}

.work-gallery .work-gallery__item:hover {
  transform: translateY(-4px);
  border-color: rgba(15, 76, 52, .42);
  box-shadow: 0 22px 46px rgba(14, 54, 36, .12);
}

.work-gallery .work-gallery__item:focus-visible {
  outline: 3px solid #9edc68;
  outline-offset: 4px;
}

.work-gallery .work-gallery__preview {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  display: grid;
  place-items: start center;
  width: 100%;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 1px solid rgba(15, 76, 52, .1);
  border-radius: 6px;
  background:
    linear-gradient(rgba(15, 76, 52, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 76, 52, .04) 1px, transparent 1px),
    #edf2e9;
  background-size: 22px 22px;
  color: inherit;
}

.work-gallery .work-gallery__item--landscape .work-gallery__preview {
  aspect-ratio: 16 / 10;
}

.work-gallery .work-gallery__item--portrait .work-gallery__preview {
  aspect-ratio: 9 / 16;
}

.work-gallery .work-gallery__item--square .work-gallery__preview {
  aspect-ratio: 1;
}

.work-gallery .work-gallery__item--long .work-gallery__preview {
  aspect-ratio: 3 / 4;
}

.work-gallery .work-gallery__item--long .work-gallery__preview::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(237, 242, 233, .96));
  content: "";
  pointer-events: none;
}

.work-gallery .work-gallery__preview img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  aspect-ratio: auto;
  object-fit: contain;
  object-position: top center;
  transform: none;
  transition: none;
}

.work-gallery .work-gallery__item--long .work-gallery__preview img {
  width: 100%;
  max-height: none;
}

.work-gallery .work-gallery__item:hover img {
  transform: none;
}

.work-gallery .work-gallery__meta {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  padding: 14px 4px 3px;
  border-radius: 0;
  background: transparent;
  color: #102219;
  font-size: 13px;
  font-weight: 700;
}

.work-gallery .work-gallery__meta > span {
  position: static;
  right: auto;
  bottom: auto;
  left: auto;
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}

.work-gallery__meta small {
  color: #597064;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .04em;
  line-height: 1.4;
}

.work-gallery__meta strong {
  font-size: 14px;
  font-weight: 850;
  line-height: 1.4;
}

.work-gallery__meta em {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 7px;
  align-items: center;
  color: #0f4c34;
  font-size: 12px;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.work-gallery__meta i {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #0f4c34;
  color: #fff;
  font-size: 13px;
  font-style: normal;
}

.content-lightbox figure {
  display: grid;
  place-items: start center;
}

.content-lightbox img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .work-gallery .work-gallery__item--landscape {
    grid-column: span 12;
  }

  .work-gallery .work-gallery__item--portrait,
  .work-gallery .work-gallery__item--long,
  .work-gallery .work-gallery__item--square {
    grid-column: span 6;
  }
}

@media (max-width: 560px) {
  .work-gallery__grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .work-gallery .work-gallery__item,
  .work-gallery .work-gallery__item--landscape,
  .work-gallery .work-gallery__item--portrait,
  .work-gallery .work-gallery__item--long,
  .work-gallery .work-gallery__item--square {
    grid-column: 1;
  }

  .work-gallery .work-gallery__item {
    padding: 8px;
  }

  .work-gallery .work-gallery__meta {
    min-height: 68px;
    padding: 12px 4px 2px;
  }

  .content-lightbox {
    width: calc(100vw - 20px);
    height: calc(100dvh - 20px);
    padding: 52px 10px 10px;
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .works-hero__feature img,
  .works-hub .work-card .content-card__image img,
  .work-detail .work-card .content-card__image img,
  .work-gallery button img {
    transition: none;
  }

  .work-gallery .work-gallery__item {
    transition: none;
  }

  .content-lightbox,
  .content-lightbox::backdrop,
  .content-lightbox > button,
  .content-lightbox figure::before,
  .content-lightbox img {
    animation: none;
    transition: none;
  }
}

/* Column article v2 ------------------------------------------------------- */
.article-page .article-hero:has(.article-hero__image) + .article-layout,
.article-page .article-layout {
  width: min(1180px, calc(100vw - 80px));
  grid-template-columns: minmax(0, 780px) minmax(280px, 310px);
  gap: clamp(54px, 6vw, 86px);
  justify-content: center;
}

.article-page .article-main {
  min-width: 0;
}

.article-page .article-toc {
  position: static;
  margin: 0 0 clamp(52px, 6vw, 70px);
}

.article-page .article-toc details {
  border-top-width: 5px;
  background: #f8faf4;
}

.article-page .article-toc summary {
  min-height: 72px;
  padding: 20px 24px;
}

.article-page .article-toc summary > span:first-child {
  grid-template-columns: auto auto;
  gap: 10px;
  align-items: baseline;
}

.article-page .article-toc summary small {
  color: #66746b;
}

.article-page .article-toc ol {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
  max-height: none;
  margin: 0 24px 22px;
  padding: 13px 0 0;
  overflow: visible;
}

.article-page .article-toc li {
  min-width: 0;
}

.article-page .article-toc a {
  padding: 10px 6px;
  font-size: 13.5px;
  line-height: 1.65;
}

.article-page .article-body {
  max-width: 780px;
  font-size: 18px;
  line-height: 2;
}

.article-page .article-body > p:first-child {
  font-size: 18px;
  line-height: 2;
}

.article-tags {
  max-width: 780px;
  margin-top: clamp(62px, 7vw, 86px);
  padding: 27px 0 24px;
  border-top: 1px solid rgba(17, 26, 20, 0.17);
  border-bottom: 1px solid rgba(17, 26, 20, 0.17);
}

.article-tags__heading {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
}

.article-tags__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #dcecdf;
  color: var(--hub-green);
}

.article-tags__icon .icon {
  width: 20px;
  height: 20px;
}

.article-tags__heading small {
  display: block;
  margin-bottom: 2px;
  color: #718077;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

.article-tags__heading h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.45;
}

.article-tags__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.article-tags__list a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  min-height: 43px;
  padding: 8px 12px;
  border: 1px solid rgba(7, 95, 61, 0.22);
  background: #fff;
  color: #35483d;
  font-size: 13px;
  line-height: 1.45;
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.article-tags__list a > span {
  color: #27845c;
  font-weight: 900;
}

.article-tags__list a strong {
  font-weight: 850;
}

.article-tags__list a small {
  padding-left: 7px;
  border-left: 1px solid rgba(7, 95, 61, 0.16);
  color: #78857d;
  font-size: 10px;
  font-weight: 800;
}

.article-tags__list a:hover,
.article-tags__list a:focus-visible {
  border-color: var(--hub-green);
  background: var(--hub-green);
  color: #fff;
}

.article-tags__list a:hover > span,
.article-tags__list a:focus-visible > span,
.article-tags__list a:hover small,
.article-tags__list a:focus-visible small {
  color: #d5f47d;
}

.article-tags__list a:hover small,
.article-tags__list a:focus-visible small {
  border-left-color: rgba(255, 255, 255, 0.3);
}

.article-tags > p {
  margin: 14px 0 0;
  color: #65736a;
  font-size: 12px;
  line-height: 1.75;
}

.article-tags + .article-category-cta {
  margin-top: clamp(50px, 6vw, 74px);
}

.article-area-link {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  margin-top: 38px;
  padding: 26px 28px;
  color: #fff;
  background: #073f2d;
}

.article-area-link__icon {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  color: #073f2d;
  border-radius: 50%;
  background: #dce96f;
}

.article-area-link__icon svg { width: 27px; }
.article-area-link small { display: block; margin-bottom: 3px; color: #dce96f; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.article-area-link h2 { margin: 0; color: #fff; font-size: 20px; line-height: 1.5; }
.article-area-link p { margin: 5px 0 0; color: rgba(255,255,255,.72); font-size: 13px; line-height: 1.7; }
.article-area-link > a { display: inline-flex; gap: 8px; align-items: center; color: #fff; font-size: 13px; font-weight: 800; white-space: nowrap; text-decoration: none; }
.article-area-link > a .arrow { color: #dce96f; }
.article-area-link + .article-category-cta { margin-top: 40px; }

.article-sidebar {
  min-width: 0;
  align-self: start;
}

.article-sidebar__inner {
  display: grid;
  gap: 20px;
}

.article-sidebar__section {
  min-width: 0;
  border: 1px solid rgba(17, 26, 20, 0.15);
  background: #fff;
}

.article-sidebar__heading {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 20px 20px 18px;
  border-bottom: 1px solid rgba(17, 26, 20, 0.11);
}

.article-sidebar__icon {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 42px;
  height: 42px;
  background: #e3f0df;
  color: var(--hub-green);
}

.article-sidebar__icon .icon {
  width: 21px;
  height: 21px;
}

.article-sidebar__heading small {
  display: block;
  margin-bottom: 2px;
  color: #6c7a70;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.article-sidebar__heading h2 {
  margin: 0;
  color: var(--hub-ink);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.45;
}

.article-sidebar__topics ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 13px 14px;
  list-style: none;
}

.article-sidebar__topics li {
  min-width: 0;
}

.article-sidebar__topics a {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  min-height: 43px;
  padding: 8px 9px;
  color: #405047;
  font-size: 12.5px;
  font-weight: 750;
  line-height: 1.45;
  transition: background 0.2s ease, color 0.2s ease;
}

.article-sidebar__topics a:hover,
.article-sidebar__topics a:focus-visible,
.article-sidebar__topics a[aria-current="page"] {
  background: #e3f0df;
  color: var(--hub-green);
}

.article-sidebar__topics a small {
  flex: 0 0 auto;
  color: #718077;
  font-size: 10px;
  font-weight: 800;
}

.article-sidebar__all {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 12px 20px;
  border-top: 1px solid rgba(17, 26, 20, 0.11);
  color: var(--hub-green);
  font-size: 12.5px;
  font-weight: 850;
}

.article-sidebar__services {
  background: #f7f5ed;
}

.article-sidebar__services-lead {
  margin: 0;
  padding: 16px 19px 2px;
  color: #536159;
  font-size: 12.5px;
  line-height: 1.75;
}

.article-sidebar__service-list {
  display: grid;
  gap: 8px;
  padding: 13px;
}

.article-service-banner {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 116px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  outline-offset: 3px;
}

.article-service-banner__media,
.article-service-banner__shade {
  position: absolute;
  inset: 0;
}

.article-service-banner__media {
  z-index: -2;
  background: #28483b;
}

.article-service-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 22%;
  transform: scale(1.01);
  transition: transform 0.45s cubic-bezier(0.2, 0.65, 0.25, 1);
}

.article-service-banner__shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4, 46, 34, 0.96) 0%, rgba(4, 46, 34, 0.82) 56%, rgba(4, 46, 34, 0.2) 100%),
    linear-gradient(0deg, rgba(4, 46, 34, 0.45), rgba(4, 46, 34, 0));
  transition: background-color 0.3s ease;
}

.article-service-banner__copy {
  display: grid;
  align-content: end;
  gap: 6px;
  min-width: 0;
  padding: 20px 48px 18px 17px;
}

.article-service-banner__copy small {
  display: flex;
  gap: 7px;
  align-items: center;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
  font-weight: 750;
  line-height: 1.4;
}

.article-service-banner__copy small b {
  color: #d5f47d;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.article-service-banner__copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.45;
}

.article-service-banner__arrow {
  position: absolute;
  right: 14px;
  bottom: 15px;
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 50%;
  color: #fff;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.article-service-banner__arrow svg {
  width: 13px;
  height: 13px;
}

.article-service-banner:hover .article-service-banner__media img,
.article-service-banner:focus-visible .article-service-banner__media img {
  transform: scale(1.055);
}

.article-service-banner:hover .article-service-banner__arrow,
.article-service-banner:focus-visible .article-service-banner__arrow {
  background: #d5f47d;
  color: var(--hub-deep);
  transform: translateX(3px);
}

.article-service-banner:focus-visible {
  outline: 3px solid #9bc637;
}

.article-category-cta {
  position: relative;
  isolation: isolate;
  margin-top: clamp(72px, 8vw, 104px);
  padding: clamp(34px, 5.5vw, 58px);
  overflow: hidden;
  background: var(--hub-deep);
  color: #fff;
}

.article-category-cta::before {
  position: absolute;
  z-index: -1;
  top: -108px;
  right: -76px;
  width: 290px;
  height: 290px;
  border: 1px solid rgba(213, 244, 125, 0.34);
  border-radius: 50%;
  box-shadow: 0 0 0 42px rgba(255, 255, 255, 0.025), 0 0 0 88px rgba(255, 255, 255, 0.018);
  content: "";
}

.article-category-cta::after {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 32%;
  height: 7px;
  background: #d5f47d;
  content: "";
}

.article-category-cta__eyebrow {
  display: flex;
  gap: 13px;
  align-items: center;
  margin-bottom: 26px;
}

.article-category-cta__eyebrow > span {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 46px;
  height: 46px;
  background: #d5f47d;
  color: var(--hub-deep);
}

.article-category-cta__eyebrow .icon {
  width: 22px;
  height: 22px;
}

.article-category-cta__eyebrow p {
  margin: 0;
}

.article-category-cta__eyebrow small,
.article-category-cta__eyebrow strong {
  display: block;
}

.article-category-cta__eyebrow small {
  margin-bottom: 2px;
  color: #b8dfc4;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.article-category-cta__eyebrow strong {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.article-category-cta h2 {
  max-width: 620px;
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(31px, 4.2vw, 46px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.42;
}

.article-category-cta h2 span {
  display: block;
}

.article-category-cta__lead {
  max-width: 620px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.9;
}

.article-category-cta__points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 0 30px;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.19);
  border-bottom: 1px solid rgba(255, 255, 255, 0.19);
  list-style: none;
}

.article-category-cta__points li {
  display: grid;
  grid-template-columns: 23px minmax(0, 1fr);
  gap: 8px;
  align-items: start;
  padding: 17px 12px;
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.65;
}

.article-category-cta__points li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.19);
}

.article-category-cta__points li span {
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #d5f47d;
  color: var(--hub-deep);
  font-size: 11px;
  font-weight: 900;
}

.article-category-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.article-category-cta__actions a {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  min-height: 58px;
  padding: 14px 20px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.4;
  transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.article-category-cta__actions a svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
}

.article-category-cta__primary {
  min-width: 198px;
  background: #d5f47d;
  color: var(--hub-deep);
}

.article-category-cta__secondary {
  border: 1px solid rgba(255, 255, 255, 0.44);
  color: #fff;
}

.article-category-cta__actions a:hover,
.article-category-cta__actions a:focus-visible {
  transform: translateY(-2px);
}

.article-category-cta__primary:hover,
.article-category-cta__primary:focus-visible {
  background: #e4fb9e;
}

.article-category-cta__secondary:hover,
.article-category-cta__secondary:focus-visible {
  border-color: #fff;
  background: #fff;
  color: var(--hub-deep);
}

.article-sidebar__recommended-list {
  display: grid;
  padding: 4px 17px 10px;
}

.article-sidebar-post + .article-sidebar-post {
  border-top: 1px solid rgba(17, 26, 20, 0.1);
}

.article-sidebar-post > a {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding: 13px 0;
}

.article-sidebar-post__image {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #e4ebe1;
}

.article-sidebar-post__image img,
.article-sidebar-post__image .content-card__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.article-sidebar-post > a:hover img,
.article-sidebar-post > a:focus-visible img {
  transform: scale(1.035);
}

.article-sidebar-post__copy {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.article-sidebar-post__copy small {
  color: var(--hub-green);
  font-size: 10px;
  font-weight: 850;
}

.article-sidebar-post__copy strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--hub-ink);
  font-size: 12.5px;
  font-weight: 800;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.article-page .related-content {
  padding: clamp(82px, 8vw, 118px) 0;
}

.article-page .related-content .column-section-heading > div > h2 {
  font-size: clamp(36px, 3.7vw, 50px);
  line-height: 1.38;
}

.article-page .related-content__grid {
  gap: 22px;
}

.article-page .column-card--related,
.article-page .column-card--related .column-card__whole {
  height: 100%;
}

.article-page .column-card--related .column-card__whole {
  display: flex;
  flex-direction: column;
  color: inherit;
}

.article-page .column-card--related .content-card__image {
  display: block;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.article-page .column-card--related .content-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  min-height: 230px;
  padding: 23px 23px 25px;
}

.article-page .column-card--related h2 {
  display: -webkit-box;
  margin: 0 0 22px;
  overflow: hidden;
  color: var(--hub-ink);
  font-size: clamp(19px, 1.55vw, 21px);
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.article-page .column-card--related .column-card__read {
  margin-top: auto;
}

@media (max-width: 1100px) {
  .article-page .article-hero:has(.article-hero__image) + .article-layout,
  .article-page .article-layout {
    width: min(100% - 52px, 980px);
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 38px;
  }

  .article-page .article-toc ol {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .column-tag-hero__inner {
    grid-template-columns: minmax(0, 1fr);
    gap: 34px;
  }

  .column-tag-hero__guide {
    max-width: 700px;
  }

  .article-page .article-hero:has(.article-hero__image) + .article-layout,
  .article-page .article-layout {
    display: block;
    width: min(100% - 52px, 760px);
  }

  .article-sidebar {
    margin-top: clamp(68px, 9vw, 88px);
  }

  .article-sidebar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }

  .article-sidebar__topics {
    grid-column: 1 / -1;
  }

  .article-sidebar__topics ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .article-sidebar__services,
  .article-sidebar__recommended {
    height: 100%;
  }

  .article-page .related-content__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .column-tag-index .section-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 22px;
  }

  .article-page .article-toc summary {
    min-height: 66px;
    padding: 17px 19px;
  }

  .article-page .article-toc summary > span:first-child {
    grid-template-columns: auto;
    gap: 1px;
  }

  .article-page .article-toc ol {
    grid-template-columns: minmax(0, 1fr);
    max-height: 360px;
    margin: 0 18px 18px;
    overflow-y: auto;
  }

  .article-page .article-body,
  .article-page .article-body > p:first-child {
    font-size: 16px;
    line-height: 2;
  }

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

  .article-category-cta__points li + li {
    border-top: 1px solid rgba(255, 255, 255, 0.19);
    border-left: 0;
  }

  .article-sidebar__topics ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-page .related-content .column-section-heading > div > h2 {
    font-size: 32px;
    line-height: 1.45;
  }

  .article-page .column-card--related .content-card__body {
    min-height: 0;
  }

  .article-page .column-card--related h2 {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .column-hub--long-tag .column-tag-hero .content-hero__copy h1 {
    font-size: clamp(26px, 7.8vw, 34px);
  }

  .column-hub--long-tag .column-tag-hero .content-hero__copy h1 span:first-child {
    white-space: nowrap;
  }

  .column-tag-hero .content-breadcrumb {
    margin-bottom: 32px;
  }

  .column-tag-hero__guide {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 14px 12px;
    padding: 24px 20px;
  }

  .column-tag-hero__icon {
    width: 42px;
    height: 42px;
  }

  .column-tag-hero__guide h2 {
    font-size: 21px;
  }

  .column-tag-index__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .column-tag-index__list a {
    min-width: 0;
    justify-content: flex-start;
    padding-right: 9px;
    padding-left: 9px;
    font-size: 12px;
  }

  .column-tag-index__list a strong {
    min-width: 0;
  }

  .column-tag-index__list a small {
    margin-left: auto;
  }

  .article-tags {
    margin-top: 54px;
    padding: 24px 0 22px;
  }

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

  .article-sidebar__topics {
    grid-column: auto;
  }

  .article-page .related-content__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-category-cta {
    margin-right: -18px;
    margin-left: -18px;
    padding: 34px 22px 38px;
  }

  .article-category-cta::before {
    top: -76px;
    right: -108px;
    width: 240px;
    height: 240px;
  }

  .article-category-cta h2 {
    font-size: 31px;
    line-height: 1.48;
  }

  .article-category-cta__lead {
    font-size: 14px;
  }

  .article-category-cta__actions,
  .article-category-cta__actions a {
    width: 100%;
  }

  .article-category-cta__actions a {
    min-width: 0;
  }
}

@media (max-width: 360px) {
  .column-tag-index__list {
    grid-template-columns: minmax(0, 1fr);
  }

  .article-sidebar__heading {
    padding-right: 16px;
    padding-left: 16px;
  }

  .article-sidebar__topics ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  .article-sidebar__topics a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
  }

  .article-service-banner__copy {
    padding-left: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .article-tags__list a,
  .column-tag-index__list a,
  .article-sidebar__topics a,
  .article-sidebar-post__image img,
  .article-service-banner__media img,
  .article-service-banner__arrow,
  .article-category-cta__actions a {
    transition: none;
  }
}
