:root {
  --navy: #0a122a;
  --green: #06ad5b;
  --white: #fbfaf8;
  --cream: #e7decd;
  --brick: #804e49;
  --charcoal: #804e49;
  --gold: #06ad5b;
  --silver: #e7decd;
  --black: #0a122a;
  --teal: #804e49;
  --panel: #fbfaf8;
  --line: rgba(10, 18, 42, 0.14);
  --shadow: rgba(10, 18, 42, 0.24);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--navy);
  line-height: 1.6;
  overflow-x: hidden;
}

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

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

.top-header {
  background: var(--navy);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 28px 7px;
  min-height: 58px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  color: var(--white);
}

.logo span {
  font-size: clamp(2rem, 3.2vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.08em;
  font-style: italic;
  line-height: 1;
  text-transform: uppercase;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 18px;
  font-weight: 700;
  font-size: 15px;
}

.header-actions a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.header-actions i {
  font-size: 20px;
}

.search-btn {
  background: var(--gold);
  color: var(--white);
  padding: 12px 18px;
}

.main-nav {
  background: var(--charcoal);
  color: var(--white);
  padding: 0 28px;
}

.main-nav ul {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
  list-style: none;
  min-height: 46px;
  font-size: 18px;
}

.main-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav .active,
.header-actions a:hover {
  color: var(--gold);
}

.search-btn:hover {
  color: var(--navy);
}

.breadcrumb {
  background: var(--brick);
  padding: 9px 32px;
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
}

.breadcrumb i {
  color: var(--gold);
  margin: 0 8px;
  font-size: 11px;
}

.page-title {
  text-align: center;
  background: var(--navy);
  padding: 16px 20px 10px;
}

.page-title h1 {
  display: inline-block;
  color: var(--white);
  font-size: 28px;
  line-height: 1.1;
  padding-bottom: 8px;
  border-bottom: 3px solid var(--gold);
}

.hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--charcoal);
}

.hero-slider,
.slide {
  position: absolute;
  inset: 0;
}

.slide {
  opacity: 0;
  animation: slideshow 18s infinite;
  background-size: cover;
  background-position: center;
}

.slide::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 18, 42, 0.76), rgba(128, 78, 73, 0.68), rgba(10, 18, 42, 0.36));
}

.slide:nth-child(1) {
  background-image: url("../sports-coffee-optimized.jpg");
  animation-delay: 0s;
}

.slide:nth-child(2) {
  background-image: url("../gym-optimized.jpg");
  animation-delay: 6s;
}

.slide:nth-child(3) {
  background-image: url("../vape-installation-optimized.jpg");
  animation-delay: 12s;
}

@keyframes slideshow {
  0% { opacity: 0; }
  8% { opacity: 1; }
  30% { opacity: 1; }
  38% { opacity: 0; }
  100% { opacity: 0; }
}

.hero-content,
.page-hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  text-align: center;
}

.hero-content {
  min-height: 620px;
  display: grid;
  place-items: center;
  padding: 50px 7%;
  margin: 0 auto;
}

