@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&family=Playfair+Display:wght@500;600;700&display=swap");

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/material-symbols-outlined.woff2") format("woff2");
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

:root {
  --bg: #f5efe6;
  --text: #472021;
  --text-soft: #472021;
  --line: #d8c8bb;
  --accent: #8f5b3e;
  --accent-dark: #6f432c;
  --surface: #fffdf9;
  --surface-soft: #f8f1e9;
  --contact-bg: #5c3b2a;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Manrope", sans-serif;
}

a,
button,
summary {
  transition: 0.2s ease;
}

.vb-page {
  width: min(1160px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 2.8rem;
  color: var(--text);
}

.vb-skip-link {
  position: absolute;
  left: 1rem;
  top: -3rem;
  background: var(--accent-dark);
  color: #fff;
  text-decoration: none;
  padding: 0.55rem 0.8rem;
  z-index: 100;
}

.vb-skip-link:focus-visible {
  top: 0.75rem;
}

.vb-header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.8rem;
}

.vb-brand {
  color: var(--text);
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.vb-brand span {
  font-family: "Playfair Display", serif;
  font-size: 1.3rem;
}

.vb-brand small {
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.68rem;
  color: var(--text-soft);
}

.vb-nav {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.vb-nav a {
  color: var(--text);
  text-decoration: none;
  font-size: 0.94rem;
}

.vb-nav a:hover,
.vb-nav a:focus-visible {
  color: var(--accent);
}

.vb-call {
  text-decoration: none;
  color: #fff;
  background: var(--accent-dark);
  padding: 0.56rem 0.82rem;
  font-weight: 700;
  font-size: 0.9rem;
}

.vb-call:hover,
.vb-call:focus-visible {
  background: var(--accent);
}

.vb-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1.2rem;
  padding: 2.2rem 0 1.3rem;
  border-bottom: 1px solid var(--line);
}

.vb-hero-content {
  max-width: 56ch;
}

.vb-overline,
.vb-block-title p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--text-soft);
  font-size: 0.72rem;
}

.vb-hero h1 {
  margin: 0.8rem 0 0;
  font-size: clamp(2rem, 5.2vw, 4.35rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  font-family: "Playfair Display", serif;
}

.vb-hero p {
  margin: 1rem 0 0;
  color: var(--text-soft);
  line-height: 1.62;
}

.vb-actions {
  margin-top: 1.15rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  position: relative;
  z-index: 2;
}

.vb-actions a {
  border: 1px solid var(--accent-dark);
  color: var(--accent-dark);
  text-decoration: none;
  padding: 0.55rem 0.82rem;
  font-weight: 600;
  font-size: 0.94rem;
  position: relative;
  z-index: 3;
}

.vb-actions a:hover,
.vb-actions a:focus-visible {
  background: var(--accent-dark);
  color: #fff;
}

.vb-hero-media {
  background: #efe3d9;
  min-height: 300px;
}

.vb-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.vb-block {
  padding: 1.3rem 0;
  border-bottom: 1px solid var(--line);
}

.vb-section-toggle {
  padding: 0.95rem 0;
}

.vb-section-summary {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  list-style: none;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.2rem, 2.8vw, 1.6rem);
  line-height: 1.1;
}

.vb-section-summary::-webkit-details-marker {
  display: none;
}

.vb-section-summary::after {
  content: "+";
  font-family: "Manrope", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  line-height: 1;
}

.vb-section-toggle[open] .vb-section-summary::after {
  content: "−";
}

.vb-section-content {
  padding-top: 0.75rem;
}

.vb-block-title {
  display: grid;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
}

.vb-block-title h1,
.vb-block-title h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.55rem, 3.6vw, 2.5rem);
  line-height: 1.05;
}

.vb-request-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: requests;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.9rem 1.4rem;
}

.vb-request-list li {
  counter-increment: requests;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  color: var(--text);
}

.vb-request-list li::before {
  content: counter(requests, decimal-leading-zero);
  color: var(--accent);
  font-weight: 700;
}

.vb-important-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem;
}

.vb-important-item {
  border: 1px solid var(--line);
  padding: 0.8rem;
  background: var(--surface-soft);
}

.vb-important-item h3 {
  margin: 0;
  font-size: 1rem;
}

.vb-important-item p {
  margin: 0.5rem 0 0;
  color: var(--text-soft);
  line-height: 1.5;
}

.vb-link-btn {
  display: inline-block;
  margin-top: 0.8rem;
  border: 1px solid var(--accent-dark);
  color: var(--accent-dark);
  text-decoration: none;
  padding: 0.48rem 0.78rem;
  font-weight: 600;
}

.vb-link-btn:hover,
.vb-link-btn:focus-visible {
  background: var(--accent-dark);
  color: #fff;
}

.vb-price-table {
  border-top: 1px solid var(--line);
}

.vb-price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 0;
  border-bottom: 1px solid var(--line);
}

