/* ==========================================================================
   Oh Baby Kit — "The Just-in-Case Kit" landing page
   Design pass v3: crafted / hand-made aesthetic (Jun 2026)
   ========================================================================== */

:root {
  --cream:       #F7F4EC;   /* nav + light panels */
  --cream-2:     #F2EDE2;   /* hero background */
  --band:        #EFE9DD;   /* icon band background */
  --paper:       #F5F1E9;   /* default page background */
  --sage-pale:   #EEF0E3;   /* final CTA band */
  --circle:      #E7DFCF;   /* icon circle fill */

  --green:       #48584A;   /* buttons, footer */
  --green-dark:  #39463B;   /* button hover */
  --green-deep:  #2F3B2F;   /* headings */
  --sage:        #8A9B82;   /* accents */
  --terracotta:  #C77855;   /* warm accent: hearts, squiggle, notes */

  --ink:         #3C3C34;   /* body text */
  --ink-2:       #6F6F63;   /* secondary text */

  --serif: "Fraunces", Georgia, serif;
  --sans:  "Karla", -apple-system, "Helvetica Neue", Arial, sans-serif;
  --hand:  "Caveat", cursive;

  --container: 1140px;
  --shadow-soft: 0 18px 44px rgba(60, 60, 52, 0.10);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--sans);
  font-size: 16.5px;
  line-height: 1.6;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

/* subtle paper-grain texture over everything */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
}

img { max-width: 100%; height: auto; display: block; }

figure { margin: 0; }

h1, h2, h3 {
  font-family: var(--serif);
  font-weight: 460;
  color: var(--green-deep);
  margin: 0;
}

h1 em, h2 em {
  font-style: italic;
  font-weight: 460;
  color: var(--green);
}

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
}

.kicker {
  margin: 0 0 18px;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage);
}

/* ----- Buttons ----------------------------------------------------------- */

.btn {
  display: inline-block;
  background: var(--green);
  color: #F3F1E8;
  font-family: var(--sans);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  text-decoration: none;
  padding: 15px 32px;
  border-radius: 999px;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  background: var(--green-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px rgba(57, 70, 59, 0.22);
}

.btn-lg { padding: 18px 54px; }

/* ----- Nav --------------------------------------------------------------- */

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--cream);
  border-bottom: 1px solid rgba(60, 60, 52, 0.06);
}

.nav-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 13px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: var(--serif);
  font-size: 1.35rem;
  color: var(--green-deep);
}

.brand img {
  width: 44px;
  height: 44px;
  transition: transform 0.25s ease;
}

.brand:hover img { transform: rotate(-6deg) scale(1.06); }

.nav-links {
  margin-left: auto;
  display: flex;
  gap: 36px;
}

.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding-bottom: 2px;
  background-image: linear-gradient(var(--terracotta), var(--terracotta));
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease, color 0.2s ease;
}

.nav-links a:hover {
  color: var(--green-deep);
  background-size: 100% 2px;
}

.nav .btn { padding: 12px 26px; }

/* ----- Hero -------------------------------------------------------------- */

