:root {
  --green: #066116;
  --green-bright: #08a324;
  --green-soft: #eaf5eb;
  --ink: #161a18;
  --muted: #606963;
  --line: #dbe2dc;
  --paper: #f7f9f6;
  --white: #ffffff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(17, 42, 22, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.section { padding: 120px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; z-index: 100; left: 16px; top: -80px; background: #fff; padding: 12px 18px; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,226,220,.75); backdrop-filter: blur(16px); }
.header-inner { height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.brand img { width: 196px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 30px; font-size: 15px; font-weight: 600; }
.main-nav > a:not(.nav-store) { padding: 30px 0; position: relative; }
.main-nav > a:not(.nav-store)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 20px; height: 2px; background: var(--green); transition: .25s ease; }
.main-nav > a:hover::after { right: 0; }
.nav-store { border: 1px solid var(--ink); padding: 12px 17px; border-radius: 999px; }
.nav-store:hover { color: #fff; background: var(--ink); }
.menu-toggle { display: none; background: none; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px 0; background: var(--ink); }

.hero { overflow: hidden; background: linear-gradient(120deg, #fbfdfb 0%, #f1f7f1 100%); min-height: 760px; display: grid; align-items: center; }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 40px; align-items: center; padding: 90px 0 110px; }
.eyebrow { margin: 0 0 18px; color: var(--green); font-size: 13px; line-height: 1.2; font-weight: 700; text-transform: uppercase; letter-spacing: .14em; }
h1, h2, h3 { margin-top: 0; font-family: "Manrope", sans-serif; letter-spacing: -.04em; }
h1 { max-width: 760px; margin-bottom: 28px; font-size: clamp(47px, 5vw, 74px); line-height: 1.05; }
.hero-lead { max-width: 640px; margin: 0 0 36px; color: var(--muted); font-size: 20px; }
.hero-actions { display: flex; align-items: center; gap: 26px; margin-bottom: 44px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; padding: 15px 22px; border: 0; border-radius: 999px; cursor: pointer; font-weight: 700; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--green); box-shadow: 0 14px 30px rgba(6,97,22,.2); }
.button-primary:hover { background: #034c0e; }
.button-text { padding-inline: 0; }
.button-text span { color: var(--green); font-size: 20px; }
.button-small { color: #fff; background: var(--ink); padding: 10px 15px; font-size: 13px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 13px 26px; margin: 0; padding: 0; list-style: none; color: #3a423d; font-size: 14px; font-weight: 600; }
.hero-points li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.hero-visual { min-height: 560px; display: grid; place-items: center; position: relative; }
.hero-family-image { width: min(100%, 590px); height: auto; border-radius: 24px; filter: drop-shadow(0 32px 30px rgba(7,44,15,.13)); }
.hero-note { position: absolute; left: 15px; bottom: 40px; display: flex; gap: 13px; align-items: center; padding: 14px 20px; background: rgba(255,255,255,.9); border: 1px solid #fff; border-radius: 18px; box-shadow: var(--shadow); font-size: 13px; line-height: 1.25; }
.note-number { color: var(--green); font: 700 38px/1 "Manrope", sans-serif; }

.clinical-strip { color: #fff; background: var(--ink); }
.strip-grid { min-height: 150px; display: grid; grid-template-columns: 1.7fr repeat(4, 1fr); align-items: center; gap: 34px; }
.strip-grid > p { max-width: 360px; color: #c7d0ca; font-size: 16px; }
.strip-item { display: grid; gap: 8px; font: 600 14px/1.3 "Manrope", sans-serif; }
.strip-item span { color: #79ba81; font: 500 12px/1 "DM Sans", sans-serif; }

.products { background: var(--paper); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 62px; }
.section-heading h2, .about-copy h2, .contact h2 { margin-bottom: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.1; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.product-catalog { display: grid; gap: 100px; }
.product-family { scroll-margin-top: 110px; }
.family-heading { display: grid; grid-template-columns: 55px 1fr; gap: 20px; align-items: start; margin-bottom: 30px; }
.family-heading > span { color: var(--green); font: 600 13px/1 "Manrope", sans-serif; padding-top: 7px; }
.family-heading p { margin: 0 0 7px; color: var(--green); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.family-heading h3 { max-width: 700px; margin: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.15; }
.product-grid-single { grid-template-columns: minmax(0, 1fr); }
.product-grid-single .product-card { grid-template-columns: .65fr 1.35fr; }
.product-card { overflow: hidden; display: grid; grid-template-columns: .9fr 1.1fr; min-height: 470px; background: var(--white); border: 1px solid #e8ece8; border-radius: var(--radius); box-shadow: 0 12px 45px rgba(26,48,30,.04); transition: transform .25s, box-shadow .25s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-media { display: grid; place-items: center; padding: 28px 14px; background: linear-gradient(145deg, #eff7ef, #fbfdfb); }
.product-media img { width: 100%; max-height: 330px; object-fit: contain; mix-blend-mode: multiply; }
.product-body { display: flex; flex-direction: column; padding: 36px 30px; }
.product-meta { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.product-meta span { color: var(--green); background: var(--green-soft); border-radius: 999px; padding: 6px 9px; font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; }
.product-card h3 { margin-bottom: 13px; font-size: 26px; }
.product-card p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.product-card dl { margin: auto 0 24px; border-top: 1px solid var(--line); }
.product-card dl div { display: flex; justify-content: space-between; gap: 16px; padding: 9px 0; border-bottom: 1px solid var(--line); font-size: 12px; }
.product-card dt { color: var(--muted); }
.product-card dd { margin: 0; text-align: right; font-weight: 700; }
.presentation-list { margin-top: 6px !important; }
.product-features { display: grid; grid-template-columns: 48px 1fr; gap: 16px; align-items: start; margin: 0 0 22px; padding: 16px; background: #f7faf7; border-radius: 14px; }
.product-features img { width: 48px; max-height: 108px; object-fit: contain; }
.product-features ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.product-features li { position: relative; padding-left: 14px; color: #39413b; font-size: 12px; line-height: 1.35; }
.product-features li::before { content: ""; position: absolute; width: 5px; height: 5px; left: 0; top: .5em; border-radius: 50%; background: var(--green); }
.iddsi-table { display: grid; gap: 5px; margin: 0 0 22px; }
.iddsi-table > div { display: grid; grid-template-columns: 72px 64px 1fr; gap: 8px; align-items: center; padding: 7px 9px; color: #24412a; background: #edf7ee; border-radius: 7px; font-size: 11px; }
.iddsi-table strong { text-transform: uppercase; }
.iddsi-table span { color: var(--green); font-weight: 700; }
.iddsi-table small { text-align: right; font-size: 11px; }
.download { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--green); font-size: 13px; font-weight: 700; }
.download span { font-size: 17px; }
.download-group { display: flex; flex-wrap: wrap; gap: 15px 22px; align-items: center; }
.product-card-wide { grid-column: span 2; grid-template-columns: 1.15fr .85fr; }
.product-duo { grid-template-columns: 1fr; gap: 18px; }
.product-duo img { width: 100%; max-height: 270px; }
.product-card-accent { border-color: #bddfc2; }
.product-card-accent .product-media { background: #f7f4ef; }
.product-card-accent .product-media img { mix-blend-mode: normal; }

.about { overflow: hidden; }
.about-grid { display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; gap: 95px; }
.about-mark { position: relative; min-height: 520px; overflow: hidden; border-radius: var(--radius); background: var(--mist); }
.about-mark img { display: block; width: 100%; height: 520px; object-fit: cover; object-position: 54% center; }
.about-copy h2 { max-width: 720px; margin-bottom: 30px; }
.about-copy > p { max-width: 760px; color: var(--muted); font-size: 18px; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; padding-top: 30px; border-top: 1px solid var(--line); }
.values div { display: grid; gap: 8px; }
.values strong { font: 700 17px "Manrope", sans-serif; }
.values span { color: var(--muted); font-size: 13px; }

.contact { color: #fff; background: var(--green); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }
.eyebrow-light { color: #a8d9ae; }
.contact-copy > p:not(.eyebrow) { max-width: 520px; color: #d1e7d4; font-size: 18px; }
.contact-details { display: grid; gap: 16px; margin-top: 55px; }
.contact-details a, .contact-details div { display: grid; gap: 4px; }
.contact-details span { color: #a8d9ae; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.contact-details strong { font: 600 21px "Manrope", sans-serif; }
.contact-form { padding: 38px; color: var(--ink); background: #fff; border-radius: var(--radius); box-shadow: 0 30px 70px rgba(0,0,0,.16); }
.form-trap { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.contact-form label { display: grid; gap: 8px; margin-bottom: 20px; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.contact-form input:not([type="checkbox"]), .contact-form textarea { width: 100%; color: var(--ink); background: #f7f9f7; border: 1px solid #dfe5df; border-radius: 10px; padding: 14px 15px; outline: 0; resize: vertical; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(6,97,22,.1); }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: center; font-weight: 500 !important; }
.consent a { color: var(--green); text-decoration: underline; text-underline-offset: 2px; }
.button-light { color: #fff; background: var(--ink); }
.form-status { min-height: 22px; margin: 15px 0 0; color: var(--green); font-size: 13px; font-weight: 600; }

.site-footer { padding: 65px 0 24px; color: #fff; background: #101411; }
.footer-main { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 45px; padding-bottom: 50px; }
.footer-main p { color: #aeb8b1; }
.footer-main nav { display: flex; gap: 22px; color: #cdd4cf; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid #2c332e; color: #8f9992; font-size: 12px; }

.legal-page { min-height: 100vh; background: var(--paper); }
.legal-header { background: var(--white); border-bottom: 1px solid var(--line); }
.legal-header .container { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.legal-header img { width: 196px; }
.legal-back { color: var(--green); font-size: 14px; font-weight: 700; }
.legal-main { padding: 80px 0 110px; }
.legal-content { max-width: 820px; }
.legal-content h1 { margin-bottom: 18px; font-size: clamp(42px, 6vw, 66px); }
.legal-updated { margin: 0 0 48px; color: var(--muted); font-size: 14px; }
.legal-content section { margin-top: 42px; }
.legal-content h2 { margin-bottom: 14px; font-size: 25px; line-height: 1.2; }
.legal-content p, .legal-content li { color: #424a45; }
.legal-content ul { padding-left: 22px; }
.legal-content a { color: var(--green); text-decoration: underline; text-underline-offset: 3px; }
.legal-footer { padding: 25px 0; color: #aeb8b1; background: #101411; font-size: 13px; }
.legal-footer .container { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; }
.legal-footer nav { display: flex; flex-wrap: wrap; gap: 20px; }
.legal-footer a { color: #fff; }

.professional-dialog { width: min(560px, calc(100% - 28px)); padding: 42px; border: 0; border-radius: var(--radius); color: var(--ink); box-shadow: 0 30px 90px rgba(0,0,0,.25); }
.professional-dialog::backdrop { background: rgba(8,18,10,.72); backdrop-filter: blur(4px); }
.professional-dialog h2 { margin-bottom: 18px; font-size: 30px; line-height: 1.15; }
.professional-dialog > p:not(.eyebrow) { color: var(--muted); }
.dialog-icon { width: 48px; height: 48px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 50%; color: #fff; background: var(--green); font: 500 30px/1 "Manrope", sans-serif; }
.dialog-actions { display: flex; flex-wrap: wrap; gap: 12px 22px; align-items: center; margin-top: 28px; }

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

@media (max-width: 1040px) {
  .main-nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { min-height: 490px; }
  .strip-grid { grid-template-columns: repeat(2, 1fr); padding: 35px 0; }
  .strip-grid > p { grid-column: span 2; }
  .product-card { grid-template-columns: 1fr; }
  .product-card-wide { grid-template-columns: 1fr 1fr; }
  .about-grid, .contact-grid { gap: 55px; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 28px, 620px); }
  .section { padding: 85px 0; }
  .header-inner { height: 74px; }
  .brand img { width: 165px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; left: 0; right: 0; top: 74px; display: none; align-items: stretch; padding: 22px 20px 28px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 15px 30px rgba(0,0,0,.08); }
  .main-nav.open { display: grid; }
  .main-nav > a:not(.nav-store) { padding: 8px 0; }
  .main-nav > a::after { display: none; }
  .nav-store { text-align: center; margin-top: 8px; }
  .hero { min-height: auto; }
  .hero-grid { padding: 70px 0 75px; }
  h1 { font-size: clamp(43px, 13vw, 58px); }
  .hero-lead { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 8px; }
  .hero-visual { min-height: auto; }
  .hero-family-image { width: min(100%, 520px); border-radius: 18px; }
  .hero-note { left: 0; bottom: 5px; }
  .clinical-strip { display: none; }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-catalog { gap: 75px; }
  .product-card, .product-card-wide { grid-column: auto; grid-template-columns: 1fr; }
  .product-grid-single .product-card { grid-template-columns: 1fr; }
  .product-media { min-height: 300px; }
  .product-duo { grid-template-columns: 1fr; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-mark { min-height: 300px; }
  .about-mark img { height: 360px; object-position: 57% center; }
  .values { grid-template-columns: 1fr; }
  .contact-grid { gap: 55px; }
  .contact-form { padding: 26px 20px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { grid-template-columns: 1fr; gap: 20px; }
  .footer-main nav { flex-wrap: wrap; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .professional-dialog { padding: 30px 22px; }
  .legal-header .container { min-height: 74px; }
  .legal-header img { width: 165px; }
  .legal-main { padding: 58px 0 80px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
}
