/*
Theme Name: ZONGKY Single Package
Theme URI: https://zongky.com/
Author: ZONGKY
Description: A single-package WordPress theme for the ZONGKY custom apparel manufacturing website.
Version: 1.0.1
Requires at least: 5.2
Tested up to: 6.6
Requires PHP: 7.2
License: GPLv2 or later
Text Domain: zongky-single
*/

:root {
  --bone: #eee9df;
  --stone: #d5cec1;
  --paper: #f8f5ee;
  --charcoal: #141414;
  --soft-black: #242321;
  --gray: #77736b;
  --line: rgba(20, 20, 20, 0.18);
  --olive: #5d624e;
  --white: #fffdf7;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--charcoal);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  min-height: 50px;
  padding: 0 clamp(18px, 2.8vw, 38px);
  border-bottom: 0;
  background: rgba(20, 20, 20, 0.94);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(82px, 7.6vw, 112px);
  min-height: 22px;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
  filter: invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(12px, 1.65vw, 24px);
  font-size: 9.5px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.nav-left {
  justify-content: flex-start;
}

.nav-right {
  justify-content: flex-end;
}

.nav-links a,
.nav-dropdown summary {
  color: var(--white);
}

.nav-links a,
.nav-dropdown summary {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
}

.nav-action {
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  letter-spacing: 0.08em;
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown summary {
  cursor: pointer;
  list-style: none;
}

.nav-dropdown summary::-webkit-details-marker {
  display: none;
}

.nav-dropdown summary::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.product-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  width: 220px;
  padding: 10px;
  border: 1px solid rgba(255, 253, 247, 0.16);
  background: rgba(20, 20, 20, 0.94);
  box-shadow: 0 18px 48px rgba(20, 20, 20, 0.08);
  transform: translateX(-50%);
}

.product-menu a {
  display: flex;
  min-height: 40px;
  padding: 0 12px;
}

.product-menu a:hover,
.product-menu a:focus-visible,
.product-menu a[aria-current="page"] {
  background: rgba(255, 253, 247, 0.1);
  color: var(--white);
}

.nav-links > a[aria-current="page"] {
  border-bottom: 1px solid currentColor;
}

.nav-action {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  font-size: 9.5px;
  font-weight: 500;
  text-transform: uppercase;
}

.hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.82fr) minmax(380px, 1.18fr);
  align-items: stretch;
  min-height: min(780px, calc(92vh - 72px));
  border-bottom: 1px solid var(--line);
}

.poster-hero {
  position: relative;
  display: block;
  min-height: calc(100vh - 50px);
  overflow: hidden;
  border-bottom: 0;
  background: #11100e;
  color: var(--white);
}

.motion-poster {
  background: #11100e;
  cursor: default;
  isolation: isolate;
}

.motion-scene,
.motion-shade {
  position: absolute;
  inset: 0;
}

.motion-scene {
  z-index: -2;
  pointer-events: none;
}

.motion-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0;
  filter: saturate(0.96) contrast(1.02);
  transform: scale(1);
  animation-duration: 24s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  will-change: opacity, transform;
}

.motion-frame-tshirts {
  object-position: center center;
  animation-name: heroFrameTshirts;
}

.motion-frame-hoodies {
  object-position: center center;
  animation-name: heroFrameHoodies;
}

.motion-frame-caps {
  object-position: center center;
  animation-name: heroFrameCaps;
}

.motion-frame-socks {
  object-position: center center;
  animation-name: heroFrameSocks;
}

.motion-shade {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(17, 16, 14, 0.88) 0%, rgba(17, 16, 14, 0.64) 34%, rgba(17, 16, 14, 0.16) 72%, rgba(17, 16, 14, 0) 100%),
    radial-gradient(circle at center, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.1) 48%, rgba(0, 0, 0, 0.32) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.28) 100%);
  pointer-events: none;
}

.hero-statement {
  position: absolute;
  left: clamp(28px, 6vw, 92px);
  top: 50%;
  z-index: 4;
  width: min(760px, 54vw);
  color: var(--white);
  opacity: 0;
  transform: translateY(-46%);
  animation: heroStatementFade 1200ms ease 420ms forwards;
}

.hero-statement-title {
  margin: 0;
  color: rgba(255, 253, 247, 0.92);
  font-size: clamp(42px, 6.9vw, 124px);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.96;
  text-transform: uppercase;
}

.hero-statement-title span {
  display: block;
}

.hero-statement-title-mobile {
  display: none;
}

