:root {
  --bg: #FDFAF6;
  --bg-alt: #F7F0E8;
  --navy: #1a1a2e;
  --coral: #E8505B;
  --coral-light: #F4A0A5;
  --sand: #C9A96E;
  --sand-light: #E8D5B0;
  --warm-gray: #7D7A72;
  --light-gray: #F0EBE3;
  --white: #FFFFFF;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--navy);
  font-family: 'DM Sans', system-ui, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* NAV */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(253,250,246,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--sand-light);
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.35rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--navy);
}

.nav-tagline {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--warm-gray);
  font-weight: 500;
}

/* HERO */
.hero {
  position: relative;
  overflow: hidden;
  padding: 80px 40px 100px;
  background: linear-gradient(160deg, #FDF2EC 0%, #FDFAF6 45%, #EDF4F8 100%);
  min-height: 600px;
  display: flex;
  align-items: center;
}

.hero-bg-shapes {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.shape-circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0.35;
}

.shape-1 {
  width: 420px; height: 420px;
  background: radial-gradient(circle, #E8505B 0%, transparent 70%);
  top: -120px; right: -80px;
  opacity: 0.12;
}

.shape-2 {
  width: 280px; height: 280px;
  background: radial-gradient(circle, #C9A96E 0%, transparent 70%);
  bottom: -60px; right: 180px;
  opacity: 0.18;
}

.shape-3 {
  width: 180px; height: 180px;
  background: radial-gradient(circle, #1a1a2e 0%, transparent 70%);
  top: 40%; left: 5%;
  opacity: 0.04;
}

.shape-tick {
  position: absolute;
  border: 2px solid var(--sand-light);
  border-radius: 50%;
}

.shape-4 { width: 500px; height: 500px; top: -180px; left: -120px; opacity: 0.25; }
.shape-5 { width: 320px; height: 320px; bottom: -80px; right: 8%; opacity: 0.2; border-color: var(--coral-light); border-width: 1px; }
.shape-6 { width: 200px; height: 200px; top: 20%; right: 30%; opacity: 0.12; border-color: var(--navy); }

.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 680px;
  padding-left: 12px;
}

.hero-label {
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 20px;
}

.hero-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(3.5rem, 8vw, 6.5rem);
  font-weight: 700;
  line-height: 1.0;
  letter-spacing: -0.03em;
  color: var(--navy);
  margin-bottom: 28px;
}

.hero-word { display: block; }
.hero-word-hustle { color: var(--coral); font-style: italic; }

.hero-sub {
  font-size: 1.1rem;
  color: var(--warm-gray);
  max-width: 500px;
  line-height: 1.7;
  margin-bottom: 36px;
  font-weight: 300;
}

.hero-icons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-sport-badge {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--white);
  border: 1.5px solid var(--sand-light);
  border-radius: 40px;
  font-size: 0.82rem;
  font-weight: 500;
  color: var(--navy);
  letter-spacing: 0.03em;
}

/* MANIFESTO */
.manifesto {
  padding: 80px 40px;
  background: var(--navy);
  color: var(--white);
}

.manifesto-inner { max-width: 680px; margin: 0 auto; text-align: center; }

.manifesto-rule {
  width: 48px; height: 3px;
  background: var(--coral);
  margin: 0 auto 36px;
  border-radius: 2px;
}

.manifesto-quote {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 1.9rem);
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
  color: var(--sand-light);
  margin-bottom: 32px;
}

.manifesto-body {
  font-size: 0.95rem;
  color: rgba(255,255,255,0.65);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 16px;
}

/* PRODUCTS */
.products {
  padding: 90px 40px;
  background: var(--bg);
}

.products-header { max-width: 600px; margin: 0 auto 60px; text-align: center; }

.section-label {
  font-size: 0.68rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--coral);
  font-weight: 600;
  margin-bottom: 14px;
}

.section-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--navy);
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto;
}

.product-card {
  background: var(--white);
  border: 1.5px solid var(--sand-light);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 48px rgba(26,26,46,0.1);
}

.product-visual {
  padding: 36px 36px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 180px;
}

.product-tee-art svg, .product-bow-art svg, .product-matching-art svg {
  width: 100px;
  height: auto;
}

.product-info { padding: 24px 28px 28px; flex: 1; }

.product-name {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--navy);
}

.product-desc {
  font-size: 0.88rem;
  color: var(--warm-gray);
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 300;
}

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

.tag {
  font-size: 0.68rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 5px 12px;
  background: var(--bg-alt);
  border: 1px solid var(--sand-light);
  border-radius: 20px;
  color: var(--warm-gray);
  font-weight: 500;
}

/* DIFFERENCE */
.difference {
  padding: 80px 40px;
  background: var(--bg-alt);
}

.difference-inner { max-width: 1000px; margin: 0 auto; }

.diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px 32px;
  margin-top: 48px;
}

.diff-item {}

.diff-icon {
  width: 52px; height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--coral);
  border-radius: 12px;
  margin-bottom: 18px;
  color: var(--white);
}

.diff-title {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: var(--navy);
}

.diff-desc {
  font-size: 0.85rem;
  color: var(--warm-gray);
  line-height: 1.7;
  font-weight: 300;
}

/* FAMILY STORY */
.familystory {
  padding: 90px 40px;
  background: var(--bg);
}

