@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400&family=Inter:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #2c2416;
  background: #fdfaf5;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

.container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 28px;
}

h1, h2, h3, .serif {
  font-family: 'Playfair Display', Georgia, serif;
}

/* ── Hero ── */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #fdfaf5;
  position: relative;
  padding: 60px 0;
}

.hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #d4b896, transparent);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.hero-eyebrow {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b8936a;
  margin-bottom: 24px;
  font-weight: 500;
}

.hero h1 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(3.5rem, 9vw, 6.5rem);
  font-weight: 600;
  color: #2c2416;
  line-height: 1.05;
  margin-bottom: 24px;
  letter-spacing: -0.01em;
}

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

.hero .tagline {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  color: #7a6b5d;
  margin-bottom: 40px;
  font-weight: 300;
  line-height: 1.6;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.25s ease;
  cursor: pointer;
}

.btn-primary {
  background: #2c2416;
  color: #fdfaf5;
  border: 2px solid #2c2416;
}

.btn-primary:hover {
  background: #4a3d2a;
  border-color: #4a3d2a;
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(44,36,22,0.2);
}

.btn-outline {
  background: transparent;
  color: #2c2416;
  border: 2px solid #d4b896;
}

.btn-outline:hover {
  border-color: #2c2416;
  transform: translateY(-1px);
}

.btn-arrow {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.btn:hover .btn-arrow {
  transform: translateX(3px);
}

/* ── Divider ── */
.section-divider {
  text-align: center;
  padding: 0 0 48px;
  color: #d4b896;
  font-size: 1.2rem;
  letter-spacing: 0.3em;
}

/* ── Intro ── */
.intro {
  padding: 100px 0 80px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.intro-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b8936a;
  margin-bottom: 16px;
  font-weight: 500;
}

.intro-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2c2416;
  margin-bottom: 24px;
  line-height: 1.25;
}

.intro-text p {
  font-size: 1.05rem;
  color: #5c5044;
  line-height: 1.8;
  margin-bottom: 16px;
}

.intro-text p:last-child {
  margin-bottom: 0;
}

.intro-highlight {
  background: #fdfaf5;
  border: 1px solid #e8ddd0;
  border-radius: 8px;
  padding: 28px;
}

.intro-highlight .label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #b8936a;
  margin-bottom: 16px;
  font-weight: 500;
}

.intro-highlight ul {
  list-style: none;
}

.intro-highlight li {
  padding: 12px 0;
  border-bottom: 1px solid #efe5d9;
  font-size: 0.95rem;
  color: #5c5044;
  display: flex;
  align-items: center;
  gap: 10px;
}

.intro-highlight li:last-child {
  border-bottom: none;
}

.intro-highlight li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #c4956a;
  border-radius: 50%;
  flex-shrink: 0;
}

/* ── Gallery ── */
.gallery {
  padding: 80px 0 100px;
  background: #fff;
}

.gallery-header {
  text-align: center;
  margin-bottom: 48px;
}

.gallery-header .label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b8936a;
  margin-bottom: 12px;
  font-weight: 500;
}

.gallery-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2c2416;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.gallery-item {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.gallery-item.large {
  grid-column: span 2;
  grid-row: span 2;
}

.gallery-img {
  aspect-ratio: 1;
  background: #f0e8dd;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.gallery-item.large .gallery-img {
  aspect-ratio: auto;
  height: 100%;
  min-height: 320px;
}

.gallery-img img,
.gallery-img svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery-item:hover .gallery-img img,
.gallery-item:hover .gallery-img svg {
  transform: scale(1.05);
}

.gallery-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(44,36,22,0.7) 0%, transparent 50%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-overlay span {
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
}

/* ── Diensten ── */
.diensten {
  padding: 100px 0;
  background: #fdfaf5;
}

.diensten-header {
  text-align: center;
  margin-bottom: 56px;
}

.diensten-header .label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #b8936a;
  margin-bottom: 12px;
  font-weight: 500;
}

.diensten-header h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #2c2416;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.service-card {
  background: #fff;
  border: 1px solid #e8ddd0;
  border-radius: 6px;
  padding: 36px 32px;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #c4956a;
  box-shadow: 0 8px 30px rgba(44,36,22,0.06);
  transform: translateY(-2px);
}

.service-icon {
  font-size: 2rem;
  margin-bottom: 16px;
  display: block;
}

.service-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #2c2416;
  margin-bottom: 10px;
}

.service-card p {
  font-size: 0.95rem;
  color: #6b5f53;
  line-height: 1.7;
}

/* ── B2B ── */
.b2b {
  padding: 100px 0;
  background: #2c2416;
  color: #fdfaf5;
}

