:root {
  --bg: #ffffff;
  --bg-deep: #ffffff;
  --surface: rgba(0, 0, 0, 0.04);
  --surface-strong: #ffffff;
  --surface-soft: #f6f6f6;
  --text: #ffffff;
  --text-dark: #111111;
  --muted: #5c5c5c;
  --accent: #b2262d;
  --accent-strong: #d5353d;
  --line: rgba(0, 0, 0, 0.08);
  --shadow: 0 24px 50px rgba(0, 0, 0, 0.08);
  --radius-lg: 28px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --container: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(178, 38, 45, 0.08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  color: var(--text-dark);
}

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

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

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 5.5rem 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(248, 248, 248, 0.92), rgba(255, 255, 255, 0.98));
}

.section-accent {
  background:
    radial-gradient(circle at top, rgba(255, 255, 255, 0.08), transparent 28%),
    linear-gradient(135deg, #1f2f8f, #2f3595);
  color: var(--text);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.18rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--text-dark);
  min-width: 0;
}

.brand-logo {
  flex: 0 0 auto;
  width: clamp(5.2rem, 7.5vw, 6.6rem);
  padding: 0;
}

.brand-logo img {
  width: 100%;
  height: auto;
  display: block;
}

.brand-copy strong,
.section-heading h2,
.hero h1,
.info-card h3,
.product-card h3,
.process-step h3,
.choice-card h3,
.contact-copy h2,
.site-footer h3,
.site-footer h4 {
  font-family: "Sora", sans-serif;
}

.brand-copy strong {
  font-size: 0.82rem;
  line-height: 1.05;
  color: #2f3595;
}

.brand-copy {
  display: grid;
  gap: 0.06rem;
  min-width: 0;
}

.brand-copy small {
  color: #6c6c6c;
  font-size: 0.58rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  color: var(--text-dark);
}

.site-nav a {
  position: relative;
  font-size: 0.95rem;
}

.nav-inquiry-btn {
  min-width: auto;
  padding: 0.7rem 1.1rem;
  margin-left: 0.35rem;
  font-size: 0.85rem;
  background: #b2262d;
  color: #ffffff;
  border-color: #b2262d;
  box-shadow: 0 10px 24px rgba(178, 38, 45, 0.24);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.3rem;
  width: 100%;
  height: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  transform: scaleX(1);
}

.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 0.3rem;
  border: 0;
  background: transparent;
  padding: 0;
}

.menu-toggle span {
  width: 1.6rem;
  height: 2px;
  background: #ffffff;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 2.75rem 0 2.2rem;
  color: var(--text);
}

.hero-video,
.hero-overlay {
  position: absolute;
  inset: 0;
}

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

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(10, 10, 10, 0.72) 0%, rgba(18, 18, 18, 0.5) 42%, rgba(24, 24, 24, 0.36) 100%),
    linear-gradient(180deg, rgba(12, 12, 12, 0.18), rgba(12, 12, 12, 0.42));
}

.hero-grid,
.split-layout,
.contact-grid,
.footer-grid {
  display: grid;
  gap: 2rem;
}

.hero-grid {
  grid-template-columns: 1.15fr 0.85fr;
  align-items: center;
  position: relative;
  z-index: 1;
  gap: 1rem;
}

.hero-copy {
  display: grid;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.75rem;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 2.25rem;
  height: 2px;
  background: currentColor;
}

.hero h1,
.section-heading h2,
.contact-copy h2 {
  margin: 0;
  line-height: 1.08;
}

.hero h1 {
  max-width: 12ch;
  font-size: clamp(1.95rem, 4.3vw, 3.35rem);
  color: #ffffff;
}

.section-heading h2,
.contact-copy h2,
.info-card h3,
.product-card h3,
.process-step h3,
.fabric-card h3 {
  color: #2f3595;
}

.hero-subheadline,
.about-card p,
.info-card p,
.product-card p,
.process-step p,
.choice-card p,
.contact-copy p,
.site-footer p {
  line-height: 1.75;
}

