/* ============================================================
   IC LINKS CO — Home Page Styles
   ============================================================ */

/* ── HERO — full-bleed image with copy overlaid on top ──── */
.hero {
  position: relative;
  min-height: 640px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: linear-gradient(160deg, var(--plum), var(--plum-dark)); /* shows while the image loads / if missing */
}
.hero-image-bg { position: absolute; inset: 0; z-index: 0; }
.hero-image-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; }
.hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  /* darkest on the left where the copy sits, sheer toward the right so the photo still reads */
  background: linear-gradient(100deg, rgba(58,51,64,0.75) 0%, rgba(58,51,64,0.48) 42%, rgba(58,51,64,0.16) 72%);
}
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  padding: 6rem 2rem;
}
.hero-copy { max-width: 560px; }
.hero-copy .eyebrow { color: var(--rose-light); }
.hero-copy h1 { margin-bottom: 1.4rem; color: var(--white); }
.hero-copy h1 em { color: var(--rose-light); font-style: italic; }
.hero-sub { font-size: 1.12rem; color: rgba(255,255,255,0.9); margin-bottom: 2rem; max-width: 480px; }
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; align-items: center; }

@media (max-width: 760px) {
  .hero { min-height: 560px; }
  .hero-inner { padding: 4.5rem 1.25rem; }
  .hero-overlay { background: linear-gradient(180deg, rgba(58,51,64,0.5) 0%, rgba(58,51,64,0.78) 100%); }
}

/* ── VALUE STRIP ───────────────────────────────────────── */
.value-strip { background: var(--charcoal); }
.value-strip .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  padding-top: 2rem; padding-bottom: 2rem;
}
.value-item { display: flex; align-items: center; gap: 0.8rem; color: var(--ivory); }
.value-item svg { width: 26px; height: 26px; color: var(--gold-light); flex-shrink: 0; }
.value-item strong { display: block; font-size: 0.86rem; font-weight: 600; letter-spacing: 0.02em; }
.value-item span { font-size: 0.76rem; color: rgba(255,255,255,0.55); }

/* ── WHAT IS IC LINKS ──────────────────────────────────── */
.what-is .section-header { max-width: 720px; margin-left: auto; margin-right: auto; }
.what-is .section-header p { font-size: 1.05rem; }

/* ── STARTER KIT FEATURE ───────────────────────────────── */
.starter { overflow: hidden; }
.starter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}
/* Stacks the starter-kit photo and the Heart Beats Card photo in the same
   column, one below the other. */
.starter-media { display: flex; flex-direction: column; gap: 1.25rem; }
.starter-visual {
  position: relative;
  aspect-ratio: 3 / 2;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--ivory-dark), var(--ivory-deep));
  border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden;
}
.starter-visual img { width: 100%; height: 100%; object-fit: contain; }
.starter-includes-label {
  margin-top: 1.75rem; margin-bottom: 0;
  font-size: 0.78rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--plum-dark);
}
.starter-includes { list-style: none; margin: 0.9rem 0 2rem; display: grid; gap: 0.9rem; }
.starter-includes li { display: flex; align-items: flex-start; gap: 0.85rem; color: var(--charcoal-mid); font-size: 0.98rem; }
.starter-includes li b { color: var(--charcoal); font-weight: 600; }
.starter-includes .ic {
  flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%;
  background: var(--rose-mist); color: var(--rose-dark);
  display: flex; align-items: center; justify-content: center;
}
.starter-includes .ic svg { width: 18px; height: 18px; }
.starter-price { display: flex; align-items: baseline; gap: 0.75rem; margin-bottom: 1.5rem; }

