.age-gate {
  padding: 18px;
}

.age-card {
  width: min(382px, calc(100vw - 36px));
  max-height: calc(100dvh - 36px);
}

.age-visual img {
  aspect-ratio: 1.32 / 1;
}

.age-content {
  gap: 14px;
  padding: 22px 24px 24px;
}

.age-content strong {
  font-size: 31px;
}

.age-actions {
  gap: 14px;
}

.age-actions button {
  min-height: 42px;
  font-size: 13px;
}

.home-showcase {
  display: grid;
  gap: 14px;
  margin: 18px 14px 0;
  min-height: 58vh;
  padding: 28px 14px;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(240, 210, 123, 0.08), rgba(240, 210, 123, 0.02)),
    #100d09;
}

.home-showcase:first-of-type {
  margin-top: 14px;
}

.company-showcase {
  gap: 12px;
}

.home-label {
  margin: 0;
  color: var(--gold-soft);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.company-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.company-carousel::-webkit-scrollbar {
  display: none;
}

.manufacturer-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.manufacturer-carousel::-webkit-scrollbar {
  display: none;
}

.manufacturer-page {
  flex: 0 0 100%;
  scroll-snap-align: start;
}

.company-slide,
.standard-slide {
  flex: 0 0 100%;
  display: grid;
  align-content: space-between;
  gap: 28px;
  min-height: calc(58vh - 86px);
  scroll-snap-align: start;
}

.company-slide {
  align-content: start;
}

.contact-slide {
  align-content: center;
}

.company-image-frame,
.standard-image-frame {
  overflow: hidden;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 12px;
  background: #080706;
}

.company-image-frame {
  margin-top: 14px;
}

.company-image-frame img,
.standard-image-frame img {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  object-fit: cover;
}

.city-distributor-showcase .standard-image-frame img {
  height: 260px;
  aspect-ratio: auto;
}

.certification-carousel {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.certification-carousel::-webkit-scrollbar {
  display: none;
}

.certification-gallery {
  display: grid;
  gap: 12px;
  padding: 12px;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 123, 0.24);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(240, 210, 123, 0.08), rgba(255, 255, 255, 0.02)),
    #080706;
}

.certification-page {
  flex: 0 0 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  scroll-snap-align: start;
}

.certification-page img {
  width: 100%;
  height: 172px;
  object-fit: contain;
  border-radius: 8px;
  background: transparent;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.certification-logo-strip {
  overflow: hidden;
  border-radius: 8px;
  background: #080706;
}

.certification-logo-strip img {
  width: 100%;
  aspect-ratio: 1200 / 260;
  display: block;
  object-fit: cover;
  object-position: center center;
}

.company-slide-copy,
.standard-copy {
  display: grid;
  gap: 8px;
}

.company-slide-copy strong,
.standard-copy strong {
  color: #fff8e8;
  font-size: 22px;
  line-height: 1.12;
}

.company-slide-copy span,
.standard-copy span {
  color: var(--gold-soft);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.company-slide-copy p,
.standard-copy p {
  margin: 0;
  color: #cdbd96;
  font-size: 13px;
  line-height: 1.55;
}

.company-dots,
.standard-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.company-dots span,
.standard-dots span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}

.company-dots .is-active,
.standard-dots .is-active {
  width: 26px;
  background: #d7a72e;
}

.contact-actions {
  display: grid;
  gap: 12px;
}

.contact-slide {
  align-content: start;
}

.contact-action {
  min-height: 66px;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 11px 12px;
  border: 1px solid rgba(240, 210, 123, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(240, 210, 123, 0.11), rgba(255, 255, 255, 0.035)),
    #13100b;
  color: #fff8e8;
  font-weight: 900;
  text-decoration: none;
}

.contact-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  border-radius: 999px;
}

.contact-icon img {
  width: 38px;
  height: 38px;
  display: block;
}

.contact-text {
  display: grid;
  gap: 3px;
}

.contact-text strong {
  color: #fff8e8;
  font-size: 15px;
  line-height: 1.1;
}

.contact-text em {
  color: #cdbd96;
  font-size: 13px;
  font-style: normal;
  line-height: 1.2;
}

.contact-role {
  width: 112px;
  padding: 9px 9px 6px;
  border: 1px solid rgba(240, 210, 123, 0.22);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.18);
  color: #f0d27b;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.07em;
  line-height: 1.05;
  text-align: center;
  text-transform: uppercase;
}

.contact-role span {
  display: block;
}

.contact-role span + span {
  margin-top: 3px;
}

.contact-image-slot {
  width: 100%;
  height: 118px;
  overflow: hidden;
  border: 1px solid rgba(240, 210, 123, 0.28);
  border-radius: 10px;
  background:
    linear-gradient(135deg, rgba(240, 210, 123, 0.12), rgba(255, 255, 255, 0.025)),
    #100d08;
}

.contact-image-slot img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.showcase-media {
  overflow: hidden;
  border: 1px solid rgba(240, 210, 123, 0.16);
  border-radius: 12px;
  background: #080706;
}

.showcase-media img {
  width: 100%;
  aspect-ratio: 16 / 11;
  display: block;
  object-fit: cover;
}

.showcase-copy {
  display: grid;
  gap: 8px;
}

.showcase-copy h1,
.showcase-copy h2 {
  margin: 0;
  color: #fff8e8;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: 0;
}

.showcase-copy p {
  margin: 0;
  color: #cdbd96;
  font-size: 14px;
  line-height: 1.58;
}

.showcase-grid,
.cert-list {
  display: grid;
  gap: 10px;
}

.showcase-grid article,
.cert-list article {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(240, 210, 123, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.035);
}

.showcase-grid strong,
.cert-list strong {
  color: #fff8e8;
  font-size: 15px;
  line-height: 1.2;
}

.showcase-grid span,
.cert-list p {
  margin: 0;
  color: #cdbd96;
  font-size: 13px;
  line-height: 1.45;
}

.cert-list span {
  color: var(--gold-soft);
  font-size: 12px;
  font-weight: 900;
}
