/* =========================
   Base / Reset
========================= */

* {
    box-sizing: border-box;
  }
  
  body {
    background-color: #f4f0e9; /* parchment */
    /* color: #2e3b3f; */
    margin: 0; 
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #555;
  }

  html, body {
    margin: 0;
    padding: 0;
  }
  
  img:not(.hero-bg) {
    max-width: 100%;
    height: auto;
    display: block;
  }
  
  /* h1, h2, h3 {
    line-height: 1.25;
    margin-top: 0;
  } */

  h2 {
    text-align: center;
    margin-bottom: 3.5rem;
    margin: 0 0 2.5rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500; 
    font-size: 2.5rem; 
    letter-spacing: -0.1px;
    line-height: 1.2;
  }
  
  /* =========================
     Layout helpers
  ========================= */
  
  section:not(.hero) {
    padding: 4rem 1.5rem;
  }

    /* =========================
     Font
  ========================= */
  .subtle-text {
    font-size: 1.1rem;        
    font-weight: 400;          
    color: #6b6b6b;            
    letter-spacing: 0.02em;    
    line-height: 1.4;
    opacity: 0.9;
  }

  /* =========================
   Top Navigation
========================= */

.top-nav {
  position: absolute;   /* sits on top of hero */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;

  padding: 1.2rem 2rem;
}

.nav-inner {
  max-width: 1200px;
  margin: 0 auto;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* Logo */
.logo {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1f3438;
}

/* CTA button (top right) */
.nav-cta {
  background-color: #355f69;
  color: #ffffff;

  padding: 0.6rem 1.2rem;
  border-radius: 6px;

  font-weight: 600;
  text-decoration: none;

  box-shadow: 0 6px 18px rgba(53, 95, 105, 0.25);
}

.nav-cta:hover {
  background-color: #2c4f57;
  transform: translateY(-1px);
}

  /* =========================
     Hero
  ========================= */
  .hero h1 {
    font-family: 'Inter', sans-serif;
    font-weight: 600; /* or 700 if you want stronger */
    letter-spacing: -0.5px;
    line-height: 1.1;
  }
  
  .hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #f5f1e8;
  }
  
  .hero-bg {
    display: block;
    width: 100%;
    height: auto;
    max-width: none;
  }
  
  .hero-content {
    position: absolute;
    z-index: 2;
    top: 9%;
    left: 7vw;
    max-width: 700px;
    background: none;
    padding: 0;
  }

.hero h1 {
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 1.05;
  margin-bottom: 1.5rem;
  color: #1f3438;
}

.hero p {
  max-width: 520px;
  font-size: 1.15rem;
  line-height: 1.55;
  margin-bottom: 2rem;
  color: #2e3b3f;
}

