/* Shared styles for interior pages */

/* ===== PAGE HEADER ===== */
.page-header {
  padding: clamp(64px, 9vw, 120px) 0 clamp(56px, 7vw, 88px);
  background:
    radial-gradient(ellipse 60% 50% at 80% 20%, rgba(43, 122, 122, 0.08), transparent 60%),
    var(--cream);
  border-bottom: 1px solid var(--line);
}
.page-header h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: 400;
}
.page-header h1 em {
  font-style: italic;
  color: var(--terracotta);
  font-weight: 400;
}
.page-header--aanbod {
  background:
    radial-gradient(ellipse at 10% 0%, rgba(208, 101, 58, 0.1), transparent 55%),
    radial-gradient(ellipse at 90% 100%, rgba(127, 165, 148, 0.1), transparent 55%),
    var(--cream);
}

/* ===== SERVICE SECTIONS ===== */
.service {
  padding: clamp(72px, 9vw, 112px) 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 80px;
}
.service--alt { background: var(--paper); }
.service__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.3fr;
  gap: 64px;
  align-items: start;
}
.service__meta { position: sticky; top: 100px; }
.service__meta h2 {
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  margin: 1rem 0 1rem;
  font-weight: 400;
  line-height: 1.1;
}
.service__meta .lead { font-size: 1.1rem; color: var(--ink-2); }
.service__block { margin-bottom: 2.5rem; }
.service__block h3 {
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 450;
  margin-bottom: 0.75rem;
  color: var(--ink);
  padding-bottom: 0.75rem;
  border-bottom: 1px solid var(--line);
}
.service__block p {
  color: var(--ink-2);
  line-height: 1.7;
}
.service__checklist {
  list-style: none;
  padding: 0;
  display: grid;
  gap: 10px;
}
.service__checklist li {
  position: relative;
  padding-left: 28px;
  color: var(--ink-2);
  line-height: 1.5;
}
.service__checklist li::before {
  content: '';
  position: absolute;
  left: 0; top: 0.5em;
  width: 16px; height: 16px;
  background: var(--cream);
  border: 1.5px solid var(--teal);
  border-radius: 4px;
}
.service__checklist li::after {
  content: '';
  position: absolute;
  left: 4px; top: calc(0.5em + 2px);
  width: 9px; height: 5px;
  border-left: 2px solid var(--teal);
  border-bottom: 2px solid var(--teal);
  transform: rotate(-45deg);
}
.service__tarieven ul {
  list-style: none;
  padding: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--cream);
  overflow: hidden;
}
.service__tarieven li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 20px;
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
}
.service__tarieven li:last-child { border-bottom: none; background: var(--cream-2); }
.service__tarieven li strong { color: var(--ink); font-weight: 500; }
.service__tarieven li span { color: var(--terracotta-dark); font-weight: 600; }
.service__tarieven li em { font-size: 0.88rem; color: var(--muted); }
.service__cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 2rem;
}

@media (max-width: 900px) {
  .service__grid { grid-template-columns: 1fr; gap: 40px; }
  .service__meta { position: static; }
}

/* ===== COMPARE TABLE ===== */
.compare { overflow-x: auto; }
.compare table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 12px;
}
.compare th, .compare td {
  padding: 20px 24px;
  text-align: left;
  vertical-align: top;
  line-height: 1.55;
  font-size: 0.98rem;
}
.compare thead th {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 600;
  padding-top: 0; padding-bottom: 8px;
  border-bottom: 1px solid var(--line);
}
.compare tbody tr {
  background: var(--cream);
  box-shadow: var(--shadow-sm);
}
.compare tbody tr td {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--ink-2);
}
.compare tbody tr td:last-child {
  border-right: 1px solid var(--line);
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}
.compare__pill {
  font-family: var(--font-serif);
  font-weight: 500;
  color: #fff;
  min-width: 180px;
  width: 220px;
  border-top-left-radius: var(--radius-md);
  border-bottom-left-radius: var(--radius-md);
  font-size: 1.05rem;
}
.compare__pill--terracotta { background: var(--terracotta); }
.compare__pill--teal { background: var(--teal); }
.compare__pill--mustard { background: var(--mustard); color: var(--ink); }
.compare__pill--sage { background: var(--sage); }

