@charset "UTF-8";

@font-face {
  font-family: "Gotham SlimBieden";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://static.wixstatic.com/ufonts/0ee50d_d861850109774c35a9118f6b42890a89/woff2/file.woff2") format("woff2");
}

@font-face {
  font-family: "Avenir SlimBieden";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2") format("woff2");
}

@font-face {
  font-family: "Avenir SlimBieden";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("https://static.parastorage.com/fonts/v2/af36905f-3c92-4ef9-b0c1-f91432f16ac1/v1/avenir-lt-w01_35-light1475496.woff2") format("woff2");
}

@font-face {
  font-family: "Avenir SlimBieden";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("https://static.parastorage.com/fonts/v2/74290729-59ae-4129-87d0-2eec3974dce1/v1/avenir-lt-w01_85-heavy1475544.woff2") format("woff2");
}

:root {
  --green: #126656;
  --green-deep: #08493e;
  --cream: #faf4e8;
  --paper: #fffdf8;
  --ink: #111916;
  --blue: #116dff;
  --terracotta: #ae633f;
  --sage: #b0a986;
  --mist: #eaf0ea;
  --line: rgba(18, 102, 86, 0.22);
  --page: min(1180px, calc(100vw - 64px));
  --display: "Gotham SlimBieden", "Gotham Bold", "Arial Black", sans-serif;
  --sans: "Avenir SlimBieden", Avenir, "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --hero-shift: 0px;
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: auto;
  scroll-behavior: smooth;
  background: #fff;
}

body {
  margin: 0;
  overflow-x: visible;
  color: var(--ink);
  background: #fff;
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
}

button {
  color: inherit;
  font: inherit;
}

.page-width {
  width: var(--page);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 10px;
  left: 10px;
  padding: 8px 12px;
  color: var(--cream);
  background: var(--green-deep);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.sb-site-header {
  position: relative;
  z-index: 20;
  min-width: 980px;
  height: 77px;
  background: var(--cream);
}

.sb-header-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 980px;
  height: 100%;
  margin-inline: auto;
}

.sb-icon-logo {
  display: block;
  width: 38px;
  height: 45px;
  margin-left: 11px;
  flex: 0 0 38px;
}

.sb-icon-logo svg,
.sb-wordmark svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #055747;
}

.sb-primary-nav {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 717px;
  height: 50px;
  margin-left: 18px;
}

.sb-primary-nav > a,
.sb-about-toggle {
  display: grid;
  place-items: center;
  height: 50px;
  padding: 0;
  color: rgba(0, 0, 0, 0.55);
  border: 0;
  background: transparent;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.75px;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: color 180ms ease;
}

.sb-primary-nav > a:hover,
.sb-primary-nav > a:focus-visible,
.sb-about-toggle:hover,
.sb-about-toggle:focus-visible,
.sb-about-toggle[aria-expanded="true"] {
  color: #000;
}

.sb-nav-method {
  width: 109px;
}

.sb-nav-reliability {
  width: 168px;
}

.sb-nav-news {
  width: 197px;
}

.sb-nav-business {
  width: 98px;
}

.sb-about {
  position: relative;
  width: 113px;
  height: 50px;
}

.sb-about::after {
  position: absolute;
  top: 50px;
  right: 0;
  width: 113px;
  height: 13px;
  content: "";
}

.sb-about-toggle {
  width: 113px;
}

.sb-about-menu {
  position: absolute;
  z-index: 30;
  top: 63px;
  right: 0;
  width: 113px;
  background: var(--cream);
}

.sb-about-menu[hidden] {
  display: none;
}

@media (hover: hover) {
  .sb-about:hover .sb-about-menu {
    display: block;
  }
}

.sb-about-menu a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 55px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 15px;
  letter-spacing: 0.75px;
  text-decoration: none;
  white-space: nowrap;
}

.sb-about-menu a:hover,
.sb-about-menu a:focus-visible {
  color: #000;
}

.sb-start {
  display: grid;
  place-items: center;
  width: 83px;
  height: 28px;
  margin-left: 18px;
  flex: 0 0 83px;
  color: #fff;
  background: var(--green);
  border-radius: 6px;
  font-size: 16px;
  letter-spacing: 0.8px;
  text-decoration: none;
  transition: background 180ms ease;
}

