:root {
  --bg: #ffffff;
  --surface: rgba(255,255,255,0.92);
  --surface-strong: #ffffff;
  --text: #152033;
  --muted: #61708b;
  --line: #e5e9f2;
  --primary: #2148ff;
  --primary-soft: #edf1ff;
  --accent: #ff4fa3;
  --accent-soft: #fff0f7;
  --shadow: 0 18px 50px rgba(30, 52, 100, 0.10);
  --radius: 26px;
  --radius-sm: 18px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 12% 12%, rgba(33,72,255,0.08), transparent 18%),
    radial-gradient(circle at 88% 16%, rgba(255,79,163,0.08), transparent 20%),
    radial-gradient(circle at 50% 78%, rgba(33,72,255,0.05), transparent 22%);
  z-index: -1;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,0.84);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(229,233,242,0.85);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}

.brand-badge {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: var(--shadow);
}

.brand-text { font-size: 1rem; }

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

.menu a {
  color: var(--muted);
  font-weight: 600;
}

.menu a:hover { color: var(--text); }

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

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 999px;
  padding: 14px 22px;
  font-weight: 700;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  box-shadow: 0 16px 28px rgba(33,72,255,0.18);
}

.btn-secondary {
  background: #fff;
  border: 1px solid var(--line);
  color: var(--text);
}

.hero {
  padding: 52px 0 24px;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 38px;
  align-items: center;
}

.eyebrow, .section-tag, .panel-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(33,72,255,0.12);
  background: var(--primary-soft);
  color: var(--primary);
  border-radius: 999px;
  padding: 8px 14px;
  font-size: .88rem;
  font-weight: 700;
}

.hero h1, .section-heading h2, .cta-content h2, .contact-card h2 {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.05;
  margin: 18px 0 16px;
}

.hero h1 {
  font-size: clamp(2.6rem, 6vw, 5rem);
  max-width: 640px;
}

.hero-text {
  font-size: 1.1rem;
  color: var(--muted);
  max-width: 680px;
}

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

.contact-pill {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  padding: 18px 22px;
  border-radius: 20px;
  background: var(--surface);
  border: 1px solid rgba(229,233,242,0.8);
  box-shadow: var(--shadow);
}

.contact-pill span {
  font-size: .9rem;
  color: var(--muted);
}

.contact-pill strong {
  font-size: 1.15rem;
  font-family: 'Montserrat', sans-serif;
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.visual-card {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
  padding: 24px;
  border-radius: 28px;
  background: var(--surface-strong);
  border: 1px solid rgba(229,233,242,0.75);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0), rgba(20,32,51,0.02));
}

.visual-card span {
  position: relative;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 1.1rem;
}

.card-a { top: 0; left: 0; width: 58%; height: 56%; }
.card-b { right: 0; top: 10%; width: 36%; height: 38%; }
.card-c { right: 8%; bottom: 0; width: 48%; height: 44%; }

.shirt-shape, .cap-shape, .apron-shape {
  position: relative;
  margin: auto;
}

.shirt-shape {
  width: 170px;
  height: 175px;
  background: linear-gradient(135deg, #5f7cff, #ff89c4);
  clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 24%, 88% 38%, 83% 100%, 17% 100%, 12% 38%, 0 24%);
  filter: drop-shadow(0 15px 18px rgba(33,72,255,0.2));
}

