:root {
  --red: #98e000;
  --red-dark: #5aa400;
  --navy: #1b1d19;
  --navy-soft: #3a4034;
  --gold: #d8ff74;
  --text: #20231f;
  --muted: #5d6557;
  --line: #d8ddd1;
  --surface: #ffffff;
  --surface-alt: #f2f5ed;
  --shadow: 0 18px 45px rgba(30, 35, 22, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

#anasayfa,
#kurumsal,
#urunler,
#surec,
#alanlar,
#galeri,
#referanslar,
#iletisim {
  scroll-margin-top: 120px;
}

#anasayfa {
  scroll-margin-top: 0;
}

body {
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(152, 224, 0, 0.12), transparent 24%),
    linear-gradient(180deg, #f8faf5 0%, #eef3e7 100%);
}

a {
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 28px));
  margin: 0 auto;
}

.topbar {
  background: var(--navy);
  color: #d7dfcf;
  font-size: 0.95rem;
}

.topbar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 46px;
}

.topbar-inner p {
  margin: 0;
}

.topbar-contact {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.topbar-contact a {
  text-decoration: none;
}

.whatsapp-chip,
.footer-whatsapp,
.contact-whatsapp,
.whatsapp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}

.whatsapp-chip {
  width: 34px;
  height: 34px;
  padding: 0;
  border-radius: 999px;
  background: #25d366;
  color: #0f2b17 !important;
}

.whatsapp-chip svg,
.footer-whatsapp svg,
.contact-whatsapp svg,
.whatsapp-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 6px 18px rgba(27, 29, 25, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-image {
  width: 54px;
  height: 48px;
  object-fit: contain;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 5px 8px rgba(27, 29, 25, 0.12));
}

.logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.logo-text strong,
.site-nav a,
.hero-copy h1,
.references-box h2,
.corporate-copy h2,
.section-head h2,
.footer-column h4,
.info-card h3,
.product-card h3,
.usage-card h3 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
}

.logo-text strong {
  font-size: 1.45rem;
  letter-spacing: 0.02em;
}

.logo-text small {
  color: var(--muted);
  font-size: 0.88rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
}

.site-nav a {
  text-decoration: none;
  color: var(--navy);
  font-size: 1.02rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--red);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.menu-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  margin: 5px 0;
  background: var(--navy);
}

.hero-slider {
  position: relative;
  overflow: hidden;
  background: #e8efdc;
  height: 560px;
}

.hero-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 850ms ease;
}

.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.hero-bg {
  position: absolute;
  inset: 0;
  transform: scale(1.04);
  transition: transform 1800ms ease;
}

.hero-slide.is-active .hero-bg {
  transform: scale(1);
}

