/* ============= RESET ============= */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  color: var(--ink);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* ============= TOKENS ============= */
:root {
  --bg: #fafaf7;
  --bg-alt: #ffffff;
  --ink: #0e1530;
  --ink-soft: #4b5374;
  --muted: #8a92ad;
  --line: #e6e4dc;
  --line-strong: #d3d1c4;

  --brand: #ff6a13;        /* Dutch orange */
  --brand-deep: #d94f00;
  --brand-soft: #ffe4d3;

  --accent: #134f4a;       /* deep teal — feels NL coastal */
  --accent-2: #ffb547;

  --radius: 14px;
  --radius-lg: 22px;
  --shadow-sm: 0 2px 6px rgba(14, 21, 48, 0.05);
  --shadow: 0 18px 50px -20px rgba(14, 21, 48, 0.18);
  --shadow-lg: 0 30px 80px -30px rgba(14, 21, 48, 0.25);
}

/* ============= LAYOUT ============= */
.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}
.section { padding: 110px 0; }
.section-alt { background: var(--bg-alt); }

.section-head {
  max-width: 720px;
  margin: 0 auto 64px;
  text-align: center;
}
.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-deep);
  background: var(--brand-soft);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
}
.section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 700;
  line-height: 1.15;
  margin: 0 0 18px;
  letter-spacing: -0.01em;
}
.section-sub {
  font-size: 1.075rem;
  color: var(--ink-soft);
  margin: 0;
}

