:root {
  --ink: #20181d;
  --ink-strong: #150f13;
  --magentawood: #2b1b2e;
  --magenta: #e94ba8;
  --violet: #5b4fe5;
  --sand: #efe7df;
  --surface: #fffdfa;
  --line: #ddd1d2;
  --muted: #6f6268;
  --shadow: 0 20px 48px rgba(32, 24, 29, 0.08);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 16px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Inter", "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(185, 138, 149, 0.16), transparent 25%),
    radial-gradient(circle at top right, rgba(142, 162, 142, 0.12), transparent 22%),
    linear-gradient(180deg, #fcf8f5 0%, #f3ede6 44%, #faf7f3 100%);
  line-height: 1.5;
}

a {
  color: inherit;
}

.hero {
  position: relative;
  min-height: 92svh;
  padding: 28px min(5vw, 56px) 40px;
  display: grid;
  align-content: space-between;
  background:
    linear-gradient(180deg, rgba(255, 253, 250, 0.18), rgba(255, 253, 250, 0)),
    radial-gradient(circle at 15% 18%, rgba(185, 138, 149, 0.28), transparent 20%),
    radial-gradient(circle at 82% 22%, rgba(142, 162, 142, 0.22), transparent 18%),
    linear-gradient(140deg, #faf4ef 0%, #f0e7df 42%, #f8f3ef 100%);
  overflow: clip;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto -10% -18% 44%;
  height: 520px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 50%, rgba(109, 74, 88, 0.12), transparent 54%),
    radial-gradient(circle at 50% 50%, rgba(142, 162, 142, 0.18), transparent 68%);
  pointer-events: none;
}

.hero__brand,
.hero__content {
  position: relative;
  z-index: 1;
}

.hero__brand {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 20px;
}

.eyebrow,
.hero__kicker,
.section__eyebrow,
.resource__label {
  margin: 0 0 10px;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--muted);
  font-weight: 700;
}

.brand-lockup {
  width: min(24vw, 250px);
}

.hero__content {
  width: min(100%, 760px);
  padding: 52px 0 36px;
}

.hero__content h1 {
  margin: 0;
  font-size: clamp(2.8rem, 7vw, 6.6rem);
  line-height: 0.9;
  letter-spacing: -0.06em;
  max-width: 10.5ch;
}