.hero-content h2,
.page-hero h2 {
  color: var(--white);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.hero-content p,
.page-hero p {
  color: var(--silver);
  font-size: 18px;
  margin: 0 auto 24px;
  max-width: 760px;
}

.page-hero {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
  padding: 64px 7%;
  background-size: cover;
  background-position: center;
}

.hero-vape { background-image: url("../vape-optimized.jpg"); }
.hero-cards {
  background-color: var(--navy);
  background-image:
    linear-gradient(115deg, rgba(10, 18, 42, 0.48), rgba(128, 78, 73, 0.32)),
    linear-gradient(0deg, rgba(6, 173, 91, 0.14), rgba(231, 222, 205, 0.12)),
    url("../hero-collectables-optimized.jpg");
  background-blend-mode: multiply, soft-light, normal;
  min-height: clamp(420px, 34vw, 560px);
  background-size: cover;
  background-position: center 48%;
}
.hero-drinks { background-image: url("../gym-optimized.jpg"); }
.hero-snacks { background-image: url("../snacks-optimized.jpg"); }
.hero-support { background-image: url("../machine-selector-optimized.jpg"); }
.hero-machines {
  background-color: var(--navy);
  background-image:
    linear-gradient(115deg, rgba(10, 18, 42, 0.52), rgba(128, 78, 73, 0.34)),
    linear-gradient(0deg, rgba(6, 173, 91, 0.2), rgba(231, 222, 205, 0.1)),
    url("../hero-smart-optimized.jpg");
  background-blend-mode: multiply, soft-light, normal;
  min-height: clamp(500px, 42vw, 660px);
  background-size: cover;
  background-position: center 46%;
}

.hero-machines::before {
  background:
    radial-gradient(circle at 72% 36%, rgba(6, 173, 91, 0.3), transparent 34%),
    linear-gradient(90deg, rgba(10, 18, 42, 0.82), rgba(128, 78, 73, 0.6), rgba(10, 18, 42, 0.22));
}

.hero-cards::before {
  background:
    radial-gradient(circle at 70% 34%, rgba(6, 173, 91, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(10, 18, 42, 0.82), rgba(128, 78, 73, 0.58), rgba(10, 18, 42, 0.24));
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.cta-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  border: 2px solid var(--gold);
  padding: 12px 20px;
  font-weight: 800;
}

.cta-btn {
  background: rgba(251, 250, 248, 0.08);
  color: var(--white);
}

.secondary-btn {
  background: var(--teal);
  border-color: var(--teal);
  color: var(--white);
}

.cta-btn:hover,
.secondary-btn:hover {
  background: var(--gold);
  color: var(--navy);
  border-color: var(--gold);
}

.intro-section,
.band-section {
  background: var(--navy);
  padding: 56px 7%;
  color: var(--silver);
}

.intro-section p,
.band-inner,
.section-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.trust-strip {
  background: var(--white);
  border-block: 1px solid var(--line);
  padding: 18px 7%;
}

.trust-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--navy);
  font-weight: 800;
}

.trust-item i {
  color: var(--gold);
}

.credibility-section {
  background: var(--white);
  padding-top: 44px;
  padding-bottom: 44px;
}

.section {
  padding: 64px 7%;
}

