/* ═══════════════════════════════════════════════════════
   Vardea – Index / Homepage Styles
   vardea-index.css
   ═══════════════════════════════════════════════════════ */

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  /* 15% padding each side so content starts ~15% from edge */
  padding: 120px 15% 80px;
  position: relative;
  overflow: hidden;
  background: var(--sand);
}
/* Cairn image spans entire hero section, anchored bottom-right, large */
.hero::after {
  content: '';
  position: absolute;
  bottom: 0; right: 0;
  width: 64%;
  padding-bottom: 64%;
  background-image: url('/img/varde.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  pointer-events: none;
  z-index: 0;
  opacity: 0.18;
}
.hero-content { position: relative; z-index: 1; max-width: 540px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-head); font-size: 11px; font-weight: 600;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); margin-bottom: 28px;
}
.hero-eyebrow::before { content: ''; width: 32px; height: 1px; background: var(--green); }
.hero h1 {
  font-family: var(--font-head);
  font-size: clamp(36px, 4.2vw, 54px);
  font-weight: 300; line-height: 1.15;
  letter-spacing: -0.025em; color: var(--text); margin-bottom: 28px;
}
.hero h1 strong { font-weight: 700; color: var(--green); }
.hero-sub {
  font-size: 17px; font-weight: 300; color: var(--text-muted);
  line-height: 1.75; max-width: 460px; margin-bottom: 44px;
}
.hero-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.btn-primary {
  font-family: var(--font-head); font-size: 12px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: var(--green); color: var(--white);
  padding: 15px 32px; border-radius: var(--radius); border: none;
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: background 0.2s, transform 0.15s;
}
.btn-primary:hover { background: var(--green-dark); transform: translateY(-2px); }
.btn-outline {
  font-family: var(--font-head); font-size: 12px; font-weight: 600;
  letter-spacing: 0.07em; text-transform: uppercase;
  background: transparent; color: var(--green);
  border: 1.5px solid var(--green);
  padding: 14px 28px; border-radius: var(--radius);
  cursor: pointer; text-decoration: none; display: inline-block;
  transition: background 0.2s, color 0.2s;
}
.btn-outline:hover { background: var(--green); color: var(--white); }

/* Hero right card — floats above the cairn image */
.hero-right { position: relative; z-index: 1; padding-left: 0; display: flex; align-items: center; }
.hero-card {
  background: rgba(255,255,255,0.92);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 40px 36px;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  width: 100%;
}
.hc-label {
  font-family: var(--font-head); font-size: 10px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase;
  color: var(--green); margin-bottom: 24px;
  display: flex; align-items: center; gap: 8px;
}
.hc-label::after { content: ''; flex: 1; height: 1px; background: var(--border); }
.service-item { display: flex; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--border-light); }
.service-item:last-of-type { border-bottom: none; padding-bottom: 0; }
.si-marker { width: 3px; background: var(--green); border-radius: 2px; flex-shrink: 0; margin-top: 4px; }
.si-name { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 3px; }
.si-desc { font-size: 13px; color: var(--text-muted); line-height: 1.5; }
.hc-contact { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border-light); display: flex; align-items: center; gap: 14px; }
.hc-contact-dot { width: 36px; height: 36px; border-radius: 50%; background: var(--sand); border: 1px solid var(--border); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hc-contact-dot img { width: 16px; height: 16px; filter: brightness(0) saturate(100%) invert(38%) sepia(18%) saturate(594%) hue-rotate(75deg) brightness(94%) contrast(85%); }
.hc-contact-name { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--text); }
.hc-contact-role { font-size: 12px; color: var(--text-muted); }

/* ── PHILOSOPHY ── */
.philosophy { background: var(--white); position: relative; overflow: hidden; }

