@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* Footer redesign 2026-05-26 */
.site-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 505px) minmax(0, 1fr) !important;
  grid-template-rows: 263px auto !important;
  grid-template-areas:
    "map cta"
    "bottom bottom" !important;
  gap: 0 22px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 313px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #020202 !important;
  color: #fafafa !important;
  box-sizing: border-box !important;
}

.footer-map {
  grid-area: map;
  display: grid !important;
  width: 100% !important;
  height: 263px !important;
  min-height: 263px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #151515 !important;
  box-sizing: border-box !important;
}

.footer-map-canvas,
.footer-map-gate,
.footer-map-link {
  grid-area: 1 / 1;
}

.footer-map-canvas {
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  filter: none !important;
}

.footer-map .leaflet-tile-pane {
  filter: grayscale(1) invert(1) contrast(1.18) brightness(0.9) !important;
}

.footer-map .leaflet-container,
.footer-map .leaflet-tile-pane {
  background: #151515 !important;
}

.footer-map-gate,
.footer-map-link {
  display: none;
}

.footer-map-link {
  color: #fafafa !important;
  text-decoration: none !important;
}

.footer-cta {
  grid-area: cta;
  display: grid !important;
  justify-items: start !important;
  align-content: start !important;
  max-width: 760px !important;
  padding: clamp(30px, 3.2vw, 48px) clamp(20px, 3vw, 52px) 0 0 !important;
  text-align: left !important;
}

.footer-cta h2 {
  max-width: 780px !important;
  margin: 0 0 24px !important;
  color: #fafafa !important;
  font-family: var(--font-serif) !important;
  font-size: clamp(40px, 4.3vw, 66px) !important;
  font-weight: 700 !important;
  line-height: 1.02 !important;
  letter-spacing: 0 !important;
}

.footer-cta-trigger {
  all: unset;
  display: inline !important;
  cursor: pointer;
}

.footer-cta-trigger:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 6px;
}

.footer-beta {
  max-width: 560px !important;
  margin: 0 0 28px !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
  text-align: left !important;
}

.footer-contacts {
  display: grid !important;
  gap: 20px !important;
  justify-items: start !important;
  align-content: start !important;
  margin: 0 !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1.15 !important;
  text-align: left !important;
}

.footer-contacts a,
.footer-nav a {
  color: #fafafa !important;
  text-decoration: none !important;
}

.footer-contacts a:hover,
.footer-nav a:hover {
  text-decoration: underline !important;
  text-underline-offset: 4px !important;
}

.footer-bottom {
  grid-area: bottom;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 30px !important;
  padding: 22px clamp(20px, 2.7vw, 40px) 20px !important;
  box-sizing: border-box !important;
}

.footer-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px clamp(24px, 3vw, 48px) !important;
  align-content: end !important;
  justify-items: start !important;
  margin: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.footer-copy {
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.footer-leaflet-pin span {
  border-color: #fafafa !important;
  background: #8a7d55 !important;
  box-shadow: 0 0 0 2px rgba(2, 2, 2, 0.86) !important;
}

.footer-map .leaflet-control-zoom {
  border: 1px solid rgba(250, 250, 250, 0.28) !important;
}

.footer-map .leaflet-control-zoom a {
  background: rgba(2, 2, 2, 0.78) !important;
  color: #fafafa !important;
}

.contacts-page {
  display: grid;
  gap: clamp(56px, 8vw, 110px);
  padding: clamp(92px, 12vw, 150px) clamp(20px, 5vw, 72px) clamp(72px, 9vw, 120px);
  background: #f4f2ec;
  color: #111;
}

.contacts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 76px);
  align-items: start;
}

.contacts-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(54px, 9vw, 132px);
  line-height: 0.92;
  letter-spacing: 0;
}

.contacts-note {
  max-width: 560px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1.32;
}

.contacts-details {
  display: grid;
  gap: 18px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 18px;
  font-style: normal;
  line-height: 1.22;
}

.contacts-details a {
  color: inherit;
  text-decoration: none;
}

.contacts-details a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.contacts-map-section {
  display: grid;
  gap: 18px;
}

.contacts-map-section h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.contacts-map-shell {
  grid-area: auto !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: clamp(320px, 42vw, 560px) !important;
  min-height: 320px !important;
  margin: 0 !important;
}