.section-header {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-header h2,
.band-inner h2 {
  color: var(--gold);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.section-header p,
.band-inner p {
  color: var(--brick);
}

.band-inner p {
  color: var(--cream);
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 24px;
}

.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.panel,
.category-card,
.step-card {
  background: var(--panel);
  border: 1px solid var(--line);
  min-height: 100%;
}

.panel,
.step-card {
  padding: 26px;
}

.panel h3,
.step-card h3,
.category-card span {
  color: var(--navy);
}

.panel h3,
.step-card h3 {
  font-size: 23px;
  margin-bottom: 10px;
}

.panel p,
.panel li,
.step-card p {
  color: var(--brick);
}

.panel ul {
  list-style: none;
  display: grid;
  gap: 10px;
}

.panel li i,
.step-number {
  color: var(--gold);
}

.panel li i {
  margin-right: 8px;
}

.machine-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  align-items: end;
}

.machine-gallery figure {
  display: grid;
  place-items: end center;
  min-height: 100%;
  padding: 0;
  background: transparent;
  border: 0;
  overflow: visible;
}

.machine-gallery img {
  width: 100%;
  max-width: 340px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: bottom center;
  background: transparent;
}

.smart-gallery img {
  max-width: 360px;
  aspect-ratio: auto;
}

.vape-options-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.vape-options-gallery figure {
  display: grid;
  place-items: end center;
  min-height: 100%;
  background: var(--cream);
  border: 0;
  overflow: visible;
}

.vape-options-gallery img {
  width: 100%;
  max-width: 250px;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: contain;
  object-position: bottom center;
  background: var(--cream);
}

.vape-options-gallery figcaption {
  margin-top: 10px;
  color: var(--navy);
  font-weight: 800;
  text-align: center;
}

.collectables-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.collectables-gallery figure {
  display: grid;
  place-items: center;
  min-height: 220px;
  background: var(--cream);
  border: 0;
  overflow: visible;
}

.collectables-gallery img {
  width: 100%;
  max-width: 280px;
  height: auto;
  aspect-ratio: 1;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

.co-carousel-wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 18px 0 0;
}

.co-carousel {
  width: min(520px, 100%);
  height: 460px;
  margin: 0 auto;
  overflow: visible;
}

.co-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.co-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(290px, 76vw);
  height: 420px;
  border-radius: 18px;
  overflow: visible;
  background: linear-gradient(163deg, #fff4ec 0%, #f2d6c6 100%);
  box-shadow: 0 18px 36px rgba(10, 18, 42, 0.16);
  will-change: transform;
}

.co-card--style-1 {
  background: linear-gradient(163deg, #f4fbfa 0%, #bddbd7 100%);
}

.co-card--style-2 {
  background: linear-gradient(163deg, #fff1f2 0%, #eeb7bd 100%);
}

.co-card--style-3 {
  background: linear-gradient(163deg, #f6f0fb 0%, #d7bedf 100%);
}

.co-card--style-4 {
  background: linear-gradient(163deg, #f7f4e7 0%, #cfd7ad 100%);
}

.co-card--style-5 {
  background: linear-gradient(163deg, #eef3f7 0%, #b9c5cf 100%);
}

.co-card__machine {
  position: relative;
  width: 126%;
  flex-shrink: 0;
  top: -34px;
}

.co-card__machine-img {
  user-select: none;
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: 330px;
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  will-change: transform;
}

.co-card__machine-shadow {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 1;
  display: block;
  width: 46px;
  height: 18px;
  border-radius: 50%;
  opacity: 0.32;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px 28px rgba(0, 0, 0, 0.55);
  transform: translateX(-50%);
}

.co-card__info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 20px;
}

.co-card__collection,
.co-card__title,
.co-card__price {
  color: var(--navy);
}

.co-card__collection {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  opacity: 0.48;
}

.co-card__title {
  font-size: 20px;
  line-height: 1.05;
  font-weight: 900;
  text-transform: uppercase;
}

.co-card__price {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--brick);
}

.text-mask {
  overflow: hidden;
}

.text-mask span {
  display: inline-flex;
  max-width: 100%;
  will-change: transform;
}

.co-carousel__nav-buttons {
  width: min(520px, 100%);
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-top: 26px;
}

.co-carousel__nav-button {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 150px;
  padding: 10px 0;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  font: inherit;
  font-weight: 900;
  text-transform: uppercase;
}

.co-carousel__nav-button.prev {
  align-items: flex-end;
}

.co-carousel__nav-button.next {
  align-items: flex-start;
}

.co-carousel__nav-button::before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--navy);
}

.co-carousel__nav-button span {
  padding: 10px 0;
  font-size: 14px;
  transition: transform 0.3s cubic-bezier(0.22, 0.74, 0.46, 0.97);
}

.co-carousel__nav-button.swiper-button-disabled {
  opacity: 0.32;
  cursor: default;
}

.co-carousel__nav-button.prev:hover:not(.swiper-button-disabled) span {
  transform: translate3d(-10px, 0, 0);
}

.co-carousel__nav-button.next:hover:not(.swiper-button-disabled) span {
  transform: translate3d(10px, 0, 0);
}

.industrial-cta {
  max-width: 860px;
  margin: 34px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  border: 1px solid var(--line);
  background: var(--panel);
}

.industrial-cta h3 {
  color: var(--navy);
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 8px;
}

.industrial-cta p {
  color: var(--brick);
}

.industrial-cta .cta-btn {
  flex-shrink: 0;
  color: var(--navy);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--gold);
  font-weight: 900;
  margin-bottom: 14px;
}

.machine-selector {
  background: var(--navy);
  padding: 74px 7% 68px;
  color: var(--white);
}

.selector-wrap {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.selector-visual {
  min-height: 310px;
  background:
    linear-gradient(90deg, rgba(231, 222, 205, 0.82), rgba(251, 250, 248, 0.44)),
    url("../machine-selector-optimized.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 18px 35px var(--shadow);
}

.selector-copy h2 {
  color: var(--gold);
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.05;
  margin-bottom: 14px;
}

.selector-copy p {
  color: var(--silver);
  margin-bottom: 20px;
  font-size: 17px;
}

.category-section {
  background: var(--cream);
  padding: 0 0 76px;
}

.category-bar {
  background: var(--teal);
  color: var(--white);
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 0 7%;
  font-weight: 800;
}

.category-grid {
  max-width: 1180px;
  margin: 22px auto 0;
  padding: 0 7%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.category-card {
  text-align: center;
  color: var(--gold);
  font-weight: 800;
  overflow: visible;
  background: transparent;
  border: 0;
}

.category-card span {
  display: block;
  padding: 12px;
}

.category-image {
  height: 250px;
  display: grid;
  place-items: center;
  padding: 12px;
  overflow: visible;
  transition: 0.25s ease;
  background-color: transparent;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: drop-shadow(0 14px 18px rgba(10, 18, 42, 0.18));
}

.cat-vapes img {
  max-width: 170px;
}

.cat-sports img,
.cat-industrial img {
  max-width: 230px;
}

.cat-food img {
  max-width: 190px;
}

.category-card:hover .category-image {
  transform: translateY(-4px);
  box-shadow: 0 16px 28px var(--shadow);
}

.request-form {
  display: grid;
  gap: 16px;
  max-width: 860px;
  margin: 0 auto;
}

.request-form .cta-btn {
  color: var(--navy);
}

.homepage-request {
  background: var(--white);
}

.request-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 30px;
  align-items: start;
}

.request-copy h2 {
  color: var(--gold);
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.request-copy p {
  color: var(--brick);
  margin-bottom: 18px;
}

.request-highlights {
  display: grid;
  gap: 10px;
  color: var(--navy);
  font-weight: 800;
}

.request-highlights i {
  color: var(--gold);
  margin-right: 8px;
}

.compact-request-form {
  max-width: none;
  margin: 0;
  padding: 24px;
  background: var(--cream);
  border: 1px solid var(--line);
}

.compact-request-form .cta-btn {
  color: var(--navy);
}

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

.field {
  display: grid;
  gap: 7px;
}

.field label {
  color: var(--navy);
  font-weight: 800;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--navy);
  min-height: 46px;
  padding: 12px;
  font: inherit;
}

.field textarea {
  min-height: 130px;
  resize: vertical;
}

.form-note {
  color: var(--silver);
  font-size: 14px;
  text-align: center;
}

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.service-area-section {
  background: var(--white);
}

.service-area-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.service-area-copy {
  background: var(--panel);
  border: 1px solid var(--line);
  padding: 26px;
}

.service-area-copy h3 {
  color: var(--navy);
  font-size: 23px;
  margin-bottom: 10px;
}

.service-area-copy p {
  color: var(--brick);
}

.service-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.service-area-list span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  background: var(--cream);
  color: var(--navy);
  padding: 8px 14px;
  font-weight: 800;
}

.area-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.area-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  border: 1px solid rgba(251, 250, 248, 0.24);
  color: var(--white);
  padding: 7px 13px;
  font-weight: 800;
}

.site-footer {
  background: var(--navy);
  border-top: 1px solid var(--line);
  padding: 42px 7% 24px;
  color: var(--silver);
}

.footer-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 28px;
}

