:root {
  --bg: #0a0a0a;
  --panel: #f4f1eb;
  --panel-2: #ffffff;
  --text: #f6f2ea;
  --text-dark: #161616;
  --muted: #b8b0a3;
  --muted-dark: #666057;
  --gold: #b8924d;
  --line: rgba(255, 255, 255, 0.1);
  --max: 1400px;
  --radius-sm: 10px;
  --shadow: 0 16px 40px rgba(0, 0, 0, 0.24);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", Arial, Helvetica, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.45;
}

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

.container {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.section-light {
  background: var(--panel);
  color: var(--text-dark);
}

.section-dark {
  background: #060606;
  color: var(--text);
}

.eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 12px;
}

.heading-xl,
.heading-lg,
.heading-md {
  margin: 0 0 16px;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  letter-spacing: -0.03em;
}

.heading-xl {
  margin-bottom: 18px;
  font-size: clamp(38px, 5vw, 74px);
  line-height: 0.95;
}

.heading-lg {
  font-size: clamp(32px, 3vw, 52px);
  line-height: 1;
}

.heading-md {
  margin-bottom: 12px;
  font-size: clamp(26px, 2.2vw, 40px);
  line-height: 1.05;
}

.text-muted {
  color: var(--muted);
}

.text-muted-dark {
  color: var(--muted-dark);
}

