

:root {
  --pine-950: #21372A;
  --pine-900: #2E4B38;   
  --pine-800: #375A43;
  --pine-700: #3E6B4C;   
  --pine-600: #4C7C5A;
  --leaf-300: #A9C4A1;
  --leaf-100: #DCE5D6;
  --cream:    #F4F1E7;   
  --cream-2:  #EDE9DC;
  --paper:    #FBFAF5;   
  --white:    #FFFFFF;
  --ink:      #22302A;
  --ink-2:    #56655B;
  --line:     #E0DFD2;
  --line-2:   #D3D6C8;

  --ff-display: "Fraunces", Georgia, "Times New Roman", serif;
  --ff-body: "Archivo", "Helvetica Neue", Arial, sans-serif;

  --container: 1200px;
  --radius: 16px;
  --radius-lg: 22px;
  --shadow: 0 10px 30px rgba(34, 48, 42, .10);
  --shadow-sm: 0 4px 14px rgba(34, 48, 42, .08);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  font-size: 16.5px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--pine-700); }
button { font-family: inherit; cursor: pointer; }
input, textarea, select { font-family: inherit; font-size: 15px; color: var(--ink); }
h1, h2, h3, h4 { font-family: var(--ff-display); font-weight: 600; line-height: 1.18; margin: 0 0 .5em; color: var(--ink); }
p { margin: 0 0 1em; }
:focus-visible { outline: 3px solid var(--pine-600); outline-offset: 2px; border-radius: 4px; }

.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }

.eyebrow {
  display: inline-block;
  font-size: 12.5px; font-weight: 700; letter-spacing: .16em;
  text-transform: uppercase; color: var(--pine-700); margin-bottom: 14px;
}
.section { padding: 92px 0; }
.section.alt { background: var(--cream); }
.section-head { text-align: center; max-width: 720px; margin: 0 auto 52px; }
.section-head h2 { font-size: clamp(1.8rem, 3.2vw, 2.5rem); margin-bottom: 12px; }
.section-head p { color: var(--ink-2); margin: 0; }

.btn {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--pine-700); color: #fff;
  border: 1.5px solid var(--pine-700); border-radius: 999px;
  padding: 13px 30px; font-size: 14.5px; font-weight: 700; letter-spacing: .03em;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.btn:hover { background: var(--pine-900); border-color: var(--pine-900); color: #fff; transform: translateY(-1px); }
.btn.ghost { background: transparent; color: var(--pine-700); }
.btn.ghost:hover { background: var(--pine-700); color: #fff; }
.btn.light { background: rgba(244, 241, 231, .92); border-color: transparent; color: var(--pine-900); }
.btn.light:hover { background: #fff; color: var(--pine-900); }
.btn svg { width: 16px; height: 16px; }

.icon { width: 26px; height: 26px; stroke: var(--pine-700); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  * { animation: none !important; }
}

.topbar { background: var(--pine-900); color: var(--leaf-100); }
.topbar-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 24px; min-height: 58px; padding: 8px 0;
}
.brand { display: inline-flex; align-items: center; gap: 12px; color: #fff; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand-name { font-family: var(--ff-display); font-size: 23px; font-weight: 600; letter-spacing: .01em; color: #fff; line-height: 1; }
.brand-name small { display: block; font-family: var(--ff-body); font-size: 10.5px; font-weight: 700; letter-spacing: .34em; color: var(--leaf-300); margin-top: 5px; }
.topbar-tag { font-size: 13.5px; letter-spacing: .04em; color: var(--leaf-300); }
.topbar-mail { display: inline-flex; align-items: center; gap: 9px; font-size: 14.5px; font-weight: 600; color: var(--leaf-100); }
.topbar-mail:hover { color: #fff; }
.topbar-mail svg { width: 17px; height: 17px; stroke: currentColor; fill: none; stroke-width: 1.8; }

.navbar {
  position: sticky; top: 0; z-index: 60;
  background: var(--cream);
  border-bottom: 1px solid var(--line-2);
}
.navbar-inner { display: flex; align-items: center; gap: 26px; min-height: 66px; }
.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; margin: 0 auto 0 0; padding: 0; }
.nav-links > li { position: static; }
.nav-links > li > a {
  display: inline-flex; align-items: center; gap: 6px;
  padding: 22px 15px; font-size: 13.5px; font-weight: 700;
  letter-spacing: .07em; text-transform: uppercase; color: var(--ink);
}
.nav-links > li > a:hover, .nav-links > li > a.active { color: var(--pine-700); }
.nav-links > li > a.active { box-shadow: inset 0 -3px 0 var(--pine-700); }
.nav-links .caret { width: 11px; height: 11px; stroke: currentColor; stroke-width: 2.2; fill: none; transition: transform .2s; }
.has-mega:hover .caret, .has-mega:focus-within .caret { transform: rotate(180deg); }

.mega {
  position: absolute; left: 50%; top: 100%;
  transform: translateX(-50%) translateY(10px);
  width: min(1080px, calc(100vw - 40px));
  background: var(--white); border: 1px solid var(--line);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  box-shadow: var(--shadow);
  padding: 30px 36px 34px;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px 30px;
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease;
}
.has-mega:hover .mega, .has-mega:focus-within .mega {
  opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0);
}
.mega-col a { display: block; }
.mega-col .mega-cat {
  font-size: 14.5px; font-weight: 700; color: var(--ink);
  padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid var(--line);
}
.mega-col .mega-cat:hover { color: var(--pine-700); }
.mega-col .mega-sub { font-size: 13.5px; color: var(--ink-2); padding: 5px 0; }
.mega-col .mega-sub:hover { color: var(--pine-700); }

.nav-search { display: flex; align-items: center; }
.nav-search form { display: flex; align-items: center; gap: 8px; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 8px 8px 18px; }
.nav-search input { border: 0; outline: 0; background: transparent; width: 150px; font-size: 14px; }
.nav-search button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: var(--pine-700); color: #fff; }
.nav-search button:hover { background: var(--pine-900); }
.nav-search svg { width: 15px; height: 15px; stroke: currentColor; fill: none; stroke-width: 2; }

.nav-toggle { display: none; background: none; border: 0; padding: 10px; }
.nav-toggle span { display: block; width: 24px; height: 2.4px; background: var(--ink); margin: 5px 0; border-radius: 2px; transition: transform .25s, opacity .25s; }
body.nav-open .nav-toggle span:nth-child(1) { transform: translateY(7.4px) rotate(45deg); }
body.nav-open .nav-toggle span:nth-child(2) { opacity: 0; }
body.nav-open .nav-toggle span:nth-child(3) { transform: translateY(-7.4px) rotate(-45deg); }

.hero-home { position: relative; overflow: hidden; }
.hero-home img, .hero-home picture { display: block; width: 100%; }
.hero-home img { height: min(66vh, 640px); object-fit: cover; object-position: center; }
.hero-home::before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(244,241,231,.58) 0%, rgba(244,241,231,.26) 30%, rgba(244,241,231,0) 60%);
}
.hero-copy {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; text-align: center; padding: clamp(40px, 7vh, 84px) 24px 0;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  background: var(--pine-900); color: var(--leaf-100);
  font-size: 12.5px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  border-radius: 999px; padding: 8px 18px; margin-bottom: 20px;
}
.hero-badge svg { width: 15px; height: 15px; stroke: var(--leaf-300); fill: none; stroke-width: 2; }
.hero-copy h1 {
  font-size: clamp(2.2rem, 4.75vw, 3.65rem);
  font-weight: 600; letter-spacing: -.01em; margin-bottom: 10px; color: var(--pine-950);
  text-shadow: 0 1px 2px rgba(247,245,238,.9), 0 2px 20px rgba(247,245,238,.75);
}
.hero-copy h1 em { font-style: italic; color: var(--pine-700); }
.hero-sub { font-size: clamp(1.05rem, 2vw, 1.4rem); color: var(--ink); font-weight: 500; margin-bottom: 30px;
  text-shadow: 0 1px 2px rgba(247,245,238,.92), 0 1px 14px rgba(247,245,238,.8); }
