:root{--ink:#17231f;--muted:#69746f;--bg:#f5f7f3;--paper:#fff;--green:#2f6b50;--green2:#79a987;--lime:#d9efb5;--line:#dfe7e1;--dark:#10241b;--shadow:0 20px 50px rgba(24,50,38,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fff;font-family:'Noto Sans JP',sans-serif;line-height:1.75}a{text-decoration:none;color:inherit}button,textarea{font:inherit}.shell{width:min(1180px,calc(100% - 40px));margin:auto}.site-header{position:sticky;top:0;z-index:30;height:76px;padding:0 4vw;display:flex;align-items:center;justify-content:space-between;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border-bottom:1px solid rgba(30,60,45,.08)}.site-header.compact{position:relative}.brand{display:flex;align-items:center;gap:10px;font-family:Outfit,sans-serif;font-weight:700;font-size:21px;letter-spacing:.04em}.brand-mark{width:36px;height:36px;border-radius:12px;display:grid;place-items:center;background:var(--dark);color:#fff}.site-header nav{display:flex;gap:28px;font-size:13px;font-weight:600;color:#43514a}.site-header nav a:hover{color:var(--green)}.header-cta,.primary-button,.line-button{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:var(--dark);color:#fff;font-weight:700;padding:13px 24px;transition:.2s}.header-cta{font-size:13px;padding:10px 19px}.header-cta:hover,.primary-button:hover,.line-button:hover{transform:translateY(-2px);box-shadow:0 12px 26px rgba(16,36,27,.18)}.hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f5f9f2 0%,#eef6e9 48%,#e0f0d8 100%)}.hero-inner{min-height:680px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:30px;padding:70px 0}.eyebrow{margin:0 0 15px;font-family:Outfit,sans-serif;font-size:12px;font-weight:700;letter-spacing:.18em;color:var(--green)}.eyebrow.light{color:#b7dec2}.hero h1,.section-heading h2,.concierge-copy h2,.about-grid h2,.line-card h2{margin:0;line-height:1.25;letter-spacing:-.04em}.hero h1{font-size:clamp(42px,5vw,69px)}.hero h1 em{font-style:normal;color:var(--green)}.hero-text{max-width:610px;margin:26px 0;color:#526159;font-size:17px}.hero-actions{display:flex;gap:24px;align-items:center}.text-button{font-size:14px;font-weight:700}.trust-row{display:flex;gap:22px;padding:0;margin:28px 0 0;list-style:none;color:#627069;font-size:12px}.trust-row li:before{content:'✓';margin-right:7px;color:var(--green);font-weight:800}.hero-visual{position:relative;height:510px}.visual-core{position:absolute;inset:55px 55px 40px 50px;border-radius:46% 54% 50% 50%;background:radial-gradient(circle at 30% 25%,#fff,#cde4bf 54%,#9cc595 100%);box-shadow:inset 0 0 50px rgba(255,255,255,.6),var(--shadow)}.bottle{position:absolute;left:45%;top:49%;transform:translate(-50%,-50%) rotate(-5deg);width:190px;height:270px;border-radius:22px 22px 38px 38px;background:linear-gradient(110deg,#fefefe,#d7ddd7);box-shadow:0 28px 35px rgba(40,71,54,.2);display:flex;flex-direction:column;align-items:center;justify-content:center}.bottle:before{content:'';position:absolute;top:-38px;width:126px;height:54px;border-radius:14px 14px 4px 4px;background:#1a3125}.bottle span{font:700 66px/1 Outfit;color:var(--green)}.bottle small{font:700 12px/1.4 Outfit;letter-spacing:.12em;text-align:center}.scoop{position:absolute;right:55px;bottom:58px;width:120px;height:48px;border-radius:40px;background:#fff;transform:rotate(24deg);box-shadow:0 15px 25px rgba(40,71,54,.14)}.scoop:after{content:'';position:absolute;right:-73px;top:16px;width:85px;height:16px;border-radius:10px;background:#fff}.floating-card{position:absolute;z-index:2;width:190px;padding:18px;border-radius:18px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);box-shadow:var(--shadow)}.floating-card span{display:block;font:700 10px Outfit;letter-spacing:.14em;color:var(--green)}.floating-card strong{display:block;font-size:20px;margin:4px 0}.floating-card small{font-size:11px;color:var(--muted)}.card-top{top:35px;right:5px}.card-bottom{bottom:30px;left:0}.hero-orb{position:absolute;border-radius:50%;filter:blur(2px);opacity:.45}.orb-one{width:240px;height:240px;background:#fff;left:-100px;top:40px}.orb-two{width:180px;height:180px;background:#b9d9a7;right:-60px;bottom:0}.section-space{padding:105px 0}.section-heading{text-align:center;max-width:760px;margin:0 auto 46px}.section-heading h2{font-size:clamp(31px,4vw,48px)}.section-heading p:last-child{color:var(--muted)}.section-heading.split{max-width:none;display:flex;text-align:left;align-items:end;justify-content:space-between}.section-heading.split>p{text-align:right}.goal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.goal-card{border:1px solid var(--line);background:var(--paper);border-radius:22px;padding:28px;text-align:left;cursor:pointer;transition:.2s}.goal-card:hover{transform:translateY(-5px);border-color:#aac9b4;box-shadow:var(--shadow)}.goal-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;background:#edf5e9;color:var(--green);font-size:24px}.goal-card strong{display:block;font-size:17px;margin:18px 0 5px}.goal-card small{color:var(--muted)}.concierge-section{background:var(--dark);color:#fff}.concierge-layout{display:grid;grid-template-columns:.82fr 1.18fr;gap:70px;align-items:center}.concierge-copy h2{font-size:clamp(32px,3.8vw,46px)}.concierge-copy>p:not(.eyebrow){color:#c4cec8}.concierge-points{margin-top:35px;display:grid;gap:16px}.concierge-points>div{display:flex;gap:15px;align-items:center}.concierge-points span{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;border:1px solid #547060;color:#b9e0c4;font:700 11px Outfit}.concierge-points p{margin:0}.concierge-points strong,.concierge-points small{display:block}.concierge-points small{color:#91a59a}.chat-panel{background:#f9fbf8;color:var(--ink);border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.22);overflow:hidden}.chat-head{height:78px;padding:0 25px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--line);background:#fff}.chat-head>div{display:grid;grid-template-columns:12px auto;column-gap:9px;align-items:center}.chat-head strong{grid-column:2;font-size:14px}.chat-head small{grid-column:2;color:var(--muted);font-size:10px}.online-dot{width:9px;height:9px;border-radius:50%;background:#54bc75;grid-row:1/3}.chat-head button{border:0;background:transparent;color:var(--muted);cursor:pointer;font-size:12px}.chat-messages{height:390px;overflow-y:auto;padding:25px;background:linear-gradient(#f9fbf8,#f2f6f1)}.message{display:flex;gap:10px;margin-bottom:18px}.message.user{justify-content:flex-end}.avatar{width:32px;height:32px;border-radius:10px;display:grid;place-items:center;background:var(--dark);color:#fff;font:700 13px Outfit;flex:0 0 auto}.bubble{max-width:82%;padding:14px 16px;border-radius:8px 18px 18px 18px;background:#fff;box-shadow:0 8px 20px rgba(35,60,47,.07);font-size:13px;line-height:1.7}.message.user .bubble{background:var(--green);color:#fff;border-radius:18px 8px 18px 18px}.chat-products{display:grid;gap:10px;margin:8px 0 18px 42px}.chat-product{display:grid;grid-template-columns:62px 1fr auto;gap:12px;align-items:center;background:#fff;padding:10px;border:1px solid var(--line);border-radius:14px}.chat-product img,.chat-product .mini-placeholder{width:62px;height:62px;object-fit:contain;border-radius:10px;background:#eef4eb}.mini-placeholder{display:grid;place-items:center;color:var(--green);font-weight:800}.chat-product strong{display:block;font-size:12px;line-height:1.45}.chat-product p{margin:4px 0 0;font-size:10px;color:var(--muted);line-height:1.5}.chat-product a{padding:8px 11px;border-radius:999px;background:var(--dark);color:#fff;font-size:10px;font-weight:700}.quick-prompts{padding:10px 22px 0;display:flex;gap:8px;background:#fff}.quick-prompts button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:7px 12px;font-size:11px;cursor:pointer}.chat-form{display:flex;gap:10px;padding:14px 22px;background:#fff}.chat-form textarea{flex:1;resize:none;border:1px solid var(--line);border-radius:16px;padding:12px 14px;outline:none;min-height:48px;max-height:120px}.chat-form textarea:focus{border-color:#84ae91}.chat-form button{width:48px;height:48px;border:0;border-radius:15px;background:var(--green);color:#fff;font-size:22px;cursor:pointer}.chat-caption{margin:0;padding:0 22px 15px;background:#fff;color:#89948e;font-size:9px}.product-section{background:#fff}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{border:1px solid var(--line);border-radius:22px;overflow:hidden;background:#fff;transition:.2s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{position:relative;height:235px;background:#f4f7f2;display:block}.product-media img{width:100%;height:100%;object-fit:contain;padding:20px}.image-placeholder{width:100%;height:100%;display:grid;place-items:center;text-align:center;color:#79a083;background:linear-gradient(135deg,#eff5eb,#dfead9);font:700 22px/1.2 Outfit;letter-spacing:.08em}.image-placeholder.large{min-height:430px;border-radius:22px}.product-badge{position:absolute;left:14px;top:14px;background:rgba(16,36,27,.88);color:#fff;padding:6px 10px;border-radius:999px;font-size:9px;font-weight:700}.product-body{padding:19px}.product-shop{font-size:9px;color:var(--green);font-weight:700;margin:0 0 7px}.product-body h3{font-size:14px;line-height:1.55;margin:0;min-height:66px}.product-copy{font-size:11px;color:var(--muted);height:52px;overflow:hidden}.product-meta{display:flex;justify-content:space-between;align-items:end;margin:15px 0}.product-meta strong{font:700 20px Outfit}.product-meta span{font-size:9px;color:var(--muted)}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.product-actions a{border:1px solid var(--line);border-radius:999px;padding:9px;text-align:center;font-size:10px;font-weight:700}.product-actions .shop-button{background:var(--green);color:#fff;border-color:var(--green)}.line-section{padding-bottom:110px}.line-card{border-radius:28px;padding:55px 60px;background:linear-gradient(120deg,#e8f4df,#cde8ce);display:flex;justify-content:space-between;align-items:center}.line-card h2{font-size:36px}.line-card p:last-child{max-width:700px;color:#54645a}.line-button{background:#2daf64;min-width:230px;gap:20px}.about-section{background:var(--bg)}.about-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:100px}.about-grid h2{font-size:44px}.about-grid>div:last-child{color:#57645d}.about-grid>div:last-child p{margin-top:0;margin-bottom:20px}footer{background:#0b1c14;color:#fff;padding:70px 0 25px}.footer-inner{display:flex;justify-content:space-between}.brand.inverse .brand-mark{background:#dff0c2;color:#173421}.footer-inner>div:first-child p{max-width:450px;color:#97a9a0;font-size:12px}.footer-links{display:grid;grid-template-columns:1fr 1fr;gap:14px 30px;font-size:12px}.footer-bottom{border-top:1px solid #274035;margin-top:45px;padding-top:20px;display:flex;justify-content:space-between;color:#768a80;font-size:10px}.product-page{padding:55px 0 100px}.back-link{font-size:12px;color:var(--green)}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:60px;margin-top:30px}.product-detail-media img{width:100%;height:500px;object-fit:contain;background:#f5f7f3;border-radius:24px}.product-detail-body{padding-top:35px}.product-detail-body h1{font-size:34px;line-height:1.45}.product-detail-body .lead{color:var(--muted)}.detail-price{font:700 34px Outfit;margin:25px 0 5px}.detail-price span{font:400 11px 'Noto Sans JP'}.rating,.shop-name{font-size:12px;color:var(--muted)}.primary-button.full{width:100%;margin-top:22px}.affiliate-note{font-size:9px;color:#89948e}.detail-copy{margin-top:60px;border-top:1px solid var(--line);padding-top:35px;max-width:850px}.detail-copy h2{font-size:24px}.detail-copy p{font-size:13px;color:#57645d}.loading-dots{display:inline-flex;gap:5px}.loading-dots i{width:6px;height:6px;border-radius:50%;background:#789087;animation:bounce 1s infinite}.loading-dots i:nth-child(2){animation-delay:.15s}.loading-dots i:nth-child(3){animation-delay:.3s}@keyframes bounce{50%{transform:translateY(-5px)}}@media(max-width:1000px){.site-header nav{display:none}.hero-inner,.concierge-layout{grid-template-columns:1fr}.hero-visual{height:430px}.goal-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.concierge-layout{gap:45px}.section-heading.split,.line-card{align-items:flex-start;flex-direction:column;gap:25px}.section-heading.split>p{text-align:left}.about-grid{gap:50px}.product-detail{grid-template-columns:1fr}}@media(max-width:640px){.shell{width:min(100% - 24px,1180px)}.site-header{height:64px;padding:0 14px}.header-cta{padding:8px 13px}.hero-inner{padding:55px 0 35px;min-height:auto}.hero h1{font-size:40px}.hero-text{font-size:14px}.hero-actions{align-items:flex-start;flex-direction:column;gap:12px}.trust-row{flex-wrap:wrap;gap:8px 15px}.hero-visual{height:330px}.visual-core{inset:35px 20px}.bottle{width:140px;height:205px}.bottle:before{width:92px;height:40px;top:-29px}.bottle span{font-size:48px}.scoop{display:none}.floating-card{width:150px;padding:12px}.floating-card strong{font-size:15px}.card-top{right:0}.card-bottom{left:0}.section-space{padding:72px 0}.section-heading{text-align:left}.section-heading h2,.concierge-copy h2,.about-grid h2{font-size:32px}.goal-grid,.product-grid{grid-template-columns:1fr}.goal-card{padding:22px}.concierge-section{padding:70px 0}.chat-messages{height:350px;padding:16px}.bubble{max-width:88%}.chat-products{margin-left:0}.chat-product{grid-template-columns:54px 1fr}.chat-product a{grid-column:2}.quick-prompts{overflow-x:auto}.product-media{height:280px}.line-card{padding:34px 25px}.line-card h2{font-size:28px}.line-button{width:100%}.about-grid{grid-template-columns:1fr;gap:25px}.footer-inner,.footer-bottom{flex-direction:column;gap:28px}.footer-links{grid-template-columns:1fr}.product-detail{gap:20px}.product-detail-media img{height:340px}.product-detail-body h1{font-size:25px}}

/* ===== LAB HERO 20260712 START ===== */

.lab-hero {
  position: relative;
  overflow: hidden;
  color: #17231f;
  background:
    radial-gradient(circle at 17% 18%, rgba(225, 244, 227, .82), transparent 28%),
    radial-gradient(circle at 86% 36%, rgba(219, 239, 222, .86), transparent 30%),
    linear-gradient(180deg, #fbfdfb 0%, #f1f8f2 72%, #edf6ef 100%);
}

.lab-hero__main {
  position: relative;
  z-index: 3;
  min-height: 530px;
  padding-top: 58px;
  padding-bottom: 34px;
}

.lab-hero__copy {
  position: relative;
  z-index: 4;
  width: min(100%, 900px);
  margin: 0 auto;
  text-align: center;
}

.lab-hero__title {
  margin: 0;
  color: #111b16;
  font-size: clamp(34px, 3.4vw, 52px);
  font-weight: 800;
  line-height: 1.38;
  letter-spacing: -.035em;
}

.lab-hero__description {
  margin: 18px auto 24px;
  color: #3f4d46;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

.lab-hero__search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(100%, 760px);
  height: 58px;
  margin: 0 auto;
  padding-left: 26px;
  border: 1px solid rgba(37, 83, 58, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 14px 38px rgba(24, 70, 45, .11);
}

.lab-hero__search input {
  min-width: 0;
  flex: 1;
  height: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #1c2922;
  background: transparent;
  font-size: 14px;
}

.lab-hero__search input::placeholder {
  color: #8b9690;
}

.lab-hero__search-tools {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-right: 7px;
}

.lab-hero__search-tools button,
.lab-hero__search-submit {
  display: grid;
  place-items: center;
  border: 0;
  cursor: pointer;
}

.lab-hero__search-tools button {
  width: 34px;
  height: 34px;
  padding: 8px;
  border-radius: 50%;
  color: #26352d;
  background: transparent;
}

.lab-hero__search-tools button:hover {
  background: #eff6f1;
}

.lab-hero__search-tools svg,
.lab-hero__search-submit svg,
.lab-stat-card__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.lab-hero__search-submit {
  width: 48px;
  height: 48px;
  margin-right: 5px;
  padding: 13px;
  border-radius: 50%;
  color: #fff;
  background: #087a4b;
  box-shadow: 0 8px 22px rgba(8, 122, 75, .25);
}

.lab-hero__search-submit:hover {
  background: #066d42;
}

.lab-hero__keywords {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-top: 12px;
  white-space: nowrap;
  font-size: 11px;
}

.lab-hero__keywords > span {
  color: #26362e;
  font-weight: 600;
}

.lab-hero__keywords a {
  padding: 5px 13px;
  border: 1px solid rgba(48, 78, 61, .09);
  border-radius: 999px;
  color: #33443a;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 4px 12px rgba(29, 58, 42, .04);
}

.lab-hero__keywords a:hover {
  color: #087a4b;
  border-color: rgba(8, 122, 75, .22);
}

.lab-hero__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  width: min(100%, 950px);
  margin: 32px auto 0;
}

.lab-stat-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 92px;
  padding: 15px 17px;
  border: 1px solid rgba(32, 73, 49, .08);
  border-radius: 13px;
  text-align: left;
  background: rgba(255, 255, 255, .91);
  box-shadow: 0 11px 30px rgba(31, 62, 44, .07);
}

.lab-stat-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 39px;
  width: 39px;
  height: 39px;
  padding: 9px;
  border-radius: 50%;
  color: #087a4b;
  background: #e8f5ed;
}