.hero-bg-one {
  background:
    linear-gradient(90deg, rgba(23, 25, 22, 0.74), rgba(23, 25, 22, 0.18)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 16px, transparent 16px, transparent 34px),
    linear-gradient(135deg, #262a23, #6ebc09 52%, #dbf48d);
}

.hero-bg-two {
  background:
    linear-gradient(90deg, rgba(23, 25, 22, 0.74), rgba(23, 25, 22, 0.18)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 16px, transparent 16px, transparent 34px),
    linear-gradient(135deg, #262a23, #6ebc09 52%, #dbf48d);
}

.hero-bg-three {
  background:
    linear-gradient(90deg, rgba(23, 25, 22, 0.74), rgba(23, 25, 22, 0.18)),
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 16px, transparent 16px, transparent 34px),
    linear-gradient(135deg, #262a23, #6ebc09 52%, #dbf48d);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 40px;
  align-items: center;
  height: 100%;
  padding: 36px 0;
}

.hero-copy {
  color: #fff;
  align-self: center;
  transform: translateY(-18px);
}

.hero-visual,
.hero-copy {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 700ms ease, transform 900ms ease;
}

.hero-slide.is-active .hero-visual,
.hero-slide.is-active .hero-copy {
  opacity: 1;
  transform: translateY(-18px);
}

.hero-slide-three-panel .hero-copy {
  transform: translateY(-34px);
}

.hero-slide-three-panel.is-active .hero-copy {
  transform: translateY(-34px);
}

.hero-slide.is-active .hero-copy {
  transition-delay: 120ms;
}

.hero-slide.is-active .hero-visual {
  transition-delay: 40ms;
}

.hero-kicker,
.section-tag {
  margin: 0 0 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-kicker {
  color: var(--gold);
}

.section-tag {
  color: var(--red-dark);
}

.hero-copy h1 {
  margin: 0;
  font-size: clamp(2.6rem, 5vw, 4.6rem);
  line-height: 1.02;
  max-width: 11ch;
}

.hero-copy-wide h1 {
  max-width: 15ch;
  font-size: clamp(2.35rem, 4.3vw, 4.1rem);
  line-height: 1.08;
}

.hero-copy-wide p {
  max-width: 64ch;
}

.hero-copy-compact h1 {
  max-width: 13ch;
  font-size: clamp(2.05rem, 3.7vw, 3.45rem);
  line-height: 1.08;
}

.hero-copy-compact p {
  max-width: 52ch;
  font-size: 1.05rem;
  line-height: 1.55;
}

.hero-copy p {
  max-width: 60ch;
  margin: 18px 0 0;
  font-size: 1.18rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  background: linear-gradient(135deg, var(--red), var(--red-dark));
  color: #fff;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(216, 255, 116, 0.32);
  color: #fff;
}

.button.whatsapp-button {
  background: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.24);
  color: #0f2b17;
  min-width: 48px;
  padding: 0;
}

.hero-visual {
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.fabric-stack,
.hero-logo-panel,
.print-badge,
.quality-card {
  box-shadow: var(--shadow);
}

.hero-logo-panel {
  display: grid;
  place-items: center;
  width: min(340px, 100%);
  min-height: 320px;
  padding: 16px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(239, 244, 231, 0.96));
  border: 1px solid rgba(152, 224, 0, 0.22);
}

.hero-logo-panel img {
  width: min(100%, 336px);
  max-height: 336px;
  height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.fabric-stack {
  position: relative;
  width: min(320px, 100%);
  height: 340px;
}

.fabric-stack span {
  position: absolute;
  inset: 0;
  border-radius: 18px;
}

.fabric-stack span:first-child {
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.12) 25%, transparent 25%),
    linear-gradient(135deg, #f4d2a9, #ca4d4a 55%, #13273d);
  background-size: 28px 28px, cover;
  transform: rotate(-8deg);
}

.fabric-stack span:last-child {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.24) 15%, transparent 16%),
    linear-gradient(135deg, #253d5e, #95a9bf);
  background-size: 22px 22px, cover;
  inset: 38px 12px 0 40px;
}

.print-badge,
.quality-card {
  width: min(340px, 100%);
  min-height: 320px;
  padding: 34px;
  border-radius: 18px;
  background: rgba(252, 254, 248, 0.95);
  color: var(--navy);
  border: 1px solid rgba(152, 224, 0, 0.16);
}

.print-badge,
.quality-card,
.hero-logo-panel {
  width: min(340px, 100%);
}

.print-badge {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
}

.print-badge img,
.quality-card img {
  display: block;
  width: 100%;
  height: 170px;
  margin-bottom: 18px;
  border-radius: 12px;
  object-fit: cover;
}

.quality-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 18px;
}

.quality-card span {
  font-size: 2.2rem;
}

.print-badge strong,
.quality-card span {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
  color: var(--red);
}

.print-badge span,
.quality-card p {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  line-height: 1.6;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 2;
}

.dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  cursor: pointer;
  transition: width 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.dot.is-active {
  background: var(--gold);
  width: 34px;
  transform: translateY(-1px);
}

.services-strip,
.stats-band,
.process-section,
.references-band,
.corporate-section,
.usage-section,
.gallery-section {
  padding: 58px 0;
}

.grid-four,
.stats-grid,
.process-grid,
.product-gallery,
.references-grid,
.corporate-grid,
.usage-grid,
.gallery-grid,
.footer-grid {
  display: grid;
  gap: 22px;
}

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