.hero-tagline {
  display: block;
  width: 100%;
  text-align: left;
  font-family: 'Caveat', cursive;
  margin-top: -1rem;
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
  line-height: 1.2;
  letter-spacing: 0.5px;
  color: #2f4f3a;
  transform: rotate(-1deg);
}
  
  /* =========================
     CTA Button
  ========================= */
  
  .cta-button {
    display: inline-flex;          
    align-items: center;           
    gap: 0.6rem;
  
    background-color: #355f69;
    color: #ffffff;
    padding: 0.9rem 1.6rem;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
  
    box-shadow: 0 6px 18px rgba(53, 95, 105, 0.25);
  }
  
  .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    background-color: #2c4f57;
  }

  .cta-icon {
    width: 24px;
    height: 24px;
    display: block;        
  }

  .cta-actions {
    display: flex;
    align-items: center;
    gap: 1.5rem; /* space between button + text */
    margin-top: 1.5rem;
  }
  
  .secondary-link {
    color: #355f69;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .secondary-link:hover {
    text-decoration: underline;
  }

  /* =========================
     How it works
  ========================= */
  
  .how-it-works {
    background: #f4f0e9;
    /* padding-top: -1rem; */
    padding-bottom: 1.5rem;
    margin-top: -2.5rem;
    margin-bottom: -1.5rem;
  }
  
  .steps {
    max-width: 1100px;
    margin: 0 auto;
  
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }
  
  .step {
    display: flex;
    align-items: flex-start;
    gap: 1.25rem;
  
    padding: 0 2rem;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }
  
  .step:not(:last-child) {
    border-right: 1px dashed rgba(184, 132, 64, 0.55);
  }
  
  .step-icon {
    width: 54px;
    height: 54px;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  .step h3 {
    margin: 0 0 0.45rem;
    font-size: 1.05rem;
    color: #253b3f;
  }
  
  .step p {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    line-height: 1.5;
    color: #68615a;
  }

   /* =========================
     Testimonials
  ========================= */
  .trust-section {
    background: #f4f0e9;
    padding: 5rem 1.5rem;
  }
  
  .trust-card {
    max-width: 1180px;
    margin: 0 auto;
    padding: 3rem;
    background: #fffaf2;
    border-radius: 22px;
    box-shadow: 0 18px 45px rgba(31, 52, 56, 0.08);
  }
  
  .trust-top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
  }
  
  .eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.85rem;
    font-weight: 700;
    color: #3f5f3f;
  }
  
  .trust-copy h2 {
    text-align: left;
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    color: #1f3438;
  }
  
  .trust-copy p {
    max-width: 520px;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #5f5a52;
  }
  
  .trust-photo img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    border-radius: 16px;
  }
  
  .trust-benefits {
    margin-top: 3rem;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
  }
  
  .trust-benefit {
    text-align: center;
    padding: 0 1.2rem;
  }
  
  .trust-benefit:not(:last-child) {
    border-right: 1px solid rgba(31, 52, 56, 0.12);
  }
  
  .trust-icon {
    width: 52px;
    height: 52px;
    object-fit: contain;
    margin: 0 auto 0.8rem;
  }
  
  .trust-benefit h3,
  .proof-item h3 {
    margin: 0 0 0.45rem;
    color: #1f3438;
    font-size: 1rem;
  }
  
  .trust-benefit p,
  .proof-item p {
    margin: 0;
    color: #5f5a52;
    line-height: 1.45;
  }
  
  .trust-proof {
    margin-top: 3rem;
    /* padding: 2rem; */
    padding: 40px 20px 60px 20px;
    border: 1px solid rgba(31, 52, 56, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.45);
  }
  
  .proof-label {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #5f5a52;
    margin: 0 0 2rem;
  }
  
  .proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin-top: 40px;
  }
  
  .proof-item {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0 2rem;
    text-align: left;
  }
  
  .proof-item:not(:last-child) {
    border-right: 1px solid rgba(31, 52, 56, 0.14);
  }
  
  .proof-icon {
    width: 100px;
    height: 100px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .proof-icon-family {
    transform: scale(1.15);
  }

  .proof-badge {
    width: 72px;
    height: 72px;
    object-fit: contain;
    flex-shrink: 0;
  }
  
  .proof-people {
    width: 96px;
    height: auto;
  }
  
  .proof-copy h3 {
    margin: 0 0 0.4rem;
    font-size: 1.15rem;
    line-height: 1.25;
    color: #1f3438;
    font-weight: 700;
  }
  
  .proof-copy p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.45;
    color: #5f5a52;
  }
  
  .trust-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.3rem;
    margin: 2rem 0;
  }
  
  /* The lines */
  .trust-divider .line {
    flex: 1;
    height: 1.5px;
    background-color: #6f8f6f; /* your green */
    max-width: 100px; /* controls line length */
    opacity: 0.6;
  }
  
  /* Text styling */
  .divider-text {
    font-size: 0.85rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #4f4a43;
    white-space: nowrap;
  }
  
  /* Heart icon */
  .divider-heart {
    width: 2%;
    height: 20px;
    object-fit: contain;
    margin-left: -6px;
  }

  /* Share your story */
  /* .story-cta {
    margin-top: 2rem;
    padding-top: 1.5rem;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
  }
  
  .story-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 0.4rem;
  }
  
  .story-text {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 1rem;
  }
  
  .story-button {
    background: #3f5f59;
    color: white;
    padding: 0.6rem 1.2rem;
    border-radius: 8px;
    text-decoration: none;
    margin-right: 0.8rem;
  }
  
  .story-email {
    font-size: 0.9rem;
    color: #3f5f59;
    text-decoration: underline;
  } */
  .story-cta {
    margin: 2.5rem auto 0;
    max-width: 780px;
    padding: 1.25rem 1.5rem;
    background: rgba(255, 248, 235, 0.75);
    border-radius: 16px;
    text-align: left;
  }
  
  .story-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
  }
  
  .story-title {
    margin: 0 0 0.35rem;
    font-size: 1.3rem;
    font-weight: 700;
    color: #1f3438;
    margin-bottom: 15px;
  }
  
  .story-copy p:last-child {
    margin: 0;
    color: #5f5a52;
    line-height: 1.45;
  }
  
  .story-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
  }
  
  .story-button {
    background: #355f69;
    color: #fff;
    padding: 0.7rem 1.1rem;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 700;
  }

  .story-form-link {
    color: #355f69;
    font-weight: 600;
    white-space: nowrap;
    text-decoration: none;
  }

  /* =========================
     What you'll create / example map
  ========================= */

  .example-map {
    text-align: center;
  }
  
  .section-intro {
    max-width: 600px;
    margin: 0 auto 2rem;
  }

  /* .what-create {
    background: linear-gradient(
      180deg,
      #f4f0e9 0%,
      #faf8f3 18%,
      #ffffff 100%
    );
  } */
  
  .what-create-inner {
    max-width: 1100px;
    margin: 0 auto;
    /* padding-top: 1rem; */
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .what-create-image img {
    /* width: 100%; */
    border-radius: 12px;
    /* box-shadow: 0 12px 30px rgba(0,0,0,0.12); */
    box-shadow: 10px 12px 15px rgba(31, 52, 56, 0.2);
  }
  
  .what-create-content h2 {
    text-align: left;
    margin-bottom: 0.2rem;
  }

  .what-create-content .hero-tagline {
    margin-top: 0;          
  }

  .what-create-content .intro {
    font-size: 1.05rem;
    color: #68615a;
    margin-bottom: 1.5rem;
  }
  
  .features {
    margin-bottom: 2rem;
    padding-left: 1.2rem;
  }
  
  .features li {
    margin-bottom: 0.5rem;
    color: #3f4a4a;
  }
  
 
  /* =========================
   Ideas section
========================= */

.ideas-section {
  position: relative;
  background: #ebe1d2;
  padding: 5rem 1.5rem;
  overflow: hidden;
}

.ideas-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0,0,0,0.12) 0%,
    rgba(0,0,0,0.08) 10%,
    rgba(0,0,0,0.04) 18%,
    transparent 30%,
    transparent 70%,
    rgba(0,0,0,0.04) 82%,
    rgba(0,0,0,0.08) 90%,
    rgba(0,0,0,0.12) 100%
  );
  pointer-events: none;
}