.hero-statement-products {
  display: flex;
  flex-wrap: nowrap;
  gap: clamp(24px, 4vw, 72px);
  margin: clamp(28px, 3.4vw, 46px) 0 clamp(46px, 7vw, 92px);
  color: rgba(255, 253, 247, 0.88);
  font-size: clamp(16px, 2vw, 34px);
  font-weight: 350;
  line-height: 1;
  white-space: nowrap;
}

.hero-sample-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(46px, 4.8vw, 70px);
  padding: 0 clamp(22px, 3vw, 42px);
  background: rgba(255, 253, 247, 0.96);
  color: var(--charcoal);
  font-size: clamp(16px, 2.1vw, 34px);
  font-weight: 800;
  line-height: 1;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.hero-sample-button:hover,
.hero-sample-button:focus-visible {
  background: var(--white);
  transform: translateY(-2px);
}

.hero-sample-button:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 4px;
}

.poster-copy.motion-copy {
  position: relative;
  z-index: 3;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 5vw, 68px) clamp(24px, 5vw, 72px);
  pointer-events: none;
  text-align: left;
}

.poster-copy.motion-copy h1 {
  max-width: min(760px, calc(52vw - 42px));
  margin: 0;
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity 420ms ease,
    transform 420ms ease;
}

.motion-poster:hover .motion-copy h1,
.motion-poster:focus-within .motion-copy h1,
.motion-poster.is-copy-visible .motion-copy h1 {
  opacity: 1;
  transform: translateY(0);
}

.home-hero-copy {
  gap: 18px;
  max-width: min(720px, 58vw);
}

.poster-copy.motion-copy.home-hero-copy {
  pointer-events: auto;
}

.poster-copy.motion-copy.home-hero-copy h1,
.poster-copy.motion-copy.home-hero-copy .hero-text,
.poster-copy.motion-copy.home-hero-copy .hero-actions,
.poster-copy.motion-copy.home-hero-copy .hero-tags,
.poster-copy.motion-copy.home-hero-copy .eyebrow {
  opacity: 1;
  transform: none;
}

.poster-copy.motion-copy.home-hero-copy h1 {
  max-width: min(760px, 54vw);
}

.home-hero-copy .hero-text {
  max-width: 560px;
  margin-bottom: 4px;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 580px;
  padding: 0;
  margin: 4px 0 0;
  list-style: none;
}

.hero-tags li {
  min-height: 34px;
  padding: 9px 12px;
  border: 1px solid rgba(255, 253, 247, 0.32);
  color: rgba(255, 253, 247, 0.76);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tshirt-poster-hero {
  background:
    linear-gradient(90deg, rgba(8, 8, 8, 0.9) 0%, rgba(8, 8, 8, 0.62) 42%, rgba(8, 8, 8, 0.2) 72%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.56)),
    url("assets/hero/zongky-tshirts-poster.png") center right / cover no-repeat;
}

.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(36px, 4vw, 54px) clamp(28px, 6vw, 92px);
}

.poster-copy {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  min-height: calc(100vh - 72px);
  padding: clamp(34px, 5vw, 68px) clamp(24px, 5vw, 72px) clamp(58px, 8vw, 112px);
  text-align: center;
}

.poster-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin: 0 0 22px;
  border: 1px solid rgba(255, 253, 247, 0.58);
  color: rgba(255, 253, 247, 0.92);
  font-size: 22px;
  font-weight: 700;
}

.poster-hero .eyebrow {
  color: rgba(255, 253, 247, 0.68);
}

.poster-hero h1 {
  max-width: 1180px;
  margin: 0 auto;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5.3vw, 90px);
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