.hero {
  background: var(--cream-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  align-items: stretch;
}

.hero-copy {
  padding: 84px 56px 72px;
  max-width: 560px;
  justify-self: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-copy > * {
  animation: rise 0.7s cubic-bezier(0.2, 0.7, 0.3, 1) both;
}

.hero-copy > *:nth-child(2) { animation-delay: 0.08s; }
.hero-copy > *:nth-child(3) { animation-delay: 0.16s; }
.hero-copy > *:nth-child(4) { animation-delay: 0.24s; }
.hero-copy > *:nth-child(5) { animation-delay: 0.34s; }

@keyframes rise {
  from { opacity: 0; transform: translateY(14px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy > * { animation: none; }
}

.hero-copy h1 {
  position: relative;
  font-size: clamp(2.6rem, 5vw, 3.9rem);
  line-height: 1.06;
  letter-spacing: -0.01em;
}

.hero-copy h1 .squiggle {
  display: block;
  width: 218px;
  max-width: 70%;
  height: 12px;
  margin-top: 10px;
  color: var(--terracotta);
}

.hero-sub {
  margin: 26px 0 32px;
  font-size: 1.06rem;
  line-height: 1.65;
  color: var(--ink-2);
  max-width: 360px;
}

.hero-copy .btn { align-self: flex-start; }

.hero-feats {
  list-style: none;
  margin: 54px 0 0;
  padding: 0;
  display: flex;
  gap: 40px;
}

.hero-feats li {
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.45;
  color: var(--ink-2);
  max-width: 124px;
}

.hero-feats svg {
  display: block;
  width: 30px;
  height: 30px;
  margin-bottom: 10px;
  color: var(--green);
}

.hero-photo {
  position: relative;
  min-height: 560px;
}

.hero-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- "One box" icon band ------------------------------------------------ */

.covered {
  background: var(--band);
  padding: 96px 0 100px;
  text-align: center;
}

.covered h2 { font-size: clamp(1.7rem, 3vw, 2.25rem); }

.covered-sub {
  margin: 14px 0 0;
  font-family: var(--hand);
  font-size: 1.35rem;
  color: var(--ink-2);
}

.covered-grid {
  list-style: none;
  margin: 60px auto 0;
  padding: 0;
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

/* dotted connector through the circles */
.covered-grid::before {
  content: "";
  position: absolute;
  top: 44px;
  left: 9%;
  right: 9%;
  border-top: 2px dotted rgba(72, 88, 74, 0.35);
}

.covered-grid li {
  position: relative;
  width: 19%;
  font-size: 0.8rem;
  color: var(--ink-2);
}

.covered-grid .circle {
  width: 88px;
  height: 88px;
  margin: 0 auto 18px;
  border-radius: 47% 53% 52% 48% / 51% 47% 53% 49%;
  background: var(--circle);
  border: 1.5px solid rgba(72, 88, 74, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 0.25s ease, border-radius 0.4s ease;
}

.covered-grid li:hover .circle {
  transform: rotate(-4deg) scale(1.05);
  border-radius: 52% 48% 47% 53% / 48% 52% 48% 52%;
}

.covered-grid li:nth-child(2n) .circle {
  border-radius: 53% 47% 48% 52% / 47% 53% 49% 51%;
}

.covered-grid .circle svg {
  width: 42px;
  height: 42px;
  color: var(--green);
}

.covered-grid .circle img {
  width: 62px;
  height: 62px;
}

.covered-grid h3 {
  font-family: var(--sans);
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 4px;
}

/* small dot under each label */
.covered-grid li::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 16px auto 0;
  border-radius: 50%;
  background: rgba(72, 88, 74, 0.45);
}

/* ----- Pull quote ----------------------------------------------------------- */

.quote {
  background: var(--paper);
  padding: 96px 24px 88px;
  text-align: center;
}

.quote-spark {
  width: 30px;
  height: 30px;
  margin: 0 auto 22px;
  color: var(--terracotta);
}

.quote blockquote { margin: 0; }

.quote blockquote p {
  margin: 0;
  font-family: var(--serif);
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 2.1rem);
  line-height: 1.4;
  color: var(--green-deep);
}

.quote-note {
  margin: 20px 0 0;
  font-family: var(--hand);
  font-size: 1.4rem;
  color: var(--terracotta);
}

/* ----- About / where it lives ------------------------------------------------ */

.about {
  max-width: var(--container);
  margin: 0 auto;
  padding: 24px 24px 104px;
  text-align: center;
}

.about-head h2 {
  font-size: clamp(1.7rem, 3.2vw, 2.3rem);
  line-height: 1.25;
  max-width: 640px;
  margin: 0 auto;
}

.about-head p {
  margin: 24px auto 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 540px;
}

/* candid snapshot strip */
.spots {
  list-style: none;
  margin: 64px auto 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 40px;
}

.spot {
  width: 280px;
  background: #FDFCF8;
  padding: 10px 10px 12px;
  border-radius: 3px;
  box-shadow: 0 16px 34px rgba(60, 60, 52, 0.16);
  transition: transform 0.3s ease;
}

.spot:nth-child(1) { transform: rotate(-2deg); }
.spot:nth-child(2) { transform: rotate(1.4deg) translateY(10px); }
.spot:nth-child(3) { transform: rotate(-1.2deg); }

.spot:hover { transform: rotate(0deg) scale(1.04); z-index: 2; position: relative; }

.spot img { border-radius: 2px; }

.spot-cap {
  display: block;
  margin-top: 10px;
  font-family: var(--hand);
  font-size: 1.3rem;
  color: var(--ink-2);
}

.about-note {
  margin: 58px auto 0;
  color: var(--ink-2);
  font-size: 0.9rem;
  font-weight: 600;
  max-width: 480px;
}

/* ----- What's Included ------------------------------------------------------ */

.included {
  background: var(--band);
  padding: 100px 0;
}

.included-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.92fr);
  gap: 72px;
  align-items: center;
}

/* the flat-lay presented like a kept photograph */
.included-photo {
  position: relative;
  background: #FDFCF8;
  padding: 16px 16px 20px;
  border-radius: 4px;
  box-shadow: 0 22px 48px rgba(60, 60, 52, 0.16);
  transform: rotate(-1.2deg);
  transition: transform 0.3s ease;
}

.included-photo:hover { transform: rotate(0deg) scale(1.01); }

.included-photo::before {
  content: "";
  position: absolute;
  top: -14px;
  left: 50%;
  width: 110px;
  height: 30px;
  transform: translateX(-50%) rotate(2deg);
  background: rgba(157, 174, 147, 0.45);
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
  border-right: 1px dashed rgba(255, 255, 255, 0.5);
}

.included-photo img { border-radius: 2px; }

.rule-heading {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: clamp(1.6rem, 2.8vw, 2.05rem);
}

.rule-heading::after {
  content: "";
  flex: 1;
  max-width: 70px;
  border-top: 1px solid rgba(60, 60, 52, 0.4);
}

.included-sub {
  margin: 12px 0 26px;
  font-family: var(--hand);
  font-size: 1.4rem;
  color: var(--ink-2);
}

.included-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.94rem;
  color: var(--ink);
}

.included-list li {
  position: relative;
  padding: 9px 0 9px 36px;
  border-bottom: 1px dashed rgba(60, 60, 52, 0.16);
}

.included-list li:last-child { border-bottom: none; }

.included-list strong { font-weight: 700; color: var(--green-deep); }

/* hand-drawn check */
.included-list li::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 14px;
  width: 18px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 18'%3E%3Cpath d='M2.5 9.8c2.4 1.7 4 3.6 5 5.7C9.8 9.9 13.2 5.4 17.8 2.4' fill='none' stroke='%23C77855' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.included-note {
  margin: 24px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--ink-2);
}