.btn-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid var(--gold);
  transition: 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-small {
  min-height: 40px;
  padding: 0 16px;
  font-size: 13px;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn.is-disabled {
  opacity: 0.72;
}

.btn-primary {
  background: var(--gold);
  color: #111;
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border-color: rgba(255, 255, 255, 0.35);
}

.btn-dark {
  background: #111;
  color: #fff;
  border-color: #111;
}

.topbar {
  background: var(--gold);
  color: #111;
  font-size: 13px;
  font-weight: 600;
}

.topbar .container {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.site-header {
  background: #070707;
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 20;
}

.site-header__inner {
  min-height: 88px;
  display: grid;
  grid-template-columns: 260px 1fr auto;
  align-items: center;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-logo img {
  width: 220px;
  height: 76px;
  display: block;
  object-fit: contain;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.nav a {
  font-size: 15px;
  color: #f0ece4;
  opacity: 0.92;
}

.nav a:hover,
.section-link:hover,
.footer-col a:hover,
.footer-bottom__links a:hover {
  color: var(--gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.icon-btn {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: grid;
  place-items: center;
  color: #ddd;
  background: #111;
}

.icon {
  width: 20px;
  height: 20px;
  display: block;
  background: currentColor;
  -webkit-mask: var(--icon) center / contain no-repeat;
  mask: var(--icon) center / contain no-repeat;
}

.icon-print {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 8V3h10v5M6 17H4a2 2 0 0 1-2-2v-4a3 3 0 0 1 3-3h14a3 3 0 0 1 3 3v4a2 2 0 0 1-2 2h-2M7 14h10v7H7zM17 11h.01'/%3E%3C/svg%3E");
}

.icon-shirt {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M16 3 12 5 8 3 3 6l2 5 3-1v11h8V10l3 1 2-5z'/%3E%3C/svg%3E");
}

.icon-phone {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M22 16.9v3a2 2 0 0 1-2.2 2 19.8 19.8 0 0 1-8.6-3.1 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.1 4.2 2 2 0 0 1 4.1 2h3a2 2 0 0 1 2 1.7c.1 1 .4 1.9.7 2.8a2 2 0 0 1-.5 2.1L8.1 9.9a16 16 0 0 0 6 6l1.3-1.2a2 2 0 0 1 2.1-.5c.9.3 1.8.6 2.8.7a2 2 0 0 1 1.7 2z'/%3E%3C/svg%3E");
}

.icon-stitch {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 20 20 4M6 6l2 2M10 2l3 3M2 10l3 3M11 13l2 2M15 9l2 2M18 16l2 2'/%3E%3C/svg%3E");
}

.icon-hoodie {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M8 5c1-2 7-2 8 0l3 4v12H5V9zM8 5c1 3 7 3 8 0M8 14h8'/%3E%3C/svg%3E");
}

.icon-cap {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 14c2-5 5-7 9-7s7 2 9 7c-5 1.5-13 1.5-18 0zM4 14c3 4 13 4 16 0'/%3E%3C/svg%3E");
}

.icon-heat {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M8 14c-2-4 2-5 1-10 4 3 7 6 4 10 2-1 3-3 3-5 3 3 4 7 1 10-3 4-11 3-12-2-.4-2 .6-3 3-3z'/%3E%3C/svg%3E");
}

.icon-layers {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m12 2 9 5-9 5-9-5 9-5zm-7 10 7 4 7-4M5 17l7 4 7-4'/%3E%3C/svg%3E");
}

.icon-patch {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M7 3h10l4 4v10l-4 4H7l-4-4V7zM8 12h8M12 8v8'/%3E%3C/svg%3E");
}

.icon-badge {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='m12 2 2.2 4.4 4.8.7-3.5 3.4.8 4.8L12 13l-4.3 2.3.8-4.8L5 7.1l4.8-.7zM8 21h8'/%3E%3C/svg%3E");
}

.icon-sun {
  --icon: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M12 4V2m0 20v-2m8-8h2M2 12h2m14.4-6.4 1.4-1.4M4.2 19.8l1.4-1.4m12.8 0 1.4 1.4M4.2 4.2l1.4 1.4M8 12a4 4 0 1 0 8 0 4 4 0 0 0-8 0z'/%3E%3C/svg%3E");
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.58) 42%, rgba(0, 0, 0, 0.3) 100%);
  border-bottom: 1px solid var(--line);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.76), rgba(0, 0, 0, 0.18)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent);
  pointer-events: none;
}

.hero__inner {
  min-height: 620px;
  display: grid;
  grid-template-columns: 42% 58%;
  position: relative;
  z-index: 1;
}

.hero__content {
  padding: 72px 10px 72px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 2;
}

.hero-copy,
.solutions-copy__body,
.manufacturing-copy,
.cta-copy {
  max-width: 560px;
  font-size: 16px;
}

.hero-copy {
  max-width: 540px;
  font-size: 18px;
}

.hero__media {
  min-height: 620px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}

.hero-image {
  width: 100%;
  height: 100%;
  min-height: 620px;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.82) contrast(1.05);
}

.stats-bar {
  background: #0c0c0c;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.stat {
  min-height: 94px;
  padding: 20px 22px;
  display: flex;
  align-items: center;
  gap: 16px;
  border-right: 1px solid var(--line);
}

.stat:last-child {
  border-right: 0;
}

.stat-icon,
.flow-step__icon,
.why-icon {
  border: 1px solid rgba(184, 146, 77, 0.35);
  color: var(--gold);
  display: grid;
  place-items: center;
  font-weight: 700;
}

.stat-icon {
  width: 44px;
  height: 44px;
  font-size: 12px;
}

.stat strong {
  display: block;
  font-size: 20px;
  line-height: 1.1;
}

.stat span {
  display: block;
  font-size: 14px;
  color: var(--muted);
  margin-top: 4px;
}

.solutions {
  padding: 64px 0 40px;
}

.solutions-grid {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 26px;
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 22px 0 0;
  display: grid;
  gap: 12px;
}

.check-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted-dark);
  font-size: 15px;
}

.check-list li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--gold);
  font-weight: 800;
}

.solution-cards,
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.image-card {
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #101010;
  color: #fff;
  box-shadow: var(--shadow);
}

.image-card__visual,
.factory-image {
  display: grid;
  place-items: center;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 20px;
}