@media (max-width: 900px) {
  .site-footer {
    grid-template-columns: 1fr !important;
    grid-template-areas:
      "cta"
      "map"
      "bottom" !important;
    gap: 24px !important;
    min-height: 0 !important;
    padding: 20px !important;
  }

  .footer-cta {
    padding: 0 !important;
  }

  .footer-cta h2 {
    max-width: 360px !important;
    margin-bottom: 24px !important;
    font-size: clamp(34px, 9vw, 46px) !important;
    line-height: 1.08 !important;
  }

  .footer-beta {
    max-width: 360px !important;
    margin-bottom: 22px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  .footer-contacts {
    gap: 18px !important;
    font-size: 14px !important;
    line-height: 1.15 !important;
  }

  .footer-map {
    width: 100% !important;
    height: 234px !important;
    min-height: 234px !important;
    margin: 0 !important;
  }

  .footer-map-canvas {
    pointer-events: none;
  }

  .footer-map.is-map-active .footer-map-canvas {
    pointer-events: auto;
  }

  .footer-map-gate {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-self: center;
    max-width: 240px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(250, 250, 250, 0.72);
    background: rgba(2, 2, 2, 0.72);
    color: #fafafa;
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 20;
  }

  .footer-map.is-map-active .footer-map-gate {
    display: none;
  }

  .footer-map-link {
    display: inline-flex;
    align-self: end;
    justify-self: start;
    margin: 12px;
    padding: 8px 10px;
    background: rgba(2, 2, 2, 0.72);
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
  }

  .footer-bottom {
    display: grid !important;
    gap: 28px !important;
    padding: 0 !important;
  }

  .footer-nav {
    display: grid !important;
    gap: 20px !important;
    font-size: 14px !important;
  }

  .footer-copy {
    justify-self: end !important;
    font-size: 13px !important;
  }

  .contacts-page {
    gap: 52px;
    padding: 92px 20px 72px;
  }

  .contacts-hero {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .contacts-hero h1 {
    font-size: 56px;
    line-height: 0.95;
  }

  .contacts-note,
  .contacts-details {
    font-size: 16px;
  }

  .contacts-map-shell {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* Interview mobile final overrides: must stay after shared footer rules. */
@media (max-width: 700px) {
  body[data-content-page="interview"] {
    overflow-x: hidden;
  }

  body[data-content-page="interview"] .article-vt--interview {
    --article-vt-width: 100% !important;
    --article-vt-prose: 100% !important;
    --interview-left: 123px;
    --interview-copy: calc(100vw - var(--interview-left) - 20px);
    --interview-rail-left: 113px;
    --interview-rail-right: 328px;
    width: 100% !important;
    max-width: none !important;
    padding-top: 64px !important;
    overflow-x: clip;
  }

  body[data-content-page="interview"] .article-vt--interview article {
    width: 100% !important;
    max-width: none !important;
    gap: 39px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-head {
    width: 100% !important;
    max-width: none !important;
    padding: 0 20px !important;
    box-sizing: border-box;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-kicker {
    margin: 0 0 7px !important;
    font-size: 8px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-head h1 {
    max-width: 310px !important;
    font-size: 32px !important;
    line-height: 1.16 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-dek {
    max-width: 310px !important;
    margin-top: 23px !important;
    font-size: 20px !important;
    line-height: 1.15 !important;
  }

  body[data-content-page="interview"] .article-vt-credit {
    margin-top: 27px !important;
    font-size: 8px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-body {
    width: 100% !important;
    max-width: none !important;
    gap: 0 !important;
    background: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-section,
  body[data-content-page="interview"] .article-vt--interview .interview-lede,
  body[data-content-page="interview"] .article-vt--interview .interview-origin,
  body[data-content-page="interview"] .article-vt--interview .interview-team,
  body[data-content-page="interview"] .article-vt--interview .interview-market-quote,
  body[data-content-page="interview"] .article-vt--interview .interview-process,
  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych,
  body[data-content-page="interview"] .article-vt--interview .interview-bad-product,
  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue,
  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote,
  body[data-content-page="interview"] .article-vt--interview .interview-client-columns,
  body[data-content-page="interview"] .article-vt--interview .interview-final-quote,
  body[data-content-page="interview"] .article-vt--interview .interview-request {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    justify-self: stretch !important;
    box-sizing: border-box;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-media,
  body[data-content-page="interview"] .article-vt--interview .article-vt-media img {
    max-width: none !important;
    height: auto !important;
    margin: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-media img {
    display: block !important;
    object-fit: cover !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-copy,
  body[data-content-page="interview"] .article-vt--interview .interview-process-copy,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy,
  body[data-content-page="interview"] .article-vt--interview .interview-client-copy {
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-process .article-vt-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-client-copy p {
    margin: 0 0 16px !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-speaker,
  body[data-content-page="interview"] .article-vt--interview .article-vt-copy .interview-speaker {
    margin: 0 0 10px !important;
    font-family: var(--font-serif) !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.14 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-copy .interview-question,
  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-copy .interview-question:first-child,
  body[data-content-page="interview"] .article-vt--interview .interview-process .article-vt-copy .interview-question {
    max-width: none !important;
    margin: 0 0 42px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-look-caption {
    max-width: 130px !important;
    margin: 0 0 10px 10px !important;
    font-size: 8px !important;
    line-height: 1.12 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 36px !important;
    padding-bottom: 72px !important;
    background: linear-gradient(#111, #111) var(--interview-rail-right) 0 / 1px 100% no-repeat !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede .article-vt-media,
  body[data-content-page="interview"] .article-vt--interview .interview-lede .article-vt-copy {
    width: 298px !important;
    margin-left: 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede .article-vt-media img {
    width: 298px !important;
    aspect-ratio: 298 / 281 !important;
    object-position: center center !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede .article-vt-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-lede .article-vt-copy p:first-child {
    margin: 0 !important;
    font-size: 20px !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 79px !important;
    background: linear-gradient(#111, #111) var(--interview-rail-left) 535px / 1px 611px no-repeat !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-media {
    order: 1 !important;
    width: 417px !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-media img {
    width: 417px !important;
    aspect-ratio: 417 / 535 !important;
    object-position: center center !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-copy {
    order: 2 !important;
    width: var(--interview-copy) !important;
    margin-left: var(--interview-left) !important;
    padding-top: 57px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-copy .interview-question:first-child {
    margin-bottom: 42px !important;
    font-size: 24px !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin .article-vt-copy .interview-subhead {
    margin: 26px 0 16px !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team {
    margin-bottom: 68px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-media,
  body[data-content-page="interview"] .article-vt--interview .interview-team-media img {
    width: 100vw !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-media img {
    aspect-ratio: 438.632 / 560.199 !important;
    object-position: center top !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-caption {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin: 0 20px 18px !important;
    gap: 12px !important;
    font-size: 8px !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-market-quote {
    margin-bottom: 58px !important;
    justify-items: start !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-market-quote .article-vt-quote,
  body[data-content-page="interview"] .article-vt--interview .interview-bad-product .article-vt-quote {
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
    font-size: 48px !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
    text-align: left !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 80px !important;
    background:
      linear-gradient(#111, #111) var(--interview-rail-left) 0 / 1px 815px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-right) 815px / 1px 857px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-left) 2358px / 1px 334px no-repeat !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-column {
    display: contents !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-rule {
    display: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--wide {
    order: 1 !important;
    width: 296px !important;
    margin-left: 123px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--wide img {
    width: 296px !important;
    aspect-ratio: 296 / 401 !important;
    object-position: center top !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-copy--right-top {
    order: 2 !important;
    width: var(--interview-copy) !important;
    margin: 58px 0 0 var(--interview-left) !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--right {
    order: 3 !important;
    width: 318px !important;
    margin: 54px 0 0 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--right img {
    width: 318px !important;
    aspect-ratio: 318 / 477 !important;
    object-position: center top !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-copy--left {
    order: 4 !important;
    width: 298px !important;
    margin: 54px 0 0 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--narrow-left {
    order: 5 !important;
    width: calc(100vw + 18px) !important;
    margin: 70px 0 0 -14px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-media--narrow-left img {
    width: calc(100vw + 18px) !important;
    aspect-ratio: 458 / 686 !important;
    object-position: center top !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-copy--right-bottom {
    order: 6 !important;
    width: var(--interview-copy) !important;
    margin: 48px 0 0 var(--interview-left) !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych {
    display: grid !important;
    grid-template-columns: 169px 197px !important;
    justify-content: space-between !important;
    align-items: start !important;
    gap: 26px 0 !important;
    padding: 0 20px 60px !important;
    box-sizing: border-box;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media,
  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media img,
  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media,
  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media img {
    height: auto !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(1),
  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(1) img {
    width: 169px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(2),
  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(2) img {
    width: 197px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(3) {
    grid-column: 2 !important;
    width: 192px !important;
    justify-self: end !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych .article-vt-media:nth-child(3) img {
    width: 192px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-bad-product {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    padding-bottom: 40px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-bad-product .article-vt-quote {
    font-size: 32px !important;
    line-height: 0.98 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-bad-product-media {
    display: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych {
    display: grid !important;
    grid-template-columns: 167px 197px !important;
    justify-content: space-between !important;
    align-items: start !important;
    gap: 40px 0 !important;
    padding: 0 20px 80px !important;
    box-sizing: border-box;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(3) {
    order: 1 !important;
    grid-column: 2 !important;
    width: 197px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(1) {
    order: 2 !important;
    grid-column: 1 !important;
    width: 167px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(2) {
    order: 3 !important;
    grid-column: 2 !important;
    width: 194px !important;
    justify-self: end !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(1) img {
    width: 167px !important;
    aspect-ratio: 167 / 241 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(2) img {
    width: 194px !important;
    aspect-ratio: 194 / 240 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych .article-vt-media:nth-child(3) img {
    width: 197px !important;
    aspect-ratio: 197 / 283 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue {
    display: grid !important;
    gap: 0 !important;
    padding-bottom: 76px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-media {
    width: calc(100% - 40px) !important;
    margin: 0 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-media img {
    width: 100% !important;
    aspect-ratio: 400 / 278 !important;
    object-position: center center !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 200px) 1px minmax(0, 195px) !important;
    grid-template-rows: auto 1px auto !important;
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
    gap: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-rule,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-cross {
    display: block !important;
    background: #111 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-rule {
    grid-column: 2 !important;
    grid-row: 1 / 4 !important;
    width: 1px !important;
    height: 100% !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-cross {
    grid-column: 1 / 4 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 1px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy--left {
    grid-column: 1 !important;
    grid-row: 1 !important;
    width: 100% !important;
    padding: 46px 5px 7px 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy--right {
    grid-column: 3 !important;
    grid-row: 3 !important;
    width: 100% !important;
    padding: 28px 0 0 5px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy .interview-question {
    margin: 0 0 26px !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote {
    margin: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote-media {
    display: grid !important;
    width: 100% !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote-media img,
  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote-media .article-vt-quote {
    grid-area: 1 / 1 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote-media img {
    width: 100% !important;
    height: 314px !important;
    object-fit: cover !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-delivery-quote-media .article-vt-quote {
    width: calc(100% - 40px) !important;
    margin: 108px 20px 0 !important;
    padding: 0 !important;
    font-size: 48px !important;
    line-height: 0.96 !important;
    letter-spacing: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-columns {
    display: grid !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    gap: 0 !important;
    padding: 80px 0 0 !important;
    background:
      linear-gradient(#111, #111) var(--interview-rail-right) 0 / 1px 998px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-left) 998px / 1px 906px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-right) 1904px / 1px 680px no-repeat !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column {
    display: contents !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--left,
  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle,
  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right {
    width: 100% !important;
    margin: 0 !important;
    padding-top: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-rule,
  body[data-content-page="interview"] .article-vt--interview .interview-client-gap,
  body[data-content-page="interview"] .article-vt--interview .interview-client-spacer {
    display: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--left .interview-client-media {
    order: 1 !important;
    width: 296px !important;
    margin-left: 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--left .interview-client-media img {
    width: 296px !important;
    aspect-ratio: 296 / 412 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--left .interview-client-copy {
    order: 2 !important;
    width: 296px !important;
    margin: 48px 0 0 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle .interview-client-media {
    order: 3 !important;
    width: 296px !important;
    margin: 43px 0 0 123px !important;
    padding-top: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle .interview-client-media img {
    width: 296px !important;
    aspect-ratio: 296 / 414 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle .interview-client-copy {
    order: 4 !important;
    width: var(--interview-copy) !important;
    margin: 48px 0 0 var(--interview-left) !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right .interview-client-media {
    order: 5 !important;
    width: 298px !important;
    margin: 46px 0 0 20px !important;
    padding-top: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right .interview-client-media img {
    width: 298px !important;
    aspect-ratio: 298 / 410 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right .interview-client-copy {
    order: 6 !important;
    width: 298px !important;
    margin: 47px 0 0 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-copy .interview-question {
    margin: 0 0 16px !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-copy .interview-question:not(:first-child) {
    margin-top: 28px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote {
    margin-top: 78px !important;
    margin-bottom: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote::after {
    display: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote-media {
    display: grid !important;
    width: 100% !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote-media img,
  body[data-content-page="interview"] .article-vt--interview .interview-final-quote-media .article-vt-quote {
    grid-area: 1 / 1 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote-media img {
    width: 100% !important;
    aspect-ratio: 440 / 311 !important;
    object-fit: cover !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote-media .article-vt-quote {
    justify-self: center !important;
    width: calc(100% - 40px) !important;
    margin: 92px 0 0 !important;
    padding: 0 !important;
    font-size: 32px !important;
    line-height: 0.91 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 27px !important;
    margin-top: 86px !important;
    padding: 0 20px 67px !important;
    border-top: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-bp-copy,
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .kicker {
    margin: 0 0 17px !important;
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request h2 {
    margin: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 36px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-bp-copy p:not(.kicker) {
    max-width: none !important;
    margin: 22px 0 0 !important;
    font-size: 14px !important;
    line-height: 1.14 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form {
    display: grid !important;
    gap: 27px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form > label:not(.home-request-consent) {
    display: grid !important;
    gap: 5px !important;
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-transform: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form input[type="text"],
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form input[type="email"],
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form select,
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form textarea {
    width: 100% !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-sizing: border-box !important;
    font-family: var(--font-serif) !important;
    font-size: 16px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form input[type="text"],
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form input[type="email"],
  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form select {
    height: 30px !important;
    min-height: 30px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form textarea {
    height: 113px !important;
    min-height: 113px !important;
    resize: vertical !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-consent {
    display: grid !important;
    grid-template-columns: 14px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    row-gap: 4px !important;
    align-items: start !important;
    margin: 0 !important;
    font-family: var(--font-serif) !important;
    font-size: 12px !important;
    line-height: 1.15 !important;
    text-transform: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-consent input[type="checkbox"] {
    width: 14px !important;
    height: 14px !important;
    min-width: 14px !important;
    min-height: 14px !important;
    margin: 0 !important;
    accent-color: #111 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-consent a {
    grid-column: 2 !important;
    color: inherit !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request .home-request-form .outline-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 12px 18px !important;
    border: 1px solid #111 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-family: var(--font-serif) !important;
    font-size: 15px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
  }
}

@media (min-width: 520px) and (max-width: 700px) {
  body[data-content-page="interview"] .article-vt--interview .interview-process {
    background:
      linear-gradient(#111, #111) var(--interview-rail-left) 0 / 1px 815px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-right) 815px / 1px 857px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-left) 2560px / 1px 520px no-repeat !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-columns {
    background:
      linear-gradient(#111, #111) var(--interview-rail-right) 0 / 1px 998px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-left) 998px / 1px 833px no-repeat,
      linear-gradient(#111, #111) var(--interview-rail-right) 1831px / 1px 680px no-repeat !important;
  }
}

@media (min-width: 701px) and (max-width: 1180px) {
  body[data-content-page="interview"] .article-vt--interview {
    --article-vt-width: calc(100% - 56px) !important;
    --article-vt-prose: min(100%, 620px) !important;
    overflow-x: clip;
  }

  body[data-content-page="interview"] .article-vt--interview .article-vt-section,
  body[data-content-page="interview"] .article-vt--interview .interview-lede,
  body[data-content-page="interview"] .article-vt--interview .interview-origin,
  body[data-content-page="interview"] .article-vt--interview .interview-process,
  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych,
  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych,
  body[data-content-page="interview"] .article-vt--interview .interview-bad-product,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue,
  body[data-content-page="interview"] .article-vt--interview .interview-client-columns {
    max-width: min(100%, 760px) !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede,
  body[data-content-page="interview"] .article-vt--interview .interview-origin,
  body[data-content-page="interview"] .article-vt--interview .interview-process,
  body[data-content-page="interview"] .article-vt--interview .interview-client-columns {
    grid-template-columns: 1fr !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-column,
  body[data-content-page="interview"] .article-vt--interview .interview-client-column {
    display: grid !important;
    gap: 34px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process-rule,
  body[data-content-page="interview"] .article-vt--interview .interview-client-rule,
  body[data-content-page="interview"] .article-vt--interview .interview-client-gap,
  body[data-content-page="interview"] .article-vt--interview .interview-client-spacer {
    display: none !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-look-triptych,
  body[data-content-page="interview"] .article-vt--interview .interview-detail-triptych {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }
}

/* Vacancies page 2026-05-26 */
body[data-content-page="vacancies"] {
  background: #f5f3ef;
  color: #111;
}

.vacancies-page {
  display: grid;
  gap: clamp(82px, 9vw, 136px);
  width: 100%;
  padding: clamp(112px, 11vw, 156px) clamp(20px, 5vw, 72px) clamp(88px, 10vw, 144px);
  background: #f5f3ef;
  color: #111;
  box-sizing: border-box;
}

.vacancies-page .kicker {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.vacancies-hero,
.vacancies-openings,
.vacancies-work,
.vacancies-final {
  width: min(100%, 1280px);
  margin: 0 auto;
}

.vacancies-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.62fr);
  gap: clamp(30px, 5vw, 78px);
  align-items: end;
}

.vacancies-hero-copy {
  display: grid;
  gap: clamp(18px, 2vw, 28px);
}

.vacancies-hero h1 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(76px, 12vw, 172px);
  font-weight: 700;
  line-height: 0.84;
  letter-spacing: 0;
}

.vacancies-hero-text {
  display: grid;
  gap: 22px;
  align-self: end;
  max-width: 540px;
}

.vacancies-hero-text p,
.vacancy-card p,
.vacancy-card li,
.vacancy-meta dd,
.vacancies-work-copy p,
.vacancies-principles li,
.vacancies-final p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.22;
}

.vacancies-lead {
  font-family: var(--font-serif) !important;
  font-size: clamp(28px, 3.4vw, 48px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.vacancies-cta {
  justify-self: start;
  min-height: 44px;
  padding: 11px 18px 10px;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

.vacancies-cta:hover,
.vacancies-cta:focus-visible {
  background: #111;
  color: #f5f3ef;
}

.vacancies-hero-image {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: minmax(0, 0.62fr) minmax(260px, 0.38fr);
  gap: clamp(18px, 3vw, 42px);
  align-items: end;
  margin: clamp(8px, 2vw, 28px) 0 0;
}

.vacancies-hero-image img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  object-position: 50% 40%;
}

.vacancies-hero-image figcaption {
  max-width: 260px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.18;
  text-transform: uppercase;
}

.vacancies-section-head {
  display: grid;
  grid-template-columns: minmax(160px, 0.28fr) minmax(0, 0.72fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: start;
  margin-bottom: clamp(36px, 5vw, 70px);
  padding-top: 22px;
  border-top: 1px solid #111;
}

.vacancies-section-head h2,
.vacancies-work h2,
.vacancies-final h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 6vw, 82px);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}

.vacancies-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4.2vw, 64px) clamp(28px, 4vw, 56px);
}

.vacancy-card {
  display: grid;
  gap: 26px;
  padding: 22px 0 34px;
  border-top: 1px solid #111;
}

.vacancy-card-head {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 18px;
}

.vacancy-card-head span {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

.vacancy-card h3 {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.2vw, 34px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.vacancy-card-body {
  display: grid;
  gap: 22px;
}

.vacancy-card h4,
.vacancy-meta dt {
  margin: 0 0 9px;
  color: #5d5a54;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.vacancy-card ul {
  display: grid;
  gap: 5px;
  margin: 0;
  padding-left: 18px;
}

.vacancy-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 0;
  padding-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.22);
}

.vacancy-meta dd {
  margin: 0;
}

.vacancies-work {
  display: grid;
  grid-template-columns: minmax(180px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(28px, 5vw, 82px);
  align-items: start;
  padding-top: 22px;
  border-top: 1px solid #111;
}

.vacancies-work-copy {
  display: grid;
  gap: clamp(28px, 4vw, 52px);
}

.vacancies-principles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.vacancies-principles li {
  padding-top: 14px;
  border-top: 1px solid #111;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.08;
  text-transform: uppercase;
}

.vacancies-final {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) auto;
  gap: clamp(24px, 5vw, 72px);
  align-items: end;
  padding-top: 24px;
  border-top: 1px solid #111;
}

.vacancies-final div {
  display: grid;
  gap: 22px;
}

.vacancies-final p {
  max-width: 520px;
}

@media (max-width: 900px) {
  .vacancies-page {
    gap: 70px;
    padding: 94px 20px 82px;
  }

  .vacancies-hero,
  .vacancies-section-head,
  .vacancies-work,
  .vacancies-final {
    grid-template-columns: 1fr;
  }

  .vacancies-hero {
    gap: 30px;
  }

  .vacancies-hero h1 {
    font-size: clamp(66px, 22vw, 108px);
    line-height: 0.9;
  }

  .vacancies-hero-text {
    max-width: none;
  }

  .vacancies-hero-image {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .vacancies-hero-image img {
    aspect-ratio: 4 / 5;
  }

  .vacancies-section-head {
    gap: 14px;
    margin-bottom: 28px;
  }

  .vacancies-list,
  .vacancy-meta,
  .vacancies-principles {
    grid-template-columns: 1fr;
  }

  .vacancy-card {
    gap: 22px;
    padding-bottom: 28px;
  }

  .vacancy-card-head {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 14px;
  }

  .vacancy-card h3 {
    font-size: 26px;
  }

  .vacancies-final .vacancies-cta {
    justify-self: start;
  }
}

/* Contacts page final layout 2026-05-26 */
body[data-content-page="contacts"] {
  background: #f4f2ec;
}

body[data-content-page="contacts"] .contacts-page {
  display: grid;
  gap: clamp(72px, 8vw, 128px);
  padding: clamp(112px, 11vw, 156px) clamp(20px, 5vw, 72px) clamp(84px, 9vw, 132px);
  background: #f4f2ec;
  color: #111;
}

body[data-content-page="contacts"] .contacts-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(32px, 7vw, 104px);
  align-items: end;
  min-height: min(58vw, 620px);
}

body[data-content-page="contacts"] .contacts-hero-copy {
  display: grid;
  gap: clamp(18px, 2vw, 30px);
}

body[data-content-page="contacts"] .contacts-hero h1 {
  max-width: 980px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(48px, 8.2vw, 128px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

body[data-content-page="contacts"] .contacts-hero-action {
  display: grid;
  gap: 28px;
  align-content: end;
  max-width: 420px;
  padding-bottom: clamp(4px, 1vw, 16px);
}

body[data-content-page="contacts"] .contacts-hero-action p,
body[data-content-page="contacts"] .contacts-person-card p,
body[data-content-page="contacts"] .contacts-general h2 {
  margin: 0;
}

body[data-content-page="contacts"] .contacts-hero-action p {
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.55vw, 24px);
  line-height: 1.28;
}

body[data-content-page="contacts"] .contacts-cta {
  display: inline-flex;
  width: fit-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid #111;
  border-radius: 0;
  background: #111;
  color: #fafafa;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
}

body[data-content-page="contacts"] .contacts-cta:hover,
body[data-content-page="contacts"] .contacts-cta:focus-visible {
  background: transparent;
  color: #111;
}

body[data-content-page="contacts"] .contacts-cta:focus-visible {
  outline: 1px solid #111;
  outline-offset: 5px;
}

body[data-content-page="contacts"] .contacts-people {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(24px, 3vw, 42px);
}

body[data-content-page="contacts"] .contacts-person-card {
  display: grid;
  min-height: 360px;
  align-content: space-between;
  gap: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(17, 17, 17, 0.52);
}

body[data-content-page="contacts"] .contacts-person-card h2 {
  margin: 0 0 14px;
  font-family: var(--font-serif);
  font-size: clamp(38px, 4.6vw, 68px);
  font-weight: 600;
  line-height: 0.96;
  letter-spacing: 0;
}

body[data-content-page="contacts"] .contacts-person-card p {
  max-width: 360px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.28;
}

body[data-content-page="contacts"] .contacts-person-card address,
body[data-content-page="contacts"] .contacts-general address {
  display: grid;
  gap: 14px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  font-style: normal;
  line-height: 1.2;
}

body[data-content-page="contacts"] .contacts-person-card a,
body[data-content-page="contacts"] .contacts-office a,
body[data-content-page="contacts"] .contacts-general a {
  color: inherit;
  text-decoration: none;
}

body[data-content-page="contacts"] .contacts-person-card a:hover,
body[data-content-page="contacts"] .contacts-office a:hover,
body[data-content-page="contacts"] .contacts-general a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

body[data-content-page="contacts"] .contacts-person-note {
  color: rgba(17, 17, 17, 0.58);
}

body[data-content-page="contacts"] .contacts-office {
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 80px);
  align-items: start;
}

body[data-content-page="contacts"] .contacts-office-head {
  display: grid;
  gap: 18px;
}

body[data-content-page="contacts"] .contacts-office h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(46px, 6vw, 92px);
  font-weight: 600;
  line-height: 0.95;
  letter-spacing: 0;
}

body[data-content-page="contacts"] .contacts-office a {
  max-width: 280px;
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.25;
}

body[data-content-page="contacts"] .contacts-map {
  grid-area: auto !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: clamp(340px, 32vw, 520px) !important;
  min-height: 340px !important;
  margin: 0 !important;
}

body[data-content-page="contacts"] .contacts-general {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 320px) auto;
  gap: clamp(24px, 4vw, 64px);
  align-items: end;
  padding-top: 28px;
  border-top: 1px solid rgba(17, 17, 17, 0.52);
}

body[data-content-page="contacts"] .contacts-general h2 {
  max-width: 720px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 62px);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
}

@media (max-width: 980px) {
  body[data-content-page="contacts"] .contacts-hero,
  body[data-content-page="contacts"] .contacts-office,
  body[data-content-page="contacts"] .contacts-general {
    grid-template-columns: 1fr;
  }

  body[data-content-page="contacts"] .contacts-people {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-content-page="contacts"] .contacts-person-card {
    min-height: 300px;
  }
}

@media (max-width: 640px) {
  body[data-content-page="contacts"] .contacts-page {
    gap: 72px;
    padding: 92px 20px 84px;
  }

  body[data-content-page="contacts"] .contacts-hero {
    gap: 30px;
    min-height: 0;
  }

  body[data-content-page="contacts"] .contacts-hero h1 {
    font-size: clamp(43px, 14vw, 58px);
  }

  body[data-content-page="contacts"] .contacts-hero-action {
    gap: 22px;
  }

  body[data-content-page="contacts"] .contacts-people {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  body[data-content-page="contacts"] .contacts-person-card {
    min-height: 0;
    gap: 34px;
  }

  body[data-content-page="contacts"] .contacts-person-card h2 {
    font-size: 44px;
  }

  body[data-content-page="contacts"] .contacts-map {
    height: 300px !important;
    min-height: 300px !important;
  }

  body[data-content-page="contacts"] .contacts-general {
    gap: 26px;
  }

  body[data-content-page="contacts"] .contacts-general h2 {
    font-size: 34px;
  }
}

.article-vt-page {
  margin: 0;
  background: #fafafa;
}

.article-vt-page .site-header,
.article-vt-page .article-vt {
  background: #fafafa;
}

/* Page builder MVP */
.builder-page {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0 140px;
}

.builder-section {
  margin: 72px 0;
}

.builder-spacing-s {
  margin-block: 48px;
}

.builder-spacing-l {
  margin-block: 112px;
}

.builder-kicker {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  color: #666;
}

.builder-title,
.builder-section h1,
.builder-section h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

.builder-title {
  font-size: clamp(36px, 6vw, 78px);
  line-height: 0.96;
}

.builder-section h2 {
  font-size: clamp(26px, 3.6vw, 48px);
  line-height: 1;
}

.builder-section p {
  margin: 16px 0 0;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.18;
}

.builder-lead {
  max-width: 620px;
}

.builder-hero,
.builder-text-image,
.builder-text-stacked-images {
  display: grid;
  gap: 32px;
}

.builder-hero--center {
  text-align: center;
}

.builder-hero--center .builder-hero-media,
.builder-hero--center .builder-lead {
  margin-inline: auto;
}

.builder-media {
  margin: 0;
}

.builder-media img,
.builder-image-placeholder {
  display: block;
  width: 100%;
  height: 100%;
}

.builder-media img {
  object-fit: cover;
}

.builder-image-placeholder {
  background: #d9d9d9;
}

.builder-media figcaption {
  margin-top: 8px;
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1.2;
  color: #777;
  text-transform: uppercase;
}

.builder-ratio-wide {
  aspect-ratio: 16 / 9;
}

.builder-ratio-square {
  aspect-ratio: 1;
}

.builder-ratio-portrait {
  aspect-ratio: 3 / 4;
}

.builder-text {
  margin-inline: auto;
}

.builder-text--narrow {
  max-width: 620px;
}

.builder-text--regular {
  max-width: 820px;
}

.builder-text--wide {
  max-width: 1040px;
}

.builder-text--scale-s p {
  font-size: 16px;
}

.builder-text--scale-l p {
  font-size: 22px;
}

.builder-image--regular {
  max-width: 900px;
  margin-inline: auto;
}

.builder-image--full {
  width: 100%;
}

.builder-image-pair,
.builder-grid,
.builder-stacked-media {
  display: grid;
}

.builder-gap-s {
  gap: 12px;
}

.builder-gap-m {
  gap: 24px;
}

.builder-gap-l {
  gap: 40px;
}

.builder-grid--mobile-1,
.builder-image-pair {
  grid-template-columns: 1fr;
}

.builder-full-bleed {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.builder-full-bleed .builder-media {
  width: 100%;
}

.builder-full-bleed--m .builder-media {
  height: clamp(260px, 42vw, 520px);
}

.builder-full-bleed--l .builder-media {
  height: clamp(320px, 52vw, 680px);
}

.builder-full-bleed--xl .builder-media {
  height: clamp(420px, 66vw, 840px);
}

.builder-price-list {
  max-width: 900px;
  margin-inline: auto;
}

.builder-price-list ul {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.builder-price-list li {
  display: grid;
  gap: 4px;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.15;
}

.builder-price-list strong {
  font-weight: 400;
}

.builder-price-list em,
.builder-note {
  font-style: normal;
  color: #666;
}

.builder-cta {
  max-width: 900px;
  margin-inline: auto;
}

.builder-cta-link {
  display: inline-block;
  margin-top: 20px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 4vw, 48px);
  line-height: 1;
  color: #111;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.builder-spacer--s {
  height: 32px;
}

.builder-spacer--m {
  height: 64px;
}

.builder-spacer--l {
  height: 112px;
}

.builder-page-status {
  font-family: var(--font-sans);
  font-size: 18px;
}

.builder-admin {
  min-height: 100vh;
  padding: 32px;
  font-family: var(--font-sans);
}

.builder-admin [hidden] {
  display: none !important;
}

body[data-content-page="builder-admin"] .site-footer {
  display: none;
}

.builder-admin-login,
.builder-admin-panel,
.builder-admin-preview {
  border: 1px solid #111;
  background: #f7f7f7;
}

.builder-admin-login {
  display: grid;
  gap: 16px;
  max-width: 360px;
  margin: 80px auto;
  padding: 24px;
}

.builder-admin-shell {
  display: grid;
  gap: 24px;
}

.builder-admin-panel,
.builder-admin-preview {
  padding: 20px;
}

.builder-admin label,
.builder-block-editor {
  display: grid;
  gap: 8px;
}

.builder-admin input,
.builder-admin select,
.builder-admin textarea,
.builder-admin button {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: #fff;
  color: #111;
  font: inherit;
  padding: 8px;
  box-sizing: border-box;
}

.builder-admin button {
  cursor: pointer;
  text-transform: uppercase;
}

.builder-admin textarea {
  min-height: 96px;
  resize: vertical;
}

.builder-admin-add,
.builder-admin-export,
.builder-block-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.builder-block-editor {
  padding: 16px;
  border: 1px solid #111;
  background: #fff;
}

.builder-block-editor h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 16px;
}

.builder-block-actions {
  display: flex;
  gap: 8px;
}

.builder-block-actions button {
  width: auto;
}

.builder-admin-preview {
  overflow: auto;
}

.builder-admin-preview > h2 {
  margin: 0 0 16px;
  font-size: 16px;
  text-transform: uppercase;
}

.builder-admin-preview .builder-page {
  width: min(900px, 100%);
  padding: 24px 0 80px;
}

@media (min-width: 700px) {
  .builder-image-pair {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .builder-price-list li {
    grid-template-columns: 1fr auto;
    align-items: baseline;
  }

  .builder-price-list li em {
    grid-column: 1 / -1;
  }
}

/* Article VT layout: source-matched editorial pages from assets/articles. */
.ssense-article-page {
  --article-vt-width: min(100% - 40px, 1040px);
  --article-vt-prose: min(100%, 860px);
}

.ssense-article-page .ssense-article {
  width: 100%;
  padding: clamp(54px, 7vw, 110px) 0 0;
}

.ssense-article-page .ssense-article-head {
  width: var(--article-vt-width);
  margin: 0 auto clamp(28px, 4vw, 58px);
  gap: 8px;
}

.ssense-article-page .article-category,
.ssense-article-page .article-credit {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0;
}

.ssense-article-page .article-credit {
  display: none;
}

.ssense-article-page .ssense-article-head h1 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  white-space: pre-line;
}

.ssense-article-page .article-dek {
  max-width: 640px;
  margin: 4px auto 0;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.18;
}

.ssense-article-page .article-image-hero {
  width: var(--article-vt-width);
  margin: 0 auto clamp(36px, 4vw, 70px);
}

.ssense-article-page .article-image-hero img {
  width: auto;
  max-width: min(100%, 760px);
  max-height: 620px;
}

.ssense-article-page .ssense-article-body {
  width: var(--article-vt-width);
  margin: 0 auto;
  gap: clamp(42px, 6vw, 92px);
}

.ssense-article-page .article-section,
.ssense-article-page .article-section:nth-child(even) {
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 44px);
  width: 100%;
  padding: 0;
}

.ssense-article-page .article-section:nth-child(even) .article-media-grid {
  order: initial;
}

.ssense-article-page .ssense-article-body > .article-section:first-child {
  min-height: 0;
  padding: 0;
  align-items: start;
}

.ssense-article-page .ssense-article-body > .article-section:first-child h2 {
  display: none;
}

.ssense-article-page .article-copy,
.ssense-article-page .ssense-article-body > .article-section:first-child .article-copy {
  width: var(--article-vt-prose);
  max-width: var(--article-vt-prose);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.ssense-article-page .article-copy p {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.28;
  text-align: justify;
}

.ssense-article-page .article-copy h2 {
  max-width: 920px;
  margin: 0 0 24px;
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: 1.04;
  text-transform: uppercase;
}

.ssense-article-page .article-media-grid {
  display: grid;
  width: min(100%, 900px);
  margin: 0 auto;
  gap: clamp(10px, 1.5vw, 22px);
}

.ssense-article-page .article-media-grid.media-two,
.ssense-article-page .article-media-grid.media-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssense-article-page .article-media-grid.media-three .article-image:nth-child(3):last-child,
.ssense-article-page .article-media-grid.media-three .article-image:nth-child(5):last-child {
  grid-column: auto;
}

.ssense-article-page .article-media-grid img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

.ssense-article-page .article-feature-photo-section .article-media-grid,
.ssense-article-page .article-photo-section .article-media-grid {
  width: min(100%, 960px);
}

.ssense-article-page .case-contact-block {
  width: var(--article-vt-width);
  margin: clamp(70px, 8vw, 130px) auto;
}

.ssense-article-page .article-switcher {
  display: none;
}

@media (max-width: 760px) {
  .ssense-article-page {
    --article-vt-width: calc(100% - 28px);
  }

  .ssense-article-page .ssense-article {
    padding-top: 72px;
  }

  .ssense-article-page .article-dek {
    font-size: 16px;
  }

  .ssense-article-page .article-media-grid.media-two,
  .ssense-article-page .article-media-grid.media-three {
    grid-template-columns: 1fr;
  }

  .ssense-article-page .article-copy p {
    font-size: 17px;
    line-height: 1.34;
    text-align: left;
  }
}

/* Semantic article pages generated from assets/articles layouts. */
.article-vt-page {
  color: oklch(19% 0.006 80);
}

.article-vt {
  --article-vt-width: min(100% - 40px, 1040px);
  --article-vt-prose: min(100%, 850px);
  width: 100%;
  padding: clamp(84px, 9vw, 132px) 0 clamp(84px, 10vw, 150px);
}

.article-vt article {
  display: grid;
  gap: clamp(38px, 5vw, 72px);
}

.article-vt-head,
.article-vt-body,
.article-vt-section {
  display: grid;
}

.article-vt-head {
  width: var(--article-vt-width);
  margin: 0 auto;
  justify-items: center;
  gap: 10px;
  text-align: center;
}

.article-vt-kicker,
.article-vt-dek {
  margin: 0;
  font-family: var(--font-sans);
  letter-spacing: 0;
}

.article-vt-kicker {
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.article-vt-head h1 {
  max-width: 820px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(42px, 6.4vw, 92px);
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-vt-dek {
  max-width: 650px;
  font-size: clamp(16px, 1.35vw, 21px);
  line-height: 1.2;
}

.article-vt-body {
  width: var(--article-vt-width);
  margin: 0 auto;
  gap: clamp(54px, 7vw, 112px);
}

.article-vt-section {
  gap: clamp(22px, 3vw, 44px);
  justify-items: center;
}

.article-vt-media {
  display: grid;
  width: 100%;
  margin: 0;
  place-items: center;
}

.article-vt-media img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: min(78vh, 760px);
  object-fit: contain;
}

.article-vt-hero img {
  max-height: min(72vh, 680px);
}

.article-vt-grid {
  display: grid;
  width: 100%;
  gap: clamp(12px, 1.6vw, 22px);
  align-items: start;
}

.article-vt-grid--one {
  grid-template-columns: 1fr;
}

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

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

.article-vt-grid--four,
.article-vt-grid--mosaic {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.article-vt-grid--mosaic .article-vt-media:nth-child(5),
.article-vt-grid--mosaic .article-vt-media:nth-child(6) {
  grid-column: span 2;
}

.article-vt-grid .article-vt-media img {
  width: 100%;
  max-height: none;
}

.article-vt-copy {
  width: var(--article-vt-prose);
  margin: 0 auto;
}

.article-vt-copy p {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.55vw, 23px);
  line-height: 1.3;
  text-align: justify;
}

.article-vt-copy p:last-child {
  margin-bottom: 0;
}

.article-vt-inline-quote {
  margin: 18px 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.55vw, 23px);
  font-weight: 700;
  line-height: 1.13;
  letter-spacing: 0;
  text-align: left;
}

.article-vt-copy > .article-vt-inline-quote:last-child {
  margin-bottom: 0;
}

.article-vt-copy--lead p {
  font-size: clamp(20px, 1.9vw, 30px);
  line-height: 1.2;
}

.article-vt-copy--center {
  text-align: center;
}

.article-vt-copy--center p {
  text-align: center;
}

.article-vt-quote {
  width: min(100%, 980px);
  margin: 0 auto;
  font-family: var(--font-sans);
  font-size: clamp(38px, 6.2vw, 98px);
  font-weight: 400;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}

.article-vt--interview .article-vt-quote {
  font-family: var(--font-serif);
  font-size: 64px;
  font-weight: 400;
  text-transform: none;
}

.article-vt--interview {
  --article-vt-width: min(100% - 236px, 1202px);
  --article-vt-prose: min(100%, 620px);
  --interview-rail-x: 480px;
  --interview-lede-image: 475px;
  --interview-origin-image: calc(100% - 5px);
  --interview-rail-height: 1436px;
  --interview-origin-question-width: 414px;
  padding-top: 88px;
}

.article-vt--interview article {
  gap: 122px;
}

.article-vt--interview .article-vt-head {
  gap: 0;
}

.article-vt--interview .article-vt-kicker {
  margin-bottom: 8px;
  font-size: 11px;
}

.article-vt--interview .article-vt-head h1 {
  max-width: 760px;
  font-size: 61px;
  line-height: 1.02;
}

.article-vt--interview .article-vt-dek {
  max-width: 650px;
  margin-top: 34px;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
}

.article-vt-credit {
  margin: 30px 0 0;
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.08;
}

.article-vt--interview .article-vt-body {
  gap: 84px;
  background:
    linear-gradient(oklch(32% 0.006 80), oklch(32% 0.006 80))
    var(--interview-rail-x) 0 / 1px var(--interview-rail-height) no-repeat;
}

.interview-lede {
  grid-template-columns: var(--interview-lede-image) minmax(0, 1fr);
  gap: 120px;
  align-items: start;
  justify-items: stretch;
}

.interview-lede .article-vt-media {
  justify-items: start;
}

.interview-lede .article-vt-media img {
  width: var(--interview-lede-image);
  max-height: none;
}

.interview-lede .article-vt-copy {
  width: 100%;
  padding-top: 2px;
}

.interview-lede .article-vt-copy p,
.interview-lede .article-vt-copy p:first-child {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 30px;
  font-weight: 400;
  line-height: 1.18;
  text-align: justify;
}

.article-vt--interview .article-vt-copy .interview-question {
  margin: 34px 0 22px;
  font-family: var(--font-serif);
  font-size: clamp(25px, 2.15vw, 31px);
  font-weight: 700;
  line-height: 1.06;
  text-align: left;
}

.article-vt--interview .article-vt-copy .interview-question:first-child {
  margin-top: 0;
}

.interview-origin {
  grid-template-columns: var(--interview-rail-x) minmax(0, 1fr);
  gap: 0;
  align-items: end;
  justify-items: stretch;
}

.interview-origin .article-vt-copy {
  width: 100%;
  padding-right: 5px;
  padding-top: 242px;
}

.interview-origin .article-vt-copy p {
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.18;
  text-align: justify;
}

.interview-origin .article-vt-copy .interview-subhead {
  margin: 26px 0 18px;
  font-family: var(--font-serif);
  font-weight: 800;
  text-align: left;
}

.interview-origin .article-vt-copy .interview-subhead strong {
  font-weight: 800;
}

.interview-origin .article-vt-copy .interview-question:first-child {
  max-width: var(--interview-origin-question-width);
  margin-bottom: 58px;
  font-family: var(--font-serif);
  font-size: 31px;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
}

.interview-origin .interview-speaker,
.interview-origin .article-vt-copy .interview-speaker,
.interview-origin .article-vt-copy .interview-speaker:first-child {
  margin-bottom: 22px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
  text-align: left;
}

.interview-origin .article-vt-media {
  align-self: stretch;
  justify-items: start;
  padding-left: 5px;
}

.interview-origin .article-vt-media img {
  width: min(100%, var(--interview-origin-image));
  max-width: 100%;
  max-height: none;
}

.article-vt-look-media {
  position: relative;
}

.article-vt-look-media > img,
.article-vt-look-caption {
  grid-area: 1 / 1;
}

.article-vt-look-caption {
  z-index: 1;
  align-self: end;
  justify-self: start;
  max-width: min(360px, calc(100% - 32px));
  margin: 0 0 clamp(12px, 1.6vw, 22px) clamp(12px, 1.6vw, 22px);
  color: #fff;
  font-family: var(--font-sans);
  font-size: clamp(9px, 0.72vw, 12px);
  line-height: 1.28;
  text-align: left;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.64);
  text-transform: none;
}

.interview-team,
.interview-market-quote,
.interview-market {
  width: min(100%, 1158px);
  justify-self: center;
}

.interview-team-media img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
}

.interview-team-caption {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: min(100% - 220px, 880px);
  max-width: none;
  margin: 0 110px 36px;
  gap: 44px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  line-height: 1.25;
}

.interview-market-quote {
  justify-items: start;
}

.interview-market-quote .article-vt-quote {
  width: 100%;
  margin: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 0.98;
  text-align: left;
}

.interview-market {
  grid-template-columns: 695px 1px minmax(0, 462px);
  gap: 0;
  align-items: start;
  justify-items: stretch;
}

.interview-market-media {
  justify-items: start;
}

.interview-market-media img {
  width: 690px;
  aspect-ratio: 690 / 927;
  max-height: none;
  object-fit: cover;
  object-position: center 48%;
}

.interview-market-rule {
  width: 1px;
  height: 927px;
  background: oklch(32% 0.006 80);
}

.interview-market .article-vt-copy {
  width: 330px;
  margin: 0;
  padding: 210px 0 0 130px;
}

.article-vt--interview .interview-market .article-vt-copy .interview-question {
  margin: 0 0 76px;
  font-size: 31px;
  line-height: 1.05;
}

.interview-market .article-vt-copy p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.18;
  text-align: left;
}

.interview-market .article-vt-copy .interview-speaker {
  margin: 28px 0 8px;
}

.interview-market .article-vt-copy .interview-question + .interview-speaker {
  margin-top: 0;
}

.interview-process {
  grid-template-columns: 695px 1px 462px;
  width: min(100%, 1158px);
  justify-self: center;
  gap: 0;
  align-items: start;
  justify-items: stretch;
}

.interview-process-column {
  display: grid;
  align-items: start;
}

.interview-process-column--left {
  justify-items: start;
  gap: 170px;
}

.interview-process-column--right {
  justify-items: start;
  gap: 140px;
}

.interview-process-rule {
  width: 1px;
  align-self: stretch;
  min-height: 0;
  background: oklch(32% 0.006 80);
}

.interview-process-media img {
  width: 100%;
  max-height: none;
  object-fit: cover;
}

.interview-process-media--wide {
  width: 690px;
}

.interview-process-media--wide img {
  aspect-ratio: 690 / 927;
  object-position: center top;
}

.interview-process-media--narrow-left {
  width: 458px;
  justify-self: end;
  margin-right: 5px;
}

.interview-process-media--narrow-left img {
  aspect-ratio: 458 / 686;
  object-position: center top;
}

.interview-process-media--right {
  width: 465px;
  margin-left: 5px;
  margin-top: 328px;
}

.interview-process-media--right img {
  aspect-ratio: 465 / 700;
  object-position: center top;
}

.interview-process-copy {
  width: 330px;
  margin: 0;
}

.interview-process-copy--left {
  margin-left: 114px;
}

.interview-process-copy--right-top,
.interview-process-copy--right-bottom {
  margin-left: 130px;
}

.article-vt--interview .interview-process .article-vt-copy .interview-question {
  margin: 0 0 76px;
  font-size: 31px;
  line-height: 1.05;
}

.interview-process .article-vt-copy p {
  margin-bottom: 16px;
  font-size: 15px;
  line-height: 1.18;
  text-align: left;
}

.interview-process .article-vt-copy .interview-speaker {
  margin: 24px 0 8px;
}

.interview-process .article-vt-copy .interview-question + .interview-speaker {
  margin-top: 0;
}

.interview-look-triptych,
.interview-detail-triptych {
  --interview-triptych-height: 480px;
  display: grid;
  grid-template-columns: 320px 373px 320px;
  width: min(100%, 1158px);
  justify-self: center;
  justify-content: space-between;
  align-items: start;
}

.interview-detail-triptych {
  --interview-triptych-height: 460px;
}

.interview-look-triptych .article-vt-media,
.interview-detail-triptych .article-vt-media {
  width: 100%;
  height: var(--interview-triptych-height);
}

.interview-look-triptych .article-vt-media img,
.interview-detail-triptych .article-vt-media img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.interview-bad-product {
  grid-template-columns: minmax(0, 760px) 320px;
  width: min(100%, 1158px);
  justify-self: center;
  justify-content: space-between;
  align-items: start;
}

.interview-bad-product .article-vt-quote {
  width: 760px;
  margin: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.03;
  text-align: left;
}

.interview-bad-product-media {
  width: 320px;
  justify-self: end;
}

.interview-bad-product-media img {
  width: 100%;
  max-height: none;
}

.interview-team-dialogue {
  width: min(100%, 940px);
  justify-self: center;
  gap: 0;
}

.interview-team-dialogue-media {
  width: 924px;
  justify-self: center;
}

.interview-team-dialogue-media img {
  width: 100%;
  max-height: none;
}

.interview-team-dialogue-grid {
  display: grid;
  grid-template-columns: 340px 1px minmax(0, 594px);
  grid-template-rows: auto 1px auto;
  width: 100%;
  align-items: start;
}

.interview-team-dialogue-rule {
  grid-column: 2;
  grid-row: 1 / 4;
  width: 1px;
  height: 100%;
  background: oklch(32% 0.006 80);
}

.interview-team-dialogue-cross {
  grid-column: 1 / 4;
  grid-row: 2;
  height: 1px;
  background: oklch(32% 0.006 80);
}

.interview-team-dialogue-copy {
  width: 100%;
  margin: 0;
}

.interview-team-dialogue-copy--left {
  grid-column: 1;
  grid-row: 1;
  padding: 28px 5px 7px 0;
}

.interview-team-dialogue-copy--right {
  grid-column: 3;
  grid-row: 3;
  padding: 18px 0 0 5px;
}

.article-vt--interview .interview-team-dialogue-copy .interview-question {
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.15;
}

.interview-team-dialogue-copy p {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.18;
  text-align: left;
}

.interview-team-dialogue-copy .interview-speaker {
  margin: 0 0 12px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.18;
}

.interview-delivery-quote {
  width: 100vw;
  margin-left: calc((100% - 100vw) / 2);
  margin-top: clamp(96px, 8vw, 150px);
  justify-self: start;
}

.interview-delivery-quote-media {
  display: grid;
  width: 100%;
}

.interview-delivery-quote-media img,
.interview-delivery-quote-media .article-vt-quote {
  grid-area: 1 / 1;
}

.interview-delivery-quote-media img {
  width: 100%;
  max-height: none;
  object-fit: cover;
}

.interview-delivery-quote-media .article-vt-quote {
  align-self: start;
  justify-self: start;
  width: 980px;
  margin: 272px 0 0 140px;
  font-size: 108px;
  font-weight: 400;
  line-height: 0.93;
  text-align: left;
}

.interview-request {
  display: grid;
  grid-template-columns: 360px minmax(0, 1fr);
  width: min(100%, 1180px);
  justify-self: center;
  column-gap: 100px;
  padding-top: 96px;
  border-top: 1px solid #111;
}

.interview-request .home-bp-copy {
  padding-top: 0;
}

.interview-request .kicker {
  margin: 0 0 4px;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.interview-request h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 42px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.interview-request .home-bp-copy p:not(.kicker) {
  max-width: 350px;
  margin: 18px 0 0;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.12;
}

.interview-request .home-request-form {
  display: grid;
  gap: 10px;
  align-self: start;
  padding-top: 0;
}

.interview-request .home-request-form > label:not(.home-request-consent) {
  display: grid;
  gap: 2px;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1;
  text-transform: none;
}

.interview-request .home-request-form input[type="text"],
.interview-request .home-request-form input[type="email"],
.interview-request .home-request-form select,
.interview-request .home-request-form textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  box-sizing: border-box;
  font-family: var(--font-serif);
  font-size: 16px;
}

.interview-request .home-request-form input[type="text"],
.interview-request .home-request-form input[type="email"],
.interview-request .home-request-form select {
  height: 30px;
  min-height: 30px;
  padding: 4px 6px;
}

.interview-request .home-request-form textarea {
  height: 112px;
  min-height: 112px;
  padding: 6px;
  resize: vertical;
}

.interview-request .home-request-consent {
  display: grid;
  grid-template-columns: 14px max-content minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 2px;
  align-items: start;
  margin-top: 0;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.1;
  text-transform: none;
}

.interview-request .home-request-consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  margin: 0;
  padding: 0;
  appearance: auto;
  -webkit-appearance: checkbox;
  border-radius: 0;
  accent-color: #111;
  box-sizing: border-box;
  align-self: start;
}

.interview-request .home-request-consent input[type="checkbox"]:checked {
  background: initial;
}

.interview-request .home-request-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.interview-request .home-request-consent span,
.interview-request .home-request-consent a {
  line-height: 1.15;
}

.interview-request .home-request-form .outline-button {
  width: 262px;
  min-width: 0;
  min-height: 54px;
  margin-top: 2px;
  padding: 15px 28px;
  border: 1px solid #111;
  border-radius: 8px;
  background: transparent;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}

.interview-client-columns {
  display: grid;
  grid-template-columns: 332px 5px 1px 5px 340px 5px 1px 5px 338px;
  width: min(100%, 1032px);
  justify-self: start;
  align-items: start;
  justify-content: center;
  margin-left: 27px;
  margin-top: 24px;
  gap: 0;
}

.interview-client-column {
  display: grid;
  align-items: start;
  row-gap: var(--interview-client-copy-gap, 36px);
}

.interview-client-column--left {
  grid-column: 1;
  --interview-client-copy-gap: 45px;
}

.interview-client-column--middle {
  grid-column: 5;
  --interview-client-copy-gap: 23px;
  padding-top: 64px;
}

.interview-client-column--right {
  grid-column: 9;
  --interview-client-copy-gap: 12px;
  padding-top: 254px;
}

.interview-client-spacer {
  grid-column: 3;
  grid-row: 1;
  align-self: stretch;
  width: 1px;
  background: var(--ink);
}

.interview-client-rule {
  grid-column: 7;
  grid-row: 1;
  align-self: stretch;
  width: 1px;
  margin-top: 64px;
  background: oklch(32% 0.006 80);
}

.interview-client-media {
  width: 100%;
  justify-items: start;
}

.interview-client-media img {
  width: 100%;
  max-height: none;
}

.interview-client-copy {
  width: 100%;
  margin: 0;
}

.article-vt--interview .interview-client-copy .interview-question {
  margin: 0 0 15px;
  font-size: 16px;
  line-height: 1.15;
}

.article-vt--interview .interview-client-copy .interview-question:not(:first-child) {
  margin-top: 21px;
}

.interview-client-copy p {
  margin-bottom: 11px;
  font-size: 15px;
  line-height: 1.16;
  text-align: left;
}

.interview-client-copy .interview-speaker {
  margin: 0 0 5px;
  font-family: var(--font-serif);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.16;
}

.interview-client-column--middle .interview-client-copy p {
  margin-bottom: 9px;
  line-height: 1.14;
}

.article-vt--interview .interview-client-column--middle .interview-client-copy .interview-question {
  margin-bottom: 14px;
}

.article-vt--interview .interview-client-column--middle .interview-client-copy .interview-question:not(:first-child) {
  margin-top: 18px;
}

.interview-client-column--middle .interview-client-copy .interview-speaker {
  margin-bottom: 4px;
  line-height: 1.14;
}

.interview-final-quote {
  width: min(100%, 1173px);
  justify-self: center;
  margin-bottom: clamp(0px, 0.8vw, 12px);
  gap: 0;
}

.interview-final-quote::after {
  content: none;
  display: none;
  width: 100%;
  height: 1px;
  margin-top: 52px;
  background: oklch(32% 0.006 80);
}

.interview-final-quote-media {
  display: grid;
  width: 100%;
  place-items: start;
}

.interview-final-quote-media img,
.interview-final-quote-media .article-vt-quote {
  grid-area: 1 / 1;
}

.interview-final-quote-media img {
  width: 100%;
  max-height: none;
  object-fit: cover;
}

.interview-final-quote-media .article-vt-quote {
  align-self: start;
  justify-self: start;
  width: 990px;
  margin: 202px 0 0 118px;
  font-size: 84px;
  font-weight: 400;
  line-height: 1.03;
  text-align: left;
}

@media (max-width: 860px) {
  .article-vt {
    --article-vt-width: calc(100% - 28px);
    padding-top: 76px;
  }

  .article-vt-grid--two,
  .article-vt-grid--three,
  .article-vt-grid--four,
  .article-vt-grid--mosaic {
    grid-template-columns: 1fr;
  }

  .article-vt-grid--mosaic .article-vt-media:nth-child(5),
  .article-vt-grid--mosaic .article-vt-media:nth-child(6) {
    grid-column: auto;
  }

  .article-vt-copy p,
  .article-vt-copy--lead p {
    font-size: 18px;
    line-height: 1.34;
    text-align: left;
  }

  .article-vt-copy--center p {
    text-align: left;
  }

  .article-vt--interview {
    --article-vt-width: calc(100% - 28px);
    padding-top: 78px;
  }

  .article-vt--interview article,
  .article-vt--interview .article-vt-body {
    gap: 48px;
  }

  .article-vt--interview .article-vt-body {
    --interview-rail-x: min(340px, calc(100% - 22px));
    --interview-rail-height: 1260px;
  }

  .article-vt--interview .article-vt-head h1 {
    font-size: clamp(35px, 11vw, 48px);
  }

  .article-vt--interview .article-vt-dek {
    margin-top: 22px;
    font-size: 21px;
  }

  .article-vt-credit {
    margin-top: 22px;
    font-size: 10px;
  }

  .interview-lede,
  .interview-origin {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .interview-origin .article-vt-media img {
    width: 100%;
  }

  .interview-lede {
    width: min(100%, 340px);
    justify-self: start;
    padding-right: 10px;
  }

  .interview-lede .article-vt-media img {
    width: 100%;
  }

  .interview-lede .article-vt-copy p,
  .interview-lede .article-vt-copy p:first-child {
    font-size: 22px;
    line-height: 1.18;
    text-align: left;
  }

  .interview-origin .article-vt-copy {
    order: 2;
    width: min(100%, 286px);
    margin-left: 100px;
    padding: 36px 0 0 10px;
  }

  .interview-origin .article-vt-copy .interview-question:first-child {
    margin-bottom: 26px;
    font-size: 28px;
  }

  .interview-origin .article-vt-media {
    order: 1;
    width: calc(100% + 28px);
    margin-left: -14px;
    padding-left: 0;
    border-left: 0;
  }

  .interview-team,
  .interview-market-quote,
  .interview-market {
    width: 100%;
  }

  .interview-team-media img,
  .interview-market-media img {
    width: 100%;
    aspect-ratio: auto;
  }

  .interview-team-caption {
    grid-template-columns: 1fr;
    width: min(100% - 28px, 320px);
    margin: 0 14px 16px;
    gap: 8px;
  }

  .interview-market-quote .article-vt-quote {
    font-size: clamp(35px, 11vw, 52px);
  }

  .interview-market {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .interview-market-rule {
    display: none;
  }

  .interview-market .article-vt-copy {
    width: min(100%, 320px);
    padding: 0;
    margin: 0 auto;
  }

  .article-vt--interview .interview-market .article-vt-copy .interview-question {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .interview-process {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }

  .interview-process-column {
    gap: 28px;
  }

  .interview-process-rule {
    display: none;
  }

  .interview-process-media--wide,
  .interview-process-media--narrow-left,
  .interview-process-media--right {
    width: 100%;
    margin: 0;
  }

  .interview-process-media img {
    aspect-ratio: auto;
  }

  .interview-process-copy,
  .interview-process-copy--left,
  .interview-process-copy--right-top,
  .interview-process-copy--right-bottom {
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .article-vt--interview .interview-process .article-vt-copy .interview-question {
    margin-bottom: 28px;
    font-size: 28px;
  }

  .interview-look-triptych,
  .interview-detail-triptych,
  .interview-bad-product {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
  }

  .interview-look-triptych .article-vt-media,
  .interview-detail-triptych .article-vt-media,
  .interview-bad-product-media,
  .interview-bad-product .article-vt-quote {
    width: 100%;
  }

  .interview-look-triptych .article-vt-media,
  .interview-detail-triptych .article-vt-media {
    height: auto;
  }

  .interview-look-triptych .article-vt-media img,
  .interview-detail-triptych .article-vt-media img {
    height: auto;
  }

  .interview-bad-product .article-vt-quote {
    font-size: clamp(34px, 10vw, 50px);
  }

  .interview-team-dialogue {
    width: 100%;
  }

  .interview-team-dialogue-media {
    width: 100%;
  }

  .interview-team-dialogue-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 28px;
  }

  .interview-team-dialogue-rule,
  .interview-team-dialogue-cross {
    display: none;
  }

  .interview-team-dialogue-copy--left,
  .interview-team-dialogue-copy--right {
    grid-column: auto;
    grid-row: auto;
    width: min(100%, 320px);
    margin: 0 auto;
    padding: 0;
  }

  .interview-delivery-quote {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-top: 0;
  }

  .interview-delivery-quote-media .article-vt-quote {
    width: min(100% - 28px, 520px);
    margin: 0 14px 36px;
    font-size: clamp(44px, 14vw, 72px);
  }

  .interview-client-columns {
    grid-template-columns: 1fr;
    width: 100%;
    justify-self: center;
    margin-left: 0;
    margin-top: 0;
    gap: 28px;
  }

  .interview-client-column {
    --interview-client-copy-gap: 28px;
  }

  .interview-client-column--left,
  .interview-client-column--middle,
  .interview-client-column--right {
    grid-column: auto;
    width: min(100%, 338px);
    margin: 0 auto;
    padding-top: 0;
  }

  .interview-client-rule,
  .interview-client-gap,
  .interview-client-spacer {
    display: none;
  }

  .interview-final-quote {
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-bottom: 0;
  }

  .interview-final-quote::after {
    width: calc(100% - 28px);
    margin: 34px auto 0;
  }

  .interview-final-quote-media .article-vt-quote {
    width: min(100% - 40px, 520px);
    margin: 52px 0 0 26px;
    font-size: clamp(30px, 8.6vw, 38px);
    line-height: 1.02;
  }

  .interview-request {
    grid-template-columns: 1fr;
    width: 100%;
    gap: 28px;
    padding-top: 42px;
  }

  .interview-request .home-bp-copy,
  .interview-request .home-request-form {
    width: min(100%, 338px);
    margin: 0 auto;
  }

  .interview-request h2 {
    font-size: 34px;
  }

  .interview-request .home-request-consent {
    grid-template-columns: 14px minmax(0, 1fr);
    align-items: start;
  }

  .interview-request .home-request-consent a {
    grid-column: 2;
  }

  .interview-request .home-request-form .outline-button {
    width: 100%;
  }
}

@media (min-width: 980px) {
  .builder-hero--split-right,
  .builder-hero--split-left,
  .builder-text-image,
  .builder-text-stacked-images {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    align-items: start;
  }

  .builder-hero--split-left .builder-hero-copy,
  .builder-text-image--image-left .builder-text-image-copy,
  .builder-text-stacked-images--image-left .builder-stacked-copy {
    order: 2;
  }

  .builder-hero--split-left .builder-hero-media,
  .builder-text-image--image-left .builder-text-image-media,
  .builder-text-stacked-images--image-left .builder-stacked-media {
    order: 1;
  }

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

  .builder-grid--desktop-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .builder-admin-shell {
    grid-template-columns: minmax(360px, 480px) minmax(0, 1fr);
    align-items: start;
  }

  .builder-admin-preview {
    position: sticky;
    top: 24px;
    max-height: calc(100vh - 48px);
  }
}

@media (max-width: 699px) {
  .builder-page {
    width: min(400px, calc(100% - 40px));
    padding: 70px 0 110px;
  }

  .builder-section {
    margin: 64px 0;
  }

  .builder-title {
    font-size: 32px;
  }

  .builder-section h2 {
    font-size: 24px;
  }

  .builder-section p,
  .builder-price-list li {
    font-size: 16px;
  }

  .builder-admin {
    padding: 16px;
  }
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/Montserrat-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Libertinus Serif";
  src: url("assets/fonts/LibertinusSerif-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libertinus Serif";
  src: url("assets/fonts/LibertinusSerif-Semibold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Libertinus Serif";
  src: url("assets/fonts/LibertinusSerif-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --paper: #fafafa;
  --ink: #111111;
  --muted: #595959;
  --line: #111111;
  --soft: #f1f1f1;
  --font-serif: "Libertinus Serif", Georgia, "Times New Roman", serif;
  --font-sans: "Montserrat", sans-serif;
}

/* Home editorial system */
body[data-content-page="home"] .site-header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

body[data-content-page="home"] .main-nav {
  gap: clamp(16px, 1.8vw, 32px);
}

body[data-content-page="home"] .main-nav a {
  padding-bottom: 2px;
}

body[data-content-page="home"] .main-nav a:focus-visible,
body[data-content-page="home"] .brand:focus-visible,
body[data-content-page="home"] .home-hero-card:focus-visible,
body[data-content-page="home"] .catalog-entry a:focus-visible,
body[data-content-page="home"] .article-card a:focus-visible,
body[data-content-page="home"] .designer-feature a:focus-visible,
body[data-content-page="home"] .designer-side-card a:focus-visible {
  outline: 1px solid var(--ink);
  outline-offset: 5px;
}

body[data-content-page="home"] .home-hero-blocks,
body[data-content-page="home"] .editorial-home,
body[data-content-page="home"] .clients-section {
  width: min(100%, 1900px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}

body[data-content-page="home"] .home-hero-blocks {
  gap: clamp(56px, 5.2vw, 96px);
  padding-bottom: clamp(72px, 7vw, 118px);
}

body[data-content-page="home"] .home-hero-card:hover img {
  transform: scale(1.008);
}

body[data-content-page="home"] .home-hero-caption,
body[data-content-page="home"] .home-section-head {
  display: grid;
  grid-template-columns: minmax(96px, 0.14fr) minmax(0, 1fr);
  column-gap: 34px;
}

body[data-content-page="home"] .home-hero-caption {
  max-width: 1020px;
}

body[data-content-page="home"] .home-hero-title {
  font-size: clamp(22px, 1.95vw, 34px);
  line-height: 1.03;
}

body[data-content-page="home"] .home-hero-pair {
  gap: clamp(34px, 4vw, 74px);
}

body[data-content-page="home"] .home-section-head {
  align-items: end;
  width: 100%;
  margin: 0 0 clamp(28px, 3vw, 46px);
}

body[data-content-page="home"] .home-section-head .kicker {
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.05;
  text-transform: none;
}

body[data-content-page="home"] .home-section-head h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.1vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

body[data-content-page="home"] .catalog-entry {
  display: block;
  width: min(calc(100% - 56px), 1844px);
  max-width: 1844px;
  margin: 0 auto clamp(74px, 7vw, 122px);
  padding: 0;
}

body[data-content-page="home"] .catalog-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px);
}

body[data-content-page="home"] .catalog-entry img {
  height: auto;
  margin-bottom: 18px;
}

body[data-content-page="home"] .catalog-entry h3,
body[data-content-page="home"] .article-card h3,
body[data-content-page="home"] .designer-feature h3,
body[data-content-page="home"] .designer-side-card h3 {
  font-family: var(--font-sans);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

body[data-content-page="home"] .catalog-entry h3,
body[data-content-page="home"] .article-card h3,
body[data-content-page="home"] .designer-feature h3 {
  font-size: clamp(22px, 1.95vw, 34px);
}

body[data-content-page="home"] .catalog-entry-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  font-size: 11px;
}

body[data-content-page="home"] .catalog-entry a:hover .catalog-entry-button {
  background: transparent;
  border-color: currentColor;
  color: var(--ink);
}

body[data-content-page="home"] .editorial-home {
  padding-top: 0;
  padding-bottom: clamp(78px, 7vw, 126px);
}

body[data-content-page="home"] .editorial-head {
  margin-bottom: clamp(28px, 3vw, 46px);
}

body[data-content-page="home"] .case-intro {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px);
  align-items: center;
  padding: 0;
  border-bottom: 0;
  background: var(--paper);
  margin-bottom: clamp(52px, 5vw, 92px);
}

body[data-content-page="home"] .case-intro figure {
  margin: 0;
}

body[data-content-page="home"] .case-intro img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .case-intro .kicker {
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.05;
  text-transform: none;
}

body[data-content-page="home"] .case-intro h2 {
  max-width: 880px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.35vw, 42px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

body[data-content-page="home"] .case-intro p:not(.kicker) {
  max-width: 680px;
  margin: 14px 0 0;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.14;
}

body[data-content-page="home"] .article-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(38px, 5vw, 86px) clamp(24px, 3.4vw, 62px);
  max-width: 100%;
  padding-inline: 0;
}

body[data-content-page="home"] .article-card,
body[data-content-page="home"] .article-large,
body[data-content-page="home"] .article-wide,
body[data-content-page="home"] .article-card:nth-of-type(1),
body[data-content-page="home"] .article-card:nth-of-type(2),
body[data-content-page="home"] .article-card:nth-of-type(3),
body[data-content-page="home"] .article-card:nth-of-type(4),
body[data-content-page="home"] .article-card:nth-of-type(5),
body[data-content-page="home"] .article-card:nth-of-type(6),
body[data-content-page="home"] .article-card:nth-of-type(7),
body[data-content-page="home"] .article-card:nth-of-type(8),
body[data-content-page="home"] .article-card:nth-of-type(9) {
  grid-column: span 1;
  margin-top: 0;
}

body[data-content-page="home"] .article-card:nth-of-type(1) {
  grid-column: 1 / span 7;
}

body[data-content-page="home"] .article-card:nth-of-type(2) {
  grid-column: 8 / span 5;
  margin-top: clamp(38px, 5vw, 92px);
}

body[data-content-page="home"] .article-card:nth-of-type(3) {
  grid-column: 2 / span 5;
  margin-top: clamp(6px, 2vw, 36px);
}

body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: 7 / span 6;
  margin-top: clamp(72px, 7vw, 132px);
}

body[data-content-page="home"] .article-card img,
body[data-content-page="home"] .article-wide img,
body[data-content-page="home"] .case-divider img {
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .article-card .kicker {
  margin: 16px 0 8px;
}

body[data-content-page="home"] .article-card .kicker,
body[data-content-page="home"] .designer-feature .kicker,
body[data-content-page="home"] .designer-side-card .kicker,
body[data-content-page="home"] .catalog-entry-kicker,
body[data-content-page="home"] .clients-section .kicker {
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.05;
  text-transform: none;
}

body[data-content-page="home"] .article-card h3 {
  margin: 0;
}

body[data-content-page="home"] .article-card p:not(.kicker),
body[data-content-page="home"] .case-divider .case-divider-copy,
body[data-content-page="home"] .designer-feature p:not(.kicker) {
  max-width: 680px;
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.14;
  text-transform: none;
}

body[data-content-page="home"] .case-divider {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px);
  padding: clamp(20px, 2vw, 34px) 0 0;
}

body[data-content-page="home"] .case-divider p {
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.35vw, 42px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

body[data-content-page="home"] .designer-cases {
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.32fr);
  gap: clamp(42px, 4vw, 74px);
  margin-top: 0;
}

body[data-content-page="home"] .designer-feature a {
  grid-template-columns: minmax(280px, 0.58fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 3vw, 54px);
}

body[data-content-page="home"] .designer-feature p:not(.kicker) {
  margin-top: 10px;
}

body[data-content-page="home"] .designer-side-card h3 {
  font-size: clamp(17px, 1.25vw, 23px);
}

body[data-content-page="home"] .clients-section {
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(34px, 4vw, 74px);
  padding-top: 0;
  padding-bottom: clamp(78px, 7vw, 126px);
}

body[data-content-page="home"] .clients-section img {
  border: 0;
}

body[data-content-page="home"] .editorial-head h2 {
  grid-column: 2;
}

body[data-content-page="home"] .catalog-entry h3 {
  margin-top: 0;
}

body[data-content-page="home"] .catalog-entry-button,
body[data-content-page="home"] .home-hero-link {
  font-family: var(--font-sans);
  font-size: 11px;
  letter-spacing: 0;
  text-transform: uppercase;
}

body[data-content-page="home"] .clients-section h2 {
  font-family: var(--font-sans);
  font-size: clamp(22px, 1.95vw, 34px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  body[data-content-page="home"] .home-hero-blocks,
  body[data-content-page="home"] .editorial-home,
  body[data-content-page="home"] .clients-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  body[data-content-page="home"] .catalog-entry {
    width: calc(100% - 36px);
  }

  body[data-content-page="home"] .catalog-entry-grid,
  body[data-content-page="home"] .article-mosaic,
  body[data-content-page="home"] .case-intro,
  body[data-content-page="home"] .case-divider,
  body[data-content-page="home"] .designer-cases,
  body[data-content-page="home"] .designer-feature a,
  body[data-content-page="home"] .clients-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-content-page="home"] .home-hero-caption,
  body[data-content-page="home"] .home-section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-content-page="home"] .home-section-head h2 {
    font-size: clamp(22px, 6vw, 30px);
  }

body[data-content-page="home"] .catalog-entry-grid,
body[data-content-page="home"] .article-mosaic {
    gap: 42px;
  }
}

/* Final sitewide CTA/logo rules. Keep this block last. */
:root {
  --uf-card-kicker-size: clamp(18px, 1.2vw, 24px);
  --uf-card-title-size: clamp(28px, 2.35vw, 44px);
  --uf-card-copy-size: clamp(18px, 1.22vw, 24px);
  --uf-cta-size: clamp(18px, 1.12vw, 23px);
}

.outline-button,
.text-submit,
.cart-form .text-submit,
.feedback-dialog .feedback-form .outline-button,
.home-request-section .outline-button {
  width: max-content;
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--uf-cta-size);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.outline-button:hover,
.text-submit:hover,
.cart-form .text-submit:hover,
.feedback-dialog .feedback-form .outline-button:hover,
.home-request-section .outline-button:hover {
  background: transparent;
  color: var(--ink);
}

body[data-content-page="home"] .client-logo-cell {
  padding: 0;
  border: 0;
  background: transparent;
}

/* Header states update 2026-05-07. This must stay at the real end of the file. */
.site-header .main-nav {
  gap: 37px !important;
}

@media (max-width: 1180px) {
  .site-header .menu-button {
    position: absolute !important;
    top: 19px !important;
    right: 20px !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background:
      linear-gradient(#111, #111) 0 7px / 16px 3px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: background-size 180ms ease;
  }

  .site-header .menu-button::before,
  .site-header .menu-button::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 3px;
    background: #111;
    transition: top 180ms ease, transform 180ms ease;
  }

  .site-header .menu-button::before {
    top: 1px;
  }

  .site-header .menu-button::after {
    top: 13px;
  }

  .site-header.is-menu-open .brand {
    display: block !important;
  }

  .site-header.is-menu-open .menu-button {
    display: block !important;
    background-size: 0 3px !important;
  }

  .site-header.is-menu-open .menu-button::before {
    top: 7px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-button::after {
    top: 7px;
    transform: rotate(-45deg);
  }

  .site-header.is-menu-open .main-nav.is-open {
    position: fixed !important;
    top: 55px !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    height: 94px !important;
    gap: 23px !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 21px 20px 0 !important;
    border: 0 !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
  }

  body:has(.site-header.is-menu-open) .mobile-cart-link {
    display: none !important;
  }
}

/* Header states update 2026-05-07. This must stay at the real end of the file. */
.site-header .main-nav {
  gap: 37px !important;
}

@media (max-width: 1180px) {
  .site-header .menu-button {
    position: absolute !important;
    top: 19px !important;
    right: 20px !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background:
      linear-gradient(#111, #111) 0 7px / 16px 3px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: background-size 180ms ease;
  }

  .site-header .menu-button::before,
  .site-header .menu-button::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 3px;
    background: #111;
    transition: top 180ms ease, transform 180ms ease;
  }

  .site-header .menu-button::before {
    top: 1px;
  }

  .site-header .menu-button::after {
    top: 13px;
  }

  .site-header.is-menu-open .brand {
    display: block !important;
  }

  .site-header.is-menu-open .menu-button {
    display: block !important;
    background-size: 0 3px !important;
  }

  .site-header.is-menu-open .menu-button::before {
    top: 7px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-button::after {
    top: 7px;
    transform: rotate(-45deg);
  }

  .site-header.is-menu-open .main-nav.is-open {
    position: fixed !important;
    top: 55px !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    height: 94px !important;
    gap: 23px !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 21px 20px 0 !important;
    border: 0 !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
  }

  body:has(.site-header.is-menu-open) .mobile-cart-link {
    display: none !important;
  }
}

/* Updated exact header states from PNG references. Keep this block last. */
body {
  padding-top: 55px;
}

.site-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  padding: 0 20px !important;
  border: 0 !important;
  background: #fafafa !important;
  backdrop-filter: none !important;
  box-sizing: border-box !important;
  overflow: visible !important;
}

.site-header .brand {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  display: block !important;
  width: 120px !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.site-header .brand img {
  display: block !important;
  width: 120px !important;
  height: auto !important;
}

.site-header .main-nav {
  position: absolute !important;
  top: 23px !important;
  right: 20px !important;
  display: flex !important;
  gap: 37px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.site-header .main-nav a {
  display: inline-flex !important;
  gap: 8px !important;
  align-items: baseline !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site-header .main-nav a[href$="interview.html"] {
  display: none !important;
}

.site-header .cart-nav-link span.is-filled,
.mobile-cart-link span.is-filled {
  color: #ff0000 !important;
}

.site-header .cart-nav-link [data-cart-count]:not(.is-filled),
.mobile-cart-link [data-cart-count]:not(.is-filled) {
  display: none !important;
}

.site-header .menu-button,
.mobile-cart-link {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-header .brand {
    width: 126px !important;
  }

  .site-header .brand img {
    width: 126px !important;
  }

  .site-header .main-nav {
    display: none !important;
  }

  .site-header .menu-button {
    position: absolute !important;
    top: 19px !important;
    right: 20px !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background:
      linear-gradient(#111, #111) 0 7px / 16px 3px no-repeat !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    transition: background-size 180ms ease;
  }

  .site-header .menu-button::before,
  .site-header .menu-button::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 16px;
    height: 3px;
    background: #111;
    transition: top 180ms ease, transform 180ms ease;
  }

  .site-header .menu-button::before {
    top: 1px;
  }

  .site-header .menu-button::after {
    top: 13px;
  }

  .site-header.is-menu-open .menu-button {
    display: block !important;
    background-size: 0 3px !important;
  }

  .site-header.is-menu-open .menu-button::before {
    top: 7px;
    transform: rotate(45deg);
  }

  .site-header.is-menu-open .menu-button::after {
    top: 7px;
    transform: rotate(-45deg);
  }

  .mobile-cart-link {
    position: fixed !important;
    top: 23px !important;
    right: 64px !important;
    z-index: 10001 !important;
    display: none !important;
    gap: 8px !important;
    align-items: baseline !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-family: var(--font-sans) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .mobile-cart-link.has-items {
    display: inline-flex !important;
  }

  body:has(.site-header.is-menu-open) .mobile-cart-link {
    display: none !important;
  }

  .site-header.is-menu-open .main-nav.is-open {
    position: fixed !important;
    top: 55px !important;
    right: 0 !important;
    left: 0 !important;
    display: flex !important;
    height: 94px !important;
    gap: 23px !important;
    align-items: flex-start !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 21px 20px 0 !important;
    border: 0 !important;
    background: #fafafa !important;
    box-sizing: border-box !important;
    font-size: 12px !important;
  }

  .site-header.is-menu-open .main-nav.is-open a {
    display: inline-flex !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header.is-menu-open .main-nav.is-open a[href$="interview.html"] {
    display: none !important;
  }
}

/* Exact header states from the provided PNG references. Keep this block last. */
body {
  padding-top: 55px;
}

.site-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  display: block !important;
  width: 100% !important;
  height: 55px !important;
  min-height: 55px !important;
  max-height: 55px !important;
  padding: 0 20px !important;
  border: 0 !important;
  background: #fafafa !important;
  backdrop-filter: none !important;
  box-sizing: border-box !important;
}

.site-header .brand {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  display: block !important;
  width: 120px !important;
  margin: 0 !important;
  line-height: 0 !important;
}

.site-header .brand img {
  display: block !important;
  width: 120px !important;
  height: auto !important;
}

.site-header .main-nav {
  position: absolute !important;
  top: 23px !important;
  right: 20px !important;
  display: flex !important;
  gap: 56px !important;
  align-items: center !important;
  justify-content: flex-end !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  font-family: var(--font-sans) !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
}

.site-header .main-nav a {
  display: inline-flex !important;
  gap: 8px !important;
  align-items: baseline !important;
  padding: 0 !important;
  border: 0 !important;
  color: #111 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.site-header .main-nav a[href$="interview.html"] {
  display: none !important;
}

.site-header .cart-nav-link span.is-filled,
.mobile-cart-link span.is-filled {
  color: #ff0000 !important;
}

.site-header .menu-button {
  display: none !important;
}

.mobile-cart-link {
  display: none !important;
}

@media (max-width: 1180px) {
  .site-header {
    padding: 0 20px !important;
  }

  .site-header .brand {
    top: 20px !important;
    left: 20px !important;
    width: 126px !important;
  }

  .site-header .brand img {
    width: 126px !important;
  }

  .site-header .main-nav {
    display: none !important;
  }

  .site-header .menu-button {
    position: absolute !important;
    top: 19px !important;
    right: 20px !important;
    display: block !important;
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  .site-header .menu-button::before {
    content: "";
    display: block;
    width: 16px;
    height: 14px;
    background:
      linear-gradient(#111, #111) 0 0 / 16px 3px no-repeat,
      linear-gradient(#111, #111) 0 6px / 16px 3px no-repeat,
      linear-gradient(#111, #111) 0 12px / 16px 3px no-repeat;
  }

  .mobile-cart-link {
    position: fixed !important;
    top: 23px !important;
    right: 64px !important;
    z-index: 10001 !important;
    display: none !important;
    gap: 8px !important;
    align-items: baseline !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-family: var(--font-sans) !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    white-space: nowrap !important;
  }

  .mobile-cart-link.has-items {
    display: inline-flex !important;
  }

  .site-header.is-menu-open .brand,
  .site-header.is-menu-open .menu-button,
  .site-header.is-menu-open ~ .mobile-cart-link,
  body:has(.site-header.is-menu-open) .mobile-cart-link {
    display: none !important;
  }

  .site-header.is-menu-open .main-nav.is-open {
    position: absolute !important;
    inset: 0 !important;
    display: flex !important;
    height: 55px !important;
    gap: 23px !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: #fafafa !important;
    font-size: 12px !important;
  }

  .site-header.is-menu-open .main-nav.is-open a {
    display: inline-flex !important;
    padding: 0 !important;
    border: 0 !important;
  }

  .site-header.is-menu-open .main-nav.is-open a[href$="interview.html"] {
    display: none !important;
  }
}

/* Sitewide editorial control rules, May 6. */
:root {
  --uf-card-kicker-size: clamp(18px, 1.2vw, 24px);
  --uf-card-title-size: clamp(28px, 2.35vw, 44px);
  --uf-card-copy-size: clamp(18px, 1.22vw, 24px);
  --uf-cta-size: clamp(18px, 1.12vw, 23px);
}

.outline-button,
.text-submit,
.cart-form .text-submit,
.feedback-dialog .feedback-form .outline-button,
.home-request-section .outline-button {
  width: max-content;
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--uf-cta-size);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.outline-button:hover,
.text-submit:hover,
.cart-form .text-submit:hover,
.feedback-dialog .feedback-form .outline-button:hover,
.home-request-section .outline-button:hover {
  background: transparent;
  color: var(--ink);
}

body[data-content-page="home"] .client-logo-cell {
  padding: 0;
  border: 0;
  background: transparent;
}

/* Requested visual corrections, May 6 */
body[data-content-page="home"] .home-hero-blocks {
  width: 100%;
  max-width: none;
  padding-right: clamp(18px, 2.2vw, 34px);
  padding-left: clamp(18px, 2.2vw, 34px);
}

body[data-content-page="home"] .home-hero-card-main .home-hero-rotator {
  width: 100%;
  max-height: none;
  aspect-ratio: 16 / 8.4;
}

body[data-content-page="home"] .home-hero-card-main {
  width: 100%;
}

body[data-content-page="home"] .article-card a,
body[data-content-page="home"] .designer-feature a,
body[data-content-page="home"] .designer-side-card a {
  align-content: start;
}

body[data-content-page="home"] .article-card img {
  margin-bottom: 10px;
}

body[data-content-page="home"] .article-card .kicker {
  margin-top: 0;
}

body[data-content-page="home"] .article-card:nth-of-type(1) img {
  aspect-ratio: 1 / 1.05;
}

body[data-content-page="home"] .article-card:nth-of-type(3) img {
  aspect-ratio: 16 / 12;
  object-fit: cover;
}

body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: 1 / -1;
}

body[data-content-page="home"] .article-card:nth-of-type(4) a {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(0, 0.42fr);
  column-gap: clamp(24px, 3.6vw, 68px);
  align-items: end;
}

body[data-content-page="home"] .article-card:nth-of-type(4) img {
  grid-row: 1 / span 3;
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

body[data-content-page="home"] .article-card:nth-of-type(4) .kicker,
body[data-content-page="home"] .article-card:nth-of-type(4) h3,
body[data-content-page="home"] .article-card:nth-of-type(4) p:not(.kicker) {
  grid-column: 2;
}

.client-logo-grid {
  border: 0 !important;
  background: transparent !important;
  gap: clamp(18px, 2.4vw, 42px);
}

.client-logo-cell {
  min-height: 118px;
  padding: 0;
  border: 0 !important;
  background: transparent !important;
}

.client-logo-cell img {
  max-width: 168px;
  max-height: 64px;
  filter: grayscale(1) contrast(1.35);
  mix-blend-mode: multiply;
}

.outline-button,
.text-submit,
.cart-form .text-submit,
.feedback-dialog .feedback-form .outline-button {
  width: max-content;
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.8vw, 52px);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.outline-button:hover,
.text-submit:hover,
.cart-form .text-submit:hover {
  background: transparent;
  color: var(--ink);
}

.site-footer {
  min-height: clamp(360px, 42vh, 560px);
  grid-template-columns: minmax(0, 0.62fr) minmax(280px, 0.38fr);
  align-items: end;
  padding: clamp(36px, 5vw, 82px) clamp(22px, 4vw, 72px);
}

.footer-left {
  display: grid;
  grid-template-columns: minmax(220px, 0.46fr) minmax(180px, 0.28fr) minmax(170px, 0.26fr);
  gap: clamp(24px, 3vw, 58px);
  align-items: end;
}

.footer-brand-block p {
  max-width: 480px;
}

.footer-contacts {
  text-align: left;
}

.footer-map-card {
  display: grid;
  gap: 14px;
  justify-self: end;
  width: min(100%, 420px);
  color: inherit;
  text-align: left;
}

.footer-map-thumb {
  display: block;
  min-height: 220px;
  border: 1px solid rgba(250, 250, 250, 0.22);
  background:
    linear-gradient(90deg, transparent 48%, rgba(250, 250, 250, 0.28) 48% 49%, transparent 49%),
    linear-gradient(0deg, transparent 42%, rgba(250, 250, 250, 0.22) 42% 43%, transparent 43%),
    linear-gradient(135deg, transparent 47%, rgba(250, 250, 250, 0.35) 47% 48%, transparent 48%),
    rgba(250, 250, 250, 0.08);
}

.footer-map-card span:last-child {
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.footer-copy {
  grid-column: 1 / -1;
  text-align: left;
}

@media (max-width: 980px) {
  body[data-content-page="home"] .article-card:nth-of-type(4) a,
  .site-footer,
  .footer-left {
    grid-template-columns: 1fr;
  }

  body[data-content-page="home"] .article-card:nth-of-type(4) img,
  body[data-content-page="home"] .article-card:nth-of-type(4) .kicker,
  body[data-content-page="home"] .article-card:nth-of-type(4) h3,
  body[data-content-page="home"] .article-card:nth-of-type(4) p:not(.kicker) {
    grid-column: 1;
    grid-row: auto;
  }

  .footer-map-card {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  body[data-content-page="home"] .home-hero-card-main {
    min-height: calc(100vh - 82px) !important;
  }

  body[data-content-page="home"] .home-hero-card-main {
    grid-template-rows: 30vh minmax(0, 1fr);
  }

  body[data-content-page="home"] .home-hero-card-main .home-hero-rotator {
    aspect-ratio: auto;
    height: 30vh;
    max-height: none;
  }

  body[data-content-page="home"] .home-hero-card-main .home-hero-caption {
    min-height: calc(70vh - 82px);
    align-content: center;
  }

  .client-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .outline-button,
  .text-submit,
  .cart-form .text-submit,
  .feedback-dialog .feedback-form .outline-button {
    font-size: clamp(24px, 8vw, 38px);
  }
}

/* Layout stability pass: keeps the existing editorial system from overflowing on narrow screens. */
html,
body {
  max-width: 100%;
  overflow-x: clip;
}

main,
section,
article,
aside,
div,
figure,
form,
fieldset,
dl {
  min-width: 0;
}

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

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

.site-header,
.main-nav,
.site-footer,
.footer-contacts,
address,
.cart-summary-list div,
.cart-line,
.cart-attached-option,
.offer-option-card,
.product-card,
.service-story-card,
.case-contact-block,
.home-request-section {
  overflow-wrap: anywhere;
}

.main-nav {
  min-width: 0;
}

.site-header {
  width: 100%;
}

.brand {
  flex: 0 1 auto;
  min-width: 0;
}

.brand img,
.footer-logo {
  object-fit: contain;
}

body[data-content-page="home"] .home-hero-card-main {
  height: auto !important;
  min-height: 0 !important;
}

body[data-content-page="home"] .home-hero-card-main .home-hero-rotator {
  aspect-ratio: 16 / 9;
  max-height: min(64vh, 720px);
}

.home-hero-rotator {
  position: relative !important;
  display: block !important;
  min-height: 0;
  overflow: hidden;
}

.home-hero-rotator img {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.home-hero-rotator img:not(.is-active) {
  opacity: 0;
  pointer-events: none;
}

.home-hero-rotator img.is-active {
  opacity: 1;
}

.home-hero-card,
.catalog-entry a,
.article-card a,
.designer-feature a,
.case-archive-card,
.service-story-card {
  min-width: 0;
}

.catalog-section,
.offer-catalog-block,
.info-hero,
.cart-page,
.product-page,
.article-page,
.ssense-article-page,
.cases-archive-page,
.home-request-section,
.case-contact-block,
.service-story-grid {
  max-width: 100%;
}

.product-grid,
.product-grid-ssense,
.offer-option-grid,
.service-story-grid,
.cases-archive-grid,
.article-mosaic,
.catalog-entry-grid,
.designer-cases,
.designer-feature a,
.clients-section,
.client-logo-grid,
.cart-workspace,
.product-page-layout {
  min-width: 0;
}

.product-card img,
.b2b-product-card img,
.offer-option-card-media img,
.service-story-card img,
.case-archive-card img,
.article-card img,
.article-wide img,
.designer-feature img,
.designer-side-card img,
.catalog-entry img,
.case-divider img {
  display: block;
  max-width: 100%;
}

.offer-option-card-media {
  min-height: 0;
}

.offer-option-card-media img {
  object-fit: contain;
  padding: clamp(10px, 1.6vw, 22px);
  background: var(--paper);
}

.product-card img,
.b2b-product-card img {
  object-fit: contain;
}

.product-page-layout {
  grid-template-columns: minmax(180px, 0.22fr) minmax(0, 0.46fr) minmax(300px, 0.32fr);
  width: min(calc(100% - 56px), 1840px);
}

.product-page-gallery,
.product-page-media-list,
.product-page-copy,
.product-page-info {
  min-width: 0;
}

.product-page-media {
  min-height: min(72vh, 780px);
}

.product-page-media img {
  width: min(100%, 760px);
  max-height: min(70vh, 760px);
  aspect-ratio: auto;
  object-fit: contain;
}

.product-page-dialog,
.feedback-dialog {
  width: min(720px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
}

.feedback-dialog {
  width: min(620px, calc(100vw - 32px));
}

.feedback-form,
.b2b-contact-form,
.home-request-form,
.case-contact-form,
.cart-form,
.product-page-form {
  width: 100%;
}

.feedback-form label,
.b2b-contact-form label,
.product-order-builder label {
  min-width: 0;
}

.feedback-form input,
.feedback-form textarea,
.b2b-contact-form input,
.b2b-contact-form textarea,
.product-order-builder input,
.product-order-builder select,
.cart-attached-option select,
.cart-line select {
  width: 100%;
}

.cart-workspace {
  grid-template-columns: minmax(0, 0.62fr) minmax(300px, 0.38fr);
}

.cart-list,
.cart-summary,
.cart-line,
.cart-line-main,
.cart-line-controls,
.cart-service-groups,
.cart-attached-option {
  min-width: 0;
}

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

.cart-line.has-thumb {
  grid-template-columns: 82px minmax(0, 1fr) auto;
}

.cart-line-thumb img {
  width: 82px;
  height: 110px;
}

.cart-line-controls,
.cart-service-groups {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.cart-summary {
  align-self: start;
}

.cart-summary .cart-form {
  max-width: none;
}

.cart-attached-option {
  grid-template-columns: minmax(112px, 0.22fr) minmax(160px, 1fr) minmax(96px, 0.42fr) minmax(84px, auto) minmax(96px, auto);
}

.cart-attached-option > select {
  width: 100%;
}

.catalog-palette-link {
  display: inline-block;
  margin-top: clamp(8px, 1.5vw, 18px);
}

.product-related-block {
  margin-top: clamp(22px, 3vw, 36px);
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.product-related-list {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.product-related-list a {
  display: grid;
  grid-template-columns: minmax(54px, 0.22fr) minmax(0, 0.78fr);
  gap: 14px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
  color: inherit;
}

.product-related-list span {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-related-list strong {
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.15vw, 21px);
  font-weight: 400;
  line-height: 1.08;
}

.case-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 22px;
}

.case-social-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: inherit;
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.site-footer {
  width: 100%;
}

.site-footer address a,
.site-footer address span,
.footer-contacts a,
.footer-contacts span {
  word-break: break-word;
}

.terms-page .terms-table {
  max-width: 100%;
}

@media (max-width: 1180px) {
  .product-page-layout {
    grid-template-columns: minmax(0, 0.56fr) minmax(320px, 0.44fr);
  }

  .product-page-copy {
    position: static;
    grid-column: 1 / -1;
  }

  .product-page-info {
    position: sticky;
    top: 74px;
  }

  .cart-attached-option {
    grid-template-columns: minmax(0, 1fr) minmax(90px, auto);
    grid-template-areas:
      "section price"
      "title title"
      "note note"
      "qty qty"
      "target target"
      "remove remove";
    align-items: start;
  }

  .cart-attached-option > button {
    justify-self: start;
  }
}

@media (max-width: 980px) {
  .site-header {
    gap: 14px;
  }

  .main-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .cart-workspace,
  .home-request-section,
  .case-contact-block,
  .service-story-card,
  .product-page-layout,
  .catalog-top,
  .offer-block-head,
  .clients-section,
  .designer-cases,
  .designer-feature a,
  .case-divider {
    grid-template-columns: 1fr !important;
  }

  .product-page-layout {
    width: calc(100% - 36px);
  }

  .product-page-copy,
  .product-page-info,
  .cart-summary {
    position: static;
  }

  .product-page-media {
    min-height: 0;
  }

  .product-page-media img {
    max-height: 68vh;
  }

  .offer-block-head p:not(.kicker),
  .cart-section .text-link {
    grid-column: 1;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  address,
  .footer-contacts {
    text-align: left;
    align-content: start;
  }
}

@media (max-width: 760px) {
  body[data-content-page="home"] .home-hero-blocks,
  body[data-content-page="home"] .editorial-home,
  body[data-content-page="home"] .clients-section,
  .home-request-section,
  .case-contact-block,
  .service-story-grid {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  body[data-content-page="home"] .home-hero-blocks {
    gap: 46px;
    padding-bottom: 64px;
  }

  body[data-content-page="home"] .home-hero-card-main .home-hero-rotator {
    aspect-ratio: 4 / 3;
    max-height: 42vh;
  }

  body[data-content-page="home"] .home-hero-card-main {
    display: grid;
    gap: 14px;
  }

  body[data-content-page="home"] .home-hero-card-main .home-hero-caption {
    position: static;
    padding: 0;
  }

  .product-grid,
  .product-grid-ssense,
  .offer-option-grid,
  .client-logo-grid,
  .cases-archive-grid {
    grid-template-columns: 1fr !important;
  }

  .home-request-section,
  .case-contact-block {
    margin-bottom: 68px;
  }
}

@media (max-width: 640px) {
  body {
    min-width: 0;
  }

  .site-header {
    padding-right: 14px;
    padding-left: 14px;
  }

  .main-nav {
    width: 100%;
    justify-content: flex-start;
  }

  .catalog-section,
  .info-hero,
  .cart-page,
  .product-page,
  .article-page,
  .ssense-article-page,
  .cases-archive-page {
    padding-right: 18px;
    padding-left: 18px;
  }

  .catalog-entry {
    width: calc(100% - 36px) !important;
  }

  .product-page-layout {
    width: 100%;
  }

  .product-page-media img {
    max-height: 56vh;
  }

  .product-order-builder,
  .cart-line,
  .cart-line.has-thumb,
  .cart-line-controls,
  .cart-service-groups,
  .cart-attached-option,
  .home-request-section,
  .case-contact-block,
  .service-story-card {
    grid-template-columns: 1fr !important;
  }

  .cart-line-thumb img {
    width: 72px;
    height: 96px;
  }

  .cart-line-actions {
    justify-items: start;
  }

  .feedback-dialog,
  .product-page-dialog {
    width: calc(100vw - 24px);
    max-width: calc(100vw - 24px);
    padding: 22px;
  }

  .feedback-dialog h2,
  .product-page-dialog h2 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 0.98;
  }

  .site-footer {
    padding: 28px 18px;
  }
}

/* Current calculator and case layout overrides */
.cart-attached-option {
  grid-template-columns: minmax(128px, 0.24fr) minmax(220px, 1fr) minmax(120px, 0.45fr) minmax(92px, auto) minmax(118px, auto);
  grid-template-areas:
    "section title note qty price"
    ". target target target remove";
  column-gap: 18px;
  row-gap: 10px;
  align-items: baseline;
}

.cart-attached-option > span {
  grid-area: section;
}

.cart-attached-option > strong {
  grid-area: title;
}

.cart-attached-option > small {
  grid-area: note;
}

.cart-attached-option > .cart-option-qty {
  grid-area: qty;
}

.cart-attached-option > em {
  grid-area: price;
  justify-self: end;
  white-space: nowrap;
}

.cart-attached-option > select {
  grid-area: target;
  width: min(100%, 620px);
}

.cart-attached-option > button {
  grid-area: remove;
  justify-self: end;
}

.terms-page .terms-table {
  display: block;
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.terms-page .terms-row {
  display: grid;
  min-width: 660px;
  grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  gap: 14px;
  padding: 10px 0;
  align-items: baseline;
}

.terms-page .terms-table[data-terms-table="payments"] .terms-row {
  min-width: 820px;
  grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
}

.terms-page .terms-row h3 {
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.14;
}

.terms-page .terms-row p,
.terms-page .terms-row strong {
  font-size: 13px;
  line-height: 1.28;
}

body[data-content-page="home"] .article-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(38px, 5vw, 86px) clamp(24px, 3.4vw, 62px);
}

body[data-content-page="home"] .article-card,
body[data-content-page="home"] .article-large,
body[data-content-page="home"] .article-wide,
body[data-content-page="home"] .article-card:nth-of-type(1),
body[data-content-page="home"] .article-card:nth-of-type(2),
body[data-content-page="home"] .article-card:nth-of-type(3),
body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: auto;
  margin-top: 0;
}

body[data-content-page="home"] .article-card:nth-of-type(1) {
  grid-column: 1 / span 7;
}

body[data-content-page="home"] .article-card:nth-of-type(2) {
  grid-column: 8 / span 5;
  margin-top: clamp(38px, 5vw, 92px);
}

body[data-content-page="home"] .article-card:nth-of-type(3) {
  grid-column: 2 / span 5;
  margin-top: clamp(6px, 2vw, 36px);
}

body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: 7 / span 6;
  margin-top: clamp(72px, 7vw, 132px);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img,
body[data-content-page="home"] .article-card:nth-of-type(3) img,
body[data-content-page="home"] .article-card:nth-of-type(4) img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img {
  aspect-ratio: 5 / 4;
}

body[data-content-page="home"] .article-card:nth-of-type(3) img {
  aspect-ratio: 4 / 5;
}

body[data-content-page="home"] .article-card:nth-of-type(4) img {
  aspect-ratio: 13 / 9;
}

@media (max-width: 980px) {
  .terms-page .terms-row {
    grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  }

  .terms-page .terms-table[data-terms-table="payments"] .terms-row {
    grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
  }

  body[data-content-page="home"] .article-mosaic {
    grid-template-columns: 1fr;
  }

  body[data-content-page="home"] .article-card:nth-of-type(1),
  body[data-content-page="home"] .article-card:nth-of-type(2),
  body[data-content-page="home"] .article-card:nth-of-type(3),
  body[data-content-page="home"] .article-card:nth-of-type(4) {
    grid-column: 1;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .cart-attached-option {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .cart-attached-option > span,
  .cart-attached-option > strong,
  .cart-attached-option > small,
  .cart-attached-option > .cart-option-qty,
  .cart-attached-option > em,
  .cart-attached-option > select,
  .cart-attached-option > button {
    grid-area: auto;
    justify-self: start;
  }
}

/* Final calculator and editorial overrides */
.cart-attached-option {
  grid-template-columns: minmax(128px, 0.24fr) minmax(220px, 1fr) minmax(120px, 0.45fr) minmax(92px, auto) minmax(118px, auto);
  grid-template-areas:
    "section title note qty price"
    ". target target target remove";
  column-gap: 18px;
  row-gap: 10px;
  align-items: baseline;
}

.cart-attached-option > span {
  grid-area: section;
}

.cart-attached-option > strong {
  grid-area: title;
}

.cart-attached-option > small {
  grid-area: note;
}

.cart-attached-option > .cart-option-qty {
  grid-area: qty;
}

.cart-attached-option > em {
  grid-area: price;
  justify-self: end;
  white-space: nowrap;
}

.cart-attached-option > select {
  grid-area: target;
  width: min(100%, 620px);
}

.cart-attached-option > button {
  grid-area: remove;
  justify-self: end;
}

.text-submit {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid currentColor;
  background: transparent;
  text-align: center;
}

.cart-form .cart-form-disclaimer {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.22;
  text-transform: none;
}

.terms-page .terms-table {
  display: block;
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.terms-page .terms-row {
  display: grid;
  min-width: 660px;
  grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  gap: 14px;
  padding: 10px 0;
  align-items: baseline;
}

.terms-page .terms-table[data-terms-table="payments"] .terms-row {
  min-width: 820px;
  grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
}

.terms-page .terms-row h3 {
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.14;
}

.terms-page .terms-row p,
.terms-page .terms-row strong {
  font-size: 13px;
  line-height: 1.28;
}

body[data-content-page="home"] .article-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(38px, 5vw, 86px) clamp(24px, 3.4vw, 62px);
}

body[data-content-page="home"] .article-card,
body[data-content-page="home"] .article-large,
body[data-content-page="home"] .article-wide,
body[data-content-page="home"] .article-card:nth-of-type(1),
body[data-content-page="home"] .article-card:nth-of-type(2),
body[data-content-page="home"] .article-card:nth-of-type(3),
body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: auto;
  margin-top: 0;
}

body[data-content-page="home"] .article-card:nth-of-type(1) {
  grid-column: 1 / span 7;
}

body[data-content-page="home"] .article-card:nth-of-type(2) {
  grid-column: 8 / span 5;
  margin-top: clamp(38px, 5vw, 92px);
}

body[data-content-page="home"] .article-card:nth-of-type(3) {
  grid-column: 2 / span 5;
  margin-top: clamp(6px, 2vw, 36px);
}

body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: 7 / span 6;
  margin-top: clamp(72px, 7vw, 132px);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img,
body[data-content-page="home"] .article-card:nth-of-type(3) img,
body[data-content-page="home"] .article-card:nth-of-type(4) img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img {
  aspect-ratio: 5 / 4;
}

body[data-content-page="home"] .article-card:nth-of-type(3) img {
  aspect-ratio: 4 / 5;
}

body[data-content-page="home"] .article-card:nth-of-type(4) img {
  aspect-ratio: 13 / 9;
}

@media (max-width: 980px) {
  .terms-page .terms-row {
    grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  }

  .terms-page .terms-table[data-terms-table="payments"] .terms-row {
    grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
  }

  body[data-content-page="home"] .article-mosaic {
    grid-template-columns: 1fr;
  }

  body[data-content-page="home"] .article-card:nth-of-type(1),
  body[data-content-page="home"] .article-card:nth-of-type(2),
  body[data-content-page="home"] .article-card:nth-of-type(3),
  body[data-content-page="home"] .article-card:nth-of-type(4) {
    grid-column: 1;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .cart-attached-option {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .cart-attached-option > span,
  .cart-attached-option > strong,
  .cart-attached-option > small,
  .cart-attached-option > .cart-option-qty,
  .cart-attached-option > em,
  .cart-attached-option > select,
  .cart-attached-option > button {
    grid-area: auto;
    justify-self: start;
  }
}

/* Calculator logic refinements */
.cart-included-options {
  display: grid;
  gap: 0;
  margin-top: 18px;
  border-top: 1px solid rgba(17, 17, 17, 0.22);
}

.cart-included-options > p {
  margin: 0;
  padding: 12px 0 8px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-included-option {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr) minmax(86px, auto);
  gap: 12px;
  padding: 8px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.14);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-included-option span,
.cart-included-option small {
  color: var(--muted);
}

.cart-included-option strong {
  font-weight: 400;
}

.cart-included-options em {
  margin-top: 8px;
  color: var(--muted);
  font-size: 11px;
  font-style: normal;
  line-height: 1.25;
  text-transform: uppercase;
}

.cart-option-qty {
  display: grid;
  gap: 5px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-option-qty input {
  width: 92px;
  min-height: 30px;
  padding: 5px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
}

.cart-attached-option {
  grid-template-columns: 100px minmax(160px, 1fr) minmax(96px, 0.7fr) auto minmax(110px, auto) minmax(150px, auto) auto;
}

.text-submit {
  width: 100%;
  min-height: 44px;
  padding: 11px 14px;
  border: 1px solid currentColor;
  background: transparent;
  text-align: center;
}

.cart-form .cart-form-disclaimer {
  margin: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.05vw, 20px);
  line-height: 1.22;
  text-transform: none;
}

.cart-summary .cart-stage-note {
  margin-bottom: 0;
}

/* Compact terms tables */
.terms-page .terms-table {
  display: block;
  overflow-x: auto;
  border-top: 1px solid var(--line);
}

.terms-page .terms-row {
  display: grid;
  min-width: 660px;
  grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  gap: 14px;
  padding: 10px 0;
  align-items: baseline;
}

.terms-page .terms-table[data-terms-table="payments"] .terms-row {
  min-width: 820px;
  grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
}

.terms-page .terms-row h3 {
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.14;
}

.terms-page .terms-row p,
.terms-page .terms-row strong {
  font-size: 13px;
  line-height: 1.28;
}

/* Home case mosaic crop fixes */
body[data-content-page="home"] .article-mosaic {
  grid-template-columns: repeat(12, minmax(0, 1fr));
  align-items: start;
  gap: clamp(38px, 5vw, 86px) clamp(24px, 3.4vw, 62px);
}

body[data-content-page="home"] .article-card,
body[data-content-page="home"] .article-large,
body[data-content-page="home"] .article-wide,
body[data-content-page="home"] .article-card:nth-of-type(1),
body[data-content-page="home"] .article-card:nth-of-type(2),
body[data-content-page="home"] .article-card:nth-of-type(3),
body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: auto;
  margin-top: 0;
}

body[data-content-page="home"] .article-card:nth-of-type(1) {
  grid-column: 1 / span 7;
}

body[data-content-page="home"] .article-card:nth-of-type(2) {
  grid-column: 8 / span 5;
  margin-top: clamp(38px, 5vw, 92px);
}

body[data-content-page="home"] .article-card:nth-of-type(3) {
  grid-column: 2 / span 5;
  margin-top: clamp(6px, 2vw, 36px);
}

body[data-content-page="home"] .article-card:nth-of-type(4) {
  grid-column: 7 / span 6;
  margin-top: clamp(72px, 7vw, 132px);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img,
body[data-content-page="home"] .article-card:nth-of-type(3) img,
body[data-content-page="home"] .article-card:nth-of-type(4) img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img {
  aspect-ratio: 5 / 4;
}

body[data-content-page="home"] .article-card:nth-of-type(3) img {
  aspect-ratio: 4 / 5;
}

body[data-content-page="home"] .article-card:nth-of-type(4) img {
  aspect-ratio: 13 / 9;
}

@media (max-width: 980px) {
  .cart-included-option,
  .cart-attached-option {
    grid-template-columns: 1fr;
  }

  body[data-content-page="home"] .article-mosaic {
    grid-template-columns: 1fr;
  }

  body[data-content-page="home"] .article-card:nth-of-type(1),
  body[data-content-page="home"] .article-card:nth-of-type(2),
  body[data-content-page="home"] .article-card:nth-of-type(3),
  body[data-content-page="home"] .article-card:nth-of-type(4) {
    grid-column: 1;
    margin-top: 0;
  }
}

/* Offer, services and request cart */
.cart-nav-link span {
  display: inline-flex;
  min-width: 16px;
  justify-content: center;
}

.cart-nav-link span.is-filled,
.mobile-cart-link span.is-filled {
  color: #c1121f;
}

.product-card-price {
  display: block;
  padding: 2px 0 0;
  color: var(--ink);
  font-size: 12px;
  text-transform: uppercase;
}

.product-card-palette,
.palette-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.product-card-palette {
  padding: 0 12px 14px;
}

.palette-chip {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 18px;
  color: var(--muted);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.palette-chip::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid rgba(17, 17, 17, 0.22);
  background: var(--swatch);
}

.palette-grid-large {
  gap: 10px 16px;
  max-width: 980px;
}

.palette-grid-large .palette-chip {
  min-width: 72px;
  font-size: 11px;
}

.palette-grid-large .palette-chip::before {
  width: 28px;
  height: 28px;
}

.offer-catalog-block,
.info-hero,
.cart-workspace {
  border-top: 1px solid var(--line);
  padding: clamp(34px, 5vw, 82px) 0;
}

.page-jump-nav {
  position: sticky;
  top: 46px;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 8px 0 34px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(250, 250, 250, 0.96);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  font-size: 11px;
}

.page-jump-nav a {
  padding-bottom: 3px;
  border-bottom: 1px solid transparent;
}

.page-jump-nav a:hover {
  border-bottom-color: currentColor;
}

.info-page,
.cart-page {
  padding: 28px;
}

.info-hero {
  display: grid;
  grid-template-columns: minmax(120px, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(22px, 4vw, 72px);
  border-top: 0;
}

.info-hero h1 {
  max-width: 980px;
  font-size: clamp(48px, 6.5vw, 108px);
}

.info-hero p:not(.kicker) {
  grid-column: 2;
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.06;
}

.legal-section,
.article-index {
  display: grid;
  grid-template-columns: minmax(120px, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(18px, 3vw, 58px);
  padding: clamp(28px, 4vw, 62px) 0;
  border-top: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.4vw, 26px);
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.legal-section p {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.08;
}

.legal-section a {
  border-bottom: 1px solid currentColor;
}

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

.article-index a {
  display: grid;
  gap: 12px;
  min-height: 220px;
  align-content: end;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-index span {
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
}

.article-index strong {
  max-width: 560px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 4vw, 64px);
  font-weight: 400;
  line-height: 0.98;
}

.legal-page,
.article-archive-page {
  width: min(100%, 1180px);
  margin-right: auto;
  margin-left: auto;
  padding: clamp(30px, 4vw, 56px) 28px clamp(80px, 8vw, 128px);
}

.legal-page .info-hero,
.article-archive-page .info-hero {
  display: block;
  max-width: 760px;
  padding: clamp(42px, 6vw, 82px) 0 clamp(30px, 4.5vw, 56px);
  border-top: 0;
}

.legal-page .info-hero h1,
.article-archive-page .info-hero h1 {
  max-width: 760px;
  margin-top: 10px;
  font-family: var(--font-sans);
  font-size: clamp(30px, 3.9vw, 56px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: none;
  overflow-wrap: break-word;
}

.legal-page .info-hero p:not(.kicker),
.article-archive-page .info-hero p:not(.kicker) {
  max-width: 680px;
  margin-top: 18px;
  font-size: clamp(18px, 1.45vw, 24px);
  line-height: 1.28;
}

.legal-page .legal-section,
.article-archive-page .legal-section {
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(24px, 4vw, 56px);
  max-width: 900px;
  padding: clamp(24px, 3vw, 38px) 0;
}

.legal-page .legal-section h2,
.article-archive-page .legal-section h2 {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.28;
}

.legal-page .legal-section p,
.article-archive-page .legal-section p {
  max-width: 640px;
  font-size: clamp(17px, 1.15vw, 21px);
  line-height: 1.42;
}

.article-archive-page .article-index {
  grid-template-columns: 1fr;
  gap: 0;
  max-width: 760px;
  padding: 0;
}

.article-archive-page .article-index a {
  grid-template-columns: minmax(120px, 0.24fr) minmax(0, 0.76fr);
  min-height: 0;
  padding: 24px 0;
  align-content: start;
  border-top: 1px solid var(--line);
  border-bottom: 0;
}

.article-archive-page .article-index a:last-child {
  border-bottom: 1px solid var(--line);
}

.article-archive-page .article-index strong {
  font-size: clamp(23px, 2.2vw, 34px);
  line-height: 1.08;
}

.articles-feed-page {
  max-width: 1120px;
  margin: 0 auto;
  padding: 108px 28px 160px;
}

.articles-feed {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 86px 118px;
}

.articles-feed-card {
  display: block;
  color: #111;
}

.articles-feed-card > img,
.articles-feed-media {
  display: block;
  width: 100%;
  aspect-ratio: 1.23 / 1;
  margin: 0 0 12px;
  background: #eee;
  overflow: hidden;
}

.articles-feed-card > img {
  object-fit: cover;
  object-position: center;
}

.articles-feed-card--crop-top > img {
  object-position: center top;
}

.articles-feed-card--fit > img {
  object-fit: contain;
  object-position: center;
}

.articles-feed-card--ayris > img {
  object-position: center 32%;
}

.articles-feed-card--kruzhok > img {
  object-position: center 58%;
}

.articles-feed-card--oganesyan > img {
  object-fit: contain;
  object-position: center;
}

.articles-feed-media {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.articles-feed-media img {
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
  object-fit: cover;
  object-position: center top;
}

.articles-feed-card span {
  display: block;
  margin: 0 0 2px;
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1;
}

.articles-feed-card h2 {
  max-width: 520px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 24px;
  font-weight: 400;
  line-height: 0.96;
  letter-spacing: 0;
  text-transform: uppercase;
}

.terms-page .page-jump-nav,
.terms-page .offer-catalog-block {
  max-width: 900px;
}

.terms-page .page-jump-nav {
  position: static;
  margin: 0 0 28px;
}

.terms-page .offer-catalog-block {
  padding: clamp(32px, 4vw, 56px) 0;
}

.terms-page .offer-block-head {
  grid-template-columns: minmax(150px, 0.32fr) minmax(0, 0.68fr);
  gap: clamp(24px, 4vw, 56px);
}

.terms-page .offer-block-head h2 {
  font-family: var(--font-sans);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  text-transform: uppercase;
}

.terms-page .terms-row {
  grid-template-columns: minmax(190px, 0.34fr) minmax(96px, 0.18fr) minmax(0, 0.48fr);
}

.terms-page .terms-row h3 {
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 1.08;
}

.offer-block-head {
  display: grid;
  grid-template-columns: minmax(120px, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(18px, 3vw, 58px);
  align-items: start;
  margin-bottom: clamp(22px, 3vw, 42px);
}

.offer-block-head h2,
.offer-block-head h3 {
  max-width: 980px;
  font-family: var(--font-sans);
  font-size: clamp(28px, 3vw, 54px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.offer-block-head p:not(.kicker) {
  grid-column: 2;
  max-width: 620px;
  margin: 10px 0 0;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.4vw, 25px);
  line-height: 1.1;
}

.offer-option-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}

.offer-option-card {
  display: grid;
  align-content: space-between;
  min-height: 260px;
  padding: 18px;
  background: var(--paper);
}

.offer-option-card-media {
  margin: -18px -18px 18px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #f2f2f2;
}

.offer-option-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* UX flow refinements */
.home-hero-rotator {
  position: relative;
  display: block;
  overflow: hidden;
  background: var(--paper);
}

.home-hero-card-main .home-hero-rotator {
  aspect-ratio: 16 / 10;
}

.home-hero-rotator img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  transition: opacity 0.8s ease;
}

.home-hero-rotator img.is-active {
  opacity: 1;
}

.home-request-section,
.case-contact-block,
.service-story-grid {
  width: min(calc(100% - 56px), 1844px);
  margin: 0 auto clamp(78px, 7vw, 126px);
  border-top: 1px solid var(--line);
}

.home-request-section,
.case-contact-block {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(320px, 0.58fr);
  gap: clamp(28px, 5vw, 78px);
  padding-top: clamp(34px, 5vw, 82px);
}

.home-request-section h2,
.case-contact-block h2,
.service-story-card h2 {
  max-width: 780px;
  font-family: var(--font-sans);
  font-size: clamp(26px, 3vw, 54px);
  font-weight: 400;
  line-height: 1.02;
  text-transform: uppercase;
}

.home-request-section p:not(.kicker),
.case-contact-block p:not(.kicker),
.service-story-card p:not(.kicker) {
  max-width: 680px;
  margin: 14px 0 0;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.35vw, 25px);
  line-height: 1.16;
}

.home-request-form,
.case-contact-form {
  align-self: start;
}

.service-story-grid {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.service-story-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(24px, 4vw, 64px);
  align-items: center;
  padding: clamp(18px, 3vw, 36px);
  background: var(--paper);
}

.service-story-card img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  background: var(--paper);
}

.client-logo-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-left: 1px solid rgba(17, 17, 17, 0.2);
}

.client-logo-cell {
  display: grid;
  min-height: 92px;
  place-items: center;
  padding: 18px;
  border-right: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}

.client-logo-cell img {
  max-width: 120px;
  max-height: 42px;
  object-fit: contain;
  filter: grayscale(1) contrast(1.1);
  mix-blend-mode: multiply;
}

.product-card-details {
  padding: 8px 12px 14px;
  text-align: left;
}

.product-card-details summary {
  width: max-content;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-card-details .product-card-palette {
  padding: 10px 0 0;
}

.product-palette {
  display: block !important;
}

.product-order-builder {
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.8fr) 90px;
}

.cart-line.has-thumb {
  grid-template-columns: 82px minmax(0, 1fr) auto;
}

.cart-line-thumb {
  margin: 0;
}

.cart-line-thumb img {
  aspect-ratio: 3 / 4;
  object-fit: contain;
  background: var(--paper);
  border: 1px solid rgba(17, 17, 17, 0.16);
}

.cart-service-groups {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
}

.cart-summary .cart-form {
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.cart-toast {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  max-width: min(340px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: rgba(250, 250, 250, 0.96);
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  text-transform: uppercase;
  font-size: 11px;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.cart-toast.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.case-social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  text-transform: uppercase;
  font-size: 11px;
}

.case-social-links a {
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
}

.footer-contacts a {
  width: max-content;
}

.cases-archive-page {
  padding: 28px;
}

.cases-archive-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(34px, 5vw, 86px) clamp(22px, 3.4vw, 62px);
  padding: clamp(24px, 4vw, 58px) 0 clamp(84px, 8vw, 132px);
  border-top: 1px solid var(--line);
}

.case-archive-card {
  grid-column: span 4;
}

.case-archive-card-large {
  grid-column: span 7;
}

.case-archive-card-wide {
  grid-column: span 6;
  margin-top: clamp(42px, 5vw, 96px);
}

.case-archive-card:nth-child(2),
.case-archive-card:nth-child(6) {
  margin-top: clamp(42px, 6vw, 112px);
}

.case-archive-card img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: var(--paper);
}

.case-archive-card-large img,
.case-archive-card-wide img {
  aspect-ratio: 16 / 11;
}

.case-archive-card span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
}

.case-archive-card h2 {
  max-width: 620px;
  margin-top: 6px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.35vw, 42px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

.case-archive-card p {
  max-width: 520px;
  margin: 8px 0 0;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.14;
}

@media (max-width: 980px) {
  .home-request-section,
  .case-contact-block,
  .service-story-card {
    grid-template-columns: 1fr;
  }

  .client-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .cases-archive-grid {
    grid-template-columns: 1fr;
  }

  .case-archive-card,
  .case-archive-card-large,
  .case-archive-card-wide {
    grid-column: 1;
    margin-top: 0;
  }

  .cart-service-groups {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-content-page="home"] .home-hero-blocks {
    gap: 34px;
    padding-bottom: 54px;
  }

  body[data-content-page="home"] .home-hero-card-main,
  body[data-content-page="home"] .home-hero-rotator {
    min-height: 0;
  }

  body[data-content-page="home"] .home-hero-card-main .home-hero-rotator {
    aspect-ratio: 4 / 3;
    max-height: 46vh;
  }

  body[data-content-page="home"] .catalog-entry,
  body[data-content-page="home"] .editorial-home,
  body[data-content-page="home"] .clients-section,
  .home-request-section {
    margin-bottom: 64px;
  }

  .home-request-section,
  .case-contact-block,
  .service-story-grid {
    width: calc(100% - 36px);
  }

  .product-order-builder,
  .cart-line.has-thumb {
    grid-template-columns: 1fr;
  }

  .cart-line-thumb {
    width: 92px;
  }

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

.offer-option-card h4 {
  margin: 0 0 10px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2vw, 36px);
  font-weight: 500;
  line-height: 1.02;
}

.offer-option-card p {
  max-width: 420px;
  margin: 0;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.12;
}

.offer-option-card small {
  display: block;
  margin-top: 12px;
  color: var(--muted);
  text-transform: uppercase;
}

.offer-option-card-bottom {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: end;
  margin-top: 32px;
  text-transform: uppercase;
  font-size: 12px;
}

.offer-option-card button,
.cart-line button {
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
}

.offer-option-card button:disabled {
  color: var(--muted);
  cursor: default;
}

.product-palette,
.product-order-builder {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.product-palette {
  display: none !important;
}

.product-palette .kicker {
  margin-bottom: 12px;
}

.product-order-builder {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 90px;
  gap: 12px;
  align-items: end;
}

.product-order-builder label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.product-order-builder select,
.product-order-builder input {
  width: 100%;
  min-height: 38px;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.12;
}

.product-order-builder .product-request-button {
  grid-column: 1 / -1;
  margin-top: 6px;
}

.product-pricing-toggle {
  display: flex;
  justify-content: space-between;
  min-height: 44px;
  border-bottom: 1px solid var(--line);
  font-size: 13px;
}

.product-pricing-toggle::after {
  content: "Открыть";
  color: var(--muted);
  font-size: 11px;
}

.terms-table {
  display: grid;
  border-top: 1px solid var(--line);
}

.terms-row {
  display: grid;
  grid-template-columns: minmax(220px, 0.42fr) minmax(100px, 0.18fr) minmax(0, 0.4fr);
  gap: 22px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  align-items: baseline;
}

.terms-row h3 {
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.05;
}

.terms-row p {
  margin: 0;
  color: var(--muted);
}

.terms-row strong {
  font-weight: 400;
  text-transform: uppercase;
}

.cart-workspace {
  display: grid;
  grid-template-columns: minmax(0, 0.64fr) minmax(340px, 0.36fr);
  gap: clamp(28px, 5vw, 78px);
}

.cart-list {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.cart-empty,
.cart-line {
  background: var(--paper);
}

.cart-empty {
  margin: 0;
  padding: 22px;
  font-family: var(--font-serif);
  font-size: 24px;
}

.cart-line {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 18px;
}

.cart-line h3 {
  font-size: clamp(24px, 2.3vw, 38px);
}

.cart-line p:not(.kicker) {
  margin: 8px 0 0;
  color: var(--muted);
}

.cart-line-controls {
  display: grid;
  grid-template-columns: repeat(3, minmax(150px, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.cart-inline-select {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-inline-select select,
.cart-inline-select input {
  width: 100%;
  min-height: 34px;
  padding: 7px 0;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  text-transform: none;
}

.cart-attached-options {
  display: grid;
  gap: 1px;
  margin-top: 18px;
  background: rgba(17, 17, 17, 0.16);
}

.cart-attached-option {
  display: grid;
  grid-template-columns: minmax(128px, 0.24fr) minmax(220px, 1fr) minmax(120px, 0.45fr) minmax(92px, auto) minmax(118px, auto);
  grid-template-areas:
    "section title note qty price"
    ". target target target remove";
  align-items: baseline;
  column-gap: 18px;
  row-gap: 10px;
  padding: 10px 0;
  background: var(--paper);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.cart-attached-option > span {
  grid-area: section;
}

.cart-attached-option > strong {
  grid-area: title;
}

.cart-attached-option > small {
  grid-area: note;
}

.cart-attached-option > .cart-option-qty {
  grid-area: qty;
}

.cart-attached-option > em {
  grid-area: price;
  justify-self: end;
  white-space: nowrap;
}

.cart-attached-option > select {
  grid-area: target;
  width: min(100%, 620px);
}

.cart-attached-option > button {
  grid-area: remove;
  justify-self: end;
}

.cart-attached-option span,
.cart-attached-option small {
  color: var(--muted);
}

.cart-attached-option strong,
.cart-attached-option em {
  font-weight: 400;
  font-style: normal;
}

.cart-attached-option select {
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--ink);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 12px;
}

.cart-line-actions {
  display: grid;
  gap: 8px;
  justify-items: end;
  text-transform: uppercase;
}

.cart-summary {
  position: sticky;
  top: 74px;
}

.cart-summary h2 {
  margin-bottom: 24px;
  font-size: clamp(36px, 4vw, 62px);
}

.cart-summary-list {
  margin: 0 0 22px;
  border-top: 1px solid var(--line);
}

.cart-summary-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.cart-summary-list dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 24px;
}

.cart-summary p {
  margin: 0 0 24px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
}

.cart-summary .cart-disclaimer {
  margin: 0 0 28px;
  padding: 18px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.2vw, 22px);
  line-height: 1.18;
  text-transform: none;
}

@media (max-width: 980px) {
  .offer-option-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .info-hero,
  .offer-block-head,
  .cart-workspace,
  .legal-section,
  .terms-row {
    grid-template-columns: 1fr;
  }

  .info-hero p:not(.kicker),
  .offer-block-head p:not(.kicker) {
    grid-column: 1;
  }

  .legal-page .legal-section,
  .article-archive-page .legal-section,
  .terms-page .offer-block-head {
    grid-template-columns: 1fr;
  }

  .terms-page .terms-row {
    grid-template-columns: minmax(260px, 1fr) minmax(96px, 0.32fr) minmax(210px, 0.8fr);
  }

  .terms-page .terms-table[data-terms-table="payments"] .terms-row {
    grid-template-columns: minmax(190px, 0.9fr) minmax(230px, 1fr) minmax(170px, 0.75fr) minmax(170px, 0.75fr);
  }

  .article-archive-page .article-index a {
    grid-template-columns: 1fr;
  }

  .cart-summary {
    position: static;
  }

  .article-index {
    grid-template-columns: 1fr;
  }

  .articles-feed-page {
    padding: 86px 20px 90px;
  }

  .articles-feed {
    grid-template-columns: 1fr;
    gap: 58px;
  }

  .articles-feed-card h2 {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  .main-nav {
    align-items: flex-start;
  }

  .offer-option-grid {
    grid-template-columns: 1fr;
  }

  .offer-option-card {
    min-height: 0;
  }

  .product-order-builder {
    grid-template-columns: 1fr;
  }

  .cart-line {
    grid-template-columns: 1fr;
  }

  .cart-line-controls,
  .cart-attached-option {
    grid-template-columns: 1fr;
    grid-template-areas: none;
  }

  .cart-attached-option > span,
  .cart-attached-option > strong,
  .cart-attached-option > small,
  .cart-attached-option > .cart-option-qty,
  .cart-attached-option > em,
  .cart-attached-option > select,
  .cart-attached-option > button {
    grid-area: auto;
    justify-self: start;
  }

  .cart-line-actions {
    justify-items: start;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.32;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border-bottom: 0;
  background: rgba(250, 250, 250, 0.96);
  backdrop-filter: blur(8px);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
}

.brand img {
  width: 118px;
  height: auto;
}

.footer-logo {
  width: 156px;
  height: auto;
}

.main-nav {
  justify-self: end;
  display: flex;
  gap: 22px;
  align-items: center;
  justify-content: flex-end;
  text-transform: uppercase;
  font-size: 11px;
}

.main-nav a {
  border-bottom: 1px solid transparent;
}

.main-nav a:hover {
  border-bottom-color: var(--ink);
}

.menu-button {
  display: none;
  justify-self: end;
  padding: 0;
  border: 0;
  background: transparent;
  text-transform: uppercase;
}

.hero-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(320px, 0.96fr);
  min-height: calc(100vh - 46px);
  border-bottom: 1px solid var(--line);
}

.hero-image-link {
  display: block;
  min-height: calc(100vh - 46px);
  border-right: 1px solid var(--line);
  overflow: hidden;
}

.hero-image-link img {
  height: 100%;
  object-fit: contain;
  object-position: 48% 28%;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 28px 24px;
}

.kicker {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}

h1,
h2,
h3,
.large-statement {
  margin: 0;
  font-family: var(--font-serif);
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: 0;
}

h1 {
  max-width: 660px;
  font-size: clamp(52px, 7.4vw, 118px);
}

h2 {
  font-size: clamp(42px, 5.2vw, 82px);
}

h3 {
  font-size: 28px;
}

.hero-copy p:not(.kicker) {
  max-width: 500px;
  margin: 28px 0 auto;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.02;
}

.text-link {
  display: inline-flex;
  width: max-content;
  margin-top: 28px;
  padding-bottom: 3px;
  border-bottom: 1px solid var(--ink);
  text-transform: uppercase;
  font-size: 12px;
}

.manifest {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 44px;
  padding: 88px 28px;
  border-bottom: 1px solid var(--line);
}

.large-statement {
  max-width: 920px;
  font-size: clamp(50px, 7vw, 118px);
}

.scope-list {
  margin: 0;
  padding: 0;
  list-style: none;
  align-self: start;
  border-top: 1px solid var(--line);
}

.scope-list li {
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.05;
}

.case-intro {
  padding: 100px 28px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.case-intro p {
  max-width: 900px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 6vw, 96px);
  line-height: 0.94;
}

.section-block,
.catalog-section,
.trust-section,
.cart-section {
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.section-head,
.catalog-top,
.trust-section {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: end;
}

.editorial-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr 0.82fr;
  gap: 18px;
  margin-top: 34px;
}

.case-card,
.designer-strip article,
.product-card {
  position: relative;
}

.image-frame {
  display: block;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}

.feature-card .image-frame {
  aspect-ratio: 4 / 5;
}

.image-frame img,
.designer-strip img,
.product-card img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  transition: transform 0.35s ease;
}

.case-card:hover img,
.designer-strip article:hover img,
.product-card:hover img {
  transform: scale(1.025);
}

.case-meta {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  margin-top: 12px;
}

.case-meta span {
  font-family: var(--font-serif);
  font-size: 32px;
}

.case-meta h3 {
  grid-column: 2;
}

.case-meta p {
  grid-column: 2;
  margin: 6px 0 0;
  color: var(--muted);
}

.designer-section {
  background: var(--paper);
}

.designer-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.designer-strip img {
  aspect-ratio: 3 / 4.2;
  object-fit: contain;
  border: 1px solid var(--line);
  background: var(--paper);
}

.designer-strip h3 {
  margin-top: 12px;
  font-size: 24px;
}

.designer-strip p {
  margin: 8px 0 0;
  color: var(--muted);
}

.catalog-section {
  background: var(--paper);
}

.search-field {
  display: grid;
  gap: 6px;
  min-width: min(360px, 100%);
  text-transform: uppercase;
  font-size: 12px;
}

.search-field input {
  width: 100%;
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 18px 0 28px;
}

.filter-button {
  min-height: 0;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2;
}

.filter-button.is-active,
.filter-button:hover {
  border-bottom-color: currentColor;
  background: transparent;
  color: var(--ink);
}

.b2b-product-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.42fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
  margin: 34px 0 54px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
}

.b2b-product-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.45fr) minmax(0, 0.55fr);
  gap: clamp(24px, 3vw, 48px);
  align-items: start;
}

.b2b-product-media {
  margin: 0;
}

.b2b-product-media img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

.b2b-product-copy h3,
.b2b-contact-form h3 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(30px, 3vw, 56px);
  font-weight: 500;
  line-height: 0.98;
  text-transform: uppercase;
}

.b2b-product-copy > p:not(.kicker) {
  max-width: 620px;
  margin: 0 0 24px;
  font-family: var(--font-serif);
  font-size: clamp(21px, 1.75vw, 32px);
  line-height: 1.08;
}

.b2b-product-specs,
.b2b-product-production {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.b2b-product-production {
  margin-top: 24px;
}

.b2b-product-specs div,
.b2b-product-production div {
  display: grid;
  grid-template-columns: minmax(110px, 0.32fr) 1fr;
  gap: 18px;
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.b2b-product-specs dt,
.b2b-product-production dt {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.15;
  text-transform: uppercase;
}

.b2b-product-specs dd,
.b2b-product-production dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.05;
}

.b2b-product-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 26px;
  text-transform: uppercase;
  font-size: 12px;
}

.b2b-product-actions a,
.text-submit {
  width: max-content;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  cursor: pointer;
  text-transform: uppercase;
}

.b2b-contact-form {
  display: grid;
  gap: 14px;
  padding-top: 2px;
}

.b2b-contact-form label {
  display: grid;
  gap: 6px;
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.b2b-contact-form input,
.b2b-contact-form textarea {
  width: 100%;
  padding: 12px 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
}

.b2b-contact-form textarea {
  min-height: 118px;
  resize: vertical;
}

.product-detail-dialog {
  width: min(1680px, calc(100vw - 32px));
  max-height: calc(100vh - 32px);
  padding: clamp(18px, 2.5vw, 34px);
  overflow: auto;
}

.product-detail-layout {
  display: grid;
  gap: clamp(24px, 3vw, 46px);
}

.product-detail-card {
  display: grid;
  grid-template-columns: minmax(300px, 0.42fr) minmax(0, 0.58fr);
  gap: clamp(28px, 4vw, 64px);
  align-items: start;
}

.product-detail-gallery {
  position: relative;
  display: grid;
  gap: 12px;
}

.product-detail-media {
  margin: 0;
}

.product-detail-media img {
  aspect-ratio: 4 / 5;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

.gallery-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: rgba(250, 250, 250, 0.72);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}

.gallery-prev {
  left: 0;
}

.gallery-next {
  right: 0;
}

.gallery-counter {
  color: var(--muted);
  font-size: 11px;
  text-transform: uppercase;
}

.product-detail-copy h2,
.product-detail-form h3 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(42px, 5.4vw, 84px);
  font-weight: 500;
  line-height: 0.94;
  text-transform: uppercase;
}

.product-detail-description {
  max-width: 760px;
  margin: 0 0 28px;
  font-family: var(--font-serif);
  font-size: clamp(23px, 2.4vw, 38px);
  line-height: 1.04;
}

.product-detail-specs,
.product-detail-production {
  display: grid;
  margin: 0;
  border-top: 1px solid var(--line);
}

.product-detail-production {
  margin-top: 26px;
}

.product-detail-specs div,
.product-detail-production div {
  display: grid;
  grid-template-columns: minmax(128px, 0.28fr) 1fr;
  gap: 22px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-specs dt,
.product-detail-production dt {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.15;
  text-transform: uppercase;
}

.product-detail-specs dd,
.product-detail-production dd {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.05;
}

.product-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 18px;
}

.product-detail-actions button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 11px;
}

.product-detail-form {
  width: min(620px, 100%);
  justify-self: end;
  padding-top: 8px;
}

.product-page {
  min-height: calc(100vh - 46px);
  padding: clamp(20px, 2.4vw, 32px);
  background: var(--paper);
}

.product-page-status {
  margin: 0;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 12px;
}

.product-page-layout {
  display: grid;
  grid-template-columns: minmax(220px, 0.22fr) minmax(360px, 0.46fr) minmax(380px, 0.32fr);
  gap: clamp(28px, 3.4vw, 60px);
  align-items: start;
  max-width: 1840px;
  margin: 0 auto;
}

.product-page-gallery {
  position: relative;
  min-width: 0;
  background: transparent;
}

.product-page-media-list {
  display: flex;
  gap: 0;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
}

.product-page-media {
  flex: 0 0 100%;
  display: grid;
  place-items: center;
  min-height: min(78vh, 820px);
  margin: 0;
  background: #fff;
  scroll-snap-align: start;
}

.product-page-media img {
  width: min(88%, 760px);
  height: auto;
  max-height: min(74vh, 780px);
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center;
  background: #fff;
}

.product-page-copy,
.product-page-info {
  position: sticky;
  top: 74px;
  min-width: 0;
}

.product-page-back {
  display: inline-flex;
  width: max-content;
  margin: 0 0 28px;
  color: var(--muted);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
}

.product-page-copy h1 {
  max-width: 420px;
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-size: clamp(22px, 2vw, 34px);
  font-weight: 400;
  line-height: 1.02;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.product-page-copy .product-detail-description {
  max-width: 390px;
  margin: 18px 0 26px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.35vw, 24px);
  line-height: 1.08;
}

.product-page-copy .product-detail-specs,
.product-page-info .product-detail-specs,
.product-page-info .product-detail-production {
  border-top: 0;
  row-gap: 0;
}

.product-page-copy .product-detail-specs div,
.product-page-info .product-detail-specs div,
.product-page-info .product-detail-production div {
  grid-template-columns: 92px minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  min-height: 26px;
  padding: 4px 0;
  border-bottom: 0;
}

.product-page-info .kicker {
  margin-bottom: 16px;
}

.product-page-copy .product-detail-specs dt,
.product-page-info .product-detail-specs dt,
.product-page-info .product-detail-production dt {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.product-page-copy .product-detail-specs dd,
.product-page-info .product-detail-specs dd,
.product-page-info .product-detail-production dd {
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-transform: none;
}

.product-page-info .product-detail-production {
  margin-top: 0;
}

.product-page-info .product-order-builder {
  margin-top: 26px;
  padding-top: 0;
  border-top: 0;
  grid-template-columns: minmax(0, 1fr) 82px;
}

.product-page-form {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.product-page-form h3 {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 3.6vw, 48px);
  font-weight: 500;
  line-height: 0.96;
  text-transform: uppercase;
}

.product-measure-button,
.product-request-button {
  display: block;
  width: max-content;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.15;
}

.product-measure-button {
  margin-top: 14px;
}

.product-request-button {
  margin-top: 34px;
  width: 100%;
  max-width: 100%;
  font-size: clamp(18px, 1.25vw, 22px);
  line-height: 1.08;
  text-align: left;
  white-space: normal;
}

.product-pricing {
  margin-top: 14px;
  border-top: 0;
  border-bottom: 0;
}

.product-pricing-toggle {
  width: 100%;
  padding: 12px 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  text-align: left;
  text-transform: uppercase;
  font-size: 12px;
}

.product-pricing-body {
  padding: 0 0 16px;
}

.product-pricing-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
  text-transform: uppercase;
}

.product-pricing-table th,
.product-pricing-table td {
  padding: 7px 0;
  border-top: 0;
  vertical-align: top;
}

.product-pricing-table th {
  color: var(--muted);
  font-weight: 400;
}

.product-pricing-table td:first-child {
  padding-right: 14px;
}

.product-pricing-table span,
.product-pricing-table small {
  display: block;
}

.product-pricing-table td {
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.12;
  text-transform: none;
}

.product-pricing-table th {
  font-family: var(--font-sans);
  font-size: 11px;
  text-transform: uppercase;
}

.product-pricing-table small {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
}

.product-page-info .product-pricing-toggle {
  min-height: 0;
  border-bottom: 0;
}

.product-page-info .product-pricing-table th,
.product-page-info .product-pricing-table td {
  padding: 7px 0;
  border-top: 0;
}

.product-pricing p {
  max-width: 520px;
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.product-page-dialog {
  width: min(620px, calc(100vw - 36px));
  padding: clamp(26px, 4vw, 38px);
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.product-page-dialog::backdrop {
  background: rgba(250, 250, 250, 0.72);
}

.product-page-dialog h2 {
  margin: 0 0 26px;
  font-family: var(--font-serif);
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 500;
  line-height: 0.96;
  text-transform: uppercase;
}

.measurements-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  text-align: left;
  text-transform: uppercase;
}

.measurements-table th,
.measurements-table td {
  padding: 12px 0;
  border-bottom: 1px solid var(--line);
}

.measurements-table th {
  color: var(--muted);
  font-weight: 400;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(34px, 3.2vw, 56px) clamp(20px, 2.4vw, 42px);
  border: 0;
  background: transparent;
}

.product-card {
  background: transparent;
}

.product-card.is-hidden {
  display: none;
}

.product-card button {
  display: grid;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.product-card img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: #fff;
}

.product-title,
.product-meta,
.product-code {
  display: block;
  padding: 0;
}

.product-code {
  padding-top: 12px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1;
}

.product-title {
  padding-top: 7px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.16;
  text-transform: uppercase;
}

.product-meta {
  padding-top: 4px;
  color: var(--muted);
  text-transform: uppercase;
  font-size: 11px;
}

.trust-section {
  align-items: start;
  background: var(--paper);
}

.trust-section p,
.cart-section p {
  max-width: 620px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(26px, 3.5vw, 48px);
  line-height: 1.03;
}

.cart-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: 28px;
  align-items: start;
}

.cart-section .text-link {
  grid-column: 2;
  margin-top: 0;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(180px, 0.7fr) minmax(220px, auto);
  gap: 28px;
  padding: 34px;
  background: var(--ink);
  color: var(--paper);
}

.footer-brand-block p {
  max-width: 420px;
  margin: 18px 0 0;
  font-family: var(--font-serif);
  font-size: 30px;
  line-height: 1;
}

.footer-nav {
  display: grid;
  gap: 7px;
  align-content: start;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contacts a {
  color: inherit;
}

.footer-nav a:hover,
.footer-contacts a:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}

address,
.footer-contacts {
  display: grid;
  gap: 8px;
  align-content: end;
  font-style: normal;
  text-align: right;
}

.footer-copy {
  grid-column: 1 / -1;
  margin: 10px 0 0;
  color: rgba(250, 250, 250, 0.62);
  font-family: var(--font-sans);
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
}

.mobile-cart-link {
  display: none;
}

.cookie-notice {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 16px;
  align-items: center;
  width: min(720px, calc(100vw - 36px));
  padding: 14px 16px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.cookie-notice p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 11px;
  line-height: 1.35;
  text-transform: uppercase;
}

.cookie-notice a,
.cookie-notice button {
  padding: 0 0 2px;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 11px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-dialog {
  width: min(620px, calc(100vw - 36px));
  padding: 28px;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.product-dialog::backdrop {
  background: rgba(250, 250, 250, 0.72);
}

.product-dialog h2 {
  margin-bottom: 22px;
  font-size: clamp(36px, 6vw, 68px);
}

.product-dialog p:not(.kicker) {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.12;
}

.dialog-close {
  float: right;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
}

.outline-button {
  width: max-content;
  padding: 16px 28px;
  border: 1px solid #8e8e8e;
  border-radius: 14px;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  font-family: var(--font-sans);
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
}

.outline-button:hover {
  background: var(--ink);
  color: var(--paper);
}

.feedback-form {
  display: grid;
  gap: 14px;
}

.feedback-form label {
  display: grid;
  gap: 6px;
  font-size: 11px;
  text-transform: uppercase;
}

.feedback-form input,
.feedback-form select,
.feedback-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  padding: 11px 12px;
  font: inherit;
}

.feedback-form textarea {
  resize: vertical;
}

.feedback-dialog {
  width: min(620px, calc(100vw - 36px));
  max-height: calc(100vh - 40px);
  padding: clamp(26px, 3.8vw, 34px);
  border: 0;
  background: var(--paper);
  overflow: auto;
}

.feedback-dialog::backdrop {
  background: rgba(250, 250, 250, 0.72);
}

.unified-contact-dialog::backdrop {
  background: rgba(250, 250, 250, 0.66);
  backdrop-filter: blur(10px);
}

.unified-contact-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.feedback-dialog .dialog-close {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  border: 0;
  overflow: hidden;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  letter-spacing: 0;
  line-height: 0;
  text-indent: -999px;
}

.feedback-dialog .dialog-close::before,
.feedback-dialog .dialog-close::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 1px;
  display: block;
  width: 16px;
  height: 3px;
  background: var(--ink);
  transform-origin: 50% 50%;
}

.feedback-dialog .dialog-close::before {
  transform: rotate(45deg);
}

.feedback-dialog .dialog-close::after {
  transform: rotate(-45deg);
}

.feedback-dialog .kicker {
  margin: 0 0 clamp(16px, 2vw, 22px);
  color: var(--muted);
  font-size: clamp(13px, 1.2vw, 15px);
  line-height: 1;
}

.feedback-dialog h2 {
  max-width: 520px;
  margin: 0 0 clamp(24px, 3vw, 34px);
  font-family: var(--font-sans);
  font-size: clamp(42px, 5.2vw, 62px);
  font-weight: 400;
  line-height: 0.92;
  text-transform: uppercase;
}

.feedback-dialog .feedback-form {
  gap: 18px;
}

.feedback-dialog .feedback-form label {
  gap: 10px;
  color: var(--muted);
  font-size: clamp(12px, 1.1vw, 14px);
  line-height: 1;
}

.feedback-dialog .feedback-form input,
.feedback-dialog .feedback-form select,
.feedback-dialog .feedback-form textarea {
  min-height: 38px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  outline: none;
}

.feedback-dialog .feedback-form select {
  appearance: auto;
}

.feedback-dialog .feedback-form textarea {
  min-height: clamp(98px, 14vw, 138px);
  padding-top: 8px;
}

.feedback-dialog .feedback-form .outline-button {
  margin-top: 4px;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  font-size: clamp(13px, 1.2vw, 15px);
  font-weight: 400;
}

.feedback-dialog .feedback-form .outline-button:hover {
  background: transparent;
  color: var(--ink);
}

.feedback-dialog .form-success {
  max-width: 420px;
  font-size: clamp(18px, 1.8vw, 23px);
}

.feedback-dialog .form-status,
.feedback-form .form-status {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: clamp(16px, 1.4vw, 20px);
  line-height: 1.12;
}

.feedback-form button:disabled {
  cursor: wait;
  opacity: 0.55;
}

.form-success {
  margin: 0;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 22px;
  line-height: 1.1;
}

.interview-page {
  padding: 34px;
}

.interview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
  gap: 34px;
}

.interview-head {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 34px;
  padding-bottom: 34px;
  border-bottom: 1px solid var(--line);
}

.interview-head p:not(.kicker) {
  align-self: end;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 26px;
  line-height: 1.07;
}

.interview-image,
.article-pages {
  margin: 0;
}

.interview-image img,
.article-pages img {
  border: 1px solid var(--line);
}

.article-text {
  max-width: 720px;
}

.article-text h2 {
  margin: 0 0 14px;
  padding-top: 34px;
  border-top: 1px solid var(--line);
  font-size: clamp(34px, 4vw, 58px);
}

.article-text p {
  margin: 0 0 34px;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.12;
}

.article-pages {
  display: grid;
  gap: 18px;
  align-content: start;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .main-nav {
    display: none;
  }

  .main-nav.is-open {
    position: absolute;
    top: 52px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    border-bottom: 1px solid var(--line);
    background: var(--paper);
  }

  .main-nav.is-open a {
    padding: 16px 18px;
    border-top: 1px solid var(--line);
  }

  .menu-button {
    display: block;
  }

  .hero-editorial,
  .manifest,
  .interview-layout,
  .interview-head {
    grid-template-columns: 1fr;
  }

  .hero-image-link {
    min-height: 68vh;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-editorial {
    min-height: 0;
  }

  .editorial-grid,
  .designer-strip,
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-head,
  .catalog-top,
  .trust-section,
  .cart-section {
    display: grid;
    align-items: start;
  }

  .cart-section .text-link {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .hero-copy,
  .manifest,
  .case-intro,
  .section-block,
  .catalog-section,
  .trust-section,
  .cart-section,
  .site-footer,
  .legal-page,
  .article-archive-page,
  .interview-page {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy {
    min-height: 460px;
  }

  .editorial-grid,
  .designer-strip,
  .product-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }

  address,
  .footer-contacts {
    text-align: left;
  }

  .footer-copy {
    margin-top: 6px;
  }

  .mobile-cart-link {
    position: fixed;
    top: 9px;
    right: 82px;
    z-index: 35;
    display: none;
    gap: 6px;
    align-items: center;
    padding: 7px 9px 6px;
    border: 1px solid var(--line);
    background: rgba(250, 250, 250, 0.94);
    color: var(--ink);
    font-family: var(--font-sans);
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
  }

  .mobile-cart-link.has-items {
    display: inline-flex;
  }

  .cookie-notice {
    left: 12px;
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    gap: 10px;
    width: auto;
    padding: 12px 14px;
  }
}

.ssense-lead {
  display: grid;
  grid-template-columns: minmax(180px, 0.78fr) minmax(280px, 1.28fr) minmax(180px, 0.78fr);
  gap: 28px;
  padding: 28px;
  border-bottom: 1px solid var(--line);
}

.lead-card a {
  display: grid;
  gap: 8px;
}

.lead-card img {
  width: 100%;
  background: var(--paper);
  object-fit: contain;
}

.lead-main img {
  aspect-ratio: 4 / 5;
  object-position: center;
}

.lead-side img {
  aspect-ratio: 4 / 5.35;
}

.lead-card h1,
.lead-card h2 {
  margin-top: 4px;
  text-align: center;
}

.lead-card h1 {
  max-width: none;
  font-size: clamp(42px, 6.2vw, 96px);
}

.lead-card h2 {
  font-size: clamp(28px, 2.8vw, 42px);
}

.lead-card p:not(.kicker) {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  font-family: var(--font-serif);
  font-size: 19px;
  line-height: 1.05;
}

.lead-card .kicker {
  margin: 10px 0 0;
  text-align: center;
}

.ssense-index {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}

.ssense-index a {
  min-height: 46px;
  display: grid;
  place-items: center;
  padding: 0 18px;
  border-right: 1px solid var(--line);
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;
}

.ssense-index a:last-child {
  border-right: 0;
}

.ssense-catalog {
  padding-top: 34px;
}

.catalog-subhead {
  margin: 44px 0 18px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.4vw, 42px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-anchor {
  height: 1px;
  scroll-margin-top: 118px;
}

.product-grid + .catalog-anchor {
  margin-top: clamp(54px, 5vw, 84px);
}

.product-grid-ssense {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-grid-ssense .product-card img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  padding: clamp(14px, 1.6vw, 28px);
  background: #fff;
}

.ssense-stories {
  padding-top: 34px;
}

.story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 28px;
}

.story-grid img {
  aspect-ratio: 4 / 3;
  object-fit: contain;
  border: 1px solid var(--line);
}

.story-grid h3 {
  margin-top: 8px;
  font-size: 32px;
  text-align: center;
}

.story-grid p {
  margin: 8px auto 0;
  max-width: 390px;
  text-align: center;
}

@media (max-width: 980px) {
  .ssense-lead {
    grid-template-columns: 1fr;
  }

  .lead-main {
    order: -1;
  }

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

  .story-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .ssense-lead {
    padding: 18px;
    gap: 24px;
  }

  .ssense-index {
    grid-template-columns: 1fr;
  }

  .ssense-index a {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .ssense-index a:last-child {
    border-bottom: 0;
  }

  .product-grid-ssense {
    grid-template-columns: 1fr;
  }
}

.hero-carousel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(0, 1.08fr);
  min-height: calc(100vh - 46px);
  max-height: none;
  gap: 28px;
  padding: 28px;
  overflow: hidden;
  border-bottom: 0;
  background: var(--paper);
  align-items: stretch;
}

.hero-slide {
  position: relative;
  grid-row: 1;
  grid-column: 2;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.8s ease;
  height: calc(100vh - 102px);
  min-height: 520px;
  border: 0;
  overflow: hidden;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-slide img {
  height: 100%;
  object-fit: contain;
  object-position: center 34%;
}

.hero-slide:nth-child(2) img {
  object-position: center 48%;
}

.hero-slide:nth-child(3) img {
  object-fit: contain;
  padding: 46px 28px;
  background: var(--paper);
}

.hero-caption {
  position: relative;
  grid-row: 1;
  grid-column: 1;
  display: grid;
  align-content: end;
  gap: 16px;
  color: var(--ink);
  text-shadow: none;
}

.hero-caption h1 {
  max-width: 620px;
  font-size: clamp(38px, 5.2vw, 82px);
  line-height: 0.94;
}

.hero-links {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  text-transform: uppercase;
  font-size: 11px;
  --hero-underline-left: 0px;
  --hero-underline-top: 100%;
  --hero-underline-width: 0px;
}

.hero-links::after {
  content: "";
  position: absolute;
  left: var(--hero-underline-left);
  top: var(--hero-underline-top);
  width: var(--hero-underline-width);
  height: 1px;
  background: currentColor;
  transition:
    left 0.45s ease,
    width 0.45s ease;
  pointer-events: none;
}

.hero-links a {
  position: relative;
  padding-bottom: 3px;
  border-bottom: 0;
}

.home-hero-blocks {
  display: grid;
  gap: 64px;
  padding: 28px;
  background: var(--paper);
}

.home-hero-card {
  position: relative;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  min-height: 0;
  overflow: visible;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

.home-hero-card-main {
  height: calc(100vh - 102px);
  min-height: 520px;
}

.home-hero-card img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.8s ease;
}

.home-hero-card-main img {
  object-position: center 14%;
}

body[data-content-page="home"] .home-hero-image-feedback {
  object-position: center 30%;
}

body[data-content-page="home"] .home-hero-image-interview {
  object-position: center 20%;
}

.home-hero-card:hover img {
  transform: scale(1.015);
}

.home-hero-card::after {
  content: none;
}

.home-hero-caption {
  display: grid;
  grid-template-columns: minmax(80px, 0.14fr) minmax(0, 1fr);
  align-items: start;
  max-width: 980px;
  column-gap: 34px;
  row-gap: 8px;
  padding-top: 18px;
}

.home-hero-caption .kicker {
  margin: 5px 0 0;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.05;
  text-transform: none;
}

.home-hero-title {
  display: block;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.1vw, 36px);
  font-weight: 400;
  line-height: 1.04;
  text-transform: uppercase;
}

.home-hero-link {
  display: inline-block;
  width: max-content;
  grid-column: 2;
  padding-bottom: 3px;
  border-bottom: 1px solid currentColor;
  font-size: 11px;
  line-height: 1.1;
  text-transform: uppercase;
}

.home-hero-pair {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
}

.home-hero-pair .home-hero-title {
  max-width: 620px;
  font-size: clamp(20px, 1.55vw, 29px);
}

.home-hero-pair .home-hero-card {
  grid-template-rows: auto auto;
  min-height: 0;
}

.home-hero-pair .home-hero-card img {
  height: auto;
  aspect-ratio: 16 / 11;
}

.home-hero-pair .home-hero-card:nth-child(2) img {
  object-fit: contain;
  padding: 30px;
  background: var(--paper);
}

.company-block {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: 40px;
  min-height: auto;
  max-height: calc(100vh - 46px);
  padding: 34px 28px;
  border-bottom: 0;
  align-items: center;
  overflow: hidden;
}

.company-logo {
  display: grid;
  align-content: center;
}

.company-logo img {
  max-width: 100%;
  max-height: min(64vh, 620px);
  object-fit: contain;
}

.company-copy h2 {
  margin-bottom: 18px;
  font-size: clamp(40px, 5vw, 76px);
  line-height: 0.94;
}

.company-copy p,
.company-copy li {
  font-family: var(--font-serif);
  font-size: clamp(21px, 2.15vw, 32px);
  line-height: 1.05;
}

.company-copy p {
  margin: 0 0 18px;
}

.company-copy ul {
  display: grid;
  gap: 6px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
}

.company-copy .outline-button {
  margin-top: 4px;
  padding: clamp(9px, 0.8vw, 13px) clamp(15px, 1.4vw, 24px);
  border-radius: 8px;
  font-size: clamp(10px, 0.9vw, 15px);
}

.catalog-entry {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 5vw, 92px);
  width: calc(100% - 56px);
  max-width: 1780px;
  margin: 0 auto;
  padding: 0 0 66px;
  text-align: left;
}

.catalog-entry a {
  display: block;
}

.catalog-entry img {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: clamp(220px, 25vw, 440px);
  object-fit: contain;
  margin-bottom: 24px;
  background: var(--paper);
}

.catalog-entry-kicker {
  margin: 0 0 12px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: clamp(9px, 0.72vw, 14px);
  line-height: 1;
  text-transform: uppercase;
}

.catalog-entry h3 {
  margin: 0 0 12px;
  font-family: var(--font-sans);
  font-size: clamp(22px, 2.4vw, 41px);
  font-weight: 500;
  line-height: 0.96;
  text-transform: uppercase;
}

.catalog-entry-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 33px;
  padding: 9px 18px;
  border: 1px solid #8e8e8e;
  border-radius: 7px;
  font-family: var(--font-sans);
  font-size: clamp(9px, 0.68vw, 13px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.catalog-entry a:hover .catalog-entry-button {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--paper);
}

.editorial-home {
  padding: 38px 28px 66px;
  border-bottom: 0;
}

.editorial-head {
  align-items: start;
  margin-bottom: 30px;
}

.editorial-head h2 {
  max-width: 900px;
  text-align: right;
}

.article-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 48px 56px;
  align-items: start;
  max-width: 1900px;
  margin: 0 auto;
  padding-inline: clamp(12px, 2vw, 28px);
}

.article-card {
  grid-column: span 6;
}

.article-card:nth-of-type(1) {
  grid-column: span 6;
}

.article-card:nth-of-type(2) {
  grid-column: span 6;
  margin-top: 0;
}

.article-card:nth-of-type(3) {
  grid-column: span 6;
}

.article-card:nth-of-type(4) {
  grid-column: span 6;
  margin-top: 0;
}

.article-card:nth-of-type(5) {
  grid-column: 7 / span 5;
  margin-top: 16px;
}

.article-card:nth-of-type(6) {
  grid-column: span 4;
  margin-top: 0;
}

.article-card:nth-of-type(7) {
  grid-column: span 4;
}

.article-card:nth-of-type(8) {
  grid-column: span 4;
  margin-top: 0;
}

.article-card:nth-of-type(9) {
  grid-column: span 4;
}

.article-large {
  grid-column: span 6;
}

.article-wide {
  grid-column: span 6;
}

.article-card img {
  width: 100%;
  height: clamp(330px, 31vw, 610px);
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border: 0;
  background: #f4f4f4;
}

.article-wide img {
  aspect-ratio: 16 / 9;
  height: clamp(280px, 28vw, 520px);
}

.article-card h3 {
  margin-top: 12px;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.1vw, 42px);
  line-height: 1.02;
  text-align: left;
  text-transform: uppercase;
}

.article-card p:not(.kicker) {
  max-width: 680px;
  margin: 6px 0 0;
  text-align: left;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.08;
}

.article-card .kicker {
  margin-top: 12px;
  text-align: left;
}

.case-divider {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 1.08fr);
  gap: 42px;
  align-items: center;
  padding: 24px 0 30px;
  border-top: 0;
  border-bottom: 0;
}

.case-divider figure {
  margin: 0;
}

.case-divider img {
  aspect-ratio: 4 / 5;
  object-fit: contain;
  border: 0;
}

.case-divider p {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(34px, 5.2vw, 82px);
  line-height: 0.98;
}

.case-divider .case-divider-copy {
  max-width: 680px;
  margin-top: 22px;
  font-family: var(--font-sans);
  font-size: 14px;
  line-height: 1.45;
  text-transform: uppercase;
}

.designer-cases {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(320px, 0.28fr);
  gap: clamp(44px, 5vw, 86px);
  align-items: start;
  margin-top: clamp(8px, 1vw, 18px);
}

.designer-feature-list {
  display: grid;
  gap: clamp(48px, 5vw, 82px);
}

.designer-feature a {
  display: grid;
  grid-template-columns: minmax(280px, 0.92fr) minmax(260px, 0.82fr);
  gap: clamp(30px, 3vw, 54px);
  align-items: start;
}

.designer-feature img,
.designer-side-card img {
  width: 100%;
  object-fit: contain;
  background: #f4f4f4;
}

.designer-feature img {
  aspect-ratio: 4 / 3.15;
}

.designer-feature .kicker,
.designer-side-card .kicker {
  margin: 0 0 10px;
  color: var(--muted);
  text-align: left;
}

.designer-feature h3,
.designer-side-card h3 {
  margin: 0;
  font-family: var(--font-sans);
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
}

.designer-feature h3 {
  max-width: 100%;
  font-size: clamp(24px, 2.1vw, 42px);
  line-height: 1.02;
  overflow-wrap: anywhere;
}

.designer-feature p:not(.kicker) {
  max-width: 660px;
  margin: 16px 0 0;
  font-family: var(--font-serif);
  font-size: clamp(21px, 1.75vw, 34px);
  line-height: 1.08;
}

.designer-side-list {
  display: grid;
  border-top: 1px solid var(--line);
}

.designer-side-card {
  border-bottom: 1px solid var(--line);
}

.designer-side-card a {
  display: grid;
  grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1fr);
  gap: clamp(16px, 1.6vw, 26px);
  align-items: start;
  padding: clamp(18px, 2vw, 32px) 0;
}

.designer-side-card img {
  aspect-ratio: 1 / 1.18;
}

.designer-side-card h3 {
  font-size: clamp(18px, 1.35vw, 28px);
  line-height: 1.08;
}

.designer-side-card p:not(.kicker) {
  margin: 14px 0 0;
  font-family: var(--font-serif);
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1.18;
}

.clients-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.35fr) minmax(0, 0.65fr);
  gap: 44px;
  padding: 54px 28px;
  border-bottom: 0;
  align-items: start;
}

.clients-section img {
  border: 1px solid var(--line);
  background: var(--ink);
}

.article-page {
  padding: 0;
}

.ssense-article-page {
  background: var(--paper);
}

.ssense-article {
  width: min(100%, 1760px);
  margin: 0 auto;
  padding: clamp(42px, 5vw, 96px) clamp(22px, 4vw, 72px) 0;
}

.ssense-article-head {
  display: grid;
  width: min(100%, 1220px);
  margin: 0 auto clamp(34px, 5vw, 78px);
  text-align: center;
}

.article-category,
.article-credit,
.switcher-title {
  margin: 0 0 14px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.2;
  text-transform: uppercase;
}

.ssense-article-head h1 {
  max-width: 1180px;
  margin: 0 auto 18px;
  font-family: var(--font-sans);
  font-size: clamp(46px, 7vw, 116px);
  font-weight: 400;
  line-height: 0.93;
  letter-spacing: 0;
  text-transform: uppercase;
}

.article-dek {
  max-width: 940px;
  margin: 0 auto 20px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.55vw, 44px);
  line-height: 1.08;
}

.article-credit {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  white-space: pre-line;
  text-transform: none;
}

.article-dek {
  white-space: pre-line;
}

.article-image {
  position: relative;
  margin: 0;
}

.article-image img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
}

.article-image-hero {
  width: min(100%, 1440px);
  margin: 0 auto clamp(44px, 5vw, 86px);
}

.article-image-hero img {
  width: auto;
  max-width: 100%;
  max-height: 88vh;
  margin: 0 auto;
  object-fit: contain;
}

.ssense-article-body {
  display: grid;
  gap: 0;
  border-bottom: 0;
}

.article-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: clamp(28px, 4vw, 68px);
  align-items: start;
  padding: clamp(42px, 5vw, 92px) 0;
  border-top: 0;
}

.article-section:nth-child(even) {
  grid-template-columns: minmax(360px, 560px) minmax(0, 1fr);
}

.article-section:nth-child(even) .article-media-grid {
  order: 2;
}

.article-photo-section,
.article-section.article-photo-section:nth-child(even) {
  grid-template-columns: 1fr;
}

.article-photo-section .article-media-grid {
  width: min(100%, 1380px);
  margin: 0 auto;
}

.article-copy {
  width: 100%;
  max-width: 560px;
}

.article-section:not(.article-photo-section) > .article-copy {
  padding-left: clamp(22px, 3vw, 54px);
  border-left: 0;
}

.article-section:nth-child(even):not(.article-photo-section) > .article-copy {
  padding-right: clamp(22px, 3vw, 54px);
  padding-left: 0;
  border-right: 0;
  border-left: 0;
}

.article-section:not(.article-photo-section):not(.article-feature-photo-section):not(.article-tshirt-quote-section):not(.article-background-section) > .article-media-grid {
  width: 100%;
}

.article-section:not(.article-photo-section):not(.article-feature-photo-section):not(.article-tshirt-quote-section):not(.article-background-section) > .article-media-grid img {
  width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center top;
}

.ssense-article-body > .article-section:first-child {
  grid-template-columns: 1fr;
  min-height: min(72vh, 760px);
  align-items: center;
  padding: clamp(72px, 8vw, 140px) 0;
}

.ssense-article-body > .article-section:first-child .article-copy {
  width: min(100%, 1160px);
  max-width: 1160px;
  margin: 0 auto;
  padding: 0;
  border: 0;
  text-align: center;
}

.article-copy h2 {
  margin: 0 0 16px;
  font-family: var(--font-sans);
  font-size: clamp(28px, 3.25vw, 58px);
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.article-copy h2 + h2 {
  margin-top: 0;
}

.article-copy [data-edit^="int-look"] {
  margin: 0 0 16px;
  color: var(--muted);
  font-family: var(--font-sans);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.35;
  text-transform: none;
}

.look-caption-stack {
  position: absolute;
  right: auto;
  bottom: clamp(12px, 1.6vw, 22px);
  left: clamp(12px, 1.6vw, 22px);
  z-index: 2;
  display: grid;
  gap: 5px;
  justify-items: start;
  width: calc(100% - clamp(24px, 3.2vw, 44px));
  max-width: 420px;
  max-height: calc(100% - 36px);
  overflow: hidden;
  pointer-events: none;
}

.look-caption {
  box-sizing: border-box;
  max-width: min(380px, 100%);
  margin: 0;
  justify-self: start !important;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: clamp(9px, 0.72vw, 12px);
  font-weight: 400;
  line-height: 1.28;
  text-align: left !important;
  overflow-wrap: anywhere;
  white-space: pre-line;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.64);
  text-transform: none;
}

.article-copy p {
  margin: 0 0 16px;
  font-family: var(--font-serif);
  font-size: clamp(19px, 1.35vw, 27px);
  line-height: 1.18;
  white-space: pre-line;
}

.article-copy > *:last-child {
  margin-bottom: 0;
}

.article-media-grid {
  display: grid;
  gap: clamp(12px, 1.45vw, 24px);
}

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

.article-media-grid.media-three .article-image:first-child,
.article-media-grid.media-three .article-image:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}

.article-balanced-pair-section .article-media-grid.media-two {
  grid-template-columns: minmax(0, 1.052fr) minmax(0, 1fr);
  align-items: start;
}

.article-balanced-pair-section img[data-edit="int-img-5"],
.article-balanced-pair-section img[data-edit="int-img-6"] {
  width: 100%;
  height: auto;
  max-height: 92vh;
  object-fit: contain;
  object-position: center top;
}

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

.article-client-section .article-client-media .article-image,
.article-client-section .article-client-media .article-image:first-child,
.article-client-section .article-client-media .article-image:last-child:nth-child(odd) {
  grid-column: auto;
}

.interview-extra-grid.article-media-grid,
.article-section:nth-child(even) .interview-extra-grid.article-media-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  order: initial;
}

.interview-extra-grid.article-media-grid .article-image:first-child,
.interview-extra-grid.article-media-grid .article-image:last-child:nth-child(odd) {
  grid-column: auto;
}

.article-media-grid img {
  max-height: 82vh;
  background: var(--paper);
}

.interview-extra-grid img {
  width: 100%;
  height: clamp(420px, 45vw, 760px);
  max-height: 88vh;
  object-fit: contain;
  object-position: center top;
}

.article-feature-photo-section,
.article-feature-photo-section:nth-child(even) {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: clamp(22px, 3vw, 48px);
  padding: clamp(54px, 7vw, 108px) 0;
}

.article-feature-photo-section .article-media-grid,
.article-feature-photo-section:nth-child(even) .article-media-grid {
  order: initial;
  width: 100%;
  max-width: none;
  justify-items: center;
}

.article-feature-photo-section .article-image {
  display: grid;
  justify-items: center;
  width: min(100%, 156vh);
  margin: 0 auto;
}

.article-feature-photo-section img[data-edit="int-img-3"] {
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
}

.article-feature-photo-section > .article-copy,
.article-feature-photo-section:nth-child(even):not(.article-photo-section) > .article-copy {
  width: min(100%, 1280px);
  max-width: 1280px;
  padding-right: 0;
  padding-left: 0;
  border-right: 0;
  border-left: 0;
  text-align: center;
}

.article-feature-photo-section .article-copy h2 {
  margin: 0 auto;
  font-family: var(--font-serif);
  font-size: clamp(42px, 6.2vw, 112px);
  line-height: 0.94;
}

.article-tshirt-quote-section,
.article-section.article-tshirt-quote-section:nth-child(even) {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: 200vh;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-tshirt-quote-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("assets/standalone/ФУТБА МЯТАЯ003.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 200vh;
  filter: brightness(1.1);
  transform: rotate(-90deg) scale(1.45);
  transform-origin: center;
}

.article-tshirt-quote-section > .article-copy,
.article-tshirt-quote-section:nth-child(even):not(.article-photo-section) > .article-copy {
  align-self: end;
  justify-self: center;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(100%, 145vh);
  max-width: none;
  margin: 0;
  padding: 0 clamp(32px, 4vw, 68px) clamp(44px, 6vw, 108px);
  border-right: 0;
  border-left: 0;
  text-align: left;
}

.article-tshirt-quote-section .article-copy h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(42px, 5vw, 96px) !important;
  line-height: 0.95 !important;
  text-align: left !important;
  max-width: min(820px, 100%) !important;
}

.article-slide-section,
.article-section.article-slide-section:nth-child(even) {
  position: relative;
  min-height: calc(100vh - 46px);
  padding: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-slide-section .article-media-grid {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  gap: 1px;
  margin: 0;
  background: var(--line);
}

.article-slide-section .article-image,
.article-slide-section .article-image img {
  height: 100%;
}

.article-slide-section .article-image img {
  max-height: none;
  object-fit: cover;
  object-position: center;
}

.article-slide-copy {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 46px);
  padding: clamp(28px, 6vw, 92px);
  background: rgba(17, 17, 17, 0.18);
  text-align: center;
}

.article-slide-copy h2 {
  width: min(100%, 1280px);
  margin: 0;
  color: #ffffff;
  font-family: var(--font-serif);
  font-size: clamp(54px, 8vw, 142px);
  font-weight: 500;
  line-height: 0.92;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.48);
  text-transform: none;
}

.article-background-section,
.article-section.article-background-section:nth-child(even) {
  position: relative;
  grid-template-columns: 1fr;
  min-height: calc(100vh - 46px);
  padding: 0;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.article-background-media {
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  height: 100%;
}

.article-background-media .article-image,
.article-background-media .article-image img {
  height: 100%;
}

.article-background-media .article-image img {
  width: 100%;
  max-height: none;
  object-fit: cover;
  object-position: center;
  transform: rotate(90deg) scale(1.9);
  transform-origin: center;
}

.article-background-copy {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  min-height: calc(100vh - 46px);
  padding: clamp(28px, 6vw, 92px);
  background: transparent;
  text-align: center;
}

.article-background-copy h2 {
  width: min(100%, 1280px);
  margin: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(54px, 8vw, 142px);
  font-weight: 500;
  line-height: 0.92;
  text-transform: none;
}

.ssense-article-body .article-section,
.ssense-article-body .article-slide-section,
.ssense-article-body .article-background-section,
.ssense-article-body .article-tshirt-quote-section {
  border-top: 0;
  border-bottom: 0;
}

.ssense-article-body .article-copy {
  border-right: 0;
  border-left: 0;
}

.article-switcher {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(28px, 4vw, 72px);
  width: min(100%, 1760px);
  margin: clamp(62px, 8vw, 140px) auto 0;
  padding: clamp(28px, 4vw, 64px) clamp(22px, 4vw, 72px) clamp(42px, 5vw, 92px);
  border-top: 1px solid var(--line);
}

.related-stories,
.next-story {
  display: grid;
  align-content: start;
  gap: 18px;
}

.related-stories a {
  display: grid;
  grid-template-columns: minmax(84px, 0.3fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: end;
  min-height: 118px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.5vw, 27px);
  line-height: 1.05;
  text-transform: uppercase;
}

.related-thumb {
  align-self: stretch;
  width: 100%;
  height: 100%;
  min-height: 90px;
  object-fit: contain;
  background: var(--soft);
}

.related-stories small {
  align-self: end;
  color: var(--muted);
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1;
  text-transform: none;
}

.next-story a {
  display: grid;
  grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1fr);
  gap: clamp(20px, 3vw, 48px);
  align-items: end;
  padding-top: 16px;
  border-top: 1px solid var(--line);
}

.next-thumb {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  background: var(--soft);
}

.next-story h2 {
  max-width: 820px;
  margin: 0 0 10px;
  font-family: var(--font-sans);
  font-size: clamp(36px, 4.6vw, 82px);
  font-weight: 400;
  line-height: 0.96;
  text-transform: uppercase;
}

.next-story p:not(.switcher-title) {
  grid-column: 2;
  max-width: 820px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(21px, 1.75vw, 34px);
  line-height: 1.12;
}

.article-strip {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  gap: 44px;
  min-height: calc(100vh - 46px);
  padding: 42px 34px;
  border-bottom: 1px solid var(--line);
  align-items: center;
}

.article-strip.reverse {
  grid-template-columns: minmax(320px, 1.05fr) minmax(0, 0.95fr);
}

.article-strip.reverse .article-media {
  order: 2;
}

.article-media img {
  max-height: calc(100vh - 120px);
  object-fit: contain;
  border: 1px solid var(--line);
}

.article-media.contain img {
  object-fit: contain;
  background: var(--paper);
}

.article-strip .article-copy h1,
.article-strip .article-copy h2 {
  margin-bottom: 28px;
}

.article-strip .article-copy p {
  margin: 0 0 20px;
  font-family: var(--font-serif);
  font-size: clamp(24px, 2.6vw, 42px);
  line-height: 1.06;
}

.article-strip .article-copy .body-small {
  font-family: var(--font-serif);
  font-size: clamp(20px, 1.7vw, 28px);
  line-height: 1.12;
}

.article-nav {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 34px;
  border-bottom: 1px solid var(--line);
  text-transform: uppercase;
  font-size: 11px;
}

.slide-feed-page {
  background: var(--paper);
}

.slide-feed {
  display: grid;
  gap: 0;
  padding: 0 0 56px;
}

.slide-feed img {
  width: min(100%, 1071px);
  margin: 0 auto;
  border-left: 0;
  border-right: 0;
  background: var(--paper);
}

.deck-page {
  width: min(100%, 1560px);
  min-height: min(1120px, calc(100vh - 46px));
  margin: 0 auto;
  padding: clamp(34px, 4vw, 58px);
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  background: var(--paper);
}

.deck-page:first-child {
  border-top: 0;
}

.deck-page h1,
.deck-page h2 {
  max-width: 820px;
  margin-bottom: 34px;
}

.deck-page p {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(22px, 2.1vw, 34px);
  line-height: 1.08;
}

.deck-small p,
.deck-page .deck-small {
  font-size: clamp(17px, 1.25vw, 22px);
  line-height: 1.18;
  white-space: pre-line;
}

.deck-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 30px;
  align-items: start;
}

.deck-text-left {
  grid-column: 1 / span 5;
}

.deck-text-right {
  grid-column: 8 / span 5;
}

.deck-image-left {
  grid-column: 1 / span 7;
}

.deck-image-right {
  grid-column: 6 / span 7;
}

.deck-image-wide {
  grid-column: 1 / -1;
}

.deck-image-pair {
  grid-column: span 6;
}

.deck-image-detail {
  grid-column: 1 / span 5;
}

.deck-page figure {
  margin: 0;
}

.deck-page img {
  width: 100%;
  height: auto;
  border: 0;
  object-fit: contain;
}

.deck-page .portrait img {
  aspect-ratio: auto;
}

.deck-page .landscape img {
  aspect-ratio: auto;
}

.deck-page .square img {
  aspect-ratio: auto;
}

.image-frame,
.designer-strip img,
.story-grid img,
.hero-slide,
.clients-section img,
.article-media img {
  border: 0;
}

.deck-quote {
  display: grid;
  align-content: center;
}

.deck-quote h1,
.deck-quote h2 {
  max-width: 900px;
  font-size: clamp(58px, 8vw, 118px);
}

.deck-divider-page {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 46px;
  align-items: center;
}

.deck-divider-page p {
  font-size: clamp(36px, 5vw, 78px);
  line-height: 1;
}

@media (max-width: 760px) {
  .deck-page {
    padding: 28px 18px;
    min-height: auto;
  }

  .deck-grid,
  .deck-divider-page {
    grid-template-columns: 1fr;
  }

  .deck-text-left,
  .deck-text-right,
  .deck-image-left,
  .deck-image-right,
  .deck-image-wide,
  .deck-image-pair {
    grid-column: 1;
  }
}

@media (max-width: 980px) {
  .home-hero-blocks {
    gap: 46px;
    padding: 18px;
  }

  .home-hero-card-main {
    height: calc(100vh - 82px);
    min-height: 520px;
  }

  .home-hero-pair {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-hero-title,
  .home-hero-pair .home-hero-title {
    font-size: clamp(22px, 4.6vw, 34px);
  }

  .hero-carousel {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-slide {
    grid-column: 1;
    grid-row: 1;
    height: min(52vh, 460px);
    min-height: 260px;
  }

  .hero-caption {
    grid-column: 1;
    grid-row: 2;
    align-content: start;
  }

  .company-block,
  .clients-section,
  .b2b-product-section,
  .b2b-product-card,
  .product-detail-card,
  .product-page-layout,
  .article-strip,
  .article-strip.reverse {
    grid-template-columns: 1fr;
  }

  .product-detail-form {
    justify-self: start;
  }

  .product-page-copy,
  .product-page-info {
    position: static;
  }

  .product-page-gallery {
    padding-right: 0;
  }

  .product-page-media-list {
    display: flex;
  }

  .company-block {
    max-height: none;
    padding-top: 28px;
    padding-bottom: 34px;
  }

  .company-logo img {
    max-height: 120px;
  }

  .article-strip.reverse .article-media {
    order: initial;
  }

  .case-divider {
    grid-template-columns: 1fr;
  }

  .designer-cases,
  .designer-feature a {
    grid-template-columns: 1fr;
  }

  .designer-side-list {
    border-top: 1px solid var(--line);
  }

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

  .catalog-entry {
    grid-template-columns: 1fr;
    gap: 42px;
    width: calc(100% - 36px);
  }

  .article-section,
  .article-section:nth-child(even),
  .article-switcher {
    grid-template-columns: 1fr;
  }

  .article-section:nth-child(even) .article-media-grid {
    order: initial;
  }

  .article-copy {
    width: 100%;
    max-width: 100%;
  }

  .article-section:not(.article-photo-section) > .article-copy,
  .article-section:nth-child(even):not(.article-photo-section) > .article-copy {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-left: 0;
  }

  .article-card,
  .article-large,
  .article-wide,
  .article-card:nth-of-type(1),
  .article-card:nth-of-type(2),
  .article-card:nth-of-type(3),
  .article-card:nth-of-type(4),
  .article-card:nth-of-type(5),
  .article-card:nth-of-type(6),
  .article-card:nth-of-type(7),
  .article-card:nth-of-type(8),
  .article-card:nth-of-type(9) {
    grid-column: span 1;
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .home-hero-blocks {
    gap: 42px;
    padding: 18px;
  }

  .home-hero-card-main {
    min-height: calc(100vh - 82px);
    height: calc(100vh - 82px);
  }

  .home-hero-caption {
    grid-template-columns: 1fr;
    gap: 8px;
    padding-top: 14px;
  }

  .home-hero-caption .kicker,
  .home-hero-link {
    grid-column: 1;
  }

  .home-hero-title,
  .home-hero-pair .home-hero-title {
    font-size: clamp(21px, 6vw, 30px);
  }

  .home-hero-pair .home-hero-card img {
    aspect-ratio: 4 / 3;
  }

  .home-hero-pair .home-hero-card:nth-child(2) img {
    padding: 22px;
  }

  .hero-caption,
  .company-block,
  .editorial-home,
  .clients-section,
  .article-strip,
  .article-nav {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-mosaic {
    grid-template-columns: 1fr;
  }

  .designer-cases {
    gap: 34px;
  }

  .designer-feature-list {
    gap: 38px;
  }

  .designer-feature h3 {
    font-size: clamp(30px, 9vw, 44px);
  }

  .designer-side-card a {
    grid-template-columns: 94px minmax(0, 1fr);
  }

  .designer-side-card p:not(.kicker) {
    display: none;
  }

  .ssense-article {
    padding-left: 18px;
    padding-right: 18px;
  }

  .article-dek,
  .article-credit,
  [data-edit="int-p4"] {
    white-space: normal !important;
    text-wrap: pretty;
  }

  .article-dek {
    font-size: clamp(24px, 7vw, 34px);
    line-height: 1.08;
  }

  .article-credit {
    font-size: 11px;
    line-height: 1.32;
  }

  .ssense-article-body > .article-section:first-child {
    min-height: auto;
    padding: 44px 0 54px;
  }

  [data-edit="int-p4"] {
    max-width: 100% !important;
    font-size: clamp(22px, 6.2vw, 30px) !important;
    line-height: 1.12 !important;
    text-align: left !important;
  }

  .article-media-grid.media-two,
  .article-media-grid.media-three {
    grid-template-columns: 1fr;
  }

  .article-balanced-pair-section .article-media-grid.media-two {
    grid-template-columns: 1fr;
  }

  .interview-extra-grid.article-media-grid,
  .article-section:nth-child(even) .interview-extra-grid.article-media-grid {
    grid-template-columns: 1fr;
  }

  .interview-extra-grid img {
    height: auto;
  }

  .article-feature-photo-section,
  .article-feature-photo-section:nth-child(even) {
    min-height: 100vh;
    align-content: center;
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 32px;
  }

  .article-feature-photo-section img[data-edit="int-img-3"] {
    width: 100%;
    max-height: none;
  }

  .article-feature-photo-section .article-copy h2 {
    font-size: clamp(34px, 12vw, 64px);
  }

  .article-tshirt-quote-section,
  .article-section.article-tshirt-quote-section:nth-child(even) {
    min-height: 100vh;
  }

  .article-tshirt-quote-section::before {
    background-size: auto 100vh;
    transform: rotate(-90deg) scale(1.45);
  }

  .article-tshirt-quote-section > .article-copy,
  .article-tshirt-quote-section:nth-child(even):not(.article-photo-section) > .article-copy {
    width: 100%;
    padding: 0 24px 34px;
  }

  .article-tshirt-quote-section .article-copy h2 {
    font-size: clamp(30px, 8.8vw, 48px) !important;
    line-height: 1.02 !important;
    max-width: 100% !important;
  }

  .article-background-media {
    grid-template-columns: 1fr;
  }

  .article-background-media .article-image img {
    transform: rotate(90deg) scale(2.3);
  }

  .related-stories a {
    grid-template-columns: 92px 1fr;
    align-items: center;
  }

  .related-stories small {
    grid-column: 2;
  }

  .next-story a {
    grid-template-columns: 1fr;
  }

  .next-story p:not(.switcher-title) {
    grid-column: auto;
  }

  .hero-caption {
    left: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-caption h1 {
    font-size: clamp(34px, 12vw, 58px);
  }

  .hero-slide:nth-child(3) img {
    padding: 24px 18px;
  }
}

/* Final home editorial pass */
body[data-content-page="home"] .site-header {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

body[data-content-page="home"] .main-nav {
  gap: clamp(16px, 1.8vw, 32px);
}

body[data-content-page="home"] .home-hero-blocks,
body[data-content-page="home"] .editorial-home,
body[data-content-page="home"] .clients-section {
  width: min(100%, 1900px);
  margin-right: auto;
  margin-left: auto;
  padding-right: 28px;
  padding-left: 28px;
}

body[data-content-page="home"] .home-hero-blocks {
  gap: clamp(56px, 5.2vw, 96px);
  padding-bottom: clamp(72px, 7vw, 118px);
}

body[data-content-page="home"] .home-hero-card:hover img {
  transform: scale(1.008);
}

body[data-content-page="home"] .home-hero-caption,
body[data-content-page="home"] .home-section-head {
  display: grid;
  grid-template-columns: minmax(96px, 0.14fr) minmax(0, 1fr);
  column-gap: 34px;
}

body[data-content-page="home"] .home-hero-title {
  font-size: clamp(22px, 1.95vw, 34px);
  line-height: 1.03;
}

body[data-content-page="home"] .home-hero-pair {
  gap: clamp(34px, 4vw, 74px);
}

body[data-content-page="home"] .home-section-head {
  align-items: end;
  width: 100%;
  margin: 0 0 clamp(28px, 3vw, 46px);
}

body[data-content-page="home"] .home-section-head .kicker {
  margin: 0 0 6px;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1.05;
  text-transform: none;
}

body[data-content-page="home"] .home-section-head h2 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.1vw, 38px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

body[data-content-page="home"] .catalog-entry {
  display: block;
  width: min(calc(100% - 56px), 1844px);
  max-width: 1844px;
  margin: 0 auto clamp(74px, 7vw, 122px);
  padding: 0;
}

body[data-content-page="home"] .catalog-entry-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px);
}

body[data-content-page="home"] .catalog-entry img {
  height: auto;
  margin-bottom: 18px;
}

body[data-content-page="home"] .catalog-entry h3,
body[data-content-page="home"] .article-card h3,
body[data-content-page="home"] .designer-feature h3,
body[data-content-page="home"] .designer-side-card h3 {
  font-weight: 400;
  line-height: 1.03;
}

body[data-content-page="home"] .catalog-entry h3,
body[data-content-page="home"] .article-card h3,
body[data-content-page="home"] .designer-feature h3 {
  font-size: clamp(22px, 1.95vw, 34px);
}

body[data-content-page="home"] .catalog-entry-button {
  display: inline-block;
  min-height: 0;
  padding: 0 0 3px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  font-size: 11px;
}

body[data-content-page="home"] .catalog-entry a:hover .catalog-entry-button {
  background: transparent;
  border-color: currentColor;
  color: var(--ink);
}

body[data-content-page="home"] .editorial-home {
  padding-top: 0;
  padding-bottom: clamp(78px, 7vw, 126px);
}

body[data-content-page="home"] .editorial-head {
  margin-bottom: clamp(28px, 3vw, 46px);
}

body[data-content-page="home"] .article-mosaic {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(52px, 5vw, 92px) clamp(34px, 4vw, 74px);
  max-width: 100%;
  padding-inline: 0;
}

body[data-content-page="home"] .article-card,
body[data-content-page="home"] .article-large,
body[data-content-page="home"] .article-wide,
body[data-content-page="home"] .article-card:nth-of-type(1),
body[data-content-page="home"] .article-card:nth-of-type(2),
body[data-content-page="home"] .article-card:nth-of-type(3),
body[data-content-page="home"] .article-card:nth-of-type(4),
body[data-content-page="home"] .article-card:nth-of-type(5),
body[data-content-page="home"] .article-card:nth-of-type(6),
body[data-content-page="home"] .article-card:nth-of-type(7),
body[data-content-page="home"] .article-card:nth-of-type(8),
body[data-content-page="home"] .article-card:nth-of-type(9) {
  grid-column: span 1;
  margin-top: 0;
}

body[data-content-page="home"] .article-card img,
body[data-content-page="home"] .article-wide img,
body[data-content-page="home"] .case-divider img {
  height: auto;
  aspect-ratio: 16 / 11;
  object-fit: cover;
  background: var(--paper);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img,
body[data-content-page="home"] .article-card:nth-of-type(3) img,
body[data-content-page="home"] .article-card:nth-of-type(4) img {
  width: 100%;
  height: auto;
  object-fit: contain;
  background: var(--paper);
}

body[data-content-page="home"] .article-card:nth-of-type(1) img {
  aspect-ratio: 5 / 4;
}

body[data-content-page="home"] .article-card:nth-of-type(3) img {
  aspect-ratio: 4 / 5;
}

body[data-content-page="home"] .article-card:nth-of-type(4) img {
  aspect-ratio: 13 / 9;
}

body[data-content-page="home"] .article-card .kicker {
  margin: 16px 0 8px;
}

body[data-content-page="home"] .article-card h3 {
  margin: 0;
}

body[data-content-page="home"] .article-card p:not(.kicker),
body[data-content-page="home"] .case-divider .case-divider-copy,
body[data-content-page="home"] .designer-feature p:not(.kicker) {
  max-width: 680px;
  margin-top: 8px;
  font-family: var(--font-serif);
  font-size: clamp(17px, 1.12vw, 22px);
  line-height: 1.14;
  text-transform: none;
}

body[data-content-page="home"] .case-divider {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(34px, 4vw, 74px);
  padding: clamp(20px, 2vw, 34px) 0 0;
}

body[data-content-page="home"] .case-divider p {
  font-family: var(--font-sans);
  font-size: clamp(24px, 2.35vw, 42px);
  font-weight: 400;
  line-height: 1.03;
  text-transform: uppercase;
}

body[data-content-page="home"] .designer-cases {
  grid-template-columns: minmax(0, 0.68fr) minmax(320px, 0.32fr);
  gap: clamp(42px, 4vw, 74px);
  margin-top: 0;
}

body[data-content-page="home"] .designer-feature a {
  grid-template-columns: minmax(280px, 0.58fr) minmax(260px, 0.42fr);
  gap: clamp(28px, 3vw, 54px);
}

body[data-content-page="home"] .designer-feature p:not(.kicker) {
  margin-top: 10px;
}

body[data-content-page="home"] .designer-side-card h3 {
  font-size: clamp(17px, 1.25vw, 23px);
}

body[data-content-page="home"] .clients-section {
  grid-template-columns: minmax(180px, 0.2fr) minmax(0, 0.8fr);
  gap: clamp(34px, 4vw, 74px);
  padding-top: 0;
  padding-bottom: clamp(78px, 7vw, 126px);
}

body[data-content-page="home"] .clients-section img {
  border: 0;
}

@media (max-width: 980px) {
  body[data-content-page="home"] .home-hero-blocks,
  body[data-content-page="home"] .editorial-home,
  body[data-content-page="home"] .clients-section {
    padding-right: 18px;
    padding-left: 18px;
  }

  body[data-content-page="home"] .catalog-entry {
    width: calc(100% - 36px);
  }

  body[data-content-page="home"] .catalog-entry-grid,
  body[data-content-page="home"] .article-mosaic,
  body[data-content-page="home"] .case-divider,
  body[data-content-page="home"] .designer-cases,
  body[data-content-page="home"] .designer-feature a,
  body[data-content-page="home"] .clients-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  body[data-content-page="home"] .home-hero-caption,
  body[data-content-page="home"] .home-section-head {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  body[data-content-page="home"] .home-section-head h2 {
    font-size: clamp(22px, 6vw, 30px);
  }

  body[data-content-page="home"] .catalog-entry-grid,
  body[data-content-page="home"] .article-mosaic {
    gap: 42px;
  }
}

/* Final sitewide CTA/logo rules. Keep this block last. */
:root {
  --uf-card-kicker-size: clamp(18px, 1.2vw, 24px);
  --uf-card-title-size: clamp(28px, 2.35vw, 44px);
  --uf-card-copy-size: clamp(18px, 1.22vw, 24px);
  --uf-cta-size: clamp(18px, 1.12vw, 23px);
}

.outline-button,
.text-submit,
.cart-form .text-submit,
.feedback-dialog .feedback-form .outline-button,
.home-request-section .outline-button {
  width: max-content;
  min-height: 0;
  padding: 0 0 4px;
  border: 0;
  border-bottom: 1px solid currentColor;
  border-radius: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--uf-cta-size);
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
}

.outline-button:hover,
.text-submit:hover,
.cart-form .text-submit:hover,
.feedback-dialog .feedback-form .outline-button:hover,
.home-request-section .outline-button:hover {
  background: transparent;
  color: var(--ink);
}

body[data-content-page="home"] .client-logo-cell {
  padding: 0;
  border: 0;
  background: transparent;
}

/* Catalogue editorial layout */
.catalog-layout {
  display: grid;
  column-gap: 0;
  row-gap: 0 !important;
  padding: 20px 60px 64px;
  border: 0;
  background: #fafafa;
}

.catalog-layout .catalog-search {
  justify-self: end;
  z-index: 2;
  display: block;
  min-width: 200px;
  width: 200px;
  font-size: 12px;
  text-transform: none;
}

.catalog-layout .catalog-search input {
  min-height: 24px;
  height: 24px;
  padding: 0 6px;
  border: 1px solid #111;
  background: #fafafa;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1;
}

.catalog-hero {
  display: grid;
  justify-items: center;
  margin-top: 48px;
  padding: 48px 0 54px;
  text-align: center;
}

.catalog-hero h1 {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 62px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-hero p {
  width: min(360px, 100%);
  margin: 22px 0 26px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}

.catalog-mode-filters {
  display: flex;
  gap: 86px;
  align-items: center;
  justify-content: center;
}

.catalog-mode-filters .filter-button {
  padding: 0 0 8px;
  border-bottom: 4px solid transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 60px;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

.catalog-mode-filters .filter-button.is-active,
.catalog-mode-filters .filter-button:hover {
  border-bottom-color: #111;
}

.catalog-category-filters {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(18px, 2.6vw, 34px);
  justify-content: flex-start;
  margin: 16px 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #111;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.catalog-category-filters::-webkit-scrollbar {
  display: none;
}

.catalog-category-filters .filter-button {
  flex: 0 0 auto;
  padding: 0;
  border: 0;
  color: #111;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  text-transform: uppercase;
}

.catalog-category-filters .filter-button.is-active,
.catalog-category-filters .filter-button:hover {
  border: 0;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.catalog-layout .product-grid-ssense,
.catalog-layout .catalog-extra-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 64px 41px;
  margin: 0;
  border: 0;
  background: transparent;
}

.catalog-layout .product-grid + .catalog-anchor,
.catalog-layout .catalog-anchor,
.catalog-layout .catalog-extra-block {
  margin: 0;
  padding: 0;
  border: 0;
}

.catalog-layout .catalog-extra-block {
  margin-top: 80px;
}

.catalog-layout .catalog-extra-block + .catalog-extra-block {
  margin-top: 80px;
}

.catalog-layout .catalog-anchor {
  height: 0;
}

.catalog-layout .product-card,
.catalog-layout .offer-option-card {
  display: block;
  border: 0;
  background: transparent;
}

.catalog-layout .product-card button,
.catalog-layout .offer-option-card {
  display: grid;
  grid-template-rows: auto auto auto auto;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  text-align: left;
}

.catalog-layout .product-card img,
.catalog-layout .offer-option-card-media {
  display: grid;
  place-items: center;
  width: 100%;
  aspect-ratio: 1 / 1.34;
  container-type: size;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  background: #fff;
  overflow: hidden;
}

.catalog-layout .product-card img,
.catalog-layout .offer-option-card-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  box-sizing: border-box;
  background: #fff;
  transform: none !important;
}

.catalog-layout .product-card img {
  padding: 42px;
}

.catalog-layout .offer-option-card-media img {
  width: 68%;
  height: 68%;
  padding: 0;
}

.catalog-layout .offer-option-card[data-category*="bags"] .offer-option-card-media img {
  width: 76%;
  height: 76%;
}

.catalog-layout .offer-option-card[data-category*="headwear"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="socks"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="носки"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="gloves"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="перчатки"] .offer-option-card-media img {
  width: 58%;
  height: 58%;
}

.catalog-layout .offer-option-card[data-name*="scarf"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="шарф"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="snood"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="снуд"] .offer-option-card-media img {
  width: 64%;
  height: 64%;
}

.catalog-layout .offer-option-card[data-name*="shopper"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="шоппер"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="scarf"] .offer-option-card-media img,
.catalog-layout .offer-option-card[data-name*="шарф"] .offer-option-card-media img {
  width: auto;
  height: 72cqh;
  max-width: 58cqw;
  padding: 0;
  object-fit: contain;
  box-sizing: border-box;
}

.catalog-layout .product-code,
.catalog-layout .product-title,
.catalog-layout .product-meta,
.catalog-layout .product-card-price,
.catalog-layout .offer-option-card .kicker,
.catalog-layout .offer-option-card h4,
.catalog-layout .offer-option-card p,
.catalog-layout .offer-option-card-bottom span {
  display: block;
  margin: 0;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 0;
  text-transform: none;
}

.catalog-layout .product-code,
.catalog-layout .offer-option-card .kicker {
  font-weight: 400;
}

.catalog-layout .product-title,
.catalog-layout .offer-option-card h4 {
  font-weight: 700;
}

.catalog-layout .product-card-price,
.catalog-layout .offer-option-card-bottom span {
  text-transform: uppercase;
}

.catalog-layout .product-card-details,
.catalog-layout .offer-option-card small,
.catalog-layout .offer-option-card button {
  display: none !important;
}

.catalog-layout .product-grid-ssense .product-card.is-hidden,
.catalog-layout .offer-option-card.is-hidden {
  display: none;
}

.product-config-note {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.25;
}

@media (max-width: 900px) {
  .catalog-layout {
    padding: 20px 20px 56px;
  }

  .catalog-layout .catalog-search {
    width: 100%;
    margin: 12px 0 0 auto;
  }

  .catalog-hero {
    margin-top: 44px;
    padding: 26px 0 22px;
  }

  .catalog-hero p {
    margin: 16px 0 18px;
  }

  .catalog-hero h1,
  .catalog-mode-filters .filter-button {
    font-size: 44px;
  }

  .catalog-mode-filters {
    gap: 38px;
  }

  .catalog-category-filters {
    width: calc(100% + 40px);
    gap: 26px;
    margin: 12px -20px 8px;
    padding: 0 20px 9px;
  }

  .catalog-layout .product-grid-ssense,
  .catalog-layout .catalog-extra-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 20px;
  }

  .catalog-layout .catalog-extra-block,
  .catalog-layout .catalog-extra-block + .catalog-extra-block {
    margin-top: 56px;
  }

  .catalog-layout .product-card img {
    aspect-ratio: 1 / 1.14;
    padding: 18px;
    object-position: center;
  }

  .catalog-layout .product-code,
  .catalog-layout .product-title,
  .catalog-layout .product-meta,
  .catalog-layout .product-card-price,
  .catalog-layout .offer-option-card .kicker,
  .catalog-layout .offer-option-card h4,
  .catalog-layout .offer-option-card p,
  .catalog-layout .offer-option-card-bottom span {
    font-size: 12px;
  }
}

/* Product page active states */
.product-page-v2 {
  padding: 52px 100px 76px;
  background: #fafafa;
}

.product-page-v2 .product-page-layout {
  display: grid;
  grid-template-columns: 320px minmax(360px, 440px) 360px;
  gap: 40px;
  align-items: start;
  max-width: 1240px;
}

.product-page-v2 .product-page-copy,
.product-page-v2 .product-page-info {
  position: static;
  top: auto;
}

.product-page-v2 .product-page-back,
.product-page-v2 .product-text-link,
.product-page-v2 .product-related-more {
  width: max-content;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.05;
  text-transform: none;
}

.product-page-v2 .product-page-back {
  margin: 8px 0 26px;
}

.product-page-v2 .product-page-copy h1 {
  margin: 0 0 8px;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.02;
  text-transform: none;
}

.product-page-subtitle {
  margin: 0 0 28px;
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.product-page-v2 .product-detail-description {
  width: 160px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.08;
}

.product-page-v2 .product-detail-description strong,
.product-page-v2 .product-detail-description b {
  font-weight: 700;
}

.product-page-v2 .product-page-media-list,
.product-size-panel {
  display: grid;
  height: 592px;
  min-height: 0;
  overflow: hidden;
  background: #fff;
}

.product-size-panel[hidden],
.product-page-v2 .product-order-builder[hidden],
.product-page-v2 [data-product-bundle-section] {
  display: none !important;
}

.product-page-v2 .product-page-media {
  min-height: 592px;
  background: #fff;
}

.product-page-v2 .product-page-media img {
  width: 82%;
  max-height: 82%;
  aspect-ratio: auto;
  object-fit: contain;
}

.product-size-panel {
  position: absolute;
  inset: 0;
  z-index: 5;
  grid-template-rows: 32px minmax(0, 1fr) auto;
  gap: 18px;
  padding: 26px 30px 28px;
  box-sizing: border-box;
  overflow: auto;
  background: #fff;
}

.product-panel-close {
  justify-self: end;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 32px;
  line-height: 0.8;
}

.product-size-figure {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  min-height: 0;
  align-items: center;
  justify-items: center;
}

.product-size-figure::before,
.product-size-figure::after {
  content: "";
  position: absolute;
  z-index: 1;
  background: #111;
  pointer-events: none;
}

.product-size-figure::before {
  left: 41%;
  top: 12%;
  width: 1px;
  height: 76%;
}

.product-size-figure::after {
  left: 36%;
  top: 43%;
  width: 42%;
  height: 1px;
}

.product-size-figure img {
  width: 72%;
  max-height: 286px;
  object-fit: contain;
}

.product-size-figure span {
  position: absolute;
  z-index: 2;
  font-family: var(--font-sans);
  font-size: 24px;
}

.product-size-figure span:nth-of-type(1) {
  left: 36%;
  top: 21%;
}

.product-size-figure span:nth-of-type(2) {
  left: 50%;
  top: 39%;
}

.product-size-figure span:nth-of-type(3) {
  right: 21%;
  top: 38%;
}

.product-size-table {
  width: 100%;
  margin-top: 0;
  border-collapse: collapse;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.55;
}

.product-size-table th,
.product-size-table td {
  padding: 2px 0;
  border: 0;
  text-align: left;
}

.product-size-note {
  margin: 0;
  align-self: start;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.25;
}

.product-size-panel.is-empty .product-size-figure::before,
.product-size-panel.is-empty .product-size-figure::after,
.product-size-panel.is-empty .product-size-figure span {
  display: none;
}

.product-config {
  display: grid;
  gap: 17px;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.35;
}

.product-config-section {
  display: grid;
  gap: 7px;
}

.product-config-section h3,
.product-config-section > span,
.product-config-head span,
.product-config-price span,
.product-total-row span {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.15;
}

.product-config-head,
.product-config-line,
.product-config-option {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  width: 100%;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid #111;
  background: transparent;
  color: #111;
  font: inherit;
  text-align: left;
}

.product-config-body {
  display: grid;
  gap: 8px;
}

.product-config-line,
.product-config-option {
  border-bottom-color: transparent;
  padding-bottom: 0;
}

.product-config-section.is-open .product-config-line.is-selected,
.product-config-section.is-open .product-config-option.is-selected,
.product-config-option.is-selected {
  border-bottom-color: #111;
}

.product-color-grid {
  display: grid;
  grid-template-columns: repeat(8, 15px);
  gap: 6px;
  padding-left: 120px;
}

.product-color-grid button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  background: var(--swatch);
}

.product-color-grid button.is-selected {
  outline: 1px solid #111;
  outline-offset: 2px;
}

.product-config-price,
.product-total-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 18px;
  align-items: baseline;
}

.product-config-price strong,
.product-total-row strong {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
}

.product-stepper {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  width: 160px;
  height: 24px;
  border: 1px solid #111;
  margin-left: 120px;
}

.product-stepper button,
.product-stepper input {
  width: 100%;
  border: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  text-align: center;
}

.product-total-row {
  margin-top: 92px;
  font-family: var(--font-sans);
}

.product-page-v2 .product-request-button {
  margin: 10px 0 10px;
  width: max-content;
  border: 0;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1.05;
  text-transform: none;
}

.product-page-v2 .product-text-link {
  display: block;
  margin-top: 10px;
}

.product-page-v2 .product-related-block {
  display: grid;
  grid-template-columns: minmax(0, 978px) 1fr;
  gap: 0 24px;
  max-width: 1240px;
  margin: 150px 0 0;
  padding-top: 0;
  border-top: 0;
}

.product-page-v2 .product-related-block h2 {
  grid-column: 1 / -1;
  margin: 0 0 36px;
  font-family: var(--font-serif);
  font-size: 34px;
  font-weight: 700;
  line-height: 1.05;
}

.product-page-v2 .product-related-list {
  grid-column: 1;
  display: grid;
  grid-template-columns: repeat(3, 300px);
  gap: 42px;
  width: auto;
  border-top: 0;
}

.product-page-v2 .product-related-list a {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  padding: 0;
  border-bottom: 0;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.product-page-v2 .product-related-list img {
  width: 100%;
  aspect-ratio: 1 / 1.35;
  object-fit: contain;
  padding: 48px;
  box-sizing: border-box;
  background: #fff;
}

.product-page-v2 .product-related-list span,
.product-page-v2 .product-related-list strong,
.product-page-v2 .product-related-list small {
  margin-top: 4px;
  font: inherit;
}

.product-page-v2 .product-related-more {
  display: block;
  grid-column: 2;
  align-self: end;
  justify-self: end;
  margin: 0 44px 0 0;
  font-size: 24px;
}

.product-page-dialog[data-product-form-dialog] {
  width: min(450px, calc(100vw - 40px));
  padding: 0;
  border: 0;
  background: transparent;
}

.product-page-dialog[data-product-form-dialog][open] {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 24px;
}

.product-page-dialog[data-product-form-dialog]::backdrop {
  background: rgba(250, 250, 250, 0.66);
  backdrop-filter: blur(10px);
}

.product-page-form {
  grid-column: 1 / -1;
  grid-row: 1;
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.product-page-form h3 {
  margin: 0 34px 4px 0;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.product-page-form label {
  display: grid;
  gap: 2px;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.05;
}

.product-page-form input,
.product-page-form select,
.product-page-form textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
}

.product-page-form input,
.product-page-form select {
  height: 30px;
}

.product-page-form textarea {
  min-height: 100px;
}

.product-check {
  grid-template-columns: 20px 1fr;
  align-items: center;
  gap: 6px !important;
}

.product-check input {
  width: 20px;
  height: 20px;
}

.product-form-actions {
  display: flex;
  gap: 34px;
  align-items: baseline;
  margin-top: 6px;
}

.product-form-actions .text-submit,
.product-form-actions a {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.05;
}

.product-form-actions .text-submit {
  font-size: 24px;
}

.product-page-dialog[data-product-form-dialog] .dialog-close {
  grid-column: 2;
  grid-row: 1;
  z-index: 1;
  justify-self: end;
  align-self: start;
  display: block;
  float: none;
  width: 24px;
  height: 36px;
  color: #111;
  font-family: var(--font-sans);
  font-size: 34px;
  line-height: 0.8;
  text-transform: none;
}

@media (max-width: 1000px) {
  .product-page-v2 {
    padding: 32px 20px 60px;
  }

  .product-page-v2 .product-page-layout {
    grid-template-columns: 1fr;
  }

  .product-page-v2 .product-detail-description {
    width: auto;
    max-width: 360px;
  }

  .product-page-v2 .product-related-list {
    display: flex;
    width: calc(100vw - 40px);
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
  }

  .product-page-v2 .product-related-list a {
    flex: 0 0 64%;
    scroll-snap-align: start;
  }

  .product-page-v2 .product-related-list img {
    padding: 34px;
  }

  .product-page-v2 .product-related-list span,
  .product-page-v2 .product-related-list strong,
  .product-page-v2 .product-related-list small {
    font-size: 11px;
    line-height: 1.12;
  }

  .product-page-v2 .product-related-more {
    display: block;
    margin: 28px 0 0 auto;
  }

  .product-page-v2 .product-related-block {
    display: block;
    margin-top: 100px;
  }
}

.project-page {
  display: grid;
  grid-template-columns: 300px minmax(0, 880px);
  gap: 60px;
  align-items: start;
  max-width: 1240px;
  margin: 0 auto;
  padding: 107px 20px 42px;
  background: #fafafa;
}

.project-page .project-summary-panel {
  display: block;
  position: sticky;
  top: 107px;
  margin: 0;
  padding: 0;
}

.project-page .project-summary-panel h1 {
  margin: 0 0 12px;
  max-width: 300px;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.project-page .project-summary-panel > p {
  grid-column: auto;
  max-width: 250px;
  margin: 0 0 59px;
  font-family: var(--font-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
}

.project-summary-list {
  display: grid;
  gap: 8px;
  margin: 0 0 15px;
  border: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.1;
}

.project-summary-list div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 22px;
  padding: 0;
  border: 0;
}

.project-summary-list dt {
  font-weight: 800;
}

.project-summary-list dd {
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
}

.project-summary-list div:last-child dd {
  font-weight: 800;
}

.project-page .project-summary-panel .cart-stage-note {
  grid-column: auto;
  max-width: 250px;
  margin: 16px 0 58px;
  color: #111;
  font-family: var(--font-serif);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.16;
  text-transform: none;
}

.project-discuss-link {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1;
  text-align: left;
}

.project-page .project-workspace {
  display: block;
  margin: 0;
  padding: 0;
}

.project-page .project-list {
  display: grid;
  min-height: 525px;
  border: 2px solid #111;
  background: transparent;
}

.project-empty {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 20px;
  padding: 24px;
  text-align: center;
}

.project-empty h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.05;
}

.project-empty p {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.project-item {
  display: grid;
  grid-template-columns: 258px minmax(280px, 1fr) 160px;
  gap: 20px;
  padding: 20px;
  min-height: 521px;
  border-bottom: 1px solid #111;
}

.project-item:last-child {
  border-bottom: 0;
}

.project-item figure {
  display: flex;
  height: 320px;
  margin: 0;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.project-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px 26px;
  box-sizing: border-box;
}

.project-item-main,
.project-item-side {
  display: grid;
  align-content: start;
}

.project-item-main {
  gap: 18px;
  padding-top: 10px;
}

.project-remove-link {
  justify-self: end;
  margin-bottom: -6px;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1;
}

.project-item h2 {
  margin: 0;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.project-item p {
  margin: 0;
}

.project-item-main > p {
  font-family: var(--font-sans);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.1;
  text-transform: uppercase;
}

.project-item h3 {
  margin: 0 0 8px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
}

.project-option-line,
.project-add-service {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  padding: 0 0 6px;
  border: 0;
  border-bottom: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.15;
  text-align: left;
}

.project-page .product-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  width: 100%;
  min-height: 24px;
  margin: 0;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 0;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.08;
  text-align: left;
}

.project-page .product-select-row span {
  min-width: 0;
}

.project-page .product-select-row strong {
  align-self: center;
  font-family: var(--font-sans);
  font-size: 9px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.project-page section > .product-select-row:last-child,
.project-page section > .product-select-row.is-selected:last-child {
  border-bottom-color: #111;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.project-add-service {
  display: block;
  width: max-content;
  margin-top: 18px;
  border-bottom: 1px solid currentColor;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1;
}

.project-item-comment {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
}

.project-item-comment {
  min-height: 70px;
  padding: 6px;
  resize: vertical;
}

.project-services-section > p {
  margin-bottom: 0;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.1;
  text-transform: none;
}

.project-item-side {
  gap: 7px;
  padding-top: 84px;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.15;
}

.project-color-grid {
  display: grid;
  grid-template-columns: repeat(8, 15px);
  gap: 6px;
  margin-bottom: 14px;
}

.project-color-grid button {
  width: 15px;
  height: 15px;
  padding: 0;
  border: 0;
  background: var(--swatch);
}

.project-color-grid .is-selected {
  outline: 2px solid #111;
  outline-offset: 1px;
}

.project-item-side .product-stepper {
  width: 160px;
  margin: 0 0 16px;
}

.project-item-side p,
.project-item-side strong {
  margin: 0 0 14px;
}

.project-item-side strong {
  font-weight: 800;
}

.project-page .project-form-panel {
  display: none;
  position: fixed;
  z-index: 10010;
  top: 50%;
  left: 50%;
  width: min(450px, calc(100vw - 40px));
  transform: translate(-50%, -50%);
  background: transparent;
}

.project-page.is-form-open::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(250, 250, 250, 0.62);
  backdrop-filter: blur(10px);
}

.project-page .project-form-panel.is-open {
  display: block;
}

.project-page .project-form-panel .cart-form {
  display: grid;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
}

.project-form-panel h2 {
  margin: 0 0 4px;
  font-family: var(--font-sans);
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

.project-form-panel label {
  display: grid;
  gap: 2px;
  font-family: var(--font-serif);
  font-size: 15px;
  line-height: 1.05;
}

.project-form-panel input,
.project-form-panel select,
.project-form-panel textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
}

.project-form-panel input,
.project-form-panel select {
  height: 30px;
}

.project-form-panel textarea {
  min-height: 100px;
}

.project-remove-modal[hidden] {
  display: none;
}

.project-remove-modal {
  position: fixed;
  inset: 0;
  z-index: 10020;
  display: grid;
  place-items: center;
  background: rgba(250, 250, 250, 0.62);
  backdrop-filter: blur(10px);
}

.project-remove-modal > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 70px;
  width: min(490px, calc(100vw - 40px));
  padding: 20px 66px 24px;
  background: #fafafa;
  text-align: center;
}

.project-remove-modal p {
  grid-column: 1 / -1;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 16px;
  line-height: 1.2;
}

.project-remove-modal button {
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
}

@media (max-width: 1000px) {
  .project-page {
    grid-template-columns: 1fr;
    gap: 34px;
    padding: 86px 20px 60px;
  }

  .project-summary-panel > p,
  .project-summary-panel .cart-stage-note {
    max-width: none;
  }

  .project-page .project-summary-panel {
    position: static;
    top: auto;
  }

  .project-item {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .project-item h2 {
    margin-top: 0;
    font-size: 12px;
  }

  .project-item h3,
  .project-item-main > p {
    font-size: 12px;
  }

  .project-item-main,
  .project-item-side {
    padding-top: 0;
  }

  .project-color-grid {
    grid-template-columns: repeat(8, 15px);
  }

  .project-page .project-form-panel {
    top: 70px;
    max-height: calc(100vh - 90px);
    overflow: auto;
    transform: translateX(-50%);
  }
}

body[data-content-page="services"] {
  background: #fafafa;
}

.services-main-page {
  max-width: 1158px;
  margin: 0 auto;
  padding: 20px 0 109px;
  color: #111;
}

.services-hero {
  display: grid;
  justify-items: center;
  margin-bottom: 136px;
  text-align: center;
}

.services-hero h1 {
  margin: 0 0 30px;
  font-family: var(--font-sans);
  font-size: 68px;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.services-hero p {
  width: 460px;
  margin: 0;
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.12;
}

.services-list {
  display: grid;
  gap: 58px;
}

.services-row {
  display: grid;
  grid-template-columns: 559px 365px;
  gap: 40px;
  align-items: start;
}

.services-row figure {
  margin: 0;
}

.services-row img {
  display: block;
  width: 559px;
  height: auto;
}

.services-row div {
  padding-top: 12px;
}

.services-row h2 {
  margin: 0 0 50px;
  font-family: var(--font-sans);
  font-size: 43px;
  font-weight: 400;
  line-height: 1.05;
  text-transform: uppercase;
}

.services-row p {
  width: 350px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.22;
  text-align: justify;
}

.services-request {
  display: grid;
  grid-template-columns: 350px minmax(0, 706px);
  gap: 90px;
  margin: 103px 11px 0;
  padding-top: 105px;
  border-top: 1px solid #111;
}

.services-request > div p:first-child {
  margin: 0 0 3px;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1;
}

.services-request h2 {
  margin: 0 0 32px;
  font-family: var(--font-sans);
  font-size: 43px;
  font-weight: 400;
  line-height: 0.95;
  text-transform: uppercase;
}

.services-request > div p:last-child {
  width: 315px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1.2;
}

.services-request form {
  display: grid;
  gap: 9px;
}

.services-request label {
  display: grid;
  gap: 2px;
  font-family: var(--font-serif);
  font-size: 14px;
  line-height: 1;
}

.services-request input,
.services-request select,
.services-request textarea {
  width: 100%;
  border: 1px solid #111;
  border-radius: 0;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 15px;
  box-sizing: border-box;
}

.services-request input,
.services-request select {
  height: 27px;
}

.services-request textarea {
  height: 111px;
  resize: vertical;
}

.services-request button {
  justify-self: start;
  padding: 0;
  border: 0;
  border-bottom: 1px solid currentColor;
  background: transparent;
  color: #111;
  font-family: var(--font-serif);
  font-size: 24px;
  line-height: 1;
}

body[data-content-page="services"] .site-footer {
  display: block;
  min-height: 384px;
  padding: 29px 20px;
  background: #000;
  color: #fafafa;
}

.services-footer-inner {
  display: grid;
  gap: 43px;
}

.services-footer-inner .footer-logo {
  width: 252px;
  height: auto;
}

.services-footer-inner nav {
  display: grid;
  gap: 20px;
  justify-items: start;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.services-footer-inner a {
  color: #fafafa;
  text-decoration: none;
}

@media (max-width: 900px) {
  .services-main-page {
    padding: 22px 20px 80px;
  }

  .services-hero {
    margin-bottom: 72px;
  }

  .services-hero h1 {
    font-size: 52px;
  }

  .services-hero p {
    width: min(100%, 390px);
  }

  .services-list {
    gap: 72px;
  }

  .services-row,
  .services-request {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-right: 0;
    margin-left: 0;
  }

  .services-row img {
    width: 100%;
  }

  .services-row div {
    padding-top: 0;
  }

  .services-row h2 {
    margin-bottom: 22px;
    font-size: 36px;
  }

  .services-row p,
  .services-request > div p:last-child {
    width: auto;
    text-align: left;
  }

  .services-request {
    margin-top: 74px;
    padding-top: 48px;
  }
}

@media (min-width: 901px) {
  body[data-content-page="services"] .services-main-page {
    width: 1158px !important;
    max-width: 1158px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-top: 20px !important;
  }

  body[data-content-page="services"] .services-hero {
    display: grid !important;
    justify-items: center !important;
    margin-bottom: 136px !important;
    text-align: center !important;
  }

  body[data-content-page="services"] .services-hero h1 {
    margin: 0 0 30px !important;
    font-family: var(--font-sans) !important;
    font-size: 68px !important;
    font-weight: 400 !important;
    line-height: 0.95 !important;
    text-transform: uppercase !important;
  }

  body[data-content-page="services"] .services-hero p {
    width: 460px !important;
    max-width: 460px !important;
    margin: 0 !important;
    font-family: var(--font-sans) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="services"] .services-list {
    display: grid !important;
    gap: 58px !important;
  }

  body[data-content-page="services"] .services-row {
    display: grid !important;
    grid-template-columns: 559px 365px !important;
    gap: 40px !important;
    align-items: start !important;
  }

  body[data-content-page="services"] .services-row figure {
    width: 559px !important;
    margin: 0 !important;
  }

  body[data-content-page="services"] .services-row img {
    display: block !important;
    width: 559px !important;
    max-width: 559px !important;
    height: auto !important;
  }

  body[data-content-page="services"] .services-row h2 {
    margin: 0 0 50px !important;
    font-family: var(--font-sans) !important;
    font-size: 43px !important;
    font-weight: 400 !important;
    line-height: 1.05 !important;
    text-transform: uppercase !important;
  }

  body[data-content-page="services"] .services-row p {
    width: 350px !important;
    max-width: 350px !important;
    margin: 0 !important;
    font-family: var(--font-serif) !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 1.22 !important;
    text-align: justify !important;
  }
}

.site-footer {
  display: grid !important;
  grid-template-columns: 300px 1fr 505px !important;
  gap: 0 !important;
  align-items: start !important;
  min-height: 263px !important;
  padding: 20px !important;
  background: #000 !important;
  color: #fafafa !important;
  box-sizing: border-box !important;
}

.footer-links {
  display: grid;
  align-content: start;
  gap: 18px;
}

.footer-brand-block {
  display: block;
  width: 120px;
  line-height: 0;
}

.footer-logo,
.footer-brand-block .footer-logo {
  display: block !important;
  width: 120px !important;
  height: auto !important;
}

.footer-nav {
  display: grid !important;
  gap: 18px !important;
  align-content: start !important;
  justify-items: start !important;
  margin: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.footer-nav a,
.footer-contacts a {
  color: #fafafa !important;
  text-decoration: none !important;
}

.footer-nav a:hover,
.footer-contacts a:hover {
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.footer-cta {
  display: grid;
  justify-items: end;
  align-content: start;
  padding: 4px 12px 0 0;
  text-align: right;
}

.footer-cta h2 {
  margin: 0 0 18px;
  color: #fafafa;
  font-family: var(--font-serif);
  font-size: 36px;
  font-weight: 700;
  line-height: 1.12;
}

.footer-cta-trigger {
  all: unset;
  cursor: pointer;
}

.footer-cta-trigger:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 4px;
}

.footer-contacts {
  display: grid !important;
  gap: 18px !important;
  justify-items: end !important;
  align-content: start !important;
  margin: 0 0 36px !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: right !important;
}

.footer-contacts span {
  color: #fafafa !important;
}

.footer-copy {
  margin: 0 !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  line-height: 1 !important;
  text-align: right !important;
}

.footer-map {
  position: relative;
  width: 505px;
  height: 263px;
  margin: -20px -20px -20px 0;
  overflow: hidden;
  background: #333;
}

.footer-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: none !important;
}

.footer-map-canvas {
  width: 100%;
  height: 100%;
  filter: none !important;
}

.footer-leaflet-pin {
  background: transparent;
}

.footer-leaflet-pin span {
  display: block;
  width: 14px;
  height: 14px;
  border: 2px solid #fafafa;
  border-radius: 50% 50% 50% 0;
  background: #ff0000;
  box-shadow: 0 0 0 2px #111;
  transform: rotate(-45deg);
}

.footer-leaflet-pin span::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin: 3px;
  border-radius: 50%;
  background: #fafafa;
}

.footer-map .leaflet-popup-content-wrapper,
.footer-map .leaflet-popup-tip {
  border-radius: 0;
  background: #111;
  color: #fafafa;
  box-shadow: none;
}

.footer-map .leaflet-popup-content {
  margin: 8px 10px;
  font-family: var(--font-sans);
  font-size: 12px;
  line-height: 1.2;
}

.footer-map .leaflet-control-attribution {
  display: none;
}

.footer-map .leaflet-control-zoom {
  border: 1px solid rgba(250, 250, 250, 0.45);
  filter: none;
}

.footer-map .leaflet-control-zoom a {
  border: 0;
  border-bottom: 1px solid rgba(250, 250, 250, 0.25);
  background: rgba(0, 0, 0, 0.72);
  color: #fafafa;
  font-family: var(--font-sans);
}

.footer-map .leaflet-control-zoom a:last-child {
  border-bottom: 0;
}

@media (max-width: 1180px) and (min-width: 701px) {
  .site-footer {
    grid-template-columns: 300px minmax(0, 1fr) !important;
    grid-template-rows: auto auto !important;
    min-height: 0 !important;
    gap: 0 24px !important;
  }

  .footer-links {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .footer-map {
    grid-column: 2;
    grid-row: 1;
    width: calc(100% + 20px);
    height: 263px;
    margin: -20px -20px 0 0;
  }

  .footer-cta {
    grid-column: 2;
    grid-row: 2;
    justify-items: end;
    padding: 28px 0 0;
  }

  .footer-cta h2 {
    margin-bottom: 18px;
  }
}

@media (max-width: 1180px) {
  .site-footer {
    grid-template-columns: 1fr !important;
    min-height: 753px !important;
    padding: 20px 20px 18px !important;
  }

  .footer-links {
    gap: 18px;
  }

  .footer-brand-block {
    width: 120px;
  }

  .footer-nav {
    gap: 20px !important;
    font-size: 13px !important;
  }

  .footer-map {
    grid-row: 2;
    width: calc(100% + 40px);
    height: 234px;
    margin: 16px -20px 18px;
  }

  .footer-cta {
    justify-items: end;
    padding: 0;
  }

  .footer-cta h2 {
    margin-bottom: 18px;
    font-size: 36px;
    line-height: 1.08;
  }

  .footer-contacts {
    gap: 22px !important;
    margin-bottom: 36px !important;
    font-size: 13px !important;
  }
}

.product-page-v2 .product-config {
  gap: 17px;
}

.product-page-v2 .product-select-section {
  gap: 6px;
}

.product-page-v2 .product-select-section .product-config-body {
  gap: 0;
}

.product-page-v2 .product-select-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 18px;
  gap: 12px;
  align-items: baseline;
  width: 100%;
  min-height: 24px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid #111;
  background: transparent;
  color: #111;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15;
  text-align: left;
}

.product-page-v2 .product-select-row span {
  min-width: 0;
}

.product-page-v2 .product-select-row + .product-select-row {
  margin-top: 2px;
}

.product-page-v2 .product-select-row strong {
  align-self: center;
  font-family: var(--font-sans);
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-align: right;
}

.product-page-v2 .product-select-section.is-open .product-select-row:not(:last-child) {
  border-bottom-color: transparent;
}

.product-page-v2 .product-select-section.is-open .product-select-row.is-selected {
  border-bottom-color: transparent;
}

.product-page-v2 .product-select-section.is-open .product-select-row:last-child {
  border-bottom-color: #111;
}

.product-page-v2 .product-select-section:not(.is-open) .product-select-row {
  border-bottom-color: #111;
}

.product-page-v2 .product-modification-section .product-select-row {
  border-bottom-color: transparent;
}

.product-page-v2 .product-modification-section .product-select-row:last-child {
  border-bottom-color: #111;
}

.product-page-v2 .product-select-section.product-modification-section .product-select-row,
.product-page-v2 .product-select-section.product-modification-section:not(.is-open) .product-select-row {
  border-bottom-color: transparent;
}

.product-page-v2 .product-select-section.product-modification-section .product-select-row:last-child,
.product-page-v2 .product-select-section.product-modification-section:not(.is-open) .product-select-row:last-child {
  border-bottom-color: #111;
}

.product-page-v2 .product-color-grid {
  padding-left: 120px;
}

.product-page-v2 .product-config-price {
  margin-top: 1px;
}

.product-page-v2 .product-total-row {
  grid-template-columns: max-content auto;
  gap: 6px;
  margin-top: 91px;
}

.product-page-v2 .product-total-row span,
.product-page-v2 .product-total-row strong {
  white-space: nowrap;
}

@media (max-width: 1180px) {
  body {
    --mobile-section-gap: 100px;
    --mobile-block-gap: 60px;
    --mobile-image-kicker-gap: 10px;
    --mobile-title-body-gap: 5px;
    --mobile-title-button-gap: 10px;
  }

  main > section + section {
    margin-top: var(--mobile-section-gap) !important;
  }

  main > section {
    row-gap: var(--mobile-block-gap) !important;
  }

  h1,
  .page-title,
  .section-title,
  .service-hero h1,
  .product-page-v2 h1,
  .footer-cta h2 {
    font-size: 32px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  h2,
  h3,
  .card-title,
  .product-title {
    font-size: 20px !important;
    line-height: 1.05 !important;
    letter-spacing: 0 !important;
  }

  .catalog-layout .product-title,
  .product-page-v2 .product-config-section h3,
  .product-page-v2 .product-config-section > span,
  .product-page-v2 .product-config-head span,
  .product-page-v2 .product-config-price span,
  .product-page-v2 .product-total-row span,
  .product-page-v2 .product-total-row strong {
    font-size: 13px !important;
    line-height: 1.15 !important;
    letter-spacing: 0 !important;
  }

  .kicker {
    margin-bottom: 0 !important;
  }

  .kicker + h1,
  .kicker + h2,
  .kicker + h3 {
    margin-top: 0 !important;
  }

  img + .kicker,
  picture + .kicker,
  figure + .kicker {
    margin-top: var(--mobile-image-kicker-gap) !important;
  }

  h1 + p,
  h2 + p,
  h3 + p,
  h1 + .text-link,
  h2 + .text-link,
  h3 + .text-link {
    margin-top: var(--mobile-title-body-gap) !important;
  }

  .text-link,
  .home-bp-link {
    font-size: 16px !important;
    line-height: 1 !important;
    text-decoration: underline !important;
    text-underline-offset: 2px !important;
  }

  .outline-button,
  .button,
  .product-request-button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 28px !important;
    margin-top: var(--mobile-title-button-gap) !important;
    padding: 3px 12px !important;
    border: 1px solid #111 !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #111 !important;
    font-family: var(--font-serif) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
  }
}

/* Article VT final overrides: keep after legacy article rules. */
.ssense-article-page {
  --article-vt-width: min(100% - 40px, 1040px);
  --article-vt-prose: min(100%, 860px);
}

.ssense-article-page .ssense-article {
  width: 100%;
  padding: clamp(54px, 7vw, 110px) 0 0;
}

.ssense-article-page .ssense-article-head {
  width: var(--article-vt-width);
  margin: 0 auto clamp(28px, 4vw, 58px);
  gap: 8px;
}

.ssense-article-page .article-category,
.ssense-article-page .article-credit {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0;
}

.ssense-article-page .article-credit {
  display: none;
}

.ssense-article-page .ssense-article-head h1 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(42px, 5vw, 76px);
  line-height: 0.98;
  white-space: pre-line;
}

.ssense-article-page .article-dek {
  max-width: 640px;
  margin: 4px auto 0;
  font-size: clamp(17px, 1.4vw, 22px);
  line-height: 1.18;
}

.ssense-article-page .article-image-hero {
  width: var(--article-vt-width);
  margin: 0 auto clamp(36px, 4vw, 70px);
}

.ssense-article-page .article-image-hero img {
  width: auto;
  max-width: min(100%, 760px);
  max-height: 620px;
}

.ssense-article-page .ssense-article-body {
  width: var(--article-vt-width);
  margin: 0 auto;
  gap: clamp(42px, 6vw, 92px);
}

.ssense-article-page .article-section,
.ssense-article-page .article-section:nth-child(even) {
  grid-template-columns: 1fr;
  gap: clamp(22px, 3vw, 44px);
  width: 100%;
  padding: 0;
}

.ssense-article-page .article-section:nth-child(even) .article-media-grid {
  order: initial;
}

.ssense-article-page .ssense-article-body > .article-section:first-child {
  min-height: 0;
  padding: 0;
  align-items: start;
}

.ssense-article-page .ssense-article-body > .article-section:first-child h2 {
  display: none;
}

.ssense-article-page .article-copy,
.ssense-article-page .ssense-article-body > .article-section:first-child .article-copy {
  width: var(--article-vt-prose);
  max-width: var(--article-vt-prose);
  margin: 0 auto;
  padding: 0;
  text-align: left;
}

.ssense-article-page .article-copy p {
  margin: 0 0 18px;
  font-family: var(--font-serif);
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.28;
  text-align: justify;
}

.ssense-article-page .article-copy h2 {
  max-width: 920px;
  margin: 0 0 24px;
  font-size: clamp(34px, 4.6vw, 72px);
  line-height: 1.04;
  text-transform: uppercase;
}

.ssense-article-page .article-media-grid {
  display: grid;
  width: min(100%, 900px);
  margin: 0 auto;
  gap: clamp(10px, 1.5vw, 22px);
}

.ssense-article-page .article-media-grid.media-two,
.ssense-article-page .article-media-grid.media-three {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ssense-article-page .article-media-grid.media-three .article-image:nth-child(3):last-child,
.ssense-article-page .article-media-grid.media-three .article-image:nth-child(5):last-child {
  grid-column: auto;
}

.ssense-article-page .article-media-grid img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

.ssense-article-page .article-feature-photo-section .article-media-grid,
.ssense-article-page .article-photo-section .article-media-grid {
  width: min(100%, 960px);
}

.ssense-article-page .case-contact-block {
  width: var(--article-vt-width);
  margin: clamp(70px, 8vw, 130px) auto;
}

.ssense-article-page .article-switcher {
  display: none;
}

@media (max-width: 760px) {
  .ssense-article-page {
    --article-vt-width: calc(100% - 28px);
  }

  .ssense-article-page .ssense-article {
    padding-top: 72px;
  }

  .ssense-article-page .article-dek {
    font-size: 16px;
  }

  .ssense-article-page .article-media-grid.media-two,
  .ssense-article-page .article-media-grid.media-three {
    grid-template-columns: 1fr;
  }

  .ssense-article-page .article-copy p {
    font-size: 17px;
    line-height: 1.34;
    text-align: left;
  }
}

/* GES-2 final case overrides: keep after duplicate article rules. */
body.ges-case-page .ges-case {
  --ges-wide: min(calc(100% - 252px), 1188px);
  --ges-narrow: min(100%, 940px);
  --article-vt-width: var(--ges-wide);
  --article-vt-prose: var(--ges-wide);
  padding-top: 122px;
  padding-bottom: 0;
}

body.ges-case-page .ges-case article {
  gap: 52px;
}

body.ges-case-page .ges-case-head {
  gap: 6px;
}

body.ges-case-page .ges-case-head h1 {
  max-width: none;
  font-size: 48px;
  line-height: 0.95;
}

body.ges-case-page .ges-case .article-vt-kicker {
  font-size: 10px;
}

body.ges-case-page .ges-case .article-vt-dek {
  max-width: none;
  font-family: var(--font-serif);
  font-size: 25px;
  line-height: 1.1;
}

body.ges-case-page .ges-case-body {
  gap: 72px;
}

body.ges-case-page .ges-case .article-vt-section {
  gap: 30px;
}

body.ges-case-page .ges-case .article-vt-media.ges-case-media--narrow,
body.ges-case-page .ges-case .ges-detail-grid {
  width: var(--ges-narrow);
  margin: 0 auto;
}

body.ges-case-page .ges-case .article-vt-media img {
  width: 100%;
  max-height: none;
  object-fit: contain;
}

body.ges-case-page .ges-case-copy {
  width: 100%;
  max-width: var(--ges-wide);
}

body.ges-case-page .ges-case-copy--inset {
  max-width: var(--ges-narrow);
}

body.ges-case-page .ges-case-copy p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 1.28;
}

body.ges-case-page .ges-product-strip,
body.ges-case-page .ges-detail-grid,
body.ges-case-page .ges-triptych {
  display: grid;
  gap: 8px;
}

body.ges-case-page .ges-product-strip {
  width: 100%;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

body.ges-case-page .ges-product-card {
  display: grid;
  aspect-ratio: 1 / 1;
  margin: 0;
  overflow: hidden;
  place-items: center;
  background: #f3f3f3;
}

body.ges-case-page .ges-product-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

body.ges-case-page .ges-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.ges-case-page .ges-detail-grid .article-vt-media img {
  aspect-ratio: 346 / 231;
  object-fit: cover;
}

body.ges-case-page .ges-triptych {
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.ges-case-page .ges-triptych .article-vt-media img {
  aspect-ratio: 387 / 581;
  object-fit: cover;
}

body.ges-case-page .ges-contact-block {
  width: var(--ges-wide);
  margin: 96px auto 72px;
  padding-top: 44px;
}

body.ges-case-page .ges-contact-form {
  gap: 8px;
}

body.ges-case-page .ges-contact-form .outline-button {
  margin-top: 6px;
}

@media (max-width: 1180px) {
  body.ges-case-page .ges-case {
    --ges-wide: calc(100% - 40px);
  }
}

@media (max-width: 760px) {
  body.ges-case-page {
    overflow-x: hidden;
  }

  body.ges-case-page .ges-case {
    --ges-wide: calc(100% - 28px);
    padding-top: 84px;
  }

  body.ges-case-page .ges-case article,
  body.ges-case-page .ges-case-body {
    gap: 54px;
  }

  body.ges-case-page .ges-case-head h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 30px !important;
    line-height: 1.02;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  body.ges-case-page .ges-case .article-vt-dek {
    font-size: 18px;
  }

  body.ges-case-page .ges-case-head,
  body.ges-case-page .ges-case-body,
  body.ges-case-page .ges-case .article-vt-section,
  body.ges-case-page .ges-case-copy {
    width: var(--ges-wide) !important;
    max-width: var(--ges-wide) !important;
  }

  body.ges-case-page .ges-case-copy p {
    width: 100%;
    max-width: 100%;
    font-size: 17px;
    line-height: 1.34;
    overflow-wrap: anywhere;
    text-align: left;
  }

  body.ges-case-page .ges-detail-grid,
  body.ges-case-page .ges-triptych,
  body.ges-case-page .ges-contact-block {
    grid-template-columns: 1fr;
  }

  body.ges-case-page .ges-product-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.ges-case-page .ges-contact-block {
    margin-top: 70px;
    margin-bottom: 56px;
    padding-top: 30px;
  }
}

/* Footer final cascade override 2026-05-26 */
.site-footer {
  display: grid !important;
  grid-template-columns: minmax(0, 505px) minmax(0, 1fr) !important;
  grid-template-rows: 263px auto !important;
  grid-template-areas:
    "map cta"
    "bottom bottom" !important;
  gap: 0 22px !important;
  align-items: stretch !important;
  width: 100% !important;
  min-height: 313px !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #020202 !important;
  color: #fafafa !important;
}

.footer-map {
  grid-area: map;
  display: grid !important;
  width: 100% !important;
  height: 263px !important;
  min-height: 263px !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #151515 !important;
}

.footer-map-canvas,
.footer-map-gate,
.footer-map-link {
  grid-area: 1 / 1;
}

.footer-map-canvas {
  width: 100% !important;
  height: 100% !important;
  z-index: 0;
  filter: none !important;
}

.footer-map .leaflet-tile-pane {
  filter: grayscale(1) invert(1) contrast(1.18) brightness(0.9) !important;
}

.footer-map-gate,
.footer-map-link {
  display: none;
}

.footer-cta {
  grid-area: cta;
  display: grid !important;
  justify-items: start !important;
  align-content: start !important;
  max-width: 760px !important;
  padding: 27px 20px 0 0 !important;
  text-align: left !important;
}

.footer-cta h2 {
  max-width: 620px !important;
  margin: 0 0 20px !important;
  color: #fafafa !important;
  font-family: var(--font-serif) !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
}

.footer-beta {
  max-width: 560px !important;
  margin: 0 0 20px !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  line-height: 1.18 !important;
  text-align: left !important;
}

.footer-contacts {
  display: grid !important;
  gap: 18px !important;
  justify-items: start !important;
  margin: 0 !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 1.15 !important;
  text-align: left !important;
}

.footer-bottom {
  grid-area: bottom;
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 30px !important;
  padding: 20px 20px 17px !important;
}

.footer-nav {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 16px 42px !important;
  align-content: end !important;
  margin: 0 !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
}

.footer-copy {
  flex: 0 0 auto !important;
  margin: 0 !important;
  color: #fafafa !important;
  font-family: var(--font-sans) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  text-align: right !important;
  white-space: nowrap !important;
}

.footer-contacts a,
.footer-nav a,
.footer-map-link {
  color: #fafafa !important;
  text-decoration: none !important;
}

.contacts-map-shell {
  grid-area: auto !important;
  justify-self: stretch !important;
  width: 100% !important;
  height: clamp(320px, 42vw, 560px) !important;
  min-height: 320px !important;
  margin: 0 !important;
}

@media (max-width: 1180px) {
  .site-footer {
  grid-template-columns: 1fr !important;
    grid-template-rows: auto auto auto !important;
    grid-template-areas:
      "cta"
      "map"
      "bottom" !important;
    gap: 24px !important;
    min-height: 0 !important;
    padding: 20px 0 18px !important;
  }

  .footer-cta {
    padding: 0 20px !important;
  }

  .footer-cta h2 {
    max-width: 360px !important;
    margin-bottom: 24px !important;
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .footer-beta {
    max-width: 360px !important;
    margin-bottom: 22px !important;
    font-size: 14px !important;
    line-height: 1.18 !important;
  }

  .footer-contacts {
    gap: 18px !important;
    font-size: 14px !important;
  }

  .footer-map {
    width: 100% !important;
    height: 234px !important;
    min-height: 234px !important;
    margin: 0 !important;
  }

  .footer-map-canvas {
    pointer-events: none;
  }

  .footer-map.is-map-active .footer-map-canvas {
    pointer-events: auto;
  }

  .footer-map-gate {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: center;
    justify-self: center;
    max-width: 240px;
    min-height: 42px;
    padding: 10px 14px;
    border: 1px solid rgba(250, 250, 250, 0.72);
    background: rgba(2, 2, 2, 0.72);
    color: #fafafa;
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 20;
  }

  .footer-map.is-map-active .footer-map-gate {
    display: none;
  }

  .footer-map-link {
    display: inline-flex;
    align-self: end;
    justify-self: start;
    margin: 12px;
    padding: 8px 10px;
    background: rgba(2, 2, 2, 0.72);
    font-family: var(--font-sans);
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
    z-index: 20;
  }

  .footer-bottom {
    display: grid !important;
    gap: 20px !important;
    padding: 0 20px !important;
  }

  .footer-nav {
    display: grid !important;
    gap: 20px !important;
    font-size: 14px !important;
  }

  .footer-copy {
    justify-self: start !important;
    font-size: 13px !important;
    text-align: left !important;
  }

  .contacts-map-shell {
    height: 280px !important;
    min-height: 280px !important;
  }
}

/* Interview mobile late trim */
@media (max-width: 700px) {
  body[data-content-page="interview"] .article-vt--interview article {
    gap: 17px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-origin {
    padding-bottom: 82px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-lede {
    padding-bottom: 72px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-market-quote {
    margin-bottom: 26px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-market-quote .article-vt-quote {
    font-size: 44px !important;
    line-height: 0.98 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process .article-vt-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy p,
  body[data-content-page="interview"] .article-vt--interview .interview-client-copy p {
    margin-bottom: 10px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process .article-vt-copy .interview-speaker,
  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy .interview-speaker,
  body[data-content-page="interview"] .article-vt--interview .interview-client-copy .interview-speaker {
    margin-bottom: 6px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-process .article-vt-copy .interview-question {
    margin-bottom: 32px !important;
    font-size: 22px !important;
    line-height: 1.1 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-team-dialogue-copy .interview-question,
  body[data-content-page="interview"] .article-vt--interview .interview-client-copy .interview-question {
    margin-bottom: 14px !important;
    font-size: 13px !important;
    line-height: 1.12 !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-copy .interview-question:not(:first-child) {
    margin-top: 20px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-columns {
    padding-top: 96px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--left .interview-client-copy,
  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle .interview-client-copy {
    margin-top: 34px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--middle .interview-client-media,
  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right .interview-client-media {
    margin-top: 34px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-client-column--right .interview-client-copy {
    margin-top: 34px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-final-quote {
    margin-top: 58px !important;
  }

  body[data-content-page="interview"] .article-vt--interview .interview-request {
    margin-top: 66px !important;
  }
}

.feedback-form .home-request-consent {
  display: grid;
  grid-template-columns: 14px max-content minmax(0, 1fr);
  column-gap: 8px;
  row-gap: 2px;
  align-items: start;
  margin-top: 0;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 13px;
  line-height: 1.15;
  text-transform: none;
}

.feedback-form .home-request-consent input[type="checkbox"],
.feedback-dialog .feedback-form .home-request-consent input[type="checkbox"] {
  width: 14px;
  height: 14px;
  min-width: 14px;
  min-height: 14px;
  max-width: 14px;
  max-height: 14px;
  margin: 0;
  padding: 0;
  appearance: auto;
  -webkit-appearance: checkbox;
  border-radius: 0;
  accent-color: #111;
  align-self: start;
}

.feedback-form .home-request-consent a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.feedback-form .home-request-consent span,
.feedback-form .home-request-consent a {
  line-height: 1.15;
}

.case-contact-form .outline-button,
.services-request form[data-contact-form] .outline-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  min-width: 0;
  min-height: 54px;
  margin-top: 2px;
  padding: 15px 28px;
  border: 1px solid #111;
  border-radius: 8px;
  background: transparent;
  font-family: var(--font-serif);
  font-size: 18px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  box-sizing: border-box;
}

@media (max-width: 700px) {
  .feedback-form .home-request-consent {
    grid-template-columns: 14px minmax(0, 1fr);
  }

  .feedback-form .home-request-consent a {
    grid-column: 2;
  }

  .case-contact-form .outline-button,
  .services-request form[data-contact-form] .outline-button {
    display: inline-flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 0 !important;
    padding: 14px 12px !important;
    border: 1px solid #111 !important;
    border-radius: 4px !important;
    background: transparent !important;
    color: #111 !important;
    font-family: var(--font-serif) !important;
    font-size: 20px !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    box-sizing: border-box !important;
    white-space: nowrap !important;
  }
}

body[data-content-page="presentation"] {
  background: #f7f7f5;
  color: #111;
}

.presentation-download {
  min-height: 100vh;
  padding: 138px 22px 80px;
}

.presentation-download-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-content: end;
  width: min(100%, 1188px);
  min-height: calc(100vh - 218px);
  margin: 0 auto;
  border-top: 1px solid #111;
  padding-top: clamp(34px, 5vw, 72px);
}

.presentation-download-kicker,
.presentation-download-meta {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 13px;
  line-height: 1.15;
  text-transform: uppercase;
}

.presentation-download h1 {
  max-width: 1060px;
  margin: 18px 0 28px;
  font-family: var(--font-sans);
  font-size: clamp(52px, 9vw, 128px);
  font-weight: 400;
  line-height: 0.92;
  letter-spacing: 0;
  text-transform: uppercase;
}

.presentation-download-hero > p:not(.presentation-download-kicker):not(.presentation-download-meta) {
  max-width: 760px;
  margin: 0;
  font-family: var(--font-serif);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.08;
}

.presentation-download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 28px;
  align-items: center;
  margin-top: 42px;
}

.presentation-download-button,
.presentation-download-link {
  color: inherit;
  text-decoration: none;
}

.presentation-download-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 13px 28px;
  border: 1px solid currentColor;
  border-radius: 0;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1;
  text-transform: uppercase;
}

.presentation-download-link {
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.1;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.presentation-download-meta {
  margin-top: 18px;
  color: #666;
}

@media (max-width: 700px) {
  .presentation-download {
    padding: 104px 14px 54px;
  }

  .presentation-download-hero {
    min-height: calc(100vh - 158px);
    padding-top: 26px;
  }

  .presentation-download h1 {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: clamp(42px, 13.5vw, 62px);
    line-height: 0.94;
  }

  .presentation-download-hero > p:not(.presentation-download-kicker):not(.presentation-download-meta) {
    font-size: 23px;
    line-height: 1.12;
  }

  .presentation-download-actions {
    display: grid;
    gap: 14px;
    margin-top: 34px;
  }

  .presentation-download-button {
    width: 100%;
    min-height: 50px;
    box-sizing: border-box;
  }
}