.info-card,
.stat-card,
.references-box,
.product-gallery-card,
.product-card,
.process-card,
.video-card,
.corporate-copy,
.usage-card,
.gallery-item,
.footer-column {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.info-card,
.stat-card,
.references-box,
.product-gallery-card,
.product-card,
.process-card,
.corporate-copy,
.usage-card {
  background: linear-gradient(180deg, #ffffff 0%, #f8fbf3 100%);
}

.stats-band {
  padding-top: 30px;
}

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

.stat-card {
  padding: 24px;
}

.stat-card strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Oswald", sans-serif;
  font-size: 1.35rem;
  color: var(--navy);
}

.stat-card span {
  color: var(--muted);
  line-height: 1.65;
}

.info-card {
  padding: 28px 24px;
  text-align: center;
}

.info-gallery-card {
  position: relative;
  min-height: 360px;
  padding: 0;
  overflow: hidden;
  border: 0;
}

.info-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 15, 10, 0.04) 0%, rgba(12, 15, 10, 0.32) 58%, rgba(12, 15, 10, 0.58) 100%);
}

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

.process-card {
  overflow: hidden;
}

.process-card img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.process-copy {
  padding: 22px;
}

.process-copy span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  margin-bottom: 12px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--surface-alt);
  color: var(--red-dark);
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
}

.process-copy h3 {
  margin: 0 0 10px;
  font-family: "Oswald", sans-serif;
  font-size: 1.5rem;
  color: var(--navy);
}

.process-copy p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.card-media {
  display: block;
  width: calc(100% + 48px);
  height: 190px;
  margin: -28px -24px 20px;
  object-fit: cover;
  transition: transform 240ms ease;
}

.info-gallery-card .card-media {
  width: 100%;
  height: 100%;
  min-height: 360px;
  margin: 0;
  filter: brightness(1.08) saturate(1.06);
}

.info-overlay {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 24px 22px 22px;
  text-align: left;
  color: #fff;
  background: linear-gradient(180deg, rgba(12, 15, 10, 0) 0%, rgba(12, 15, 10, 0.08) 22%, rgba(12, 15, 10, 0.28) 56%, rgba(12, 15, 10, 0.54) 100%);
}

.info-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  min-height: 48px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(216, 255, 116, 0.16);
  border: 1px solid rgba(216, 255, 116, 0.28);
  color: var(--gold);
  font-family: "Oswald", sans-serif;
  font-size: 1.15rem;
  letter-spacing: 0.06em;
}

.info-gallery-card h3 {
  margin: 0 0 8px;
  color: #fff !important;
  font-size: 1.7rem;
  font-weight: 700;
  text-shadow: 0 3px 16px rgba(0, 0, 0, 0.85), 0 1px 3px rgba(0, 0, 0, 0.95);
}

.info-gallery-card p {
  color: #fff !important;
  line-height: 1.65;
  font-weight: 600;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.82), 0 1px 2px rgba(0, 0, 0, 0.95);
}

.icon-circle {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
  color: #fff;
  font-weight: 700;
}

.info-card h3,
.product-card h3,
.usage-card h3 {
  margin: 0 0 10px;
  font-size: 1.45rem;
  color: var(--navy);
}

.info-card p,
.references-box p,
.product-card p,
.corporate-copy p,
.usage-card p,
.footer-column p,
.footer-column a {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.references-grid {
  grid-template-columns: 1.3fr repeat(3, 1fr);
  align-items: stretch;
}

.product-slider {
  position: relative;
  overflow: hidden;
  height: 520px;
}

.product-slide {
  position: absolute;
  inset: 0;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
}

.product-slide.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.product-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  gap: 22px;
  height: calc(100% - 52px);
  align-items: stretch;
}

.product-gallery-card {
  position: relative;
  min-height: 0;
  height: 100%;
  overflow: hidden;
  border: 0;
}

.product-gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(16, 18, 13, 0.06) 0%, rgba(16, 18, 13, 0.38) 46%, rgba(16, 18, 13, 0.9) 100%);
}

.product-gallery-card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 320ms ease;
}

.product-gallery-card-empty {
  visibility: hidden;
  pointer-events: none;
}

