/* CLOTHING BY XINON · CLEAN WEBSITE CSS */

:root {
  --black: #050505;
  --black-soft: #0c0c0c;
  --white: #ffffff;
  --muted: #b8b0aa;
  --red: #bd3324;
  --red-bright: #e33829;
  --line: rgba(255, 255, 255, 0.14);
  --panel: rgba(12, 12, 12, 0.82);
  --glow: rgba(227, 56, 41, 0.34);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--white);
  background: var(--black);
  font-family: "Space Grotesk", Arial, sans-serif;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }

#backgroundParticles {
  position: fixed;
  inset: 0;
  z-index: -4;
  background:
    radial-gradient(circle at 65% 20%, rgba(189, 51, 36, 0.28), transparent 28%),
    linear-gradient(115deg, #030303, #080808 45%, #170705);
}

.background-lines {
  position: fixed;
  inset: 0;
  z-index: -3;
  opacity: 0.12;
  background: repeating-linear-gradient(45deg, transparent 0, transparent 34px, rgba(255, 255, 255, 0.05) 35px, transparent 36px);
  pointer-events: none;
}

/* top ticker */
.top-ticker {
  position: relative;
  z-index: 70;
  overflow: hidden;
  background: var(--red-bright);
  color: #050505;
}
.ticker-track {
  display: flex;
  width: max-content;
  gap: 46px;
  padding: 10px 0;
  animation: tickerMove 24s linear infinite;
}
.ticker-track span {
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
}
.ticker-track span::before {
  content: "●";
  margin-right: 14px;
}
@keyframes tickerMove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

/* header */
.site-header {
  position: sticky;
  top: 8px;
  z-index: 50;
  width: min(1420px, calc(100% - 26px));
  min-height: 96px;
  margin: 12px auto 0;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(4, 4, 4, 0.78);
  border: 1px solid var(--line);
  border-radius: 0 0 18px 18px;
  backdrop-filter: blur(14px);
}
.brand img { height: 80px; display: block; }
.main-nav { display: flex; align-items: center; gap: 24px; }
.main-nav a {
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #d9d5d1;
}
.main-nav a:hover { color: var(--red-bright); }

.header-button, .button {
  min-height: 52px;
  padding: 0 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 8px;
  border: 1px solid rgba(227, 56, 41, 0.65);
  font-family: "Rajdhani", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
}
.header-button, .button.primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--red-bright), #7d140e);
  box-shadow: 0 0 24px rgba(227, 56, 41, 0.24);
}
.button.secondary {
  color: var(--white);
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.18);
}
.button.dark {
  color: var(--white);
  background: #050505;
  border-color: #050505;
}
.menu-button {
  display: none;
  padding: 12px 16px;
  color: var(--white);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 8px;
}

