/*
Theme Name: Artietee
Theme URI: https://artietee.nl
Author: Artietee B.V.
Author URI: https://artietee.nl
Description: Minimaal custom theme voor Artietee — ICT-consultancy sinds 1996.
Version: 1.1
License: GNU General Public License v2 or later
Text Domain: artietee
*/

/* ===== RESET & BASE ===== */
:root {
  --bordeaux: #7C1E1E;
  --bordeaux-dark: #5E1616;
  --bordeaux-soft: rgba(124,30,30,0.06);
  --white: #FFFFFF;
  --off-white: #FAF9F7;
  --warm-bg: #F5F3F0;
  --border: #E8E5E0;
  --text: #1D1D1B;
  --text-secondary: #4A4843;
  --text-muted: #807B75;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  font-family: 'Outfit', sans-serif;
  background: var(--white);
  color: var(--text);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; }
a { text-decoration: none; }

/* ===== DIAMOND LOGO (CSS placeholder) ===== */
.diamond-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 2px solid var(--bordeaux);
  transform: rotate(45deg);
  flex-shrink: 0;
}

.diamond-logo-text {
  transform: rotate(-45deg);
  font-family: 'Copperplate', 'Copperplate Gothic Bold', serif;
  font-size: 0.5rem;
  font-weight: 700;
  color: var(--bordeaux);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.diamond-logo-large {
  width: 140px;
  height: 140px;
  border-width: 3px;
  position: relative;
}

.diamond-logo-large::after {
  content: '';
  position: absolute;
  inset: 4px;
  border: 1.5px solid var(--bordeaux);
}

.diamond-logo-large .diamond-logo-text {
  font-size: 1rem;
  letter-spacing: 0.2em;
  position: relative;
  z-index: 1;
}

.diamond-logo-large .logo-sub {
  display: block;
  font-size: 0.38rem;
  letter-spacing: 0.12em;
  margin-top: 2px;
  opacity: 0.7;
}

.site-logo-img {
  display: none;
  height: 44px;
  width: auto;
}

.site-logo-img-large {
  display: none;
  height: 140px;
  width: auto;
}

/* ===== NAV ===== */
.site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  padding: 0.9rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid transparent;
  transition: border-color 0.3s;
}

.site-nav.scrolled {
  border-bottom-color: var(--border);
}

.nav-left {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: inherit;
}

.nav-brand {
  font-family: 'Copperplate', 'Copperplate Gothic Bold', serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--bordeaux);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.nav-menu {
  display: flex;
  gap: 2.5rem;
  list-style: none;
}

.nav-menu li { list-style: none; }

.nav-menu a {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}

.nav-menu a:hover,
.nav-menu .current-menu-item a,
.nav-menu .current_page_item a {
  color: var(--bordeaux);
}

.menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  background: var(--text);
  margin: 5px 0;
  transition: all 0.3s;
}

/* ===== SHARED ===== */
.red-line {
  width: 36px;
  height: 3px;
  background: var(--bordeaux);
  margin: 0 auto 2rem;
  border-radius: 2px;
}

.section-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bordeaux);
  text-align: center;
  margin-bottom: 3rem;
}

/* ===== HERO ===== */
.hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.hero-accent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--bordeaux);
}

.hero-content {
  text-align: center;
  padding: 2rem;
  max-width: 900px;
}

.hero-logo-wrap {
  margin-bottom: 2.5rem;
  display: flex;
  justify-content: center;
}

.hero-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--bordeaux);
  margin-bottom: 2rem;
}

.hero-year {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(3rem, 9vw, 7rem);
  font-weight: 700;
  color: var(--text);
  line-height: 0.95;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.hero-year .bx { color: var(--bordeaux); }

.hero-line {
  width: 40px;
  height: 3px;
  background: var(--bordeaux);
  margin: 2rem auto;
  border-radius: 2px;
}

.hero-tagline {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 300;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.hero-pills {
  display: flex;
  justify-content: center;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.hero-pill {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--text-secondary);
  padding: 0.5rem 1.2rem;
  border: 1.5px solid var(--border);
  border-radius: 2px;
  transition: all 0.3s;
}

.hero-pill:hover {
  border-color: var(--bordeaux);
  color: var(--bordeaux);
}

/* ===== STATEMENT ===== */
.statement {
  padding: 6rem 4rem;
  text-align: center;
  background: var(--warm-bg);
}

.statement h2 {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.5rem, 3.2vw, 2.3rem);
  font-weight: 700;
  color: var(--text);
  max-width: 550px;
  margin: 0 auto 1.2rem;
  line-height: 1.35;
}

.statement p {
  font-size: 1.08rem;
  color: var(--text-secondary);
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 300;
}

/* ===== EXPERTISE ===== */
.expertise {
  padding: 5rem 4rem 5.5rem;
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.expertise-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  max-width: 960px;
  margin: 0 auto;
}

.expertise-item {
  padding: 2.5rem 2rem;
  text-align: center;
  border-right: 1px solid var(--border);
  transition: background 0.3s;
}

.expertise-item:last-child { border-right: none; }
.expertise-item:hover { background: var(--bordeaux-soft); }

.expertise-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto 1.3rem;
  border: 1.5px solid var(--bordeaux);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.expertise-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--bordeaux);
  fill: none;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke 0.3s;
}

.expertise-item:hover .expertise-icon {
  background: var(--bordeaux);
}

.expertise-item:hover .expertise-icon svg {
  stroke: white;
}

.expertise-item h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.5rem;
}

