:root {
  --hub-green-950: #102c28;
  --hub-green-800: #1d5147;
  --hub-green-700: #276457;
  --hub-green-100: #e7f0eb;
  --hub-ink: #18221f;
  --hub-muted: #58645f;
  --hub-line: #d9e2dd;
  --hub-sand: #f6f6f1;
  --hub-white: #ffffff;
  --hub-violet: #5f3a78;
  --hub-violet-soft: #f1ebf5;
  --hub-mint: #dbeee1;
  --hub-focus: #b85c24;
  --hub-radius-sm: 10px;
  --hub-radius: 16px;
  --hub-radius-lg: 24px;
  --hub-shadow: 0 18px 42px rgba(16,44,40,.08);
  --hub-container: 1240px;
}

html { scroll-behavior: smooth; }
body { overflow-x: hidden; color: var(--hub-ink); background: var(--hub-white); }
body, input, textarea, select, button { font-family: Poppins, Arial, sans-serif; }
main { min-width: 0; }
img, iframe { max-width: 100%; }
a { text-underline-offset: .18em; }

.skip-link {
  position: fixed; left: 16px; top: -64px; z-index: 10000; padding: 12px 16px;
  color: var(--hub-white); background: var(--hub-green-950); border-radius: 8px;
}
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--hub-focus) !important; outline-offset: 3px; }

.navbar {
  position: sticky !important; top: 0; z-index: 1000; background: rgba(255,255,255,.97) !important;
  border-bottom: 1px solid var(--hub-line); box-shadow: 0 2px 14px rgba(16,44,40,.05);
}
.nav-container { max-width: 1240px !important; min-height: 72px; padding: 10px 28px !important; gap: 20px; }
.logo-img { max-height: 48px; width: auto; }
.nav-links { gap: 24px !important; }
.nav-links a { color: var(--hub-ink) !important; font-size: 14px !important; font-weight: 600 !important; }
.nav-links a.active, .nav-links a:hover { color: var(--hub-green-700) !important; }
.nav-about-menu { position: relative; }
.nav-about-menu summary { list-style: none; cursor: pointer; color: var(--hub-ink); font-size: 14px; font-weight: 600; }
.nav-about-menu summary::-webkit-details-marker { display: none; }
.nav-about-menu summary::after { content: '⌄'; margin-left: 5px; color: var(--hub-green-700); font-size: 13px; }
.nav-about-menu[open] summary { color: var(--hub-green-700); }
.nav-about-menu__panel { position: absolute; top: calc(100% + 13px); left: -16px; z-index: 20; display: grid !important; gap: 4px; min-width: 244px; padding: 10px; border: 1px solid var(--hub-line); border-radius: 10px; background: var(--hub-white); box-shadow: 0 16px 34px rgba(16,44,40,.13); }
.nav-about-menu__panel a { display: flex !important; align-items: center; width: 100%; min-height: 42px; padding: 9px 10px; border-radius: 7px; white-space: normal; }
.nav-about-menu__panel a:hover { background: var(--hub-green-100); }
.cart-icon { color: var(--hub-green-800) !important; min-width: 44px; min-height: 44px; display: inline-grid !important; place-items: center; }
.public-menu-toggle {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center; border: 1px solid var(--hub-line);
  border-radius: 8px; color: var(--hub-green-950); background: var(--hub-white); font-size: 20px; cursor: pointer;
}