/* hero */
.hero {
  width: min(1420px, calc(100% - 34px));
  min-height: 720px;
  margin: 0 auto;
  padding: 70px 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-badge {
  margin-bottom: 24px;
  padding: 10px 18px;
  display: inline-flex;
  gap: 16px;
  color: #ff4b3c;
  background: rgba(189, 51, 36, 0.08);
  border: 1px solid rgba(227, 56, 41, 0.65);
  border-radius: 8px;
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 0 0 26px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(72px, 7.5vw, 150px);
  line-height: 0.84;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.hero h1 span {
  display: block;
  color: #ff3629;
  text-shadow: 0 0 28px rgba(227, 56, 41, 0.42);
}
.hero p {
  max-width: 610px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}
.hero-points, .hero-actions, .stats { display: flex; flex-wrap: wrap; }
.hero-points { gap: 34px; margin: 30px 0; color: #ded8d4; font-size: 14px; }
.hero-actions { gap: 14px; margin-bottom: 34px; }
.stats { gap: 44px; }
.stats div { padding-right: 38px; border-right: 1px solid var(--line); }
.stats div:last-child { border-right: 0; }
.stats strong {
  display: block;
  color: #ff3629;
  font-family: "Bebas Neue", sans-serif;
  font-size: 48px;
  line-height: 1;
    letter-spacing: 2px;
}
.stats small {
  color: #8d8580;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  letter-spacing: 0.23em;
  text-transform: uppercase;
}

/* hero logo orbit */
.logo-orbit {
  position: relative;
  width: min(620px, 100%);
  aspect-ratio: 1;
  margin-left: auto;
  display: grid;
  place-items: center;
  overflow: visible;
}
.logo-orbit::before {
  content: "";
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(227, 56, 41, 0.24), transparent 62%);
}
.logo-orbit img {
  position: relative;
  z-index: 4;
  width: 26%;
  filter: drop-shadow(0 0 28px rgba(227, 56, 41, 0.45));
}
.neon-ring {
  position: absolute;
  width: 62%;
  height: 62%;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: var(--red-bright);
  border-left-color: rgba(227, 56, 41, 0.25);
  filter: drop-shadow(0 0 12px rgba(227, 56, 41, 0.8));
  animation: neonLogoCircle 5s linear infinite;
}
.soft-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.ring-a { width: 48%; height: 48%; }
.ring-b { width: 34%; height: 34%; border-color: rgba(227, 56, 41, 0.45); }
@keyframes neonLogoCircle { to { transform: rotate(360deg); } }

.floating-pill {
  position: absolute;
  z-index: 5;
  padding: 13px 20px;
  background: rgba(18, 18, 18, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 9px;
  font-weight: 800;
}
.pill-one { left: 15%; top: 16%; }
.pill-two { right: 3%; top: 43%; }
.pill-three { left: 20%; bottom: 13%; }

/* sections */
.section {
  width: min(1420px, calc(100% - 34px));
  margin: 0 auto;
  padding: 70px 0;
}
.section-title { margin-bottom: 34px; text-align: center; }
.section-title p, .small-label {
  margin: 0 0 6px;
  color: #ff4738;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.section-title h2, .quote-box h2, .faq-box h2 {
  margin: 0;
  font-family: "Bebas Neue", sans-serif;
  font-size: 56px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.section-title span {
  display: block;
  max-width: 620px;
  margin: 0 auto;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* services */
.services-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 18px; }
.service-card {
  min-height: 360px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(45, 15, 12, 0.75), rgba(8, 8, 8, 0.95));
  border: 1px solid rgba(227, 56, 41, 0.55);
  border-radius: 18px;
  transition: transform 0.25s ease;
}
.service-card:hover { transform: translateY(-8px); }
.service-card img { width: 100%; height: 176px; display: block; object-fit: cover; }
.service-card div { padding: 22px; }
.service-card h3, .process-card h3, .why-card h3, .team-card h3 {
  margin: 0 0 12px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.service-card h3 { font-family: "Bebas Neue"; font-size: 32px; line-height: 0.95; }
.service-card p, .process-card p, .why-card p, .team-card p {
  margin: 0 0 18px;
  color: #c7c0bc;
  font-size: 14px;
  line-height: 1.6;
}
.service-card a { color: #ff4738; font-family: "Rajdhani"; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase; }

/* process and why */
.process-section, .why-section { background: rgba(255,255,255,0.025); }
.process-grid, .why-grid {
  max-width: 1060px;
  margin: 34px auto 0;
  display: grid;
  gap: 22px;
}
.process-grid { grid-template-columns: repeat(3, 1fr); }
.why-grid { grid-template-columns: repeat(3, 1fr); }
.process-card, .why-card, .team-card {
  background: rgba(18, 18, 18, 0.88);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.process-card:hover, .why-card:hover, .team-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227,56,41,0.5);
}
.process-card { min-height: 250px; padding: 34px 26px; text-align: center; }
.process-card strong {
  display: block;
  margin-bottom: 18px;
  color: var(--red-bright);
  font-family: "Bebas Neue";
  font-size: 44px;
}
.process-icon { margin-bottom: 16px; font-size: 24px; }
.why-card { min-height: 190px; padding: 28px; }
.why-card span { display: block; margin-bottom: 24px; font-size: 24px; }
.process-cta {
  max-width: 1060px;
  margin: 34px auto 0;
  padding: 32px 38px;
  display: flex;
  justify-content: space-between;
  gap: 28px;
  color: #050505;
  background: var(--red-bright);
  border-radius: 12px;
}
.process-cta h3 { margin: 0 0 8px; font-family: "Bebas Neue"; font-size: 42px; letter-spacing: 0.04em; }
.process-cta p { margin: 0; max-width: 620px; color: rgba(5,5,5,0.72); line-height: 1.6; }

/* team */
.team-grid {
  max-width: 1060px;
  margin: 34px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card { padding: 28px 18px; text-align: center; }
.team-card img {
  width: 132px;
  height: 132px;
  margin: 0 auto 18px;
  display: block;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(227,56,41,0.55);
}
.team-card p { color: var(--red-bright); font-weight: 700; }

/* certificates */
.certificate-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.certificate-card {
  padding: 18px;
  background: rgba(15,15,15,0.78);
  border: 1px solid rgba(227,56,41,0.32);
  border-radius: 16px;
}

.certificate-card img { width: 100%; height: 120px; object-fit: contain; }

/* quote faq */
.quote-faq-section {
  padding: 42px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 60px;
  background: linear-gradient(135deg, rgba(23,12,10,0.9), rgba(12,12,12,0.85));
  border: 1px solid rgba(227,56,41,0.38);
  border-radius: 18px;
}
.quote-box p { color: var(--muted); line-height: 1.6; }
.form-grid { margin-top: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
input, textarea {
  width: 100%;
  padding: 15px 16px;
  color: var(--white);
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 7px;
  outline: none;
}
textarea { margin: 14px 0; resize: vertical; }
input:focus, textarea:focus { border-color: #ff4738; }

.faq-box details {
  margin: 13px 0;
  overflow: hidden;
  background: rgba(255,255,255,0.045);
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 7px;
}
.faq-box summary {
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
}
.faq-box summary::after { content: "+"; transition: transform 0.25s ease; }
.faq-box details[open] summary::after { content: "−"; transform: rotate(180deg); }
.faq-box details p {
  padding: 0 18px 16px;
  color: var(--muted);
  line-height: 1.6;
  animation: faqOpen 0.25s ease;
}
@keyframes faqOpen {
  from { opacity: 0; transform: translateY(-6px); }
  to { opacity: 1; transform: translateY(0); }
}

/* footer */
.footer {
  width: min(1420px, calc(100% - 20px));
  margin: 40px auto 14px;
  overflow: hidden;
  background: rgba(8,8,8,0.88);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 18px;
}
.footer-grid {
  padding: 38px 42px;
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.8fr 0.9fr 0.8fr;
  gap: 32px;
}
.footer-brand img { max-width: 210px; }
.footer p, .footer a { color: #9f9792; line-height: 1.7; }
.footer h4 {
  margin: 0 0 18px;
  font-family: "Rajdhani";
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.footer a { display: block; margin: 8px 0; }
.footer a:hover { color: #ff4738; }
.social-links { margin-top: 18px; display: flex; gap: 10px; }
.social-links a {
  width: 34px; height: 34px;
  display: grid; place-items: center;
  color: #ff4738;
  border: 1px solid rgba(227,56,41,0.45);
  border-radius: 50%;
  font-size: 12px;
}
.footer-certs { display: grid; gap: 10px; }
.footer-certs img {
  width: 150px;
  height: 58px;
  object-fit: contain;
  background: #060606;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 8px;
}
.copyright { padding: 16px; color: #8e8580; text-align: center; border-top: 1px solid rgba(255,255,255,0.1); }

.whatsapp-float {
  position: fixed;
  right: 28px;
  bottom: 30px;
  z-index: 60;
  width: 70px;
  height: 70px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 0 14px rgba(25,212,91,0.12), 0 0 35px rgba(25,212,91,0.5);
}
.whatsapp-float img { width: 100%; height: 100%; display: block; }
.top-button {
  position: fixed;
  right: 28px;
  bottom: 114px;
  width: 38px;
  height: 38px;
  display: none;
  color: #ff4738;
  background: #1a0705;
  border: 1px solid rgba(227,56,41,0.6);
  border-radius: 6px;
}
.top-button.show { display: block; }

.reveal { opacity: 0; transform: translateY(24px); transition: 0.7s ease; }
.reveal.show { opacity: 1; transform: none; }

/* catalogue page */
.catalogue-page { min-height: 100vh; display: grid; place-items: center; padding: 30px; }
.catalogue-wrap {
  width: min(720px, 100%);
  padding: 50px;
  text-align: center;
  background: rgba(8,8,8,0.86);
  border: 1px solid rgba(227,56,41,0.45);
  border-radius: 22px;
}
.catalogue-wrap img { width: 220px; max-width: 100%; margin-bottom: 24px; }
.catalogue-wrap h1 { margin: 0 0 14px; font-family: "Bebas Neue"; font-size: clamp(58px, 8vw, 96px); letter-spacing: 0.04em; text-transform: uppercase; }
.catalogue-wrap p { color: var(--muted); line-height: 1.7; }
.catalogue-wrap .button { margin: 10px; }

.submit-message {
  display: none;
  margin-top: 16px;
  padding: 16px 18px;
  color: #4ade80;
  background: rgba(74, 222, 128, 0.10);
  border: 1px solid rgba(74, 222, 128, 0.55);
  border-radius: 8px;
  font-weight: 700;
  text-align: center;
}

.submit-message.show {
  display: block;
}


/* responsive */
@media (max-width: 1180px) {
  .main-nav {
    position: absolute;
    top: 100px;
    left: 16px;
    right: 16px;
    display: none;
    padding: 18px;
    background: #070707;
    border: 1px solid var(--line);
    border-radius: 12px;
  }
  .main-nav.open { display: grid; gap: 14px; }
  .header-button { display: none; }
  .menu-button { display: block; }
  .hero { grid-template-columns: 1fr; }
  .logo-orbit { margin: auto; }
  .services-grid { grid-template-columns: repeat(3, 1fr); }
  .process-grid, .why-grid, .team-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .process-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 86px;
    padding: 10px 16px;
    backdrop-filter: none;
    background: rgba(4,4,4,0.95);
  }
  .brand img { height: 58px; }
  .ticker-track { gap: 26px; }
  .ticker-track span { font-size: 13px; }
  .hero { padding-top: 38px; min-height: auto; }
  .hero h1 { font-size: 82px; }
  .stats { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
  .stats div { border-right: 0; }
  .logo-orbit { min-height: 410px; }
  .floating-pill { display: none; }
  .neon-ring { width: 72%; height: 72%; animation-duration: 7s; }
  .services-grid, .process-grid, .why-grid, .team-grid, .certificate-grid, .quote-faq-section, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .quote-faq-section { padding: 24px; }
  .service-card, .certificate-card, .quote-faq-section, .footer, .process-card, .why-card, .team-card { box-shadow: none; }
}


/* shipping partners */
.shipping-section {
  padding-top: 70px;
}

.shipping-grid {
  max-width: 980px;
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.shipping-card {
  min-height: 50px;
  padding: 22px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top right, rgba(227, 56, 41, 0.12), transparent 42%),
    rgba(15, 15, 15, 0.78);
  border: 1px solid rgba(227, 56, 41, 0.32);
  border-radius: 16px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.shipping-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 56, 41, 0.65);
  box-shadow: 0 0 34px rgba(227, 56, 41, 0.16);
}

.shipping-card img {
  width: 200px;
  height: 130px;
  object-fit: contain;
  display: block;
}


.payment-methods-section {
  padding-top: 80px;
}

.payment-logo-grid {
  max-width: 1120px;
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

.payment-logo-card {
  width: 230px;
  height: 150px;
  padding: 34px;
  display: grid;
  place-items: center;
  background:
    radial-gradient(circle at top right, rgba(227, 56, 41, 0.10), transparent 42%),
    rgba(15, 15, 15, 0.78);
  border: 1px solid rgba(227, 56, 41, 0.38);
  border-radius: 16px;
  transition: 0.25s ease;
}

.payment-logo-card:hover {
  transform: translateY(-6px);
  border-color: rgba(227, 56, 41, 0.72);
  box-shadow: 0 0 34px rgba(227, 56, 41, 0.16);
}

.payment-logo-card img {
  width: 90%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.remitly img {
  transform: translateY(-17px);
}

.banktransfer img {
    width: 70%;
  height: 90%;
  transform: translateY(-20px);
}

@media (max-width: 760px) {
  .payment-logo-grid {
    gap: 16px;
  }

  .payment-logo-card {
    width: 70%;
    max-width: 200px;
    height: 135px;
    padding: 30px;
  }
}


@media (max-width: 1180px) {
  .shipping-grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 700px;
  }
}

@media (max-width: 760px) {
  .shipping-grid {
    grid-template-columns: 1fr;
  }

  .shipping-card {
    min-height: 130px;
  }

  .shipping-card img {
    width: 145px;
    height: 76px;
  }

.error-page {
  margin: 0;
  min-height: 100vh;
  background: #070707;
  color: #fff;
  font-family: Arial, sans-serif;
}

.error-wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.error-card {
  max-width: 620px;
  width: 100%;
  text-align: center;
  padding: 60px 35px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  background: radial-gradient(circle at top, rgba(180, 140, 80, 0.18), rgba(255, 255, 255, 0.04));
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.45);
}

.error-label {
  letter-spacing: 4px;
  font-size: 13px;
  color: #c9a76a;
  margin-bottom: 16px;
}

.error-card h1 {
  font-size: clamp(42px, 8vw, 86px);
  margin: 0 0 18px;
  line-height: 1;
}

.error-text {
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 34px;
}

.error-btn {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 999px;
  background: #c9a76a;
  color: #070707;
  text-decoration: none;
  font-weight: 700;
}

.error-btn:hover {
  opacity: 0.85;
}
  
}