.phil-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
.phil-text p { font-size: 17px; font-weight: 300; color: var(--text-muted); line-height: 1.8; margin-bottom: 22px; }
.phil-text p strong { font-weight: 600; color: var(--text); }
.phil-pillars { display: flex; flex-direction: column; }
.pillar { padding: 22px 0 22px 28px; border-left: 2px solid var(--border-light); transition: border-color 0.25s; }
.pillar:hover { border-color: var(--green); }
.p-num { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.12em; color: var(--green); margin-bottom: 8px; text-transform: uppercase; }
.p-title { font-family: var(--font-head); font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.p-desc { font-size: 14px; color: var(--text-muted); line-height: 1.6; font-weight: 300; }

/* ── SERVICES ── */
.services { background: var(--white); }
.services-header { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; margin-bottom: 56px; }
.svc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.svc-card {
  background: var(--sand); border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 36px 32px;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
  position: relative; overflow: hidden;
}
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.svc-card:hover { border-color: var(--border); transform: translateY(-4px); box-shadow: 0 12px 40px rgba(43,43,43,0.07); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card.featured { background: var(--green); color: var(--white); border-color: var(--green); }
.svc-card.featured::after { background: var(--white); }
.svc-icon { width: 40px; height: 40px; margin-bottom: 22px; display: flex; align-items: center; justify-content: center; }
.svc-icon img { width: 28px; height: 28px; }
.svc-card.featured .svc-icon img { filter: brightness(0) invert(1) opacity(0.85); }
.svc-title { font-family: var(--font-head); font-size: 17px; font-weight: 600; margin-bottom: 12px; line-height: 1.25; }
.svc-desc { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.7; margin-bottom: 22px; }
.svc-card.featured .svc-desc { color: rgba(255,255,255,0.7); }
.svc-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.svc-tag { font-family: var(--font-head); font-size: 10px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 5px 10px; border-radius: 2px; background: var(--sand); color: var(--text-muted); }
.svc-card.featured .svc-tag { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.8); }
.svc-link { font-family: var(--font-head); font-size: 11px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--green); margin-top: 16px; display: block; transition: letter-spacing 0.2s; }
.svc-card.featured .svc-link { color: rgba(255,255,255,0.85); }
.svc-card:hover .svc-link { letter-spacing: 0.14em; }
a.svc-card { text-decoration: none; color: inherit; cursor: pointer; display: block; }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--footer); color: var(--white); position: relative; overflow: hidden; }