.scientific-hub-intro {
  position: relative; isolation: isolate; overflow: hidden;
  display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr); gap: 48px;
  max-width: 1240px; margin: 0 auto; padding: clamp(56px, 9vw, 118px) 28px 64px;
  background:
    radial-gradient(ellipse 72% 92% at 104% 12%, rgba(181, 216, 194, .72) 0%, rgba(218, 237, 222, .5) 43%, transparent 71%),
    radial-gradient(circle at 72% 81%, rgba(255, 255, 255, .9) 0 3%, transparent 3.4%),
    radial-gradient(circle at 89% 58%, rgba(255, 255, 255, .7) 0 1.4%, transparent 1.8%),
    linear-gradient(118deg, #fcfdf9 0%, #f1f7f0 44%, #e4f0e7 72%, #fafbf7 100%);
}
.scientific-hub-intro::before,
.scientific-hub-intro::after {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
}
.scientific-hub-intro::before {
  top: -30px; right: -64px; width: min(49vw, 560px); height: min(49vw, 560px); opacity: .64;
  background:
    radial-gradient(ellipse 74% 48% at 72% 46%, transparent 0 56%, rgba(92, 151, 127, .2) 56.3% 58%, transparent 58.4%),
    radial-gradient(ellipse 72% 47% at 71% 46%, transparent 0 70%, rgba(255, 255, 255, .82) 70.3% 72%, transparent 72.4%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 560 560' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23276557' stroke-opacity='.22' stroke-width='1.4'%3E%3Cpath d='M258 94 344 145 332 244 427 293 402 397M178 174l80-80m74 150 92 49m-246-119 154 70'/%3E%3C/g%3E%3Cg fill='%23fff' fill-opacity='.72' stroke='%23276557' stroke-opacity='.3' stroke-width='1.3'%3E%3Ccircle cx='258' cy='94' r='8'/%3E%3Ccircle cx='344' cy='145' r='6'/%3E%3Ccircle cx='332' cy='244' r='10'/%3E%3Ccircle cx='427' cy='293' r='7'/%3E%3Ccircle cx='402' cy='397' r='9'/%3E%3Ccircle cx='178' cy='174' r='5'/%3E%3C/g%3E%3C/svg%3E") center / contain no-repeat;
}
.scientific-hub-intro::after {
  left: -92px; bottom: -118px; width: 314px; height: 314px; opacity: .46;
  background:
    radial-gradient(ellipse 38% 65% at 73% 22%, rgba(111, 167, 133, .36) 0 48%, transparent 49%),
    radial-gradient(ellipse 38% 65% at 48% 18%, rgba(143, 188, 158, .27) 0 48%, transparent 49%),
    url("data:image/svg+xml,%3Csvg viewBox='0 0 310 310' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23276557' stroke-opacity='.43' stroke-width='2'%3E%3Cpath d='M108 86h58m-44 0v52l-36 82c-7 16 5 34 22 34h58c17 0 29-18 22-34l-36-82V86'/%3E%3Cpath d='M97 208h80M112 184c19 8 38 8 58 0'/%3E%3C/g%3E%3Ccircle cx='205' cy='100' r='8' fill='%23fff' fill-opacity='.65'/%3E%3Ccircle cx='229' cy='139' r='5' fill='%23fff' fill-opacity='.65'/%3E%3C/svg%3E") 54% 44% / 75% no-repeat;
}
.scientific-hub-intro__content, .scientific-hub-intro__framework { position: relative; z-index: 1; }
.scientific-hub-intro__content { max-width: 750px; }
.scientific-hub-intro__eyebrow, .scientific-hub-intro__label {
  margin: 0 0 12px; color: var(--hub-green-700); font-size: 12px; letter-spacing: .14em; font-weight: 800; text-transform: uppercase;
}
.scientific-hub-intro__positioning { margin: 0 0 18px; font-weight: 700; color: var(--hub-green-950); font-size: clamp(15px, 2vw, 18px); }
.scientific-hub-intro h1 { margin: 0; color: var(--hub-green-950); font-size: clamp(40px, 5.4vw, 72px); line-height: 1.05; letter-spacing: -.04em; }
.scientific-hub-intro__narrative { max-width: 690px; margin: 24px 0 30px; color: var(--hub-muted); font-size: 17px; line-height: 1.75; }
.scientific-hub-intro__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.scientific-hub-intro__question { max-width: 650px; margin: 30px 0 0; padding: 15px 18px; border-left: 3px solid var(--hub-violet); background: rgba(255,255,255,.66); }
.scientific-hub-intro__question span { display: block; margin-bottom: 5px; color: var(--hub-violet); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.scientific-hub-intro__question p { margin: 0; color: var(--hub-green-950); font-size: 15px; font-weight: 650; line-height: 1.6; }
.scientific-hub-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 12px 18px; border: 1px solid var(--hub-green-800); border-radius: 7px; font-size: 14px; font-weight: 700; text-decoration: none; }
.scientific-hub-button--primary { color: var(--hub-white); background: var(--hub-green-800); }
.scientific-hub-button--primary:hover { background: var(--hub-green-950); }
.scientific-hub-button--secondary { color: var(--hub-green-950); background: transparent; }
.scientific-hub-button--secondary:hover { background: var(--hub-green-100); }
.scientific-hub-intro__framework { display: grid; align-content: center; gap: 24px; }
.scientific-hub-intro__framework > div { padding: 24px; border: 1px solid rgba(203, 220, 210, .94); border-radius: 12px; background: rgba(255,255,255,.88); box-shadow: 0 18px 42px rgba(16,44,40,.08), 0 2px 8px rgba(255,255,255,.72) inset; backdrop-filter: blur(3px); }
.scientific-hub-journey, .scientific-hub-pentahelix { margin: 0; padding: 0; list-style: none; }
.scientific-hub-journey { counter-reset: journey; display: grid; gap: 9px; }
.scientific-hub-journey li { display: flex; align-items: center; gap: 10px; color: var(--hub-ink); font-size: 13px; font-weight: 700; }
.scientific-hub-journey li::before { counter-increment: journey; content: counter(journey, decimal-leading-zero); color: var(--hub-green-700); font-size: 11px; }
.scientific-hub-journey li:not(:last-child)::after { content: '→'; margin-left: auto; color: #9aaba3; font-size: 16px; }
.scientific-hub-pentahelix { display: flex; flex-wrap: wrap; gap: 8px; }
.scientific-hub-pentahelix li { padding: 8px 10px; color: var(--hub-green-950); background: var(--hub-green-100); border-radius: 999px; font-size: 12px; font-weight: 700; }

.hub-audience-paths, .hub-innovation-story { max-width: var(--hub-container); margin-right: auto; margin-left: auto; }
.hub-audience-paths { padding: 86px 28px 72px; }
.hub-audience-paths__head { display: grid; grid-template-columns: minmax(280px,1fr) minmax(280px,.72fr); gap: 42px; align-items: end; margin-bottom: 30px; }
.hub-audience-paths h2, .hub-innovation-story h2 { margin: 0; color: var(--hub-green-950); font-size: clamp(28px,3.4vw,46px); line-height: 1.13; letter-spacing: -.04em; }
.hub-audience-paths__head > p { max-width: 500px; margin: 0; color: var(--hub-muted); font-size: 15px; line-height: 1.75; }
.hub-audience-paths__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 14px; }
.hub-audience-card { min-height: 250px; display: flex; flex-direction: column; align-items: flex-start; padding: 26px; border: 1px solid var(--hub-line); border-radius: var(--hub-radius); background: linear-gradient(145deg,#fff,#f6faf6); box-shadow: 0 12px 28px rgba(16,44,40,.045); }
.hub-audience-card:nth-child(2) { background: linear-gradient(145deg,#f0f7f0,#e5f0e8); }
.hub-audience-card:nth-child(3) { background: linear-gradient(145deg,#fbf9fc,#f1ebf5); }
.hub-audience-card h3 { margin: 0 0 12px; color: var(--hub-green-950); font-size: 20px; line-height: 1.25; }
.hub-audience-card p { margin: 0; color: var(--hub-muted); font-size: 14px; line-height: 1.75; }
.hub-text-link { display: inline-flex; gap: 8px; margin-top: auto; padding-top: 20px; color: var(--hub-green-700); font-size: 13px; font-weight: 800; text-decoration: none; }
.hub-text-link:hover { color: var(--hub-violet); }

.hub-innovation-story { display: grid; grid-template-columns: minmax(0,1fr) minmax(330px,.9fr); overflow: hidden; margin-bottom: 86px; border: 1px solid var(--hub-line); border-radius: var(--hub-radius-lg); background: #f8fbf7; box-shadow: var(--hub-shadow); }
.hub-innovation-story__media { min-height: 470px; background: var(--hub-green-950); }
.hub-innovation-story__media img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.84) contrast(1.03); }
.hub-innovation-story__content { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(30px,4vw,58px); background: linear-gradient(145deg,#f9fcf8,#edf5ee); }
.hub-innovation-story__content > p:not(.hub-kicker) { margin: 22px 0 25px; color: var(--hub-muted); font-size: 15px; line-height: 1.78; }
.hub-innovation-story ol { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; width: 100%; margin: 0 0 30px; padding: 0; list-style: none; }
.hub-innovation-story li { display: flex; flex-direction: column; gap: 6px; min-height: 74px; padding: 12px; border: 1px solid #cfdfd3; border-radius: 9px; background: rgba(255,255,255,.7); color: var(--hub-green-950); font-size: 12px; font-weight: 750; line-height: 1.35; }
.hub-innovation-story li span { color: var(--hub-violet); font-size: 10px; font-weight: 800; letter-spacing: .1em; }
.hub-innovation-story .scientific-hub-button { width: auto; }

.scientific-hub-event { margin-top: 0 !important; }
.scientific-hub-event .hero-content { max-width: 1240px; }
.scientific-hub-event h2 { font-size: clamp(30px, 4vw, 48px) !important; line-height: 1.15 !important; }

.profile-teaser { max-width: 1240px; margin: 0 auto; padding: 0 28px 72px; background: linear-gradient(180deg, var(--hub-white), #f8fbf7); }
.profile-teaser__inner { display: grid; grid-template-columns: minmax(170px,.48fr) minmax(0,1.25fr) auto; gap: 28px; align-items: center; padding: 30px 34px; border: 1px solid var(--hub-line); border-radius: 14px; background: linear-gradient(115deg, #f8fbf7, #eff6ef); box-shadow: 0 16px 38px rgba(16,44,40,.06); }
.profile-teaser__eyebrow, .profile-kicker { margin: 0; color: var(--hub-green-700); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.profile-teaser h2 { margin: 0 0 8px; color: var(--hub-green-950); font-size: clamp(22px,2.6vw,32px); line-height: 1.2; }
.profile-teaser p:not(.profile-teaser__eyebrow) { max-width: 650px; margin: 0; color: var(--hub-muted); font-size: 14px; line-height: 1.7; }
.about-profile-callout { margin: 34px 0; padding: 24px 26px; border-left: 4px solid var(--hub-green-700); border-radius: 0 12px 12px 0; background: var(--hub-green-100); }
.about-profile-callout > p, .about-profile-callout h2, .about-profile-callout span { margin: 0; text-align: left !important; }
.about-profile-callout > p { color: var(--hub-green-700) !important; font-size: 12px !important; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.about-profile-callout h2 { margin-top: 8px; color: var(--hub-green-950); font-size: 22px; }
.about-profile-callout span { display: block; margin-top: 6px; color: var(--hub-muted); font-size: 14px; }
.about-profile-callout a { display: inline-flex; gap: 8px; margin-top: 16px; color: var(--hub-green-800); font-weight: 800; }

body[data-public-template="layanan"] .layanan-hero,
body[data-public-template="produk"] .produk-hero,
body[data-public-template="news"] .news-header {
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse 58% 130% at 100% 0%, rgba(201, 225, 208, .65) 0%, transparent 72%),
    linear-gradient(118deg, #fbfdf9 0%, #f0f7f0 58%, #e5f0e8 100%) !important;
  border: 1px solid var(--hub-line) !important;
  box-shadow: 0 16px 38px rgba(16,44,40,.06);
}
body[data-public-template="layanan"] .layanan-hero,
body[data-public-template="produk"] .produk-hero { border-radius: 0 0 20px 20px; }
body[data-public-template="news"] .news-header { border-width: 0 0 1px !important; }
body[data-public-template="produk"] .produk-hero p,
body[data-public-template="layanan"] .layanan-hero p { max-width: 760px; }
body[data-public-template="news"] .news-card,
body[data-public-template="produk"] .produk-card { border-color: var(--hub-line) !important; }

.layanan-hero, .news-header, .toko-hero, .tentang-page, .produk-hero {
  border-color: var(--hub-line) !important;
}
.layanan-hero, .news-header { background: var(--hub-sand) !important; }
.layanan-hero h1, .news-header h1, .tentang-page h1, .toko-hero h1, .produk-hero h1, .produk-hero h2 { color: var(--hub-green-950) !important; letter-spacing: -.025em; }
.layanan-hero p, .tentang-page p, .news-header p { color: var(--hub-muted) !important; line-height: 1.75; }
.partner-bar, .partner-logos { border-color: var(--hub-line) !important; opacity: .9; }

.layanan-card, .berita-card, .related-card, .toko-card, .galeri-item, .testimoni-card {
  border-color: var(--hub-line) !important; border-radius: 10px !important; box-shadow: 0 8px 24px rgba(16,44,40,.05) !important;
}
.layanan-card:hover, .berita-card:hover, .toko-card:hover { box-shadow: 0 14px 32px rgba(16,44,40,.12) !important; }
.layanan-card h3, .berita-card h3, .toko-card h3, .toko-main h2 { color: var(--hub-green-950) !important; }
.layanan-card p, .berita-card p, .toko-card p { color: var(--hub-muted) !important; }
.berita-section, .layanan-section, .galeri-section, .news-body, .toko-body, .tentang-body, .mitra-kami-section { max-width: 1240px; }
.toko-sidebar, .toko-main-header { border-color: var(--hub-line) !important; }
.toko-sidebar a.active, .toko-sidebar a:hover { color: var(--hub-green-700) !important; }
.btn-selengkapnya, .btn-lebih-detail, .btn-hubungi-outline { border-color: var(--hub-green-700) !important; color: var(--hub-green-700) !important; }
.btn-selengkapnya:hover, .btn-lebih-detail:hover, .btn-hubungi-outline:hover { color: var(--hub-white) !important; background: var(--hub-green-700) !important; }
.btn-kirim, .btn-kirim-permintaan, .btn-kirim-pesan { min-height: 46px; background: var(--hub-green-800) !important; }
input, textarea, select { border-color: #bccbc3 !important; }
input:focus, textarea:focus, select:focus { border-color: var(--hub-green-700) !important; box-shadow: 0 0 0 3px rgba(39,100,87,.14) !important; }
.footer { border-top: 1px solid var(--hub-line); }

/* Shared editorial system for pages that retain their established content structure. */
.hub-kicker { margin: 0 0 10px; color: var(--hub-green-700); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hub-page-context, .hub-about-journey, .hub-store-note, .hub-editorial-brief { max-width: var(--hub-container); margin-left: auto; margin-right: auto; }
.hub-page-context { display: grid; grid-template-columns: minmax(260px,.78fr) minmax(360px,1.22fr); gap: 28px 48px; align-items: start; margin-top: 42px; margin-bottom: 72px; padding: 36px; border: 1px solid var(--hub-line); border-radius: var(--hub-radius-lg); background: linear-gradient(125deg, #fcfdf9, #edf6ef 58%, #f8faf6); box-shadow: var(--hub-shadow); }
.hub-page-context h2, .hub-about-journey h2 { margin: 0; color: var(--hub-green-950); font-size: clamp(25px,3vw,39px); line-height: 1.18; letter-spacing: -.035em; }
.hub-page-context > p { margin: 0; align-self: center; color: var(--hub-muted); font-size: 15px; line-height: 1.78; }
.hub-page-context .scientific-hub-button { width: fit-content; grid-column: 1; }
.hub-page-context--services { grid-template-columns: minmax(255px,.72fr) minmax(360px,1.28fr); }
.hub-context-note { grid-column: 1 / -1; display: grid; grid-template-columns: minmax(200px,.68fr) 1.32fr; gap: 18px; padding-top: 20px; border-top: 1px solid var(--hub-line); color: var(--hub-muted); font-size: 14px; line-height: 1.7; }
.hub-context-note strong { color: var(--hub-green-950); }
.hub-context-note span { display: block; }
.hub-process { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 10px; margin: 0; padding: 0; list-style: none; counter-reset: none; }
.hub-process li { position: relative; min-height: 87px; display: flex; flex-direction: column; justify-content: flex-end; gap: 11px; padding: 14px; color: var(--hub-green-950); border: 1px solid #cfe0d4; border-radius: var(--hub-radius-sm); background: rgba(255,255,255,.76); font-size: 13px; font-weight: 750; line-height: 1.32; }
.hub-process li span { color: var(--hub-violet); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.hub-process li:not(:last-child)::after { content: '→'; position: absolute; right: -16px; top: 35px; z-index: 1; color: var(--hub-green-700); font-weight: 800; }
.hub-page-context--products { grid-template-columns: minmax(280px,1fr) minmax(270px,.8fr); align-items: center; background: linear-gradient(118deg, #f9fbf7, #e9f2e9 58%, #f1ebf5); }
.hub-page-context--products .scientific-hub-button { grid-column: 1 / -1; }
.hub-about-journey { display: grid; grid-template-columns: minmax(260px,.75fr) 1.25fr; gap: 38px; align-items: center; margin-top: 46px; margin-bottom: 44px; padding: 34px; border-top: 1px solid var(--hub-line); border-bottom: 1px solid var(--hub-line); }
.hub-store-note { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-top: 28px; padding: 15px 20px; border-left: 4px solid var(--hub-violet); background: var(--hub-violet-soft); color: #3e3448; font-size: 13px; line-height: 1.65; }
.hub-store-note p { margin: 0; }
.hub-store-note a { flex: 0 0 auto; color: var(--hub-violet); font-weight: 800; text-decoration: none; }
.hub-editorial-brief { display: grid; grid-template-columns: 190px minmax(0,620px); gap: 28px; align-items: start; padding: 28px 28px 34px; }
.hub-editorial-brief .hub-kicker { margin: 4px 0 0; }
.hub-editorial-brief p:last-child { max-width: 620px; margin: 0; color: var(--hub-muted); font-size: 16px; line-height: 1.75; }

.hub-home-news { background: #f7faf6 !important; }
.hub-home-news .berita-header { max-width: 820px; }
.hub-home-news .berita-header .hub-kicker { margin-bottom: 12px; }
.hub-editorial-feature { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,.88fr); max-width: var(--hub-container); margin: 0 auto 30px; overflow: hidden; border: 1px solid var(--hub-line); border-radius: var(--hub-radius); background: var(--hub-white); box-shadow: var(--hub-shadow); }
.hub-editorial-feature__media { min-height: 350px; background: var(--hub-green-950); }
.hub-editorial-feature__media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hub-editorial-feature__body { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(26px,3.5vw,46px); }
.hub-editorial-feature__label { margin: 0 0 12px; color: var(--hub-violet); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hub-editorial-feature h3 { margin: 0; color: var(--hub-green-950); font-size: clamp(23px,2.5vw,34px); line-height: 1.18; letter-spacing: -.03em; }
.hub-editorial-feature h3 a { color: inherit; text-decoration: none; }
.hub-editorial-feature__body > p:not(.hub-editorial-feature__label) { margin: 16px 0; color: var(--hub-muted); font-size: 14px; line-height: 1.75; }
.hub-editorial-feature__body > span { color: var(--hub-muted); font-size: 12px; font-weight: 650; }
.hub-editorial-feature .hub-text-link { margin-top: 22px; padding-top: 0; }
.hub-home-news__action { margin-top: 42px; text-align: center; }

body[data-public-template="layanan"] .layanan-grid,
body[data-public-template="layanan"] .layanan-grid-full { max-width: var(--hub-container); margin-left: auto; margin-right: auto; }
body[data-public-template="layanan"] .layanan-card { overflow: hidden; background: var(--hub-white); }
body[data-public-template="layanan"] .layanan-card img { filter: saturate(.86) contrast(1.02); }
body[data-public-template="layanan"] .testimonial-section { max-width: var(--hub-container); margin: 0 auto 76px; border-radius: var(--hub-radius); }
body[data-public-template="produk"] .trust-section { margin-top: 38px; }
body[data-public-template="produk"] .trust-shell { border-color: var(--hub-line) !important; border-radius: var(--hub-radius) !important; background: linear-gradient(120deg, #f8fbf7, #edf6ef) !important; }
body[data-public-template="produk"] .trust-card { border-color: var(--hub-line) !important; border-radius: var(--hub-radius-sm) !important; }
body[data-public-template="toko"] .toko-hero { position: relative; overflow: hidden; background: linear-gradient(120deg, #102c28, #1d5147 62%, #315c4c) !important; }
body[data-public-template="toko"] .toko-hero::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 90% 20%, rgba(219,238,225,.35), transparent 28%), linear-gradient(90deg, rgba(16,44,40,.22), transparent); }
body[data-public-template="toko"] .toko-hero-inner { position: relative; z-index: 1; }
body[data-public-template="toko"] .toko-hero h1 { color: var(--hub-white) !important; }
body[data-public-template="toko"] .toko-body { margin-top: 28px; }
body[data-public-template="toko"] .toko-card { overflow: hidden; }
body[data-public-template="toko"] .toko-card img { background: #f7faf7; }
body[data-public-template="news"] .news-body { padding-top: 12px; }
body[data-public-template="news"] .news-card { overflow: hidden; background: var(--hub-white); }
body[data-public-template="news"] .news-card-title { line-height: 1.38 !important; }
body[data-public-template="tentang"] .tentang-page { position: relative; overflow: hidden; background: linear-gradient(122deg, #fbfdf9, #eef6ef 62%, #f4f0f7) !important; }
body[data-public-template="tentang"] .tentang-body { font-size: 16px; line-height: 1.85; }
body[data-public-template="tentang"] .visi-misi { border-color: var(--hub-line) !important; border-radius: var(--hub-radius) !important; background: #fbfdf9 !important; }

/* Article and product details share the same colour and interaction language. */
body[data-public-template="article"] .article-wrap,
body[data-public-template="product-detail"] .product-wrap { max-width: 1180px; }
body[data-public-template="article"] .article-breadcrumb,
body[data-public-template="product-detail"] .product-breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 22px; color: var(--hub-muted); font-size: 12px; }
body[data-public-template="article"] .article-breadcrumb a,
body[data-public-template="product-detail"] .product-breadcrumb a { color: var(--hub-green-700); font-weight: 700; }
body[data-public-template="article"] .article-kicker,
body[data-public-template="product-detail"] .product-price,
body[data-public-template="product-detail"] .spec-card strong { color: var(--hub-violet) !important; }
body[data-public-template="product-detail"] .product-kicker { margin: 0 0 10px; color: var(--hub-green-700); font-size: 12px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
body[data-public-template="article"] .article-meta,
body[data-public-template="product-detail"] .docs { border-color: var(--hub-line) !important; border-radius: var(--hub-radius-sm) !important; background: #f6faf5 !important; }
body[data-public-template="article"] .article-content { max-width: 760px; }
body[data-public-template="article"] .article-content p { color: #29322f; }
body[data-public-template="article"] .article-cover img,
body[data-public-template="product-detail"] .product-media { border-radius: var(--hub-radius) !important; }
body[data-public-template="article"] .related-card,
body[data-public-template="product-detail"] .related-card,
body[data-public-template="product-detail"] .spec-card { border-color: var(--hub-line) !important; border-radius: var(--hub-radius-sm) !important; }

@media (max-width: 1050px) and (min-width: 801px) {
  .scientific-hub-intro { gap: 34px; padding-top: clamp(60px, 8vw, 86px); }
  .scientific-hub-intro::before { width: 430px; height: 430px; opacity: .46; }
  .scientific-hub-intro::after { width: 270px; height: 270px; opacity: .32; }
  .profile-teaser__inner { grid-template-columns: minmax(150px,.45fr) minmax(0,1fr); }
  .profile-teaser__inner > .scientific-hub-button { grid-column: 2; width: fit-content; }
}

@media (max-width: 1120px) {
  .nav-container { min-height: 64px; padding: 8px 18px !important; flex-wrap: nowrap !important; }
  .logo { margin-right: auto; }
  .logo-img { max-height: 40px; }
  .public-menu-toggle { display: inline-flex; order: 2; }
  .cart-icon { order: 3; }
  .nav-links {
    display: none !important; position: absolute; top: calc(100% + 1px); left: 0; right: 0; margin: 0 !important;
    padding: 14px 18px 22px !important; gap: 4px !important; flex-direction: column; align-items: stretch !important;
    background: var(--hub-white); border-bottom: 1px solid var(--hub-line); box-shadow: 0 16px 25px rgba(16,44,40,.1);
  }
  .nav-links.is-open { display: flex !important; }
  .nav-links > a, .nav-about-menu summary { display: flex; align-items: center; min-height: 52px; padding: 12px 14px; border: 1px solid transparent; border-radius: 9px; }
  .nav-links > a { background: var(--hub-white); }
  .nav-links > a:hover, .nav-links > a:focus-visible { background: var(--hub-green-100); border-color: #c8dcd0; }
  .nav-about-menu { width: 100%; margin: 2px 0; }
  .nav-about-menu summary { background: #f8fbf8; border-color: #dbe8df; }
  .nav-about-menu[open] summary { background: var(--hub-green-100); border-color: #c8dcd0; }
  .nav-about-menu__panel { position: static; min-width: 0; margin: 8px 0 12px; padding: 6px 0 0 14px; border: 0; border-left: 2px solid var(--hub-green-700); border-radius: 0; box-shadow: none; background: transparent; }
  .nav-about-menu__panel a { display: flex; align-items: center; min-height: 48px; margin: 0 0 4px; padding: 10px 13px; border: 1px solid #dbe8df; border-radius: 8px; background: var(--hub-white); }
  .nav-about-menu__panel a:hover, .nav-about-menu__panel a:focus-visible { background: var(--hub-green-100); border-color: #c8dcd0; }
  .nav-links .lang-switch { margin: 8px 0 0 !important; width: fit-content; }
  .scientific-hub-intro {
    grid-template-columns: 1fr; gap: 28px; padding: 54px 18px 46px;
    background:
      radial-gradient(ellipse 105% 55% at 104% 4%, rgba(190, 221, 201, .58) 0%, transparent 70%),
      linear-gradient(180deg, #fcfdf9 0%, #edf5ee 100%);
  }
  .scientific-hub-intro::before { top: -64px; right: -116px; width: 360px; height: 360px; opacity: .29; }
  .scientific-hub-intro::after { left: -126px; bottom: -166px; width: 270px; height: 270px; opacity: .22; }
  .scientific-hub-intro h1 { font-size: clamp(38px, 12vw, 54px); }
  .scientific-hub-intro__narrative { font-size: 15px; }
  .scientific-hub-intro__question { margin-top: 24px; }
  .scientific-hub-intro__framework > div { padding: 18px; }
  .scientific-hub-button { width: 100%; }
  .scientific-hub-event h2 { font-size: 29px !important; }
  .layanan-hero, .news-header { padding-left: 18px !important; padding-right: 18px !important; }
  .profile-teaser { padding: 0 18px 54px; }
  .profile-teaser__inner { grid-template-columns: 1fr; gap: 22px; }
  .profile-teaser__inner { padding: 24px 20px; }
  .hub-page-context { grid-template-columns: 1fr; gap: 22px; margin-top: 28px; margin-bottom: 52px; padding: 26px 18px; border-radius: var(--hub-radius); }
  .hub-page-context .scientific-hub-button { grid-column: auto; width: 100%; }
  .hub-page-context--products .scientific-hub-button { grid-column: auto; }
  .hub-context-note, .hub-about-journey, .hub-editorial-brief { grid-template-columns: 1fr; }
  .hub-context-note { gap: 8px; }
  .hub-process { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .hub-process li { min-height: 78px; }
  .hub-process li:not(:last-child)::after { display: none; }
  .hub-about-journey { margin-top: 30px; padding: 26px 0; gap: 24px; }
  .hub-store-note { align-items: flex-start; flex-direction: column; margin: 18px 18px 0; padding: 14px 16px; }
  .hub-editorial-brief { padding: 22px 18px 26px; gap: 4px; }
  .hub-editorial-brief p:last-child { font-size: 15px; }
  .hub-audience-paths { padding: 58px 18px 52px; }
  .hub-audience-paths__head, .hub-innovation-story, .hub-editorial-feature { grid-template-columns: 1fr; gap: 20px; }
  .hub-audience-paths__head { margin-bottom: 22px; }
  .hub-audience-paths__grid { grid-template-columns: 1fr; }
  .hub-audience-card { min-height: 0; padding: 22px; }
  .hub-text-link { margin-top: 16px; }
  .hub-innovation-story { margin: 0 18px 58px; border-radius: var(--hub-radius); }
  .hub-innovation-story__media { min-height: 260px; }
  .hub-innovation-story__content { padding: 28px 20px; }
  .hub-editorial-feature { margin-right: 18px; margin-left: 18px; }
  .hub-editorial-feature__media { min-height: 230px; }
  .hub-editorial-feature__body { padding: 28px 20px; }
  .hub-home-news__action { margin-top: 32px; }
}

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