/* ===== OVER TESS ===== */
.about {
  padding: clamp(56px, 7vw, 96px) 0;
}
.about__hero {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
  margin-bottom: 64px;
}
.about__portrait {
  position: sticky; top: 100px;
  aspect-ratio: 3/4;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, #E8D5C4, #C9A88A 60%, #8F6F54);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  position: relative;
}
.about__portrait-inner {
  position: absolute; inset: 0;
  display: flex; align-items: flex-end; justify-content: center;
  padding: 24px;
  color: rgba(255,255,255,0.6);
  font-size: 0.75rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.about__portrait::after {
  content: '';
  position: absolute;
  left: 30%; right: 30%; top: 25%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(143, 111, 84, 0.35) 40%, transparent 70%);
}
.about__content h1 { margin-bottom: 1rem; }
.about__content .lead { font-size: 1.25rem; margin-bottom: 1.5rem; }
.about__credentials {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  margin: 2rem 0;
}
.about__credentials h3 {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 14px;
  font-weight: 600;
}
.about__credentials ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.about__credentials li {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-2);
  font-size: 0.95rem;
}
.about__credentials li:last-child { border-bottom: none; }
.about__credentials li strong { color: var(--ink); font-weight: 500; min-width: 200px; }
.about__credentials li span { color: var(--muted); font-size: 0.88rem; margin-left: auto; }

.about__values {
  background: var(--cream-2);
  padding: clamp(56px, 7vw, 88px) 0;
}
.about__values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 2.5rem;
}
.value-card {
  background: var(--paper);
  padding: 32px 28px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  text-align: center;
}
.value-card__icon {
  width: 48px; height: 48px;
  margin: 0 auto 16px;
  color: var(--terracotta);
}
.value-card:nth-child(2) .value-card__icon { color: var(--teal); }
.value-card:nth-child(3) .value-card__icon { color: var(--sage-dark); }
.value-card h3 { font-size: 1.15rem; font-family: var(--font-serif); margin-bottom: 8px; }
.value-card p { font-size: 0.95rem; color: var(--ink-2); margin: 0; }

@media (max-width: 900px) {
  .about__hero { grid-template-columns: 1fr; gap: 32px; }
  .about__portrait { position: static; max-width: 320px; margin: 0 auto; }
  .about__values-grid { grid-template-columns: 1fr; }
}

/* ===== PRAKTISCH / TARIEVEN ===== */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
.pricing-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.pricing-card--highlight { border-color: var(--terracotta); }
.pricing-card__chip {
  position: absolute;
  top: -10px; left: 28px;
}
.pricing-card h3 {
  font-size: 1.2rem;
  margin-top: 8px;
  margin-bottom: 8px;
  font-family: var(--font-serif);
}
.pricing-card__price {
  font-family: var(--font-serif);
  font-size: 2rem;
  color: var(--terracotta);
  font-weight: 400;
  line-height: 1;
  margin-bottom: 6px;
}
.pricing-card__price small {
  font-size: 0.85rem;
  color: var(--muted);
  font-family: var(--font-sans);
  font-weight: 500;
  margin-left: 4px;
}
.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
}
.pricing-card ul li {
  padding: 8px 0;
  border-top: 1px dashed var(--line);
  color: var(--ink-2);
  font-size: 0.95rem;
  display: flex;
  gap: 10px;
}
.pricing-card ul li::before {
  content: '✓';
  color: var(--sage-dark);
  font-weight: bold;
  flex-shrink: 0;
}

.info-blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 2rem;
}
.info-block {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
}
.info-block h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin-bottom: 10px;
  color: var(--teal-dark);
}
.info-block p { font-size: 0.95rem; color: var(--ink-2); margin-bottom: 0; }

@media (max-width: 860px) {
  .pricing-grid, .info-blocks { grid-template-columns: 1fr; }
}

/* ===== FAQ ===== */
.faq {
  max-width: 820px;
  margin: 0 auto;
}
.faq__cat-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 3rem;
}
.faq__cat-btn {
  padding: 8px 18px;
  border-radius: var(--radius-pill);
  background: transparent;
  border: 1px solid var(--line);
  color: var(--ink-2);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.15s;
}
.faq__cat-btn:hover { background: var(--cream-2); }
.faq__cat-btn.is-active {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 48px 24px 0;
  font-family: var(--font-serif);
  font-size: 1.18rem;
  color: var(--ink);
  font-weight: 450;
  position: relative;
  line-height: 1.35;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '';
  position: absolute;
  right: 8px; top: 50%;
  width: 16px; height: 16px;
  border-right: 2px solid var(--terracotta);
  border-bottom: 2px solid var(--terracotta);
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  transform: translateY(-30%) rotate(-135deg);
}
.faq-item summary:hover { color: var(--terracotta-dark); }
.faq-item__body {
  padding: 0 40px 24px 0;
  color: var(--ink-2);
  line-height: 1.7;
}
.faq-item__body p:last-child { margin-bottom: 0; }

