
:root {
  --beige: #f3ead8;
  --beige-soft: #fbf5e8;
  --beige-card: rgba(255, 251, 241, 0.82);
  --emerald: #063b2e;
  --emerald-2: #0a573f;
  --emerald-3: #0e6b4c;
  --ink: #173129;
  --muted: #5f6f66;
  --line: rgba(6, 59, 46, 0.14);
  --gold: #b8924a;
  --cream: #fffaf0;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(6, 59, 46, 0.14);
  --shadow-soft: 0 18px 45px rgba(6, 59, 46, 0.09);
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Roboto, Arial, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(184, 146, 74, 0.18), transparent 30rem),
    radial-gradient(circle at top right, rgba(10, 87, 63, 0.14), transparent 38rem),
    linear-gradient(180deg, var(--beige) 0%, var(--beige-soft) 52%, #f8efdf 100%);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
a:hover { color: var(--emerald-3); }
img { max-width: 100%; display: block; }

.skip-link {
  position: absolute;
  top: -80px;
  left: 16px;
  z-index: 100;
  background: var(--emerald);
  color: var(--cream);
  padding: 10px 14px;
  border-radius: 10px;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(18px);
  background: rgba(243, 234, 216, 0.78);
  border-bottom: 1px solid var(--line);
}
.nav-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 16px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.logo {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: var(--emerald);
  white-space: nowrap;
}
.logo-mark {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--emerald), var(--emerald-3));
  color: var(--cream);
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(6, 59, 46, 0.18);
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nav-links a {
  padding: 10px 12px;
  color: rgba(23, 49, 41, 0.78);
  font-weight: 650;
  font-size: 0.94rem;
  border-radius: 999px;
}
.nav-links a[aria-current="page"], .nav-links a:hover {
  background: rgba(6, 59, 46, 0.08);
  color: var(--emerald);
}
.nav-cta { display: flex; align-items: center; gap: 10px; }
.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.5);
  color: var(--emerald);
  padding: 10px 12px;
  border-radius: 14px;
  font-weight: 800;
}

.button, button.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  background: var(--emerald);
  color: var(--cream);
  font-weight: 800;
  letter-spacing: -0.01em;
  box-shadow: 0 16px 40px rgba(6, 59, 46, 0.22);
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.button:hover {
  transform: translateY(-2px);
  color: var(--cream);
  background: var(--emerald-2);
  box-shadow: 0 20px 44px rgba(6, 59, 46, 0.28);
}
.button.secondary {
  background: rgba(255, 250, 240, 0.74);
  color: var(--emerald);
  border-color: var(--line);
  box-shadow: none;
}
.button.secondary:hover { background: var(--cream); color: var(--emerald); }
.button.text-link {
  background: transparent;
  color: var(--emerald);
  padding-left: 0;
  padding-right: 0;
  border: none;
  box-shadow: none;
}