@keyframes heroFrameTshirts {
  0%,
  19% {
    opacity: 1;
    transform: scale(1);
  }

  25%,
  94% {
    opacity: 0;
    transform: scale(1.012);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes heroFrameHoodies {
  0%,
  19% {
    opacity: 0;
    transform: scale(1.012);
  }

  25%,
  44% {
    opacity: 1;
    transform: scale(1);
  }

  50%,
  100% {
    opacity: 0;
    transform: scale(1.012);
  }
}

@keyframes heroFrameCaps {
  0%,
  44% {
    opacity: 0;
    transform: scale(1.012);
  }

  50%,
  69% {
    opacity: 1;
    transform: scale(1);
  }

  75%,
  100% {
    opacity: 0;
    transform: scale(1.012);
  }
}

@keyframes heroFrameSocks {
  0%,
  69% {
    opacity: 0;
    transform: scale(1.012);
  }

  75%,
  94% {
    opacity: 1;
    transform: scale(1);
  }

  100% {
    opacity: 0;
    transform: scale(1.012);
  }
}

@keyframes heroStatementFade {
  from {
    opacity: 0;
    transform: translateY(-43%);
  }

  to {
    opacity: 1;
    transform: translateY(-50%);
  }
}

@keyframes heroStatementFadeMobile {
  from {
    opacity: 0;
    transform: translate(-50%, -43%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes categoryTitleFade {
  from {
    opacity: 0;
    transform: translate(-50%, -42%);
  }

  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media (hover: none) {
  .motion-copy h1 {
    opacity: 1;
    transform: none;
  }
}

.poster-hero .hero-text {
  max-width: 420px;
  color: rgba(255, 253, 247, 0.68);
  font-size: clamp(18px, 1.8vw, 24px);
}

.poster-hero .button.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--charcoal);
}

.poster-hero .button.secondary {
  border-color: rgba(255, 253, 247, 0.58);
  color: var(--white);
}

.poster-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: min(420px, 100%);
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.poster-tags li {
  min-height: 54px;
  padding: 16px 18px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  color: rgba(255, 253, 247, 0.82);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4.8vw, 64px);
  font-weight: 400;
  line-height: 1;
}

h2 {
  max-width: 820px;
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-bottom: 12px;
  font-size: 17px;
  font-weight: 650;
}

.hero-text {
  max-width: 560px;
  margin-bottom: 28px;
  color: var(--gray);
  font-size: clamp(16px, 1.4vw, 19px);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--charcoal);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  transition:
    background 180ms ease,
    color 180ms ease,
    border-color 180ms ease;
}

.button.primary {
  background: var(--charcoal);
  color: var(--white);
}

.button.secondary {
  background: transparent;
}

.button:hover,
.button:focus-visible {
  border-color: var(--olive);
  background: var(--olive);
  color: var(--white);
}

.hero-image {
  position: relative;
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.band {
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.intro {
  padding: clamp(44px, 7vw, 90px) clamp(28px, 7vw, 110px);
}

.intro p {
  max-width: 1120px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(32px, 5vw, 78px);
  line-height: 1.02;
}

.section,
.split-section,
.contact {
  padding: clamp(64px, 8vw, 124px) clamp(24px, 6vw, 92px);
}

.section-head {
  display: grid;
  gap: 16px;
  margin-bottom: clamp(36px, 5vw, 68px);
}

#products .section-head {
  justify-items: center;
  text-align: center;
}

#products .eyebrow {
  margin-bottom: 0;
  color: var(--charcoal);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 64px);
  font-weight: 400;
  line-height: 1;
  text-transform: none;
}

#products h2 {
  max-width: none;
  color: var(--olive);
  font-family: var(--font-sans);
  font-size: clamp(13px, 1.15vw, 16px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.4;
  text-transform: uppercase;
  white-space: nowrap;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.home-category-banners {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.home-category-banner {
  position: relative;
  display: block;
  min-height: clamp(420px, 48vw, 680px);
  overflow: hidden;
  isolation: isolate;
  background: var(--soft-black);
}

.home-category-banner::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(90deg, rgba(10, 10, 9, 0.68), rgba(10, 10, 9, 0.18) 42%, rgba(10, 10, 9, 0.06)),
    linear-gradient(180deg, rgba(10, 10, 9, 0.08), rgba(10, 10, 9, 0.18));
  pointer-events: none;
}

.home-category-banner img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  object-position: 66% center;
  transform: scale(1.01);
  transition: transform 500ms ease, filter 500ms ease;
}

.home-category-banner:nth-child(1) img {
  object-position: 68% center;
}

.home-category-banner:nth-child(2) img {
  object-position: 64% center;
}

.home-category-banner:nth-child(3) img {
  object-position: 66% center;
}

.home-category-banner:nth-child(4) img {
  object-position: 70% 62%;
}

.home-category-banner div {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(92%, 520px);
  color: var(--white);
  text-align: center;
  opacity: 0;
  transform: translate(-50%, -44%);
  transition:
    opacity 260ms ease,
    transform 260ms ease;
}

.home-category-banner span {
  display: block;
  margin-bottom: clamp(18px, 2vw, 34px);
  color: rgba(255, 253, 247, 0.72);
  font-size: 12px;
  font-weight: 750;
}

.home-category-banner h3 {
  color: var(--white);
  font-family: var(--font-sans);
  font-size: clamp(18px, 1.65vw, 28px);
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.home-category-banner:hover img,
.home-category-banner:focus-visible img {
  filter: contrast(1.04);
  transform: scale(1.045);
}

.home-category-banner:hover div,
.home-category-banner:focus-visible div {
  opacity: 1;
  transform: translate(-50%, -50%);
}

.product-card {
  display: block;
  min-height: 430px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.42);
  transition:
    background 180ms ease,
    color 180ms ease;
}

.home-card-media,
.home-wide-visual,
.section-visual,
.home-process-visual {
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.home-card-media {
  aspect-ratio: 4 / 5;
  margin: -28px -28px 24px;
}

.home-card-media img,
.home-wide-visual img,
.section-visual img,
.home-process-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-card:nth-child(1) .home-card-media img,
.visual-page-card:nth-child(1) .home-card-media img {
  object-position: 62% 24%;
}

.product-card:nth-child(2) .home-card-media img,
.visual-page-card:nth-child(2) .home-card-media img {
  object-position: 64% 24%;
}

.product-card:nth-child(3) .home-card-media img {
  object-position: 72% 18%;
}

.product-card:nth-child(4) .home-card-media img,
.visual-page-card:nth-child(3) .home-card-media img {
  object-position: 66% 76%;
}

.home-wide-visual {
  aspect-ratio: 16 / 7;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.home-wide-visual img {
  object-position: center;
}

.section-visual {
  aspect-ratio: 4 / 5;
  margin-top: clamp(24px, 4vw, 42px);
}

.section-visual img {
  object-position: center;
}

.home-process-visual {
  aspect-ratio: 16 / 6;
  margin-bottom: clamp(28px, 4vw, 54px);
}

.home-process-visual img {
  object-position: center;
}

a.product-card:hover,
a.product-card:focus-visible,
a.visual-page-card:hover,
a.visual-page-card:focus-visible {
  background: var(--soft-black);
  color: var(--white);
}

a.product-card:hover p,
a.product-card:focus-visible p,
a.visual-page-card:hover p,
a.visual-page-card:focus-visible p {
  color: rgba(255, 253, 247, 0.66);
}

.visual-page-card {
  padding-top: 28px;
}

.product-card span,
.process-steps span {
  display: block;
  margin-bottom: 42px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 750;
}

.product-card p,
.support-list p,
.seo-section p,
.contact-copy p,
.site-footer p {
  color: var(--gray);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(360px, 1.2fr);
  gap: clamp(48px, 8vw, 130px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.support-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.support-list > div {
  min-height: 210px;
  padding: 28px;
  background: var(--paper);
}

.process {
  padding: clamp(64px, 8vw, 118px) clamp(24px, 6vw, 92px);
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  list-style: none;
}

.process-steps li {
  min-height: 220px;
  padding: 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font-size: 15px;
  font-weight: 650;
}

.process-steps strong {
  display: block;
  margin-bottom: 12px;
}

.process-steps p {
  margin: 0;
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
}

.seo-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 0.8fr);
  gap: clamp(36px, 8vw, 130px);
  align-items: end;
}

.seo-section > p {
  margin: 0;
  font-size: 17px;
}

.home-final-cta {
  display: grid;
  gap: 22px;
  justify-items: start;
  padding: clamp(76px, 10vw, 138px) clamp(24px, 6vw, 92px);
  background: var(--soft-black);
  color: var(--white);
}

.home-final-cta h2 {
  max-width: 860px;
  margin: 0;
}

.home-final-cta p {
  max-width: 620px;
  margin: 0;
  color: rgba(255, 253, 247, 0.68);
  font-size: clamp(17px, 1.6vw, 21px);
}

.home-final-cta .eyebrow {
  color: rgba(255, 253, 247, 0.68);
}

.home-final-cta .button.primary {
  border-color: var(--white);
  background: var(--white);
  color: var(--charcoal);
}

.home-final-cta .button.secondary {
  border-color: rgba(255, 253, 247, 0.45);
  color: var(--white);
}

.product-hero h1 {
  max-width: 780px;
}

.page-hero {
  min-height: 460px;
  padding: clamp(76px, 10vw, 150px) clamp(24px, 6vw, 92px);
  border-bottom: 1px solid var(--line);
  background: var(--bone);
}

.page-hero h1 {
  max-width: 960px;
}

.page-hero .hero-text {
  max-width: 720px;
  margin-bottom: 0;
}

.page-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.page-card {
  display: block;
  min-height: 260px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.42);
}

.page-card span {
  display: block;
  margin-bottom: 64px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.page-card p {
  color: var(--gray);
}

a.page-card {
  transition:
    background 180ms ease,
    color 180ms ease;
}

a.page-card:hover,
a.page-card:focus-visible {
  background: var(--soft-black);
  color: var(--white);
}

a.page-card:hover p,
a.page-card:focus-visible p {
  color: rgba(255, 253, 247, 0.66);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.detail-grid article {
  min-height: 280px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.42);
}

.detail-grid span {
  display: block;
  margin-bottom: 74px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.detail-grid p {
  color: var(--gray);
}

.spec-table {
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.spec-table > div {
  display: grid;
  grid-template-columns: minmax(180px, 0.34fr) minmax(280px, 1fr);
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.spec-table strong,
.spec-table span {
  padding: 22px 24px;
}

.spec-table strong {
  color: var(--charcoal);
  font-size: 13px;
  text-transform: uppercase;
}

.spec-table span {
  border-left: 1px solid var(--line);
  color: var(--gray);
}

.faq {
  padding: clamp(64px, 8vw, 118px) clamp(24px, 6vw, 92px);
}

.faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.faq-list article {
  min-height: 190px;
  padding: 28px;
  background: var(--bone);
}

.faq-list p {
  color: var(--gray);
}

.contact {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(420px, 1fr);
  gap: clamp(40px, 7vw, 112px);
  background: var(--soft-black);
  color: var(--white);
}

.contact .eyebrow {
  color: var(--stone);
}

.contact-copy p {
  max-width: 560px;
  color: rgba(255, 253, 247, 0.66);
}

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

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 253, 247, 0.76);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(255, 253, 247, 0.28);
  border-radius: 0;
  background: rgba(255, 253, 247, 0.05);
  color: var(--white);
  font: inherit;
  padding: 12px 14px;
}

select option {
  color: var(--charcoal);
}

textarea {
  min-height: 132px;
  resize: vertical;
}

input::placeholder,
textarea::placeholder {
  color: rgba(255, 253, 247, 0.38);
}

.wide,
.form-button {
  grid-column: 1 / -1;
}

.form-button {
  width: 100%;
  margin-top: 8px;
  border-color: var(--white);
  background: var(--white);
  color: var(--charcoal);
}

.project-intake {
  padding: clamp(64px, 8vw, 118px) clamp(24px, 6vw, 92px);
  background: var(--soft-black);
}

.step-form {
  display: grid;
  gap: 1px;
  max-width: 1180px;
  margin: 0 auto;
  background: rgba(255, 253, 247, 0.22);
  border: 1px solid rgba(255, 253, 247, 0.22);
}

.step-form fieldset {
  display: grid;
  gap: 28px;
  margin: 0;
  padding: clamp(28px, 4vw, 46px);
  border: 0;
  background: var(--soft-black);
}

.step-form legend {
  float: left;
  width: 100%;
  margin-bottom: 22px;
  color: var(--white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.05;
}

.step-form legend span {
  display: block;
  margin-bottom: 14px;
  color: var(--stone);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 750;
}

.choice-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 253, 247, 0.22);
  border: 1px solid rgba(255, 253, 247, 0.22);
}

.choice-grid label {
  min-height: 92px;
  padding: 22px;
  background: rgba(255, 253, 247, 0.05);
  color: var(--white);
  font-size: 13px;
}

.choice-grid input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--stone);
}

.project-type-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(255, 253, 247, 0.22);
  border: 1px solid rgba(255, 253, 247, 0.22);
}

