@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600&display=swap');

:root {
  --ink: #2f3b32;
  --ink-deep: #253129;
  --ink-2: #3b493e;
  --forest: #344238;
  --mint: #bfdfd1;
  --mint-light: #e0eee7;
  --cream: #f4f0e6;
  --paper: #fcfaf5;
  --rust: #bd6142;
  --rust-dark: #a94f36;
  --line: rgba(16, 42, 35, .17);
  --muted: #61716a;
  --shadow: 0 26px 70px rgba(16, 42, 35, .15);
  --radius: 3px;
  --max: 1320px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  overflow-x: hidden;
}
body:has(dialog[open]) { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button { color: inherit; }
:focus-visible { outline: 3px solid var(--rust); outline-offset: 3px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.skip-link:focus-visible { top: 10px; left: 10px; width: auto; height: auto; padding: 10px 16px; margin: 0; overflow: visible; clip-path: none; background: white; }

.demo-notice {
  position: relative; z-index: 30; width: 100%; padding: 16px clamp(18px, 4vw, 64px);
  display: grid; grid-template-columns: auto minmax(0, 1fr); gap: clamp(18px, 3vw, 42px); align-items: center;
  color: var(--ink-deep); background: var(--mint); border-bottom: 1px solid rgba(16,42,35,.22);
}
.demo-notice strong { font: 600 11px/1.3 'Manrope', sans-serif; letter-spacing: .15em; text-transform: uppercase; white-space: nowrap; }
.demo-notice p { max-width: 1100px; margin: 0; font-size: 13px; line-height: 1.5; }

.site-header {
  width: 100%; height: 78px; padding: 0 clamp(18px, 4vw, 64px);
  display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: clamp(18px, 3vw, 46px);
  border-bottom: 1px solid rgba(255,255,255,.14); color: white;
  background: var(--ink-deep);
  position: relative; z-index: 20; top: auto;
}
.brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.brand img { width: 168px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(22px, 3.2vw, 52px); font-size: 13px; }
.site-header nav a { text-decoration: none; padding: 7px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--mint); }
.cart-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; background: none; color: white; cursor: pointer; font-size: 13px; }
.cart-count { min-width: 27px; height: 27px; border-radius: 50%; display: grid; place-items: center; color: var(--ink); background: var(--mint); font-weight: 600; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid rgba(255,255,255,.28); background: transparent; color: white; cursor: pointer; }
.nav-toggle span { display: block; width: 19px; height: 1px; margin: 6px auto; background: currentColor; transition: transform .2s ease; }
.nav-toggle[aria-expanded='true'] span:first-child { transform: translateY(3.5px) rotate(45deg); }
.nav-toggle[aria-expanded='true'] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }

.hero { min-height: 790px; padding: 150px max(6vw, 24px) 88px; background: var(--ink); color: white; display: grid; grid-template-columns: minmax(0, 1fr) minmax(330px, .48fr); align-items: end; gap: clamp(45px, 8vw, 130px); position: relative; overflow: hidden; isolation: isolate; }
.hero__image { position: absolute; z-index: -3; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 62% center; opacity: .71; filter: saturate(.72) contrast(1.01) sepia(.04); transform: scale(1.015); }
.hero__wash { position: absolute; z-index: -2; inset: 0; background: radial-gradient(circle at 79% 20%, rgba(214,226,216,.15), transparent 31%), linear-gradient(90deg, rgba(42,55,46,.98) 0%, rgba(42,55,46,.92) 43%, rgba(42,55,46,.53) 72%, rgba(37,49,41,.72) 100%), linear-gradient(0deg, rgba(37,49,41,.76), transparent 60%); }
.hero::before { content: ''; position: absolute; z-index: -1; inset: 0; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.05) 1px, transparent 1px), linear-gradient(90deg,rgba(255,255,255,.05) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to right, black, transparent 76%); }
.hero__copy { max-width: 790px; position: relative; z-index: 2; align-self: center; }
.eyebrow { margin: 0 0 18px; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .2em; }
.hero .eyebrow { color: var(--mint); }
h1, h2 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 400; letter-spacing: -.055em; line-height: .99; }
h1 { font-size: clamp(58px, 6.5vw, 98px); max-width: 850px; }
h1 em { color: var(--mint); font-style: normal; }
.hero__lead { max-width: 610px; font-size: clamp(17px, 1.45vw, 21px); line-height: 1.6; color: rgba(255,255,255,.72); margin: 34px 0; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 13px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--ink); border-radius: var(--radius); text-decoration: none; font-weight: 600; font-size: 13px; cursor: pointer; }
.button--primary { color: white; background: var(--rust); border-color: var(--rust); }
.button--primary:hover:not(:disabled) { background: #a85036; border-color: #a85036; }
.button--quiet { color: white; border-color: rgba(255,255,255,.42); background: transparent; }
.button:disabled { cursor: not-allowed; opacity: .48; }
.hero__note { margin: 24px 0 0; padding-top: 18px; max-width: 570px; border-top: 1px solid rgba(255,255,255,.22); color: rgba(255,255,255,.62); font: 400 14px/1.5 'Manrope', sans-serif; }
.hero__care-card { position: relative; z-index: 2; align-self: end; padding: 30px; color: var(--ink); background: rgba(244,240,230,.93); box-shadow: 0 24px 65px rgba(0,0,0,.18); backdrop-filter: blur(12px); }
.hero__care-card > p { margin: 0 0 22px; color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
.hero__care-card ul { margin: 0; padding: 0; list-style: none; }
.hero__care-card li { display: grid; grid-template-columns: 34px 1fr; gap: 10px; padding: 15px 0; border-top: 1px solid var(--line); }
.hero__care-card li span { color: var(--rust); font-size: 10px; }
.hero__care-card li strong { font: 500 15px/1.35 'Manrope', sans-serif; }
.hero__care-card small { display: block; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.55; }

.trust-strip { min-height: 94px; padding: 24px max(4vw, 22px); display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; background: var(--mint); border-bottom: 1px solid var(--line); }
.trust-strip span { padding: 4px 28px; font-size: 10px; letter-spacing: .12em; color: rgba(16,42,35,.55); border-right: 1px solid rgba(16,42,35,.18); }
.trust-strip span:last-child { border: 0; }
.trust-strip b { display: block; margin-top: 5px; color: var(--ink); font-size: 12px; letter-spacing: .02em; }

.section { padding: clamp(82px, 10vw, 150px) max(5vw, 22px); }
.section-heading { max-width: var(--max); margin: 0 auto clamp(42px, 6vw, 78px); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(280px, .55fr); gap: 9vw; align-items: end; }
.section-heading h2 { font-size: clamp(46px, 5.4vw, 80px); }
.section-heading > p { margin: 0; color: var(--muted); max-width: 460px; }
.program-overview { max-width: none; display: grid; grid-template-columns: minmax(0, .9fr) minmax(420px, 1fr); gap: clamp(45px, 8vw, 120px); align-items: center; background: var(--paper); }
.program-overview__media { position: relative; min-height: 610px; }
.program-overview__media > img { width: 100%; height: 610px; object-fit: cover; object-position: center; }
.program-overview__media > div { position: absolute; right: -30px; bottom: 35px; width: min(365px, 76%); padding: 24px; display: grid; grid-template-columns: 40px 1fr; gap: 14px; align-items: center; background: var(--mint); box-shadow: var(--shadow); }
.program-overview__media > div span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--ink); border-radius: 50%; font: 600 14px 'Manrope'; }
.program-overview__media > div p { margin: 0; font-size: 12px; line-height: 1.55; }
.program-overview__copy { max-width: 700px; }
.program-overview h2 { font-size: clamp(48px, 5vw, 76px); }
.program-overview__lead { margin: 32px 0 18px; color: var(--ink-2); font: 400 clamp(18px, 1.6vw, 22px)/1.55 'Manrope'; }
.program-overview__copy > p:not(.eyebrow, .program-overview__lead) { max-width: 620px; color: var(--muted); }
.program-principles { margin-top: 38px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--ink); }
.program-principles article { padding: 22px 18px 0 0; }
.program-principles span, .journey-grid > li > span, .client-trust__grid span { color: var(--rust); font-size: 10px; letter-spacing: .12em; }
.program-principles h3 { margin: 24px 0 7px; font: 500 19px 'Manrope'; }
.program-principles p { margin: 0; color: var(--muted); font-size: 12px; }
.journey { background: var(--mint-light); }
.journey-grid { max-width: var(--max); margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; border-top: 1px solid var(--ink); }
.journey-grid li { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--ink); }
.journey-grid li:first-child { border-left: 1px solid var(--line); }
.journey-grid h3 { margin: 80px 0 14px; font: 500 clamp(21px, 2vw, 29px)/1.18 'Manrope'; letter-spacing: -.035em; }
.journey-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.client-trust { display: grid; grid-template-columns: minmax(300px, .75fr) minmax(500px, 1fr); gap: clamp(55px, 9vw, 140px); color: white; background: var(--ink); }
.client-trust__copy { align-self: center; }
.client-trust h2 { max-width: 680px; font-size: clamp(48px, 5vw, 75px); }
.client-trust__copy > p:not(.eyebrow) { max-width: 570px; margin: 28px 0; color: rgba(255,255,255,.65); font-size: 17px; }
.text-link { color: var(--mint); text-underline-offset: 5px; }
.client-trust__grid { display: grid; grid-template-columns: 1fr 1fr; }
.client-trust__grid article { min-height: 230px; padding: 28px; border: 1px solid rgba(255,255,255,.19); margin: 0 -1px -1px 0; }
.client-trust__grid h3 { margin: 55px 0 10px; font: 500 23px 'Manrope'; }
.client-trust__grid p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.catalog { background: var(--cream); }
.catalog-heading__aside { align-self: end; }
.catalog-heading__aside p { margin: 0; color: var(--muted); max-width: 460px; }
.catalog-explainer-link { margin-top: 14px; padding: 0 0 4px; border: 0; border-bottom: 1px solid currentColor; color: var(--ink); background: transparent; font-size: 12px; font-weight: 600; cursor: pointer; }
.catalog-explainer-link:hover { color: var(--rust); }
.catalog-context { max-width: var(--max); margin: 0 auto clamp(55px, 7vw, 90px); padding: 20px 24px; display: grid; grid-template-columns: minmax(250px, .6fr) 1fr; gap: 38px; border: 1px solid var(--line); background: rgba(252,250,245,.65); }
.catalog-context strong { color: var(--rust); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.catalog-context p { margin: 0; max-width: 720px; color: var(--muted); font-size: 13px; }
.catalog-toolbar { max-width: var(--max); margin: 0 auto 26px; display: flex; gap: 8px; align-items: center; }
.catalog-toolbar > span { margin-left: auto; color: var(--muted); font-size: 12px; }
.filter { border: 1px solid var(--line); background: transparent; padding: 9px 15px; cursor: pointer; border-radius: 100px; font-size: 12px; }
.filter.is-active { background: var(--ink); border-color: var(--ink); color: white; }
.product-grid { max-width: var(--max); margin: 0 auto; display: grid; gap: clamp(48px, 7vw, 86px); }
.catalog-fallback { max-width: var(--max); margin: 32px auto 0; padding: 24px; border: 1px solid var(--line); background: var(--cream); }
.catalog-fallback h3 { margin: 0; font: 500 clamp(24px, 3vw, 34px)/1.2 'Manrope'; }
.catalog-fallback > p { color: var(--muted); }
.catalog-fallback__brand { margin-top: 28px; }
.catalog-fallback__brand h4 { margin: 0; padding-bottom: 12px; border-bottom: 2px solid var(--ink); font: 500 clamp(20px, 2.5vw, 28px)/1.2 'Manrope'; }
.catalog-fallback ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 28px; list-style: none; }
.catalog-fallback li { min-width: 0; padding: 13px 0; display: grid; gap: 4px; border-top: 1px solid var(--line); }
.catalog-fallback li strong, .catalog-fallback li span { overflow-wrap: anywhere; }
.catalog-fallback li span { color: var(--muted); font-size: 12px; }
.brand-section { min-width: 0; scroll-margin-top: 32px; }
.brand-section + .brand-section { padding-top: clamp(44px, 7vw, 82px); border-top: 1px solid var(--line); }
.brand-section__header { margin-bottom: 28px; padding-bottom: 20px; border-bottom: 3px solid var(--ink); display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.brand-section__header .eyebrow { margin-bottom: 7px; }
.brand-section__header h3 { margin: 0; font: 500 clamp(34px, 4.2vw, 56px)/1.06 'Manrope'; letter-spacing: -.045em; }
.brand-section__header > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; text-align: right; }
.brand-section__header > p strong { display: block; margin-top: 4px; color: var(--ink); }
.brand-section__catalog { display: grid; gap: clamp(34px, 5vw, 58px); }
.availability-group { min-width: 0; }
.availability-group h4 { margin: 0 0 18px; padding-bottom: 11px; border-bottom: 2px solid #356a4d; color: #24543b; font: 600 14px/1.2 'Manrope'; letter-spacing: .06em; text-transform: uppercase; }
.availability-group h4 span { margin-left: 7px; color: var(--muted); font-size: 11px; }
.availability-group--unavailable h4 { border-color: #8b3f2c; color: #7b2f20; }
.availability-group__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; border: 1px solid var(--line); background: var(--paper); display: flex; flex-direction: column; transition: transform .25s ease, box-shadow .25s ease; }
.product-card--unavailable { border-color: #bfa99f; background: #f4f0e9; }
.product-card--unavailable .product-visual--photo img { filter: saturate(.42); opacity: .72; }
.product-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.product-card[hidden] { display: none; }
.product-visual { min-height: 292px; padding: 30px; display: grid; place-items: center; background: var(--ink-2); position: relative; overflow: hidden; }
.product-visual::before { content: ''; position: absolute; width: 220px; height: 220px; border-radius: 50%; background: radial-gradient(circle at 32% 28%, var(--tone-light, #d5f4e8), var(--tone, #5a8d7e) 48%, transparent 70%); opacity: .7; }
.product-visual::after { content: attr(data-index); position: absolute; right: 18px; top: 12px; color: rgba(255,255,255,.4); font: 500 11px 'Manrope'; }
.product-visual--photo { margin: 0; padding: 0; background: radial-gradient(circle at 50% 46%, #ffffff 0, #f5f2e9 58%, #e9eee9 100%); }
.product-visual--photo::before { display: none; }
.product-visual--photo::after { color: rgba(16,42,35,.42); z-index: 2; }
.product-visual--photo img { width: 100%; height: 292px; min-height: 292px; padding: 5px 18px 0; object-fit: contain; object-position: center; }
.product-visual--photo figcaption { position: absolute; z-index: 2; left: 10px; right: 10px; bottom: 8px; padding: 5px 7px; color: rgba(16,42,35,.7); background: rgba(252,250,245,.9); font-size: 8px; line-height: 1.25; }
.product-vial { position: relative; z-index: 2; width: 100px; height: 185px; border: 1px solid rgba(255,255,255,.8); border-radius: 10px 10px 18px 18px; background: linear-gradient(90deg, rgba(255,255,255,.11), rgba(255,255,255,.55), rgba(255,255,255,.08)); box-shadow: 9px 16px 22px rgba(0,0,0,.3); }
.product-vial::before { content: ''; position: absolute; width: 80px; height: 31px; left: 9px; top: -23px; border-radius: 5px 5px 1px 1px; background: repeating-linear-gradient(90deg,#d5d5d0 0 4px,#a7aaa4 4px 6px); }
.product-vial__label { position: absolute; left: 6px; right: 6px; top: 59px; min-height: 74px; background: rgba(252,250,245,.94); padding: 10px 8px; display: flex; flex-direction: column; color: var(--ink); }
.product-vial__label b { font-size: 9px; letter-spacing: .12em; }
.product-vial__label span { font: 600 14px/1.1 'Manrope'; margin-top: 8px; overflow-wrap: anywhere; }
.product-card__body { padding: 25px; flex: 1; display: flex; flex-direction: column; }
.product-card__meta { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 13px; color: var(--rust); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.mereon-verified-badge { max-width: 100%; width: fit-content; display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px 5px 6px; border: 1px solid rgba(111,82,28,.32); border-radius: 100px; color: #634817; background: linear-gradient(135deg, #fffaf0, #eee0b9); box-shadow: inset 0 1px rgba(255,255,255,.85); }
.mereon-verified-badge > span { flex: 0 0 auto; width: 19px; height: 19px; display: grid; place-items: center; border-radius: 50%; color: white; background: #6f541f; font: 600 9px 'Manrope'; }
.mereon-verified-badge > span::before { content: 'M'; }
.mereon-verified-badge strong { min-width: 0; overflow-wrap: anywhere; font: 600 9px/1.1 'Manrope'; letter-spacing: .08em; text-transform: uppercase; }
.product-card__body > .mereon-verified-badge { margin-bottom: 14px; }
.product-card h5 { margin: 0 0 8px; font: 500 clamp(20px, 2vw, 26px)/1.18 'Manrope'; letter-spacing: -.03em; }
.product-card__presentation { color: var(--muted); font-size: 13px; min-height: 42px; margin: 0 0 24px; }
.product-card__research { margin: -10px 0 22px; padding: 14px 0; border-block: 1px solid var(--line); }
.product-card__research span { display: block; margin-bottom: 6px; color: var(--rust); font-size: 9px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-card__research strong { display: block; font: 500 13px/1.4 'Manrope'; }
.supplier-line { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin: -12px 0 16px; padding-bottom: 12px; border-bottom: 1px solid var(--line); font-size: 10px; color: var(--muted); }
.supplier-line strong { color: var(--ink); font-size: 11px; text-align: right; }
.product-price { margin-top: auto; padding-top: 18px; border-top: 1px solid var(--line); }
.product-price strong { display: block; font: 500 25px 'Manrope'; }
.product-price small { color: var(--muted); font-size: 10px; }
.product-actions { margin-top: 18px; display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.product-actions .button { padding-inline: 13px; }
.coa-card-link { display: block; width: fit-content; margin-top: 13px; font-size: 11px; font-weight: 600; text-underline-offset: 3px; }
.coa-card-link--disabled { color: var(--muted); font-weight: 400; text-decoration: none; cursor: not-allowed; }
.details-button { background: transparent; border: 1px solid var(--line); min-width: 48px; min-height: 48px; cursor: pointer; }
.status-badge { display: inline-flex; width: fit-content; align-items: center; gap: 6px; padding: 5px 8px; border: 1px solid currentColor; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.status-badge::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; }
.status-badge--pending { color: #8a6730; }
.stock-label { display: block; width: fit-content; max-width: 100%; margin-top: 12px; padding: 8px 11px; border: 2px solid currentColor; border-radius: 3px; font-size: 12px; font-weight: 700; letter-spacing: .015em; }
.stock-label--available { color: #24543b; background: #e3f1e8; }
.stock-label--out { color: #7b2f20; background: #f7e5df; }
.product-card .stock-label { margin-bottom: 2px; }
.error-panel { padding: 24px; border: 1px solid var(--rust); background: #fff4ef; }

.quality { background: linear-gradient(145deg, var(--ink) 0%, var(--ink-deep) 100%); color: white; display: grid; grid-template-columns: minmax(300px, .8fr) minmax(400px, 1.1fr); gap: 11vw; }
.quality__intro { position: sticky; top: 50px; align-self: start; }
.quality h2 { max-width: 650px; font-size: clamp(46px, 4.7vw, 72px); }
.quality__intro > p:not(.eyebrow) { color: rgba(255,255,255,.62); max-width: 570px; margin: 23px 0; }
.quality__intro a { color: var(--mint); text-underline-offset: 5px; }
.verified-mark { width: fit-content; display: flex; align-items: center; gap: 13px; margin: 18px 0 30px; color: var(--mint); }
.verified-mark > span { display: grid; place-items: center; width: 56px; height: 56px; border: 1px solid currentColor; border-radius: 50%; font: 600 20px 'Manrope'; }
.verified-mark strong { font: 600 17px/1.05 'Manrope'; letter-spacing: -.025em; }
.verified-promise { padding: 18px 0 18px 22px; border-left: 2px solid var(--mint); color: white !important; font: 400 18px/1.5 'Manrope'; }
.verified-promise strong { color: var(--mint); }
.evidence-list { padding: 0; margin: 0; list-style: none; }
.evidence-list li { padding: 26px 0; border-top: 1px solid rgba(255,255,255,.19); display: grid; grid-template-columns: 54px 1fr; gap: 20px; }
.evidence-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.19); }
.evidence-list > li > span { color: var(--mint); font-size: 11px; }
.evidence-list li > div { position: relative; padding-right: 42px; }
.evidence-list h3 { margin: 0 0 7px; font: 500 21px 'Manrope'; }
.evidence-list p { margin: 0; color: rgba(255,255,255,.58); }
.evidence-list b { position: absolute; top: 0; right: 3px; display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid rgba(166,247,207,.35); border-radius: 50%; color: var(--mint); font-size: 12px; }
.buyer-guide { background: var(--paper); }
.guide-grid { max-width: var(--max); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); }
.guide-grid article { padding: 34px; border: 1px solid var(--line); margin-right: -1px; }
.guide-grid span { color: var(--rust); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.guide-grid h3 { font: 500 24px/1.25 'Manrope'; letter-spacing: -.025em; min-height: 90px; }
.guide-grid p { color: var(--muted); margin-bottom: 0; }
.handling { background: var(--mint); display: grid; grid-template-columns: 1fr 1fr; gap: 9vw; }
.handling h2 { font-size: clamp(50px, 6vw, 86px); }
.handling__copy { max-width: 600px; font-size: 18px; }
.handling__copy p:first-child { margin-top: 0; }
.handling__copy p:last-child { color: rgba(16,42,35,.67); font-size: 14px; }
.faq { background: var(--cream); display: grid; grid-template-columns: .6fr 1fr; gap: 9vw; }
.faq__heading { position: sticky; top: 50px; align-self: start; }
.faq h2 { font-size: clamp(48px, 6vw, 88px); }
.faq__items details { border-top: 1px solid var(--line); }
.faq__items details:last-child { border-bottom: 1px solid var(--line); }
.faq__items summary { cursor: pointer; list-style: none; padding: 23px 45px 23px 0; font: 500 18px 'Manrope'; position: relative; }
.faq__items summary::-webkit-details-marker { display: none; }
.faq__items summary::after { content: '+'; position: absolute; right: 5px; font-size: 25px; font-weight: 300; }
.faq__items details[open] summary::after { content: '−'; }
.faq__items details p { color: var(--muted); padding: 0 45px 24px 0; margin: 0; }
footer { padding: 48px max(5vw,22px); min-height: 240px; background: linear-gradient(135deg, var(--ink-deep), var(--ink)); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 25px; align-items: start; }
.brand--footer img { width: 178px; }
footer > p { margin: 0; justify-self: end; color: rgba(255,255,255,.55); }
footer > div { display: flex; flex-wrap: wrap; gap: 14px 28px; }
footer > div a { font-size: 13px; }
footer > small { justify-self: end; color: rgba(255,255,255,.43); }
footer > .footer__contact { grid-column: 1 / -1; justify-self: start; display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: baseline; color: rgba(255,255,255,.62); font-size: 13px; }
.footer__contact a { color: var(--mint); font-weight: 600; text-underline-offset: 4px; }
footer > .footer__ruo { grid-column: 1 / -1; max-width: 820px; margin-top: 18px; justify-self: start; color: rgba(255,255,255,.58); font-size: 11px; }
footer > .footer__ruo strong { color: rgba(255,255,255,.82); }

/* Legal documents */
.legal-page { background: var(--cream); }
.legal-header {
  position: relative; z-index: 2; min-height: 92px; padding: 0 clamp(22px, 5vw, 72px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  color: white; background: var(--ink);
}
.legal-header .brand img { width: 168px; }
.legal-header__return { padding: 9px 0; border-bottom: 1px solid var(--mint); text-decoration: none; font-size: 13px; }
.legal-header__return::before { content: '←'; margin-right: 9px; color: var(--mint); }
.legal-main { width: min(1180px, calc(100% - 44px)); margin: 0 auto; padding: clamp(54px, 8vw, 112px) 0 clamp(76px, 10vw, 140px); }
.legal-intro { margin-bottom: 24px; padding-bottom: 18px; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); color: var(--rust-dark); font-size: 10px; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.legal-document { min-width: 0; padding: clamp(30px, 6vw, 82px); border: 1px solid var(--line); background: var(--paper); box-shadow: 0 22px 60px rgba(16,42,35,.09); overflow-wrap: anywhere; }
.legal-document h1 { max-width: 890px; margin-bottom: 24px; color: var(--ink); font-size: clamp(44px, 6vw, 78px); }
.legal-document h2 { margin: clamp(44px, 7vw, 76px) 0 18px; padding-top: 8px; color: var(--ink); font-size: clamp(25px, 3vw, 38px); line-height: 1.14; letter-spacing: -.035em; }
.legal-document p, .legal-document ul { max-width: 820px; }
.legal-document p { margin: 0 0 18px; }
.legal-document ul { margin: 0 0 26px; padding-left: 1.35em; }
.legal-document li { margin: 0 0 10px; padding-left: .25em; }
.legal-document hr { width: 100%; margin: clamp(40px, 6vw, 68px) 0; border: 0; border-top: 1px solid var(--line); }
.legal-document a { color: var(--ink); text-decoration-color: var(--rust); text-decoration-thickness: 1px; text-underline-offset: 4px; }
.legal-document code { font: inherit; overflow-wrap: anywhere; }
.ruo-acceptance a { color: var(--ink); font-weight: 600; text-underline-offset: 3px; }

/* Dialogs */
dialog { border: 0; padding: 0; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); }
dialog::backdrop { background: rgba(5,19,15,.74); backdrop-filter: blur(5px); }
.product-dialog { width: min(980px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.product-dialog[open], .research-dialog[open], .cart-dialog[open] { animation: dialog-in .25s ease both; }
.dialog-shell { padding: clamp(22px,4vw,52px); }
.dialog-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.dialog-header h2 { font-size: clamp(36px,5vw,62px); }
.icon-button { width: 44px; height: 44px; border: 1px solid var(--line); background: transparent; font-size: 29px; line-height: 1; cursor: pointer; }
.product-detail__layout { display: grid; grid-template-columns: .75fr 1fr; }
.product-detail__visual { min-height: 570px; background: var(--ink-2); display: grid; place-items: center; overflow: hidden; position: relative; }
.product-detail__visual > .product-visual { width: 100%; height: 100%; }
.product-detail__visual .product-vial { transform: scale(1.5); }
.product-detail__copy { min-width: 0; padding: clamp(25px,5vw,60px); max-height: calc(100dvh - 30px); overflow-y: auto; }
.product-detail__copy h2 { font-size: clamp(39px,5vw,63px); margin-right: 40px; }
.product-detail__presentation { color: var(--muted); }
.mereon-verified-note { margin: 18px 0; padding: 15px; border: 1px solid rgba(111,82,28,.22); background: #f6eed8; }
.mereon-verified-note p { margin: 11px 0 0; color: #594d36; font-size: 12px; line-height: 1.55; }
.supplier-detail { display: grid; grid-template-columns: minmax(120px,.8fr) 1fr; gap: 6px 16px; margin: 18px 0; padding: 15px 0; border-block: 1px solid var(--line); font-size: 12px; }
.supplier-detail dt { color: var(--muted); }
.supplier-detail dd { min-width: 0; margin: 0; overflow-wrap: anywhere; font-weight: 700; }
.product-detail__research { border-block: 1px solid var(--line); padding: 20px 0; }
.product-detail__research-label { margin: 0 0 8px; color: var(--rust); font-size: 10px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.product-detail__research-area { margin: 0 0 12px; font: 500 20px/1.3 'Manrope'; }
.product-detail__research-description { margin: 0; color: var(--muted); line-height: 1.68; }
.coa-box { padding: 18px; margin: 22px 0; background: var(--mint-light); }
.coa-box h3 { margin: 0 0 12px; font: 600 16px 'Manrope'; }
.coa-meta { margin: 0 0 14px; display: grid; grid-template-columns: auto 1fr; gap: 4px 16px; font-size: 12px; }
.coa-meta dt { color: var(--muted); }
.coa-meta dd { margin: 0; font-weight: 600; }
.coa-box a { font-weight: 600; font-size: 13px; }
.external-note { color: var(--muted); font-size: 10px; margin-bottom: 0; }
.product-detail__actions { margin-top: 20px; }

.research-dialog { width: min(760px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); background: var(--cream); }
.research-dialog__shell { position: relative; max-height: calc(100dvh - 30px); overflow-y: auto; padding: clamp(30px, 6vw, 68px); }
.research-dialog__header { display: flex; justify-content: space-between; align-items: start; gap: 24px; }
.research-dialog__header .eyebrow { color: var(--rust); }
.research-dialog [data-research-faq] { border: 0; }
.research-dialog [data-research-faq] > summary { pointer-events: none; list-style: none; padding: clamp(26px, 4vw, 42px) 0 0; font: 400 clamp(38px, 5vw, 60px)/1.02 'Manrope', sans-serif; letter-spacing: -.055em; }
.research-dialog [data-research-faq] > summary::-webkit-details-marker { display: none; }
.research-dialog [data-research-faq] > summary::after { display: none; }
.research-dialog__copy { margin-top: clamp(30px, 5vw, 48px); padding-top: 25px; border-top: 1px solid var(--line); }
.research-dialog__copy p { margin: 0; color: var(--muted); font-size: clamp(15px, 1.5vw, 17px); line-height: 1.72; }
.research-dialog__copy p + p { margin-top: 22px; }

.cart-dialog { width: min(1180px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.cart-shell { max-height: calc(100dvh - 30px); overflow-y: auto; }
.cart-layout { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(390px,1fr); gap: clamp(28px,5vw,72px); margin-top: 30px; }
.cart-item { display: grid; grid-template-columns: 64px 1fr auto; gap: 14px; padding: 17px 0; border-bottom: 1px solid var(--line); }
.cart-item__swatch { width: 64px; height: 72px; background: var(--ink-2); display: grid; place-items: center; color: var(--mint); font: 500 11px 'Manrope'; }
.cart-item h4 { margin: 0 0 3px; font: 500 16px 'Manrope'; }
.cart-item p { margin: 0; color: var(--muted); font-size: 11px; }
.cart-item__controls { display: flex; align-items: center; gap: 8px; margin-top: 10px; }
.cart-item__controls button { border: 1px solid var(--line); background: transparent; width: 30px; height: 30px; cursor: pointer; }
.cart-item__controls button:disabled { cursor: not-allowed; opacity: .42; }
.cart-item__controls button:last-child { width: auto; border: 0; color: var(--rust); text-decoration: underline; }
.cart-item .cart-item__stock { margin-top: 6px; font-size: 10px; }
.cart-item > strong { font-size: 13px; }
.empty-cart { padding: 55px 20px; border: 1px dashed var(--line); text-align: center; color: var(--muted); }
.checkout { background: #efede5; padding: clamp(22px,4vw,42px); }
.checkout h3 { margin: 0 0 25px; font: 500 32px 'Manrope'; }
.shipping-options { border: 0; padding: 0; margin: 0 0 20px; }
.shipping-options legend { width: 100%; font-weight: 600; font-size: 13px; margin-bottom: 8px; }
.shipping-option { display: flex; align-items: center; gap: 9px; padding: 12px 0; border-top: 1px solid var(--line); font-size: 13px; }
.shipping-option strong { margin-left: auto; }
.totals { margin: 0 0 28px; padding: 12px 0; border-block: 1px solid var(--line); }
.totals > div { display: flex; justify-content: space-between; gap: 18px; padding: 5px 0; font-size: 13px; }
.totals dd { margin: 0; font-variant-numeric: tabular-nums; }
.totals .totals__final { margin-top: 8px; padding-top: 13px; border-top: 1px solid var(--line); font: 600 19px 'Manrope'; }
.totals__iva { color: var(--muted); }
.iva-note { margin: -18px 0 24px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.button--checkout { width: 100%; }
.checkout-availability { margin: -12px 0 18px; color: var(--muted); font-size: 11px; }
.checkout-dialog { width: min(780px, calc(100vw - 30px)); max-height: calc(100dvh - 30px); }
.checkout-form { max-height: calc(100dvh - 30px); overflow-y: auto; padding: clamp(24px, 5vw, 52px); }
.checkout-form .dialog-header h2 { font-size: clamp(36px, 5vw, 56px); }
.form-intro { max-width: 620px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 28px 0; }
.field { min-width: 0; display: grid; gap: 6px; color: var(--ink); font-size: 12px; font-weight: 600; }
.field--wide { grid-column: 1 / -1; }
.field small { color: var(--muted); font-weight: 400; }
.field input, .field select, .field textarea { width: 100%; min-height: 46px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 0; color: var(--ink); background: white; font: 400 15px 'DM Sans', sans-serif; }
.field textarea { min-height: 84px; resize: vertical; }
.field input:disabled { color: var(--muted); background: #e5e3dc; }
.ruo-acceptance { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin: 22px 0; font-size: 12px; line-height: 1.5; }
.ruo-acceptance input { width: 18px; height: 18px; margin: 1px 0 0; }
.form-error { padding: 12px; border: 1px solid var(--rust); color: #7b321f; background: #fff4ef; font-size: 13px; }
.payment-boundary { margin: 13px 0 0; color: var(--muted); text-align: center; font-size: 10px; }
.state-page { min-height: 100dvh; padding: clamp(20px, 8vw, 100px); display: grid; place-items: center; background: var(--ink); }
.state-card { width: min(720px, 100%); padding: clamp(28px, 6vw, 68px); background: var(--paper); box-shadow: var(--shadow); }
.state-brand { margin-bottom: 55px; }
.state-brand img { filter: brightness(.35); }
.state-card h1 { margin-bottom: 26px; color: var(--ink); font-size: clamp(42px, 7vw, 72px); }
.state-card > p:not(.eyebrow) { color: var(--muted); }
.state-card > .button { margin-top: 28px; }
.state-card section { margin-top: 30px; padding-block: 20px; border-block: 1px solid var(--line); }
.state-card section h2 { font-size: 24px; }
.state-card section ul { padding: 0; list-style: none; }
.state-card section li, .state-card section dl > div { padding: 8px 0; display: flex; justify-content: space-between; gap: 20px; border-bottom: 1px solid var(--line); font-size: 13px; }
.state-card section dd { margin: 0; font-weight: 600; }
.cart-glance { margin: 10px 0 0; color: var(--muted); font: 600 13px/1.4 'Manrope', sans-serif; }
.cart-feedback { position: fixed; z-index: 110; left: 50%; bottom: 24px; width: min(560px, calc(100vw - 32px)); transform: translateX(-50%); display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px 18px; color: white; background: var(--ink); border: 1px solid rgba(255,255,255,.22); box-shadow: var(--shadow); }
.cart-feedback p { margin: 0; font-size: 13px; line-height: 1.5; }
.cart-feedback__actions { display: flex; align-items: center; gap: 8px; }
.cart-feedback .button { min-height: 40px; padding: 10px 15px; border-color: var(--mint); white-space: nowrap; }
.cart-feedback__close { width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.35); color: white; background: transparent; font-size: 24px; line-height: 1; cursor: pointer; }
.toast { position: fixed; z-index: 100; left: 50%; bottom: 24px; transform: translate(-50%, 130%); opacity: 0; background: var(--ink); color: white; padding: 12px 18px; box-shadow: var(--shadow); font-size: 12px; transition: .25s ease; pointer-events: none; }
.toast.is-visible { transform: translate(-50%, 0); opacity: 1; }
@keyframes dialog-in { from { opacity: 0; transform: translateY(15px) scale(.99); } }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto auto; gap: 12px; }
  .site-header nav { position: absolute; top: 78px; left: 0; width: 100%; padding: 20px clamp(18px, 4vw, 40px); display: none; grid-template-columns: 1fr 1fr; gap: 0; background: rgba(42,55,46,.98); border-top: 1px solid rgba(255,255,255,.12); box-shadow: 0 18px 36px rgba(0,0,0,.24); }
  .site-header nav.is-open { display: grid; }
  .site-header nav a { padding: 14px 0; border-bottom-color: rgba(255,255,255,.16); }
  .nav-toggle { display: block; }
  .hero { grid-template-columns: minmax(0, 1fr) minmax(270px, .55fr); gap: 34px; min-height: 740px; }
  .trust-strip { grid-template-columns: 1fr 1fr; }
  .trust-strip span:nth-child(2) { border-right: 0; }
  .program-overview { grid-template-columns: minmax(0, .75fr) minmax(380px, 1fr); gap: 55px; }
  .program-overview__media, .program-overview__media > img { min-height: 560px; height: 560px; }
  .journey-grid { grid-template-columns: 1fr 1fr; }
  .journey-grid li:nth-child(odd) { border-left: 1px solid var(--line); }
  .client-trust { grid-template-columns: 1fr; }
  .availability-group__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .quality { gap: 6vw; }
  .guide-grid { grid-template-columns: 1fr; }
  .guide-grid article { margin: 0 0 -1px; }
  .guide-grid h3 { min-height: 0; }
  .cart-layout { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .demo-notice { padding: 14px 18px; grid-template-columns: 1fr; gap: 6px; }
  .demo-notice strong { white-space: normal; }
  .demo-notice p { font-size: 12px; line-height: 1.45; }
  .site-header { height: 68px; padding-inline: 18px; }
  .brand img { width: 140px; }
  .site-header nav { top: 68px; grid-template-columns: 1fr; }
  .cart-trigger > span:first-child { display: none; }
  .hero { min-height: auto; padding: 115px 22px 50px; grid-template-columns: 1fr; align-items: start; }
  .hero__image { object-position: 66% center; opacity: .52; }
  .hero__wash { background: linear-gradient(0deg, rgba(42,55,46,.98) 0%, rgba(42,55,46,.89) 64%, rgba(37,49,41,.78) 100%); }
  h1 { font-size: clamp(49px, 15vw, 70px); }
  .hero__lead { font-size: 16px; }
  .hero__care-card { padding: 23px; }
  .trust-strip { padding: 16px 8px; }
  .trust-strip span { padding: 10px 12px; }
  .section { padding-inline: 18px; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .section-heading h2 { font-size: clamp(43px, 13vw, 59px); }
  .program-overview { grid-template-columns: 1fr; gap: 48px; }
  .program-overview__media { min-height: 400px; }
  .program-overview__media > img { height: 400px; min-height: 400px; }
  .program-overview__media > div { right: 10px; bottom: -24px; width: calc(100% - 20px); }
  .program-overview h2, .client-trust h2 { font-size: clamp(43px, 13vw, 59px); }
  .program-principles { grid-template-columns: 1fr; }
  .program-principles article { padding-block: 18px; border-bottom: 1px solid var(--line); }
  .program-principles h3 { margin-top: 10px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-grid li { min-height: 255px; padding: 24px; border-left: 1px solid var(--line); }
  .journey-grid h3 { margin-top: 54px; }
  .client-trust__grid { grid-template-columns: 1fr; }
  .client-trust__grid article { min-height: 205px; }
  .catalog-context { grid-template-columns: 1fr; gap: 12px; }
  .catalog-fallback ul { grid-template-columns: 1fr; }
  .brand-section__header { align-items: start; flex-direction: column; gap: 10px; }
  .brand-section__header > p { text-align: left; }
  .availability-group__grid { grid-template-columns: 1fr; }
  .catalog-toolbar { flex-wrap: wrap; }
  .catalog-toolbar > span { width: 100%; margin: 8px 0 0; }
  .product-visual { min-height: 265px; }
  .product-visual--photo img { height: 265px; min-height: 265px; }
  .quality, .handling, .faq { grid-template-columns: 1fr; }
  .quality__intro, .faq__heading { position: static; }
  .quality h2 { font-size: clamp(43px, 13vw, 58px); }
  .handling__copy { font-size: 16px; }
  footer { grid-template-columns: 1fr; }
  footer > p, footer > small { justify-self: start; }
  footer > .footer__contact { grid-column: auto; }
  .legal-header { min-height: 76px; padding-inline: 18px; }
  .legal-header .brand img { width: 140px; }
  .legal-header__return { font-size: 12px; }
  .legal-main { width: calc(100% - 28px); padding-block: 38px 72px; }
  .legal-intro { align-items: flex-start; flex-direction: column; gap: 7px; }
  .legal-document { padding: 30px 20px 40px; }
  .legal-document h1 { font-size: clamp(39px, 12vw, 54px); }
  .legal-document h2 { font-size: clamp(24px, 8vw, 32px); }
  .product-detail__layout { grid-template-columns: 1fr; }
  .product-detail__visual { min-height: 250px; }
  .product-detail__visual .product-vial { transform: scale(1.05); }
  .product-detail__copy { max-height: none; overflow: visible; }
  .product-dialog, .research-dialog, .cart-dialog, .checkout-dialog { width: calc(100vw - 16px); max-height: calc(100dvh - 16px); }
  .checkout-form { max-height: calc(100dvh - 16px); padding: 20px 14px; }
  .form-grid { grid-template-columns: 1fr; }
  .field--wide { grid-column: auto; }
  .research-dialog__shell { max-height: calc(100dvh - 16px); padding: 26px 22px 32px; }
  .research-dialog h2 { font-size: clamp(36px, 11vw, 49px); }
  .cart-shell { max-height: calc(100dvh - 16px); padding: 20px 14px; }
  .cart-shell .dialog-header h2 { font-size: clamp(34px, 12vw, 48px); }
  .cart-layout { grid-template-columns: minmax(0,1fr); }
  .checkout { padding: 20px 14px; }
  .cart-feedback { bottom: 82px; grid-template-columns: 1fr; gap: 12px; padding: 14px; }
  .cart-feedback__actions { justify-content: space-between; }
}

@media (max-width: 350px) {
  body { font-size: 15px; }
  .brand img { width: 126px; }
  .hero { padding-inline: 16px; }
  .hero__actions .button { width: 100%; }
  .trust-strip { grid-template-columns: 1fr; }
  .trust-strip span { border-right: 0; border-bottom: 1px solid rgba(16,42,35,.18); }
  .trust-strip span:last-child { border-bottom: 0; }
  .section { padding-inline: 14px; }
  footer { padding-inline: 18px; }
  footer > div { gap-inline: 18px; }
  .legal-header { align-items: flex-start; flex-direction: column; gap: 8px; padding-block: 15px; }
  .legal-main { width: calc(100% - 20px); }
  .legal-document { padding-inline: 16px; }
  .filter { padding-inline: 11px; }
  .product-card__body { padding: 19px; }
  .dialog-header h2 { font-size: 34px; }
  .cart-item { grid-template-columns: 48px 1fr; }
  .cart-item__swatch { width: 48px; }
  .cart-item > strong { grid-column: 2; }
}

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

/* John — anonymous catalog and checkout help */
.whatsapp-contact { position: fixed; z-index: 79; left: clamp(14px, 2.2vw, 30px); bottom: clamp(14px, 2.2vw, 28px); min-height: 54px; padding: 7px 18px 7px 8px; border: 1px solid rgba(255,255,255,.32); border-radius: 999px; display: flex; gap: 10px; align-items: center; color: white; background: #237c53; box-shadow: 0 12px 36px rgba(16,42,35,.25); text-decoration: none; }
.whatsapp-contact:hover { background: #1d6d48; }
.whatsapp-contact svg { width: 39px; height: 39px; padding: 8px; flex: 0 0 auto; border-radius: 50%; fill: #237c53; background: white; }
.whatsapp-contact strong { font-size: 13px; }
.john-chat { position: fixed; z-index: 80; right: clamp(14px, 2.2vw, 30px); bottom: clamp(14px, 2.2vw, 28px); display: grid; justify-items: end; gap: 12px; font-family: 'DM Sans', system-ui, sans-serif; }
.john-chat__trigger { min-height: 54px; padding: 7px 18px 7px 8px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; display: flex; gap: 10px; align-items: center; color: white; background: var(--ink-deep); box-shadow: 0 12px 36px rgba(16,42,35,.25); cursor: pointer; }
.john-chat__trigger > span { width: 39px; height: 39px; border-radius: 50%; display: grid; place-items: center; color: var(--ink-deep); background: var(--mint); font: 600 17px/1 'Manrope', sans-serif; }
.john-chat__trigger strong { font-size: 13px; }
.john-chat__panel { width: min(390px, calc(100vw - 28px)); height: min(610px, calc(100dvh - 96px)); border: 1px solid var(--line); border-radius: 14px; display: grid; grid-template-rows: auto auto minmax(100px, 1fr) auto auto auto; overflow: hidden; color: var(--ink); background: var(--paper); box-shadow: 0 28px 80px rgba(16,42,35,.28); }
.john-chat__panel[hidden] { display: none; }
.john-chat__header { min-height: 72px; padding: 15px 16px; display: flex; justify-content: space-between; align-items: center; color: white; background: var(--ink-deep); }
.john-chat__header > div { display: grid; grid-template-columns: 10px 1fr; column-gap: 9px; align-items: center; }
.john-chat__header p, .john-chat__header small { grid-column: 2; margin: 0; }
.john-chat__header p { font: 600 14px/1.25 'Manrope', sans-serif; }
.john-chat__header small { margin-top: 3px; color: rgba(255,255,255,.68); font-size: 11px; }
.john-chat__presence { width: 8px; height: 8px; border-radius: 50%; grid-row: 1 / 3; background: #91d3b2; box-shadow: 0 0 0 3px rgba(145,211,178,.14); }
.john-chat__header button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: transparent; cursor: pointer; font-size: 22px; }
.john-chat__ruo { padding: 10px 16px; display: grid; grid-template-columns: auto 1fr; gap: 10px; align-items: center; border-bottom: 1px solid var(--line); background: var(--mint-light); font-size: 11px; line-height: 1.35; }
.john-chat__ruo strong { color: var(--rust-dark); text-transform: uppercase; letter-spacing: .08em; font-size: 9px; }
.john-chat__messages { min-height: 0; padding: 16px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; overscroll-behavior: contain; }
.john-chat__message { max-width: 90%; }
.john-chat__message strong { display: block; margin: 0 0 3px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.john-chat__message p { margin: 0; padding: 10px 12px; border-radius: 3px 12px 12px 12px; background: #e7eee9; font-size: 13px; line-height: 1.45; white-space: pre-wrap; overflow-wrap: anywhere; }
.john-chat__message--user { align-self: flex-end; }
.john-chat__message--user strong { text-align: right; }
.john-chat__message--user p { color: white; background: var(--forest); border-radius: 12px 3px 12px 12px; }
.john-chat__typing { max-width: 96%; }
.john-chat__typing-status { display: flex; gap: 9px; align-items: center; }
.john-chat__typing-dots { display: inline-flex; gap: 3px; flex: 0 0 auto; }
.john-chat__typing-dots i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; animation: john-typing 1s ease-in-out infinite; opacity: .35; }
.john-chat__typing-dots i:nth-child(2) { animation-delay: .15s; }
.john-chat__typing-dots i:nth-child(3) { animation-delay: .3s; }
@keyframes john-typing { 0%, 60%, 100% { transform: translateY(0); opacity: .35; } 30% { transform: translateY(-3px); opacity: 1; } }
.john-chat__suggestions { padding: 0 14px 10px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: thin; }
.john-chat__suggestions button { flex: 0 0 auto; max-width: 210px; padding: 7px 10px; border: 1px solid var(--line); border-radius: 999px; color: var(--ink-2); background: white; cursor: pointer; font-size: 11px; }
.john-chat__state { margin: 0 14px 9px; padding: 9px 10px; border: 1px solid rgba(189,97,66,.34); border-radius: 4px; display: flex; gap: 8px; justify-content: space-between; align-items: center; color: #733822; background: #fff1ea; font-size: 11px; }
.john-chat__state[hidden] { display: none; }
.john-chat__state button { padding: 5px 8px; border: 1px solid currentColor; border-radius: 3px; color: inherit; background: transparent; cursor: pointer; font-weight: 600; }
.john-chat__form { margin: 0 14px; padding: 5px; border: 1px solid var(--line); border-radius: 8px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px; background: white; }
.john-chat__form textarea { min-height: 43px; max-height: 100px; padding: 10px; resize: vertical; border: 0; outline: 0; color: var(--ink); background: transparent; font: 400 13px/1.4 inherit; }
.john-chat__form button { min-width: 70px; border: 0; border-radius: 5px; color: white; background: var(--rust); cursor: pointer; font-size: 12px; font-weight: 600; }
.john-chat__form button:disabled { opacity: .55; cursor: wait; }
.john-chat__privacy { margin: 7px 15px 11px; color: var(--muted); font-size: 9px; line-height: 1.35; text-align: center; }
.details-john-button { min-height: 48px; padding: 11px 16px; border: 1px solid var(--ink); border-radius: var(--radius); background: transparent; cursor: pointer; font-size: 12px; font-weight: 600; }

@media (max-width: 480px) {
  .whatsapp-contact { left: 8px; bottom: 8px; min-width: 50px; min-height: 50px; padding: 7px; }
  .whatsapp-contact svg { width: 35px; height: 35px; }
  .whatsapp-contact strong { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
  .john-chat { right: 8px; bottom: 8px; }
  .john-chat__panel { width: calc(100vw - 16px); height: min(620px, calc(100dvh - 78px)); }
  .john-chat__trigger { min-height: 50px; padding-right: 14px; }
  .john-chat__trigger > span { width: 35px; height: 35px; }
  .john-chat__messages { padding: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .john-chat *, .john-chat *::before, .john-chat *::after { scroll-behavior: auto !important; }
  .john-chat__typing-dots i { animation: none; opacity: .7; }
}