.product-gallery-copy {
  position: absolute;
  inset: auto 0 0;
  z-index: 1;
  padding: 28px 24px 24px;
  color: #fff;
}

.product-gallery-copy span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(216, 255, 116, 0.16);
  border: 1px solid rgba(216, 255, 116, 0.24);
  color: var(--gold);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.product-gallery-copy h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
}

.product-gallery-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  line-height: 1.65;
}

.product-gallery-trigger {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-slider-dots {
  bottom: 10px;
}

.product-dot {
  width: 13px;
  height: 13px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(27, 29, 25, 0.24);
  cursor: pointer;
  transition: width 260ms ease, background-color 260ms ease, transform 260ms ease;
}

.product-dot.is-active {
  width: 34px;
  background: var(--red-dark);
  transform: translateY(-1px);
}

.references-box {
  padding: 28px;
}

.references-full {
  max-width: 100%;
}

.references-box h2,
.corporate-copy h2,
.section-head h2 {
  margin: 0 0 14px;
  font-size: clamp(2rem, 3vw, 3rem);
  color: var(--navy);
  line-height: 1.05;
}

.brand-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.brand-logo-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.brand-cloud span,
.tags span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  background: var(--surface-alt);
  border: 1px solid var(--line);
  color: var(--navy-soft);
  font-size: 0.92rem;
  font-weight: 700;
}

.brand-logo {
  display: grid;
  place-items: center;
  min-height: 74px;
  padding: 14px 12px;
  background: #fff;
  border: 1px solid var(--line);
  color: var(--navy);
  text-align: center;
}

.compact-logos {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 4px;
  margin-top: 2px;
}

.compact-logos .brand-logo {
  min-height: 44px;
  padding: 7px 9px;
}

.compact-logos .brand-logo span {
  font-size: 0.74rem;
  line-height: 1.05;
}

.brand-logo span {
  display: block;
  min-height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1.1;
}

.brand-logo.luxury span,
.brand-logo.zara span,
.brand-logo.armani span,
.brand-logo.classic span {
  font-family: "Times New Roman", serif;
  letter-spacing: 0.12em;
  font-size: 0.82rem;
}

.brand-logo.bold span,
.brand-logo.street span,
.brand-logo.sport span,
.brand-logo.fashion span,
.brand-logo.peso span {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.08em;
  font-size: 0.94rem;
}

.brand-logo.clean span,
.brand-logo.narrow span,
.brand-logo.soft span,
.brand-logo.boxed span {
  letter-spacing: 0.12em;
  font-size: 0.78rem;
}

.brand-logo.serif span {
  font-family: Georgia, serif;
  letter-spacing: 0.14em;
  font-size: 0.82rem;
}

.brand-logo.disney span,
.brand-logo.surf span,
.brand-logo.moto span {
  font-style: italic;
  letter-spacing: 0.06em;
  font-size: 0.78rem;
}

.brand-logo.clean span,
.brand-logo.disney span,
.brand-logo.surf span,
.brand-logo.street span,
.brand-logo.peso span {
  font-size: 0.86rem;
}

.brand-logo.sport span,
.brand-logo.soft span,
.brand-logo.boxed span {
  font-size: 0.84rem;
}

.product-card {
  overflow: hidden;
}

.product-visual {
  height: 220px;
  background-size: cover;
}

.photo-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 280ms ease;
}