/* ----- Ready when you aren't ------------------------------------------------ */

.ready {
  background: var(--cream-2);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: stretch;
}

.ready-copy {
  padding: 104px 56px;
  max-width: 520px;
  justify-self: end;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ready-copy h2 { font-size: clamp(1.7rem, 3vw, 2.2rem); }

.ready-copy p {
  margin: 22px 0 0;
  color: var(--ink-2);
  font-size: 0.98rem;
  line-height: 1.75;
  max-width: 320px;
}

.ready-photo {
  position: relative;
  min-height: 440px;
}

.ready-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----- Final CTA ------------------------------------------------------------ */

.cta {
  background: var(--sage-pale);
  padding: 92px 24px 104px;
  text-align: center;
}

.cta-polaroid {
  width: 220px;
  margin: 0 auto 34px;
  background: #FDFCF8;
  padding: 10px 10px 14px;
  border-radius: 3px;
  box-shadow: 0 14px 30px rgba(60, 60, 52, 0.18);
  transform: rotate(2.2deg);
  transition: transform 0.3s ease;
}

.cta-polaroid:hover { transform: rotate(0deg) scale(1.03); }

.cta-polaroid img { border-radius: 2px; }

.cta h2 {
  font-size: clamp(1.8rem, 3.2vw, 2.4rem);
  line-height: 1.25;
}

.occasions {
  list-style: none;
  margin: 26px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 12px;
  max-width: 560px;
}

.occasions li {
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--green-dark);
  background: rgba(253, 252, 248, 0.75);
  border: 1px solid rgba(72, 88, 74, 0.22);
  border-radius: 999px;
  padding: 7px 16px;
}

