/* ============================================
   Bakker-Bloem Coming Soon
   Design: Corevia-inspired + Bakker-Bloem brand
   ============================================ */

:root {
  --green-dark: #142828;
  --green-darker: #0e1e1e;
  --green-mid: #273939;
  --green-light: #CDEED3;
  --green-lighter: #EBF9F2;
  --green-accent: #0FD972;
  --white: #FFFFFF;
  --gray-50: #F7F7F7;
  --gray-100: #F3F3F3;
  --gray-200: #F0F0F0;
  --gray-400: #BEBEBE;
  --gray-500: #787878;
  --gray-600: #575757;
  --gray-900: #131313;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-pill: 240px;
  --font-heading: 'Bricolage Grotesque', serif;
  --font-body: 'Instrument Sans', sans-serif;
  --transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

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

html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-body);
  color: var(--gray-900);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

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

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-pill);
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: -0.02em;
  transition: var(--transition);
  cursor: pointer;
  border: none;
  white-space: nowrap;
}

.btn-white {
  background: var(--white);
  color: var(--green-dark);
  font-weight: 600;
}
.btn-white:hover {
  background: var(--green-light);
  transform: translateY(-1px);
}

.btn-white-nav {
  background: var(--white);
  color: var(--green-dark);
}
.btn-white-nav:hover {
  background: var(--green-lighter);
}

.btn-dark {
  background: var(--green-dark);
  color: var(--white);
}
.btn-dark:hover {
  background: var(--green-mid);
  transform: translateY(-1px);
}

/* ---- Navbar ---- */

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: var(--transition);
}

.navbar.scrolled {
  background: rgba(20, 40, 40, 0.95);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 14px 0;
}

.nav-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo img {
  height: 76px;
  width: auto;
}

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

.hero {
  background: var(--green-dark);
  min-height: 100vh;
  padding: 150px 32px 32px;
  display: flex;
  align-items: center;
}

.hero-frame {
  position: relative;
  width: 100%;
  border-radius: var(--radius-lg);
  overflow: hidden;
  min-height: 80vh;
}

.hero-image {
  position: absolute;
  inset: 0;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(14, 30, 30, 0.88) 0%,
    rgba(14, 30, 30, 0.7) 40%,
    rgba(14, 30, 30, 0.25) 100%
  );
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 60px 56px 56px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: 80vh;
  max-width: 800px;
}

.hero-badge-pill {
  display: inline-block;
  background: rgba(205, 238, 211, 0.15);
  border: 1px solid rgba(205, 238, 211, 0.3);
  color: var(--green-light);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
  backdrop-filter: blur(8px);
}

.hero-content h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--white);
  margin-bottom: 24px;
}

.hero-sub {
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.7;
  color: var(--gray-400);
  margin-bottom: 44px;
  max-width: 500px;
}


/* Countdown in hero */

.countdown {
  display: flex;
  align-items: center;
  gap: 10px;
}

.countdown-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgba(39, 57, 57, 0.7);
  backdrop-filter: blur(8px);
  border-radius: var(--radius-md);
  padding: 18px 16px;
  min-width: 80px;
}

.countdown-number {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 700;
  color: var(--white);
  letter-spacing: -0.03em;
  line-height: 1;
}

.countdown-unit {
  font-size: 0.7rem;
  color: var(--gray-400);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-top: 6px;
}

.countdown-sep {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--green-accent);
  font-weight: 600;
  padding-bottom: 16px;
}

.countdown-label {
  color: rgba(190, 190, 190, 0.8);
  font-size: 0.85rem;
  margin-top: 12px;
}

/* ---- Mission Section ---- */

.mission {
  padding: 100px 24px;
  background: var(--white);
}

.mission-inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 800px;
}

.mission h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: var(--green-dark);
  margin-bottom: 36px;
}

.section-tag {
  display: inline-block;
  background: var(--green-lighter);
  color: var(--green-dark);
  padding: 8px 22px;
  border-radius: var(--radius-pill);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: none;
  margin-bottom: 24px;
}

.tag-on-green {
  background: rgba(255, 255, 255, 0.6);
}

/* ---- Portraits Section ---- */

.portraits {
  padding: 0 24px 100px;
  background: var(--white);
}

.portraits-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.portrait-card img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center top;
  border-radius: var(--radius-lg);
}

/* ---- Contact Section ---- */

.contact-section {
  padding: 80px 24px 100px;
  background: var(--white);
}

.contact-card {
  background: var(--green-light);
  border-radius: var(--radius-lg);
  padding: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
  overflow: hidden;
}

.contact-info h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--green-dark);
  margin-bottom: 16px;
}

.contact-info > p {
  color: var(--gray-600);
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 32px;
}

.contact-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.contact-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  color: var(--green-dark);
}

.contact-label {
  display: block;
  font-size: 0.78rem;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 2px;
}

.contact-value {
  font-weight: 500;
  font-size: 0.95rem;
  color: var(--green-dark);
  transition: var(--transition);
}

a.contact-value:hover {
  color: var(--green-accent);
}

.contact-portrait {
  border-radius: var(--radius-lg);
  overflow: hidden;
}

.contact-portrait img {
  width: 100%;
  height: 100%;
  min-height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
}

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

