:root {
  --navy: #10253b;
  --navy-soft: #23384d;
  --orange: #d95b34;
  --orange-dark: #bd4625;
  --cream: #fbf8f3;
  --cream-dark: #f3ede5;
  --white: #ffffff;
  --line: #e9e1d8;
  --text: #17283c;

  --font-body: "DM Sans", Arial, sans-serif;
  --font-heading: "Playfair Display", Georgia, serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 18px;
  line-height: 1.6;
}

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

a {
  color: inherit;
}

.container {
  width: min(1160px, calc(100% - 48px));
  margin: 0 auto;
}

.section {
  padding: 88px 0;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  color: var(--navy);
  font-family: var(--font-heading);
  font-weight: 600;
  letter-spacing: -0.04em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.15;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

/* Knoppen - Vergroot naar ~16px en ~14px */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 16px 24px;
  color: var(--white);
  background: var(--orange);
  border: 1px solid var(--orange);
  border-radius: 9px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.button:hover {
  background: var(--orange-dark);
  border-color: var(--orange-dark);
  transform: translateY(-2px);
}

.button-small {
  padding: 12px 20px;
  font-size: 0.875rem;
}

/* Tekstlinks - Vergroot naar ~15px */
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--orange);
  border-bottom: 1px solid var(--orange);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.8;
  text-decoration: none;
}

.text-link:hover {
  color: var(--orange-dark);
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(251, 248, 243, 0.96);
  border-bottom: 1px solid rgba(233, 225, 216, 0.8);
  backdrop-filter: blur(10px);
}

.navigation {
  display: flex;
  align-items: center;
  min-height: 121px;
}

.logo {
  width: 142px;
  margin-right: auto;
}

.logo img {
  width: 100%;
  height: 104px;
  object-fit: contain;
  object-position: left center;
}

/* Hoofdnavigatie links - Vergroot naar ~16px */
.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 65px;
}

.main-nav a {
  position: relative;
  color: var(--navy);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--orange);
}

.main-nav a.active::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  height: 2px;
  background: var(--orange);
  content: "";
}

.menu-button {
  display: none;
}

/* Hero */
.hero {
  overflow: hidden;
  background: var(--cream);
}

.hero-grid {
  display: grid;
  grid-template-columns: 42% 58%;
  min-height: 545px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 55px 58px 55px 0;
}

.hero h1 {
  margin-bottom: 20px;
  font-size: clamp(3.1rem, 5vw, 4.6rem);
  line-height: 1.06;
}

/* Hero leestekst - Vergroot naar ~18px */
.hero-text {
  max-width: 400px;
  margin-bottom: 28px;
  font-size: 1.125rem;
  line-height: 1.75;
}

.hero-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 31px;
}

.hero-image {
  position: relative;
  min-height: 545px;
}

.hero-image::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 110px;
  background: linear-gradient(90deg, var(--cream), transparent);
  content: "";
}

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

/* Diensten */
.services {
  background: var(--white);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 50px;
}

.section-heading h2 {
  margin-bottom: 0;
}

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

.service-card {
  min-height: 220px;
}

.service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47px;
  height: 47px;
  margin-bottom: 22px;
  color: var(--orange);
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
}

.wheel-icon {
  font-size: 2.7rem;
}

.service-card h3 {
  margin-bottom: 10px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 600;
}