.cta-note {
  margin: 18px 0 34px;
  font-family: var(--hand);
  font-size: 1.45rem;
  color: var(--terracotta);
}

/* ----- Footer ---------------------------------------------------------------- */

.footer {
  background: var(--green);
  color: #E9EAE0;
}

.footer-feats {
  max-width: var(--container);
  margin: 0 auto;
  padding: 48px 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}

.footer-feats .feat {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.82rem;
  font-weight: 500;
  line-height: 1.45;
}

.footer-feats svg {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  color: #DDE0D2;
}

.footer-bottom {
  border-top: 1px solid rgba(233, 234, 224, 0.18);
}

.footer-bottom .container {
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  font-size: 0.8rem;
}

.footer-bottom a {
  color: #E9EAE0;
  text-decoration: none;
}

.footer-bottom a:hover { text-decoration: underline; }

/* ----- Responsive -------------------------------------------------------------- */

@media (max-width: 920px) {
  .nav-links { display: none; }
  .nav .btn { margin-left: auto; }

  .hero,
  .ready { grid-template-columns: 1fr; }

  .hero-copy,
  .ready-copy {
    max-width: none;
    justify-self: stretch;
    padding: 56px 24px 48px;
    text-align: center;
    align-items: center;
  }

  .hero-copy h1 .squiggle { margin-left: auto; margin-right: auto; }

  .hero-sub,
  .ready-copy p { margin-left: auto; margin-right: auto; }

  .hero-copy .btn { align-self: center; }

  .hero-feats {
    justify-content: center;
    gap: 28px;
  }

  .hero-feats svg { margin-left: auto; margin-right: auto; }

  .hero-photo { min-height: 320px; }
  .hero-photo img,
  .ready-photo img { position: static; height: auto; }

  .covered-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 36px 8px;
    padding: 0 16px;
  }

  .covered-grid::before { display: none; }
  .covered-grid li { width: 30%; min-width: 140px; }
  .covered-grid li::after { display: none; }

  .about { padding-bottom: 88px; }

  .spots {
    flex-direction: column;
    align-items: center;
    gap: 34px;
  }

  .spot:nth-child(2) { transform: rotate(1.4deg); }

  .included-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .included-photo { max-width: 520px; margin: 0 auto; }

  .rule-heading { justify-content: center; }
  .rule-heading::after { display: none; }

  .included-copy { text-align: center; max-width: 480px; margin: 0 auto; }
  .included-list { text-align: left; }

  .footer-feats { grid-template-columns: repeat(2, 1fr); }

  .footer-bottom .container {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 520px) {
  .hero-feats { flex-wrap: wrap; }
  .footer-feats { grid-template-columns: 1fr; }
  .nav .btn { padding: 11px 16px; font-size: 0.7rem; white-space: nowrap; }
  .brand { font-size: 1.15rem; white-space: nowrap; gap: 8px; }
  .brand img { width: 36px; height: 36px; }
  .nav-inner { padding: 11px 18px; gap: 16px; }
}