.image-card__visual {
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.16)),
    var(--card-image),
    linear-gradient(135deg, #2b2b2b, #0f0f0f);
  background-size: cover;
  background-position: center;
  color: rgba(255, 255, 255, 0.82);
}

.image-card__visual .icon {
  width: 46px;
  height: 46px;
  padding: 18px;
  box-sizing: content-box;
  border: 1px solid rgba(184, 146, 77, 0.42);
  background-color: var(--gold);
}

.image-card__visual--print {
  --card-image: linear-gradient(135deg, rgba(184, 146, 77, 0.22), rgba(0, 0, 0, 0.5)), url("./assets/catalogue/p02-02.png");
}

.image-card__visual--dtg {
  --card-image: linear-gradient(135deg, rgba(184, 146, 77, 0.16), rgba(0, 0, 0, 0.55)), url("./assets/catalogue/p07-02.png");
}

.image-card__visual--transfer {
  --card-image: linear-gradient(135deg, rgba(184, 146, 77, 0.18), rgba(0, 0, 0, 0.55)), url("./assets/catalogue/p03-01.png");
}

.image-card__visual--screen {
  --card-image: linear-gradient(135deg, rgba(184, 146, 77, 0.16), rgba(0, 0, 0, 0.58)), url("./assets/catalogue/p03-02.png");
}

.image-card__body {
  padding: 16px 16px 18px;
}

.image-card__title,
.product-card__title {
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
}

.image-card__title {
  margin: 0 0 6px;
  font-size: 26px;
}

.image-card__desc {
  margin: 0;
  font-size: 14px;
  color: #cabfae;
}