/* Diensten kaarttekst - Vergroot naar ~15px */
.service-card p {
  min-height: 75px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-card > a {
  color: var(--navy);
  font-size: 1.3rem;
  text-decoration: none;
}

/* Over Terino */
.about {
  display: grid;
  grid-template-columns: 40% 60%;
  background: var(--cream-dark);
}

.about-image {
  min-height: 380px;
}

.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-content {
  padding: 60px min(8vw, 120px) 55px 55px;
}

/* Over Terino leestekst - Vergroot naar ~16px */
.about-content > p:not(.eyebrow) {
  max-width: 590px;
  margin-bottom: 40px;
  font-size: 1rem;
  line-height: 1.65;
}

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

.value {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.value > span {
  color: var(--orange);
  font-family: var(--font-heading);
  font-size: 2rem;
  line-height: 1;
}

/* Waarden koppen & teksten - Vergroot naar ~14px en ~13px */
.value h3 {
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 0.875rem;
  font-weight: 700;
}

.value p {
  margin: 0;
  font-size: 0.8125rem;
  line-height: 1.5;
}

/* Afspraak */
.appointment {
  padding-top: 55px;
  padding-bottom: 60px;
}

.appointment-card {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 25px;
  overflow: hidden;
  min-height: 140px;
  padding: 30px 56px;
  background: var(--cream-dark);
  border: 1px solid var(--line);
  border-radius: 10px;
}

.appointment-icon {
  color: var(--orange);
  font-size: 3.2rem;
  line-height: 1;
}

.appointment-card h2 {
  margin: 0 0 4px;
  font-size: 1.25rem;
}

/* Afspraak leestekst - Vergroot naar ~15px */
.appointment-card p {
  max-width: 280px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.5;
}

.appointment-card .button {
  position: relative;
  z-index: 1;
  white-space: nowrap;
}

.appointment-art {
  position: absolute;
  right: 25px;
  bottom: -20px;
  width: 300px;
  opacity: 0.16;
  pointer-events: none;
}

/* Footer */
.site-footer {
  padding-top: 55px;
  background: var(--white);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1.5fr 0.7fr;
  gap: 55px;
  padding-bottom: 50px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-brand img {
  width: 120px;
  height: 115px;
  object-fit: contain;
}

.site-footer h3 {
  margin-bottom: 15px;
  color: var(--navy);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-footer li {
  margin-bottom: 7px;
}

/* Footer links & adres - Vergroot naar ~14px */
.site-footer a,
.site-footer address {
  color: var(--navy-soft);
  font-size: 0.875rem;
  font-style: normal;
  line-height: 1.75;
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--orange);
}

.social-links {
  display: flex;
  gap: 17px;
}

.social-links a {
  font-size: 1.4rem;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid var(--line);
  color: var(--navy-soft);
  font-size: 0.8125rem;
}

.footer-bottom div {
  display: flex;
  gap: 30px;
}

/* Tablet en mobiel */
@media (max-width: 900px) {
  .navigation {
    min-height: 92px;
  }

  .logo {
    width: 112px;
  }

  .logo img {
    height: 76px;
  }

  .main-nav {
    gap: 20px;
    margin-right: 25px;
  }

  .header-button {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 48% 52%;
  }

  .hero-content {
    padding-right: 30px;
  }

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

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

  .about-image {
    min-height: 330px;
  }

  .about-content {
    padding: 55px 48px;
  }

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

@media (max-width: 640px) {
  .container {
    width: min(100% - 32px, 1160px);
  }

  .section {
    padding: 65px 0;
  }

  .navigation {
    min-height: 78px;
  }

  .logo {
    width: 100px;
  }

  .logo img {
    height: 65px;
  }

  .main-nav {
    display: none;
  }

  .menu-button {
    display: block;
    padding: 9px 0;
    color: var(--navy);
    background: transparent;
    border: 0;
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .hero-grid {
    display: flex;
    flex-direction: column;
  }

  .hero-content {
    min-height: 460px;
    padding: 70px 0 48px;
  }

  .hero h1 {
    font-size: 3.2rem;
  }

  .hero-image {
    min-height: 320px;
  }

  .hero-image::before {
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 80px;
    background: linear-gradient(var(--cream), transparent);
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 38px;
  }

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

  .service-card {
    min-height: auto;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
  }

  .service-card p {
    min-height: auto;
  }

  .about-image {
    min-height: 275px;
  }

  .about-content {
    padding: 48px 24px;
  }

  .values {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .appointment-card {
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 30px 24px;
  }

  .appointment-card .button {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .appointment-art {
    width: 230px;
  }

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

  .footer-brand {
    align-items: flex-start;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }

  .footer-bottom div {
    gap: 18px;
  }
}