.expertise-item p {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  font-weight: 300;
}

/* ===== PARTNERS ===== */
.partners {
  padding: 3.5rem 4rem;
  background: var(--warm-bg);
  text-align: center;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.partners-label {
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.partners-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.partner-name {
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-muted);
  opacity: 0.5;
  transition: all 0.3s;
}

.partner-name:hover {
  opacity: 1;
  color: var(--bordeaux);
}

/* ===== TIMELINE ===== */
.milestones {
  padding: 5rem 4rem 5.5rem;
  background: var(--white);
  border-top: 1px solid var(--border);
}

.milestone-list {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  padding-left: 2rem;
}

.milestone-list::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
  border-radius: 2px;
}

.milestone {
  padding: 1.2rem 0 1.2rem 1.5rem;
  position: relative;
}

.milestone::before {
  content: '';
  position: absolute;
  left: -2rem;
  top: 1.55rem;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--bordeaux);
  margin-left: -4px;
}

.milestone-year {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--bordeaux);
  letter-spacing: 0.08em;
  margin-bottom: 0.2rem;
}

.milestone-text {
  font-size: 1rem;
  color: var(--text-secondary);
  line-height: 1.5;
  font-weight: 300;
}

/* ===== PAGE HEADERS ===== */
.page-header {
  padding: 10rem 4rem 4rem;
  text-align: center;
  background: var(--white);
  border-bottom: 1px solid var(--border);
}

.page-header h1 {
  font-family: 'Libre Baskerville', serif;
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.5rem;
}

/* ===== PAGE: OVER ONS ===== */
.page-body {
  padding: 5rem 4rem;
  background: var(--off-white);
  display: flex;
  justify-content: center;
}

.page-body-inner {
  max-width: 600px;
}

.page-body-inner p {
  font-size: 1.08rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 1.2rem;
  font-weight: 300;
}

.page-stats {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border);
  text-align: center;
}

.stat-number {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--bordeaux);
  display: block;
  line-height: 1;
}

.stat-label {
  font-size: 0.65rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: 0.4rem;
  display: block;
}

/* ===== PAGE: CONTACT ===== */
.contact-body {
  padding: 5rem 4rem;
  background: var(--off-white);
  display: flex;
  justify-content: center;
}

.contact-body-inner {
  max-width: 500px;
  text-align: center;
}

.contact-body-inner p {
  font-size: 1.08rem;
  color: var(--text-secondary);
  font-weight: 300;
  line-height: 1.8;
}

.contact-body-inner a {
  color: var(--bordeaux);
  text-decoration: none;
  font-weight: 500;
  transition: opacity 0.3s;
}

.contact-body-inner a:hover { opacity: 0.7; }

.contact-cta {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.95rem 2.5rem;
  background: var(--bordeaux);
  color: var(--white);
  font-family: 'Outfit', sans-serif;
  font-size: 0.88rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 2px;
  transition: all 0.3s;
}

.contact-cta:hover {
  background: var(--bordeaux-dark);
  box-shadow: 0 4px 16px rgba(124,30,30,0.2);
}

/* ===== FOOTER ===== */
.site-footer {
  padding: 2.5rem 4rem;
  background: var(--text);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-footer span {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.35);
}

.footer-logo {
  font-family: 'Copperplate', 'Copperplate Gothic Bold', serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-center {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.footer-center a {
  color: rgba(255,255,255,0.4);
  text-decoration: none;
  font-size: 0.78rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  transition: color 0.3s;
}

.footer-center a:hover {
  color: rgba(255,255,255,0.7);
}

/* ===== REVEAL ===== */
.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 900px) {
  .expertise-grid { grid-template-columns: repeat(2, 1fr); }
  .expertise-item:nth-child(2) { border-right: none; }
  .expertise-item:nth-child(1),
  .expertise-item:nth-child(2) { border-bottom: 1px solid var(--border); }
}

@media (max-width: 768px) {
  .site-nav { padding: 0.8rem 1.5rem; }
  .menu-toggle { display: block; }

  .nav-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    gap: 0;
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 1rem 0;
  }

  .nav-menu.open { display: flex; }
  .nav-menu a { display: block; padding: 0.8rem 1.5rem; font-size: 0.9rem; }

  .diamond-logo { width: 38px; height: 38px; }
  .diamond-logo-text { font-size: 0.4rem; }
  .diamond-logo-large { width: 110px; height: 110px; }
  .diamond-logo-large .diamond-logo-text { font-size: 0.8rem; }

  .hero { min-height: 80vh; }
  .hero-year { font-size: clamp(2.2rem, 8vw, 4rem); }
  .statement { padding: 4rem 1.5rem; }
  .expertise { padding: 3.5rem 1rem; }
  .expertise-grid { grid-template-columns: 1fr; }
  .expertise-item { border-right: none; border-bottom: 1px solid var(--border); }
  .expertise-item:last-child { border-bottom: none; }
  .milestones { padding: 3.5rem 1.5rem; }
  .page-header { padding: 8rem 1.5rem 3rem; }
  .page-body, .contact-body { padding: 3.5rem 1.5rem; }
  .page-stats { gap: 2rem; }
  .hero-pills { gap: 0.4rem; }
  .partners { padding: 2.5rem 1.5rem; }
  .partners-logos { gap: 1.5rem; }

  .site-footer {
    flex-direction: column;
    gap: 1rem;
    text-align: center;
    padding: 2rem 1.5rem;
  }

  .footer-center { gap: 1.5rem; }
}