.products {
  padding: 18px 0 72px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.section-link {
  font-size: 15px;
  font-weight: 700;
  color: #26211b;
}

.product-card {
  background: var(--panel-2);
  border: 1px solid rgba(0, 0, 0, 0.08);
  overflow: hidden;
  border-radius: 6px;
}

.product-card__media {
  height: 280px;
  background: #efefef;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.product-card__media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}

.product-card__body {
  padding: 18px 18px 20px;
}

.product-card__title {
  margin: 0 0 10px;
  font-size: 22px;
  color: #161616;
  line-height: 1.05;
}

.product-card__meta {
  font-size: 14px;
  color: var(--muted-dark);
  display: grid;
  gap: 5px;
}

.product-card__actions {
  margin-top: 16px;
}

.checkout {
  padding: 18px 0 72px;
}

.checkout-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.checkout-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  padding: 24px;
  min-height: 270px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.checkout-card__icon {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(184, 146, 77, 0.36);
  color: var(--gold);
  display: grid;
  place-items: center;
  margin-bottom: 18px;
}

.checkout-card h3 {
  margin: 0 0 10px;
  color: #161616;
  font-family: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1;
}

.checkout-card p {
  margin: 0 0 22px;
  color: var(--muted-dark);
  font-size: 15px;
}

.checkout-card .btn {
  margin-top: auto;
}

.checkout-note {
  max-width: 760px;
  margin: 18px 0 0;
  color: var(--muted-dark);
  font-size: 13px;
}

.checkout-note code {
  color: #151515;
  font-weight: 700;
}

.manufacturing {
  padding: 68px 0 70px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.manufacturing-grid {
  display: grid;
  grid-template-columns: 44% 56%;
  gap: 30px;
  align-items: end;
}

.factory-image {
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #111;
  overflow: hidden;
  padding: 0;
}

.factory-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  opacity: 0.88;
}

.capability-flow {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  margin-bottom: 30px;
}

.flow-step {
  display: grid;
  justify-items: center;
  gap: 12px;
  text-align: center;
  padding: 8px 8px 0;
  color: #efe8dc;
  font-size: 14px;
}

.flow-step__icon,
.why-icon {
  width: 52px;
  height: 52px;
  font-size: 11px;
}

.why-title,
.cert-title,
.cta-title {
  max-width: 650px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 32px;
  margin-top: 22px;
}

.why-item {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
}

.why-item h4 {
  margin: 0 0 6px;
  font-size: 18px;
  color: #fff;
}

.why-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.certifications {
  padding: 42px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cert-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.cert-logo {
  min-height: 220px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0;
  color: #1a1713;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.68);
  overflow: hidden;
}

.cert-logo img {
  width: 100%;
  height: 160px;
  display: block;
  object-fit: cover;
  object-position: center;
  background: #eee9df;
}

.cert-logo span {
  min-height: 60px;
  display: grid;
  place-items: center;
  padding: 14px 16px;
  font-size: 13px;
  line-height: 1.25;
}

.testimonials {
  padding: 56px 0 68px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr 1fr 1fr;
  gap: 18px;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 24px;
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: var(--gold);
  letter-spacing: 0.1em;
  font-size: 14px;
  margin-bottom: 18px;
}

.quote {
  color: #2d2720;
  font-size: 15px;
  margin: 0 0 18px;
}

.person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, #cab38d, #8a6b3a);
  display: grid;
  place-items: center;
  color: #111;
  font-size: 12px;
  font-weight: 700;
}

.person strong {
  display: block;
  color: #141414;
  font-size: 15px;
}

.person span {
  display: block;
  color: var(--muted-dark);
  font-size: 13px;
  margin-top: 3px;
}

.bottom-cta {
  padding: 26px 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    linear-gradient(135deg, #0f0f0f, #060606);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.bottom-cta__inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  align-items: center;
}

.site-footer {
  background: #050505;
  padding: 34px 0 24px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.8fr 0.8fr 0.8fr 1.1fr;
  gap: 26px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
}

.footer-brand-link {
  margin-bottom: 16px;
}

.footer-brand p {
  color: var(--muted);
  font-size: 14px;
  max-width: 300px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socials a {
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: grid;
  place-items: center;
  color: var(--gold);
}

.footer-col h4 {
  margin: 8px 0 16px;
  font-size: 15px;
  color: #fff;
}

.footer-col a,
.footer-col p {
  display: block;
  color: var(--muted);
  font-size: 14px;
  margin: 0 0 12px;
}

.newsletter {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.newsletter input {
  flex: 1;
  min-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: #0f0f0f;
  color: #fff;
  padding: 0 14px;
  outline: none;
}

.newsletter button {
  min-width: 120px;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #111;
  font-weight: 700;
  cursor: pointer;
}

.footer-bottom {
  padding-top: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom__links {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}

@media (max-width: 1200px) {
  .site-header__inner {
    grid-template-columns: 1fr;
    padding: 18px 0;
  }

  .nav,
  .header-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .stats-grid,
  .solution-cards,
  .product-grid,
  .checkout-grid,
  .capability-flow,
  .cert-grid,
  .testimonial-grid,
  .footer-grid,
  .hero__inner,
  .solutions-grid,
  .manufacturing-grid,
  .bottom-cta__inner {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero__inner,
  .solutions-grid,
  .manufacturing-grid,
  .bottom-cta__inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(var(--max), calc(100% - 24px));
  }

  .stats-grid,
  .solution-cards,
  .product-grid,
  .checkout-grid,
  .capability-flow,
  .why-grid,
  .cert-grid,
  .testimonial-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .stat:last-child {
    border-bottom: 0;
  }

  .bottom-cta__inner,
  .footer-bottom,
  .section-head {
    grid-template-columns: 1fr;
    display: grid;
    align-items: start;
  }

  .brand-logo img {
    width: 210px;
    height: 72px;
  }

  .hero__content {
    padding: 52px 0 30px;
  }

  .hero__media {
    min-height: 360px;
  }

  .hero-image,
  .factory-image,
  .image-card__visual,
  .product-card__media {
    min-height: 220px;
    height: 220px;
  }

  .newsletter {
    flex-direction: column;
  }
}