.hero-pills { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }
.hero-pills span {
  background: rgba(46, 75, 56, .82); color: var(--cream);
  backdrop-filter: blur(3px);
  font-size: 13.5px; font-weight: 600; letter-spacing: .05em;
  padding: 9px 20px; border-radius: 999px;
}


.hero-home + .section { padding-top: 46px; }
@media (max-width: 1080px) { .hero-home + .section { padding-top: 34px; } }


@media (max-width: 700px) {
  .hero-home > picture { position: absolute; inset: 0; z-index: 0; }
  .hero-home img { height: 100%; }
  .hero-home::before { z-index: 1; }
  .hero-copy { position: relative; inset: auto; z-index: 2; min-height: 66vh; padding-bottom: 44px; }
}

.page-hero { position: relative; }
.page-hero > img, .page-hero picture, .page-hero picture img { display: block; width: 100%; }
.page-hero > img, .page-hero picture img { height: clamp(260px, 38vw, 460px); object-fit: cover; object-position: center; }
.page-hero.tall > img, .page-hero.tall picture img { height: clamp(300px, 42vw, 520px); }
.page-hero .overlay {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  justify-content: center; align-items: center; text-align: center; padding: 0 24px;
  background: linear-gradient(180deg, rgba(33,55,42,.30), rgba(33,55,42,.44));
}
.page-hero .overlay .eyebrow { color: var(--leaf-300); }
.page-hero .overlay h1 { color: #fff; font-size: clamp(2rem, 4.6vw, 3.3rem); max-width: 900px; text-shadow: 0 2px 22px rgba(20,32,25,.45); }
.page-hero .overlay p { color: var(--cream); font-size: clamp(.98rem, 1.7vw, 1.15rem); max-width: 680px; margin: 4px 0 0; text-shadow: 0 1px 14px rgba(20,32,25,.5); }
.page-hero.quiet .overlay { background: linear-gradient(180deg, rgba(33,55,42,.08), rgba(33,55,42,.20)); }
.page-hero.quiet .overlay h1 { color: var(--pine-950); text-shadow: none; }
.page-hero.quiet .overlay p { color: var(--ink); text-shadow: none; }

.split { display: grid; grid-template-columns: 1.04fr 1fr; gap: 58px; align-items: center; }
.split h2 { font-size: clamp(1.8rem, 3vw, 2.45rem); }
.split .lead p { color: var(--ink-2); }
.split .lead p strong { color: var(--ink); }

.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); grid-template-rows: auto auto auto; gap: 14px; margin: 30px 0 34px; }
.stat {
  grid-row: span 3; display: grid; grid-template-rows: subgrid;
  justify-items: center; align-items: center; text-align: center;
  background: rgba(255,255,255,.9); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 20px 12px;
}
@supports not (grid-template-rows: subgrid) {
  .stat-row { grid-template-rows: none; }
  .stat { grid-row: auto; display: flex; flex-direction: column; justify-content: flex-start; }
}
.stat .icon { width: 26px; height: 26px; margin: 0 0 10px; }
.stat b { display: block; margin: 0 0 6px; font-family: var(--ff-display); font-weight: 600; color: var(--pine-700); }
.stat span { display: block; font-family: var(--ff-body); font-size: 12.5px; font-weight: 700; color: var(--ink); line-height: 1.45; letter-spacing: .02em; }

.video-card {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  box-shadow: var(--shadow); cursor: pointer; border: 0; padding: 0; background: none; width: 100%;
}
.video-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; transition: transform .5s ease; }
.video-card:hover img { transform: scale(1.03); }
.video-card .play {
  position: absolute; inset: 0; margin: auto; width: 76px; height: 76px;
  border-radius: 50%; background: rgba(244,241,231,.92);
  display: grid; place-items: center; transition: transform .25s ease, background .25s ease;
}
.video-card:hover .play { transform: scale(1.07); background: #fff; }
.video-card .play svg { width: 26px; height: 26px; fill: var(--pine-800); margin-left: 4px; }

.check-list { list-style: none; padding: 0; margin: 22px 0 6px; display: grid; gap: 10px; }
.check-list li { display: flex; gap: 12px; align-items: flex-start; color: var(--ink-2); font-size: 15.5px; }
.check-list svg { flex: none; width: 20px; height: 20px; stroke: var(--pine-700); fill: none; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; margin-top: 3px; }
.check-list b { color: var(--ink); }

.cat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.cat-card {
  position: relative; border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm); background: var(--white);
}
.cat-card img { aspect-ratio: 1 / 1; width: 100%; object-fit: cover; transition: transform .5s ease; }
.cat-card:hover img { transform: scale(1.045); }
.cat-card .cat-label {
  position: absolute; left: 0; right: 0; bottom: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
  padding: 13px 18px;
  background: linear-gradient(180deg, rgba(33,55,42,.0), rgba(33,55,42,.62) 34%, rgba(33,55,42,.78));
  color: #fff; font-weight: 700; font-size: 16px; letter-spacing: .015em;
  transition: background .25s ease;
}
.cat-card:hover .cat-label { background: linear-gradient(180deg, rgba(62,107,76,.1), rgba(62,107,76,.92) 40%); }
.cat-label svg { width: 17px; height: 17px; stroke: #fff; stroke-width: 2.4; fill: none; flex: none; transition: transform .25s; }
.cat-card:hover .cat-label svg { transform: translateX(4px); }

.partner-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.partner-tile {
  position: relative; border: 0; padding: 0; border-radius: var(--radius-lg);
  overflow: hidden; cursor: pointer; text-align: center; background: var(--pine-900);
  box-shadow: var(--shadow-sm);
}
.partner-tile img { width: 100%; height: 300px; object-fit: cover; opacity: .85; transition: transform .55s ease, opacity .3s; }
.partner-tile:hover img { transform: scale(1.04); opacity: .7; }
.partner-tile .pt-copy {
  position: absolute; inset: 0; display: flex; flex-direction: column;
  align-items: center; justify-content: center; gap: 16px; padding: 20px;
  background: linear-gradient(180deg, rgba(33,55,42,.30), rgba(33,55,42,.52));
}
.partner-tile h3 { color: #fff; font-family: var(--ff-body); font-weight: 800; font-size: clamp(1.15rem, 2vw, 1.5rem); letter-spacing: .04em; text-transform: uppercase; margin: 0; text-shadow: 0 2px 16px rgba(20,32,25,.5); }
.partner-tile .pt-btn {
  background: rgba(244,241,231,.94); color: var(--pine-900);
  font-size: 13.5px; font-weight: 700; letter-spacing: .04em;
  border-radius: 999px; padding: 10px 24px; transition: background .2s, transform .2s;
}
.partner-tile:hover .pt-btn { background: #fff; transform: translateY(-2px); }

.certs { position: relative; background: var(--cream); overflow: hidden; }
.certs::before {
  content: ""; position: absolute; inset: 0;
  background: url("../img/map-bg.svg") center 58% / min(1150px, 96%) no-repeat;
  pointer-events: none;
}
.certs .container { position: relative; }
.cert-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 34px; margin: 8px 0 52px; }
.cert-badge {
  display: grid; place-items: center; width: 96px; height: 96px; border-radius: 50%;
  background: #fff; border: 1.5px dashed var(--line-2);
  font-weight: 800; font-size: 14.5px; color: var(--pine-800); letter-spacing: .03em;
  text-align: center; line-height: 1.25; padding: 8px;
}
.cert-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.cert-stat {
  background: rgba(255,255,255,.9); border: 1px solid var(--line);
  border-radius: var(--radius); padding: 28px 22px; text-align: center;
}
.cert-stat b { display: block; font-family: var(--ff-display); font-size: 34px; font-weight: 600; color: var(--pine-700); margin-bottom: 6px; }
.cert-stat h4 { font-family: var(--ff-body); font-size: 15.5px; font-weight: 700; margin-bottom: 8px; }
.cert-stat p { font-size: 13.5px; color: var(--ink-2); margin: 0; }

.platform-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-bottom: 44px; }
.platform {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 14px 22px; text-align: center; transition: transform .25s ease, box-shadow .25s ease;
}
.platform:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.platform b { display: block; font-size: 19px; font-weight: 800; letter-spacing: .01em; }
.platform i { display: block; width: 34px; height: 4px; border-radius: 2px; margin: 10px auto 8px; }
.platform span { font-size: 12.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-2); }

