/* Visual tuning pass against the Readdy reference — v3 light hero match. */

/* Poppins font override */
body, h1, h2, h3, h4, h5, h6, p, a, button, input, label, span, li {
  font-family: 'Poppins', sans-serif !important;
}
.brand-logo {
  width: auto !important;
  height: 42px !important;
  border-radius: 8px !important;
  background: transparent !important;
  object-fit: contain !important;
}

.hero-bg {
  background-image: url("https://readdy.ai/api/search-image?query=sustainable%20fashion%20upcycled%20vintage%20clothing%20hanging%20on%20minimalist%20wooden%20rack%20soft%20natural%20daylight%20streaming%20through%20large%20windows%20clean%20white%20background%20eco-friendly%20textile%20materials%20organic%20cotton%20linen%20denim%20fabrics%20gentle%20shadows%20peaceful%20atmosphere%20Amsterdam%20studio%20aesthetic%20modern%20minimalist%20interior%20design&width=1920&height=1080&seq=hero-bg-1&orientation=landscape");
  background-position: center right;
  transform: none;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(247, 244, 237, 0.92), rgba(247, 244, 237, 0.76) 34%, rgba(247, 244, 237, 0.18) 58%, rgba(247, 244, 237, 0));
}

.hero {
  color: var(--ink);
  padding-top: clamp(78px, 8vh, 98px);
  padding-bottom: clamp(34px, 5vh, 58px);
  min-height: 100svh;
  align-items: center;
}

h1 {
  max-width: 8.8ch;
  font-size: clamp(64px, 8.2vw, 118px);
  margin-top: 14px;
  line-height: .9;
  letter-spacing: -0.03em;
  color: #201813;
}

.hero p {
  margin-top: 18px;
  color: rgba(38, 29, 23, 0.78);
  font-size: clamp(15px, 1.35vw, 17px);
  line-height: 1.62;
  max-width: 500px;
}

.hero-actions {
  margin-top: 18px;
  gap: 12px;
}

.hero-actions .button {
  min-height: 54px;
  padding-inline: 26px;
}


.badge {
  font-size: 13px;
  padding: 8px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(38, 29, 23, 0.12);
  box-shadow: 0 14px 34px rgba(26, 19, 15, 0.08);
}

.button.primary {
  background: var(--ink);
  color: white;
}

.button.secondary {
  background: rgba(255, 255, 255, 0.7);
  color: var(--ink);
  border-color: rgba(38, 29, 23, 0.16);
  backdrop-filter: blur(8px);
}

.site-header {
  color: var(--ink);
  background: linear-gradient(180deg, rgba(247, 244, 237, 0.78), rgba(247, 244, 237, 0.12));
}

.nav-cta {
  background: var(--ink);
  color: white;
}

.hero-inner {
  width: min(700px, 100%);
  display: grid;
  align-content: center;
  justify-items: start;
}

.hero-card {
  display: none;
}

:root {
  --section-space: clamp(72px, 9vw, 118px);
}

.about,
.collection,
.process,
.testimonial,
.shop-cta,
.lessen {
  padding-block: var(--section-space);
}

.section-heading p,
.centered p,
.testimonial blockquote,
.shop-cta p {
  line-height: 1.65;
}


.quote {
  font-size: clamp(26px, 3.6vw, 46px);
  line-height: 1.12;
  max-width: 19ch;
}

.about {
  padding-block: clamp(72px, 9vw, 118px);
}

.about.section-grid {
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
  gap: clamp(32px, 4.6vw, 68px);
  align-items: start;
}

.about-copy {
  max-width: 760px;
}

.about-copy > p:not(.quote) {
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.72;
  max-width: 62ch;
}

.text-link {
  margin-top: 26px;
}

.stats {
  margin-top: 38px;
  max-width: 560px;
}

.portrait-card {
  align-self: stretch;
}

.portrait-card img {
  height: clamp(540px, 48vw, 680px);
}

.section-heading.split {
  gap: 32px;
  margin-bottom: 42px;
}

.section-heading h2,
.section-heading h3 {
  font-size: clamp(40px, 5.5vw, 72px);
  line-height: 0.94;
}

.section-heading p {
  font-size: 17px;
  line-height: 1.64;
}

.process {
  padding-block: clamp(70px, 8vw, 110px);
}

.centered {
  margin-bottom: 44px;
}

.centered h2 {
  font-size: clamp(38px, 5.2vw, 68px);
  line-height: 0.96;
}

.centered p {
  margin-top: 18px;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.64;
}

.product img,
.newsletter img {
  filter: saturate(0.96) contrast(1.02);
}