.section, .hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 76px 22px;
}
.hero {
  padding-top: 82px;
  padding-bottom: 64px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 52px;
  align-items: center;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.58);
  color: var(--emerald);
  font-weight: 800;
  font-size: 0.84rem;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: var(--emerald-3);
  box-shadow: 0 0 0 6px rgba(14, 107, 76, 0.12);
}
h1, h2, h3, .display {
  color: var(--emerald);
  letter-spacing: -0.06em;
  line-height: 0.96;
  margin: 0;
}
h1, .display {
  font-size: clamp(3.3rem, 8vw, 7.25rem);
  max-width: 980px;
}
h2 { font-size: clamp(2.25rem, 4.7vw, 4.6rem); }
h3 { font-size: clamp(1.45rem, 2vw, 2rem); letter-spacing: -0.04em; line-height: 1.06; }
p { margin: 0; color: rgba(23, 49, 41, 0.78); }
.lede {
  margin-top: 24px;
  max-width: 680px;
  font-size: clamp(1.12rem, 2vw, 1.35rem);
  color: rgba(23, 49, 41, 0.82);
}
.hero-actions, .actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.hero-card {
  position: relative;
  min-height: 560px;
  border-radius: 42px;
  padding: 22px;
  background: linear-gradient(145deg, rgba(255,250,240,0.78), rgba(238,224,197,0.74));
  border: 1px solid rgba(6,59,46,0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::before {
  content: "";
  position: absolute;
  width: 430px;
  height: 430px;
  right: -150px;
  top: -140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(14,107,76,0.3), transparent 66%);
}
.hero-card::after {
  content: "";
  position: absolute;
  width: 270px;
  height: 270px;
  left: -80px;
  bottom: -90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,146,74,0.28), transparent 68%);
}
.portrait-frame {
  position: relative;
  z-index: 1;
  min-height: 330px;
  border-radius: 34px;
  background:
    linear-gradient(180deg, rgba(6, 59, 46, 0.04), rgba(6, 59, 46, 0.16)),
    url('../img/ashish-arya.jpg') center 38%/cover no-repeat;
  border: 1px solid rgba(6, 59, 46, 0.12);
  display: flex;
  align-items: flex-end;
  padding: 24px;
}
.portrait-label {
  background: rgba(6, 59, 46, 0.9);
  color: var(--cream);
  padding: 14px 16px;
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(6, 59, 46, 0.2);
}
.portrait-label strong { display: block; font-size: 1.1rem; }
.portrait-label span { color: rgba(255,250,240,0.76); font-size: .92rem; }
.hero-floating {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  display: grid;
  gap: 12px;
}
.mini-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  padding: 16px;
  border-radius: 22px;
  background: rgba(255, 250, 240, 0.72);
  border: 1px solid rgba(6, 59, 46, 0.1);
}
.mini-panel strong { color: var(--emerald); font-size: 1.02rem; }
.mini-panel span { color: var(--muted); font-size: .94rem; }