.visual-logo {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
    linear-gradient(135deg, #171a16, #5aa400 58%, #dfff7e);
}

.visual-pattern {
  background:
    repeating-linear-gradient(45deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.22) 16px, transparent 16px, transparent 36px),
    linear-gradient(135deg, #394130, #90c638, #f2f9c4);
}

.visual-3d {
  background:
    radial-gradient(circle at 32% 28%, rgba(255, 255, 255, 0.5), transparent 18%),
    linear-gradient(135deg, #111410, #4f5944 40%, #98e000);
}

.product-card h3,
.product-card p {
  padding: 0 20px;
}

.product-card h3 {
  margin-top: 18px;
}

.product-card p {
  padding-bottom: 24px;
}

.corporate-grid {
  grid-template-columns: 1fr 1.15fr;
}

.video-card,
.corporate-copy {
  padding: 26px;
}

.corporate-photo {
  height: 100%;
  min-height: 360px;
  overflow: hidden;
}

.corporate-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}

.video-frame {
  display: grid;
  place-items: center;
  min-height: 100%;
  padding: 44px 28px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent),
    linear-gradient(135deg, #171a16, #4b5b3f 55%, #98e000);
  color: #fff;
  text-align: center;
}

.video-frame span {
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.video-frame strong {
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 2.4rem;
}

.video-frame p {
  max-width: 26ch;
  margin-top: 12px;
  line-height: 1.6;
}

.machine-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.machine-item {
  padding: 14px 16px;
  background: var(--surface-alt);
  border-left: 4px solid var(--red);
  color: var(--navy);
  font-weight: 600;
}

.section-head {
  max-width: 720px;
  margin-bottom: 24px;
}

.section-head.compact {
  margin-bottom: 18px;
}

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

.usage-card {
  padding: 24px;
}

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

.gallery-item {
  min-height: 220px;
  overflow: hidden;
}

.gallery-photo-card {
  padding: 0;
  background: #fff;
}

.gallery-photo-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 300ms ease;
}

.info-card:hover .card-media,
.product-gallery-card:hover img,
.product-card:hover .photo-visual img,
.gallery-photo-card:hover img,
.corporate-photo:hover img,
.info-gallery-card:hover .card-media {
  transform: scale(1.05);
}

.gallery-one {
  background:
    linear-gradient(45deg, rgba(255, 255, 255, 0.16), transparent),
    linear-gradient(135deg, #1b1d19, #77b700);
}

.gallery-two {
  background:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 10px, transparent 10px, transparent 24px),
    linear-gradient(135deg, #d4ff57, #42503a);
}

.gallery-three {
  background:
    radial-gradient(circle, rgba(255, 255, 255, 0.25) 16%, transparent 17%),
    linear-gradient(135deg, #36402f, #91ba3e);
  background-size: 22px 22px, cover;
}

.gallery-four {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), transparent),
    linear-gradient(135deg, #171a16, #5a7044 42%, #d7ff68);
}

.site-footer {
  background: var(--navy);
  color: #d7dfcf;
}

.footer-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 34px 0 22px;
}

.footer-column {
  padding: 18px 18px 16px;
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.footer-column h4 {
  margin: 0 0 10px;
  font-size: 1.28rem;
  color: #fff;
}

.footer-column a {
  display: block;
  margin-top: 7px;
  text-decoration: none;
  color: #fff;
}

.footer-column p {
  color: #fff;
  line-height: 1.45;
}

.footer-whatsapp {
  margin-top: 12px;
  color: #baffd2 !important;
  width: 38px;
  height: 38px;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer-button {
  margin-top: 18px;
}

.contact-form-wrap {
  padding-bottom: 34px;
}

.references-inline-wrap {
  padding: 0 0 28px;
}

.references-inline {
  padding: 18px 18px 20px;
  background: #050505;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.contact-form-card {
  padding: 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.contact-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 16px;
  align-items: start;
}

.contact-info-panel,
.contact-form {
  padding: 18px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(216, 255, 116, 0.12);
}

.contact-info-panel h2 {
  margin: 0;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.contact-info-panel .section-tag,
.references-inline .section-tag {
  color: var(--gold);
}

.contact-intro {
  margin: 14px 0 0;
  color: #d7dfcf;
  line-height: 1.7;
}

.contact-points {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.contact-points a,
.contact-points span {
  color: #f1f7ea;
  text-decoration: none;
  line-height: 1.6;
}

.contact-whatsapp {
  color: #7effb4 !important;
  width: 38px;
  height: 38px;
}

.contact-shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

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

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

.contact-form label {
  display: grid;
  gap: 6px;
}

.contact-form span {
  color: #f1f7ea;
  font-weight: 700;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(216, 255, 116, 0.18);
  background: rgba(255, 255, 255, 0.96);
  color: var(--text);
  padding: 10px 12px;
  font: inherit;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(152, 224, 0, 0.16);
}

.message-field {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.form-note {
  margin: 0;
  color: #d7dfcf;
}

.form-status {
  margin: 12px 0 0;
  min-height: 24px;
  font-weight: 700;
}

.form-status.is-success {
  color: #d8ff74;
}

.form-status.is-error {
  color: #ffb4b4;
}

.contact-form button[disabled] {
  opacity: 0.72;
  cursor: wait;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.copyright p {
  margin: 0;
  padding: 18px 0;
  text-align: center;
  color: #c5d3df;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .header-inner {
    flex-wrap: wrap;
    justify-content: center;
    padding: 14px 0;
  }

  .hero-content,
  .stats-grid,
  .process-grid,
  .corporate-grid,
  .references-grid,
  .usage-grid,
  .footer-grid,
  .form-grid,
  .contact-layout {
    grid-template-columns: 1fr 1fr;
  }

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

  .product-slider {
    height: 520px;
  }

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

  .references-box {
    grid-column: 1 / -1;
  }

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

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

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

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

  .hero-slider,
  .hero-slide {
    height: auto;
    min-height: 760px;
  }

  .topbar-inner,
  .site-nav,
  .hero-content,
  .stats-grid,
  .grid-four,
  .process-grid,
  .corporate-grid,
  .usage-grid,
  .gallery-grid,
  .footer-grid,
  .machine-list,
  .form-grid,
  .contact-layout {
    grid-template-columns: 1fr;
    flex-direction: column;
  }

  .topbar-inner,
  .header-inner {
    align-items: flex-start;
  }

  .topbar-contact {
    width: 100%;
    gap: 10px 14px;
  }

  .topbar-contact a {
    font-size: 0.95rem;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    display: none;
    width: 100%;
    padding-top: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .site-nav.is-open {
    display: flex;
    gap: 12px;
  }

  .site-nav a {
    width: 100%;
    font-size: 0.96rem;
  }

  .hero-content {
    height: auto;
    min-height: 760px;
    gap: 22px;
    padding: 36px 0 46px;
  }

  .hero-copy h1 {
    max-width: 100%;
  }

  .hero-copy-wide h1 {
    max-width: 100%;
    font-size: clamp(2.1rem, 8vw, 3rem);
  }

  .hero-copy-compact h1 {
    max-width: 100%;
    font-size: clamp(1.95rem, 7vw, 2.7rem);
  }

  .hero-copy-compact p {
    font-size: 1rem;
  }

  .hero-visual {
    order: 2;
  }

  .hero-copy {
    order: 1;
    transform: none;
  }

  .hero-slide-three-panel .hero-copy,
  .hero-slide-three-panel.is-active .hero-copy {
    transform: none;
  }

  .references-grid {
    grid-template-columns: 1fr;
  }

  .product-gallery-card,
  .product-gallery-card img,
  .product-gallery-card-empty {
    min-height: 0;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .product-slider {
    height: 1060px;
  }

  .hero-actions,
  .contact-shortcuts,
  .form-actions {
    width: 100%;
    gap: 10px;
  }

  .hero-actions .button,
  .contact-shortcuts .button,
  .form-actions .button {
    width: 100%;
    justify-content: center;
  }

  .references-inline {
    padding: 16px 14px 18px;
  }

  .services-strip,
  .stats-band,
  .process-section,
  .references-band,
  .corporate-section,
  .usage-section,
  .gallery-section {
    padding: 46px 0;
  }

  .stats-grid,
  .grid-four,
  .process-grid,
  .corporate-grid,
  .usage-grid,
  .gallery-grid,
  .footer-grid,
  .machine-list,
  .form-grid,
  .contact-layout {
    gap: 16px;
  }

  .stat-card,
  .process-copy,
  .usage-card,
  .footer-column,
  .contact-info-panel,
  .contact-form {
    padding: 20px;
  }

  .info-overlay,
  .product-gallery-copy {
    padding: 20px 18px 18px;
  }

  .brand-logo-grid {
    grid-template-columns: 1fr;
  }

  .compact-logos {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .compact-logos .brand-logo {
    min-height: 52px;
  }
}