/* ===== CONTACT ===== */
.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: start;
}
.contact-form {
  background: var(--paper);
  padding: 40px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  box-shadow: var(--shadow-md);
}
.contact-form h2 {
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
.form-field {
  margin-bottom: 20px;
}
.form-field label {
  display: block;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}
.form-field label .required { color: var(--terracotta); }
.form-field input,
.form-field textarea,
.form-field select {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid var(--line);
  border-radius: 10px;
  background: var(--cream);
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.15s, box-shadow 0.15s;
  min-height: 48px;
}
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus,
.form-field textarea:focus,
.form-field select:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(43, 122, 122, 0.15);
}
.form-field .help {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 6px;
}
.form-checkboxes {
  display: grid;
  gap: 10px;
  padding: 8px 0;
}
.form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid var(--line);
  cursor: pointer;
  transition: background 0.15s;
}
.form-check:hover { background: var(--cream); }
.form-check input { width: auto; min-height: auto; accent-color: var(--terracotta); }
.form-check span { font-size: 0.95rem; color: var(--ink-2); }

.form-submit-wrap {
  margin-top: 28px;
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.form-submit-wrap .privacy-note {
  font-size: 0.85rem;
  color: var(--muted);
  margin-top: 12px;
}

.contact-aside { display: grid; gap: 20px; }
.contact-card {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  padding: 28px;
}
.contact-card h3 {
  font-family: var(--font-sans);
  font-size: 0.78rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 12px;
  font-weight: 600;
}
.contact-card p { margin-bottom: 6px; color: var(--ink); }
.contact-card a { color: var(--teal-dark); font-weight: 500; }
.contact-card__row {
  display: flex;
  gap: 12px;
  padding: 10px 0;
  border-top: 1px dashed var(--line);
}
.contact-card__row:first-of-type { border-top: none; }
.contact-card__row svg {
  width: 20px; height: 20px;
  color: var(--terracotta);
  flex-shrink: 0;
  margin-top: 2px;
}
.hours-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}
.hours-list li {
  display: flex;
  justify-content: space-between;
  font-size: 0.95rem;
  padding: 8px 0;
  border-bottom: 1px dashed var(--line);
  color: var(--ink-2);
}
.hours-list li:last-child { border-bottom: none; }
.hours-list li.is-closed { color: var(--muted); font-style: italic; }
.hours-list strong { color: var(--ink); font-weight: 500; }

.map-placeholder {
  aspect-ratio: 16/10;
  background:
    linear-gradient(135deg, rgba(43, 122, 122, 0.1), rgba(127, 165, 148, 0.2)),
    repeating-linear-gradient(45deg, transparent 0 20px, rgba(43, 122, 122, 0.05) 20px 22px),
    var(--cream);
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  position: relative;
  overflow: hidden;
}
.map-placeholder::before {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 32px; height: 32px;
  background: var(--terracotta);
  border-radius: 50% 50% 50% 0;
  transform: translate(-50%, -100%) rotate(-45deg);
  box-shadow: var(--shadow-md);
}
.map-placeholder::after {
  content: '';
  position: absolute;
  left: 50%; top: 50%;
  width: 12px; height: 12px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  margin-top: -22px;
}
.map-label {
  position: absolute;
  left: 50%; bottom: 16px;
  transform: translateX(-50%);
  background: var(--paper);
  padding: 6px 14px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  font-size: 0.8rem;
  color: var(--ink);
  font-weight: 500;
}

@media (max-width: 900px) {
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 28px 24px; }
}

/* ===== LEGAL PAGES ===== */
.legal {
  max-width: 780px;
  margin: 0 auto;
}
.legal h2 {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: var(--ink);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--line);
}
.legal h3 { font-size: 1.15rem; margin-top: 1.5rem; margin-bottom: 0.5rem; }
.legal p, .legal li {
  color: var(--ink-2);
  line-height: 1.7;
}
.legal ul, .legal ol { padding-left: 1.5rem; margin-bottom: 1rem; }
.legal .meta {
  font-size: 0.88rem;
  color: var(--muted);
  border-left: 3px solid var(--teal);
  padding-left: 14px;
  margin-bottom: 2rem;
}
