:root {
  --forest: #214f2b;
  --forest-dark: #14391d;
  --leaf: #5e8b43;
  --leaf-light: #eaf2df;
  --mustard: #d9a62e;
  --cream: #fbf8ed;
  --cream-deep: #f2ead8;
  --brown: #4b392c;
  --text: #342c25;
  --white: #fff;
  --border: rgba(33,79,43,.14);
  --shadow: 0 18px 50px rgba(49,52,38,.10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--forest); text-decoration: none; }
a:hover { color: var(--leaf); }
button, input, textarea { font: inherit; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.content-narrow { max-width: 820px; }
.section-pad { padding: 92px 0; }
.section-pad-sm { padding: 56px 0; }

.screen-reader-text {
  clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; width: 1px;
  overflow: hidden; position: absolute !important; word-wrap: normal !important;
}
.skip-link:focus {
  clip: auto !important; clip-path: none; width: auto; height: auto; left: 20px; top: 20px;
  background: var(--white); color: var(--forest); padding: 10px 14px; z-index: 9999; border-radius: 8px;
}

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(251,248,237,.94);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border);
}
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.site-branding { flex: 0 0 auto; }
.custom-logo-link { display: inline-flex; align-items: center; }
.custom-logo { width: auto; max-height: 58px; }
.brand-mark { display: inline-flex; align-items: center; gap: 12px; color: var(--forest); }
.brand-icon {
  display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%;
  color: var(--cream); background: linear-gradient(145deg,var(--leaf),var(--forest-dark)); font-size: 30px;
}
.brand-text { font-family: Georgia, "Noto Serif Devanagari", serif; font-size: clamp(1.4rem,2vw,2rem); font-weight: 800; }
.primary-navigation .menu { display: flex; align-items: center; gap: 30px; margin: 0; padding: 0; list-style: none; }
.primary-navigation a { display: inline-block; padding: 28px 0 22px; color: #243126; font-weight: 700; font-size: .95rem; border-bottom: 3px solid transparent; }
.primary-navigation a:hover, .primary-navigation a:focus { color: var(--forest); border-color: var(--leaf); }
.menu-toggle { display: none; background: transparent; border: 0; width: 44px; height: 44px; padding: 10px; cursor: pointer; }
.menu-toggle span:not(.screen-reader-text) { display: block; height: 2px; background: var(--forest); margin: 5px 0; border-radius: 99px; }

.hero { position: relative; overflow: hidden; background:
  radial-gradient(circle at 10% 15%, rgba(94,139,67,.14), transparent 25%),
  linear-gradient(110deg, #fffdf5 0%, #fbf8ed 48%, #f3ead3 100%);
}
.hero::after { content:""; position:absolute; right:-120px; bottom:-160px; width:420px; height:420px; border-radius:50%; background:rgba(217,166,46,.10); filter:blur(4px); }
.hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; position: relative; z-index: 2; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--leaf); font-size: .78rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.eyebrow::before { content:""; width: 28px; height: 2px; background: var(--mustard); }
.hero h1, .section-heading h2, .feature-copy h2, .video-copy h2, .empty-state h1 {
  font-family: Georgia, "Noto Serif Devanagari", serif; color: var(--forest); letter-spacing: -.035em;
}
.hero h1 { margin: 16px 0 2px; font-size: clamp(3.2rem,7vw,6.6rem); line-height: .98; }
.hero h2 { margin: 18px 0 18px; color: var(--leaf); font-family: Georgia, "Noto Serif Devanagari", serif; font-size: clamp(1.65rem,3vw,2.8rem); line-height: 1.2; }
.hero p { max-width: 620px; font-size: 1.08rem; color: #5b5148; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 12px 22px;
  border: 1px solid transparent; border-radius: 13px; font-weight: 900; cursor: pointer; transition: .22s ease;
}
.button-primary { color: var(--white); background: linear-gradient(135deg,var(--forest),var(--forest-dark)); box-shadow: 0 12px 28px rgba(33,79,43,.2); }
.button-primary:hover { color: var(--white); transform: translateY(-2px); box-shadow: 0 16px 36px rgba(33,79,43,.28); }
.button-outline { color: var(--forest); border-color: rgba(33,79,43,.35); background: rgba(255,255,255,.58); }
.button-outline:hover { color: var(--forest); background: var(--white); transform: translateY(-2px); }
.trust-row { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 28px; color: #5e665e; font-size: .87rem; font-weight: 700; }
.hero-visual { position: relative; }
.hero-visual img { width: 100%; aspect-ratio: 1.22 / 1; object-fit: cover; border-radius: 34px 90px 34px 34px; box-shadow: var(--shadow); }
.hero-badge { position: absolute; left: -26px; bottom: 28px; display: grid; gap: 2px; padding: 16px 20px; color: var(--white); background: rgba(20,57,29,.94); border: 1px solid rgba(255,255,255,.25); border-radius: 16px; box-shadow: var(--shadow); }
.hero-badge strong { font-size: 1rem; }
.hero-badge span { color: #e7efd9; font-size: .76rem; }

.about-strip { background: var(--forest); color: var(--white); }
.benefits-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.benefits-grid > div { padding: 26px 22px; display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 2px 12px; border-right: 1px solid rgba(255,255,255,.16); }
.benefits-grid > div:last-child { border-right: 0; }
.benefits-grid span { grid-row: 1 / span 2; font-size: 1.7rem; }
.benefits-grid strong { font-size: .95rem; }
.benefits-grid small { color: #dbe9d3; line-height: 1.35; }

.section-heading { max-width: 720px; margin: 0 auto 44px; text-align: center; }
.section-heading .eyebrow { justify-content: center; }
.section-heading h2 { margin: 10px 0 10px; font-size: clamp(2.2rem,4vw,4rem); line-height: 1.1; }
.section-heading p { margin: 0; color: #6f655c; }
.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.product-card, .tool-card {
  overflow: hidden; background: rgba(255,255,255,.78); border: 1px solid var(--border); border-radius: var(--radius); box-shadow: 0 12px 35px rgba(62,67,45,.07); transition: .25s ease;
}
.product-card:hover, .tool-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.card-image { overflow: hidden; background: #f7f3e7; }
.card-image img { width: 100%; aspect-ratio: 1.55 / 1; object-fit: cover; transition: transform .4s ease; }
.product-card:hover .card-image img { transform: scale(1.04); }
.card-content { padding: 20px; }
.card-content h3, .tool-card h3 { margin: 0 0 7px; color: var(--forest); font-family: Georgia, serif; font-size: 1.12rem; }
.card-content p { min-height: 52px; margin: 0 0 16px; color: #71675f; font-size: .9rem; line-height: 1.55; }
.status-pill { display: inline-flex; align-items: center; padding: 6px 11px; border-radius: 999px; color: var(--forest-dark); background: var(--leaf-light); border: 1px solid rgba(94,139,67,.24); font-size: .72rem; font-weight: 900; letter-spacing: .03em; }
.status-large { padding: 9px 16px; font-size: .82rem; }

.feature-wrap { background: linear-gradient(180deg,transparent 0%,#f3ecd9 22%,#f3ecd9 78%,transparent 100%); }
.feature-card { display: grid; grid-template-columns: 1.08fr .92fr; overflow: hidden; border-radius: 30px; background: #fffaf0; border: 1px solid rgba(97,83,48,.14); box-shadow: var(--shadow); }
.feature-copy { padding: clamp(30px,5vw,62px); }
.feature-copy h2 { margin: 10px 0 22px; font-size: clamp(2rem,3.6vw,3.4rem); line-height: 1.15; }
.feature-points { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; margin-bottom: 22px; }
.feature-points strong { color: var(--forest); }
.feature-points p { margin: 7px 0 0; color: #6d635a; font-size: .94rem; }
.feature-image img { width: 100%; height: 100%; min-height: 430px; object-fit: cover; }

.tools-section { background: #fffdf7; }
.tools-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.tool-card { padding: 15px 15px 20px; text-align: center; }
.tool-card img { width: 100%; aspect-ratio: 1.15 / 1; object-fit: cover; border-radius: 15px; margin-bottom: 16px; }
.tool-card h3 { min-height: 48px; }

.video-section { position: relative; overflow: hidden; background: var(--cream-deep); }
.video-section::before { content:"❧"; position:absolute; right:4%; top:0; font-size:18rem; color:rgba(33,79,43,.05); transform:rotate(-20deg); }
.video-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; position: relative; }
.video-card { overflow: hidden; border-radius: 26px; background: #152419; box-shadow: var(--shadow); }
.video-placeholder { position: relative; display: block; }
.video-placeholder img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.play-button { position: absolute; inset: 50% auto auto 50%; translate: -50% -50%; display: grid; place-items: center; width: 76px; height: 76px; padding-left: 5px; border-radius: 50%; color: var(--white); background: #df2c21; border: 7px solid rgba(255,255,255,.35); box-shadow: 0 12px 30px rgba(0,0,0,.35); font-size: 1.55rem; }
.video-embed iframe { width: 100%; aspect-ratio: 16/9; height: auto; border: 0; display: block; }
.video-copy h2 { margin: 12px 0 14px; font-size: clamp(2.2rem,4vw,3.8rem); line-height: 1.12; }
.video-copy p { margin-bottom: 28px; color: #655c53; }

.contact-section { background: #fffdf7; }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 34px; align-items: stretch; }
.contact-form, .contact-details { padding: clamp(26px,4vw,44px); border: 1px solid var(--border); border-radius: 26px; background: var(--white); box-shadow: 0 14px 38px rgba(49,52,38,.07); }
.form-row { display: grid; grid-template-columns: repeat(2,1fr); gap: 16px; }
.contact-form label { display: grid; gap: 7px; margin-bottom: 15px; }
.contact-form label span { color: var(--forest); font-size: .82rem; font-weight: 900; }
.contact-form input, .contact-form textarea {
  width: 100%; border: 1px solid #d9ded2; border-radius: 12px; background: #fcfcf8; color: var(--text); padding: 13px 14px; outline: 0;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--leaf); box-shadow: 0 0 0 3px rgba(94,139,67,.12); }
.contact-form textarea { resize: vertical; }
.honeypot { position: absolute !important; left: -9999px !important; opacity: 0 !important; }
.contact-details { background: linear-gradient(145deg,var(--forest),var(--forest-dark)); color: var(--white); }
.contact-details h3 { margin-top: 0; font-family: Georgia,"Noto Serif Devanagari",serif; font-size: 1.8rem; }
.contact-details ul { list-style: none; padding: 0; margin: 0 0 24px; }
.contact-details li { display: grid; grid-template-columns: 34px 1fr; align-items: center; gap: 8px; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.contact-details a { color: var(--white); }
.social-links { display: flex; flex-wrap: wrap; gap: 9px; }
.social-links a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; font-size: .78rem; }
.launch-note { margin-top: 28px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,.09); display: grid; gap: 4px; }
.launch-note span { color: #dce9d7; font-size: .85rem; }
.form-notice { max-width: 760px; margin: 0 auto 25px; padding: 14px 18px; border-radius: 12px; font-weight: 800; }
.notice-success { color: #17451f; background: #e4f2df; border: 1px solid #b9d9ad; }
.notice-error { color: #7c2a23; background: #fae5e2; border: 1px solid #e8bbb5; }

.site-footer { background: var(--forest-dark); color: var(--white); }
.footer-grid { display: grid; grid-template-columns: 1.3fr .7fr 1fr; gap: 60px; padding: 64px 0 52px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #f0df9e; font-family: Georgia,"Noto Serif Devanagari",serif; font-size: 2rem; font-weight: 800; }
.footer-grid h3 { margin: 0 0 12px; color: #f0df9e; font-family: Georgia,serif; }
.footer-grid p { margin: 8px 0; }
.footer-muted { color: #bfd2ba; max-width: 430px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin: 7px 0; }
.footer-links a { color: #e8f1e5; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 18px 0; color: #abc4a6; font-size: .82rem; }

.entry-card { padding: clamp(24px,5vw,54px); background: var(--white); border: 1px solid var(--border); border-radius: 24px; box-shadow: var(--shadow); margin-bottom: 24px; }
.entry-title { margin-top: 0; color: var(--forest); font-family: Georgia,serif; }
.entry-title a { color: inherit; }
.entry-meta { color: #847a71; font-size: .85rem; margin-bottom: 20px; }
.entry-featured img { width: 100%; border-radius: 18px; margin-bottom: 22px; }
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:last-child { margin-bottom: 0; }
.empty-state { text-align: center; padding: 80px 0; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .hero-grid, .video-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .hero-visual { max-width: 800px; }
  .benefits-grid { grid-template-columns: repeat(2,1fr); }
  .benefits-grid > div:nth-child(2) { border-right: 0; }
  .benefits-grid > div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .product-grid { grid-template-columns: repeat(2,1fr); }
  .feature-card { grid-template-columns: 1fr; }
  .feature-image { order: -1; }
  .feature-image img { min-height: 350px; max-height: 500px; }
  .tools-grid { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 820px) {
  .menu-toggle { display: block; position: relative; z-index: 1002; }
  .primary-navigation {
    position: fixed; inset: 78px 0 auto; max-height: calc(100vh - 78px); overflow: auto;
    background: var(--cream); border-top: 1px solid var(--border); transform: translateY(-120%); opacity: 0; visibility: hidden; transition: .25s ease;
  }
  .primary-navigation.is-open { transform: translateY(0); opacity: 1; visibility: visible; }
  .primary-navigation .menu { display: grid; gap: 0; padding: 18px 24px 28px; }
  .primary-navigation a { display: block; padding: 14px 4px; border-bottom: 1px solid var(--border); }
  .hero { padding-top: 66px; }
  .hero-grid { gap: 36px; }
  .hero-badge { left: 18px; }
  .section-pad { padding: 72px 0; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px),var(--container)); }
  .header-inner { min-height: 70px; }
  .primary-navigation { inset: 70px 0 auto; max-height: calc(100vh - 70px); }
  .brand-icon { width: 40px; height: 40px; font-size: 24px; }
  .brand-text { font-size: 1.35rem; }
  .hero h1 { font-size: clamp(3rem,15vw,4.8rem); }
  .hero-visual img { border-radius: 24px 55px 24px 24px; }
  .hero-badge { position: static; margin-top: 12px; }
  .trust-row { display: grid; gap: 8px; }
  .benefits-grid, .product-grid, .tools-grid, .feature-points, .form-row, .footer-grid { grid-template-columns: 1fr; }
  .benefits-grid > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .benefits-grid > div:last-child { border-bottom: 0; }
  .product-grid { gap: 16px; }
  .card-content p { min-height: auto; }
  .feature-copy { padding: 28px 22px; }
  .feature-image img { min-height: 260px; }
  .tool-card h3 { min-height: 0; }
  .play-button { width: 62px; height: 62px; }
  .contact-form, .contact-details { padding: 24px 19px; }
  .footer-grid > div:first-child { grid-column: auto; }
  .footer-grid { gap: 30px; }
}