/* ── COLLECTIONS GRID ──────────────────────────────────── */
.collections-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.75rem;
}
.collection-card {
  position: relative;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--trans);
  display: flex; flex-direction: column;
}
.collection-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-card); }
.collection-top {
  height: 230px;
  display: flex; align-items: center; justify-content: center;
  position: relative;
}
.collection-card:nth-child(7n+1) .collection-top { background: linear-gradient(150deg, #B7C5AE, #93A689); }
.collection-card:nth-child(7n+2) .collection-top { background: linear-gradient(150deg, #C9CFD6, #A7AEB8); }
.collection-card:nth-child(7n+3) .collection-top { background: linear-gradient(150deg, #E6CBB0, #D2A985); }
.collection-card:nth-child(7n+4) .collection-top { background: linear-gradient(150deg, #A9BBC2, #7E97A0); }
.collection-card:nth-child(7n+5) .collection-top { background: linear-gradient(150deg, #E2C2BC, #C99089); }
.collection-card:nth-child(7n+6) .collection-top { background: linear-gradient(150deg, #DCC9DA, #B79CB6); }
.collection-card:nth-child(7n+7) .collection-top { background: linear-gradient(150deg, #E0B9A0, #C68C6E); }
.collection-top svg { width: 64px; height: 64px; color: rgba(255,255,255,0.95); stroke-width: 1.3; }
/* object-position keeps any crop off the top of the artwork -- collection heroes
   are shot with their subject in the upper half. */
.collection-top img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.collection-body { padding: 1.6rem 1.6rem 1.75rem; display: flex; flex-direction: column; flex: 1; }
.collection-body h3 { margin-bottom: 0.5rem; }
.collection-body p { font-size: 0.9rem; margin-bottom: 1.1rem; flex: 1; }
.collection-charms {
  display: flex; gap: 0.4rem; flex-wrap: wrap; margin-bottom: 1.2rem;
}
.collection-charms span {
  font-size: 0.68rem; font-weight: 600; letter-spacing: 0.04em;
  color: var(--plum-dark); background: var(--plum-mist);
  padding: 0.22rem 0.6rem; border-radius: var(--radius-pill);
}

/* "Everything you get" preview — icon/photo tile per item, label underneath.
   Uses placeholder line-art icons until real charm photos are uploaded. */
.collection-includes {
  display: flex; gap: 0.9rem; flex-wrap: wrap; margin-bottom: 1.2rem;
}
.includes-item {
  display: flex; flex-direction: column; align-items: center; gap: 0.35rem;
  width: 58px; text-align: center;
}
.includes-thumb {
  width: 48px; height: 48px; border-radius: 50%; flex-shrink: 0;
  background: var(--plum-mist); color: var(--plum-dark);
  display: flex; align-items: center; justify-content: center;
  overflow: hidden; border: 1px solid var(--border);
}
.includes-thumb img { width: 100%; height: 100%; object-fit: cover; }
.includes-thumb svg { width: 22px; height: 22px; }
.includes-label {
  font-size: 0.64rem; font-weight: 600; color: var(--charcoal-light);
  line-height: 1.15; width: 100%;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.collection-link {
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase;
  color: var(--rose-dark); display: inline-flex; align-items: center; gap: 0.4rem;
  transition: gap var(--trans);
}
.collection-link:hover { gap: 0.7rem; }
.collection-link svg { width: 15px; height: 15px; }

/* ── HOW IT WORKS ──────────────────────────────────────── */
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.5rem; }
.step { text-align: center; }
.step-num {
  width: 64px; height: 64px; margin: 0 auto 1.4rem;
  border-radius: 50%;
  background: var(--white); border: 1.5px solid var(--gold-light);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.step-num svg { width: 28px; height: 28px; stroke-width: 1.4; }
.step h3 { margin-bottom: 0.6rem; }
.step p { font-size: 0.95rem; }

.steps-layout { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: center; }
.steps-photo {
  aspect-ratio: 5 / 4; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border);
}
.steps-photo img { width: 100%; height: 100%; object-fit: cover; }
.steps-list { display: flex; flex-direction: column; gap: 2rem; }
.step-row { display: flex; align-items: flex-start; gap: 1.25rem; text-align: left; }
.step-row .step-num { margin: 0; flex-shrink: 0; }
.step-row h3 { margin-bottom: 0.4rem; }
.step-row p { font-size: 0.95rem; }

/* ── QUOTE BAND ────────────────────────────────────────── */
.quote-band { text-align: center; position: relative; overflow: hidden; }
.quote-band blockquote {
  position: relative;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 3.5vw, 2.9rem);
  font-weight: 400; font-style: italic;
  line-height: 1.3; color: var(--white);
  max-width: 820px; margin: 0 auto;
}
.quote-band cite { display: block; margin-top: 1.5rem; font-family: var(--font-body); font-style: normal; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.7); }

/* ── WHY GRID ──────────────────────────────────────────── */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.why-item { padding: 2.25rem 1.75rem; background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); transition: var(--trans); }
.why-item:hover { transform: translateY(-4px); box-shadow: var(--shadow-soft); }
.why-icon {
  width: 56px; height: 56px; border-radius: 16px;
  background: var(--plum-mist); color: var(--plum-dark);
  display: flex; align-items: center; justify-content: center; margin-bottom: 1.25rem;
}
.why-icon svg { width: 28px; height: 28px; stroke-width: 1.5; }
.why-item h3 { margin-bottom: 0.55rem; }
.why-item p { font-size: 0.93rem; }

/* ── FOUNDER NOTE ──────────────────────────────────────── */
.founder-grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 3.5rem; align-items: center; }
.founder-photo {
  aspect-ratio: 4 / 5; border-radius: var(--radius-lg);
  background: linear-gradient(160deg, var(--rose-light), var(--plum-light));
  border: 1px solid var(--border);
  display: flex; align-items: flex-end; justify-content: center; overflow: hidden;
}
.founder-photo img { width: 100%; height: 100%; object-fit: cover; }
.founder-note p { font-size: 1.05rem; line-height: 1.85; }
.founder-note .signature {
  font-family: var(--font-display); font-style: italic; font-size: 1.6rem;
  color: var(--rose-dark); margin-top: 1.25rem;
}
.founder-note .signature small { display: block; font-family: var(--font-body); font-style: normal; font-size: 0.78rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--charcoal-light); margin-top: 0.3rem; }

/* ── TESTIMONIALS ──────────────────────────────────────── */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.75rem; }
.testi {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 2rem;
}
.testi-stars { display: flex; gap: 2px; color: var(--gold); margin-bottom: 1rem; }
.testi-stars svg { width: 17px; height: 17px; fill: currentColor; }
.testi p { font-size: 0.96rem; color: var(--charcoal); font-style: italic; line-height: 1.75; }
.testi cite { display: block; margin-top: 1.1rem; font-style: normal; font-size: 0.82rem; font-weight: 600; color: var(--charcoal-mid); }
.testi cite span { display: block; font-weight: 400; color: var(--charcoal-light); font-size: 0.76rem; }

/* ── CTA BAND ──────────────────────────────────────────── */
.cta-band { text-align: center; }
.cta-band h2 { margin-bottom: 1rem; }
.cta-band p { max-width: 560px; margin: 0 auto 2rem; }
.cta-band .hero-cta { justify-content: center; }

/* ── Responsive ────────────────────────────────────────── */
@media (max-width: 960px) {
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding-top: 2.5rem; }
  .hero-visual { order: -1; min-height: 340px; }
  .hero-copy { max-width: none; }
  .starter-grid, .founder-grid, .steps-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .founder-photo { max-width: 420px; }
  .steps-photo { max-width: 420px; margin: 0 auto; }
  .collections-grid, .steps-grid, .why-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
  .value-strip .container { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
}
@media (max-width: 600px) {
  .collections-grid, .steps-grid, .why-grid, .testi-grid { grid-template-columns: 1fr; }
  .value-strip .container { grid-template-columns: 1fr; }
  .hero-chip-1 { left: 0; } .hero-chip-2 { right: 0; }
}
