:root {
  --ink: #17211f;
  --ink-soft: #3f4b48;
  --muted: #66716e;
  --line: #d8dddb;
  --line-dark: #53605c;
  --paper: #ffffff;
  --surface: #f3f5f4;
  --surface-warm: #ebece8;
  --brand: #087f9e;
  --brand-dark: #075b78;
  --deep: #182622;
  --deep-2: #21332e;
  --success: #26704c;
  --error: #a1332e;
  --radius: 10px;
  --container: 1240px;
  --font-display: "DM Sans", "Inter", "Segoe UI", Arial, sans-serif;
  --font-text: "Inter", "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-text); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--brand-dark); outline-offset: 3px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; line-height: 1.15; letter-spacing: -.025em; text-wrap: balance; }
h1, h2, h3 { font-family: var(--font-display); }
h1 { font-size: clamp(2.35rem, 5vw, 4.9rem); }
h2 { font-size: clamp(1.8rem, 3.1vw, 2.75rem); }
h3 { font-size: 1.2rem; }
p { color: var(--ink-soft); text-wrap: pretty; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 999; padding: 10px 16px; background: var(--paper); border: 1px solid var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.eyebrow, .section-label { margin-bottom: 18px; color: var(--brand-dark); font-size: .76rem; font-weight: 500; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow-light, .section-label-light { color: #75d1dd; }
.section { padding: 96px 0; }
.section-tinted { background: var(--surface); }
.section-heading-row { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 40px; }
.section-heading-row h2 { max-width: 700px; margin-bottom: 0; }
.lead { max-width: 780px; font-size: clamp(1.15rem, 2vw, 1.45rem); line-height: 1.55; }
.meta { color: var(--muted); font-size: .82rem; }
.meta-light { margin: 0 0 6px; color: #aebbb7; font-size: .78rem; letter-spacing: .03em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; padding: 11px 22px; border: 1px solid transparent; border-radius: 5px; font-size: .91rem; font-weight: 500; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.button-primary { color: #fff; background: var(--brand); }
.button-primary:hover, .button-primary:focus-visible { background: var(--brand-dark); }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.45); }
.button-ghost:hover, .button-ghost:focus-visible { background: rgba(255,255,255,.1); border-color: #fff; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { background: #ecefed; }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button:disabled { cursor: not-allowed; opacity: .55; }
.text-link { display: inline-flex; gap: 12px; align-items: center; padding-bottom: 4px; border-bottom: 1px solid var(--ink); font-size: .9rem; font-weight: 500; }
.text-link:hover span { transform: translateX(4px); }
.text-link span { transition: transform .2s ease; }
.text-link-light { color: #fff; border-color: #8da098; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; height: 84px; background: rgba(255,255,255,.62); border-bottom: 1px solid rgba(227,232,230,.55); -webkit-backdrop-filter: blur(20px) saturate(140%); backdrop-filter: blur(20px) saturate(140%); box-shadow: 0 4px 18px rgba(16,33,29,.05); transition: background .28s ease, box-shadow .28s ease, border-color .28s ease; }
.site-header::after { position: absolute; right: 0; bottom: -1px; left: 0; height: 1px; background: linear-gradient(90deg,transparent 0%,rgba(8,127,158,.5) 24%,rgba(120,209,221,.55) 50%,rgba(8,127,158,.35) 76%,transparent 100%); content: ""; opacity: .85; }
.site-header.is-scrolled { background: rgba(255,255,255,.82); border-bottom-color: rgba(214,223,220,.8); box-shadow: 0 8px 28px rgba(16,33,29,.10); }
.site-header-video { position: fixed; right: 0; left: 0; color: #fff; background: transparent; border-bottom: 0; box-shadow: none; -webkit-backdrop-filter: none; backdrop-filter: none; }
.site-header-video::after { content: none; }
.site-header-video.is-scrolled { color: var(--ink); background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(214,223,220,.8); box-shadow: 0 8px 28px rgba(16,33,29,.10); -webkit-backdrop-filter: blur(20px) saturate(140%); backdrop-filter: blur(20px) saturate(140%); }
.header-inner { position: relative; display: flex; width: min(calc(100% - 48px),1480px); height: 100%; align-items: center; margin-inline: auto; }
.header-inner::before, .header-inner::after { display: none; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; }
.site-header .brand { position: relative; width: 258px; height: 100%; padding-right: 34px; }
.site-header .brand::after { position: absolute; top: 25px; right: 0; bottom: 25px; width: 1px; background: #e3e8e6; content: ""; }
.site-header.site-header-video .brand::after { display: none; }
.brand-logo { width: 215px; height: auto; }
.site-header .brand-logo { width: 218px; filter: none; opacity: 1; }
.brand-name { font-size: .92rem; font-weight: 500; letter-spacing: .18em; }
.site-nav { display: flex; height: 48px; align-items: stretch; gap: 3px; margin-left: auto; }
.nav-group { position: relative; display: flex; height: 100%; align-items: stretch; }
.site-nav > .nav-link, .nav-trigger { display: inline-flex; min-height: 100%; align-items: center; padding: 0 12px; color: #3f4b48; background: transparent; border: 0; border-radius: 9px; font: inherit; font-size: clamp(.71rem,.8vw,.79rem); white-space: nowrap; cursor: pointer; transition: color .18s ease, background .18s ease; }
.site-nav > .nav-link:hover, .nav-trigger:hover { color: #10213b; background: #f3f6f7; }
.nav-trigger[aria-current="page"], .site-nav > .nav-link[aria-current="page"], .nav-group.is-current .nav-trigger, .nav-group.is-open .nav-trigger { color: #10213b; background: #edf3f5; font-weight: 500; }
.nav-caret { width: 7px; height: 7px; margin: -4px 0 0 8px; border-right: 1px solid currentColor; border-bottom: 1px solid currentColor; transform: rotate(45deg); transition: transform .2s ease; }
.nav-group.is-open .nav-caret { margin-top: 3px; transform: rotate(225deg); }
.nav-panel { position: absolute; top: calc(100% + 10px); z-index: 60; visibility: hidden; padding: 20px; opacity: 0; background: rgba(255,255,255,.9); border: 1px solid rgba(218,227,224,.88); border-radius: 14px; box-shadow: 0 18px 45px rgba(16,33,29,.13),inset 0 1px rgba(255,255,255,.8); backdrop-filter: blur(18px) saturate(125%); transform: translateY(8px); pointer-events: none; transition: opacity .18s ease, transform .2s ease, visibility .18s ease; }
.company-nav-panel { left: 0; width: 310px; }
.product-mega-menu { left: 50%; width: min(900px,calc(100vw - 80px)); transform: translate(-38%,8px); }
.nav-panel-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 15px; padding-bottom: 13px; border-bottom: 1px solid #e6ebe9; }
.nav-panel-heading > span { color: #687470; font-size: .65rem; font-weight: 500; letter-spacing: .11em; text-transform: uppercase; }
.nav-panel-heading > a { color: #075b78; font-size: .72rem; font-weight: 500; }
.nav-panel-heading > a:hover, .nav-panel-heading > a:focus-visible { color: #10213b; }
.company-nav-links { display: grid; gap: 3px; }
.company-nav-links a { padding: 10px 12px; color: #34423e; border-radius: 8px; font-size: .8rem; transition: color .18s ease, background .18s ease; }
.company-nav-links a:hover, .company-nav-links a:focus-visible { color: #10213b; background: #f2f6f7; }
.product-mega-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; }
.product-mega-grid a { display: flex; min-width: 0; min-height: 126px; flex-direction: column; align-items: center; justify-content: center; gap: 20px; padding: 22px 14px 17px; background: #f7f9f9; border: 1px solid transparent; border-radius: 10px; transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease; }
.product-mega-grid a:hover, .product-mega-grid a:focus-visible, .product-mega-grid a[aria-current="page"] { background: #fff; border-color: #d7e1e3; box-shadow: 0 8px 20px rgba(16,33,29,.08); transform: translateY(-2px); }
.product-mega-grid img { width: auto; max-width: 92%; height: auto; max-height: 32px; object-fit: contain; }
.product-mega-grid span { color: #132849; font-size: .67rem; font-weight: 500; letter-spacing: .08em; }
.nav-investor { font-weight: 500; }
.header-contact { display: inline-flex; min-height: 44px; align-items: center; margin-left: 14px; padding: 10px 20px; color: #fff; background: #10213b; border: 1px solid #10213b; border-radius: 10px; font-size: .79rem; transition: background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
.header-contact:hover, .header-contact:focus-visible, .header-contact[aria-current="page"] { color: #fff; background: #087f9e; border-color: #087f9e; box-shadow: 0 7px 16px rgba(8,127,158,.18); transform: translateY(-1px); }
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; margin-left: auto; padding: 0; color: #10213b; background: #fff; border: 1px solid #d8e0dd; border-radius: 10px; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease; }
.menu-toggle:hover, .menu-toggle:focus-visible, .menu-toggle[aria-expanded="true"] { color: #10213b; background: #f2f6f7; border-color: #c4d1cc; }
.menu-toggle-lines { position: absolute; top: 50%; left: 50%; display: grid; width: 20px; gap: 4px; transform: translate(-50%,-50%); }
.menu-toggle-lines span { display: block; width: 100%; height: 2px; background: currentColor; transform-origin: center; transition: opacity .2s ease,transform .24s ease,width .2s ease; }
.menu-toggle-lines span:nth-child(2) { width: 14px; justify-self: end; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:first-child { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] .menu-toggle-lines span:last-child { transform: translateY(-6px) rotate(-45deg); }
.site-header-video .brand-logo { filter: brightness(0) invert(1); }
.site-header-video .site-nav > .nav-link, .site-header-video .nav-trigger { color: rgba(255,255,255,.84); }
.site-header-video .site-nav > .nav-link:hover, .site-header-video .nav-trigger:hover, .site-header-video .nav-trigger[aria-current="page"], .site-header-video .site-nav > .nav-link[aria-current="page"], .site-header-video .nav-group.is-current .nav-trigger, .site-header-video .nav-group.is-open .nav-trigger { color: #fff; background: rgba(255,255,255,.12); }
.site-header-video .header-contact { color: #111; background: #fff; border-color: #fff; }
.site-header-video .header-contact:hover, .site-header-video .header-contact:focus-visible, .site-header-video .header-contact[aria-current="page"] { color: #fff; background: transparent; border-color: rgba(255,255,255,.74); box-shadow: none; transform: none; }
.site-header-video .menu-toggle { color: #fff; background: transparent; border-color: rgba(255,255,255,.4); }
.site-header-video .menu-toggle:hover, .site-header-video .menu-toggle:focus-visible, .site-header-video .menu-toggle[aria-expanded="true"] { color: #fff; background: rgba(255,255,255,.12); border-color: rgba(255,255,255,.7); }
.site-header-video.is-scrolled .brand-logo { filter: none; }
.site-header-video.is-scrolled .site-nav > .nav-link, .site-header-video.is-scrolled .nav-trigger { color: #3f4b48; }
.site-header-video.is-scrolled .site-nav > .nav-link:hover, .site-header-video.is-scrolled .nav-trigger:hover, .site-header-video.is-scrolled .nav-trigger[aria-current="page"], .site-header-video.is-scrolled .site-nav > .nav-link[aria-current="page"], .site-header-video.is-scrolled .nav-group.is-current .nav-trigger, .site-header-video.is-scrolled .nav-group.is-open .nav-trigger { color: #10213b; background: #edf3f5; }
.site-header-video.is-scrolled .header-contact { color: #fff; background: #10213b; border-color: #10213b; }
.site-header-video.is-scrolled .header-contact:hover, .site-header-video.is-scrolled .header-contact:focus-visible, .site-header-video.is-scrolled .header-contact[aria-current="page"] { color: #fff; background: #087f9e; border-color: #087f9e; box-shadow: 0 7px 16px rgba(8,127,158,.18); transform: translateY(-1px); }
.site-header-video.is-scrolled .menu-toggle { color: #10213b; background: #fff; border-color: #d8e0dd; }
.site-header-video.is-scrolled .menu-toggle:hover, .site-header-video.is-scrolled .menu-toggle:focus-visible, .site-header-video.is-scrolled .menu-toggle[aria-expanded="true"] { color: #10213b; background: #f2f6f7; border-color: #c4d1cc; }
.site-header a:focus-visible, .site-header button:focus-visible { outline: 2px solid #087f9e; outline-offset: 2px; }
@media (min-width: 1025px) {
  .nav-group:hover > .nav-panel, .nav-group:focus-within > .nav-panel, .nav-group.is-open > .nav-panel { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .nav-products:hover > .product-mega-menu, .nav-products:focus-within > .product-mega-menu, .nav-products.is-open > .product-mega-menu { transform: translate(-38%,0); }
}
@supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
  .site-header, .site-header.is-scrolled { background: #fff; }
  .site-header-video { background: transparent; }
  .site-header-video.is-scrolled { background: #fff; }
  .nav-panel { background: #fff; }
}

/* Hero */
.home-hero { position: relative; min-height: calc(100vh - 84px); max-height: 880px; overflow: hidden; color: #fff; background: #101916; }
.home-hero-video, .home-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.site-header-video + main .home-hero { min-height: 100vh; max-height: none; }
.site-header-video + main .hero-content { min-height: 100vh; max-height: none; padding-top: 132px; }
.hero-overlay { position: absolute; inset: 0; background: rgba(9,16,14,.45); }
.hero-content { position: relative; display: flex; min-height: calc(100vh - 84px); max-height: 880px; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 32px; padding-bottom: 100px; }
.hero-content h1 { max-width: 870px; margin-bottom: 24px; color: #fff; white-space: pre-line; }
.hero-content > p:not(.eyebrow) { max-width: 570px; margin-bottom: 32px; color: #e5ebe8; font-size: 1.08rem; }
.home-hero--video .hero-content { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(280px,.6fr); grid-template-rows: auto auto auto; align-content: center; column-gap: clamp(2rem,7vw,8rem); }
.home-hero--video .hero-content h1 { grid-column: 1 / -1; max-width: 14ch; margin: 0 0 28px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3rem,6vw,5.5rem); font-weight: 400; line-height: .96; letter-spacing: -.045em; }
.hero-heading-line { display: block; }
.home-hero--video .hero-content > p:not(.eyebrow) { grid-column: 1; max-width: 40ch; margin: 0 0 28px; padding-top: 18px; color: #f2f5f4; border-top: 1px solid #75d1dd; font-size: clamp(.95rem,1.05vw,1.06rem); line-height: 1.65; }
.home-hero--video .hero-actions { grid-column: 1; }
.hero-actions { display: flex; gap: 12px; }
.page-hero { padding: 108px 0 88px; background: var(--surface); border-bottom: 1px solid var(--line); }
.page-hero-inner { display: grid; grid-template-columns: 2fr 1fr; column-gap: 80px; }
.page-hero-inner .eyebrow { grid-column: 1 / -1; }
.page-hero h1 { max-width: 800px; margin: 0; font-size: clamp(2.5rem, 5.2vw, 4.8rem); }
.page-intro { align-self: end; max-width: 540px; margin: 0 0 7px; color: #53605c; font-size: 1.08rem; }

.preview-bar { color: #fff; background: var(--brand-dark); border-bottom: 1px solid #064c65; }
.preview-bar .container { display: flex; min-height: 52px; align-items: center; justify-content: space-between; gap: 24px; }
.preview-bar p { display: flex; align-items: center; gap: 14px; margin: 0; color: #d5edf1; font-size: .78rem; }
.preview-bar strong { color: #fff; font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; }
.preview-bar a { padding-bottom: 2px; color: #fff; border-bottom: 1px solid rgba(255,255,255,.65); font-size: .78rem; }

/* Company */
.company-page .container { width: calc(100% - 80px); max-width: none; }
.company-hero { padding: 0; overflow: hidden; background: var(--surface); border-bottom: 1px solid var(--line); }
.company-hero-stage { position: relative; width: 100%; height: 560px; margin-inline: auto; overflow: hidden; color: #fff; background: var(--deep); border: 0; }
.company-hero-copy { position: relative; z-index: 3; width: 47%; padding: 68px 56px 0 5vw; }
.company-hero-copy .eyebrow { margin-bottom: 26px; color: #78d1dd; }
.company-hero-copy h1 { max-width: 420px; margin-bottom: 22px; color: #fff; font-size: clamp(2.65rem, 3.4vw, 3.3rem); letter-spacing: -.04em; }
.company-hero-intro { max-width: 370px; margin: 0; color: #d2dcda; font-size: .94rem; line-height: 1.7; }
.company-hero-media { position: absolute; inset: 0; z-index: 1; margin: 0; overflow: hidden; background: #182622; clip-path: polygon(43.5% 0, 100% 0, 100% 100%, 32.5% 100%); }
.company-hero-media::after { position: absolute; inset: 0; background: rgba(9, 20, 17, .08); content: ""; }
.company-hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 62% center; }
.company-hero-media figcaption { position: absolute; top: 30px; right: 18px; z-index: 2; max-height: 310px; margin: 0; padding: 14px 8px; color: #fff; background: rgba(24, 38, 34, .94); border-top: 3px solid #78d1dd; font-size: .65rem; letter-spacing: .08em; line-height: 1.4; text-transform: uppercase; writing-mode: vertical-rl; }
.company-hero-facts { position: absolute; bottom: 32px; left: 5vw; z-index: 5; display: grid; width: 600px; grid-template-columns: repeat(3, 1fr); margin: 0; color: var(--ink); background: rgba(255, 255, 255, .96); border-left: 4px solid var(--brand); }
.company-hero-facts div { min-height: 82px; padding: 17px 20px 14px; border-right: 1px solid var(--line); }
.company-hero-facts dt { margin-bottom: 4px; color: var(--muted); font-size: .65rem; letter-spacing: .11em; text-transform: uppercase; }
.company-hero-facts dd { margin: 0; color: var(--ink); font-size: .86rem; font-weight: 500; }
.company-profile-section { border-top: 8px solid #fff; }
.company-profile-layout { display: grid; grid-template-columns: minmax(280px,.8fr) minmax(420px,1.2fr); gap: clamp(56px,8vw,120px); align-items: start; }
.company-profile-heading { position: sticky; top: 120px; }
.company-profile-heading h2 { max-width: 520px; margin: 0; }
.company-profile-body { max-width: 760px; padding-top: 42px; border-top: 1px solid var(--line); }
.company-profile-body p { margin-bottom: 24px; color: var(--ink-soft); font-size: clamp(1.05rem,1.35vw,1.2rem); line-height: 1.8; }
.company-profile-body p:last-child { margin-bottom: 0; }
.company-vision-section { position: relative; overflow: hidden; color: #fff; background: var(--deep); }
.company-vision-section .container { position: relative; z-index: 1; }
.company-vision-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 32px; margin-bottom: 38px; }
.company-vision-heading .section-label { margin: 0 0 8px; color: #78d1dd; }
.company-vision-heading h2 { margin: 0; color: #fff; font-size: clamp(2rem,3.5vw,3.2rem); }
.company-vision-grid { display: grid; grid-template-columns: .95fr 1.25fr; gap: 28px; }
.company-vision-card { min-height: 270px; padding: 38px 0; color: #fff; border-top: 1px solid rgba(255,255,255,.35); }
.company-vision-card h3 { margin: 0 0 22px; color: #fff; font-size: 1.55rem; letter-spacing: .04em; text-transform: uppercase; }
.company-vision-card p { max-width: 630px; margin: 0; color: #d4dcda; font-size: .98rem; line-height: 1.8; }
.company-vision-card ul { display: grid; gap: 10px; margin: 0; padding-left: 20px; }
.company-vision-card li { padding-left: 4px; color: #d4dcda; font-size: .94rem; line-height: 1.65; }
.company-values-section { border-top: 1px solid var(--line); }
.company-value-grid .value-intro { color: #fff; background: var(--deep); }
.company-value-grid .value-intro h2 { max-width: 760px; margin-bottom: 0; color: #fff; }
.company-value-grid .value-intro .section-label { color: #78d1dd; }
.company-value-grid .value-card { position: relative; overflow: hidden; }
.company-value-grid .value-card::after { position: absolute; right: -34px; bottom: -34px; width: 74px; height: 74px; border: 1px solid #d2d8d5; content: ""; transform: rotate(45deg); }
.company-milestone-section { overflow: hidden; }

/* Company motion */
.company-hero-stage { animation: company-stage-in .85s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-stage::before { animation: company-line-in 1s .2s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-stage::after { animation: company-shape-in 1.1s .55s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-media { animation: company-media-in 1.1s .12s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-media img { animation: company-image-settle 1.6s .12s cubic-bezier(.22, 1, .36, 1) both; transition: transform 1.2s cubic-bezier(.22, 1, .36, 1); }
.company-hero-stage:hover .company-hero-media img { transform: scale(1.035); }
.company-hero-copy .eyebrow { animation: company-copy-in .65s .4s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-copy h1 { animation: company-copy-in .75s .5s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-intro { animation: company-copy-in .75s .62s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-facts { animation: company-facts-in .8s .72s cubic-bezier(.22, 1, .36, 1) both; }
.company-hero-facts div { transition: color .3s ease, background .3s ease, transform .3s ease; }
.company-hero-facts div:hover { background: #eaf4f3; transform: translateY(-4px); }
.company-value-grid .value-card::after { transition: transform .7s cubic-bezier(.22, 1, .36, 1); }
.company-value-grid .value-card h3 { transition: color .3s ease, transform .4s cubic-bezier(.22, 1, .36, 1); }
.company-value-grid .value-card:hover h3 { color: var(--brand-dark); transform: translateX(6px); }
.company-value-grid .value-card:hover::after { transform: rotate(52deg) scale(1.08); }
.timeline > div h3 { transition: color .3s ease, transform .35s ease; }
.timeline > div:hover h3 { color: var(--brand-dark); transform: translateX(4px); }
.leadership-photo { transition: transform .8s cubic-bezier(.22, 1, .36, 1); }
.leadership-grid > div:hover .leadership-photo { transform: scale(1.045); }

.motion-ready [data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity .75s ease, transform .85s cubic-bezier(.22, 1, .36, 1); }
.motion-ready [data-reveal].is-visible { opacity: 1; transform: translateY(0); }
.motion-ready .company-vision-grid [data-reveal]:nth-child(2) { transition-delay: .1s; }
.motion-ready .company-value-grid [data-reveal]:nth-child(2),
.motion-ready .timeline [data-reveal]:nth-child(2),
.motion-ready .leadership-grid [data-reveal]:nth-child(2) { transition-delay: .08s; }
.motion-ready .company-value-grid [data-reveal]:nth-child(3),
.motion-ready .timeline [data-reveal]:nth-child(3),
.motion-ready .leadership-grid [data-reveal]:nth-child(3) { transition-delay: .16s; }
.motion-ready .company-value-grid [data-reveal]:nth-child(4),
.motion-ready .timeline [data-reveal]:nth-child(4),
.motion-ready .leadership-grid [data-reveal]:nth-child(4) { transition-delay: .24s; }
.motion-ready .company-value-grid [data-reveal]:nth-child(5) { transition-delay: .32s; }

@keyframes company-stage-in {
  from { opacity: 0; transform: translateY(18px) scale(.992); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes company-line-in {
  from { width: 0; }
}
@keyframes company-shape-in {
  from { opacity: 0; transform: rotate(45deg) scale(.72); }
  to { opacity: 1; transform: rotate(45deg) scale(1); }
}
@keyframes company-media-in {
  from { opacity: .25; transform: translateX(54px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes company-image-settle {
  from { transform: scale(1.1); }
  to { transform: scale(1); }
}
@keyframes company-copy-in {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes company-facts-in {
  from { opacity: 0; transform: translateY(32px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes company-detail-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
  .company-page *, .company-page *::before, .company-page *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
  .motion-ready [data-reveal] { opacity: 1; transform: none; }
}

/* Home — Hero */
.home-hero > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }

/* Home — Profile */
.home-profile-section { position: relative; overflow: hidden; padding: 88px 0 0; background: var(--paper); }
.home-profile-stage { position: relative; display: grid; min-height: 480px; grid-template-columns: .85fr 1.15fr; gap: 0; background: #fff; border: 1px solid var(--line); }
.home-profile-visual { position: relative; overflow: hidden; background: var(--deep); }
.home-profile-visual img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; transition: transform .8s cubic-bezier(.22,1,.36,1); }
.home-profile-visual:hover img { transform: scale(1.03); }
.home-profile-visual-accent { position: absolute; top: 24px; left: 0; width: 120px; height: 4px; background: var(--brand); }
.home-profile-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 64px 60px 96px 56px; }
.home-profile-copy .section-label { margin-bottom: 14px; }
.home-profile-copy h2 { max-width: 560px; margin-bottom: 24px; font-weight: 700; }
.home-profile-copy .lead { max-width: 520px; margin-bottom: 28px; color: var(--ink-soft); font-size: clamp(1.02rem, 1.5vw, 1.2rem); line-height: 1.6; }
.home-profile-copy .text-link { align-self: flex-start; }

/* Home — Stats (overlapping bar) */
.home-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding-top: 48px; padding-bottom: 72px; border-top: 1px solid #c8d0cd; }
.home-fact { position: relative; margin: 0; padding-top: 12px; transition: transform .3s ease; }
.home-fact::before { content: ''; position: absolute; top: 0; left: 0; width: 0; height: 2px; background: var(--brand); transition: width .3s ease; }
.home-fact:hover { transform: translateY(-2px); }
.home-fact:hover::before { width: 40px; }
.home-fact-value { color: var(--brand-dark); font-size: clamp(2rem, 2.8vw, 2.6rem); font-weight: 700; letter-spacing: -0.03em; line-height: 1; transition: color .3s ease; }
.home-fact:hover .home-fact-value { color: var(--brand); }
.home-fact-label { max-width: 160px; margin: 12px 0 0; color: var(--muted); font-size: .82rem; line-height: 1.5; }

/* Home — Products */
.home-products-section { padding: 96px 0; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { overflow: hidden; background: #fff; border: 1px solid var(--line); transition: border-color .3s ease; cursor: pointer; }
.product-card:hover { border-color: var(--brand); }
.product-visual { position: relative; display: flex; height: 190px; align-items: center; justify-content: center; overflow: hidden; padding: 34px 26px; background: #fff; border-bottom: 1px solid var(--line); }
.home-product-logo { display: block; width: auto; max-width: min(88%, 250px); height: auto; max-height: 78px; object-fit: contain; transition: opacity .3s ease; }
.product-card:hover .home-product-logo { opacity: .78; }
.home-product-logo-fallback { max-width: 100%; padding: 16px 22px; color: #132849; background: #f3f6f7; border: 1px solid #d7e1e3; border-radius: 8px; font-size: 1.5rem; font-weight: 600; letter-spacing: .06em; text-align: center; transition: background .35s ease, border-color .35s ease; }
.product-card:hover .home-product-logo-fallback { background: #eaf2f4; border-color: #b8d4da; }
.product-card-body { padding: 28px; }
.product-brand { margin-bottom: 8px; color: var(--brand-dark); font-size: .75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-card h3 { margin-bottom: 14px; font-size: 1.35rem; font-weight: 600; }
.product-card-body > p:not(.product-brand) { min-height: 78px; font-size: .92rem; line-height: 1.6; }
.card-link { display: flex; align-items: center; justify-content: space-between; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); color: var(--ink); font-size: .85rem; font-weight: 500; }
.card-link span { color: var(--brand-dark); transition: transform .28s cubic-bezier(.22,1,.36,1); }
.product-card:hover .card-link span { transform: translateX(6px); }

/* Home — Sustainability */
.dark-band { color: #fff; background: var(--deep); }
.dark-band h2 { color: #fff; }
.dark-band-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 100px; align-items: end; }
.dark-band-grid p { color: #b8c4c0; line-height: 1.65; }

/* Home — News */
.home-news-section { padding: 96px 0; background: var(--paper); }
.home-news-intro { max-width: 640px; margin: 12px 0 0; color: var(--muted); font-size: .9rem; line-height: 1.65; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.news-card { overflow: hidden; background: #fff; border: 1px solid var(--line); transition: border-color .3s ease; }
.news-card:hover { border-color: var(--brand); }

/* Feature card — artikel headline, menghabiskan 2 kolom */
.news-card--feature { grid-column: span 2; display: grid; grid-template-columns: 1.15fr 1fr; }
.news-card--feature .news-visual { height: 100%; min-height: 320px; }
.news-card--feature .news-card-body { display: flex; flex-direction: column; justify-content: center; padding: 36px 38px; }
.news-card--feature h3 { min-height: 0; font-size: 1.45rem; line-height: 1.3; font-weight: 700; }
.news-card--feature .news-card-body > p:not(.meta) { font-size: .94rem; }
.news-visual { position: relative; display: block; height: 230px; overflow: hidden; background: #344b44; }
.news-visual::after { position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4,18,15,.58)); content: ''; }
.news-visual img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease; }
.news-card:hover .news-visual img { opacity: .86; }
.news-visual span { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 5px 10px; color: #fff; background: rgba(13,31,27,.88); border-left: 3px solid #70d6e1; font-size: .64rem; font-weight: 500; letter-spacing: .06em; text-transform: uppercase; }
.news-card-body { display: flex; min-height: 260px; flex-direction: column; padding: 24px; }
.news-card h3 { min-height: 60px; margin-bottom: 12px; font-size: 1.15rem; font-weight: 600; }
.news-card h3 a:hover { color: var(--brand-dark); }
.news-card-body > p:not(.meta) { color: var(--muted); font-size: .88rem; line-height: 1.65; }
.home-news-link { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 16px; color: var(--ink); border-top: 1px solid var(--line); font-size: .76rem; font-weight: 500; }
.home-news-link span { color: var(--brand-dark); font-size: 1rem; transition: transform .28s cubic-bezier(.22,1,.36,1); }
.news-card:hover .home-news-link span { transform: translateX(5px); }
.home-news-empty { grid-column: 1 / -1; padding: 45px 0; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); }

/* Content pages */
.prose-large p { max-width: 850px; font-size: 1.05rem; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.value-intro { grid-column: 1 / -1; padding: 36px; background: var(--surface); }
.value-card { min-height: 280px; padding: 34px; background: #fff; }
.principle-grid > div > span { color: var(--brand-dark); font-size: .76rem; }
.value-card h3 { margin-top: 0; }
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.timeline > div { position: relative; padding: 30px 28px 10px 0; }
.timeline > div::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; background: var(--brand); border-radius: 50%; content: ""; }
.timeline time { color: var(--brand-dark); font-size: .8rem; }
.timeline h3 { margin-top: 40px; }
.timeline p { font-size: .9rem; }
.leadership-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.leadership-grid > div { min-height: 220px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.leadership-grid span, .leadership-grid p { color: #94a49f; font-size: .78rem; }
.leadership-grid h3 { margin-top: 68px; color: #fff; }
.leadership-visual { position: relative; width: calc(100% + 52px); height: 260px; margin: -26px -26px 22px; overflow: hidden; }
.leadership-photo { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.leadership-grid > .has-photo h3 { margin-top: 18px; }
.leadership-placeholder { position: absolute; inset: 0; display: flex; align-items: flex-end; justify-content: flex-end; overflow: hidden; background: var(--deep-2); border-bottom: 1px solid var(--line-dark); }
.leadership-placeholder::before { position: absolute; top: -76px; left: -46px; width: 220px; height: 220px; border: 1px solid #50665f; content: ""; transform: rotate(45deg); }
.leadership-placeholder > span { padding: 0 22px 0 0; color: #425a53; font-size: 8rem; font-weight: 500; line-height: .72; letter-spacing: -.12em; }
.leadership-grid > .has-placeholder h3 { margin-top: 18px; }
.leadership-grid .leadership-bio { margin-top: 18px; color: #b9c4c0; line-height: 1.65; }
.products-page { overflow: hidden; background: #f3f5f4; }
.products-page .container { width: calc(100% - 80px); max-width: none; }
.products-hero { position: relative; min-height: 720px; overflow: hidden; color: #fff; background: #101917; }
.products-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 58%; }
.products-hero-shade { position: absolute; inset: 0; background: rgba(10,22,19,.78); }
.products-hero-inner { position: relative; z-index: 3; display: flex; min-height: 480px; flex-direction: column; align-items: flex-start; justify-content: center; padding-top: 72px; padding-bottom: 72px; }
.products-hero-inner .eyebrow { margin-bottom: 24px; }.products-hero-inner h1 { max-width: 770px; margin-bottom: 22px; color: #fff; font-size: clamp(3rem, 5vw, 5.2rem); letter-spacing: -.045em; }
.products-hero-inner > p:not(.eyebrow) { max-width: 560px; margin-bottom: 30px; color: #d7e0de; font-size: 1rem; line-height: 1.75; }
.products-hero .button-primary { color: #fff; background: #0785a5; }
.products-hero .button-primary:hover, .products-hero .button-primary:focus-visible { background: #056d88; }
.products-family-nav { position: absolute; right: 0; bottom: 0; left: 0; z-index: 4; border-top: 1px solid rgba(255,255,255,.25); background: rgba(13,27,24,.88); backdrop-filter: blur(8px); }
.products-family-nav .container { display: grid; grid-template-columns: repeat(4,1fr); }
.products-family-nav a { display: grid; min-height: 140px; grid-template-columns: 1fr; grid-template-rows: auto auto; align-content: center; padding: 25px 28px; border-right: 1px solid rgba(255,255,255,.18); transition: background .2s ease; }
.products-family-nav a:first-child { border-left: 1px solid rgba(255,255,255,.18); }
.products-family-nav a:hover, .products-family-nav a:focus-visible { background: rgba(120,209,221,.12); }
.products-family-nav span { grid-row: 1 / 3; color: #78d1dd; font-size: .72rem; letter-spacing: .08em; }
.products-family-nav strong { color: #fff; font-size: .83rem; font-weight: 500; letter-spacing: .07em; }
.products-family-nav small { margin-top: 4px; color: #aebbb7; font-size: .72rem; }
.products-overview { padding: 106px 0 96px; background: #fff; border-bottom: 1px solid var(--line); }
.products-overview-grid { display: grid; grid-template-columns: minmax(360px,1.15fr) minmax(300px,.85fr); gap: 70px; align-items: end; }
.products-overview-grid h2 { max-width: 720px; margin: 0; }
.products-overview-grid > p { max-width: 520px; margin: 0 0 5px; line-height: 1.75; }
.products-catalog { padding: 72px 0 104px; background: #eef1f0; }
.products-showcase-list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 18px; align-items: stretch; }
.product-showcase, .product-showcase:nth-child(even) { display: flex; min-width: 0; min-height: 560px; flex-direction: column; overflow: hidden; background: #fff; border: 1px solid #cfd6d3; }
.product-showcase:nth-child(even) .product-showcase-visual, .product-showcase:nth-child(even) .product-showcase-content { grid-column: auto; grid-row: auto; }
.product-showcase-visual { position: relative; display: flex; min-height: 210px; flex: 0 0 210px; align-items: center; justify-content: center; overflow: hidden; padding: 36px 28px; background: #fff; border-bottom: 1px solid #d9dfdc; }
.product-category-logo { display: block; width: auto; max-width: min(88%,250px); height: auto; max-height: 82px; object-fit: contain; }
.product-category-logo-fallback { color: #132849; font-size: 1.55rem; letter-spacing: .06em; text-align: center; }
.product-showcase-content { display: flex; min-height: 310px; flex: 1; flex-direction: column; padding: 28px 25px 30px; }
.product-showcase-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.product-showcase-heading p, .product-showcase-heading span { margin: 0; color: var(--brand-dark); font-size: .7rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; }
.product-showcase-heading span { color: var(--muted); }
.product-showcase-content h2 { margin-bottom: 15px; font-size: clamp(1.45rem,1.7vw,2rem); line-height: 1.2; }
.product-showcase-content > p { display: -webkit-box; max-width: 570px; overflow: hidden; margin-bottom: 20px; line-height: 1.65; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.product-applications { margin: 0 0 20px; color: var(--muted); font-size: .82rem; line-height: 1.5; }
.product-applications strong { color: var(--ink-soft); font-weight: 600; }
.product-showcase-content .text-link { align-self: flex-start; }
.product-showcase-footer { display: flex; align-items: flex-start; justify-content: space-between; gap: 14px; margin-top: auto; padding-top: 20px; border-top: 1px solid var(--line); }
.product-showcase-footer > span { color: var(--muted); font-size: .72rem; letter-spacing: .06em; text-transform: uppercase; }
.products-empty { padding: 80px 0; }
.products-empty p:last-child { max-width: 580px; }
.products-contact-band { padding: 84px 0; color: #fff; background: #152823; border-top: 4px solid #78d1dd; }
.products-contact-inner { display: grid; grid-template-columns: 1.1fr .9fr auto; gap: 64px; align-items: end; }
.products-contact-inner h2 { max-width: 620px; margin: 0; color: #fff; }
.products-contact-inner > p { max-width: 470px; margin: 0 0 5px; color: #c5d1ce; }
.products-contact-actions { display: flex; gap: 10px; }
.product-category-page { overflow: hidden; background: #f3f5f4; }
.product-category-hero { position: relative; min-height: 590px; overflow: hidden; color: #fff; background: #13221e; }
.product-category-hero > img, .product-category-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.product-category-hero > img { object-fit: cover; object-position: center 54%; }
.product-category-overlay { background: linear-gradient(90deg, rgba(8,20,17,.96) 0%, rgba(8,20,17,.78) 45%, rgba(8,20,17,.18) 78%); }
.product-category-hero::before { position: absolute; top: 0; left: 0; z-index: 2; width: 150px; height: 5px; background: #78d1dd; content: ""; }
.product-category-hero-inner { position: relative; z-index: 3; padding-top: 42px; padding-bottom: 86px; }
.breadcrumb-light, .breadcrumb-light a { color: #d9e2df; }
.product-category-heading { max-width: 720px; padding-top: 28px; }
.product-category-heading h1 { margin: 0 0 24px; color: #fff; font-size: clamp(3.8rem,7vw,7rem); letter-spacing: -.055em; }
.product-category-heading > p:not(.eyebrow) { max-width: 650px; margin-bottom: 38px; color: #d6dfdc; font-size: 1rem; line-height: 1.75; }
.product-category-meta { display: grid; width: min(620px,100%); grid-template-columns: 90px 1fr auto; align-items: center; border-top: 1px solid rgba(255,255,255,.35); border-bottom: 1px solid rgba(255,255,255,.35); }
.product-category-meta > * { padding: 18px 20px; }
.product-category-meta span { color: #78d1dd; border-right: 1px solid rgba(255,255,255,.25); font-size: .78rem; letter-spacing: .12em; }
.product-category-meta strong { color: #fff; font-size: .84rem; font-weight: 500; }
.product-category-meta small { color: #c3ceca; font-size: .72rem; }
.product-item-catalog { padding: 96px 0 118px; background: #f3f5f4; }
.product-item-catalog-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; margin-bottom: 54px; }
.product-item-catalog-heading h2 { margin: 0; }
.product-item-catalog-heading > p { max-width: 460px; margin: 0 0 5px; line-height: 1.7; }
.product-item-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 22px; }
.product-item-card { min-width: 0; overflow: hidden; background: #fff; border: 1px solid #ccd4d1; }
.product-item-image { position: relative; display: block; height: 300px; overflow: hidden; background: #dfe5e3; }
.product-item-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.product-item-card:hover .product-item-image img { transform: scale(1.035); }
.product-item-card-body { padding: 25px 25px 28px; }
.product-item-card-body > p { margin: 0 0 9px; color: var(--brand-dark); font-size: .7rem; letter-spacing: .1em; text-transform: uppercase; }
.product-item-card-body h3 { margin: 0 0 12px; font-size: 1.35rem; }
.product-item-card-body > div { min-height: 54px; margin-bottom: 24px; color: var(--muted); font-size: .86rem; line-height: 1.65; }
.product-category-empty { display: grid; grid-template-columns: 120px 1fr auto; gap: 34px; align-items: center; padding: 42px; background: #fff; border: 1px solid #ccd4d1; border-top: 4px solid #78d1dd; }
.product-category-empty > span { color: transparent; font-size: 4.5rem; font-weight: 500; letter-spacing: -.07em; -webkit-text-stroke: 1px #879590; }
.product-category-empty h3 { margin: 0 0 8px; }
.product-category-empty p { max-width: 650px; margin: 0; }
.product-detail-page { overflow: hidden; background: #f2f4f3; }
.product-detail-page .container { width: calc(100% - 80px); max-width: 1480px; }
.product-detail-hero { position: relative; padding: 28px 0 72px; overflow: hidden; background: #eef1ef; border-bottom: 1px solid #cfd6d3; }
.breadcrumb { display: flex; gap: 10px; margin-bottom: 50px; color: var(--muted); font-size: .78rem; }
.breadcrumb a { color: var(--brand-dark); }
.product-detail-breadcrumb { position: relative; z-index: 3; margin-bottom: 28px; padding-block: 4px; }
.product-detail-breadcrumb span:last-child { max-width: 360px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-stage { position: relative; z-index: 2; display: grid; min-height: 520px; grid-template-columns: minmax(400px,.82fr) minmax(540px,1.18fr); overflow: hidden; background: #fff; border: 1px solid #cbd3d0; box-shadow: 0 2px 8px rgba(19,37,32,.04); }
.product-detail-copy { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 62px clamp(42px,4vw,64px) 42px; background: #fff; }
.product-detail-kicker { display: flex; align-items: center; gap: 13px; margin-bottom: 28px; color: var(--brand-dark); font-size: .69rem; letter-spacing: .13em; text-transform: uppercase; }
.product-detail-kicker span { padding-right: 13px; border-right: 1px solid #aeb9b5; }
.product-detail-kicker strong { font-weight: 600; }
.product-detail-copy h1 { max-width: 650px; margin: 0 0 24px; font-size: clamp(3rem,4.6vw,4.3rem); letter-spacing: -.055em; overflow-wrap: anywhere; }
.product-detail-highlight { max-width: 650px; margin: 0 0 15px; color: var(--ink); font-size: 1.02rem; font-weight: 600; line-height: 1.55; }
.product-detail-description { max-width: 650px; margin: 0; color: #55615e; font-size: .94rem; line-height: 1.75; }
.product-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.product-catalog-button { gap: 12px; }
.product-detail-actions .product-catalog-button { color: #fff; background: #087f9e; }
.product-detail-actions .product-catalog-button:hover, .product-detail-actions .product-catalog-button:focus-visible { background: #075b78; }
.product-catalog-button span { display: inline-flex; min-width: 30px; min-height: 24px; align-items: center; justify-content: center; padding: 2px 5px; color: #fff; border: 1px solid rgba(255,255,255,.55); font-size: .62rem; letter-spacing: .08em; }
.product-detail-identity { display: grid; grid-template-columns: repeat(3,1fr); margin: 42px 0 0; border-top: 1px solid var(--line); }
.product-detail-identity div { min-width: 0; padding: 19px 16px 0 0; }
.product-detail-identity div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.product-detail-identity dt { margin-bottom: 4px; color: var(--muted); font-size: .62rem; letter-spacing: .11em; text-transform: uppercase; }
.product-detail-identity dd { margin: 0; overflow: hidden; color: var(--ink); font-size: .76rem; font-weight: 600; letter-spacing: .03em; text-overflow: ellipsis; white-space: nowrap; }
.product-detail-media { position: relative; min-width: 0; margin: 0; overflow: hidden; background: #fff; border-left: 1px solid #d6ddda; }
.product-detail-photo { position: absolute; inset: 0; display: flex; width: 100%; align-items: center; justify-content: center; overflow: hidden; padding: 48px; background: #fff; border: 0; cursor: zoom-in; }
.product-detail-media.has-gallery .product-detail-photo { padding-bottom: 126px; }
.product-detail-photo img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; transition: opacity .2s ease; }
.product-detail-photo:focus-visible { z-index: 2; outline: 3px solid #087f9e; outline-offset: -5px; }
.product-detail-photo img.is-changing { opacity: .25; }
.product-detail-thumbnails { position: absolute; right: 22px; bottom: 22px; left: 22px; z-index: 4; display: flex; gap: 8px; overflow-x: auto; padding: 3px; scrollbar-width: none; }
.product-detail-thumbnails::-webkit-scrollbar { display: none; }
.product-detail-thumbnails button { width: 62px; height: 62px; flex: 0 0 62px; padding: 5px; overflow: hidden; background: rgba(255,255,255,.92); border: 1px solid rgba(24,44,38,.28); cursor: pointer; transition: border-color .2s ease, box-shadow .2s ease; }
.product-detail-thumbnails button:hover, .product-detail-thumbnails button:focus-visible { border-color: #087f9e; }
.product-detail-thumbnails button[aria-pressed="true"] { border-color: #087f9e; box-shadow: 0 0 0 2px #78d1dd; }
.product-detail-thumbnails img { width: 100%; height: 100%; object-fit: contain; }
.product-lightbox { width: min(1180px,calc(100% - 48px)); height: min(820px,calc(100dvh - 48px)); max-width: none; max-height: none; margin: auto; padding: 64px 28px 24px; overflow: hidden; background: #fff; border: 1px solid #aeb9b5; box-shadow: 0 24px 80px rgba(20,37,32,.18); }
.product-lightbox::backdrop { background: rgba(255,255,255,.92); }
.product-lightbox-close { position: absolute; top: 14px; right: 16px; z-index: 2; width: 44px; height: 44px; color: #17211f; background: #fff; border: 1px solid #95a29e; font-size: 1.8rem; line-height: 1; cursor: pointer; }
.product-lightbox-canvas { position: relative; display: flex; height: calc(100% - 38px); align-items: center; justify-content: center; overflow: hidden; background: #fff; }
.product-lightbox-canvas img { width: auto; height: auto; max-width: 100%; max-height: 100%; object-fit: contain; }
.product-lightbox-nav { position: absolute; top: 50%; z-index: 2; width: 48px; height: 64px; padding: 0; color: #17211f; background: rgba(255,255,255,.9); border: 1px solid #aeb9b5; font-size: 2.4rem; line-height: 1; cursor: pointer; transform: translateY(-50%); }
.product-lightbox-nav.is-prev { left: 8px; }
.product-lightbox-nav.is-next { right: 8px; }
.product-lightbox-counter { display: block; height: 38px; padding-top: 12px; color: #66726f; font-size: .72rem; font-variant-numeric: tabular-nums; text-align: center; }
.product-lightbox button:hover, .product-lightbox button:focus-visible { color: #fff; background: #087f9e; border-color: #087f9e; }
.product-specification-section { padding: 104px 0; background: #fff; }
.product-specification-layout { display: grid; grid-template-columns: minmax(310px,.72fr) minmax(520px,1.28fr); gap: clamp(60px,8vw,130px); align-items: start; }
.product-specification-heading { position: sticky; top: 116px; }
.product-specification-heading h2 { max-width: 520px; margin-bottom: 24px; }
.product-specification-heading > p:last-child { max-width: 500px; margin: 0; line-height: 1.75; }
.product-specification-card { border: 1px solid #ccd4d1; background: #f7f8f7; }
.product-specification-card-head { display: grid; grid-template-columns: 1fr 1fr; padding: 17px 24px; color: #61706c; background: #e8ecea; border-bottom: 1px solid #ccd4d1; font-size: .64rem; letter-spacing: .12em; text-transform: uppercase; }
.product-specification-card-head span:last-child { text-align: right; }
.spec-table { background: #fff; }
.spec-table > div { display: grid; grid-template-columns: 1fr 1fr; align-items: center; min-height: 76px; padding: 14px 24px; border-bottom: 1px solid var(--line); transition: background .2s ease; }
.spec-table > div:last-child { border-bottom: 0; }
.spec-table > div:hover { background: #f3f6f5; }
.spec-table span { color: var(--muted); }
.spec-table strong { justify-self: end; color: var(--ink); font-weight: 600; text-align: right; }
.product-related-section { padding: 0 0 104px; background: #fff; }
.product-related-shell { position: relative; overflow: hidden; padding: 54px clamp(34px,4.5vw,68px) 64px; color: #fff; background: #142721; }
.product-related-header { position: relative; z-index: 2; display: flex; align-items: end; justify-content: space-between; gap: 42px; margin-bottom: 38px; }
.product-related-header h2 { margin: 0 0 10px; color: #fff; font-size: clamp(2.1rem,3.3vw,3.2rem); }
.product-related-header > div:first-child > p:last-child { max-width: 620px; margin: 0; color: #b9c8c3; }
.product-related-controls { display: flex; flex: 0 0 auto; gap: 8px; }
.product-related-controls button { min-width: 46px; height: 46px; padding: 0 15px; color: #fff; background: transparent; border: 1px solid rgba(255,255,255,.32); cursor: pointer; transition: color .2s ease, background .2s ease, border-color .2s ease; }
.product-related-controls button:hover, .product-related-controls button:focus-visible { color: #142721; background: #78d1dd; border-color: #78d1dd; }
.product-related-controls button[data-product-carousel-toggle] { min-width: 68px; font-size: .69rem; letter-spacing: .08em; text-transform: uppercase; }
.product-related-viewport { position: relative; z-index: 2; overflow-x: auto; padding-bottom: 4px; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-related-viewport::-webkit-scrollbar { display: none; }
.product-related-viewport:focus-visible { outline: 2px solid #78d1dd; outline-offset: 5px; }
.product-related-track { display: flex; gap: 20px; }
.product-related-card { flex: 0 0 calc((100% - 40px)/3); min-width: 0; overflow: hidden; background: #f8faf9; border: 1px solid rgba(255,255,255,.18); scroll-snap-align: start; }
.product-related-card > a { display: block; height: 100%; color: inherit; }
.product-related-card figure { position: relative; height: 250px; margin: 0; overflow: hidden; background: #dce3e1; }
.product-related-card figure::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 55%,rgba(10,26,22,.32)); content: ""; }
.product-related-card img { width: 100%; height: 100%; object-fit: cover; transition: opacity .3s ease; }
.product-related-card:hover img { opacity: .86; }
.product-related-card-body { display: flex; min-height: 230px; flex-direction: column; padding: 25px 26px 27px; color: var(--ink); }
.product-related-card-body > p { margin: 0 0 10px; color: #087f9e; font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.product-related-card-body h3 { margin: 0 0 12px; font-size: 1.38rem; line-height: 1.22; }
.product-related-card-body > div { display: -webkit-box; overflow: hidden; margin-bottom: 24px; color: #68736f; font-size: .83rem; line-height: 1.6; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-related-card-body strong { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 18px; border-top: 1px solid #d4dbd8; font-size: .76rem; font-weight: 600; letter-spacing: .04em; }
.product-related-card-body strong span { color: #087f9e; font-size: 1.1rem; transition: transform .2s ease; }
.product-related-card:hover .product-related-card-body strong span { transform: translateX(4px); }
.detail-columns { display: grid; grid-template-columns: 1fr 2fr; gap: 80px; }
.application-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.application-grid > div { min-height: 150px; padding: 24px; background: #fff; }
.application-grid h3 { margin: 0; }