.footer {
  background: var(--green-dark);
  padding: 40px 24px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-logo {
  height: 32px;
  width: auto;
  margin-bottom: 6px;
}

.footer-tagline {
  color: var(--gray-400);
  font-size: 0.85rem;
  font-style: italic;
}

.footer-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.partner-label {
  font-size: 0.72rem;
  color: var(--gray-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.partner-logo {
  height: 24px;
  width: auto;
  opacity: 0.7;
}

.footer-right p {
  color: var(--gray-500);
  font-size: 0.8rem;
}

/* ---- Responsive: Large screens ---- */

@media (min-width: 1440px) {
  .container, .nav-inner {
    max-width: 1400px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-logo img {
    height: 76px;
  }

  .hero {
    padding: 150px 36px 36px;
  }

  .hero-frame {
    min-height: 82vh;
  }

  .hero-content {
    padding: 72px 64px 64px;
    max-width: 860px;
  }

  .hero-content h1 {
    font-size: 4rem;
  }

  .countdown-block {
    min-width: 96px;
    padding: 22px 20px;
  }

  .mission {
    padding: 120px 40px;
  }

  .mission-inner {
    max-width: 900px;
  }

  .mission h2 {
    font-size: 2.4rem;
  }

  .portrait-card img {
    height: 580px;
  }

  .contact-card {
    padding: 56px;
  }

  .contact-info h2 {
    font-size: 2.4rem;
  }

  .footer-logo {
    height: 36px;
  }

  .partner-logo {
    height: 28px;
  }
}

@media (min-width: 1920px) {
  .container, .nav-inner {
    max-width: 1600px;
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav-logo img {
    height: 84px;
  }

  .hero {
    padding: 156px 40px 40px;
  }

  .hero-frame {
    min-height: 84vh;
  }

  .hero-content {
    padding: 80px 72px 72px;
    max-width: 940px;
    min-height: 78vh;
  }

  .hero-content h1 {
    font-size: 4.6rem;
  }

  .hero-sub {
    font-size: 1.25rem;
    max-width: 560px;
  }

  .hero-badge-pill {
    font-size: 1rem;
    padding: 10px 26px;
  }

  .countdown-block {
    min-width: 110px;
    padding: 26px 24px;
  }

  .countdown-number {
    font-size: 2.6rem;
  }

  .countdown-unit {
    font-size: 0.8rem;
  }

  .countdown-sep {
    font-size: 2rem;
  }

  .mission {
    padding: 140px 60px;
  }

  .mission-inner {
    max-width: 1000px;
  }

  .mission h2 {
    font-size: 2.8rem;
  }

  .portrait-card img {
    height: 660px;
  }

  .contact-card {
    padding: 64px;
    gap: 64px;
  }

  .contact-info h2 {
    font-size: 2.8rem;
  }

  .contact-info > p {
    font-size: 1.15rem;
  }

  .contact-icon {
    width: 52px;
    height: 52px;
  }

  .contact-icon svg {
    width: 24px;
    height: 24px;
  }

  .contact-value {
    font-size: 1.05rem;
  }

  .footer-logo {
    height: 42px;
  }

  .partner-logo {
    height: 32px;
  }
}

/* ---- Responsive: Tablet ---- */

@media (max-width: 1024px) {
  .hero {
    padding: 88px 6px 6px;
  }

  .hero-content {
    padding: 48px 40px 44px;
    max-width: 100%;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-portrait img {
    min-height: 280px;
    max-height: 360px;
  }
}

/* ---- Responsive: Mobile ---- */

@media (max-width: 768px) {
  .container, .nav-inner, .hero-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-logo img {
    height: 44px;
  }

  .hero {
    padding: 80px 4px 4px;
  }

  .hero-frame {
    min-height: 70vh;
  }

  .hero-content {
    padding: 36px 28px 32px;
    min-height: 70vh;
  }

  .hero-content h1 {
    font-size: 1.9rem;
  }

  .hero-sub {
    font-size: 0.95rem;
  }

  .hero-content .btn {
    margin-bottom: 36px;
  }

  .countdown {
    gap: 6px;
  }

  .countdown-block {
    min-width: 64px;
    padding: 14px 10px;
  }

  .countdown-number {
    font-size: 1.4rem;
  }

  .countdown-sep {
    font-size: 1.2rem;
    padding-bottom: 12px;
  }

  .mission {
    padding: 60px 20px;
  }

  .mission h2 {
    font-size: 1.3rem;
  }

  .portraits {
    padding: 0 20px 60px;
  }

  .portraits-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .portrait-card img {
    height: 300px;
  }

  .contact-section {
    padding: 60px 20px;
  }

  .contact-card {
    padding: 28px 24px;
  }

  .footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 24px;
  }
}

@media (max-width: 480px) {
  .countdown-block {
    min-width: 56px;
    padding: 12px 8px;
  }

  .countdown-number {
    font-size: 1.2rem;
  }

  .countdown-unit {
    font-size: 0.65rem;
  }

  .hero-content h1 {
    font-size: 1.6rem;
  }

  .portrait-card img {
    height: 220px;
  }

  .contact-card {
    padding: 24px 20px;
  }
}
