:root {
  --forest: #174f39;
  --forest-dark: #0f3a2a;
  --leaf: #4d8662;
  --teal: #245d63;
  --sage: #dceadf;
  --mint: #edf6ef;
  --cream: #fafaf7;
  --sand: #f3f0e8;
  --white: #ffffff;
  --text: #24302a;
  --muted: #67716b;
  --line: #dfe7e1;
  --radius-sm: 14px;
  --radius: 24px;
  --radius-lg: 36px;
  --shadow: 0 20px 60px rgba(23, 79, 57, .09);
  --shadow-soft: 0 10px 32px rgba(23, 79, 57, .07);
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body { margin: 0; background: var(--white); color: var(--text); font-family: Inter, Arial, Helvetica, sans-serif; line-height: 1.68; overflow-x: hidden; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: min(92%, var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 14px; top: -60px; z-index: 9999; padding: 10px 14px; background: var(--forest); color: #fff; border-radius: 8px; }
.skip-link:focus { top: 14px; }

h1, h2, h3 { margin: 0 0 18px; font-family: Manrope, Inter, Arial, sans-serif; line-height: 1.1; letter-spacing: -.035em; color: var(--forest-dark); }
h1 { font-size: clamp(44px, 6.2vw, 76px); max-width: 760px; }
h1 em { color: var(--leaf); font-style: normal; }
h2 { font-size: clamp(34px, 4vw, 52px); }
h3 { font-size: 23px; }
p { margin: 0 0 16px; }
.eyebrow { margin: 0 0 14px; color: var(--leaf); font-size: 11px; font-weight: 900; letter-spacing: .16em; line-height: 1.3; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.93); border-bottom: 1px solid rgba(223,231,225,.9); backdrop-filter: blur(14px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; background: var(--forest); color: #fff; font-weight: 900; letter-spacing: -.04em; box-shadow: var(--shadow-soft); }
.brand-copy { display: flex; flex-direction: column; line-height: 1; }
.brand-copy strong { font-size: 20px; color: var(--forest-dark); letter-spacing: -.02em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; letter-spacing: .05em; }
.main-nav { display: flex; align-items: center; gap: 24px; margin-left: auto; font-size: 13px; font-weight: 700; }
.main-nav > a:not(.nav-cta) { color: #405048; transition: color .2s ease; }
.main-nav > a:not(.nav-cta):hover { color: var(--leaf); }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; padding: 11px 16px; border-radius: 999px; background: var(--forest); color: #fff; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 12px; background: #fff; cursor: pointer; }
.menu-toggle span { display: block; width: 20px; height: 2px; margin: 4px auto; background: var(--forest); }

.hero { position: relative; background: radial-gradient(circle at 78% 28%, rgba(77,134,98,.17), transparent 27%), linear-gradient(135deg, #f8faf6 0%, #eef5ed 52%, #f8faf7 100%); overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; bottom: -290px; border: 1px solid rgba(77,134,98,.18); border-radius: 50%; }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 58px; padding-block: 64px; }
.hero-copy { position: relative; z-index: 5; }
.hero-lead { max-width: 700px; color: var(--muted); font-size: clamp(18px, 2vw, 21px); }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 22px; border-radius: 999px; background: var(--forest); color: #fff; font-size: 13px; font-weight: 800; box-shadow: 0 10px 28px rgba(23,79,57,.17); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--forest-dark); box-shadow: 0 14px 34px rgba(23,79,57,.22); }
.text-link { color: var(--forest); font-size: 13px; font-weight: 800; border-bottom: 1px solid rgba(23,79,57,.35); }
.hero-note { max-width: 650px; margin-top: 22px; color: #78837d; font-size: 11px; }

.hero-showcase { position: relative; min-height: 520px; }
.showcase-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.orb-one { width: 390px; height: 390px; right: 8%; top: 10%; background: rgba(255,255,255,.67); border: 1px solid rgba(255,255,255,.95); box-shadow: inset 0 0 0 1px rgba(77,134,98,.08); }
.orb-two { width: 150px; height: 150px; left: 3%; top: 4%; background: rgba(36,93,99,.08); }
.product-stage { position: absolute; width: 56%; aspect-ratio: .88; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255,255,255,.92); border-radius: 30px; background: rgba(255,255,255,.68); box-shadow: var(--shadow); backdrop-filter: blur(10px); transition: transform .3s ease; }
.product-stage:hover { transform: translateY(-6px); }
.product-stage img { width: 76%; height: 76%; object-fit: contain; filter: drop-shadow(0 20px 22px rgba(23,55,42,.14)); }
.stage-viriflow { left: 0; top: 5%; transform: rotate(-3deg); }
.stage-viriflow:hover { transform: rotate(-3deg) translateY(-6px); }
.stage-prodentim { right: 0; bottom: 0; transform: rotate(3deg); }
.stage-prodentim:hover { transform: rotate(3deg) translateY(-6px); }
.stage-label { position: absolute; left: 16px; top: 16px; padding: 6px 10px; border-radius: 999px; background: var(--mint); color: var(--forest); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.trust-chip { position: absolute; left: 17%; bottom: 4%; z-index: 10; display: flex; align-items: center; gap: 8px; padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; background: #fff; color: var(--forest); box-shadow: var(--shadow-soft); font-size: 11px; font-weight: 800; }
.trust-chip span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); }

.trust-bar { background: var(--forest-dark); color: #fff; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-grid > div { min-height: 126px; padding: 28px 32px; border-right: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: auto 1fr; column-gap: 14px; align-content: center; }
.trust-grid > div:last-child { border-right: 0; }
.trust-grid span { grid-row: 1 / span 2; color: #b7d8c2; font-size: 11px; font-weight: 900; }
.trust-grid strong { font-size: 15px; }
.trust-grid small { margin-top: 3px; color: #bed0c6; font-size: 11px; }

.section { padding: 100px 0; }
.products-section { background: var(--cream); }
.section-heading { margin-bottom: 48px; }
.split-heading { display: grid; grid-template-columns: 1fr .78fr; gap: 70px; align-items: end; }
.split-heading > p { color: var(--muted); }
.centered { max-width: 780px; margin-inline: auto; text-align: center; }
.centered > p:last-child { color: var(--muted); }

.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.product-card { position: relative; overflow: hidden; display: grid; grid-template-columns: .92fr 1.08fr; min-height: 440px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.product-card::before { content: ""; position: absolute; width: 260px; height: 260px; left: -90px; top: -90px; border-radius: 50%; background: var(--product-soft); opacity: .8; }
.product-media { position: relative; z-index: 2; display: flex; align-items: center; justify-content: center; padding: 42px 12px; background: linear-gradient(160deg, var(--product-soft), rgba(255,255,255,.75)); }
.product-media img { width: 90%; height: 310px; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(30,54,43,.13)); }
.product-content { display: flex; flex-direction: column; justify-content: center; padding: 38px 34px 38px 28px; }
.category-pill { width: fit-content; margin-bottom: 18px; padding: 6px 9px; border-radius: 999px; background: var(--product-soft); color: var(--product-accent); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-content h3 { font-size: 31px; }
.product-tagline { color: var(--product-accent); font-size: 13px; font-weight: 800; }
.product-description { color: var(--muted); font-size: 14px; }
.product-points { display: grid; gap: 7px; margin: 10px 0 24px; color: #536159; font-size: 12px; }
.product-points span::before { content: "✓"; margin-right: 8px; color: var(--product-accent); font-weight: 900; }
.product-link { display: inline-flex; align-items: center; gap: 8px; width: fit-content; margin-top: auto; color: var(--product-accent); font-size: 13px; font-weight: 900; }
.product-link span { transition: transform .2s ease; }
.product-link:hover span { transform: translateX(4px); }

.coming-soon { margin-top: 30px; padding: 28px 32px; display: flex; align-items: center; gap: 22px; border: 1px dashed #bdcbc1; border-radius: var(--radius); background: rgba(255,255,255,.58); }
.coming-icon { flex: 0 0 52px; width: 52px; height: 52px; display: grid; place-items: center; border-radius: 16px; background: var(--mint); color: var(--forest); font-size: 28px; }
.coming-soon h3 { margin-bottom: 7px; font-size: 21px; }
.coming-soon p:last-child { margin: 0; color: var(--muted); font-size: 13px; }

.wellness-section { background: #fff; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-card { position: relative; min-height: 340px; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.topic-featured { background: linear-gradient(145deg, #f2f8f3, #fff); }
.topic-icon { width: 50px; height: 50px; margin-bottom: 26px; display: grid; place-items: center; border-radius: 16px; background: var(--mint); color: var(--forest); font-size: 24px; font-weight: 700; }
.topic-card > span:not(.coming-label) { color: var(--leaf); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.topic-card h3 { margin-top: 10px; }
.topic-card p { color: var(--muted); font-size: 13px; }
.topic-card a { position: absolute; left: 32px; bottom: 30px; color: var(--forest); font-size: 12px; font-weight: 900; }
.muted-card { background: var(--cream); box-shadow: none; }
.coming-label { position: absolute; left: 32px; bottom: 28px; padding: 7px 11px; border-radius: 999px; background: #ebece9; color: #7c847f; font-size: 10px; font-weight: 800; }

.editorial-section { background: var(--forest-dark); color: #dce8e1; overflow: hidden; }
.editorial-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: 80px; align-items: center; }
.editorial-copy h2 { color: #fff; }
.editorial-copy > p:not(.eyebrow) { color: #bfd0c7; }
.editorial-visual { position: relative; min-height: 460px; }
.editorial-card { position: absolute; width: 72%; padding: 24px; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(8px); box-shadow: 0 18px 45px rgba(0,0,0,.1); }
.editorial-card span { display: block; margin-bottom: 10px; color: #a8d2b7; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.editorial-card strong { color: #fff; font-size: 19px; line-height: 1.35; }
.card-one { left: 0; top: 10px; transform: rotate(-4deg); }
.card-two { right: 0; top: 148px; transform: rotate(3deg); }
.card-three { left: 8%; bottom: 0; transform: rotate(-1deg); }
.editorial-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 26px; }
.editorial-points div { padding: 13px 14px; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; color: #e1ece5; font-size: 12px; }
.editorial-points span { margin-right: 7px; color: #9fd6b3; }

.cta-section { padding: 72px 0; background: linear-gradient(120deg, var(--forest), var(--teal)); color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.cta-inner h2 { max-width: 700px; color: #fff; }
.cta-inner p:not(.eyebrow) { max-width: 720px; margin-bottom: 0; color: #d5e6dc; }
.cta-inner .eyebrow { color: #b9dfc7; }
.button-light { flex: 0 0 auto; background: #fff; color: var(--forest); }
.button-light:hover { background: #f1f6f2; color: var(--forest-dark); }

.disclosure { padding: 54px 0; background: #f1f3ef; }
.disclosure-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; }
.disclosure h3 { margin-bottom: 10px; font-size: 16px; }
.disclosure p { margin-bottom: 0; color: var(--muted); font-size: 11px; }
.site-footer { padding: 38px 0 26px; background: #101d16; color: #b9c6be; }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 28px; border-bottom: 1px solid rgba(255,255,255,.09); }
.footer-brand .brand-mark { background: #fff; color: var(--forest); box-shadow: none; }
.footer-brand .brand-copy strong { color: #fff; }
.footer-brand .brand-copy small { color: #8fa197; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; font-size: 12px; }
.footer-links a:hover { color: #fff; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; font-size: 10px; }

@media (max-width: 1050px) {
  .main-nav { gap: 16px; }
  .hero-grid { grid-template-columns: 1fr .9fr; gap: 35px; }
  .product-card { grid-template-columns: 1fr; }
  .product-media { min-height: 290px; padding: 24px; }
  .product-media img { height: 245px; }
  .product-content { padding: 30px; }
}

@media (max-width: 860px) {
  .menu-toggle { display: block; margin-left: auto; }
  .main-nav { position: absolute; left: 4%; right: 4%; top: 70px; display: none; flex-direction: column; align-items: stretch; gap: 4px; padding: 16px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 12px; }
  .nav-cta { justify-content: center; margin-top: 4px; }
  .hero-grid, .split-heading, .editorial-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding-block: 58px; }
  .hero-showcase { min-height: 500px; max-width: 620px; width: 100%; margin: 0 auto; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { min-height: 105px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .product-grid, .topic-grid { grid-template-columns: 1fr; }
  .topic-card { min-height: 285px; }
  .editorial-grid { gap: 45px; }
  .editorial-visual { max-width: 620px; width: 100%; margin: auto; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 600px) {
  html { scroll-padding-top: 75px; }
  .container { width: min(100% - 28px, 540px); }
  .header-inner { min-height: 68px; }
  .brand-mark { width: 39px; height: 39px; border-radius: 12px; }
  .brand-copy strong { font-size: 18px; }
  .brand-copy small { display: none; }
  .main-nav { top: 62px; }
  h1 { font-size: clamp(40px, 11.2vw, 56px); }
  h2 { font-size: clamp(31px, 9vw, 40px); }
  .section { padding: 72px 0; }
  .hero-grid { padding-block: 44px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-showcase { min-height: 410px; }
  .product-stage { width: 63%; }
  .stage-viriflow { left: -2%; top: 2%; }
  .stage-prodentim { right: -1%; bottom: 1%; }
  .trust-chip { left: 5%; bottom: 1%; font-size: 9px; }
  .product-card { min-height: 0; border-radius: 26px; }
  .product-media { min-height: 260px; }
  .product-content h3 { font-size: 28px; }
  .coming-soon { align-items: flex-start; padding: 22px; }
  .coming-icon { width: 44px; height: 44px; flex-basis: 44px; }
  .editorial-visual { min-height: 400px; }
  .editorial-card { width: 82%; }
  .editorial-points { grid-template-columns: 1fr; }
  .disclosure-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-top, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .footer-links { gap: 14px; }
}

@media (max-width: 390px) {
  .hero-showcase { min-height: 360px; }
  .product-stage { width: 67%; border-radius: 22px; }
  .stage-label { left: 10px; top: 10px; font-size: 7px; }
  .trust-chip { display: none; }
  .product-media img { height: 220px; }
}

/* J7 Wellness official logo */
.brand-logo { width: 300px; height: 150px; object-fit: contain; object-position: left center; display: block; }
.footer-brand .brand-logo { width: 230px; height: 62px; filter: brightness(0) invert(1); opacity: .92; }
@media (max-width: 600px) { .brand-logo { width: 175px; height: 50px; } .footer-brand .brand-logo { width: 190px; height: 52px; } }