/* ============= BUTTONS ============= */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform .15s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
  white-space: nowrap;
}
.btn-lg { padding: 16px 26px; font-size: 1rem; }
.btn-block { width: 100%; justify-content: center; }
.btn-primary {
  background: var(--ink);
  color: #fff;
  box-shadow: 0 10px 30px -10px rgba(14, 21, 48, 0.5);
}
.btn-primary:hover { transform: translateY(-2px); background: #1a2350; }
.btn-ghost {
  background: transparent;
  color: var(--ink);
  border-color: var(--line-strong);
}
.btn-ghost:hover { background: #fff; border-color: var(--ink); }

/* ============= NAV ============= */
.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(250, 250, 247, 0.7);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, background .25s ease;
}
.nav.scrolled {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.85);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: -0.01em;
}
.logo-mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--brand), var(--accent-2));
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
  box-shadow: var(--shadow-sm);
}
.logo-text { font-size: 1.05rem; }
.logo-accent { color: var(--brand); }
.nav-links {
  display: flex;
  gap: 28px;
}
.nav-links a {
  font-size: 0.93rem;
  font-weight: 500;
  color: var(--ink-soft);
  transition: color .15s ease;
}
.nav-links a:hover { color: var(--ink); }
.nav-cta { display: inline-flex; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span {
  display: block; width: 22px; height: 2px; background: var(--ink);
  margin: 4px 0; border-radius: 2px; transition: transform .2s ease, opacity .2s ease;
}
.mobile-menu {
  display: none;
  flex-direction: column;
  gap: 12px;
  padding: 16px 24px 24px;
  border-top: 1px solid var(--line);
  background: #fff;
}
.mobile-menu a { padding: 8px 0; color: var(--ink); font-weight: 500; }
.mobile-menu.open { display: flex; }

/* ============= HERO ============= */
.hero {
  position: relative;
  padding: 110px 0 90px;
  overflow: hidden;
  isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -1; }
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.55;
}
.orb-1 { width: 480px; height: 480px; background: radial-gradient(circle, #ffb78a, transparent 60%); top: -120px; left: -100px; }
.orb-2 { width: 420px; height: 420px; background: radial-gradient(circle, #9be5d2, transparent 60%); top: 40px; right: -80px; opacity: 0.5; }
.orb-3 { width: 360px; height: 360px; background: radial-gradient(circle, #ffe18b, transparent 65%); bottom: -120px; left: 40%; opacity: 0.45; }
.grid-overlay {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(14,21,48,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(14,21,48,0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
}
.hero-inner { text-align: center; max-width: 900px; }
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--ink-soft);
  box-shadow: var(--shadow-sm);
  margin-bottom: 28px;
}
.dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: #2bbd7e; box-shadow: 0 0 0 4px rgba(43, 189, 126, 0.18);
}
.hero-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: clamp(2.4rem, 5.5vw, 4.4rem);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 0 0 22px;
}
.gradient-text {
  background: linear-gradient(120deg, var(--brand), var(--accent-2));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 1.15rem;
  color: var(--ink-soft);
  max-width: 640px;
  margin: 0 auto 36px;
}
.hero-cta { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }
.hero-stats {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 28px 12px;
  box-shadow: var(--shadow);
}
.stat { text-align: center; padding: 4px 12px; }
.stat + .stat { border-left: 1px solid var(--line); }
.stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: var(--ink);
}
.stat-label { font-size: 0.85rem; color: var(--ink-soft); }

/* ============= TRUST ============= */
.trust {
  padding: 48px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--bg-alt);
}
.trust-label {
  text-align: center;
  margin: 0 0 24px;
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
}
.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px 56px;
  color: var(--muted);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.88rem;
}

/* ============= CARDS / SERVICES ============= */
.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow);
  border-color: transparent;
}
.card h3 { font-size: 1.15rem; margin: 0 0 8px; }
.card p { color: var(--ink-soft); margin: 0; font-size: 0.96rem; }
.card-icon {
  width: 48px; height: 48px;
  border-radius: 12px;
  display: grid; place-items: center;
  background: linear-gradient(135deg, var(--brand-soft), #fff);
  color: var(--brand-deep);
  margin-bottom: 18px;
}
.card-icon svg { width: 24px; height: 24px; }

/* ============= INDUSTRIES ============= */
.industries {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.industry {
  background: #fff;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.industry-art {
  height: 220px;
  position: relative;
  overflow: hidden;
}
.industry-art.tourism {
  background:
    linear-gradient(120deg, rgba(255,106,19,0.85), rgba(255,181,71,0.85)),
    radial-gradient(circle at 30% 70%, #fff 0%, transparent 40%);
}
.industry-art.tourism::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 80% 30%, rgba(255,255,255,0.4) 0%, transparent 30%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.1));
}
.industry-art.food {
  background:
    linear-gradient(120deg, rgba(19,79,74,0.92), rgba(43,189,126,0.85)),
    radial-gradient(circle at 70% 60%, #fff 0%, transparent 40%);
}
.industry-art.food::after {
  content: '';
  position: absolute; inset: 0;
  background-image:
    radial-gradient(circle at 20% 40%, rgba(255,255,255,0.35) 0%, transparent 30%),
    linear-gradient(180deg, transparent 60%, rgba(0,0,0,0.1));
}
.industry-body { padding: 30px 30px 34px; }
.industry h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.7rem;
  margin: 14px 0 10px;
  letter-spacing: -0.01em;
}
.industry p { color: var(--ink-soft); margin: 0 0 18px; }
.tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--accent);
  background: rgba(19,79,74,0.08);
  padding: 6px 12px;
  border-radius: 999px;
}
.industry .tag { color: var(--brand-deep); background: var(--brand-soft); }
.industry:nth-child(2) .tag { color: var(--accent); background: rgba(19,79,74,0.1); }
.bullet-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}
.bullet-list li {
  position: relative;
  padding-left: 26px;
  font-size: 0.96rem;
  color: var(--ink);
}
.bullet-list li::before {
  content: '';
  position: absolute;
  left: 0; top: 9px;
  width: 14px; height: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent-2));
  box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.12);
}