.ideas-inner {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

.section-title-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.section-title-row h2 {
  margin: 0;
  text-align: center;
}

.title-line {
  width: 140px;
  height: auto;
  object-fit: contain;
}

.title-line-right {
  transform: scaleX(-1);
}

.ideas-intro {
  text-align: center;
  margin: 0 auto 3rem;
  max-width: 620px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #68615a;
}

.ideas-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}

.idea-card {
  padding: 1.75rem 1.5rem;   
  border-radius: 14px;
  background: #f7f2e9;
  text-align: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: 1px solid rgba(0,0,0,0.04);
}

.idea-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.idea-card-img {
  width: 100%;
  max-width: 230px;
  height: 150px;
  margin: 0 auto 1.25rem;
  object-fit: contain;
}

.idea-card h3 {
  margin: 0.5rem 0 0.4rem;
  font-size: 1.25rem;
}

.idea-card p {
  margin: 0;
  line-height: 1.5;
  font-size: 0.95rem;
  color: #5f5a52;
}

/* Card images (photos) */
.idea-card-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.idea-card:hover .idea-card-img {
  transform: scale(1.04);
}

/* Icons */
.ideas-icon {
  width: 160px;
  height: 120px;
  object-fit: contain;
  display: block;
  margin: 0 auto 1.5rem;
  transition: transform 0.2s ease; 
}

.idea-card:hover .ideas-icon {
  transform: scale(1.08);
}

.idea-card.has-icon {
  padding-top: 2.25rem;
  padding-bottom: 1.6rem;
}
  /* =========================
     Experience
  ========================= */

.experience {
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f6f2ea 100%
  );
  padding: 6rem 1.5rem;
}

.experience-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.experience-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 5rem;
}

.experience-row.reverse {
  direction: rtl;
}

.experience-row.reverse * {
  direction: ltr;
}

.experience-image {
  max-width: 420px;   
  margin: 0 auto;     
}

.experience-image img {
  width: 100%;
  transform: scale(0.95); 
  aspect-ratio: 4 / 3; 
  object-fit: cover; 
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.15);
}

.experience-content h2 {
  font-size: 2.3rem;
  margin-bottom: 1rem;
}

