/* ================================================
   Discovery Mailbox — Landing Page Styles
   ================================================ */

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

/* --- Page container --- */
.page {
  font-family: 'DM Sans', sans-serif;
  color: #2e2a25;
  max-width: 680px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/* ================================================
   HERO
   ================================================ */

.hero {
  text-align: center;
  padding: 3rem 1.5rem 2rem;
}

.hero-logo {
  margin-bottom: 2rem;
}

.logo-text {
  font-family: 'Instrument Serif', serif;
  font-size: 19px;
  color: #2e2a25;
}

.hero h1 {
  font-family: 'Instrument Serif', serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: #1a1714;
  margin-bottom: 1rem;
  letter-spacing: -0.3px;
}

.hero h1 em {
  font-style: italic;
  color: #8b6914;
}

.hero-sub {
  font-size: 16.5px;
  font-weight: 300;
  line-height: 1.65;
  color: #5c554d;
  max-width: 480px;
  margin: 0 auto;
}



/* ================================================
   DIVIDER
   ================================================ */

.divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4c9b8 20%, #d4c9b8 80%, transparent);
  margin: 0.5rem 0 2.5rem;
}


/* ================================================
   PRODUCT HERO (flat-lay mockup / photo zone)
   ================================================ */

.product-hero {
  margin: 0 0.5rem 2.5rem;
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.product-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  filter: saturate(0.75) contrast(0.92) brightness(1.02) sepia(0.08);
}

.ph-caption {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.ph-caption-text {
  display: inline-block;
  font-family: 'Caveat', cursive;
  font-size: 13px;
  color: #5c554d;
  background: rgba(234, 228, 218, 0.85);
  padding: 4px 14px;
  border-radius: 6px;
}


/* ================================================
   SHARED SECTION ELEMENTS
   ================================================ */

.sec-label {
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #a09588;
  margin-bottom: 1.25rem;
  padding: 0 0.5rem;
}


/* ================================================
   HOW IT WORKS
   ================================================ */

.how-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0 0.5rem 2.5rem;
}

.how-card {
  background: #faf8f5;
  border: 0.5px solid #e8e2da;
  border-radius: 10px;
  padding: 1.1rem 0.9rem;
  text-align: center;
}

.how-num {
  font-family: 'Instrument Serif', serif;
  font-size: 26px;
  color: #c9b58a;
  margin-bottom: 0.25rem;
}

.how-title {
  font-family: 'Instrument Serif', serif;
  font-size: 15px;
  color: #2e2a25;
  margin-bottom: 0.25rem;
}

.how-desc {
  font-size: 12px;
  font-weight: 300;
  color: #7a7268;
  line-height: 1.45;
}


/* ================================================
   WORLD CARDS (product lines)
   ================================================ */

.world-card {
  border: 0.5px solid #e8e2da;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0.5rem 14px;
}

.world-top {
  display: grid;
  grid-template-columns: 1fr 140px;
  min-height: 180px;
}

.world-text-col {
  padding: 1.5rem;
}

.world-img-col {
  position: relative;
  overflow: hidden;
}

.world-img-col::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(234, 228, 218, 0.15);
  pointer-events: none;
}

.world-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: saturate(0.7) contrast(0.9) brightness(1.05);
}

.w1 .world-img {
  filter: saturate(0.9) contrast(0.95) brightness(1.0);
}

.w1 .world-img-col::after {
  background: rgba(234, 228, 218, 0.05);
}

.wip-label {
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.4);
}

.world-eyebrow {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 0.3rem;
}