.project-type-grid label {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 8px 14px;
  min-height: 150px;
  padding: 24px;
  background: rgba(255, 253, 247, 0.05);
  color: var(--white);
  cursor: pointer;
}

.project-type-grid input {
  width: 18px;
  min-height: 18px;
  accent-color: var(--stone);
}

.project-type-grid span,
.project-type-grid small {
  grid-column: 2;
}

.project-type-grid span {
  font-size: 15px;
  font-weight: 800;
}

.project-type-grid small {
  color: rgba(255, 253, 247, 0.62);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 28px 32px;
  background: var(--charcoal);
  color: var(--white);
}

.site-footer p {
  margin: 0;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
}

.footer-brand img {
  width: 96px;
  height: auto;
  filter: invert(1);
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    gap: 0 18px;
    min-height: 56px;
    padding-bottom: 8px;
  }

  .nav-links {
    grid-column: 1 / -1;
    order: 3;
    gap: 20px;
    width: calc(100vw - 36px);
    overflow-x: auto;
    border-top: 1px solid var(--line);
    scrollbar-width: none;
    white-space: nowrap;
  }

  .nav-links::-webkit-scrollbar {
    display: none;
  }

  .product-menu {
    left: 0;
    transform: none;
  }

  .hero,
  .split-section,
  .seo-section,
  .contact {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .poster-hero {
    min-height: calc(100vh - 56px);
    background-position: 68% center;
  }

  .poster-copy {
    min-height: calc(100vh - 56px);
  }

  .home-hero-copy,
  .poster-copy.motion-copy.home-hero-copy,
  .poster-copy.motion-copy.home-hero-copy h1 {
    max-width: min(640px, 72vw);
  }

  .hero-statement {
    width: min(680px, 66vw);
  }

  .hero-statement-title {
    font-size: clamp(42px, 8vw, 82px);
  }

  .hero-statement-products {
    gap: clamp(18px, 3vw, 42px);
    font-size: clamp(15px, 2.4vw, 24px);
  }

  .hero-image {
    min-height: 58vw;
    order: -1;
  }

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

  .home-wide-visual,
  .home-process-visual {
    aspect-ratio: 16 / 8;
  }

  .detail-grid,
  .page-grid,
  .faq-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 4px;
    min-height: 66px;
    padding: 0 18px;
    padding-bottom: 8px;
  }

  .brand {
    grid-row: 1;
    width: min(34vw, 112px);
    min-height: 24px;
    margin: 0 auto;
  }

  .nav-left,
  .nav-right {
    justify-content: center;
    width: calc(100vw - 36px);
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-left {
    grid-row: 2;
  }

  .nav-right {
    grid-row: 3;
  }

  .nav-left::-webkit-scrollbar,
  .nav-right::-webkit-scrollbar {
    display: none;
  }

  .nav-action {
    font-size: 9.5px;
  }

  .nav-links {
    font-size: 9.5px;
  }

  .nav-dropdown {
    position: static;
  }

  .nav-dropdown[open] {
    display: grid;
    gap: 4px;
  }

  .nav-dropdown[open] summary::after {
    transform: translateY(1px) rotate(225deg);
  }

  .product-menu {
    position: static;
    width: min(86vw, 260px);
    padding: 6px;
    margin-top: 4px;
    border-color: rgba(255, 253, 247, 0.18);
    box-shadow: none;
    transform: none;
  }

  .product-menu a {
    min-height: 34px;
    padding: 0 10px;
  }

  .hero-copy,
  .section,
  .split-section,
  .contact,
  .process,
  .intro {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 47px;
  }

  .poster-hero h1 {
    font-size: 42px;
    letter-spacing: 0.06em;
  }

  .poster-hero {
    min-height: min(760px, calc(100svh - 66px));
    background: #11100e;
  }

  .motion-poster {
    background: #11100e;
  }

  .motion-shade {
    background:
      linear-gradient(180deg, rgba(17, 16, 14, 0.12) 0%, rgba(17, 16, 14, 0.3) 48%, rgba(17, 16, 14, 0.72) 100%);
  }

  .motion-frame {
    object-fit: cover;
    object-position: 63% center;
  }

  .motion-frame-tshirts {
    object-position: 65% center;
  }

  .motion-frame-hoodies {
    object-position: 64% center;
  }

  .motion-frame-caps {
    object-position: 64% center;
  }

  .motion-frame-socks {
    object-position: 66% center;
  }

  .hero-statement {
    left: 50%;
    top: 62%;
    width: calc(100vw - 40px);
    text-align: center;
    transform: translate(-50%, -46%);
    animation-name: heroStatementFadeMobile;
  }

  .hero-statement-title-desktop {
    display: none;
  }

  .hero-statement-title-mobile {
    display: block;
  }

  .hero-statement-title {
    font-size: clamp(34px, 10.6vw, 52px);
    line-height: 0.98;
  }

  .hero-statement-products {
    display: flex;
    justify-content: center;
    gap: 13px;
    margin: 18px 0 30px;
    font-size: clamp(12px, 3.4vw, 15px);
    white-space: normal;
  }

  .hero-sample-button {
    min-height: 42px;
    padding: 0 18px;
    font-size: clamp(15px, 4.4vw, 18px);
  }

  .poster-copy.motion-copy {
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }

  .poster-copy.motion-copy h1 {
    max-width: min(88vw, 520px);
  }

  .home-hero-copy,
  .poster-copy.motion-copy.home-hero-copy,
  .poster-copy.motion-copy.home-hero-copy h1,
  .home-hero-copy .hero-text {
    max-width: min(90vw, 520px);
  }

  .home-hero-copy {
    gap: 14px;
  }

  .hero-tags {
    gap: 6px;
  }

  .hero-tags li {
    min-height: 30px;
    padding: 7px 9px;
    font-size: 10px;
  }

  .motion-frame {
    object-position: center center;
  }

  .motion-frame-caps {
    object-position: center center;
  }

  .motion-frame-socks {
    object-position: center center;
  }

  .tshirt-poster-hero {
    background:
      linear-gradient(90deg, rgba(8, 8, 8, 0.92) 0%, rgba(8, 8, 8, 0.72) 58%, rgba(8, 8, 8, 0.34) 100%),
      linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.62)),
      url("assets/hero/zongky-tshirts-poster.png") 63% center / cover no-repeat;
  }

  h2 {
    font-size: 35px;
  }

  .hero-image {
    min-height: 76vw;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .home-final-cta {
    padding-left: 20px;
    padding-right: 20px;
  }

  .poster-tags {
    grid-template-columns: 1fr;
  }

  .product-grid,
  .detail-grid,
  .page-grid,
  .choice-grid,
  .project-type-grid,
  .support-list,
  .process-steps,
  .faq-list,
  .contact-form {
    grid-template-columns: 1fr;
  }

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

  .product-card,
  .detail-grid article,
  .page-card,
  .process-steps li,
  .support-list > div,
  .faq-list article {
    min-height: auto;
  }

  .home-card-media {
    aspect-ratio: 16 / 10;
  }

  #products h2 {
    white-space: normal;
  }

  .home-category-banner {
    min-height: clamp(210px, 58vw, 300px);
  }

  .home-category-banner div {
    left: 50%;
    width: min(88%, 420px);
    opacity: 0;
    transform: translate(-50%, -44%);
    animation: categoryTitleFade 900ms ease forwards;
  }

  .home-category-banner:nth-child(2) div {
    animation-delay: 120ms;
  }

  .home-category-banner:nth-child(3) div {
    animation-delay: 240ms;
  }

  .home-category-banner:nth-child(4) div {
    animation-delay: 360ms;
  }

  .home-category-banner h3 {
    font-size: clamp(13px, 4.1vw, 18px);
    white-space: normal;
  }

  .home-category-banner:nth-child(1) img {
    object-position: 64% center;
  }

  .home-category-banner:nth-child(2) img {
    object-position: 64% center;
  }

  .home-category-banner:nth-child(3) img {
    object-position: 66% center;
  }

  .home-category-banner:nth-child(4) img {
    object-position: 70% center;
  }

  .home-wide-visual,
  .home-process-visual {
    aspect-ratio: 4 / 3;
  }

  .section-visual {
    aspect-ratio: 16 / 11;
  }

  .product-card span,
  .detail-grid span,
  .page-card span,
  .process-steps span {
    margin-bottom: 48px;
  }

  .spec-table > div {
    grid-template-columns: 1fr;
  }

  .spec-table span {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    flex-direction: column;
    padding: 24px 20px;
  }
}