.site-footer h2,
.site-footer h3 {
  color: var(--white);
  margin-bottom: 10px;
}

.footer-links {
  list-style: none;
  display: grid;
  gap: 8px;
}

.footer-links a:hover {
  color: var(--gold);
}

.footer-bottom {
  max-width: 1180px;
  margin: 28px auto 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-size: 14px;
}

@media (max-width: 980px) {
  .top-header {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .header-actions {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    font-size: 14px;
  }

  .main-nav {
    padding: 0 16px;
  }

  .main-nav ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 18px;
    padding: 12px 0;
    font-size: 16px;
  }

  .selector-wrap,
  .service-area-grid,
  .request-panel,
  .grid-2,
  .grid-3,
  .grid-4,
  .trust-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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

  .machine-gallery {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-machines {
    min-height: 460px;
    background-position: center center;
  }

  .hero-cards {
    min-height: 380px;
    background-position: center center;
  }

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

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

  .co-carousel {
    width: min(430px, 100%);
  }

  .co-carousel__nav-buttons {
    width: min(430px, 100%);
  }

  .industrial-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 560px) {
  .logo {
    justify-content: center;
    max-width: 100%;
  }

  .logo span {
    font-size: clamp(1.25rem, 6.4vw, 1.6rem);
  }

  .top-header {
    align-items: stretch;
    padding: 14px 10px;
  }

  .header-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    width: 100%;
    font-size: 13px;
  }

  .header-actions a {
    justify-content: center;
    min-height: 42px;
    min-width: 0;
    padding: 8px 10px;
    border: 1px solid rgba(251, 250, 248, 0.16);
  }

  .header-actions .search-btn {
    grid-column: 1 / -1;
  }

  .main-nav {
    padding: 0 10px;
  }

  .main-nav ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    justify-content: center;
    gap: 6px 12px;
    font-size: 14px;
  }

  .main-nav a {
    justify-content: center;
    white-space: normal;
  }

  .breadcrumb {
    padding: 9px 18px;
    font-size: 12px;
  }

  .page-title h1 {
    max-width: 100%;
    font-size: clamp(19px, 5.4vw, 21px);
  }

  .hero,
  .hero-content {
    min-height: 520px;
  }

  .hero-machines {
    min-height: 420px;
    background-size: auto 100%;
    background-position: center center;
  }

  .hero-cards {
    min-height: 360px;
    background-size: auto 100%;
    background-position: center center;
  }

  .hero-content h2,
  .page-hero h2 {
    max-width: 330px;
    margin-inline: auto;
    font-size: clamp(25px, 7vw, 28px);
    overflow-wrap: break-word;
  }

  .hero-content p,
  .page-hero p {
    max-width: 330px;
    font-size: 16px;
  }

  .hero-content,
  .page-hero-content {
    width: 100%;
    max-width: 100vw;
    padding-inline: 20px;
  }

  .hero-content > *,
  .page-hero-content > * {
    max-width: min(100%, 330px);
    min-width: 0;
    margin-inline: auto;
  }

  .cta-row {
    max-width: 330px;
    margin-inline: auto;
    width: 100%;
  }

  .cta-btn,
  .secondary-btn {
    max-width: 100%;
    padding-inline: 16px;
    text-align: center;
  }

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

  .category-image {
    height: 230px;
    padding: 8px;
  }

  .cat-vapes img {
    max-width: 150px;
  }

  .cat-sports img,
  .cat-industrial img {
    max-width: 215px;
  }

  .cat-food img {
    max-width: 175px;
  }

  .machine-gallery {
    grid-template-columns: 1fr;
  }

  .vape-options-gallery {
    grid-template-columns: 1fr;
  }

  .collectables-gallery {
    grid-template-columns: 1fr;
  }

  .co-carousel {
    height: 410px;
  }

  .co-card {
    width: min(258px, 74vw);
    height: 378px;
  }

  .co-card__machine {
    width: 118%;
    top: -28px;
  }

  .co-card__machine-img {
    height: 290px;
  }

  .co-card__title {
    font-size: 18px;
  }

  .co-carousel__nav-buttons {
    width: min(340px, 100%);
    margin-top: 18px;
  }

  .machine-gallery img {
    max-width: 340px;
  }
}