/* ============= ABOUT ============= */
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
}
.about-left .section-title { text-align: left; }
.about-left .eyebrow { background: rgba(19,79,74,0.1); color: var(--accent); }
.about-left p { color: var(--ink-soft); font-size: 1.04rem; }
.about-points {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.about-points > div {
  border-left: 3px solid var(--brand);
  padding-left: 14px;
}
.about-points strong { display: block; font-weight: 700; color: var(--ink); }
.about-points span { color: var(--ink-soft); font-size: 0.92rem; }
.about-card {
  position: relative;
  background: linear-gradient(160deg, var(--ink) 0%, #1a2350 100%);
  color: #fff;
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.about-card::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 200px; height: 200px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--brand) 0%, transparent 60%);
  opacity: 0.4;
}
.about-card-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent-2);
  margin-bottom: 18px;
}
.about-quote {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  line-height: 1.4;
  margin: 0 0 26px;
  font-style: italic;
}
.about-author { display: flex; align-items: center; gap: 14px; position: relative; }
.avatar {
  width: 46px; height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--brand), var(--accent-2));
  display: grid; place-items: center;
  font-weight: 700;
  color: #fff;
}
.author-name { font-weight: 600; }
.author-role { font-size: 0.85rem; color: rgba(255,255,255,0.7); }

/* ============= PROCESS ============= */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.step {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  position: relative;
  transition: transform .25s ease;
}
.step:hover { transform: translateY(-4px); }
.step-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--brand);
  margin-bottom: 8px;
}
.step h4 { font-size: 1.15rem; margin: 0 0 8px; }
.step p { color: var(--ink-soft); margin: 0; font-size: 0.94rem; }

/* ============= CONTACT ============= */
.contact { background: var(--bg-alt); }
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 70px;
  align-items: start;
}
.contact-left .section-title { text-align: left; }
.contact-left p { color: var(--ink-soft); }
.contact-info {
  list-style: none;
  padding: 0;
  margin: 36px 0 0;
  display: grid;
  gap: 18px;
}
.contact-info li {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
}
.contact-info strong {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.contact-info a, .contact-info span { color: var(--ink); font-weight: 500; }
.contact-info a:hover { color: var(--brand-deep); }
.contact-form {
  background: #fff;
  padding: 36px;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  display: grid;
  gap: 16px;
}
.contact-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
.contact-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-form span {
  font-size: 0.85rem;
  color: var(--ink-soft);
  font-weight: 500;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
  font: inherit;
  padding: 12px 14px;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--bg);
  color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: var(--brand);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(255, 106, 19, 0.15);
}
.contact-form textarea { resize: vertical; min-height: 120px; }
.form-note {
  margin: 4px 0 0;
  color: #2bbd7e;
  font-weight: 600;
  text-align: center;
}

/* ============= FOOTER ============= */
.footer {
  background: var(--ink);
  color: #cfd2e0;
  padding: 70px 0 30px;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 2fr;
  gap: 60px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.footer-brand .logo { color: #fff; }
.footer-brand p { color: rgba(255,255,255,0.6); margin: 14px 0 0; max-width: 320px; }
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer-cols h5 {
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.footer-cols a {
  display: block;
  padding: 6px 0;
  color: rgba(255,255,255,0.7);
  transition: color .15s ease;
}
.footer-cols a:hover { color: #fff; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.5);
  flex-wrap: wrap;
  gap: 12px;
}

/* ============= ANIMATIONS ============= */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .8s ease, transform .8s ease;
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

/* ============= RESPONSIVE ============= */
@media (max-width: 960px) {
  .cards { grid-template-columns: repeat(2, 1fr); }
  .industries { grid-template-columns: 1fr; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
  .nav-links, .nav-cta { display: none; }
  .nav-toggle { display: block; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .stat + .stat { border-left: 0; }
  .stat:nth-child(odd) { border-right: 1px solid var(--line); }
  .stat:nth-child(3), .stat:nth-child(4) { border-top: 1px solid var(--line); padding-top: 16px; margin-top: 4px; }
}
@media (max-width: 560px) {
  .section { padding: 80px 0; }
  .hero { padding: 70px 0 60px; }
  .cards { grid-template-columns: 1fr; }
  .steps { grid-template-columns: 1fr; }
  .about-points { grid-template-columns: 1fr; }
  .contact-form { padding: 24px; }
  .contact-form .row { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}