/* Premium B2B homepage */
.b2b-header {
  grid-template-columns: 180px minmax(0, 1fr) 160px;
}

.b2b-header .nav-links {
  justify-content: center;
  gap: clamp(16px, 2.2vw, 34px);
}

.quote-button {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 20px;
  background: var(--charcoal);
  color: var(--white);
  font-size: 12px;
  font-weight: 750;
  text-transform: uppercase;
}

.b2b-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(360px, 0.4fr);
  min-height: min(820px, calc(94vh - 72px));
  border-bottom: 1px solid var(--line);
}

.b2b-hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(58px, 8vw, 132px) clamp(28px, 7vw, 112px);
}

.b2b-hero h1 {
  max-width: 820px;
  font-size: clamp(52px, 7vw, 104px);
  letter-spacing: 0;
}

.b2b-hero-visual {
  min-height: 520px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.b2b-hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72) contrast(0.9);
}

.trust-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.trust-tags li {
  padding: 8px 12px;
  border: 1px solid var(--line);
  color: var(--gray);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.trust-bar {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: #f6f3ee;
}

.trust-bar div {
  display: grid;
  gap: 8px;
  min-height: 116px;
  padding: 26px;
  border-right: 1px solid var(--line);
  font-size: 14px;
  font-weight: 700;
}

.trust-bar span {
  color: var(--olive);
  font-size: 11px;
  text-transform: uppercase;
}

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

.category-card {
  display: grid;
  grid-template-columns: 0.46fr 0.54fr;
  min-height: 300px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.5);
  overflow: hidden;
  transition:
    transform 180ms ease,
    box-shadow 180ms ease;
}