.lab-stat-card p {
  margin: 0 0 2px;
  color: #49584f;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4;
}

.lab-stat-card strong {
  display: block;
  color: #102c1e;
  font-family: Outfit, sans-serif;
  font-size: 21px;
  line-height: 1.15;
}

.lab-stat-card strong small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 9px;
  font-weight: 600;
}

.lab-stat-card span {
  display: block;
  margin-top: 5px;
  color: #008b51;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.3;
}

.lab-hero__decoration,
.lab-hero__lab {
  position: absolute;
  z-index: 1;
  display: block;
  pointer-events: none;
  user-select: none;
}

.lab-hero__decoration--left {
  top: 68px;
  left: -115px;
  width: 330px;
  opacity: .93;
  transform: rotate(-5deg);
}

.lab-hero__decoration--right {
  top: 30px;
  right: 34px;
  width: 142px;
  opacity: .9;
}

.lab-hero__lab {
  top: 74px;
  right: -42px;
  width: min(38vw, 520px);
  opacity: .57;
  filter: saturate(.88);
}

.lab-hero__category-area {
  position: relative;
  z-index: 5;
  padding: 17px 0 20px;
  border-top: 1px solid rgba(36, 74, 50, .06);
  background: rgba(255, 255, 255, .42);
  backdrop-filter: blur(8px);
}