.testimonials .eyebrow { color: rgba(239,234,227,0.6); }
.testimonials .eyebrow::before { background: rgba(239,234,227,0.4); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 56px; }
.testi-card { background: rgba(239,234,227,0.05); border: 1px solid rgba(239,234,227,0.10); border-radius: var(--radius-lg); padding: 32px 28px; transition: background 0.2s; }
.testi-card:hover { background: rgba(239,234,227,0.09); }
.testi-stars { color: var(--green-light); font-size: 13px; letter-spacing: 2px; margin-bottom: 18px; }
.testi-quote { font-size: 15px; font-weight: 300; line-height: 1.7; color: rgba(239,234,227,0.85); margin-bottom: 24px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar { width: 36px; height: 36px; border-radius: 50%; background: rgba(94,107,92,0.3); border: 1px solid rgba(94,107,92,0.5); display: flex; align-items: center; justify-content: center; font-family: var(--font-head); font-size: 11px; font-weight: 700; color: var(--green-light); flex-shrink: 0; }
.testi-name { font-family: var(--font-head); font-size: 13px; font-weight: 600; color: var(--sand); }
.testi-role { font-size: 12px; font-weight: 300; color: rgba(239,234,227,0.5); margin-top: 1px; }

/* ── PROCESS ── */
.process { background: var(--sand); }
.process-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.proc-steps { margin-top: 48px; }
.proc-step { display: flex; gap: 24px; padding: 24px 0; border-bottom: 1px solid var(--border-light); }
.proc-step:last-child { border-bottom: none; padding-bottom: 0; }
.ps-num { font-family: var(--font-head); font-size: 28px; font-weight: 300; color: rgba(94,107,92,0.2); line-height: 1; flex-shrink: 0; width: 36px; }
.ps-content h4 { font-family: var(--font-head); font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.ps-content p { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.65; }
.contact-box {
  background: var(--white); border: 1px solid var(--border);
  border-radius: var(--radius-lg); padding: 44px 40px;
  position: relative; overflow: hidden;
}
.contact-box::before-REMOVED {
  content: ''; position: absolute; bottom: -10%; right: -8%;
  width: 55%; padding-bottom: 55%;
  background-image: url('/img/varde.svg');
  background-size: contain; background-repeat: no-repeat;
  background-position: bottom right; pointer-events: none; opacity: 0.18; z-index: 0;
}
.contact-box > * { position: relative; z-index: 1; }
.cb-title { font-family: var(--font-head); font-size: 24px; font-weight: 300; line-height: 1.3; letter-spacing: -0.02em; margin-bottom: 12px; }
.cb-title strong { font-weight: 700; }
.cb-sub { font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.65; margin-bottom: 32px; }
.cb-person { margin-top: 24px; padding-top: 20px; border-top: 1px solid var(--border); font-size: 13px; font-weight: 300; color: var(--text-muted); line-height: 1.7; }
.cb-person strong { font-family: var(--font-head); font-size: 14px; font-weight: 600; color: var(--text); display: block; margin-bottom: 4px; }
.cb-person a { color: var(--green); text-decoration: none; }
.cb-person a:hover { text-decoration: underline; }

/* ── ABOUT ── */
.about { background: var(--white); position: relative; overflow: hidden; }
.about::before {
  content: ''; position: absolute; bottom: 0; right: -2%;
  width: 48%; padding-bottom: 48%;
  background-image: url('/img/varde.svg');
  background-size: contain; background-repeat: no-repeat;
  background-position: bottom right; pointer-events: none; opacity: 0.13; z-index: 0;
}
.about .section-inner { position: relative; z-index: 1; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; margin-top: 64px; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 36px; }
.a-stat { background: var(--sand); border-radius: var(--radius-lg); padding: 26px 22px; border: 1px solid var(--border-light); }
.a-stat .num { font-family: var(--font-head); font-size: 32px; font-weight: 300; color: var(--text); line-height: 1; margin-bottom: 6px; }
.a-stat .num span { font-size: 20px; color: var(--green); }
.a-stat .lbl { font-size: 13px; font-weight: 300; color: var(--text-muted); }
.about-values { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.a-value { font-family: var(--font-head); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 7px 14px; border-radius: 2px; border: 1px solid var(--border); color: var(--green); }
.about-text p { font-size: 16px; font-weight: 300; color: var(--text-muted); line-height: 1.8; margin-bottom: 20px; }
.about-text p strong { font-weight: 600; color: var(--text); }

/* ── FAQ ── */
.faq { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 52px; }
.faq-item { padding: 26px 28px; background: var(--sand); border-radius: var(--radius-lg); border: 1px solid transparent; transition: border-color 0.2s; }
.faq-item:hover { border-color: var(--border); }
.faq-q { font-family: var(--font-head); font-size: 14px; font-weight: 600; margin-bottom: 10px; }
.faq-a { font-size: 14px; font-weight: 300; color: var(--text-muted); line-height: 1.65; }

/* ── VALUES ── */
.values { background: var(--sand); }
.values-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin-top: 48px;
}
.value-card {
  background: var(--white); border: 1px solid var(--border-light);
  border-radius: var(--radius-lg); padding: 36px 28px;
  transition: border-color 0.25s, transform 0.25s;
}
.value-card:hover { border-color: var(--green); transform: translateY(-3px); }
.value-title {
  font-family: var(--font-head); font-size: 16px; font-weight: 700;
  color: var(--green); margin-bottom: 14px; letter-spacing: -0.01em;
}
.value-desc {
  font-size: 15px; font-weight: 300; color: var(--text-muted); line-height: 1.75;
}

/* ── ETHICS ── */
.ethics { background: var(--footer); color: var(--white); }
.ethics-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 80px; align-items: start;
}
.ethics .eyebrow { color: rgba(239,234,227,0.6); }
.ethics .eyebrow::before { background: rgba(239,234,227,0.4); }
.ethics h2.heading { color: var(--sand); }
.ethics-text p {
  font-size: 16px; font-weight: 300; color: rgba(239,234,227,0.75);
  line-height: 1.8; margin-bottom: 20px;
}
.ethics-text p:last-child { margin-bottom: 0; }
.ethics-text p strong { font-weight: 600; color: var(--sand); }

/* Responsive additions for new sections */
@media (max-width: 960px) {
  .values-grid { grid-template-columns: 1fr; }
  .ethics-grid { grid-template-columns: 1fr; gap: 32px; }
}