.category-card:hover,
.category-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 22px 54px rgba(20, 20, 20, 0.1);
}

.category-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.72);
}

.category-card div {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
}

.category-card h3 {
  max-width: 320px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 400;
  line-height: 1;
}

.category-card p,
.solution-block p,
.vertical-timeline p,
.case-card p,
.why-grid p,
.brand-statement p,
.final-cta p {
  color: var(--gray);
}

.solution-section {
  display: grid;
  grid-template-columns: minmax(360px, 0.48fr) minmax(360px, 0.52fr);
  gap: clamp(40px, 7vw, 100px);
  padding: clamp(64px, 8vw, 124px) clamp(24px, 6vw, 92px);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.solution-image {
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: var(--stone);
}

.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.65) contrast(0.92);
}

.solution-copy {
  align-self: center;
}

.solution-copy h2 {
  margin-bottom: 44px;
}

.solution-block {
  padding: 24px 0;
  border-top: 1px solid var(--line);
}

.timeline-section {
  padding: clamp(64px, 8vw, 124px) clamp(24px, 6vw, 92px);
  background: var(--bone);
  border-bottom: 1px solid var(--line);
}

.vertical-timeline {
  position: relative;
  display: grid;
  gap: 0;
  max-width: 980px;
  padding: 0;
  margin: 0 auto;
  list-style: none;
}