.b2b .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.b2b-text .label {
  font-family: 'Inter', sans-serif;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #c4956a;
  margin-bottom: 16px;
  font-weight: 500;
}

.b2b-text h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #fdfaf5;
  margin-bottom: 24px;
  line-height: 1.25;
}

.b2b-text p {
  font-size: 1.05rem;
  color: #c4b8a8;
  line-height: 1.8;
  margin-bottom: 32px;
}

.b2b-features {
  list-style: none;
  display: grid;
  gap: 16px;
  margin-bottom: 36px;
}

.b2b-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.95rem;
  color: #ddd3c6;
}

.b2b-features li::before {
  content: '✓';
  color: #c4956a;
  font-weight: 600;
  font-size: 1rem;
}

.b2b-visual {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.b2b-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 6px;
  padding: 28px;
  text-align: center;
}

.b2b-card .number {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.5rem;
  font-weight: 600;
  color: #c4956a;
  display: block;
  line-height: 1;
}

.b2b-card .label-text {
  font-size: 0.9rem;
  color: #c4b8a8;
  margin-top: 8px;
  display: block;
}

.b2b-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.btn-light {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  background: #fdfaf5;
  color: #2c2416;
  border: 2px solid #fdfaf5;
  transition: all 0.25s ease;
}

.btn-light:hover {
  background: transparent;
  color: #fdfaf5;
  transform: translateY(-1px);
}

.btn-light-arrow {
  font-size: 1.1rem;
  transition: transform 0.2s ease;
}

.btn-light:hover .btn-light-arrow {
  transform: translateX(3px);
}

/* ── CTA Strip ── */
.cta-strip {
  padding: 80px 0;
  text-align: center;
  background: #fdfaf5;
}

.cta-strip h2 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: #2c2416;
  margin-bottom: 16px;
}

.cta-strip p {
  font-size: 1.1rem;
  color: #6b5f53;
  margin-bottom: 36px;
}

.cta-strip .shop-links {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 48px;
}

.pill-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease;
}

.pill-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.pill-btn.etsy { background: #f1641e; }
.pill-btn.vinted { background: #007783; }
.pill-btn.instagram { background: #d43f5e; }

.cta-divider {
  width: 60px;
  height: 1px;
  background: #d4b896;
  margin: 0 auto 48px;
}

.cta-contact h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #2c2416;
  margin-bottom: 8px;
}

.cta-contact p {
  font-size: 1rem;
  margin-bottom: 0;
}

.cta-contact a {
  color: #c4956a;
  text-decoration: none;
  font-weight: 500;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
}

.cta-contact a:hover {
  border-color: #c4956a;
}

/* ── Footer ── */
.footer {
  padding: 64px 0 32px;
  background: #2c2416;
  color: #8b7d6e;
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  text-align: left;
  margin-bottom: 40px;
}

.footer-brand {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #ddd3c6;
  margin-bottom: 8px;
}

.footer-tagline {
  font-size: 0.9rem;
  font-style: italic;
  color: #8b7d6e;
  margin-bottom: 16px;
}

.footer-links {
  display: flex;
  gap: 20px;
}

.footer-links a {
  color: #a89884;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-links a:hover {
  color: #ddd3c6;
}

.footer-col-title {
  font-family: 'Inter', sans-serif;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #c4956a;
  margin-bottom: 16px;
  font-weight: 500;
}

.business-table {
  width: 100%;
  border-collapse: collapse;
}

.business-table tr {
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.business-table tr:last-child {
  border-bottom: none;
}

.business-table td {
  padding: 6px 0;
  font-size: 0.9rem;
  color: #a89884;
  vertical-align: top;
}

.business-table td:first-child {
  color: #6b5f53;
  width: 50px;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding-right: 12px;
}

.business-table a {
  color: #a89884;
  text-decoration: none;
  transition: color 0.2s ease;
}

.business-table a:hover {
  color: #ddd3c6;
}

.legal-links {
  list-style: none;
}

.legal-links li {
  margin-bottom: 8px;
}

.legal-links a {
  color: #a89884;
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.legal-links a:hover {
  color: #ddd3c6;
}

.footer-copy {
  font-size: 0.8rem;
  color: #6b5f53;
  text-align: center;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* ── Responsive ── */
@media (max-width: 700px) {
  .intro-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

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

  .gallery-item.large {
    grid-column: span 2;
  }

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

  .b2b .container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .b2b-visual {
    order: -1;
  }

  .hero h1 {
    font-size: clamp(2.5rem, 8vw, 4rem);
  }

  .footer-main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