.cap-shape {
  width: 130px;
  height: 78px;
  background: linear-gradient(135deg, #1d2659, #2148ff);
  border-radius: 110px 110px 20px 20px;
  box-shadow: 28px 22px 0 -10px rgba(255,79,163,0.95);
}

.apron-shape {
  width: 145px;
  height: 185px;
  background: linear-gradient(135deg, #ff72b7, #ffb3da);
  clip-path: polygon(28% 0, 72% 0, 84% 16%, 84% 100%, 16% 100%, 16% 16%);
  filter: drop-shadow(0 16px 18px rgba(255,79,163,0.18));
}

.stitch-ring {
  position: absolute;
  left: 13%;
  bottom: 10%;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 2px dashed rgba(33,72,255,0.3);
}

.stitch-line {
  position: absolute;
  border-top: 3px dashed rgba(255,79,163,0.4);
  border-radius: 999px;
}

.stitch-1 { width: 110px; top: 8%; right: 12%; transform: rotate(12deg); }
.stitch-2 { width: 170px; bottom: 26%; left: 8%; transform: rotate(-18deg); }

.summary-strip {
  padding: 18px 0 0;
}

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

.summary-grid article {
  background: var(--surface);
  border: 1px solid rgba(229,233,242,0.85);
  border-radius: 24px;
  padding: 24px;
  box-shadow: var(--shadow);
}

.summary-grid h3, .info-card h3, .product-card h3, .contact-panel h3, .footer h3 {
  margin: 0 0 8px;
  font-family: 'Montserrat', sans-serif;
}

.summary-grid p, .section-heading p, .info-card p, .contact-card p, .contact-panel p, .footer p { color: var(--muted); margin: 0; }

.section {
  padding: 92px 0;
}

.section-alt {
  background: linear-gradient(180deg, rgba(237,241,255,0.55), rgba(255,255,255,0));
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-heading.centered {
  text-align: center;
  margin-inline: auto;
  margin-bottom: 42px;
}

.section-heading h2, .cta-content h2, .contact-card h2 {
  font-size: clamp(2rem, 4vw, 3.2rem);
}

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

.info-card, .product-card, .contact-card, .contact-panel {
  background: var(--surface-strong);
  border: 1px solid rgba(229,233,242,0.85);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.info-card {
  padding: 28px;
  min-height: 260px;
}

.card-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  font-weight: 800;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(135deg, var(--primary), var(--accent));
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}

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

.product-card {
  overflow: hidden;
}

.product-top {
  height: 210px;
  position: relative;
}

.product-top::before,
.product-top::after {
  content: "";
  position: absolute;
  inset: auto;
}

.shirt-bg, .tee-bg, .cap-bg, .apron-bg, .coat-bg, .more-bg {
  background: linear-gradient(135deg, rgba(33,72,255,0.12), rgba(255,79,163,0.14));
}

.shirt-bg::before {
  width: 130px; height: 130px; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #2148ff, #7e98ff); clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 24%, 88% 38%, 83% 100%, 17% 100%, 12% 38%, 0 24%);
}
.tee-bg::before {
  width: 138px; height: 140px; left: 50%; top: 50%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #ff4fa3, #ff8ec6); clip-path: polygon(20% 0, 38% 12%, 62% 12%, 80% 0, 100% 24%, 88% 38%, 83% 100%, 17% 100%, 12% 38%, 0 24%);
}
.cap-bg::before {
  width: 120px; height: 72px; left: 50%; top: 42%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #132244, #2148ff); border-radius: 100px 100px 18px 18px;
}
.cap-bg::after {
  width: 62px; height: 22px; left: calc(50% + 34px); top: calc(42% + 26px); transform: translate(-50%, -50%) skewX(-22deg);
  background: #ff4fa3; border-radius: 18px;
}
.apron-bg::before {
  width: 115px; height: 145px; left: 50%; top: 52%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #ff6ab3, #ffbddf); clip-path: polygon(28% 0, 72% 0, 84% 16%, 84% 100%, 16% 100%, 16% 16%);
}
.coat-bg::before {
  width: 128px; height: 150px; left: 50%; top: 52%; transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #ffffff, #eaf0ff); border: 2px solid rgba(33,72,255,0.12); border-radius: 24px 24px 18px 18px;
}
.more-bg::before {
  width: 120px; height: 120px; left: 50%; top: 50%; transform: translate(-50%, -50%); border-radius: 50%;
  border: 2px dashed rgba(33,72,255,0.36);
}
.more-bg::after {
  content: "+"; left: 50%; top: 50%; transform: translate(-50%, -50%); position: absolute; font-size: 3rem; font-weight: 800; color: var(--primary);
}

.product-card h3 {
  padding: 22px 22px 26px;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 210px;
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid rgba(229,233,242,0.85);
  box-shadow: var(--shadow);
}

.gallery-card.tall { grid-row: span 2; }
.gallery-card.wide { grid-column: span 2; }

.gradient-one { background: linear-gradient(160deg, #2148ff, #9ab0ff); }
.gradient-two { background: linear-gradient(160deg, #ff4fa3, #ffb6db); }
.gradient-three { background: linear-gradient(160deg, #14213f, #3959d6); }
.gradient-four { background: linear-gradient(160deg, #f4f7ff, #d9e3ff); }
.gradient-five { background: linear-gradient(160deg, #ffe8f3, #fff8fc); }
.gradient-six { background: linear-gradient(160deg, #edf1ff, #ffffff); }

.gallery-card::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -30px;
  bottom: -30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.14);
}

.gallery-card::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  left: 18px;
  top: 18px;
  border: 2px dashed rgba(255,255,255,0.28);
  border-radius: 24px;
}

.gallery-overlay {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,0.82);
  backdrop-filter: blur(12px);
  font-weight: 800;
  font-family: 'Montserrat', sans-serif;
}

.cta-block {
  padding: 0 0 24px;
}

.cta-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 40px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, #132244, #2148ff 52%, #ff4fa3);
  box-shadow: 0 24px 50px rgba(26, 46, 95, 0.22);
}

.cta-content p { margin: 0 0 6px; color: rgba(255,255,255,0.86); }
.cta-phone {
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  font-family: 'Montserrat', sans-serif;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.cta-actions .btn-secondary {
  border-color: rgba(255,255,255,0.2);
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 22px;
}

.contact-card, .contact-panel {
  padding: 34px;
}

.contact-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
}

.contact-list li {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 20px;
  border-radius: 18px;
  background: var(--primary-soft);
}

.contact-list span { color: var(--muted); }
.contact-list strong { font-size: 1.2rem; font-family: 'Montserrat', sans-serif; }

.contact-panel {
  background: linear-gradient(180deg, #ffffff, #f8faff);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-big {
  display: inline-block;
  margin: 14px 0 12px;
  font-size: clamp(1.6rem, 5vw, 2.5rem);
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  color: var(--primary);
}

.footer {
  padding: 26px 0 42px;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  gap: 22px;
  align-items: flex-end;
  padding-top: 28px;
  border-top: 1px solid var(--line);
}

.footer a {
  font-weight: 800;
  color: var(--primary);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  box-shadow: 0 18px 30px rgba(37, 211, 102, 0.3);
  z-index: 60;
}

.whatsapp-float svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}

@media (max-width: 1080px) {
  .hero-grid,
  .contact-grid,
  .cards-grid.services-grid,
  .product-grid,
  .summary-grid { grid-template-columns: 1fr 1fr; }

  .hero-visual { min-height: 480px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .cta-content { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .menu-toggle { display: block; }
  .nav-cta { display: none; }
  .menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 18px;
    background: rgba(255,255,255,0.98);
    border: 1px solid var(--line);
    border-radius: 20px;
    box-shadow: var(--shadow);
  }
  .menu.open { display: flex; }

  .hero-grid,
  .summary-grid,
  .cards-grid.services-grid,
  .product-grid,
  .contact-grid,
  .gallery-grid { grid-template-columns: 1fr; }

  .hero { padding-top: 28px; }
  .hero-visual { min-height: 420px; }
  .card-a { width: 62%; height: 48%; }
  .card-b { width: 40%; top: 7%; }
  .card-c { width: 52%; }
  .gallery-card.wide, .gallery-card.tall { grid-column: auto; grid-row: auto; }
  .section { padding: 72px 0; }
  .cta-content, .contact-card, .contact-panel { padding: 28px; }
  .footer-content { flex-direction: column; align-items: flex-start; }
}
