/*
Theme Name: Mixit Wholesale Launch
Theme URI: https://www.mixitwholesale.com/
Author: Cloud Web Interface
Description: Lightweight launch theme for Mixit Wholesale.
Version: 1.0.1
Text Domain: mixitwholesale
*/

:root {
  --ink: #14262b;
  --muted: #54666b;
  --teal: #0f6f72;
  --teal-dark: #094f52;
  --mint: #dff4ef;
  --cream: #fbf8f1;
  --coral: #e77b60;
  --white: #ffffff;
  --line: #d9e4e2;
  --shadow: 0 18px 50px rgba(20, 38, 43, 0.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}
a { color: var(--teal-dark); }
a:hover, a:focus { color: var(--coral); }
.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 12px 18px;
  background: var(--ink);
  color: var(--white);
}
.skip-link:focus { left: 12px; top: 12px; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 228, 226, 0.9);
  background: rgba(251, 248, 241, 0.94);
  backdrop-filter: blur(14px);
}
.header-inner,
.footer-inner,
.section-inner,
.page-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.015em;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal), var(--coral));
  box-shadow: 0 8px 20px rgba(15, 111, 114, 0.25);
}
.site-nav { display: flex; align-items: center; gap: 24px; }
.site-nav a { color: var(--ink); font-weight: 650; text-decoration: none; }
.site-nav a:hover, .site-nav a:focus { color: var(--teal); }
.button,
.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  color: var(--white) !important;
  background: var(--teal);
  font-weight: 750;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(15, 111, 114, 0.2);
  transition: transform .2s ease, background .2s ease;
}
.button:hover, .button:focus, .nav-cta:hover, .nav-cta:focus {
  color: var(--white) !important;
  background: var(--teal-dark);
  transform: translateY(-2px);
}
.hero {
  overflow: hidden;
  position: relative;
  padding: 110px 0 96px;
  background:
    radial-gradient(circle at 90% 15%, rgba(231, 123, 96, .2), transparent 30%),
    radial-gradient(circle at 10% 90%, rgba(15, 111, 114, .16), transparent 34%),
    var(--cream);
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  align-items: center;
  gap: 72px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--teal);
  font-size: .79rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1, h2 { margin: 0; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.35rem); }
.hero-copy { max-width: 680px; margin: 26px 0 34px; color: var(--muted); font-size: 1.18rem; }
.hero-card {
  position: relative;
  min-height: 390px;
  padding: 42px;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 34px;
  background: linear-gradient(155deg, rgba(255,255,255,.96), rgba(223,244,239,.82));
  box-shadow: var(--shadow);
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 999px;
}
.hero-card::before { width: 160px; height: 160px; top: -38px; right: -24px; background: rgba(231,123,96,.22); }
.hero-card::after { width: 110px; height: 110px; bottom: 28px; left: -24px; background: rgba(15,111,114,.18); }
.hero-card-label { position: relative; z-index: 1; color: var(--teal); font-weight: 800; }
.hero-card strong { position: relative; z-index: 1; display: block; margin-top: 70px; font-size: 2rem; line-height: 1.2; }
.hero-card p { position: relative; z-index: 1; color: var(--muted); }
.section { padding: 92px 0; }
.section-white { background: var(--white); }
.section-lead { max-width: 700px; margin: 22px 0 44px; color: var(--muted); font-size: 1.08rem; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(20,38,43,.05);
}
.feature-number { color: var(--coral); font-size: .8rem; font-weight: 850; letter-spacing: .14em; }
.feature-card h2 { margin: 18px 0 14px; font-size: 1.45rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--muted); }
.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 50px;
  border-radius: 30px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-dark), var(--teal));
}
.cta-panel h2 { font-size: clamp(1.9rem, 3vw, 2.8rem); }
.cta-panel p { max-width: 620px; margin: 14px 0 0; color: rgba(255,255,255,.78); }
.cta-panel .button { color: var(--ink) !important; background: var(--white); box-shadow: none; }
.cta-panel .button:hover, .cta-panel .button:focus { color: var(--ink) !important; background: var(--mint); }
.page-shell { min-height: 58vh; padding: 76px 0 96px; }
.page-shell h1 { margin-bottom: 30px; font-size: clamp(2.5rem, 5vw, 4.2rem); }
.page-content { max-width: 820px; }
.page-content h2 { margin: 42px 0 14px; font-size: 1.8rem; }
.page-content p { color: var(--muted); }
.policy-title { margin-bottom: 28px; font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 850; line-height: 1.1; letter-spacing: -.035em; }
.policy-content { max-width: 880px; }
.policy-content p { color: var(--muted); }
.site-footer { padding: 44px 0; color: rgba(255,255,255,.76); background: var(--ink); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.site-footer a { color: rgba(255,255,255,.86); text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: var(--white); text-decoration: underline; }

@media (max-width: 820px) {
  .hero { padding: 82px 0 72px; }
  .hero-grid { grid-template-columns: 1fr; gap: 44px; }
  .hero-card { min-height: 310px; }
  .card-grid { grid-template-columns: 1fr; }
  .cta-panel { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .header-inner, .footer-inner, .section-inner, .page-shell { width: min(100% - 28px, 1120px); }
  .site-header { position: relative; backdrop-filter: none; }
  .header-inner { min-height: 70px; }
  .site-nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 66px; }
  .hero-card { min-height: 280px; padding: 30px; border-radius: 26px; }
  .hero-card strong { margin-top: 54px; font-size: 1.65rem; }
  .section { padding: 70px 0; }
  .cta-panel { padding: 34px 28px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