.hero-subheadline {
  max-width: 58ch;
  margin: 0.8rem 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 1rem 0;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 10.5rem;
  padding: 0.95rem 1.5rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 700;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: #b2262d;
  color: #ffffff;
  border-color: #b2262d;
  box-shadow: 0 14px 34px rgba(178, 38, 45, 0.24);
}

.btn-secondary {
  border-color: rgba(255, 255, 255, 0.34);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.hero-metrics article,
.visual-card,
.about-card,
.info-card,
.product-card,
.process-step,
.choice-card,
.contact-map {
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.hero-metrics article {
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-metrics strong,
.visual-card strong {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.hero-metrics span,
.visual-card span {
  color: rgba(255, 255, 255, 0.84);
  font-size: 0.94rem;
  line-height: 1.6;
}

.hero-visual {
  position: relative;
  min-height: 21.5rem;
}

.visual-card {
  position: absolute;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.visual-primary {
  inset: 0 8.25rem 4.5rem 0;
  background:
    linear-gradient(160deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06)),
    linear-gradient(145deg, rgba(18, 18, 18, 0.64), rgba(42, 42, 42, 0.42));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.visual-primary h2 {
  margin: 0.7rem 0 0.9rem;
  max-width: 17ch;
  font-size: clamp(1.1rem, 1.7vw, 1.45rem);
  line-height: 1.12;
}

.visual-primary p {
  margin: 0;
  max-width: 34ch;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.visual-tag {
  display: inline-flex;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 700;
}

.visual-secondary {
  right: 0;
  bottom: 0;
  width: min(10rem, 100%);
  display: grid;
  gap: 0.6rem;
  padding: 1rem;
  background: rgba(20, 20, 20, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.visual-secondary strong {
  color: #ffffff;
  font-size: 0.95rem;
}

.visual-secondary div {
  display: grid;
  gap: 0.28rem;
}

.visual-secondary span {
  font-size: 0.9rem;
  line-height: 1.35;
}

.split-layout {
  grid-template-columns: 0.9fr 1.1fr;
  align-items: start;
}

.section-heading {
  max-width: 44rem;
}

.section-heading.center {
  margin: 0 auto 3rem;
  text-align: center;
}

.section-heading.light,
.section-heading.light .eyebrow {
  color: var(--text);
}

.section-heading.light h2 {
  color: #ffffff;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: #2f3595;
}

.about-card {
  padding: 2rem;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(47, 53, 149, 0.08);
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.about-highlights span {
  padding: 0.8rem 1rem;
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--text-dark);
  font-weight: 700;
}

.card-grid,
.process-grid {
  display: grid;
  gap: 1.4rem;
}

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

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

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

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

.info-card,
.product-card,
.process-step,
.choice-card {
  padding: 1.8rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.info-card,
.product-card,
.process-step {
  background: #fff;
  border: 1px solid rgba(47, 53, 149, 0.08);
}

.choice-card {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.fabric-card {
  padding: 1.6rem;
  background: #fff;
  border: 1px solid rgba(47, 53, 149, 0.08);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.fabric-card:hover {
  transform: translateY(-6px);
}

.fabric-feature-image {
  display: block;
  width: min(100%, 720px);
  max-width: 720px;
  margin: 2rem auto 0;
  border-radius: 1.5rem;
  box-shadow: var(--shadow);
  border: 1px solid rgba(47, 53, 149, 0.08);
}

.info-card:hover,
.product-card:hover,
.process-step:hover,
.choice-card:hover,
.contact-map:hover {
  transform: translateY(-6px);
}

.icon-wrap {
  width: 3.7rem;
  height: 3.7rem;
  display: grid;
  place-items: center;
  margin-bottom: 1.3rem;
  border-radius: 1.2rem;
  background: linear-gradient(135deg, rgba(178, 38, 45, 0.12), rgba(47, 53, 149, 0.14));
}

.icon-wrap svg {
  width: 2rem;
  height: 2rem;
  stroke: #2f3595;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-photo {
  width: 100%;
  max-width: 100%;
  height: 9rem;
  object-fit: cover;
  border-radius: 1rem;
  margin-bottom: 1rem;
  border: 1px solid rgba(47, 53, 149, 0.1);
}

.product-photo {
  width: calc(100% + 1.2rem);
  max-width: none;
  height: 11rem;
  margin: -0.6rem -0.6rem 1rem;
  object-fit: contain;
  object-position: center;
  background: linear-gradient(180deg, #f8faff, #ffffff);
  padding: 0.7rem;
  border-radius: 1rem;
  border: 1px solid rgba(47, 53, 149, 0.08);
}

.product-card {
  position: relative;
  overflow: hidden;
  min-height: 12rem;
}

.product-card::before {
  content: "";
  position: absolute;
  inset: auto -2rem -2rem auto;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(47, 53, 149, 0.14), transparent 70%);
}

.custom-apparel-card p {
  font-size: 0.92rem;
  line-height: 1.6;
}

.process-step span {
  display: inline-flex;
  margin-bottom: 1.1rem;
  color: var(--accent);
  font-size: 2rem;
  font-weight: 800;
}

.contact-grid {
  grid-template-columns: 0.95fr 1.05fr;
  align-items: start;
}

.contact-points {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.6rem;
}

.contact-points a {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.6rem;
  color: var(--text-dark);
  font-weight: 700;
}

.contact-points .whatsapp-btn {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: #25d366;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.22);
}

.contact-points .whatsapp-btn svg {
  width: 1.05rem;
  height: 1.05rem;
  fill: currentColor;
}

.contact-points .phone-btn {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: #b2262d;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(178, 38, 45, 0.22);
}

.contact-points .email-btn {
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(17, 17, 17, 0.18);
}

.contact-meta {
  margin: 0;
  color: var(--text-dark);
  line-height: 1.7;
}

.contact-social {
  margin-top: 1.8rem;
}

.contact-social h3 {
  margin: 0 0 0.9rem;
  color: var(--text-dark);
  font-family: "Sora", sans-serif;
}

.contact-map {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid rgba(47, 53, 149, 0.08);
  transition: transform 0.3s ease;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.contact-map iframe {
  width: 100%;
  min-height: 30rem;
  border: 0;
  border-radius: 1.2rem;
}

.map-link {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.1rem;
  border-radius: 999px;
  background: #111111;
  color: #ffffff;
  font-weight: 700;
}

.site-footer {
  padding: 2.5rem 0 3rem;
  background: #111111;
  color: var(--text);
}

.footer-grid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  align-items: start;
}

.footer-links,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 1rem;
}

.footer-links a,
.social-links a {
  color: inherit;
}

.social-links a {
  display: inline-grid;
  place-items: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(47, 53, 149, 0.08);
  transition: transform 0.25s ease, background 0.25s ease;
}

.social-links a:hover,
.social-links a:focus-visible {
  transform: translateY(-2px);
  background: rgba(47, 53, 149, 0.16);
}

.social-links .social-facebook {
  background: #1877f2;
  color: #ffffff;
}

.social-links .social-facebook:hover,
.social-links .social-facebook:focus-visible {
  background: #1667d9;
}

.social-links .social-instagram {
  background: #c13584;
  color: #ffffff;
}

.social-links .social-instagram:hover,
.social-links .social-instagram:focus-visible {
  background: #a82e71;
}

.social-links .social-linkedin {
  background: #0a66c2;
  color: #ffffff;
}

.social-links .social-linkedin:hover,
.social-links .social-linkedin:focus-visible {
  background: #0957a5;
}

.social-links svg {
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal-delay {
  transition-delay: 0.12s;
}

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

@media (max-width: 1024px) {
  .hero-grid,
  .split-layout,
  .contact-grid,
  .footer-grid,
  .services-grid,
  .choose-grid,
  .fabric-grid,
  .product-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-visual {
    min-height: 28rem;
  }

  .visual-primary {
    inset: 0 7rem 4.25rem 0;
  }

  .visual-secondary {
    width: min(9rem, 100%);
  }
}

@media (max-width: 900px) {
  .section {
    padding: 4rem 0;
  }

  .hero-grid,
  .split-layout,
  .contact-grid,
  .services-grid,
  .choose-grid,
  .fabric-grid,
  .product-grid,
  .process-grid,
  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(1.85rem, 6vw, 2.6rem);
  }

  .hero h1 {
    font-size: clamp(2rem, 7vw, 3rem);
    max-width: 14ch;
  }

  .hero-visual {
    min-height: auto;
    display: grid;
    gap: 0.9rem;
  }

  .visual-card {
    position: static;
    width: 100%;
  }

  .visual-primary,
  .visual-secondary {
    inset: auto;
  }

  .visual-primary h2,
  .visual-primary p {
    max-width: none;
  }

  .about-highlights {
    gap: 0.6rem;
  }

  .contact-points a,
  .map-link {
    width: 100%;
    justify-content: center;
  }

  .contact-map iframe {
    min-height: 22rem;
  }
}

@media (max-width: 760px) {
  body {
    background:
      radial-gradient(circle at top left, rgba(178, 38, 45, 0.08), transparent 22%),
      linear-gradient(180deg, #ffffff 0%, #ffffff 100%);
  }

  .container {
    width: min(calc(100% - 1.2rem), var(--container));
  }

  .site-header {
    background: rgba(255, 255, 255, 0.97);
  }

  .nav-wrap {
    gap: 0.75rem;
    padding: 0.35rem 0;
  }

  .menu-toggle {
    display: inline-flex;
    padding: 0.35rem;
    border-radius: 0.7rem;
    background: rgba(0, 0, 0, 0.05);
  }

  .menu-toggle span {
    background: var(--text-dark);
  }

  .site-nav {
    position: absolute;
    left: 0.6rem;
    right: 0.6rem;
    top: calc(100% + 0.6rem);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    padding: 0.9rem;
    border-radius: 1.25rem;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
  }

  .site-nav a {
    width: 100%;
    font-size: 0.92rem;
    color: var(--text-dark);
  }

  .nav-inquiry-btn {
    width: 100%;
    margin-left: 0;
    margin-top: 0.5rem;
    justify-content: center;
  }

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

  .hero,
  .section {
    padding: 3.2rem 0;
  }

  .hero {
    padding: 1.9rem 0 1.6rem;
  }

  .hero h1 {
    max-width: none;
    font-size: 1.9rem;
    line-height: 1.06;
  }

  .brand-logo {
    width: 3.9rem;
  }

  .brand {
    gap: 0.3rem;
    align-items: center;
  }

  .brand-copy strong {
    font-size: 0.64rem;
  }

  .brand-copy small {
    font-size: 0.46rem;
  }

  .eyebrow {
    font-size: 0.66rem;
    letter-spacing: 0.14em;
  }

  .hero-subheadline {
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 0.7rem;
    margin: 0.9rem 0;
  }

  .visual-primary {
    padding: 1rem;
  }

  .visual-primary h2 {
    font-size: 1.05rem;
    line-height: 1.18;
  }

  .visual-primary p {
    font-size: 0.78rem;
    line-height: 1.45;
  }

  .visual-secondary {
    padding: 0.85rem 0.9rem;
  }

  .visual-secondary strong {
    font-size: 0.86rem;
  }

  .visual-secondary span {
    font-size: 0.76rem;
  }

  .hero-metrics article {
    padding: 0.9rem;
  }

  .hero-metrics strong {
    font-size: 0.95rem;
  }

  .hero-metrics span {
    font-size: 0.84rem;
  }

  .service-photo {
    height: 7.2rem;
    border-radius: 0.9rem;
  }

  .fabric-feature-image {
    margin-top: 1.1rem;
    border-radius: 1rem;
  }

  .product-photo {
    width: 100%;
    height: 8rem;
    margin: 0 0 0.8rem;
    padding: 0.45rem;
  }

  .info-card,
  .product-card,
  .fabric-card,
  .process-step,
  .choice-card,
  .contact-map {
    padding: 1rem;
  }

  .section-heading.center {
    margin-bottom: 1.4rem;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: 1.7rem;
    line-height: 1.12;
  }

  .about-card {
    padding: 1.2rem;
  }

  .about-card p,
  .info-card p,
  .product-card p,
  .fabric-card p,
  .process-step p,
  .choice-card p,
  .contact-copy p,
  .contact-meta {
    font-size: 0.92rem;
    line-height: 1.65;
  }

  .about-highlights span {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 0.75rem 0.9rem;
  }

  .contact-points {
    gap: 0.7rem;
    margin-top: 1.2rem;
  }

  .contact-social {
    margin-top: 1.4rem;
  }

  .contact-social h3 {
    margin-bottom: 0.7rem;
    font-size: 1rem;
  }

  .social-links {
    gap: 0.65rem;
  }

  .social-links a {
    width: 2.4rem;
    height: 2.4rem;
  }

  .contact-map iframe {
    min-height: 18rem;
  }

  .btn {
    width: 100%;
    min-width: 0;
    padding: 0.85rem 1rem;
  }

  .hero-actions {
    flex-direction: column;
  }
}

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

  .nav-wrap {
    padding: 0.28rem 0;
  }

  .brand-logo {
    width: 3.5rem;
  }

  .brand-copy strong {
    font-size: 0.58rem;
  }

  .brand-copy small {
    font-size: 0.42rem;
  }

  .hero h1 {
    font-size: 1.72rem;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: 1.5rem;
  }

  .service-photo,
  .product-photo {
    height: 7rem;
  }

  .fabric-feature-image {
    width: 100%;
  }

  .contact-map iframe {
    min-height: 15rem;
  }
}

/* Requested mobile overrides for desktop-like card rows */
@media (max-width: 760px) {
  .services-grid,
  .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.7rem;
  }

  .hero-visual {
    min-height: 16rem;
    display: block;
  }

  .visual-card {
    position: absolute;
    width: auto;
  }

  .visual-primary {
    inset: 0 5.6rem 3.2rem 0;
    padding: 0.85rem;
  }

  .visual-primary h2 {
    font-size: 0.92rem;
    line-height: 1.15;
  }

  .visual-primary p {
    font-size: 0.7rem;
    line-height: 1.38;
  }

  .visual-secondary {
    right: 0;
    bottom: 0;
    width: min(6.7rem, 100%);
    padding: 0.7rem;
  }

  .visual-secondary strong {
    font-size: 0.72rem;
  }

  .visual-secondary span {
    font-size: 0.64rem;
    line-height: 1.2;
  }

  .info-card,
  .product-card {
    padding: 0.8rem;
  }

  .info-card h3,
  .product-card h3 {
    font-size: 0.86rem;
    line-height: 1.2;
  }

  .info-card p,
  .product-card p {
    font-size: 0.72rem;
    line-height: 1.45;
  }

  .service-photo,
  .product-photo {
    height: 5.8rem;
    margin-bottom: 0.7rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}

/* Mobile-first responsive layer */
html,
body {
  overflow-x: hidden;
}

img,
video,
iframe {
  max-width: 100%;
}

.container {
  width: min(calc(100% - 1rem), var(--container));
}

.section {
  padding: 3rem 0;
}

.site-header {
  background: rgba(255, 255, 255, 0.97);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.nav-wrap {
  gap: 0.75rem;
  padding: 0.35rem 0;
}

.brand {
  gap: 0.3rem;
  min-width: 0;
}

.brand-logo {
  width: 3.5rem;
}

.brand-copy strong {
  font-size: 0.6rem;
  color: #2f3595;
}

.brand-copy small {
  font-size: 0.42rem;
  color: #6c6c6c;
}

.menu-toggle {
  display: inline-flex;
  padding: 0.35rem;
  border-radius: 0.7rem;
  background: rgba(0, 0, 0, 0.05);
}

.menu-toggle span {
  background: var(--text-dark);
}

.site-nav {
  position: absolute;
  left: 0.5rem;
  right: 0.5rem;
  top: calc(100% + 0.5rem);
  display: none;
  flex-direction: column;
  align-items: stretch;
  gap: 0.25rem;
  padding: 0.85rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.12);
}

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

.site-nav a {
  width: 100%;
  color: var(--text-dark);
  font-size: 0.92rem;
}

.site-nav a::after {
  display: none;
}

.nav-inquiry-btn {
  width: 100%;
  margin: 0.4rem 0 0;
  justify-content: center;
}

.hero {
  padding: 1.9rem 0 1.6rem;
}

.hero-grid,
.split-layout,
.services-grid,
.product-grid,
.fabric-grid,
.process-grid,
.choose-grid,
.contact-grid,
.hero-metrics {
  grid-template-columns: 1fr;
}

.hero-grid {
  gap: 1rem;
}

.eyebrow {
  font-size: 0.66rem;
  letter-spacing: 0.14em;
}

.hero h1 {
  max-width: none;
  font-size: 1.78rem;
  line-height: 1.05;
  color: #ffffff;
}

.hero-subheadline {
  margin-top: 0.75rem;
  font-size: 0.92rem;
  line-height: 1.55;
}

.hero-actions {
  flex-direction: column;
  gap: 0.7rem;
  margin: 1rem 0;
}

.btn {
  width: 100%;
  min-width: 0;
  padding: 0.9rem 1rem;
}

.hero-metrics article {
  padding: 0.95rem;
}

.hero-metrics strong {
  font-size: 0.94rem;
}

.hero-metrics span {
  font-size: 0.84rem;
}

.hero-visual {
  min-height: auto;
  display: grid;
  gap: 0.8rem;
}

.visual-card {
  position: static;
  width: 100%;
}

.visual-primary,
.visual-secondary {
  inset: auto;
}

.visual-primary {
  padding: 1rem;
}

.visual-primary h2 {
  max-width: none;
  font-size: 1.05rem;
  line-height: 1.18;
}

.visual-primary p {
  max-width: none;
  font-size: 0.8rem;
  line-height: 1.5;
}

.visual-secondary {
  width: 100%;
  padding: 0.85rem 0.9rem;
}

.visual-secondary strong {
  font-size: 0.86rem;
}

.visual-secondary span {
  font-size: 0.76rem;
}

.section-heading.center {
  margin-bottom: 1.4rem;
}

.section-heading h2,
.contact-copy h2 {
  font-size: 1.55rem;
  line-height: 1.12;
}

.about-card,
.info-card,
.product-card,
.fabric-card,
.process-step,
.choice-card,
.contact-map {
  padding: 1rem;
}

.about-card p,
.info-card p,
.product-card p,
.fabric-card p,
.process-step p,
.choice-card p,
.contact-copy p,
.contact-meta {
  font-size: 0.92rem;
  line-height: 1.65;
}

.about-highlights {
  gap: 0.6rem;
}

.about-highlights span {
  width: 100%;
  justify-content: center;
  text-align: center;
  padding: 0.75rem 0.9rem;
}

.service-photo {
  height: 7.2rem;
  border-radius: 0.9rem;
}

.product-photo {
  width: 100%;
  height: 7.2rem;
  margin: 0 0 0.8rem;
  padding: 0.45rem;
}

.fabric-feature-image {
  width: 100%;
  max-width: 100%;
  margin-top: 1.1rem;
  border-radius: 1rem;
}

.contact-points {
  gap: 0.7rem;
  margin-top: 1.2rem;
}

.contact-points a,
.map-link {
  width: 100%;
  justify-content: center;
}

.contact-social {
  margin-top: 1.4rem;
}

.contact-social h3 {
  margin-bottom: 0.7rem;
  font-size: 1rem;
}

.social-links {
  gap: 0.65rem;
}

.social-links a {
  width: 2.4rem;
  height: 2.4rem;
}

.contact-map iframe {
  min-height: 15rem;
}

@media (min-width: 481px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

  .brand-logo {
    width: 4rem;
  }

  .brand-copy strong {
    font-size: 0.68rem;
  }

  .brand-copy small {
    font-size: 0.48rem;
  }

  .hero h1 {
    font-size: 2rem;
  }

  .service-photo,
  .product-photo {
    height: 8rem;
  }

  .contact-map iframe {
    min-height: 18rem;
  }
}

@media (min-width: 761px) {
  .container {
    width: min(calc(100% - 1.5rem), var(--container));
  }

  .section {
    padding: 4rem 0;
  }

  .site-header {
    background: rgba(255, 255, 255, 0.95);
  }

  .nav-wrap {
    padding: 0.45rem 0;
  }

  .brand-logo {
    width: 4.8rem;
  }

  .brand-copy strong {
    font-size: 0.76rem;
  }

  .brand-copy small {
    font-size: 0.52rem;
  }

  .menu-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .site-nav a {
    width: auto;
    font-size: 0.92rem;
  }

  .site-nav a::after {
    display: block;
  }

  .nav-inquiry-btn {
    width: auto;
    margin: 0 0 0 0.35rem;
  }

  .hero {
    padding: 2.6rem 0 2.2rem;
  }

  .hero-grid,
  .contact-grid,
  .split-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .choose-grid,
  .fabric-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

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

  .hero h1 {
    max-width: 13ch;
    font-size: 2.55rem;
  }

  .hero-actions {
    flex-direction: row;
  }

  .btn {
    width: auto;
  }

  .hero-visual {
    min-height: 24rem;
    display: block;
  }

  .visual-card {
    position: absolute;
  }

  .visual-primary {
    inset: 0 7rem 4.25rem 0;
    padding: 1.3rem;
  }

  .visual-secondary {
    right: 0;
    bottom: 0;
    width: min(9rem, 100%);
  }

  .section-heading.center {
    margin-bottom: 2rem;
  }

  .section-heading h2,
  .contact-copy h2 {
    font-size: clamp(1.9rem, 4.8vw, 2.8rem);
  }

  .about-highlights span {
    width: auto;
  }

  .service-photo {
    height: 8.5rem;
  }

  .product-photo {
    height: 9.5rem;
  }

  .fabric-feature-image {
    width: min(100%, 720px);
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-points a,
  .map-link {
    width: fit-content;
  }

  .contact-map iframe {
    min-height: 22rem;
  }
}

@media (min-width: 1025px) {
  .container {
    width: min(calc(100% - 2rem), var(--container));
  }

  .section {
    padding: 5rem 0;
  }

  .brand-logo {
    width: clamp(5.2rem, 7.5vw, 6.6rem);
  }

  .brand-copy strong {
    font-size: 0.82rem;
  }

  .brand-copy small {
    font-size: 0.58rem;
  }

  .hero {
    padding: 2.75rem 0 2.2rem;
  }

  .hero-grid {
    grid-template-columns: 1.15fr 0.85fr;
  }

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

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

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

  .visual-primary {
    inset: 0 8.25rem 4.5rem 0;
  }

  .visual-secondary {
    width: min(10rem, 100%);
  }

  .service-photo {
    height: 9rem;
  }

  .product-photo {
    height: 11rem;
  }

  .contact-map iframe {
    min-height: 30rem;
  }
}

@media (max-width: 760px) {
  .hero-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
  }

  .hero-visual {
    min-height: 16rem;
    display: block;
  }

  .visual-card {
    position: absolute;
  }

  .visual-primary,
  .visual-secondary {
    inset: auto;
  }

  .visual-primary {
    inset: 0 5.5rem 3.1rem 0;
    padding: 0.85rem;
  }

  .visual-primary h2 {
    max-width: 15ch;
    font-size: 0.9rem;
    line-height: 1.14;
  }

  .visual-primary p {
    max-width: 24ch;
    font-size: 0.69rem;
    line-height: 1.35;
  }

  .visual-secondary {
    right: 0;
    bottom: 0;
    width: 6.55rem;
    padding: 0.7rem;
  }

  .visual-secondary strong {
    font-size: 0.72rem;
  }

  .visual-secondary span {
    font-size: 0.63rem;
    line-height: 1.18;
  }
}

.copyright-strip {
  padding: 0 0 1.4rem;
}

.copyright-strip p {
  margin: 0;
  text-align: center;
  font-size: 0.9rem;
  color: #5f6470;
}

.btn-primary,
.btn-primary:visited,
.nav-inquiry-btn,
.nav-inquiry-btn:visited,
.nav-inquiry-btn:hover,
.nav-inquiry-btn:focus-visible {
  color: #ffffff;
}