.vertical-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 1px;
  background: var(--line);
}

.vertical-timeline li {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 0.42fr) minmax(0, 0.58fr);
  gap: 24px;
  padding: 28px 0 28px 58px;
  transition: transform 180ms ease;
}

.vertical-timeline li::before {
  content: "";
  position: absolute;
  top: 34px;
  left: 9px;
  width: 13px;
  height: 13px;
  border: 1px solid var(--charcoal);
  border-radius: 50%;
  background: var(--bone);
}

.vertical-timeline li:hover {
  transform: translateX(8px);
}

.vertical-timeline span {
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
}

.case-section {
  padding: clamp(64px, 8vw, 124px) clamp(24px, 6vw, 92px);
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.case-card {
  display: grid;
  gap: 20px;
  border: 1px solid var(--line);
  background: rgba(255, 253, 247, 0.45);
}

.case-card.tall {
  margin-top: 54px;
}

.case-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  filter: saturate(0.72);
}

.case-card div {
  padding: 0 24px 24px;
}

.case-card span,
.case-card small {
  color: var(--olive);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.why-grid article {
  min-height: 230px;
  padding: 28px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.why-grid span {
  display: block;
  margin-bottom: 58px;
  color: var(--olive);
  font-size: 12px;
  font-weight: 800;
}

.brand-statement {
  display: grid;
  place-items: center;
  min-height: 520px;
  padding: clamp(72px, 10vw, 150px) 24px;
  text-align: center;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.brand-statement h2,
.brand-statement p {
  max-width: 700px;
}

.brand-statement p {
  margin-bottom: 0;
  font-size: clamp(18px, 2vw, 24px);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  padding: clamp(58px, 7vw, 108px) clamp(24px, 6vw, 92px);
  background: var(--soft-black);
  color: var(--white);
}

.final-cta h2 {
  margin-bottom: 14px;
  color: var(--white);
}

.button.light {
  border-color: var(--white);
  background: var(--white);
  color: var(--charcoal);
}

.button.outline-light {
  border-color: rgba(255, 253, 247, 0.72);
  color: var(--white);
}

.mega-footer {
  display: grid;
  grid-template-columns: minmax(220px, 1.4fr) repeat(4, minmax(140px, 1fr));
  align-items: start;
  gap: 34px;
}

.mega-footer h3 {
  color: var(--white);
  font-size: 13px;
  text-transform: uppercase;
}

.mega-footer a {
  display: block;
  margin-top: 10px;
  color: rgba(255, 253, 247, 0.66);
  font-size: 14px;
}

.footer-bottom {
  grid-column: 1 / -1;
  display: flex;
  gap: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 253, 247, 0.18);
}

@media (max-width: 1080px) {
  .b2b-header {
    grid-template-columns: 1fr auto;
  }

  .b2b-header .nav-links {
    justify-content: flex-start;
  }

  .b2b-hero,
  .solution-section {
    grid-template-columns: 1fr;
  }

  .b2b-hero-visual {
    order: -1;
    min-height: 48vw;
  }

  .category-grid,
  .case-grid,
  .why-grid,
  .mega-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .quote-button {
    min-height: 36px;
    padding: 0 14px;
    font-size: 11px;
  }

  .b2b-hero-copy,
  .timeline-section,
  .case-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b2b-hero h1 {
    font-size: 48px;
  }

  .trust-bar,
  .category-grid,
  .case-grid,
  .why-grid,
  .mega-footer {
    grid-template-columns: 1fr;
  }

  .category-card {
    grid-template-columns: 1fr;
  }

  .category-card img {
    aspect-ratio: 4 / 3;
  }

  .solution-image {
    min-height: 78vw;
  }

  .vertical-timeline li {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .case-card.tall {
    margin-top: 0;
  }

  .final-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }
}