.strip-wrap { position: relative; }
.photo-strip {
  display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 8px; scrollbar-width: none;
}
.photo-strip::-webkit-scrollbar { display: none; }
.photo-strip img {
  flex: 0 0 min(300px, 72vw); aspect-ratio: 4 / 3; object-fit: cover;
  border-radius: var(--radius); scroll-snap-align: start; box-shadow: var(--shadow-sm);
}
.strip-btn {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line);
  background: rgba(255,255,255,.95); display: grid; place-items: center; z-index: 4;
  box-shadow: var(--shadow-sm); transition: background .2s;
}
.strip-btn:hover { background: var(--pine-700); border-color: var(--pine-700); }
.strip-btn:hover svg { stroke: #fff; }
.strip-btn svg { width: 18px; height: 18px; stroke: var(--ink); stroke-width: 2.2; fill: none; }
.strip-btn.prev { left: -14px; }
.strip-btn.next { right: -14px; }

.voices-track { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px; }
.voices-track::-webkit-scrollbar { display: none; }
.voice-card {
  flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start;
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; box-shadow: var(--shadow-sm);
}
.voice-card .video-card { border-radius: 0; box-shadow: none; }
.voice-card .video-card img { aspect-ratio: 16 / 9; }
.voice-card .video-card .play { width: 58px; height: 58px; }
.voice-card .vc-meta { padding: 16px 20px 18px; }
.voice-card .vc-meta b { display: block; font-size: 15.5px; }
.voice-card .vc-meta span { font-size: 13px; color: var(--ink-2); letter-spacing: .04em; }

.crumbs {
  background: var(--cream); border-bottom: 1px solid var(--line-2);
  font-size: 14px; color: var(--ink-2);
}
.crumbs .container { display: flex; align-items: center; flex-wrap: wrap; gap: 8px; padding-top: 13px; padding-bottom: 13px; }
.crumbs a { color: var(--ink-2); display: inline-flex; align-items: center; gap: 6px; }
.crumbs a:hover { color: var(--pine-700); }
.crumbs svg { width: 13px; height: 13px; stroke: var(--ink-2); stroke-width: 2; fill: none; }
.crumbs .sep { opacity: .55; }
.crumbs .here { color: var(--ink); font-weight: 600; max-width: 46ch; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.sub-filter { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin: -18px 0 44px; }
.sub-filter a {
  font-size: 13.5px; font-weight: 600; color: var(--ink-2);
  border: 1px solid var(--line-2); border-radius: 999px; padding: 8px 18px; background: #fff;
  transition: all .2s;
}
.sub-filter a:hover { border-color: var(--pine-700); color: var(--pine-700); }
.sub-filter a.on { background: var(--pine-700); border-color: var(--pine-700); color: #fff; }

.prod-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.prod-card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  overflow: hidden; transition: box-shadow .25s ease, transform .25s ease; display: flex; flex-direction: column;
}
.prod-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.prod-card img { aspect-ratio: 1 / 1; object-fit: cover; border-bottom: 1px solid var(--line); background: #fff; }
.prod-card .pc-body { padding: 15px 17px 17px; }
.prod-card h3 {
  font-family: var(--ff-body); font-size: 14.8px; font-weight: 600; line-height: 1.45; margin: 0 0 7px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 2.9em;
}
.prod-card:hover h3 { color: var(--pine-700); }
.prod-card .pc-model { font-size: 12.5px; color: var(--ink-2); letter-spacing: .03em; }
.empty-note { text-align: center; color: var(--ink-2); padding: 40px 0 10px; }

.pd-wrap { display: grid; grid-template-columns: 88px minmax(0, 1.15fr) 1fr; gap: 26px; align-items: start; }
.pd-thumbs { position: relative; display: flex; flex-direction: column; gap: 10px; }
.pd-thumbs .t-list { display: flex; flex-direction: column; gap: 10px; max-height: 470px; overflow: hidden; }
.pd-thumbs button.t {
  border: 1.6px solid var(--line); border-radius: 10px; padding: 0; overflow: hidden; background: #fff;
}
.pd-thumbs button.t.on { border-color: var(--pine-700); }
.pd-thumbs button.t img { aspect-ratio: 1/1; object-fit: cover; }
.t-nav { border: 1px solid var(--line-2); background: var(--cream); border-radius: 8px; padding: 5px 0; display: grid; place-items: center; }
.t-nav:hover { background: var(--leaf-100); }
.t-nav svg { width: 15px; height: 15px; stroke: var(--ink); stroke-width: 2.2; fill: none; }
.pd-main { border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; background: #fff; }
.pd-main img { aspect-ratio: 1/1; width: 100%; object-fit: cover; }

.pd-info h1 { font-family: var(--ff-body); font-size: clamp(1.35rem, 2.4vw, 1.72rem); font-weight: 700; line-height: 1.32; }
.pd-model { font-size: 14px; color: var(--ink-2); letter-spacing: .02em; margin-bottom: 26px; }
.pd-info h2 { font-family: var(--ff-body); font-size: 17px; font-weight: 700; margin: 0 0 16px; }
.spec-row { display: flex; gap: 14px; align-items: flex-start; padding: 13px 0; border-top: 1px solid var(--line); font-size: 15px; }
.spec-row:last-of-type { border-bottom: 1px solid var(--line); }
.spec-row .icon { width: 22px; height: 22px; margin-top: 1px; flex: none; }
.spec-row b { margin-right: 6px; }
.pd-cats { margin-top: 26px; font-size: 13.5px; color: var(--ink-2); }
.pd-cats a { color: var(--pine-700); font-weight: 600; }

.perks { background: var(--cream); border-top: 1px solid var(--line-2); }
.perks .container { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; padding-top: 42px; padding-bottom: 42px; }
.perk { display: flex; gap: 15px; align-items: center; }
.perk .icon { width: 40px; height: 40px; stroke-width: 1.6; flex: none; }
.perk b { display: block; font-size: 15.5px; color: var(--pine-800); }
.perk span { font-size: 13.5px; color: var(--ink-2); }

.timeline-wrap { position: relative; }
.timeline { display: flex; gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 4px; }
.timeline::-webkit-scrollbar { display: none; }
.tl-card {
  flex: 0 0 calc((100% - 44px) / 3); scroll-snap-align: start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px 30px; text-align: center;
}
.tl-card b { display: block; font-family: var(--ff-display); font-size: 30px; font-weight: 600; color: var(--pine-700); margin-bottom: 10px; }
.tl-card p { font-size: 14.5px; color: var(--ink-2); margin: 0; }
.tl-card.first { background: var(--pine-800); border-color: var(--pine-800); }
.tl-card.first b { color: var(--leaf-100); }
.tl-card.first p { color: var(--leaf-100); }
.tl-years { display: flex; gap: 30px; margin-top: 30px; padding: 0 4px; overflow-x: auto; scrollbar-width: none; }
.tl-years::-webkit-scrollbar { display: none; }
.tl-years button {
  background: none; border: 0; padding: 8px 2px; font-size: 14.5px; font-weight: 700;
  color: var(--line-2); border-top: 2.5px solid transparent; letter-spacing: .02em;
}
.tl-years button.on { color: var(--ink); border-top-color: var(--pine-700); }
.tl-years button:hover { color: var(--pine-700); }

.map-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: 54px; align-items: center; }
.map-split .lead p { color: var(--ink-2); }
.map-split img { width: 100%; }

.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.panel {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 42px 44px; box-shadow: var(--shadow-sm);
}
.panel > h3 { text-align: center; font-size: 26px; margin-bottom: 8px; }
.panel > .panel-sub { text-align: center; font-size: 14.5px; color: var(--ink-2); margin-bottom: 28px; }
.panel img { border-radius: var(--radius); }

.form { display: grid; gap: 14px; }
.form input, .form textarea {
  width: 100%; border: 1px solid var(--line-2); border-radius: 10px;
  padding: 13px 16px; background: #fff; transition: border-color .2s;
}
.form input:focus, .form textarea:focus { outline: none; border-color: var(--pine-600); }
.form textarea { min-height: 130px; resize: vertical; }
.form .btn { width: 100%; justify-content: center; border-radius: 12px; }
.form-note { font-size: 12.8px; color: var(--ink-2); text-align: center; margin: 4px 0 0; }

.info-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.info-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; text-align: center; }
.info-card .icon { width: 32px; height: 32px; margin: 0 auto 12px; }
.info-card b { display: block; font-size: 15.5px; margin-bottom: 5px; }
.info-card p { font-size: 14px; color: var(--ink-2); margin: 0; }

.catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.catalog-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
  overflow: hidden; text-align: center; transition: box-shadow .25s, transform .25s;
  display: flex; flex-direction: column;
}
.catalog-card:hover { box-shadow: var(--shadow); transform: translateY(-3px); }
.catalog-card img { aspect-ratio: 3 / 4; object-fit: cover; }
.catalog-card .cc-body { padding: 22px 22px 26px; display: grid; gap: 6px; justify-items: center; }
.catalog-card h3 { font-family: var(--ff-body); font-size: 16.5px; font-weight: 700; margin: 0; }
.catalog-card time { font-size: 13px; color: var(--ink-2); }
.catalog-card .btn { margin-top: 10px; padding: 10px 24px; font-size: 13.5px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.article-slot {
  border: 1.6px dashed var(--line-2); border-radius: var(--radius-lg);
  padding: 46px 30px; text-align: center; color: var(--ink-2); background: rgba(255,255,255,.6);
}
.article-slot .icon { width: 34px; height: 34px; margin: 0 auto 14px; stroke: var(--leaf-300); }
.article-slot b { display: block; color: var(--ink); font-size: 15.5px; margin-bottom: 6px; }
.article-slot p { font-size: 13.5px; margin: 0; }

footer.site {
  background: linear-gradient(180deg, var(--pine-900), var(--pine-950));
  color: var(--leaf-100);
}
.footer-top { display: grid; grid-template-columns: 1.25fr .65fr 1.1fr; gap: 56px; padding-block: 68px 52px; }
.footer-top h4 { font-family: var(--ff-body); color: #fff; font-size: 16.5px; font-weight: 700; letter-spacing: .04em; margin-bottom: 20px; }
.f-brand .brand { margin-bottom: 20px; }
.f-brand p { font-size: 14px; color: var(--leaf-300); max-width: 40ch; }
.newsletter { background: rgba(244,241,231,.08); border: 1px solid rgba(244,241,231,.16); border-radius: 14px; padding: 20px; margin-top: 20px; }
.newsletter b { display: block; font-size: 14.5px; color: #fff; margin-bottom: 12px; }
.newsletter form { display: flex; gap: 8px; min-width: 0; }
.newsletter input {
  flex: 1; min-width: 0; width: 0; background: rgba(255,255,255,.10); border: 1px solid rgba(244,241,231,.22);
  border-radius: 999px; padding: 11px 18px; color: #fff;
}
.newsletter input::placeholder { color: rgba(220,229,214,.72); }
.newsletter button { flex: none; width: 44px; height: 44px; border-radius: 50%; border: 0; background: var(--pine-600); color: #fff; display: grid; place-items: center; }
.newsletter button:hover { background: var(--leaf-300); color: var(--pine-950); }
.newsletter svg { width: 17px; height: 17px; stroke: currentColor; stroke-width: 2.2; fill: none; }
.newsletter .ok { font-size: 13.5px; color: var(--leaf-300); margin: 10px 0 0; }

.f-links ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; }
.f-links a { font-size: 14.5px; color: var(--leaf-100); }
.f-links a:hover { color: #fff; }

.f-contact ul { list-style: none; margin: 0 0 20px; padding: 0; display: grid; gap: 14px; }
.f-contact li { display: flex; gap: 12px; font-size: 14.5px; line-height: 1.55; color: var(--leaf-100); }
.f-contact li a { color: var(--leaf-100); } .f-contact li a:hover { color: #fff; }
.f-contact svg { flex: none; width: 18px; height: 18px; stroke: var(--leaf-300); fill: none; stroke-width: 1.8; margin-top: 3px; }
.socials { display: flex; gap: 10px; }
.socials a {
  display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid rgba(244,241,231,.28); transition: background .2s, border-color .2s;
}
.socials a:hover { background: var(--pine-600); border-color: var(--pine-600); }
.socials svg { width: 16px; height: 16px; fill: var(--leaf-100); }

.footer-top > * { min-width: 0; }
.f-contact li a, .f-contact li span { overflow-wrap: anywhere; }
.footer-bottom { border-top: 1px solid rgba(244,241,231,.15); padding: 22px 24px; text-align: center; font-size: 13.5px; color: var(--leaf-300); }

.modal-overlay {
  position: fixed; inset: 0; z-index: 200; display: none;
  align-items: center; justify-content: center; padding: 22px;
  background: rgba(24, 35, 28, .55); backdrop-filter: blur(2px);
}
.modal-overlay.open { display: flex; }
.modal {
  background: #fff; border-radius: var(--radius-lg); box-shadow: var(--shadow);
  width: min(560px, 100%); max-height: 92vh; overflow: auto; padding: 38px 40px 36px; position: relative;
}
.modal h3 { text-align: center; font-size: 25px; margin-bottom: 6px; }
.modal .m-sub { text-align: center; font-size: 14px; color: var(--ink-2); margin-bottom: 8px; }
.modal .m-tag {
  display: table; margin: 0 auto 24px; background: var(--leaf-100); color: var(--pine-900);
  font-size: 12.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  border-radius: 999px; padding: 6px 16px;
}
.modal-close {
  position: absolute; transition: opacity .3s, background .2s, border-color .2s; top: 14px; right: 14px; width: 42px; height: 42px; z-index: 5; cursor: pointer;
  border: 1px solid var(--line); border-radius: 50%; background: rgba(255, 255, 255, .95);
  display: grid; place-items: center; box-shadow: var(--shadow-sm);
}
.modal-close:hover { background: var(--pine-700); border-color: var(--pine-700); }
.modal-close:hover svg { stroke: #fff; }
.modal-close:focus-visible { outline: 2px solid var(--pine-600); outline-offset: 3px; }
.modal-close svg { width: 17px; height: 17px; stroke: var(--ink); stroke-width: 2.3; fill: none; stroke-linecap: round; }

.modal.video-modal { width: min(880px, 100%); padding: 14px; }
.modal.video-modal .modal-close {
  top: 26px; right: 26px; width: 32px; height: 32px;
  background: rgba(18, 30, 23, .52); border-color: rgba(255, 255, 255, .30);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .30); backdrop-filter: blur(6px);
}
.modal.video-modal .modal-close svg { width: 14px; height: 14px; stroke: #fff; stroke-width: 2.4; }
.modal.video-modal .modal-close:hover { background: rgba(18, 30, 23, .82); border-color: rgba(255, 255, 255, .55); }
.modal.video-modal .modal-close:hover svg { stroke: #fff; }
.modal-close.dim { opacity: .2; }
.modal-close:focus-visible { opacity: 1; }
@media (hover: hover) and (pointer: fine) {
  .modal.video-modal .modal-close { opacity: 0; pointer-events: none; }
  .modal.video-modal:hover .modal-close,
  .modal.video-modal .modal-close:focus-visible { opacity: 1; pointer-events: auto; }
}
@media (max-width: 700px) {
  .modal.video-modal { padding: 10px; }
  .modal.video-modal .modal-close {
    top: 20px; right: 20px; width: 29px; height: 29px;
    background: rgba(18, 30, 23, .40); border-color: rgba(255, 255, 255, .22);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .22);
  }
  .modal.video-modal .modal-close svg { width: 12.5px; height: 12.5px; stroke: rgba(255, 255, 255, .88); stroke-width: 2.2; }
}
.video-slot {
  aspect-ratio: 16/9; border-radius: 12px; background: var(--pine-950);
  display: grid; place-items: center; text-align: center; color: var(--leaf-300); padding: 24px;
}
.video-slot b { display: block; color: #fff; font-size: 17px; margin-bottom: 8px; }
.video-slot p { font-size: 13.5px; margin: 0; max-width: 46ch; }

@media (max-width: 1080px) {
  .cat-grid, .prod-grid { grid-template-columns: repeat(3, 1fr); }
  .platform-row { grid-template-columns: repeat(5, 1fr); gap: 12px; }
  .voice-card { flex-basis: calc((100% - 22px) / 2); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .pd-wrap { grid-template-columns: 76px 1fr; }
  .pd-info { grid-column: 1 / -1; }
}

@media (max-width: 1080px) {
  .section { padding: 64px 0; }
  .topbar-tag { display: none; }
  .nav-toggle { display: block; margin-left: auto; }
  .nav-search { display: none; }
  .navbar-inner { min-height: 58px; }
  .nav-links {
    position: fixed; inset: 0; top: 0; z-index: 80; margin: 0;
    background: var(--cream); flex-direction: column; align-items: stretch;
    padding: 92px 26px 40px; gap: 0; overflow-y: auto;
    transform: translateX(100%); transition: transform .28s ease;
  }
  body.nav-open .nav-links { transform: none; }
  body.nav-open .nav-toggle { position: relative; z-index: 90; }
  .nav-links > li > a { padding: 16px 4px; font-size: 15px; border-bottom: 1px solid var(--line-2); width: 100%; justify-content: space-between; }
  .mega, .has-mega:hover .mega, .has-mega:focus-within .mega {
    position: static; transform: none; width: auto; opacity: 1; visibility: hidden;
    display: none; box-shadow: none; border: 0; border-radius: 0; background: transparent;
    padding: 6px 10px 14px; columns: 2; column-gap: 18px;
  }
  li.has-mega.open .mega { display: block; visibility: visible; }
  li.has-mega.open .mega .mega-col { break-inside: avoid; margin-bottom: 18px; }
  .mobile-search { display: block; padding: 14px 4px 6px; }
  .mobile-search form { display: flex; gap: 8px; background: #fff; border: 1px solid var(--line-2); border-radius: 999px; padding: 6px 6px 6px 16px; }
  .mobile-search input { flex: 1; border: 0; outline: 0; background: none; }
  .mobile-search button { width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--pine-700); color: #fff; display: grid; place-items: center; }
  .mobile-search svg { width: 15px; height: 15px; stroke: #fff; fill: none; stroke-width: 2; }

  .split, .map-split, .duo { grid-template-columns: 1fr; gap: 36px; }
  .stat-row { grid-template-columns: repeat(2, 1fr); }
  .cat-grid, .prod-grid { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .partner-grid { grid-template-columns: 1fr; }
  .partner-tile img { height: 240px; }
  .cert-stats { grid-template-columns: repeat(2, 1fr); }
  .platform-row { grid-template-columns: repeat(2, 1fr); }
  .platform:last-child { grid-column: 1 / -1; }
  .voice-card { flex-basis: 86%; }
  .catalog-grid, .article-grid, .info-grid { grid-template-columns: 1fr; }
  .perks .container { grid-template-columns: 1fr 1fr; gap: 18px; }
  .pd-wrap { grid-template-columns: 1fr; }
  .pd-thumbs { flex-direction: row; order: 2; }
  .pd-thumbs .t-list { flex-direction: row; max-height: none; overflow-x: auto; }
  .pd-thumbs button.t { flex: 0 0 72px; }
  .t-nav { display: none; }
  .strip-btn.prev { left: 6px; } .strip-btn.next { right: 6px; }
  .panel { padding: 32px 24px; }
  .footer-top { grid-template-columns: 1fr; gap: 40px; padding-block: 52px 40px; }
}

@media (min-width: 1081px) { .mobile-search { display: none; } }

.form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.form select {
  width: 100%; border: 1.5px solid var(--line); border-radius: 10px; padding: 12px 13px;
  font: inherit; background: #FDFDFA; color: var(--ink); appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C6E5E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 16px;
}
.form select:focus { outline: none; border-color: var(--pine-700); }
.consent { display: flex; gap: 9px; align-items: flex-start; font-size: 13px; color: var(--ink-2); cursor: pointer; }
.consent input { margin-top: 3px; accent-color: var(--pine-700); }
.hp { position: absolute !important; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-msg { font-size: 13.5px; padding: 9px 13px; border-radius: 9px; }
.form-msg.ok { background: #E4F0E4; color: #235B32; }
.form-msg.err { background: #F7E4DE; color: #8C3B22; }
.sub-note { font-size: 12.5px; color: var(--leaf-300); margin-top: 6px; }

.lightbox {
  position: fixed; inset: 0; background: rgba(14, 24, 19, .97); z-index: 90;
  display: grid; grid-template-rows: 1fr auto auto; opacity: 0; visibility: hidden;
  transition: opacity .22s; padding: 74px 88px 22px;
}
.lightbox.open { opacity: 1; visibility: visible; }
.lb-stage { order: 1; margin: 0; min-height: 0; display: grid; grid-template-rows: 1fr auto; align-content: center; justify-items: center; gap: 12px; }
.lightbox img {
  max-width: 100%; max-height: 100%; min-height: 0; align-self: center; border-radius: var(--radius);
  background: var(--white); object-fit: contain; box-shadow: 0 18px 50px rgba(0, 0, 0, .38);
}
.lb-cap {
  font-family: var(--ff-body); font-size: 13px; color: var(--leaf-300);
  letter-spacing: .04em; text-align: center; max-width: 60ch;
}
.lb-count {
  position: absolute; top: 22px; left: 26px; z-index: 3;
  font-family: var(--ff-body); font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
  color: var(--leaf-300); background: rgba(244, 241, 231, .10);
  border: 1px solid rgba(244, 241, 231, .20); border-radius: 999px; padding: 7px 16px;
}
.lb-btn {
  position: absolute; z-index: 3; width: 46px; height: 46px; border-radius: 50%;
  border: 1px solid var(--line); background: rgba(255, 255, 255, .95);
  display: grid; place-items: center; cursor: pointer;
  box-shadow: var(--shadow-sm); transition: background .2s, border-color .2s, transform .2s;
}
.lb-btn svg { width: 18px; height: 18px; stroke: var(--ink); stroke-width: 2.2; fill: none; stroke-linecap: round; stroke-linejoin: round; }
.lb-btn:hover { background: var(--pine-700); border-color: var(--pine-700); }
.lb-btn:hover svg { stroke: #fff; }
.lb-btn:focus-visible { outline: 2px solid var(--leaf-300); outline-offset: 3px; }
.lb-close { top: 20px; right: 26px; }
.lb-prev { left: 24px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 24px; top: 50%; transform: translateY(-50%); }
.lb-prev:hover, .lb-next:hover { transform: translateY(-50%) scale(1.06); }
.lightbox.single .lb-nav, .lightbox.single .lb-prev, .lightbox.single .lb-next,
.lightbox.single .lb-thumbs, .lightbox.single .lb-count { display: none; }
.lb-thumbs { display: flex; justify-content: center; gap: 10px; flex-wrap: wrap; padding-top: 16px; }
.lb-thumbs button {
  width: 62px; height: 62px; padding: 0; border-radius: 10px; overflow: hidden; cursor: pointer;
  border: 2px solid transparent; background: rgba(244, 241, 231, .12);
  opacity: .55; transition: opacity .2s, border-color .2s;
}
.lb-thumbs button img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 0; box-shadow: none; }
.lb-thumbs button:hover { opacity: .85; }
.lb-thumbs button.on { opacity: 1; border-color: var(--leaf-300); }
@media (max-width: 900px) {
  .lightbox { padding: 60px 12px 14px; grid-template-rows: 1fr auto auto; }
  .lb-btn { width: 40px; height: 40px; }
  .lb-close { top: 14px; right: 12px; width: 34px; height: 34px; }
  .lb-close svg { width: 15px; height: 15px; }
  .lb-count { top: 18px; left: 14px; padding: 6px 13px; font-size: 11.5px; }
  .lb-prev, .lb-next { position: static; transform: none; }
  .lb-prev:hover, .lb-next:hover { transform: none; }
  .lb-nav { display: flex; justify-content: center; align-items: center; gap: 22px; padding-top: 14px; order: 2; }
  .lb-thumbs { order: 3; padding-top: 12px; gap: 8px; }
  .lb-thumbs button { width: 46px; height: 46px; }
}
@media (min-width: 901px) { .lb-nav { display: contents; } }
@media (max-width: 560px) {
  .lb-thumbs { display: none; }
  .lightbox { padding: 56px 10px 12px; }
}
@media (prefers-reduced-motion: reduce) { .lb-btn, .lightbox { transition: none; } }
.pd-main { position: relative; cursor: zoom-in; }
.zoom-hint {
  position: absolute; right: 12px; bottom: 12px; width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.85); display: grid; place-items: center; pointer-events: none;
  border: 1px solid var(--line);
}
.zoom-hint svg { width: 17px; height: 17px; stroke: var(--pine-800); fill: none; stroke-width: 2; stroke-linecap: round; }

.video-slot .player { position: absolute; inset: 0; }
.video-slot .player iframe, .video-slot .player video { width: 100%; height: 100%; border: 0; display: block; background: #000; }
.video-slot { position: relative; }
.video-slot.playing > div:not(.player) { visibility: hidden; }

.pager { display: flex; gap: 16px; align-items: center; justify-content: center; margin-top: 34px; }
.pager span { color: var(--ink-2); font-size: 14px; }

.pd-short { color: var(--ink-2); margin: 10px 0 4px; }
.pd-detail { margin-top: 44px; max-width: 880px; }
.pd-detail h2 { font-family: var(--serif); font-size: 1.5rem; margin-bottom: 12px; }
.pd-detail p { color: var(--ink-2); margin-bottom: 10px; }

.cc-btns { display: flex; gap: 9px; flex-wrap: wrap; }
.cc-btns .btn { padding: 10px 16px; font-size: 13.5px; }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card {
  display: block; background: #fff; border: 1px solid var(--line); border-radius: var(--r-md);
  overflow: hidden; transition: transform .22s, box-shadow .22s; color: inherit; text-decoration: none;
}
.article-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.article-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; display: block; }
.ac-body { padding: 16px 18px 20px; }
.ac-body h3 { font-family: var(--serif); font-size: 1.12rem; margin-bottom: 4px; }
.ac-body time { font-size: 12.5px; color: var(--ink-3); display: block; margin-bottom: 8px; }
.ac-body p { font-size: 13.8px; color: var(--ink-2); }
.article-page { max-width: 780px; }
.article-page h1 { font-family: var(--serif); font-size: clamp(1.7rem, 3vw, 2.3rem); margin-bottom: 6px; }
.article-page time { color: var(--ink-3); font-size: 13.5px; display: block; margin-bottom: 18px; }
.article-cover { width: 100%; border-radius: var(--r-md); margin-bottom: 22px; }
.article-body p { margin-bottom: 14px; color: #3C4A41; line-height: 1.85; }

.platform .pf-logo { height: 34px; max-width: 130px; object-fit: contain; display: block; margin: 0 auto; }
span.platform { cursor: default; }

.tl-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 10px; margin-bottom: 10px; }
.tl-card h4 { font-size: 14.5px; margin: 2px 0 4px; }

.cert-badge { cursor: default; border: 0; font: inherit; }
.cert-badge.has-img { cursor: zoom-in; }
.cert-badge.has-img:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.cert-badge img { width: 74%; height: 74%; object-fit: contain; }

@media (max-width: 1080px) { .article-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .form .grid2 { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: 1fr; }
}

.form .consent { display: flex; align-items: flex-start; justify-content: flex-start; gap: 10px; text-align: left; width: 100%; }
.form .consent input { flex: 0 0 auto; width: 16px; height: 16px; margin: 2px 0 0; }
.form .consent span { flex: 1; display: block; }

.partner-grid { gap: 0; border-radius: var(--r-lg); overflow: hidden; }
.partner-grid .partner-tile { border-radius: 0; border: 0; }
.partner-grid .partner-tile img { border-radius: 0; }

.platform-row { display: flex; justify-content: center; gap: 0; flex-wrap: nowrap; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; background: #fff; max-width: 880px; margin: 0 auto 30px; }
.platform { flex: 1 1 0; display: grid; place-items: center; padding: 22px 10px; background: #fff; border-right: 1px solid var(--line-2); min-height: 96px; text-decoration: none; transition: background .2s; }
.platform:last-child { border-right: 0; }
a.platform:hover { background: #F7F6EF; }
span.platform { cursor: default; }
.platform .pf-logo { max-height: 44px; max-width: 82%; object-fit: contain; display: block; }
.platform .pf-word { font-size: 1.05rem; font-weight: 800; letter-spacing: .02em; }

.photo-strip { display: flex; gap: 14px; overflow-x: auto; scroll-behavior: smooth; scrollbar-width: none; }
.photo-strip::-webkit-scrollbar { display: none; }
.photo-strip img { flex: 0 0 calc((100% - 4 * 14px) / 5); aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; background: #E9EDE4; }

.cert-logos { display: flex; justify-content: center; align-items: center; gap: clamp(18px, 3.4vw, 44px); flex-wrap: wrap; margin-bottom: 40px; }
.cert-logo { background: none; border: 0; padding: 0; cursor: zoom-in; font: inherit; display: grid; place-items: center; transition: transform .2s; }
.cert-logo:hover { transform: translateY(-3px); }
.cert-logo img { height: clamp(40px, 5vw, 62px); width: auto; max-width: 190px; object-fit: contain; display: block; }
.cert-logo b { font-size: .95rem; color: var(--pine-800); }

.cert-stat { transition: background .5s, color .5s, transform .5s, box-shadow .5s; }
.cert-stat.hl { background: var(--pine-700); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cert-stat.hl b, .cert-stat.hl h4, .cert-stat.hl p { color: #F2F6EE; }
.cert-stat.hl b { color: #FFFFFF; }

.pl-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pl-grid .cat-card.wide { grid-column: span 2; }
.pl-grid .cat-card { aspect-ratio: auto; height: clamp(200px, 24vw, 300px); }
.pl-grid .cat-card img { height: 100%; }
.planding-banner { position: relative; margin: 26px 0 0; min-height: clamp(300px, 34vw, 460px); display: grid; place-items: center; overflow: hidden; }
.planding-banner img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.62) saturate(.9); }
.planding-banner .pb-copy { position: relative; text-align: center; color: #fff; padding: 40px 20px; }
.planding-banner h2 { font-family: var(--serif); font-size: clamp(1.5rem, 3.2vw, 2.4rem); margin-bottom: 20px; text-shadow: 0 2px 18px rgba(0,0,0,.45); }

.pl-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 14px; flex-wrap: wrap; padding: 12px 0 22px; border-bottom: 1px solid var(--line-2); margin-bottom: 26px; }
.plt-left, .plt-right { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.plt-label { font-size: 13.5px; color: var(--ink-2); }
.plt-drop { position: relative; }
.plt-drop summary { list-style: none; cursor: pointer; display: inline-flex; align-items: center; gap: 6px; font-size: 14px; color: var(--ink); padding: 7px 2px; border-bottom: 1.5px solid transparent; }
.plt-drop summary::-webkit-details-marker { display: none; }
.plt-drop[open] summary { border-bottom-color: var(--pine-700); color: var(--pine-800); }
.plt-drop summary svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; }
.plt-panel { position: absolute; top: calc(100% + 8px); left: 0; z-index: 30; background: #fff; border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow-md); padding: 14px 16px; min-width: 260px; }
.plt-panel-head { display: flex; justify-content: space-between; gap: 20px; font-size: 13px; color: var(--ink-2); border-bottom: 1px solid var(--line-2); padding-bottom: 9px; margin-bottom: 10px; }
.plt-panel-head a { color: var(--pine-700); text-decoration: underline; }
.plt-panel label { display: flex; align-items: center; gap: 9px; font-size: 14px; padding: 5px 0; cursor: pointer; }
.plt-panel input[type=checkbox] { width: 15px; height: 15px; accent-color: var(--pine-700); }
.plt-price { display: flex; align-items: center; gap: 7px; }
.plt-price span { color: var(--ink-2); }
.plt-price input { width: 86px; border: 1.5px solid var(--line); border-radius: 8px; padding: 8px 9px; font: inherit; }
.plt-sort { border: 1.5px solid var(--line); border-radius: 9px; padding: 8px 34px 8px 12px; font: inherit; font-size: 14px; background: #FDFDFA; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235C6E5E' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; background-size: 15px; }
.plt-count { font-size: 13.5px; color: var(--ink-2); }
.pc-badge { position: absolute; top: 10px; left: 10px; background: rgba(44, 54, 47, .82); color: #fff; font-size: 11.5px; padding: 4px 10px; border-radius: 99px; }
.pc-img { position: relative; }
.pc-price { margin-top: 6px; font-weight: 700; color: var(--pine-800); }

.pn-split { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(28px, 5vw, 70px); align-items: center; }
.pn-collage { position: relative; padding: 0 12% 16% 0; }
.pn-main { width: 100%; border-radius: var(--r-md); display: block; box-shadow: var(--shadow-md); }
.pn-small { position: absolute; right: 0; bottom: 0; width: 52%; border-radius: var(--r-md); border: 5px solid var(--cream); box-shadow: var(--shadow-md); }

.voices-view { overflow: hidden; flex: 1; }
.voices-track { display: flex; gap: 18px; transition: transform .45s cubic-bezier(.25,.8,.35,1); will-change: transform; }
.voices-track .voice-card { flex: 0 0 calc((100% - 2 * 18px) / 3); }
@media (max-width: 900px) { .voices-track .voice-card { flex: 0 0 calc((100% - 18px) / 2); } }
@media (max-width: 620px) { .voices-track .voice-card { flex: 0 0 100%; } }


.timeline::after { content: ""; flex: 0 0 calc(66.6% - 15px); }
@media (max-width: 1080px) {
  .tl-card { flex: 0 0 calc((100% - 22px) / 2); }
  .timeline::after { flex: 0 0 calc(50% - 11px); }
}
@media (max-width: 700px) {
  .tl-card { flex: 0 0 100%; }
  .timeline::after { flex: 0 0 0; }
}
.tl-years button { cursor: pointer; }

.cc-cover { position: relative; overflow: hidden; border-radius: var(--r-md) var(--r-md) 0 0; }
.cc-cover img { width: 100%; aspect-ratio: 3 / 4; object-fit: cover; display: block; transition: transform .35s; }
.catalog-card:hover .cc-cover img { transform: scale(1.04); }
.cc-hover { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; gap: 14px; background: rgba(20, 34, 27, .28); opacity: 0; transition: opacity .25s; }
.catalog-card:hover .cc-hover, .catalog-card:focus-within .cc-hover { opacity: 1; }
.cc-act { display: grid; place-items: center; gap: 5px; width: 76px; height: 76px; border-radius: 14px; background: rgba(255,255,255,.34); backdrop-filter: blur(6px); color: #fff; font-size: 12.5px; text-decoration: none; border: 1px solid rgba(255,255,255,.45); transition: background .2s, transform .2s; }
.cc-act:hover { background: rgba(255,255,255,.5); transform: translateY(-2px); }
.cc-act svg { width: 22px; height: 22px; stroke: #fff; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.catalog-card .cc-body { text-align: center; padding: 14px 14px 18px; }
.catalog-card .cc-body time { color: var(--ink-3); font-size: 12.5px; }

.ac-ex { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; font-size: 13.8px; color: var(--ink-2); margin-bottom: 10px; }
.ac-body time { display: flex; align-items: center; gap: 6px; }
.ac-body time svg { width: 14px; height: 14px; stroke: var(--ink-3); fill: none; stroke-width: 1.8; }
.article-page time { display: flex; align-items: center; gap: 7px; }
.article-page time svg { width: 15px; height: 15px; stroke: var(--ink-3); fill: none; stroke-width: 1.8; }
.article-lede { color: var(--ink-2); font-size: 1.02rem; margin-bottom: 10px; }
.article-cover { margin-bottom: 26px; }
.article-body img { max-width: min(560px, 100%); border-radius: var(--r-md); display: block; margin: 18px 0; }
.article-body h2, .article-body h3 { font-family: var(--serif); margin: 22px 0 10px; }

@media (max-width: 900px) {
  .pl-grid { grid-template-columns: repeat(2, 1fr); }
  .pl-grid .cat-card.wide { grid-column: span 2; }
  .pn-split { grid-template-columns: 1fr; }
  .photo-strip img { flex: 0 0 calc((100% - 2 * 14px) / 3); width: calc((100% - 2 * 14px) / 3); }
  .platform-row { flex-wrap: wrap; }
  .platform { flex: 1 1 33%; border-bottom: 1px solid var(--line-2); }
}
@media (max-width: 620px) {
  .photo-strip img { flex: 0 0 calc((100% - 14px) / 2); width: calc((100% - 14px) / 2); }
  .platform { flex: 1 1 50%; }
  .pl-toolbar { align-items: flex-start; }
}

header { position: sticky; top: calc(var(--tb-h, 54px) * -1); z-index: 70; }
.navbar { position: static; }

.cert-stat.hl { background: #fff; transform: none; box-shadow: none; }
.cert-stat.hl b { color: var(--pine-800); }
.cert-stat.hl h4 { color: var(--ink); }
.cert-stat.hl p { color: var(--ink-2); }
.cert-stat { cursor: default; }
.cert-stat:hover { background: var(--pine-700); transform: translateY(-4px); box-shadow: var(--shadow-md); }
.cert-stat:hover b { color: #FFFFFF; }
.cert-stat:hover h4, .cert-stat:hover p { color: #F2F6EE; }

.platform-row { gap: 16px; border: 0; background: none; overflow: visible; max-width: 940px; flex-wrap: nowrap; }
.platform { background: #fff; border: 1px solid var(--line); border-radius: 16px; min-height: 104px; padding: 20px 14px; box-shadow: 0 1px 2px rgba(28, 44, 34, .05); transition: transform .22s, box-shadow .22s, border-color .22s; border-right: 1px solid var(--line); }
.platform:last-child { border-right: 1px solid var(--line); }
.platform:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: #CBD6C6; background: #fff; }
.platform .pf-logo { max-height: 48px; height: 44px; width: auto; max-width: 88%; object-fit: contain; }

.strip-view { overflow: hidden; flex: 1; }
.strip-track { display: flex; gap: 14px; will-change: transform; }
.photo-strip { overflow: visible; scroll-behavior: auto; }
.photo-strip img { flex: 0 0 calc((100% - 4 * 14px) / 5); width: calc((100% - 4 * 14px) / 5); height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 14px; }
.voices-track { gap: 18px; }
.voices-track .voice-card { flex: 0 0 calc((100% - 2 * 18px) / 3); }

.pn-collage { padding: 0 11% 13% 0; }
.pn-main { border-radius: 16px; }
.pn-small { border-radius: 16px; border: 5px solid var(--cream); width: 54%; }

@media (max-width: 900px) {
  .platform-row { flex-wrap: wrap; gap: 12px; }
  .platform { flex: 1 1 30%; min-height: 88px; }
  .photo-strip img { flex: 0 0 calc((100% - 2 * 14px) / 3); width: calc((100% - 2 * 14px) / 3); }
}
@media (max-width: 620px) {
  .platform { flex: 1 1 45%; }
  .photo-strip img { flex: 0 0 calc((100% - 14px) / 2); width: calc((100% - 14px) / 2); }
  .voices-track .voice-card { flex: 0 0 100%; }
}

.planding-banner::before { content: ""; position: absolute; inset: 0; background: rgba(15, 28, 22, .42); z-index: 1; }
.planding-banner img { filter: brightness(.8) saturate(.92); }
.planding-banner .pb-copy { z-index: 2; }

.pn-collage .pn-main { width: 100%; aspect-ratio: 5 / 4; object-fit: cover; border-radius: 16px; display: block; }
.pn-collage .pn-small { aspect-ratio: 4 / 3; object-fit: cover; border-radius: 16px; }

.tl-card { transition: background .35s, border-color .35s, transform .35s, box-shadow .35s; }
.tl-card.first { background: #fff; border-color: var(--line); }
.tl-card.first b { color: var(--pine-700); }
.tl-card.first p { color: var(--ink-2); }
.tl-card.on { background: #C9A57E; border-color: #C9A57E; transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tl-card.on b { color: #FFFFFF; }
.tl-card.on h4, .tl-card.on strong { color: #FFF7EC; }
.tl-card.on p { color: #FDF3E4; }

.pc-pack { margin-top: 6px; font-size: 13px; color: var(--ink-2); }

.platform { min-height: 122px; padding: 24px 16px; }
.platform .pf-logo { height: 56px; max-height: 56px; max-width: 90%; }

footer.site .footer-top { padding-block: 40px 30px; gap: 44px; }
footer.site .footer-bottom { padding: 14px 24px 16px; }
.newsletter { margin-top: 18px; }
.f-contact ul { margin-bottom: 8px; }

.stat-row { grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.stat b { font-size: clamp(15px, 1.32vw, 19px); line-height: 1.25; white-space: nowrap; }
@media (max-width: 620px) {
  .stat-row { grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(6, auto); margin-bottom: 26px; }
}
.pl-grid .cat-card.wide { grid-column: span 1; }
.pl-grid { grid-template-columns: repeat(4, 1fr); }
.pl-grid .cat-card { height: clamp(180px, 17vw, 230px); }
@media (max-width: 900px) { .pl-grid { grid-template-columns: repeat(2, 1fr); } }


.hero-home, .page-hero, .planding-banner, footer.site, .topbar, header { width: 100%; }
.hero-home > picture { width: 100%; }
.planding-banner img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

@media (min-width: 1600px) {
  :root { --container: 1360px; }
}
@media (min-width: 1900px) {
  :root { --container: 1520px; }
  .hero-copy h1 { font-size: clamp(2.1rem, 3vw, 3.7rem); }
}
@media (min-width: 2400px) {
  :root { --container: 1720px; }
  html { font-size: 17.5px; }
}
@media (min-width: 3000px) {
  :root { --container: 1960px; }
  html { font-size: 19px; }
}

@media (max-width: 400px) {
  .container { padding: 0 16px; }
  .hero-pills span { font-size: 12px; padding: 6px 10px; }
  .plt-toolbar, .pl-toolbar { gap: 10px; }
}
@media (max-width: 340px) {
  .container { padding: 0 12px; }
  .prod-grid { grid-template-columns: 1fr; }
  .pl-grid { grid-template-columns: 1fr; }
  .photo-strip img { flex: 0 0 100%; width: 100%; }
}


@media (max-width: 1080px) {
  .nav-links { width: 100%; max-width: 100vw; box-sizing: border-box; left: 0; right: 0; }
  .nav-links > li { width: 100%; }
  .nav-links > li > a { box-sizing: border-box; }
  .navbar-inner { gap: 12px; }
}
@media (max-width: 360px) {
  .nav-links { padding: 84px 16px 32px; }
  .brand-name { font-size: 1.02rem; }
  .brand-name small { font-size: 9.5px; letter-spacing: .12em; }
  .topbar-mail { font-size: 12px; }
}

.page-hero.quiet .overlay { background: linear-gradient(180deg, rgba(24,44,34,.28), rgba(24,44,34,.44)); }
.page-hero.quiet .overlay h1 { color: #fff; text-shadow: 0 2px 20px rgba(18,30,22,.5); }
.page-hero.quiet .overlay p { color: var(--cream); }