.proof-bar {
  max-width: var(--max);
  margin: 0 auto 28px;
  padding: 0 22px;
}
.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: var(--line);
  box-shadow: var(--shadow-soft);
}
.stat {
  padding: 26px 24px;
  background: rgba(255, 250, 240, 0.68);
}
.stat strong {
  display: block;
  color: var(--emerald);
  font-size: clamp(2rem, 3.6vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.06em;
}
.stat span { display: block; margin-top: 8px; color: var(--muted); font-weight: 650; }

.section-header {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 38px;
  align-items: end;
  margin-bottom: 34px;
}
.section-kicker {
  display: block;
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: .8rem;
}
.section-header p { font-size: 1.1rem; max-width: 620px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card, .feature-card, .quote-card, .form-card {
  background: var(--beige-card);
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  padding: 28px;
  box-shadow: var(--shadow-soft);
}
.card { min-height: 260px; display: flex; flex-direction: column; justify-content: space-between; }
.card h3, .feature-card h3 { margin-bottom: 14px; }
.card p, .feature-card p { margin-bottom: 22px; }
.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(6, 59, 46, 0.09);
  color: var(--emerald);
  display: grid;
  place-items: center;
  font-weight: 900;
  margin-bottom: 26px;
}
.link-arrow { color: var(--emerald); font-weight: 900; margin-top: auto; }
.card:hover, .feature-card:hover {
  transform: translateY(-3px);
  transition: transform .18s ease, box-shadow .18s ease;
  box-shadow: var(--shadow);
}

.band {
  margin: 20px auto 0;
  max-width: var(--max);
  padding: 0 22px;
}
.band-inner {
  border-radius: 38px;
  padding: clamp(34px, 6vw, 60px);
  background: linear-gradient(135deg, var(--emerald), #082b23 65%, #0b4d38);
  color: var(--cream);
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.band-inner::after {
  content: "";
  position: absolute;
  inset: auto -10% -45% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(184,146,74,0.32), transparent 70%);
}
.band-inner h2, .band-inner h3 { color: var(--cream); }
.band-inner p { color: rgba(255, 250, 240, 0.76); max-width: 720px; margin-top: 18px; font-size: 1.13rem; }
.band-inner .button { background: var(--cream); color: var(--emerald); box-shadow: none; }
.band-inner .button.secondary { background: transparent; border-color: rgba(255,250,240,0.22); color: var(--cream); }
.band-content { position: relative; z-index: 1; }

.page-hero {
  max-width: var(--max);
  margin: 0 auto;
  padding: 78px 22px 44px;
}
.page-hero .lede { max-width: 760px; }
.content-slab {
  max-width: var(--max);
  margin: 0 auto;
  padding: 22px;
}
.content-inner {
  background: rgba(255, 250, 240, 0.62);
  border: 1px solid var(--line);
  border-radius: 38px;
  padding: clamp(28px, 5vw, 58px);
  box-shadow: var(--shadow-soft);
}
.prose { max-width: 850px; }
.prose p + p { margin-top: 18px; }
.prose h2, .content-inner h2 { margin-bottom: 22px; }
.check-list { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 12px; }
.check-list li {
  position: relative;
  padding: 14px 16px 14px 44px;
  border-radius: 16px;
  background: rgba(6, 59, 46, 0.055);
  color: rgba(23, 49, 41, 0.82);
  font-weight: 650;
}
.check-list li::before {
  content: "✓";
  position: absolute;
  left: 16px;
  color: var(--emerald);
  font-weight: 900;
}
.badge-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.badge {
  display: inline-flex;
  align-items: center;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(6, 59, 46, 0.08);
  color: var(--emerald);
  font-weight: 800;
  font-size: .9rem;
}

.profile-photo {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 38%;
  border-radius: 24px;
  border: 1px solid rgba(6, 59, 46, 0.14);
  box-shadow: 0 18px 44px rgba(6, 59, 46, 0.12);
  margin-bottom: 22px;
}

.video-embed {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  min-height: 320px;
  background: linear-gradient(135deg, #0a3d30, #0d5c43);
  box-shadow: inset 0 0 0 1px rgba(255,250,240,.15), var(--shadow-soft);
  aspect-ratio: 16 / 9;
}
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.media-frame, .video-placeholder {
  border-radius: 30px;
  background: linear-gradient(135deg, #0a3d30, #0d5c43);
  min-height: 320px;
  display: grid;
  place-items: center;
  color: var(--cream);
  text-align: center;
  padding: 32px;
  box-shadow: inset 0 0 0 1px rgba(255,250,240,.15);
}
.video-placeholder span { display: block; color: rgba(255,250,240,.72); margin-top: 8px; }

form { display: grid; gap: 14px; }
label { font-weight: 800; color: var(--emerald); }
input, textarea, select {
  width: 100%;
  border: 1px solid rgba(6,59,46,.16);
  background: rgba(255,255,255,.52);
  border-radius: 16px;
  padding: 14px 15px;
  font: inherit;
  color: var(--ink);
  outline: none;
}
textarea { min-height: 150px; resize: vertical; }
input:focus, textarea:focus, select:focus {
  border-color: rgba(6,59,46,.46);
  box-shadow: 0 0 0 4px rgba(6,59,46,.08);
}
.note { color: var(--muted); font-size: .92rem; margin-top: 10px; }

.site-footer {
  margin-top: 80px;
  border-top: 1px solid var(--line);
  background: rgba(6, 59, 46, 0.04);
}
.footer-shell {
  max-width: var(--max);
  margin: 0 auto;
  padding: 46px 22px 28px;
}
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap: 28px; }
.footer-brand p { margin-top: 14px; max-width: 340px; }
.footer-col h4 { color: var(--emerald); margin: 0 0 14px; }
.footer-col a { display: block; color: var(--muted); margin: 8px 0; font-weight: 650; }
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 28px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: .92rem;
}
.footer-bottom a { color: var(--emerald); font-weight: 800; }

@media (max-width: 940px) {
  .hero, .section-header, .grid-2 { grid-template-columns: 1fr; }
  .hero { padding-top: 54px; gap: 28px; }
  .hero-card { min-height: auto; }
  .proof-grid, .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .nav-links {
    position: absolute;
    inset: 70px 16px auto 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 14px;
    border-radius: 24px;
    background: rgba(255, 250, 240, 0.96);
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
  }
  .nav-links.open { display: flex; }
  .nav-links a { border-radius: 14px; }
  .menu-toggle { display: inline-flex; }
  .nav-cta .button { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
  .section, .page-hero { padding-left: 18px; padding-right: 18px; }
  .proof-grid, .grid-3, .footer-grid { grid-template-columns: 1fr; }
  .stat { padding: 22px; }
  h1, .display { font-size: clamp(3rem, 18vw, 4.8rem); }
  .hero-actions, .actions { flex-direction: column; align-items: stretch; }
  .button { width: 100%; }
  .content-inner, .band-inner, .hero-card { border-radius: 28px; }
}