.lab-hero__categories {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 13px;
}

.lab-category-card {
  display: grid;
  grid-template-columns: 76px 1fr;
  align-items: center;
  min-width: 0;
  min-height: 78px;
  overflow: hidden;
  border: 1px solid rgba(41, 74, 55, .07);
  border-radius: 12px;
  background: rgba(255, 255, 255, .83);
  box-shadow: 0 7px 21px rgba(28, 60, 41, .045);
  transition: transform .2s, box-shadow .2s;
}

.lab-category-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(28, 60, 41, .09);
}

.lab-category-card__image {
  display: block;
  width: 76px;
  height: 100%;
  min-height: 78px;
  background:
    radial-gradient(circle at 50% 50%, rgba(225, 239, 228, .7), transparent 58%),
    linear-gradient(135deg, #f4f8f5, #eaf2ec);
}

.lab-category-card__text {
  display: block;
  min-width: 0;
  padding: 10px 8px 10px 13px;
}

.lab-category-card__text strong,
.lab-category-card__text small {
  display: block;
}

.lab-category-card__text strong {
  overflow: hidden;
  color: #1c2a22;
  font-size: 12px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lab-category-card__text small {
  margin-top: 4px;
  color: #65726b;
  font-size: 8px;
}

.lab-hero__category-next {
  position: absolute;
  top: 50%;
  right: -14px;
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  padding: 0 0 3px;
  border: 1px solid rgba(34, 65, 46, .1);
  border-radius: 50%;
  color: #30513f;
  background: #fff;
  box-shadow: 0 8px 22px rgba(28, 58, 41, .12);
  cursor: pointer;
  transform: translateY(-50%);
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 1000px) {
  .lab-hero__main {
    min-height: 520px;
  }

  .lab-hero__lab {
    right: -100px;
    width: 500px;
  }

  .lab-hero__decoration--left {
    left: -165px;
  }

  .lab-stat-card {
    padding: 13px;
  }

  .lab-stat-card__icon {
    display: none;
  }
}

@media (max-width: 640px) {
  .lab-hero {
    background:
      radial-gradient(circle at 100% 28%, rgba(218, 240, 221, .82), transparent 36%),
      linear-gradient(180deg, #fbfdfb 0%, #f1f8f2 72%, #edf6ef 100%);
  }

  .lab-hero__main {
    min-height: 520px;
    padding-top: 31px;
    padding-bottom: 18px;
  }

  .lab-hero__copy {
    text-align: left;
  }

  .lab-hero__title {
    position: relative;
    z-index: 4;
    max-width: 315px;
    font-size: 27px;
    line-height: 1.48;
    letter-spacing: -.035em;
  }

  .lab-hero__description {
    position: relative;
    z-index: 4;
    max-width: 300px;
    margin: 12px 0 18px;
    font-size: 10px;
    line-height: 1.75;
  }

  .lab-hero__search {
    z-index: 5;
    width: 100%;
    height: 46px;
    padding-left: 15px;
  }

  .lab-hero__search input {
    font-size: 11px;
  }

  .lab-hero__search-tools {
    gap: 0;
    margin-right: 1px;
  }

  .lab-hero__search-tools button {
    width: 28px;
    height: 28px;
    padding: 7px;
  }

  .lab-hero__search-submit {
    display: none;
  }

  .lab-hero__keywords {
    position: relative;
    z-index: 5;
    justify-content: flex-start;
    gap: 6px;
    width: calc(100vw - 24px);
    margin-top: 9px;
    padding-bottom: 3px;
    overflow-x: auto;
    scrollbar-width: none;
    font-size: 9px;
  }

  .lab-hero__keywords::-webkit-scrollbar {
    display: none;
  }

  .lab-hero__keywords a {
    flex: 0 0 auto;
    padding: 4px 10px;
  }

  .lab-hero__stats {
    position: relative;
    z-index: 5;
    grid-template-columns: repeat(4, minmax(78px, 1fr));
    gap: 6px;
    width: 100%;
    margin-top: 23px;
  }

  .lab-stat-card {
    display: block;
    min-height: 79px;
    padding: 9px 6px;
    border-radius: 9px;
    text-align: center;
  }

  .lab-stat-card__icon {
    display: grid;
    width: 25px;
    height: 25px;
    margin: 0 auto 5px;
    padding: 6px;
  }

  .lab-stat-card p {
    margin-bottom: 1px;
    font-size: 7px;
  }

  .lab-stat-card strong {
    font-size: 14px;
  }

  .lab-stat-card strong small {
    font-size: 6px;
  }

  .lab-stat-card span {
    margin-top: 3px;
    font-size: 6px;
  }

  .lab-hero__lab {
    top: 122px;
    right: -52px;
    width: 235px;
    opacity: .78;
  }

  .lab-hero__decoration--left {
    display: none;
  }

  .lab-hero__decoration--right {
    top: 43px;
    right: 4px;
    width: 91px;
    opacity: .85;
  }

  .lab-hero__category-area {
    padding: 13px 0 15px;
  }

  .lab-hero__categories {
    display: flex;
    gap: 8px;
    width: calc(100% - 12px);
    margin-left: 12px;
    padding-right: 14px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .lab-hero__categories::-webkit-scrollbar {
    display: none;
  }

  .lab-category-card {
    flex: 0 0 128px;
    grid-template-columns: 1fr;
    min-height: 113px;
    text-align: center;
  }

  .lab-category-card__image {
    width: 100%;
    height: 72px;
    min-height: 72px;
  }

  .lab-category-card__text {
    padding: 7px 5px 8px;
  }

  .lab-category-card__text strong {
    font-size: 10px;
  }

  .lab-category-card__text small {
    margin-top: 2px;
    font-size: 7px;
  }

  .lab-hero__category-next {
    display: none;
  }
}

/* ===== LAB HERO 20260712 END ===== */

/* ===== CATEGORY IMAGE 20260712 START ===== */

.lab-category-card__image {
  position: relative;
  overflow: hidden;
}

.lab-category-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  padding: 6px;
}

/* ===== CATEGORY IMAGE 20260712 END ===== */

/* Chat: optional LINE continuation */
.chat-line-cta{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:14px 0 6px 48px;padding:16px 18px;border:1px solid rgba(24,143,96,.22);border-radius:16px;background:#f2fbf6}.chat-line-cta strong{display:block;margin-bottom:4px}.chat-line-cta p{margin:0;font-size:13px;line-height:1.6;color:#53645b}.chat-line-cta a{flex:0 0 auto;padding:10px 14px;border-radius:999px;background:#16a05d;color:#fff;text-decoration:none;font-weight:700;font-size:13px}@media(max-width:640px){.chat-line-cta{margin-left:0;align-items:flex-start;flex-direction:column}.chat-line-cta a{width:100%;text-align:center}}

/* ===== PUBLIC CATALOG 20260726 START ===== */
.lab-hero__search-tools{display:none}.lab-hero__stats--public{grid-template-columns:repeat(4,1fr);max-width:950px}.lab-hero__stats--public .lab-stat-card__icon{font-size:11px;font-weight:800}.lab-hero__categories{grid-template-columns:repeat(6,1fr)}.lab-category-card.is-active{border-color:#2f6b50;box-shadow:0 10px 28px rgba(28,60,41,.13)}.product-search-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:-18px 0 28px;padding:16px 18px;border:1px solid var(--line);border-radius:16px;background:#f7faf6}.product-search-summary>div{display:flex;align-items:center;flex-wrap:wrap;gap:9px}.product-search-summary strong{margin-left:6px}.product-search-summary>a{font-size:12px;font-weight:700;color:var(--green)}.search-chip{display:inline-flex;padding:6px 10px;border-radius:999px;background:#e9f3e7;color:#355443;font-size:11px}.pagination{display:flex;align-items:center;justify-content:center;gap:22px;margin-top:42px}.pagination a{padding:10px 16px;border:1px solid var(--line);border-radius:999px;font-size:12px;font-weight:700}.pagination span{font-size:12px;color:var(--muted)}.empty-products{padding:56px 30px;border:1px solid var(--line);border-radius:24px;text-align:center;background:#f7faf6}.empty-products h3{margin:0 0 10px;font-size:22px}.empty-products p{max-width:650px;margin:0 auto 24px;color:var(--muted)}.offer-section{margin:65px 0 30px}.offer-section h2{font-size:26px}.offer-list{display:grid;gap:12px}.offer-row{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:22px;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.offer-row strong,.offer-row small{display:block}.offer-row small{margin-top:4px;color:var(--muted);font-size:10px}.offer-row p{margin:0;font-weight:800}.offer-row a{padding:10px 15px;border-radius:999px;background:var(--green);color:#fff;font-size:11px;font-weight:700}.detail-copy h3{margin-top:28px;font-size:17px}.simple-page{max-width:860px;padding:90px 0 120px}.simple-page h1{font-size:clamp(34px,5vw,54px);line-height:1.3}.simple-page h2{margin-top:42px;font-size:22px}.simple-page p{color:#56635c}.policy-updated{margin-top:52px;font-size:12px}.product-meta strong{white-space:nowrap}
@media(max-width:1000px){.lab-hero__categories{grid-template-columns:repeat(3,1fr)}.lab-hero__stats--public{grid-template-columns:repeat(4,1fr)}.offer-row{grid-template-columns:1fr auto}.offer-row a{grid-column:1/3;text-align:center}}
@media(max-width:640px){.lab-hero__search-submit{display:grid;flex:0 0 40px;width:40px;height:40px}.lab-hero__stats--public{grid-template-columns:repeat(2,minmax(0,1fr))}.lab-hero__stats--public .lab-stat-card{min-height:88px}.product-search-summary{align-items:flex-start;flex-direction:column}.offer-row{grid-template-columns:1fr}.offer-row a{grid-column:auto}.simple-page{padding:65px 0 90px}}
/* ===== PUBLIC CATALOG 20260726 END ===== */

/* Chat: deterministic next actions */
.chat-next-actions{
  margin:14px 0 22px 42px;
  padding:15px 16px 17px;
  border:1px solid var(--line);
  border-radius:16px;
  background:#fff;
}
.chat-next-actions>p{
  margin:0 0 12px;
  color:var(--muted);
  font-size:12px;
  line-height:1.6;
}
.chat-next-actions__list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.chat-next-action{
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  width:100%;
  min-width:0;
  min-height:82px;
  margin:0;
  padding:14px 38px 14px 16px;
  border:0;
  border-radius:14px;
  background:var(--green);
  color:#fff;
  text-align:left;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(31,104,72,.12);
  transition:transform .15s ease,box-shadow .15s ease;
}
.chat-next-action:hover{
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(31,104,72,.18);
}
.chat-next-action__title{
  display:block;
  font-size:14px;
  font-weight:700;
  line-height:1.45;
  overflow-wrap:anywhere;
}
.chat-next-action__description{
  display:block;
  margin-top:6px;
  font-size:11px;
  font-weight:400;
  line-height:1.55;
  opacity:.88;
  overflow-wrap:anywhere;
}
.chat-next-action__arrow{
  position:absolute;
  top:50%;
  right:15px;
  transform:translateY(-50%);
  font-size:25px;
  font-weight:400;
  line-height:1;
  opacity:.78;
}
.chat-next-action:disabled{
  opacity:.55;
  cursor:default;
  transform:none;
}
@media(max-width:640px){
  .chat-next-actions{
    margin:14px 0 22px;
    padding:14px;
  }
  .chat-next-actions__list{
    grid-template-columns:1fr;
    row-gap:14px;
  }
  .chat-next-action{
    min-height:0;
    padding-top:14px;
    padding-bottom:14px;
  }
}