.w1 .world-eyebrow { color: #4a7a52; }
.w2 .world-eyebrow { color: #8b6914; }

.world-title {
  font-family: 'Instrument Serif', serif;
  font-size: 23px;
  color: #1a1714;
  margin-bottom: 0.15rem;
}

.world-from {
  font-family: 'Caveat', cursive;
  font-size: 14.5px;
  margin-bottom: 0.5rem;
}

.w1 .world-from { color: #4a7a52; }
.w2 .world-from { color: #8b6914; }

.world-desc-short {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.55;
  color: #5c554d;
}

.world-tags {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  padding: 0 1.5rem;
  margin-bottom: 1.25rem;
}

.world-tag {
  font-size: 10.5px;
  color: #7a7268;
  background: #f5f1ec;
  border-radius: 4px;
  padding: 2px 8px;
}


/* ================================================
   SEASONS / DESTINATIONS STRIP
   ================================================ */

.seasons-strip {
  border-top: 0.5px solid #e8e2da;
  padding: 1rem 1.5rem 1.25rem;
  background: #fdfbf8;
}

.seasons-label {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #a09588;
  margin-bottom: 0.75rem;
}

.seasons-scroll {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.seasons-scroll::-webkit-scrollbar {
  display: none;
}

.season-chip {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 6px;
  background: white;
  border: 0.5px solid #e8e2da;
  border-radius: 8px;
  padding: 8px 12px;
  transition: border-color 0.2s;
}

.season-chip:hover {
  border-color: #c9b58a;
}

.season-flag {
  font-size: 18px;
  line-height: 1;
}

.season-info {
  display: flex;
  flex-direction: column;
}

.season-name {
  font-family: 'Instrument Serif', serif;
  font-size: 13.5px;
  color: #2e2a25;
  white-space: nowrap;
}

.season-animal {
  font-size: 10.5px;
  font-weight: 300;
  color: #a09588;
  white-space: nowrap;
}

.season-chip.active {
  border-color: #8b6914;
  background: #fdfaf3;
}

.season-chip.coming-soon {
  border-style: dashed;
  border-color: #d4c9b8;
  background: transparent;
  cursor: default;
}

.season-chip.coming-soon:hover {
  border-color: #d4c9b8;
  background: transparent;
}

.season-chip.coming-soon .season-flag {
  font-size: 12px;
}

.season-chip.coming-soon .season-name {
  color: #a09588;
  font-style: italic;
}

.season-badge {
  font-size: 9px;
  font-weight: 500;
  color: #8b6914;
  background: #f5edda;
  border-radius: 3px;
  padding: 1px 5px;
  white-space: nowrap;
}


/* ================================================
   PEEK INSIDE — ARTWORK GALLERY
   ================================================ */

.peek-section {
  margin: 0 0.5rem 2.5rem;
}

.peek-scroll {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 6px;
  scrollbar-width: none;
}

.peek-scroll::-webkit-scrollbar {
  display: none;
}

.peek-card {
  flex-shrink: 0;
  width: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: 0.5px solid #e8e2da;
}

.peek-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  display: block;
}

.peek-caption {
  padding: 8px 10px;
  background: #faf8f5;
}

.peek-caption-title {
  font-family: 'Instrument Serif', serif;
  font-size: 13px;
  color: #2e2a25;
}

.peek-caption-sub {
  font-size: 10.5px;
  font-weight: 300;
  color: #a09588;
}


/* ================================================
   EVERY LETTER INCLUDES — PROMISE GRID
   ================================================ */

.promise-section {
  margin: 0 0.5rem 2.5rem;
}

.promise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.p-card {
  background: #faf8f5;
  border-radius: 10px;
  padding: 1.1rem;
}

.p-title {
  font-family: 'Instrument Serif', serif;
  font-size: 15px;
  color: #2e2a25;
  margin-bottom: 0.2rem;
}

.p-desc {
  font-size: 12.5px;
  font-weight: 300;
  line-height: 1.5;
  color: #7a7268;
}


/* ================================================
   FOOTER
   ================================================ */

.footer {
  text-align: center;
  padding: 2rem 0 1rem;
  border-top: 0.5px solid #e8e2da;
  margin: 0 0.5rem;
}

.footer-brand {
  font-family: 'Instrument Serif', serif;
  font-size: 21px;
  color: #2e2a25;
  margin-bottom: 0.15rem;
}

.footer-note {
  font-family: 'Caveat', cursive;
  font-size: 15px;
  color: #b8a074;
}

.footer-url {
  font-size: 11.5px;
  font-weight: 300;
  color: #a09588;
  margin-top: 0.65rem;
  letter-spacing: 0.5px;
}


/* ================================================
   RESPONSIVE — MOBILE
   ================================================ */

@media (max-width: 500px) {
  .hero h1 {
    font-size: 30px;
  }

  .how-row {
    grid-template-columns: 1fr;
  }

  .world-top {
    grid-template-columns: 1fr;
  }

  .world-img-col {
    order: -1;
    height: 90px;
  }

  .promise-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-img {
    border-radius: 10px;
  }

  .world-text-col {
    padding: 1.25rem;
  }

  .world-tags {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .seasons-strip {
    padding: 1rem 1.25rem 1.25rem;
  }
}