.sb-start:hover,
.sb-start:focus-visible {
  background: var(--green-deep);
}

.sb-account-tools {
  display: flex;
  width: 64px;
  height: 50px;
  margin-left: 15px;
  flex: 0 0 64px;
  flex-direction: column;
  align-items: stretch;
}

.sb-language {
  display: flex;
  align-items: center;
  height: 23px;
}

.sb-language a,
.sb-language button,
.sb-login {
  border: 0;
  background: var(--cream);
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
}

.sb-language a {
  width: 31px;
  color: #000;
}

.sb-language button {
  width: 33px;
  padding: 0;
  color: #959595;
  text-align: left;
}

.sb-login {
  height: 23px;
  color: rgba(89, 89, 89, 0.55);
}

.sb-login:hover,
.sb-login:focus-visible {
  color: #000;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--cream);
  background: var(--green);
}

.hero::before {
  position: absolute;
  inset: -12% -5%;
  content: "";
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(250, 244, 232, 0.13) 1px, transparent 1px),
    linear-gradient(90deg, rgba(250, 244, 232, 0.13) 1px, transparent 1px);
  background-size: 72px 72px;
  transform: translateY(var(--hero-shift));
}

.hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
  gap: clamp(44px, 7vw, 112px);
  align-items: center;
  min-height: 680px;
  padding-block: 78px;
}

.eyebrow {
  margin: 0;
  color: var(--terracotta);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: rgba(250, 244, 232, 0.7);
}

.hero h1 {
  max-width: 570px;
  margin: 28px 0 24px;
  font-family: var(--display);
  font-size: clamp(72px, 7.3vw, 112px);
  font-weight: 700;
  letter-spacing: -0.052em;
  line-height: 0.82;
}

.hero-intro {
  max-width: 480px;
  margin: 0;
  color: rgba(250, 244, 232, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.featured-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(330px, 1fr) auto;
  min-height: 540px;
  overflow: hidden;
  color: var(--ink);
  background: var(--paper);
  text-decoration: none;
  transition: transform 450ms cubic-bezier(0.22, 1, 0.36, 1);
}

.featured-card:hover,
.featured-card:focus-visible {
  transform: translateY(-8px);
}

.featured-art {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--blue);
}

.featured-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.8) contrast(1.03);
  transform: scale(1.002);
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1), filter 500ms ease;
}

.featured-art::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(18, 102, 86, 0.18);
  mix-blend-mode: multiply;
  transition: background 400ms ease;
}

.featured-art::after {
  position: absolute;
  z-index: 2;
  inset: 18px;
  content: "";
  border: 1px solid rgba(250, 244, 232, 0.48);
  pointer-events: none;
}

.featured-card:hover .featured-photo,
.featured-card:focus-visible .featured-photo {
  filter: saturate(0.95) contrast(1.03);
  transform: scale(1.035);
}

.featured-card:hover .featured-art::before,
.featured-card:focus-visible .featured-art::before {
  background: rgba(18, 102, 86, 0.1);
}

.featured-content {
  display: block;
  padding: 28px 30px 31px;
}

.article-meta {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.article-meta span + span::before {
  margin-right: 9px;
  content: "·";
  color: var(--terracotta);
}

.featured-content strong {
  display: block;
  max-width: 570px;
  margin-top: 18px;
  font-family: var(--display);
  font-size: clamp(31px, 3vw, 43px);
  letter-spacing: -0.035em;
  line-height: 1;
}

.featured-link {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  padding-top: 13px;
  color: rgba(17, 25, 22, 0.62);
  border-top: 1px solid var(--line);
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.featured-link i {
  color: var(--terracotta);
  font-size: 16px;
  font-style: normal;
}

.archive {
  padding-block: 124px 145px;
}

.archive-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 31px;
  border-bottom: 1px solid var(--line);
}

.archive h2 {
  margin: 6px 0 0;
  color: var(--green-deep);
  font-family: var(--display);
  font-size: clamp(55px, 6.5vw, 88px);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.filters {
  display: flex;
  gap: 4px;
}

.filters button {
  padding: 8px 14px;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.filters button:hover,
.filters button:focus-visible,
.filters button.is-active {
  color: var(--green);
  border-bottom-color: var(--green);
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 62px 28px;
  padding-top: 48px;
}

.article-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  color: var(--ink);
  text-decoration: none;
}

.article-card[hidden] {
  display: none;
}

.article-visual {
  position: relative;
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--card-color, var(--green));
}

.article-photo {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.78) contrast(1.025);
  transform: scale(1.002);
  transition: transform 650ms cubic-bezier(0.22, 1, 0.36, 1), filter 450ms ease;
}