.hero__summary {
  max-width: 54ch;
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 1.03rem;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.hero__actions a {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.hero__actions a:first-child {
  background: var(--ink);
  color: #fff9fb;
}

.hero__action--secondary {
  border: 1px solid rgba(32, 24, 29, 0.12);
  background: rgba(255, 253, 250, 0.62);
}

.hero__actions a:hover,
.resource:hover {
  transform: translateY(-2px);
}

.page {
  width: min(calc(100% - 32px), 1400px);
  margin: -42px auto 46px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 28px;
}

.page__nav {
  position: sticky;
  top: 22px;
  align-self: start;
}

.page__nav nav {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 250, 0.84);
  border: 1px solid rgba(221, 209, 210, 0.84);
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}

.page__nav a {
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 12px;
  color: var(--muted);
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.page__nav a:hover {
  background: rgba(109, 74, 88, 0.08);
  color: var(--ink-strong);
  transform: translateX(2px);
}

.page__content {
  display: grid;
  gap: 24px;
}

.section {
  padding: 28px;
  border-radius: var(--radius-xl);
  background: rgba(255, 253, 250, 0.9);
  border: 1px solid rgba(221, 209, 210, 0.84);
  box-shadow: var(--shadow);
}

.section__header h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.section__header p:last-child {
  margin: 12px 0 0;
  color: var(--muted);
  max-width: 66ch;
}

.resource-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.resource {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  text-decoration: none;
  border-top: 1px solid rgba(221, 209, 210, 0.82);
  transition: transform 180ms ease;
}

.resource:first-child {
  border-top: 0;
  padding-top: 0;
}

.resource:last-child {
  padding-bottom: 0;
}

.resource h3,
.guide-grid h3 {
  margin: 0;
  font-size: 1.28rem;
  line-height: 1.08;
}

.resource__body {
  margin: 0;
  color: var(--muted);
  max-width: 52ch;
}

.section--guide {
  background:
    linear-gradient(150deg, rgba(32, 24, 29, 0.98), rgba(84, 66, 74, 0.94));
  color: #fffafc;
}

.section--guide .section__eyebrow {
  color: rgba(245, 236, 239, 0.74);
}

.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 24px;
}

.guide-grid article {
  padding: 20px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.guide__step {
  margin: 0 0 12px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.05em;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.guide-grid p:last-child {
  margin-bottom: 0;
  color: rgba(250, 243, 246, 0.82);
}

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

  .page__nav {
    position: relative;
    top: 0;
  }

  .page__nav nav,
  .guide-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .hero {
    min-height: auto;
    padding-bottom: 80px;
  }

  .hero__brand {
    flex-direction: column;
  }

  .brand-lockup {
    width: min(100%, 220px);
  }

  .resource,
  .guide-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .page {
    width: min(calc(100% - 20px), 1400px);
  }

  .section {
    padding: 20px 18px;
  }

  .page__nav nav {
    grid-template-columns: 1fr;
  }
}

/* InsideHer 2026 brand system refinement */
:root {
  --ink: #0b0b0c;
  --ink-strong: #0b0b0c;
  --bone: #fafaf7;
  --paper: #f2ede5;
  --aubergine: #2b1b2e;
  --aubergine-deep: #170f1b;
  --violet: #5b4fe5;
  --orchid: #a24dc6;
  --magenta: #e94ba8;
  --muted: #55535c;
  --line: rgba(11, 11, 12, 0.14);
  --line-strong: rgba(11, 11, 12, 0.22);
  --gradient: linear-gradient(105deg, var(--violet) 0%, var(--orchid) 52%, var(--magenta) 100%);
  --title-gradient: linear-gradient(96deg, var(--violet) 0%, #8b4dcf 48%, var(--magenta) 100%);
  --shadow: 0 28px 80px rgba(43, 27, 46, 0.09);
}

body {
  font-family: "Inter", "Inter", "Manrope", "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 8%, rgba(233, 75, 168, 0.16), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(91, 79, 229, 0.12), transparent 26%),
    linear-gradient(180deg, var(--bone) 0%, #fffefa 44%, var(--paper) 100%);
}

.hero {
  min-height: min(920px, 92svh);
  padding: 34px min(6vw, 72px) 58px;
  background:
    radial-gradient(circle at 84% 12%, rgba(233, 75, 168, 0.22), transparent 30%),
    radial-gradient(circle at 14% 78%, rgba(91, 79, 229, 0.14), transparent 30%),
    linear-gradient(90deg, var(--bone) 0%, #fffefa 52%, #fff1f8 100%);
}

.hero::after {
  inset: auto -12% -22% 48%;
  height: 560px;
  background:
    radial-gradient(circle at 50% 50%, rgba(233, 75, 168, 0.14), transparent 54%),
    radial-gradient(circle at 50% 50%, rgba(91, 79, 229, 0.14), transparent 70%);
}

.brand-lockup {
  width: 236px;
  max-width: 52vw;
}

.eyebrow,
.hero__kicker,
.section__eyebrow,
.resource__label {
  color: var(--muted);
  font-weight: 760;
  letter-spacing: 0.28em;
}

.hero__kicker::before,
.section__eyebrow::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 12px;
  border-radius: 999px;
  background: var(--gradient);
  vertical-align: 0.04em;
}

.hero__content h1 {
  max-width: 11ch;
  font-weight: 520;
  line-height: 0.92;
  letter-spacing: -0.055em;
  color: var(--ink);
}

.title-gradient {
  display: inline;
  background: var(--title-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: var(--violet);
  -webkit-text-fill-color: transparent;
}

.hero__summary,
.section__header p:last-child,
.resource__body {
  color: var(--muted);
}

.hero__actions a:first-child {
  background: var(--title-gradient);
  color: var(--bone);
}

.hero__actions a:not(:first-child),
.hero__action--secondary {
  border-color: var(--line-strong);
  border: 1px solid var(--line-strong);
  background: rgba(255, 254, 250, 0.74);
  color: var(--ink);
}

.page {
  width: min(calc(100% - 48px), 1440px);
}

.page__nav nav,
.section {
  border-color: var(--line);
  background:
    linear-gradient(180deg, rgba(255, 254, 250, 0.92), rgba(240, 236, 255, 0.28)),
    rgba(255, 254, 250, 0.88);
}

.page__nav a:hover {
  color: var(--ink);
  background: linear-gradient(90deg, rgba(91, 79, 229, 0.08), rgba(233, 75, 168, 0.08));
}

.section {
  position: relative;
  overflow: clip;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
  background: var(--title-gradient);
}

.section__header h2 {
  color: var(--aubergine);
}

.resource {
  border-top-color: rgba(91, 79, 229, 0.16);
}

.resource__label {
  color: var(--magenta);
}

.resource h3,
.guide-grid h3 {
  color: var(--aubergine);
}

.resource:hover {
  border-color: rgba(233, 75, 168, 0.3);
}

.section--guide {
  background:
    radial-gradient(circle at 88% 18%, rgba(233, 75, 168, 0.38), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(91, 79, 229, 0.34), transparent 32%),
    linear-gradient(145deg, var(--aubergine) 0%, var(--aubergine-deep) 100%);
  color: var(--bone);
}

.section--guide::before {
  background: var(--title-gradient);
}

.section--guide .section__eyebrow,
.section--guide p {
  color: rgba(250, 250, 247, 0.76);
}

.section--guide .section__header h2,
.section--guide h3 {
  color: var(--bone);
}

.guide-grid article {
  border-color: rgba(250, 250, 247, 0.14);
  background: rgba(255, 255, 255, 0.07);
}

.guide__step {
  background: var(--title-gradient);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 860px) {
  .hero {
    padding: 26px 24px 72px;
  }

  .hero__content h1 {
    max-width: 100%;
    font-size: clamp(2.85rem, 13vw, 4.4rem);
    line-height: 0.96;
    letter-spacing: -0.045em;
  }

  .brand-lockup {
    width: min(100%, 206px);
  }
}

@media (max-width: 640px) {
  .page {
    width: min(calc(100% - 24px), 1440px);
  }
}