.vb-price-row h3,
.vb-timeline h3,
.vb-docs a {
  margin: 0;
  font-size: 1.08rem;
}

.vb-price-row p {
  margin: 0.35rem 0 0;
  color: var(--text-soft);
}

.vb-pay-link {
  display: inline-block;
  margin-top: 0.55rem;
  border: 1px solid var(--accent-dark);
  color: var(--accent-dark);
  text-decoration: none;
  padding: 0.4rem 0.65rem;
  font-size: 0.9rem;
  font-weight: 600;
}

.vb-pay-link:hover,
.vb-pay-link:focus-visible {
  background: var(--accent-dark);
  color: #fff;
}

.vb-price-row strong {
  font-size: 1.22rem;
}

.vb-meta {
  margin: 0.8rem 0 0;
  color: var(--text-soft);
}

.vb-important-docs {
  margin-top: 0.85rem;
}

.vb-timeline {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.vb-timeline article {
  padding: 0.25rem 0;
}

.vb-timeline span {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.88rem;
}

.vb-timeline p {
  margin: 0.45rem 0 0;
  line-height: 1.55;
  color: var(--text-soft);
}

.vb-about {
  display: grid;
  gap: 0.75rem;
}

.vb-about p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.62;
}

.vb-cert-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
}

.vb-cert-grid-all {
  margin-top: 0.8rem;
}

.vb-expand-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0.8rem;
}

.vb-expand-widget summary {
  list-style: none;
  cursor: pointer;
}

.vb-expand-widget summary.vb-link-btn {
  display: inline-block;
}

.vb-expand-widget > :not(summary) {
  width: 100%;
}

.vb-expand-widget summary::-webkit-details-marker {
  display: none;
}

.vb-expand-widget[open] summary {
  order: 2;
  margin-top: 0.8rem;
}

.vb-expand-widget[open] .vb-link-btn {
  background: var(--accent-dark);
  color: #fff;
}

.vb-actions a,
.vb-contact a,
.vb-doc-btn {
  pointer-events: auto;
  cursor: pointer;
}

/* Keep links/buttons clickable in Customizer preview mode */
html body form.customize-unpreviewable,
html body form.customize-unpreviewable input,
html body form.customize-unpreviewable select,
html body form.customize-unpreviewable button,
html body a.customize-unpreviewable,
html body area.customize-unpreviewable {
  cursor: pointer !important;
  pointer-events: auto !important;
}

.vb-cert-grid a {
  display: block;
  border: 1px solid var(--line);
  background: #f7ece3;
}

.vb-cert-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  display: block;
}

.vb-faq {
  display: grid;
  gap: 0.6rem;
}

.vb-faq details {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.6rem;
}

.vb-faq summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
}

.vb-faq summary::-webkit-details-marker {
  display: none;
}

.vb-faq p {
  margin: 0.55rem 0 0;
  color: var(--text-soft);
  line-height: 1.56;
}

.vb-docs {
  display: grid;
  gap: 0.6rem;
}

.vb-docs a {
  color: var(--accent-dark);
  text-decoration: none;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 0.7rem;
}

.vb-docs a:hover,
.vb-docs a:focus-visible {
  background: var(--surface-soft);
}

.vb-contact {
  margin-top: 1.3rem;
  background: var(--contact-bg);
  color: #fff;
  padding: 1.35rem;
  display: grid;
  gap: 0.75rem;
}

.vb-section-content .vb-contact {
  margin-top: 0.2rem;
}

.vb-contact h2 {
  margin: 0;
  font-family: "Playfair Display", serif;
  font-size: clamp(1.5rem, 3.4vw, 2.2rem);
}

.vb-contact p {
  margin: 0;
  color: #f0e2d7;
  max-width: 60ch;
}

.vb-contact div {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  position: relative;
  z-index: 2;
}

.vb-contact a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #d4b9a8;
  padding: 0.5rem 0.74rem;
  position: relative;
  z-index: 3;
}

.vb-contact a:hover,
.vb-contact a:focus-visible {
  background: #fff;
  color: var(--contact-bg);
}

.vb-footer {
  margin-top: 1rem;
  border-top: 1px solid var(--line);
  padding-top: 0.8rem;
  font-size: 0.9rem;
  color: var(--text-soft);
}

.vb-generic .vb-content {
  color: var(--text-soft);
  line-height: 1.6;
}

@media (max-width: 980px) {
  .vb-nav {
    display: none;
  }

  .vb-header {
    grid-template-columns: 1fr auto;
  }

  .vb-hero {
    grid-template-columns: 1fr;
  }

  .vb-hero-media {
    max-height: 530px;
  }

  .vb-request-list,
  .vb-timeline,
  .vb-cert-grid,
  .vb-important-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .vb-page {
    width: min(1160px, calc(100% - 1.3rem));
  }

  .vb-call {
    font-size: 0.84rem;
    padding: 0.5rem 0.62rem;
  }

  .vb-hero {
    padding-top: 1.4rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .vb-page,
  .vb-page * {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