.article-visual::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  content: "";
  background: rgba(18, 102, 86, 0.13);
  mix-blend-mode: multiply;
  transition: background 400ms ease;
}

.article-visual::after {
  position: absolute;
  z-index: 1;
  inset: 12px;
  content: "";
  border: 1px solid rgba(250, 244, 232, 0.42);
  pointer-events: none;
}

.article-card:hover .article-photo,
.article-card:focus-visible .article-photo {
  filter: saturate(0.98) contrast(1.02);
  transform: scale(1.045);
}

.article-card:hover .article-visual::before,
.article-card:focus-visible .article-visual::before {
  background: rgba(18, 102, 86, 0.06);
}

.article-card .article-meta {
  margin-top: 17px;
}

.article-card h3 {
  margin: 16px 0 0;
  font-family: var(--display);
  font-size: 31px;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.02;
  transition: color 180ms ease;
}

.article-card:hover h3,
.article-card:focus-visible h3 {
  color: var(--green);
}

.empty-state {
  margin: 60px 0 0;
  color: var(--green);
}

.conversion-cta {
  padding-block: 72px;
  color: #fff;
  background: var(--green);
}

.conversion-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(390px, 0.92fr);
  gap: clamp(64px, 9vw, 124px);
  align-items: center;
}

.conversion-kicker {
  margin: 0;
  color: #dbdbdb;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.conversion-copy h2 {
  max-width: 590px;
  margin: 17px 0 20px;
  font-family: var(--display);
  font-size: clamp(48px, 5vw, 66px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.94;
}

.conversion-copy > p:not(.conversion-kicker) {
  max-width: 560px;
  margin: 0;
  color: #fafafa;
  font-size: 15px;
  line-height: 1.55;
}

.conversion-details {
  display: flex;
  align-items: center;
  gap: 0;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
}

.conversion-details li {
  display: flex;
  min-height: 18px;
  align-items: center;
  gap: 5px;
  padding-inline: 22px;
  color: #fafafa;
  border-left: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 11px;
  white-space: nowrap;
}

.conversion-details li:first-child {
  padding-left: 0;
  border-left: 0;
}

.conversion-details strong {
  font-size: 15px;
  font-weight: 700;
}

.conversion-details span {
  font-size: 10px;
}

.conversion-action {
  padding: 29px 38px 25px;
  color: var(--ink);
  border-radius: 10px;
  background: #f3f6f4;
}

.conversion-action h3 {
  margin: 0;
  font-family: var(--sans);
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
}

.conversion-action p {
  margin: 10px 0 24px;
  color: #595959;
  font-size: 13px;
  line-height: 1.45;
}

.conversion-action a {
  display: grid;
  width: 100%;
  min-height: 40px;
  place-items: center;
  color: #fff;
  border-radius: 8px;
  background: #ea9223;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  text-decoration: none;
  transition: background 180ms ease, transform 180ms ease;
}

.conversion-action a:hover,
.conversion-action a:focus-visible {
  background: #d77f15;
  transform: translateY(-2px);
}

.conversion-action small {
  display: block;
  margin-top: 11px;
  color: #595959;
  font-size: 10px;
  text-align: center;
}

.sb-site-footer {
  min-width: 980px;
  height: 349px;
  color: #000;
  background: #fff;
}

.sb-footer-inner {
  position: relative;
  width: 894px;
  height: 100%;
  margin-inline: auto;
  padding-top: 24px;
}

.sb-wordmark {
  display: flex;
  align-items: center;
  width: 264px;
  height: 45px;
  color: #171d1b;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1.1px;
  line-height: 1;
  text-decoration: none;
}

.sb-wordmark svg {
  width: 38px;
  height: 45px;
  flex: 0 0 38px;
}

.sb-wordmark span {
  margin-left: 4px;
}

.sb-footer-column,
.sb-footer-social {
  position: absolute;
  top: 110px;
}

.sb-footer-contact {
  left: 5px;
}

.sb-footer-legal {
  left: 274px;
}

.sb-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.sb-footer-column a,
.sb-footer-column p {
  height: 25px;
  margin: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
}

.sb-footer-column a {
  letter-spacing: 2.4px;
}

.sb-footer-column a:hover,
.sb-footer-column a:focus-visible {
  color: var(--green);
}

.sb-footer-column > :nth-child(2) {
  margin-top: 23px;
}

.sb-footer-column > :nth-child(3) {
  margin-top: 10px;
}

.sb-footer-social {
  left: 729px;
  width: 165px;
}

.sb-footer-social > p {
  margin: -10px 0 23px 11px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  white-space: nowrap;
}

.sb-social-links {
  display: flex;
  gap: 10px;
}

.sb-social-links a,
.sb-social-links img {
  display: block;
  width: 39px;
  height: 39px;
}

.sb-social-links a {
  border-radius: 50%;
  transition: opacity 180ms ease, transform 180ms ease;
}

.sb-social-links a:hover,
.sb-social-links a:focus-visible {
  opacity: 0.72;
  transform: translateY(-2px);
}

.sb-cookie-settings {
  position: absolute;
  bottom: 49px;
  left: 5px;
  padding: 0;
  color: #000;
  border: 0;
  border-bottom: 1px solid transparent;
  background: transparent;
  font-size: 10px;
  letter-spacing: 1.5px;
  cursor: pointer;
}

.sb-cookie-settings:hover,
.sb-cookie-settings:focus-visible {
  border-bottom-color: currentColor;
}

.sb-cookie-dialog {
  width: min(440px, calc(100vw - 36px));
  padding: 34px 36px 36px;
  color: #111;
  border: 0;
  background: var(--cream);
  box-shadow: 0 16px 70px rgba(8, 73, 62, 0.22);
  font-family: var(--sans);
}

.sb-cookie-dialog::backdrop {
  background: rgba(8, 73, 62, 0.42);
}

.sb-cookie-dialog strong {
  display: block;
  font-size: 22px;
}

.sb-cookie-dialog p {
  margin: 12px 0 20px;
}

.sb-cookie-dialog a {
  color: var(--green-deep);
}

.sb-dialog-close {
  position: absolute;
  top: 9px;
  right: 13px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 25px;
  cursor: pointer;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 650ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 650ms cubic-bezier(0.22, 1, 0.36, 1);
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 950px) {
  :root {
    --page: min(100% - 40px, 780px);
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 68px;
    padding-block: 88px;
  }

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

  .featured-card {
    grid-template-columns: 1.12fr 0.88fr;
    grid-template-rows: 1fr;
    min-height: 430px;
  }

  .featured-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

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

@media (max-width: 620px) {
  :root {
    --page: calc(100% - 30px);
  }

  .hero-inner {
    gap: 58px;
    padding-block: 72px 66px;
  }

  .hero h1 {
    font-size: clamp(66px, 19.5vw, 88px);
  }

  .hero-intro {
    font-size: 14px;
  }

  .featured-card {
    grid-template-columns: 1fr;
    grid-template-rows: 290px auto;
    min-height: 0;
  }

  .archive {
    padding-block: 88px 105px;
  }

  .archive-head {
    align-items: start;
    flex-direction: column;
  }

  .archive h2 {
    font-size: 58px;
  }

  .filters {
    width: 100%;
  }

  .filters button {
    flex: 1;
  }

  .article-grid {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .article-card h3 {
    font-size: 33px;
  }

}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* SlimBieden brand refinement */

body {
  font-weight: 300;
}

.hero::before {
  opacity: 0.16;
  background-size: 96px 96px;
}

.hero-inner {
  min-height: 650px;
  padding-block: 72px;
}

.eyebrow,
.article-meta {
  font-family: var(--sans);
  font-weight: 700;
  letter-spacing: 0.75px;
}

.hero .eyebrow {
  color: rgba(255, 255, 255, 0.86);
}

.hero h1 {
  max-width: 610px;
  margin: 27px 0 25px;
  font-size: clamp(66px, 6.6vw, 94px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.92;
  color: #fff;
}

.hero-intro {
  max-width: 515px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
}

.featured-card {
  min-height: 532px;
  border-radius: 18px;
  box-shadow: 0 22px 55px rgba(3, 44, 36, 0.19);
  isolation: isolate;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.featured-card:hover,
.featured-card:focus-visible {
  transform: translateZ(0);
}

.featured-art {
  border-radius: 18px 18px 0 0;
  clip-path: inset(0 round 18px 18px 0 0);
  transform: translateZ(0);
  backface-visibility: hidden;
}

.featured-photo {
  border-radius: inherit;
  backface-visibility: hidden;
}

.featured-art::after,
.article-visual::after {
  display: none;
}

.featured-content {
  padding: 29px 30px 30px;
}

.featured-content strong {
  margin-top: 15px;
  font-size: clamp(29px, 2.65vw, 38px);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

.featured-link {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  margin-top: 22px;
  padding: 0 17px;
  color: #fff;
  border: 0;
  border-radius: 8px;
  background: var(--green);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: none;
  transition: background 180ms ease;
}

.featured-card:hover .featured-link,
.featured-card:focus-visible .featured-link {
  background: var(--green-deep);
}

.archive {
  padding-block: 112px 132px;
}

.archive h2 {
  margin-top: 12px;
  font-size: clamp(52px, 5.6vw, 76px);
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 0.96;
}

.filters {
  gap: 8px;
}

.filters button {
  min-width: 72px;
  height: 40px;
  padding: 0 17px;
  color: var(--green-deep);
  border: 1px solid #c7c7c7;
  border-radius: 10px;
  background: transparent;
  font-family: var(--sans);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: none;
  transition: color 180ms ease, border-color 180ms ease, background 180ms ease;
}

.filters button:hover,
.filters button:focus-visible {
  color: var(--green);
  border-color: var(--green);
  background: rgba(18, 102, 86, 0.06);
}

.filters button.is-active {
  color: #fff;
  border-color: var(--green);
  background: var(--green);
}

.article-grid {
  gap: 64px 30px;
  padding-top: 54px;
}

.article-visual {
  border-radius: 16px;
}

.article-photo {
  filter: saturate(0.86) contrast(1.02);
}

.article-card .article-meta {
  margin-top: 19px;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.45px;
  text-transform: none;
}

.article-card h3 {
  margin-top: 13px;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1.04;
}

@media (max-width: 950px) {
  .featured-card {
    min-height: 430px;
  }

  .featured-art {
    border-radius: 18px 0 0 18px;
    clip-path: inset(0 round 18px 0 0 18px);
  }

  .conversion-inner {
    grid-template-columns: 1fr;
    gap: 42px;
    width: min(780px, calc(100vw - 40px));
  }

  .conversion-action {
    max-width: 560px;
  }
}

@media (max-width: 620px) {
  .hero h1 {
    font-size: clamp(56px, 16vw, 76px);
  }

  .hero-intro {
    font-size: 16px;
  }

  .featured-card {
    min-height: 0;
    border-radius: 15px;
  }

  .featured-art {
    border-radius: 15px 15px 0 0;
    clip-path: inset(0 round 15px 15px 0 0);
  }

  .archive h2 {
    font-size: 51px;
  }

  .filters {
    gap: 7px;
  }

  .filters button {
    min-width: 0;
    padding-inline: 10px;
    font-size: 13px;
  }

  .article-visual {
    border-radius: 14px;
  }

  .article-card h3 {
    font-size: 29px;
  }

  .conversion-cta {
    padding-block: 62px;
  }

  .conversion-inner {
    width: calc(100vw - 30px);
  }

  .conversion-copy h2 {
    font-size: 45px;
  }

  .conversion-details {
    align-items: flex-start;
    flex-direction: column;
    gap: 11px;
  }

  .conversion-details li {
    min-height: 0;
    padding-inline: 0;
    border-left: 0;
  }

  .conversion-action {
    padding: 27px 24px 23px;
  }
}