.experience-content p {
  color: #68615a;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

  /* =========================
     Printing
  ========================= */
  
  .printing {
    background-color: #ffffff;
  }
  
  .printing ul {
    max-width: 500px;
    margin: 2rem auto;
    padding-left: 1.2rem;
  }
  
  .printing li {
    margin-bottom: 0.6rem;
  }
  
  .printing-note {
    text-align: center;
    font-size: 0.95rem;
    color: #555;
  }
  
  /* =========================
     Value / Emotion
  ========================= */
  
  .value {
    text-align: center;
    background: linear-gradient(180deg, #faf7f2 0%, #f3ede3 100%);
  }
  
  .value p {
    max-width: 650px;
    margin: 0 auto;
    font-size: 1.05rem;
  }
  
  /* =========================
     Pricing
  ========================= */
  
  .pricing {
    text-align: center;
  }
  
  .pricing p {
    max-width: 600px;
    margin: 0 auto;
  }
  
  /* =========================
     Final CTA
  ========================= */
  
  .final-cta {
    background: #efe7db;
    padding: 5rem 1rem;
    overflow: hidden;
  }
  
  .final-cta-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    align-items: center;
  }
  
  .final-cta-copy {
    text-align: left;
  }
  
  .final-cta-kicker {
    font-family: 'Caveat', cursive;
    font-size: 2rem;
    color: #2f4f3a;
    margin: 0 0 0.5rem;
    padding-bottom: 20px;
  }
  
  .final-cta h2 {
    text-align: left;
    margin: 0 0 1rem;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    line-height: 1.05;
    color: #1f3438;
  }
  
  .final-cta p {
    max-width: 520px;
    margin: 0 0 1.8rem;
    font-size: 1.1rem;
    line-height: 1.55;
    color: #5f5a52;
  }
  
  .final-cta-image img {
    width: 100%;
    max-width: 440px;
    display: block;
    margin: 0 auto;
  }
  
  .site-footer {
    background: #f4f0e9;
    padding: 4rem 1.5rem;
    color: #3f3a34;
  }
  
  .footer-inner {
    max-width: 1200px;
    margin: 0 auto;
  
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  
  .footer-column h3 {
    margin: 0 0 1.4rem;
    font-size: 1rem;
    font-weight: 700;
    color: #1f3438;
  }
  
  .footer-column p {
    max-width: 360px;
    margin: 0 0 1rem;
    line-height: 1.5;
    color: #5f5a52;
  }
  
  .footer-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .footer-column li {
    margin-bottom: 0.75rem;
  }
  
  .footer-column a {
    color: #3f3a34;
    text-decoration: none;
  }
  
  .footer-column a:hover {
    color: #355f69;
    text-decoration: underline;
  }
  
  .footer-newsletter {
    display: flex;
    gap: 0.6rem;
    max-width: 360px;
  }
  
  .footer-newsletter input {
    flex: 1;
    padding: 0.75rem 0.9rem;
    border: 1px solid rgba(31, 52, 56, 0.18);
    border-radius: 8px;
    background: #fffaf2;
  }
  
  .footer-newsletter button {
    padding: 0.75rem 1rem;
    border: none;
    border-radius: 8px;
    background: #355f69;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
  }
  
  .footer-newsletter button:hover {
    background: #2c4f57;
  }

  /* =========================
     Responsive
  ========================= */
  
  @media (min-width: 768px) {
    .hero {
      grid-template-columns: 1.1fr 0.9fr;
      align-items: center;
    }
  
    .steps {
      grid-template-columns: repeat(3, 1fr);
    }
  
    .use-case-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .what-create-inner {
      grid-template-columns: 1.1fr 0.9fr;
      align-items: center;
    }
  
    /* image left, text right */
    .what-create-image {
      order: 1;
    }
  
    .what-create-content {
      order: 2;
    }

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

    .footer-inner {
      grid-template-columns: 1fr 1fr 1fr;
      align-items: start;
    }
  
    .footer-company {
      justify-self: end;
    }

    .final-cta-inner {
      grid-template-columns: 1fr 0.9fr;
    }
  
    .final-cta-image {
      justify-self: end;
    }
  }

  /* desktop */
@media (min-width: 1024px) {
  .ideas-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
  
  @media (max-width: 767px) {
    .hero {
      height: 480px;
      margin-bottom: 20px;
    }
    .hero-bg {
      opacity: 0.5;
    }

    .hero-title-text {
      margin-top: 40px;
    }

    .hero-text-under-title {
      font-weight: 800;
    }
    .steps {
      grid-template-columns: 1fr;
      gap: 1.75rem;
    }
  
    .step {
      padding: 0;
    }
  
    .step:not(:last-child) {
      border-right: none;
      border-bottom: 1px dashed rgba(184, 132, 64, 0.45);
      padding-bottom: 1.75rem;
    }

    .section-title-row {
      gap: 0.75rem;
    }
  
    .title-line {
      width: 70px;
    }
  
    .ideas-section {
      padding: 4rem 1.25rem;
    }

    .trust-card {
      padding: 2rem 1.25rem;
    }
  
    .trust-benefits {
      grid-template-columns: 1fr;
    }
  
    .trust-photo img {
      height: 260px;
    }

    .story-cta-inner {
      flex-direction: column;
      align-items: flex-start;
    }

    .story-title {
      margin-bottom: 20px;
    }
  }

  @media (max-width: 900px) {
    .trust-top,
    .proof-grid {
      grid-template-columns: 1fr;
      padding: 10px 0 10px 0;
      gap: 2rem;
    }
  
    .trust-benefits {
      grid-template-columns: 1fr 1fr;
      gap: 1.5rem;
    }
  
    .trust-benefit,
    .proof-item {
      border-right: none !important;
    }
  }
  

