:root {
  --ink: #182d28;
  --muted: #61706b;
  --cream: #f6f1e7;
  --paper: #fffdf8;
  --green: #245c49;
  --deep: #153d34;
  --mint: #dce9df;
  --blue: #dce8ef;
  --navy: #274d62;
  --sun: #e8b660;
  --line: rgba(24,45,40,.15);
  --display: Georgia, "Times New Roman", serif;
  --body: "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
.site-header { width: min(1180px, calc(100% - 48px)); height: 92px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); }
.wordmark { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-size: .84rem; font-weight: 700; letter-spacing: .12em; }
.wordmark-mark { width: 31px; height: 31px; display: inline-flex; align-items: flex-end; gap: 3px; }
.wordmark-mark i { display: block; width: 8px; border-radius: 7px 7px 2px 2px; }
.wordmark-mark i:nth-child(1) { height: 15px; background: var(--sun); }
.wordmark-mark i:nth-child(2) { height: 25px; background: #4f8d69; }
.wordmark-mark i:nth-child(3) { height: 31px; background: var(--green); }
nav { display: flex; align-items: center; gap: 29px; }
nav a { color: var(--muted); text-decoration: none; font-size: .9rem; }
nav a:hover { color: var(--ink); }
.nav-contact { padding: 11px 18px; border: 1px solid var(--ink); border-radius: 999px; }

.hero { width: min(1180px, calc(100% - 48px)); min-height: 650px; margin: 0 auto; padding: 80px 0; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 75px; }
.eyebrow { margin: 0 0 21px; color: #47745e; font-size: .73rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1,h2 { margin-top: 0; font-family: var(--display); font-weight: 500; letter-spacing: -.035em; }
h1 { max-width: 720px; margin-bottom: 28px; font-size: clamp(3.5rem,6vw,6.25rem); line-height: .98; }
h2 { margin-bottom: 0; font-size: clamp(2.45rem,4.1vw,4.25rem); line-height: 1.07; }
h3,p { margin-top: 0; }
.hero-intro { max-width: 650px; margin-bottom: 34px; color: var(--muted); font-size: 1.12rem; line-height: 1.72; }
.primary-link { display: inline-flex; align-items: center; gap: 12px; padding: 15px 22px; color: white; background: var(--green); border-radius: 999px; text-decoration: none; font-weight: 600; }
.hero-art { position: relative; min-height: 460px; overflow: hidden; border-radius: 44% 44% 18px 18px; background: linear-gradient(145deg,#e4eddf,#d5e4dc); }
.art-core { position: absolute; z-index: 2; left: 50%; top: 50%; width: 155px; height: 155px; transform: translate(-50%,-50%); display: grid; place-content: center; text-align: center; color: white; background: var(--green); border-radius: 50%; box-shadow: 0 20px 55px rgba(21,61,52,.22); }
.art-core span { font-family: var(--display); font-size: 2.5rem; letter-spacing: .04em; }
.art-core small { margin-top: 2px; font-size: .63rem; letter-spacing: .28em; }
.art-orbit { position: absolute; left: 50%; top: 50%; border: 1px solid rgba(36,92,73,.2); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 305px; height: 305px; }
.orbit-two { width: 440px; height: 440px; }
.art-label { position: absolute; z-index: 3; padding: 11px 15px; background: rgba(255,253,248,.88); border: 1px solid rgba(36,92,73,.08); border-radius: 999px; box-shadow: 0 9px 30px rgba(21,61,52,.08); font-size: .76rem; font-weight: 700; }
.label-home { left: 28px; top: 92px; }
.label-digital { right: 23px; bottom: 90px; }

.section { padding: 112px max(24px, calc((100% - 1180px) / 2)); }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 75px; margin-bottom: 55px; }
.section-heading > div { max-width: 720px; }
.section-intro { max-width: 400px; margin: 0; color: var(--muted); line-height: 1.68; }
.businesses { color: white; background: var(--deep); }
.businesses .eyebrow,.about .eyebrow { color: #a8cdb7; }
.businesses .section-intro { color: #c9d9d2; }
.vertical-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.vertical-card { position: relative; min-height: 465px; padding: 48px; overflow: hidden; border-radius: 22px; }
.home-card { color: var(--ink); background: var(--sun); }
.digital-card { color: var(--ink); background: var(--mint); }
.card-number { position: absolute; right: 32px; top: 27px; opacity: .46; font-family: var(--display); font-size: 2.2rem; }
.vertical-icon { width: 70px; height: 70px; margin-bottom: 70px; display: grid; place-items: center; border-radius: 20px; background: rgba(255,255,255,.5); }
.home-icon i { width: 34px; height: 29px; display: block; border: 3px solid var(--ink); border-top: 0; position: relative; }
.home-icon i:before { content: ""; position: absolute; width: 25px; height: 25px; left: 2px; top: -14px; border-left: 3px solid var(--ink); border-top: 3px solid var(--ink); transform: rotate(45deg); }
.digital-icon { display: flex; align-items: flex-end; justify-content: center; gap: 4px; }
.digital-icon i { width: 9px; border-radius: 6px; background: var(--green); }
.digital-icon i:nth-child(1) { height: 22px; background: var(--sun); }
.digital-icon i:nth-child(2) { height: 35px; background: #4f8d69; }
.digital-icon i:nth-child(3) { height: 45px; }
.card-kicker { margin-bottom: 15px; font-size: .72rem; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; opacity: .7; }
.vertical-card h3 { max-width: 470px; margin-bottom: 17px; font-family: var(--display); font-size: clamp(2rem,3.2vw,3.15rem); font-weight: 500; line-height: 1.08; }
.vertical-card > p:not(.card-kicker) { max-width: 500px; margin-bottom: 27px; line-height: 1.68; opacity: .76; }
.status-pill { display: inline-block; padding: 8px 12px; border: 1px solid rgba(24,45,40,.2); border-radius: 999px; font-size: .75rem; font-weight: 700; }
.text-link { display: inline-flex; gap: 9px; font-weight: 700; text-underline-offset: 5px; }

.digital-products { background: var(--paper); }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.product-card { min-height: 520px; padding: 45px; display: flex; flex-direction: column; justify-content: space-between; border-radius: 22px; }
.parentsaathi-card { background: var(--mint); }
.lily-card { background: var(--blue); }
.product-mark { width: 145px; height: 145px; margin-bottom: 75px; display: grid; place-items: center; background: var(--paper); border-radius: 50%; box-shadow: 0 16px 40px rgba(24,45,40,.1); }
.product-mark img { width: 72%; height: 72%; object-fit: contain; }
.product-card h3 { margin-bottom: 16px; font-family: var(--display); font-size: clamp(2.4rem,4vw,3.8rem); font-weight: 500; }
.product-card p:not(.card-kicker) { max-width: 500px; color: var(--muted); line-height: 1.7; }
.method { margin: 24px 0 25px; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: .8rem; font-weight: 700; }
.method span { padding: 7px 10px; background: rgba(255,255,255,.7); border-radius: 7px; }
.method b { color: #789184; }
.status-pill.light { border-color: var(--line); color: var(--muted); }
.lily-scene { position: relative; height: 205px; margin-bottom: 30px; overflow: hidden; border-radius: 16px; background: linear-gradient(#31576d,#7197a3); }
.moon { position: absolute; width: 63px; height: 63px; right: 35px; top: 25px; border-radius: 50%; background: #f8d888; box-shadow: 0 0 35px rgba(248,216,136,.45); }
.path { position: absolute; left: 39%; bottom: -45px; width: 115px; height: 190px; background: #d7c49d; border-radius: 50% 50% 0 0; transform: rotate(13deg); }
.flower { position: absolute; z-index: 2; left: 27%; bottom: 48px; color: #fff5cf; font-size: 3.4rem; text-shadow: 0 0 15px rgba(255,245,207,.8); }

.about { display: grid; grid-template-columns: 1fr .82fr; gap: 100px; color: white; background: var(--green); }
.about-copy { padding-top: 45px; }
.about-copy p { color: #d6e2dc; font-size: 1.06rem; line-height: 1.75; }
.about-copy p + p { margin-top: 22px; }
.principles { background: var(--cream); }
.principle-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid var(--line); }
.principle-grid article { padding: 38px 38px 5px 0; }
.principle-grid article + article { padding-left: 38px; border-left: 1px solid var(--line); }
.principle-grid span { color: #71907c; font-family: var(--display); }
.principle-grid h3 { margin: 30px 0 14px; font-size: 1.25rem; }
.principle-grid p { color: var(--muted); line-height: 1.68; }
.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; background: var(--sun); }
.contact-copy { padding-top: 45px; }
.contact-copy p { margin-bottom: 16px; color: #4c493c; }
.contact-copy a { display: inline-flex; gap: 12px; font-family: var(--display); font-size: clamp(1.4rem,3vw,2.65rem); text-decoration-thickness: 1px; text-underline-offset: 7px; }
.contact-copy small { display: block; margin-top: 28px; color: #5b5748; }
footer { min-height: 120px; padding: 35px max(24px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; color: #c7d8cf; background: #122d25; }
footer p { margin: 0; font-size: .78rem; }

@media (max-width: 850px) {
  .site-header,.hero { width: min(100% - 32px,1180px); }
  nav a:not(.nav-contact) { display: none; }
  .hero { min-height: auto; padding: 65px 0; grid-template-columns: 1fr; gap: 50px; }
  .hero-art { min-height: 390px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 25px; }
  .vertical-grid,.product-grid,.about,.contact { grid-template-columns: 1fr; }
  .about,.contact { gap: 35px; }
  .about-copy,.contact-copy { padding-top: 0; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
}

@media (max-width: 520px) {
  .site-header { height: 78px; }
  .wordmark { font-size: .72rem; }
  .wordmark-mark { transform: scale(.85); }
  .nav-contact { padding: 9px 13px; }
  h1 { font-size: 3.2rem; }
  .hero-art { min-height: 320px; }
  .orbit-two { width: 350px; height: 350px; }
  .label-home { left: 12px; top: 55px; }
  .label-digital { right: 12px; bottom: 55px; }
  .section { padding-top: 78px; padding-bottom: 78px; }
  .vertical-card,.product-card { min-height: auto; padding: 34px 27px 40px; }
  .vertical-icon,.product-mark { margin-bottom: 55px; }
  .method b { display: none; }
  .contact-copy a { font-size: 1.3rem; }
  footer { align-items: flex-start; flex-direction: column; gap: 24px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