.step img {
  aspect-ratio: 1.18;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 220px;
}

/* Eerste processtap: volledig kledingstuk zichtbaar */
.step-first img {
  object-fit: contain;
  object-position: center center;
  background: #f0ebe4;
  padding: 8px;
}

@media (max-width: 960px) {
  .brand-logo {
    width: auto;
    height: 38px;
  }
  h1 {
    max-width: 9.5ch;
    font-size: clamp(54px, 10.5vw, 88px);
  }
  .about.section-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .about-copy,
  .stats {
    max-width: none;
  }
  .quote,
  .about-copy > p:not(.quote) {
    max-width: none;
  }
}

@media (min-width: 961px) and (max-width: 1360px) {
  .about.section-grid {
    grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.72fr);
    gap: clamp(28px, 3.4vw, 48px);
  }

  .quote {
    font-size: clamp(28px, 3vw, 40px);
    max-width: 21ch;
  }

  .about-copy > p:not(.quote) {
    max-width: 66ch;
  }
}

@media (max-width: 640px) {
  html,
  body {
    overflow-x: hidden;
  }
  .nav-cta {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
  }
  h1 {
    max-width: 10ch;
    font-size: clamp(42px, 11.5vw, 62px);
  }
  .hero {
    padding-top: 126px;
    padding-bottom: 34px;
  }
  .hero p {
    max-width: 100%;
  }
  .hero-actions {
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }
  .hero-actions .button {
    width: 100%;
    min-height: 54px;
  }
  .process-grid {
    grid-template-columns: 1fr;
  }
  .shop-cta > div[style] {
    border-left: 0 !important;
    padding-left: 0 !important;
  }
  .quote {
    font-size: clamp(24px, 8vw, 34px);
  }
  .section-heading h2,
  .section-heading h3,
  .centered h2 {
    font-size: clamp(34px, 9vw, 48px);
  }
}

/* Testimonial sectie — witte achtergrond */
.testimonial { background: white; }

/* Shop CTA sectie — witte achtergrond */
.shop-cta {
  background: white;
  color: var(--ink);
}
.shop-cta h2 {
  color: var(--moss-dark);
}
.shop-cta p {
  color: var(--muted);
}
.shop-cta .button.primary {
  background: var(--moss);
  color: white;
}
.shop-cta > div[style] {
  border-left-color: rgba(38,29,23,.15) !important;
}

/* Naailessen sectie */
.lessen{padding-block:clamp(78px,10vw,140px);background:var(--paper);color:var(--ink)}
.lessen .centered{text-align:center;max-width:760px;margin:0 auto 54px}
.lessen .centered h2{color:var(--moss-dark);font-family:Georgia,"Times New Roman",serif;font-size:clamp(36px,5vw,64px);font-weight:500}
.lessen .centered .subtitle{display:block;margin-top:10px;color:var(--rust);font-weight:700;font-size:18px}
.lessen .centered p{margin:16px auto 0;color:var(--muted);font-size:17px;line-height:1.75;max-width:640px}
.les-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}
.les-card{background:var(--paper-2);border:1px solid var(--line);padding:28px 24px 32px;display:flex;flex-direction:column;gap:14px}
.les-tag{display:inline-flex;padding:6px 12px;border-radius:999px;background:var(--paper-2);font-size:12px;font-weight:800;color:var(--moss);width:fit-content}
.les-tag.binnenkort{background:var(--gold);color:var(--ink)}
.les-card h3{font-size:20px;color:var(--ink)}
.les-card p{color:var(--muted);line-height:1.65;font-size:15px;flex:1}
.les-price{font-weight:800;color:var(--rust);font-size:16px}
.les-cta{text-align:center;margin-top:44px}
@media(max-width:960px){.les-grid{grid-template-columns:1fr}}
.les-tag.gratis{background:var(--moss);color:white}
.les-price{font-weight:800;font-size:16px;color:var(--moss)}
.les-card:first-child .les-price{color:var(--moss);font-size:17px}
.les-btn{display:inline-flex;margin-top:14px;padding:10px 18px;border-radius:999px;background:var(--moss);color:white;font-weight:800;font-size:14px;text-decoration:none}
.les-btn.disabled{background:var(--paper-2);color:var(--muted);cursor:default;pointer-events:none}
.les-img{width:100%;aspect-ratio:3/4;object-fit:contain;background:var(--paper);margin-bottom:4px}
.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;width:60px;height:60px;border-radius:50%;background:rgba(0,0,0,.6);color:white;font-size:22px;border:2px solid white;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}
.play-btn:hover{background:var(--rust)}