.familystory-inner {
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.familystory-art { flex-shrink: 0; }
.familystory-badge { width: 180px; height: 180px; }
.familystory-badge svg { width: 100%; height: 100%; }

.familystory-content { flex: 1; min-width: 280px; }

.familystory-body {
  font-size: 0.95rem;
  color: var(--warm-gray);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 16px;
}

/* CLOSING */
.closing-section {
  padding: 100px 40px;
  background: linear-gradient(160deg, #1a1a2e 0%, #2d1f3d 100%);
  color: var(--white);
}

.closing-inner { max-width: 680px; margin: 0 auto; text-align: center; }

.closing-rule {
  width: 48px; height: 3px;
  background: var(--coral);
  margin: 0 auto 36px;
  border-radius: 2px;
}

.closing-headline {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 3.8rem);
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.02em;
  margin-bottom: 24px;
  color: var(--white);
}

.closing-body {
  font-size: 1rem;
  color: rgba(255,255,255,0.6);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 40px;
}

.closing-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1.5px solid rgba(255,255,255,0.2);
  border-radius: 40px;
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}

/* FOOTER */
.footer {
  padding: 40px;
  background: var(--navy);
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 10px;
}

.footer-tagline {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.45);
  margin-bottom: 12px;
}

.footer-copy {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.3);
  letter-spacing: 0.05em;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-tagline { display: none; }
  .hero { padding: 60px 20px 80px; min-height: auto; }
  .hero-headline { font-size: 3.2rem; }
  .hero-icons { gap: 8px; }
  .hero-sport-badge { font-size: 0.75rem; padding: 8px 14px; }
  .manifesto { padding: 60px 20px; }
  .products { padding: 60px 20px; }
  .difference { padding: 60px 20px; }
  .diff-grid { gap: 28px 20px; }
  .familystory { padding: 60px 20px; }
  .familystory-inner { flex-direction: column; }
  .familystory-art { display: none; }
  .closing-section { padding: 70px 20px; }
  .footer { padding: 30px 20px; }
}

/* TEAM ORDER FORM */
.team-order {
  padding: 90px 40px;
  background: var(--bg);
  border-top: 1px solid var(--sand-light);
}

.team-order-inner { max-width: 1060px; margin: 0 auto; }

.team-order-header { max-width: 600px; margin: 0 auto 60px; text-align: center; }

.team-order-sub {
  font-size: 0.95rem;
  color: var(--warm-gray);
  line-height: 1.7;
  font-weight: 300;
  margin-top: 16px;
}

.team-order-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 48px;
  align-items: start;
}

.order-form {
  background: var(--white);
  border: 1.5px solid var(--sand-light);
  border-radius: 20px;
  padding: 40px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 20px;
}

.form-group label {
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--warm-gray);
  font-weight: 600;
}

.label-optional {
  font-size: 0.7rem;
  letter-spacing: 0;
  text-transform: none;
  font-weight: 400;
  color: var(--sand);
}

.form-group input,
.form-group textarea {
  padding: 13px 16px;
  border: 1.5px solid var(--sand-light);
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--navy);
  background: var(--bg);
  font-family: 'DM Sans', sans-serif;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
  color: var(--sand);
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(232, 80, 91, 0.1);
  background: var(--white);
}

.form-group textarea {
  resize: vertical;
  min-height: 88px;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  width: 100%;
  padding: 13px 40px 13px 16px;
  border: 1.5px solid var(--sand-light);
  border-radius: 10px;
  font-size: 0.92rem;
  color: var(--navy);
  background: var(--bg);
  font-family: 'DM Sans', sans-serif;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
}

.select-wrapper select:focus {
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(232, 80, 91, 0.1);
  background: var(--white);
}

.select-arrow {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--warm-gray);
  pointer-events: none;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 15px 32px;
  background: var(--coral);
  color: var(--white);
  border: none;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  font-family: 'DM Sans', sans-serif;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 16px rgba(232, 80, 91, 0.3);
}

.btn-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(232, 80, 91, 0.4);
  background: #d6454d;
}

.btn-submit:active:not(:disabled) {
  transform: translateY(0);
}

.btn-submit:disabled {
  cursor: not-allowed;
  opacity: 0.75;
}

.btn-submit .btn-loading {
  display: none;
}

.btn-submit.loading .btn-text { display: none; }
.btn-submit.loading .btn-loading { display: inline-flex; align-items: center; gap: 8px; }

@keyframes spin { to { transform: rotate(360deg); } }
.spin { animation: spin 0.8s linear infinite; }

.form-success, .form-error {
  display: none;
  align-items: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 10px;
  font-size: 0.88rem;
  font-weight: 500;
  margin-top: 16px;
}

.form-success {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  color: #15803d;
}

.form-error {
  background: #fff5f5;
  border: 1px solid #fecaca;
  color: var(--coral);
}

/* ORDER ASIDE */
.order-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.aside-card {
  background: var(--white);
  border: 1.5px solid var(--sand-light);
  border-radius: 16px;
  padding: 24px;
}

.aside-icon {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #FDF2EC, #FDFAF6);
  border-radius: 10px;
  color: var(--coral);
  margin-bottom: 14px;
}

.aside-card h4 {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 6px;
}

.aside-card p {
  font-size: 0.82rem;
  color: var(--warm-gray);
  line-height: 1.6;
  font-weight: 300;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .hero-headline { font-size: 2.8rem; }
  .section-title { font-size: 1.8rem; }
  .team-order { padding: 60px 20px; }
  .team-order-layout { grid-template-columns: 1fr; }
  .order-form { padding: 28px 24px; }
  .form-row { grid-template-columns: 1fr; }
  .order-aside { display: none; }
}
