:root {
  --brand: #064e72;
  --brand-dark: #063547;
  --brand-soft: #e7f1f6;
  --accent: #d8a23a;
  --accent-soft: #fff5dc;
  --ink: #132631;
  --muted: #667985;
  --line: #dfe8ed;
  --surface: #ffffff;
  --soft: #f5f8fa;
  --shadow: 0 24px 70px rgba(7, 38, 55, 0.14);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(100% - 40px, 1200px); margin: 0 auto; }

.site-header {
  /* Header is placed at the top of every page, but it is not fixed/sticky. */
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid rgba(6, 78, 114, 0.14);
  box-shadow: 0 12px 34px rgba(7, 38, 55, 0.08);
}

.header-brand-row { background: linear-gradient(180deg, #fff, #f7fbfd); }
.header-brand-grid {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 10px 0;
}
.brand-logo {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
}
.brand-logo img {
  width: 190px;
  height: 64px;
  object-fit: contain;
  filter: saturate(1.03) contrast(1.02);
}
.brand-logo-right img {
  width: 190px;
  height: 64px;
}
.brand-title {
  flex: 1 1 auto;
  min-width: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
}
.brand-title strong {
  color: var(--ink);
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 900;
  letter-spacing: -0.04em;
}
.brand-title span {
  margin-top: 8px;
  color: var(--brand);
  font-size: clamp(13px, 1.4vw, 16px);
  font-weight: 700;
  letter-spacing: 0.02em;
}

.header-menu-row {
  background: linear-gradient(90deg, var(--brand-dark), var(--brand));
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}
.menu-wrap { position: relative; }
.main-menu {
  min-height: 56px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 6px;
}
.nav-item { position: relative; display: flex; align-items: stretch; }
.nav-link {
  border: 0;
  appearance: none;
  background: transparent;
  color: #f8fbfd;
  font: inherit;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  min-height: 56px;
  cursor: pointer;
  border-radius: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.nav-link:hover,
.nav-item.open > .nav-link,
.nav-item:hover > .nav-link { background: rgba(255, 255, 255, 0.13); }
.lang-switch {
  margin-left: 14px;
  color: var(--brand-dark);
  background: var(--accent);
  min-height: 36px;
  align-self: center;
  border-radius: 999px;
  padding: 0 16px;
}
.lang-switch:hover { background: #f0bd56; color: var(--brand-dark); }

.dropdown-panel {
  position: absolute;
  left: 0;
  top: calc(100% + 12px);
  width: min(680px, 92vw);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 24px;
  padding: 24px;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 0 0 var(--radius) var(--radius);
  box-shadow: var(--shadow);
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
  transition: opacity 0.22s ease, transform 0.22s ease;
}
.dropdown-wide { width: min(820px, 94vw); }
.nav-item.open .dropdown-panel,
.nav-item:hover .dropdown-panel {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.dropdown-copy {
  padding: 18px;
  color: #fff;
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: 18px;
}
.dropdown-copy b { display: block; font-size: 18px; line-height: 1.2; }
.dropdown-copy p { margin: 12px 0 0; color: #d9eaf1; line-height: 1.55; }
.dropdown-links { display: grid; gap: 8px; }
.dropdown-links.columns { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dropdown-links a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 11px 14px;
  color: var(--ink);
  background: #f7fafc;
  border: 1px solid transparent;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 800;
}
.dropdown-links a:hover {
  color: var(--brand);
  background: var(--brand-soft);
  border-color: #cbe2ec;
}

.hamb {
  display: none;
  width: 48px;
  height: 44px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 0;
  border-radius: 14px;
  background: var(--brand);
  cursor: pointer;
}
.hamb span { width: 22px; height: 2px; background: #fff; border-radius: 2px; }
.menu-overlay { display: none; }
.menu-lock { overflow: hidden; }

.hero {
  color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(216, 162, 58, 0.28), transparent 30%),
    linear-gradient(135deg, #072532 0%, #07425d 50%, #0b6f95 100%);
  overflow: hidden;
}
.hero-grid {
  min-height: 590px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: 54px;
  padding: 70px 0;
}
.hero-grid.compact { min-height: 430px; }
.hero-inner .hero-grid { min-height: 430px; }
.eyebrow,
.kicker {
  display: inline-flex;
  color: var(--accent);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.hero h1 {
  margin: 18px 0 22px;
  font-size: clamp(34px, 4.8vw, 62px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}
.hero p { color: #e7f3f7; font-size: 18px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 22px;
  border: 0;
  border-radius: 999px;
  color: var(--brand-dark);
  background: var(--accent);
  font: inherit;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(216, 162, 58, 0.28);
}
.btn-outline {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: none;
}
.hero-media,
.hero-note {
  padding: 18px;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 32px;
  box-shadow: var(--shadow);
}
.hero-media img { width: 100%; height: 380px; object-fit: cover; border-radius: 22px; }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 12px; }
.hero-metrics div { padding: 16px; background: rgba(255, 255, 255, 0.10); border-radius: 16px; }
.hero-metrics b,
.hero-note b { display: block; color: #fff; font-size: 20px; }
.hero-metrics span { color: #dbeaf0; font-size: 13px; }
.hero-note { color: #d8e8ee; }
.hero-note p { font-size: 16px; margin: 10px 0 0; }

.section { padding: 86px 0; }
.white { background: #fff; }
.muted { background: var(--soft); }
.split-title {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1fr);
  gap: 44px;
  align-items: end;
  margin-bottom: 36px;
}
.split-title h2,
.page-body h2,
.cta-card h2,
.family-head h2 { margin: 8px 0 0; font-size: clamp(30px, 4vw, 54px); line-height: 1; letter-spacing: -0.05em; }
.split-title p,
.lead { color: var(--muted); font-size: 18px; line-height: 1.7; }
.kicker { color: var(--brand); }
.overview-grid,
.card-grid,
.docs-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.overview-card,
.market-card,
.doc-card,
.info-card,
.panel,
.table-card,
.family-card,
.grade-card,
.card-form,
.family-pill {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(7, 38, 55, 0.06);
}
.overview-card,
.market-card,
.doc-card,
.family-pill { padding: 26px; transition: transform 0.2s ease, box-shadow 0.2s ease; }
.overview-card:hover,
.market-card:hover,
.doc-card:hover,
.grade-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.overview-card span { color: var(--accent); font-weight: 900; }
.overview-card h3,
.market-card h3,
.doc-card h3 { margin: 12px 0; font-size: 21px; }
.overview-card p,
.market-card p,
.doc-card p,
.family-pill p { color: var(--muted); line-height: 1.65; }
.diamond { color: var(--accent); font-size: 22px; }
.chip-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 16px 0; }
.chip-row span { padding: 7px 10px; background: var(--brand-soft); border-radius: 999px; color: var(--brand); font-size: 12px; font-weight: 800; }
.text-link { color: var(--brand); font-weight: 900; }
.text-link.block { display: block; margin: 10px 0; }
.family-strip { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.family-pill h3 { margin: 0 0 10px; font-size: 18px; }

.cta-section { padding: 70px 0; background: linear-gradient(135deg, var(--brand-dark), var(--brand)); }
.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
  padding: 42px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
}
.cta-card p { color: #d9eaf1; line-height: 1.65; }

.page-body { max-width: 920px; }
.rich-text { font-size: 17px; line-height: 1.75; color: #314854; }
.rich-text h2 { color: var(--ink); margin-top: 26px; }
.rich-text ul { padding-left: 22px; }
.detail-grid,
.form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 34px;
  align-items: start;
}
.panel,
.info-card,
.card-form { padding: 30px; }
.spec-card dl { display: grid; grid-template-columns: 90px 1fr; gap: 10px 16px; }
.spec-card dt { color: var(--muted); font-weight: 800; }
.spec-card dd { margin: 0; font-weight: 900; }
.family-list { display: grid; gap: 28px; }
.family-card { padding: 34px; }
.family-card { display: grid; grid-template-columns: 0.8fr 1fr; gap: 30px; }
.family-head p,
.family-story { color: var(--muted); line-height: 1.7; }
.grade-grid { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.grade-card { display: grid; gap: 8px; padding: 18px; }
.grade-card b { color: var(--brand); font-size: 18px; }
.grade-card span { color: var(--ink); font-weight: 700; }
.grade-card small { color: var(--muted); }

.docs-grid { grid-template-columns: repeat(3, 1fr); }
.doc-card span { display: inline-flex; color: var(--brand); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: 0.08em; }
.table-stack { display: grid; gap: 24px; }
.table-card { padding: 28px; overflow: hidden; }
.table-wrap { overflow-x: auto; }
.data-table { width: 100%; border-collapse: collapse; min-width: 760px; }
.data-table td { padding: 14px 16px; border-bottom: 1px solid var(--line); }
.data-table tr:first-child td { color: #fff; background: var(--brand); font-weight: 900; }

.form { display: grid; gap: 12px; }
.form input,
.form select,
.form textarea {
  width: 100%;
  min-height: 48px;
  padding: 13px 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  font: inherit;
  background: #fff;
}
.form textarea { min-height: 140px; resize: vertical; }
.flash-wrap { padding-top: 20px; }
.flash { padding: 14px 18px; background: var(--accent-soft); border: 1px solid #f0d592; border-radius: 14px; font-weight: 800; }

.footer { padding: 60px 0; color: #d5e5ec; background: #071923; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 34px; }
.footer h3,
.footer h4 { color: #fff; margin-top: 0; }
.footer p { color: #bfd1d9; line-height: 1.65; }
.footer a { display: block; color: #bfd1d9; margin: 9px 0; }
.footer a:hover { color: var(--accent); }

@media (max-width: 980px) {
  .wrap { width: min(100% - 28px, 1200px); }
  .header-brand-grid { min-height: 78px; gap: 12px; padding: 8px 0; }
  .brand-logo { flex: 0 0 120px; min-height: 54px; }
  .brand-logo-left img { width: 115px; height: 46px; }
  .brand-logo-right { display: none; }
  .brand-title strong { font-size: 19px; }
  .brand-title span { font-size: 12px; }
  .hamb { display: flex; flex: 0 0 48px; }
  .header-menu-row {
    /* Mobile menu is an off-canvas panel only while the burger menu is opened. */
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    width: min(380px, 90vw);
    background: #fff;
    transform: translateX(105%);
    transition: transform 0.25s ease;
    box-shadow: var(--shadow);
    overflow-y: auto;
  }
  .header-menu-row.is-open { transform: translateX(0); }
  .main-menu { min-height: auto; padding: 18px; display: grid; align-items: start; justify-content: stretch; }
  .nav-item { display: block; }
  .nav-link { min-height: 50px; justify-content: space-between; width: 100%; color: var(--ink); background: #f6fafc; border-radius: 14px; }
  .nav-link:hover,
  .nav-item.open > .nav-link { background: var(--brand-soft); }
  .lang-switch { margin-left: 0; color: var(--brand-dark); justify-content: center; background: var(--accent); }
  .dropdown-panel { position: static; width: 100%; display: none; grid-template-columns: 1fr; margin: 8px 0 14px; padding: 14px; opacity: 1; pointer-events: auto; transform: none; box-shadow: none; border-radius: 18px; }
  .nav-item.open .dropdown-panel { display: grid; }
  .dropdown-copy { padding: 14px; }
  .dropdown-links.columns { grid-template-columns: 1fr; }
  .menu-overlay.is-open { display: block; position: fixed; inset: 0; z-index: 80; background: rgba(5, 25, 35, 0.42); }
  .site-header { z-index: 110; }
  .hero-grid,
  .hero-grid.compact,
  .detail-grid,
  .form-layout,
  .split-title,
  .family-card,
  .footer-grid { grid-template-columns: 1fr; }
  .hero-grid { min-height: auto; padding: 54px 0; }
  .hero-media img { height: 280px; }
  .overview-grid,
  .card-grid,
  .docs-grid,
  .family-strip,
  .grade-grid { grid-template-columns: 1fr; }
  .cta-card { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  .brand-title { text-align: left; align-items: flex-start; }
  .hero h1 { font-size: 38px; }
  .hero-metrics { grid-template-columns: 1fr; }
  .section { padding: 60px 0; }
}

/* Download cards and slower hover dropdown behavior
   --------------------------------------------------
   These rules make public documents easier to download and prevent the
   desktop dropdown from disappearing while the cursor moves from the menu
   button to the panel. Font sizes are intentionally unchanged. */
.has-dropdown::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.dropdown-panel {
  top: calc(100% + 8px);
  visibility: hidden;
  transition:
    opacity 0.22s ease 0.12s,
    transform 0.22s ease 0.12s,
    visibility 0s linear 0.34s;
}

.nav-item.open .dropdown-panel,
.nav-item:hover .dropdown-panel,
.nav-item:focus-within .dropdown-panel {
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}

.doc-card-link {
  display: block;
  color: inherit;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.doc-card-link:hover {
  transform: translateY(-3px);
  border-color: rgba(6, 78, 114, 0.28);
  box-shadow: 0 18px 48px rgba(7, 38, 55, 0.12);
}

.shareholder-notice {
  position: relative;
}

.shareholder-notice::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 999px;
  background: var(--accent);
}

.muted-link {
  display: inline-flex;
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.download-strip {
  margin-top: 28px;
}

/* ==========================================================================
   Product pages
   ========================================================================== */

.product-hero .hero-grid,
.product-detail-hero .hero-grid {
  grid-template-columns: minmax(0, 1fr);
}

.product-hero .hero-copy,
.product-detail-hero .hero-copy {
  max-width: 920px;
}

.product-hero .hero-note,
.product-detail-hero .hero-note {
  display: none;
}

.product-hero-centered .hero-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 380px;
  padding: 62px 0;
  text-align: center;
}

.product-hero-centered .hero-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.product-hero-centered h1,
.product-hero-centered p {
  margin-left: auto;
  margin-right: auto;
}

.product-hero-centered h1 {
  max-width: 900px;
  font-size: clamp(30px, 3.1vw, 50px);
}

.product-hero-centered p {
  max-width: 860px;
  color: #edf7fb;
}

.product-hero-centered .hero-actions {
  justify-content: center;
}

.product-family-nav-section {
  padding-top: 34px;
  padding-bottom: 20px;
}

.product-family-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 0;
}

.product-family-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 10px 16px;
  color: var(--brand-dark);
  font-weight: 700;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(6, 78, 114, 0.06);
}

.product-family-nav a:hover {
  color: var(--brand);
  border-color: var(--brand);
  transform: translateY(-1px);
}

.product-family-nav-hero {
  margin-top: 34px;
}

.product-family-nav-hero a {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.product-family-nav-hero a:hover {
  color: var(--brand-dark);
  background: var(--accent);
  border-color: var(--accent);
}


.product-family-section {
  scroll-margin-top: 24px;
}

.family-short {
  margin-top: 8px;
  color: var(--muted);
}

.family-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

.family-story-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.family-story-grid > div {
  padding: 18px;
  background: #f7fbfd;
  border: 1px solid var(--line);
  border-radius: 18px;
}

.grade-table-card {
  margin-top: 28px;
  padding: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbfd 100%);
  border: 1px solid var(--line);
  border-radius: 24px;
}

.grade-table-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 18px;
}

.grade-table-head h3,
.grade-table-head p {
  margin: 0;
}

.grade-table-head p {
  max-width: 520px;
  color: var(--muted);
}

.grade-grid-detailed {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grade-card.detailed {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-height: 190px;
}

.grade-card.detailed em {
  color: var(--muted);
  font-style: normal;
  line-height: 1.45;
}

.grade-card.detailed strong {
  margin-top: auto;
  color: var(--brand);
}

.grade-family {
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.product-cta-card {
  align-items: center;
}

.product-request-section {
  background:
    radial-gradient(circle at 88% 24%, rgba(216, 162, 58, 0.16), transparent 26%),
    linear-gradient(135deg, #f7fbfd 0%, #eef6f9 100%);
}

.product-request-section .cta-card {
  background: #ffffff;
  border: 1px solid #d7e5eb;
  box-shadow: 0 18px 50px rgba(7, 37, 50, 0.08);
}

.product-request-section .cta-card p {
  color: #46616c;
}

.product-main-panel h2 + p,
.product-main-panel h2 + ul {
  margin-top: 8px;
}

.related-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.related-links a {
  padding: 10px 12px;
  color: var(--brand-dark);
  font-weight: 700;
  background: var(--brand-soft);
  border-radius: 12px;
}

.related-links a:hover {
  color: #ffffff;
  background: var(--brand);
}

/* ==========================================================================
   Readability fixes
   ========================================================================== */

.hero h1,
.page-hero-home h1,
.hero-inner h1,
.product-hero h1 {
  max-width: 780px;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.hero-copy p {
  max-width: 760px;
}

.hero-grid.compact,
.hero-inner .hero-grid {
  min-height: 340px;
  padding: 56px 0;
}

.page-hero-home .hero-grid {
  min-height: 520px;
}

.request-section {
  padding: 76px 0;
  background: #ffffff;
}

.request-section .form-layout {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.75fr);
  gap: 34px;
  align-items: stretch;
}

.request-copy,
.request-section .request-copy {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid #d6e3ea;
  border-radius: 26px;
  box-shadow: 0 18px 48px rgba(7, 38, 55, 0.08);
}

.request-copy .kicker,
.request-section .kicker {
  color: var(--brand);
}

.request-copy h2,
.request-copy p,
.request-copy li,
.request-copy div,
.request-copy span:not(.kicker) {
  color: var(--ink);
}

.request-copy p {
  max-width: 720px;
  font-size: 18px;
  line-height: 1.72;
}

.card-form,
.request-section .card-form {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #c9d9e1;
  box-shadow: 0 18px 48px rgba(7, 38, 55, 0.11);
}

.card-form .form-note,
.card-form label,
.card-form p {
  color: #405765;
}

.card-form input,
.card-form select,
.card-form textarea {
  color: var(--ink);
  background: #ffffff;
  border: 1px solid #bfd2dc;
}

.card-form input::placeholder,
.card-form textarea::placeholder {
  color: #657c89;
  opacity: 1;
}

.card-form .btn {
  width: 100%;
  margin-top: 4px;
}

.form-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .family-story-grid,
  .grade-grid-detailed,
  .request-section .form-layout {
    grid-template-columns: 1fr;
  }

  .grade-table-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero h1,
  .page-hero-home h1,
  .hero-inner h1,
  .product-hero h1 {
    font-size: clamp(30px, 8vw, 42px);
  }

  .page-hero-home .hero-grid,
  .hero-grid {
    min-height: auto;
  }
}


/* Clean Products page header and request CTA */
.product-hero-title .hero-grid {
  min-height: 260px;
  padding: 56px 0;
}

.product-hero-title h1 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: clamp(44px, 6vw, 84px);
}

.products-content-section {
  padding-top: 34px;
}

.product-request-section {
  background:
    radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.13), transparent 24%),
    linear-gradient(135deg, var(--brand-dark), var(--brand));
}

.product-request-section .cta-card {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.product-request-section .cta-card h2,
.product-request-section .cta-card p {
  color: #ffffff;
}

.product-request-section .cta-card p {
  max-width: 780px;
  color: #d9eaf1;
}

/* Shareholder archive: documents stored in the database */
.shareholders-hero .centered-hero {
  display: flex;
  justify-content: center;
  min-height: 360px;
  text-align: center;
}

.shareholders-hero .centered-copy {
  max-width: 880px;
}

.shareholders-hero h1 {
  font-size: clamp(34px, 4.2vw, 58px);
}

.shareholders-section {
  padding-top: 72px;
}

.shareholders-title {
  align-items: center;
  margin-bottom: 42px;
}

.shareholder-group {
  margin-top: 24px;
}

.shareholder-list {
  display: grid;
  gap: 14px;
}

.shareholder-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  padding: 22px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 32px rgba(7, 38, 55, 0.06);
}

.shareholder-date {
  margin-bottom: 8px;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.shareholder-card h4 {
  margin: 0;
  color: var(--ink);
  font-size: 21px;
  line-height: 1.28;
}

.shareholder-card p {
  max-width: 980px;
  margin: 10px 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.shareholder-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.shareholder-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 10px;
  color: var(--brand-dark);
  background: #f4f8fb;
  border: 1px solid #dbe8ee;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
}

.shareholder-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 46px;
  padding: 12px 18px;
  color: var(--brand-dark);
  background: var(--accent);
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(216, 162, 58, 0.22);
}

.shareholder-download:hover {
  transform: translateY(-2px);
}

.shareholder-download.disabled {
  color: var(--muted);
  background: #edf3f6;
  box-shadow: none;
}

.empty-state {
  padding: 34px;
  background: var(--soft);
  border-radius: var(--radius);
}

@media (max-width: 760px) {
  .shareholder-card {
    grid-template-columns: 1fr;
  }

  .shareholder-download {
    width: 100%;
  }
}

.notice-card {
  margin: 24px 0;
  padding: 18px 20px;
  border: 1px solid rgba(2, 52, 74, 0.16);
  border-radius: 18px;
  background: rgba(2, 52, 74, 0.05);
  font-weight: 700;
}

/* Applications / Markets page: separate industry table with product links */
.table-panel {
  background: #ffffff;
  border: 1px solid rgba(10, 55, 70, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 45px rgba(5, 32, 42, 0.08);
  overflow: hidden;
}
.applications-table-wrap {
  overflow-x: auto;
}
.applications-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 900px;
}
.applications-table th,
.applications-table td {
  text-align: left;
  vertical-align: top;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(10, 55, 70, 0.10);
}
.applications-table th {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #0a4356;
  background: #f4f8fa;
}
.applications-table tr:last-child td {
  border-bottom: 0;
}
.applications-table td p {
  margin: 8px 0 0;
  color: #55727c;
}
.table-main-link {
  color: #073f54;
  font-weight: 800;
  text-decoration: none;
}
.table-main-link:hover {
  text-decoration: underline;
}
.recommended-grade-links,
.related-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.recommended-grade-links a,
.related-links a {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 12px;
  background: #eef6f8;
  color: #07445b;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(10, 55, 70, 0.10);
}
.recommended-grade-links a:hover,
.related-links a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(5, 32, 42, 0.10);
}
.hero-grade-links a {
  background: rgba(255, 255, 255, 0.92);
}
.mini-list {
  margin: 14px 0;
  color: #55727c;
}
.compact-notice {
  margin: 18px 0;
}
@media (max-width: 760px) {
  .applications-table {
    min-width: 760px;
  }
  .applications-table th,
  .applications-table td {
    padding: 16px;
  }
}


/* ==========================================================================
   Centered inner-page heroes and readable request form
   ========================================================================== */

.hero-centered-section .hero-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  padding: 58px 0;
}

.hero-centered-section .hero-copy {
  width: min(100%, 860px);
  margin: 0 auto;
  text-align: center;
}

.hero-centered-section .hero-copy h1,
.hero-centered-section .hero-copy p {
  margin-left: auto;
  margin-right: auto;
}

.hero-centered-section .hero-copy h1 {
  max-width: 820px;
  font-size: clamp(32px, 3.2vw, 48px);
}

.hero-centered-section .hero-copy p {
  max-width: 720px;
}

.form-layout.form-layout-single {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  min-height: 420px;
}

.form-layout.form-layout-single .card-form {
  width: min(100%, 560px);
  margin: 0 auto;
}

.request-section {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

@media (max-width: 768px) {
  .hero-centered-section .hero-grid {
    min-height: 240px;
    padding: 42px 0;
  }

  .form-layout.form-layout-single {
    min-height: auto;
  }
}

/* ========================================================================
   Clean centered dropdown menu and shareholder multi-file posts
   ======================================================================== */

@media (min-width: 981px) {
  .nav-item.has-dropdown {
    position: relative;
  }

  .dropdown-panel,
  .dropdown-panel.dropdown-wide {
    left: 50%;
    top: calc(100% + 8px);
    width: 260px;
    display: block;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 8px);
    transition: opacity 0.22s ease, transform 0.22s ease;
  }

  .nav-item.has-dropdown::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 18px;
  }

  .nav-item:hover .dropdown-panel,
  .nav-item.open .dropdown-panel,
  .dropdown-panel:hover {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .dropdown-copy {
    display: none;
  }

  .dropdown-links,
  .dropdown-links.columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    grid-template-columns: none;
  }

  .dropdown-links a {
    width: 100%;
    min-height: 38px;
    justify-content: center;
    padding: 10px 14px;
    color: var(--ink);
    text-align: center;
    background: #f6fafc;
    border: 1px solid rgba(6, 78, 114, 0.08);
    border-radius: 12px;
    box-shadow: 0 10px 28px rgba(7, 38, 55, 0.08);
  }

  .dropdown-links a:hover {
    color: var(--brand-dark);
    background: #eaf4f8;
    border-color: rgba(6, 78, 114, 0.18);
  }
}

.shareholder-files {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.shareholder-file-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 12px 14px;
  color: var(--ink);
  background: #f7fbfd;
  border: 1px solid #d9e8ef;
  border-radius: 14px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.shareholder-file-link:hover {
  background: #eef7fb;
  border-color: #b9d8e5;
  transform: translateY(-1px);
}

.shareholder-file-title {
  font-weight: 800;
  line-height: 1.35;
}

.shareholder-file-meta {
  flex: 0 0 auto;
  color: var(--brand);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

@media (max-width: 760px) {
  .shareholder-file-link {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

/* --------------------------------------------------------------------------
   7 June content revision
   Corporate history, principles, laboratory, packaging and export sections.
   These styles extend the existing visual system without changing navigation,
   product cards, shareholder posts or the database structure.
   -------------------------------------------------------------------------- */
.content-section {
  margin: 0 0 56px;
}

.content-section:last-child {
  margin-bottom: 0;
}

.content-section > h2 {
  max-width: 820px;
  margin: 10px 0 22px;
  font-size: clamp(30px, 4vw, 50px);
  line-height: 1.06;
}

.content-section > p {
  max-width: 900px;
}

.timeline-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.timeline-list > div {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 20px;
  padding: 18px 20px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.timeline-list b {
  color: var(--brand);
  font-size: 18px;
}

.principles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 26px;
}

.principles-grid article {
  padding: 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 12px 34px rgba(7, 38, 55, 0.06);
}

.principles-grid h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 20px;
}

.principles-grid p {
  margin: 0;
  color: var(--muted);
}

.compact-cards {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.location-section {
  padding: 34px;
  background: linear-gradient(135deg, #eef6f8, #fff);
  border: 1px solid var(--line);
  border-radius: 28px;
}

.technical-page-body {
  max-width: 1100px;
}

.technical-overview + .section.white {
  padding-top: 20px;
}

@media (max-width: 760px) {
  .principles-grid,
  .compact-cards {
    grid-template-columns: 1fr;
  }

  .timeline-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .location-section {
    padding: 24px;
  }
}

/* --------------------------------------------------------------------------
   Static corporate pages
   About, Technical Center (except editable tables) and Export use approved
   bilingual template content. The styles reuse the current visual language.
   -------------------------------------------------------------------------- */
.static-hero .hero-grid {
  min-height: 420px;
}

.static-hero-copy {
  max-width: 760px;
}

.static-hero-media img {
  width: 100%;
  height: 310px;
  object-fit: cover;
  border-radius: 20px;
}

.static-content {
  max-width: 1080px;
}

.static-content p,
.static-address p,
.export-list span {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.75;
}

.static-address {
  margin-top: 30px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}

.static-address strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
}

.static-address .btn {
  margin-top: 8px;
}

.static-docs-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.export-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.export-list > div {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 18px;
  background: var(--soft);
  border: 1px solid var(--line);
  border-radius: 16px;
}

.export-list b {
  color: var(--accent);
  font-size: 18px;
}

.export-list span {
  font-size: 15px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .static-docs-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .static-hero .hero-grid {
    min-height: auto;
  }

  .static-hero-media img {
    height: 230px;
  }

  .static-docs-grid,
  .export-list {
    grid-template-columns: 1fr;
  }
}

/* Long Ukrainian stakeholder label stays readable without changing menu styles. */
.shareholders-nav-link {
  white-space: nowrap;
}

@media (max-width: 980px) {
  .shareholders-nav-link {
    white-space: normal;
  }
}

.about-map {
    margin-top: 24px;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0,0,0,.08);
}

.about-map iframe {
    display: block;
    width: 100%;
    border: 0;
}


/* ========================================================================
   Compact centered hero bands and linked product names
   ======================================================================== */
.hero-centered-section .hero-grid,
.hero-grid.compact,
.hero-inner .hero-grid {
  min-height: 250px;
  padding: 42px 0;
}

.page-hero-home .hero-grid {
  min-height: 360px;
  padding: 54px 0;
}

.hero-centered-section .hero-copy {
  width: min(100%, 980px);
}

.hero-centered-section .hero-copy h1,
.hero-centered-section .hero-copy p {
  max-width: 900px;
}

.hero-centered-section .hero-actions {
  justify-content: center;
}

.chip-row a {
  display: inline-flex;
  padding: 8px 11px;
  color: #07445b;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid rgba(10, 55, 70, 0.10);
  border-radius: 12px;
  background: var(--brand-soft);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.chip-row a:hover {
  transform: translateY(-1px);
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(5, 32, 42, 0.10);
}

@media (max-width: 768px) {
  .hero-centered-section .hero-grid,
  .hero-grid.compact,
  .hero-inner .hero-grid {
    min-height: 210px;
    padding: 34px 0;
  }

  .page-hero-home .hero-grid {
    min-height: 300px;
    padding: 42px 0;
  }
}

/* ========================================================================
   Site-wide heading alignment and compact blue bands
   ======================================================================== */
main h1,
main h2,
main h3,
main h4,
main h5,
main h6 {
  text-align: center;
}

/* Keep every inner-page blue hero strip compact and visually consistent. */
.hero-inner .hero-grid,
.hero-centered-section .hero-grid,
.static-hero .hero-grid,
.product-hero .hero-grid,
.product-detail-hero .hero-grid,
.product-hero-title .hero-grid {
  min-height: 230px;
  padding-top: 34px;
  padding-bottom: 34px;
}

.hero-inner .hero-copy,
.hero-centered-section .hero-copy,
.static-hero-copy,
.product-hero .hero-copy,
.product-detail-hero .hero-copy {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-inner .hero-copy p,
.hero-centered-section .hero-copy p,
.static-hero-copy p,
.product-hero .hero-copy p,
.product-detail-hero .hero-copy p {
  margin-left: auto;
  margin-right: auto;
}

.hero-inner .hero-actions,
.product-detail-hero .hero-actions {
  justify-content: center;
}

/* Technical tables: shorter blue header row and centered column headings. */
.data-table tr:first-child td,
.applications-table th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  vertical-align: middle;
  line-height: 1.2;
}

.product-table-link {
  color: #075bc4;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.product-table-link:hover,
.product-table-link:focus-visible {
  color: var(--brand-dark);
}

@media (max-width: 768px) {
  .hero-inner .hero-grid,
  .hero-centered-section .hero-grid,
  .static-hero .hero-grid,
  .product-hero .hero-grid,
  .product-detail-hero .hero-grid,
  .product-hero-title .hero-grid {
    min-height: 190px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}

/* ========================================================================
   FINAL: text-only inner-page hero strips
   All internal blue banners contain only the centered title and subtitle.
   The homepage hero remains unchanged.
   ======================================================================== */
.hero-inner .hero-grid,
.hero-centered-section.hero-inner .hero-grid,
.static-hero .hero-grid,
.product-detail-hero .hero-grid,
.product-hero-title .hero-grid,
.shareholders-hero .hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  grid-template-columns: none;
  width: 100%;
  min-height: 0;
  height: auto;
  padding-top: 42px;
  padding-bottom: 42px;
}

.hero-inner .hero-copy,
.hero-centered-section.hero-inner .hero-copy,
.static-hero .hero-copy,
.product-detail-hero .hero-copy,
.product-hero-title .hero-copy,
.shareholders-hero .hero-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

.hero-inner .hero-copy h1,
.hero-centered-section.hero-inner .hero-copy h1,
.static-hero .hero-copy h1,
.product-detail-hero .hero-copy h1,
.product-hero-title .hero-copy h1,
.shareholders-hero .hero-copy h1 {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.hero-inner .hero-copy p,
.hero-centered-section.hero-inner .hero-copy p,
.static-hero .hero-copy p,
.product-detail-hero .hero-copy p,
.product-hero-title .hero-copy p,
.shareholders-hero .hero-copy p {
  max-width: 860px;
  margin: 22px auto 0;
  text-align: center;
}

/* Remove decorative/media columns and controls from internal blue strips. */
.hero-inner .hero-media,
.hero-inner .hero-note,
.hero-inner .hero-metrics,
.hero-inner .hero-actions,
.hero-inner .eyebrow,
.hero-centered-section.hero-inner .hero-media,
.hero-centered-section.hero-inner .hero-note,
.static-hero .hero-media,
.product-detail-hero .hero-note,
.product-detail-hero .hero-actions,
.product-detail-hero .eyebrow,
.shareholders-hero .hero-media,
.shareholders-hero .hero-note,
.shareholders-hero .hero-actions,
.shareholders-hero .eyebrow {
  display: none !important;
}

@media (max-width: 768px) {
  .hero-inner .hero-grid,
  .hero-centered-section.hero-inner .hero-grid,
  .static-hero .hero-grid,
  .product-detail-hero .hero-grid,
  .product-hero-title .hero-grid,
  .shareholders-hero .hero-grid {
    min-height: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-inner .hero-copy p,
  .hero-centered-section.hero-inner .hero-copy p,
  .static-hero .hero-copy p,
  .product-detail-hero .hero-copy p,
  .product-hero-title .hero-copy p,
  .shareholders-hero .hero-copy p {
    margin-top: 16px;
  }
}


/* Technical-center heading and homepage product-family links */
.technical-tables-title {
  display: flex;
  justify-content: center;
  text-align: center;
}

.technical-tables-title > div {
  width: 100%;
}

.technical-tables-title h2 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.family-pill-link {
  display: block;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.family-pill-link:hover,
.family-pill-link:focus-visible {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
  border-color: rgba(6, 78, 114, 0.28);
}

.family-pill-link:focus-visible {
  outline: 3px solid var(--accent);
  outline-offset: 3px;
}

/* FAQ — replaces the former technical-sales table */
.faq-section {
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 154, 190, 0.12), transparent 30%),
    linear-gradient(180deg, #f4f8fa 0%, #eef4f7 100%);
}

.faq-shell { position: relative; }

.faq-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .8fr);
  gap: 40px;
  align-items: end;
  margin-bottom: 38px;
}

.faq-heading h2 { margin: 8px 0 0; }
.faq-heading > p { margin: 0; max-width: 560px; justify-self: end; }

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 28px;
  align-items: start;
}

.faq-list { display: grid; gap: 12px; }

.faq-item {
  background: #fff;
  border: 1px solid rgba(6, 78, 114, 0.12);
  border-radius: 16px;
  box-shadow: 0 9px 28px rgba(6, 52, 78, 0.055);
  overflow: hidden;
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.faq-item:hover {
  transform: translateY(-2px);
  border-color: rgba(6, 78, 114, 0.28);
  box-shadow: 0 14px 34px rgba(6, 52, 78, 0.09);
}

.faq-item[open] { border-color: rgba(6, 78, 114, 0.28); }

.faq-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 28px;
  gap: 16px;
  align-items: center;
  min-height: 78px;
  padding: 15px 22px;
  cursor: pointer;
  color: var(--primary, #064e72);
  font-weight: 700;
  line-height: 1.35;
}

.faq-item summary::-webkit-details-marker { display: none; }

.faq-number {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(6, 78, 114, 0.08);
  font-size: .78rem;
  letter-spacing: .08em;
  transition: background .25s ease, color .25s ease;
}

.faq-item[open] .faq-number { background: var(--primary, #064e72); color: #fff; }

.faq-toggle {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(6, 78, 114, 0.08);
}
.faq-toggle::before,
.faq-toggle::after {
  content: "";
  position: absolute;
  left: 8px;
  right: 8px;
  top: 13px;
  height: 2px;
  background: currentColor;
  transition: transform .25s ease;
}
.faq-toggle::after { transform: rotate(90deg); }
.faq-item[open] .faq-toggle::after { transform: rotate(0); }

.faq-answer {
  padding: 0 72px 24px 82px;
  color: #425b68;
  animation: faqReveal .24s ease;
}
.faq-answer p { margin: 0 0 12px; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer ul { margin: 8px 0 14px; padding-left: 20px; }
.faq-answer li + li { margin-top: 7px; }

@keyframes faqReveal {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}

.faq-aside {
  position: sticky;
  top: 26px;
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(145deg, #063f5f 0%, #075b82 100%);
  color: #fff;
  box-shadow: 0 24px 55px rgba(5, 55, 82, .22);
  overflow: hidden;
}
.faq-aside::after {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: -65px;
  bottom: -75px;
  border: 1px solid rgba(255,255,255,.18);
  transform: rotate(45deg);
}
.faq-aside .kicker { color: rgba(255,255,255,.68); }
.faq-aside h3 { margin: 12px 0; color: #fff; font-size: 1.65rem; }
.faq-aside p { margin: 0 0 24px; color: rgba(255,255,255,.78); }
.faq-aside .btn { position: relative; z-index: 1; }
.faq-aside-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  margin-bottom: 26px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 15px;
  font-size: 28px;
  transform: rotate(45deg);
}
.faq-aside-icon::first-letter { transform: rotate(-45deg); }

@media (max-width: 960px) {
  .faq-layout { grid-template-columns: 1fr; }
  .faq-aside { position: relative; top: auto; }
}

@media (max-width: 700px) {
  .faq-heading { grid-template-columns: 1fr; gap: 16px; }
  .faq-heading > p { justify-self: start; }
  .faq-item summary { grid-template-columns: 38px minmax(0, 1fr) 24px; gap: 11px; padding: 13px 15px; }
  .faq-number { width: 38px; height: 38px; border-radius: 10px; }
  .faq-answer { padding: 0 18px 20px 64px; }
  .faq-aside { padding: 24px; }
}


/* July 25: language-specific admin documents and centered premium products */
.home-premium-header {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.home-premium-header h2 { text-align: center; }
.home-premium-products .family-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}
.home-premium-products .family-pill {
  flex: 0 1 228px;
  min-height: 365px;
  text-align: center;
}
.uploaded-documents { margin-top: 42px; }
.uploaded-documents-heading { text-align: center; max-width: 760px; margin: 0 auto 24px; }
.uploaded-documents-heading h3 { margin: 0 0 8px; font-size: 30px; }
.uploaded-documents-heading p { margin: 0; color: var(--muted); }
.uploaded-documents-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.uploaded-document-card { display: flex; flex-direction: column; align-items: flex-start; padding: 24px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 12px 34px rgba(7, 38, 55, 0.06); }
.uploaded-document-card .document-type { color: var(--brand); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.uploaded-document-card h4 { margin: 10px 0; font-size: 20px; }
.uploaded-document-card p { flex: 1; margin: 0 0 18px; color: var(--muted); line-height: 1.6; }
.document-download { margin-top: auto; }
.export-certificate-note { margin-top: 22px; font-weight: 700; }
.export-documents { margin-top: 36px; }
@media (max-width: 900px) {
  .uploaded-documents-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .home-premium-header { grid-template-columns: 1fr; text-align: center; gap: 18px; }
  .home-premium-header .text-link { justify-self: center; }
  .home-premium-products .family-pill { flex-basis: 100%; min-height: auto; }
  .uploaded-documents-grid { grid-template-columns: 1fr; }
}

/* Contact page map: rendered directly below the postal address. */
.contact-page-content .about-map {
  width: 100%;
  margin: 22px 0 24px;
}

.contact-page-content .about-map iframe {
  min-height: 320px;
}

.contact-details-after-map {
  margin-top: 8px;
}

@media (max-width: 640px) {
  .contact-page-content .about-map iframe {
    height: 260px;
    min-height: 260px;
  }
}

/* ================================================================
   July 25: complete responsive hardening
   Keeps the existing visual identity while making every public page
   readable and usable on tablets and phones down to 320px.
   ================================================================ */
html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

main,
section,
article,
aside,
header,
footer,
.wrap,
.hero-copy,
.rich-text,
.panel,
.info-card,
.card-form,
.table-card {
  min-width: 0;
}

p,
li,
a,
button,
summary,
dd,
dt,
td,
th,
h1,
h2,
h3,
h4 {
  overflow-wrap: anywhere;
  word-break: normal;
}

iframe,
video,
svg,
canvas {
  max-width: 100%;
}

.table-wrap,
.applications-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.btn,
.nav-link,
.text-link,
.document-download {
  max-width: 100%;
  text-align: center;
}

@media (max-width: 980px) {
  .header-brand-grid {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .brand-logo {
    flex-basis: auto;
  }

  .header-menu-row {
    z-index: 120;
    max-width: 100%;
  }

  .main-menu,
  .dropdown-links,
  .dropdown-panel {
    min-width: 0;
  }

  .shareholders-nav-link {
    white-space: normal;
    line-height: 1.35;
  }

  .hero-grid,
  .hero-grid.compact,
  .hero-inner .hero-grid {
    min-height: auto;
    gap: 30px;
  }

  .hero-copy,
  .hero-note,
  .hero-media {
    width: 100%;
  }

  .split-title {
    align-items: start;
    gap: 20px;
  }

  .detail-grid,
  .form-layout {
    gap: 24px;
  }

  .overview-grid,
  .card-grid,
  .docs-grid,
  .static-docs-grid,
  .principles-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .family-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cta-card {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 28px, 1200px);
  }

  .section {
    padding: 52px 0;
  }

  .header-brand-grid {
    min-height: 72px;
    grid-template-columns: 82px minmax(0, 1fr) 44px;
    gap: 9px;
  }

  .brand-logo {
    min-height: 46px;
  }

  .brand-logo-left img {
    width: 80px;
    height: 42px;
  }

  .brand-title {
    text-align: center;
    align-items: center;
  }

  .brand-title strong {
    font-size: clamp(15px, 4.4vw, 19px);
    line-height: 1.12;
    letter-spacing: -0.025em;
  }

  .brand-title span {
    display: none;
  }

  .hamb {
    width: 44px;
    height: 42px;
    border-radius: 12px;
  }

  .header-menu-row {
    top: 72px;
    width: min(360px, 94vw);
  }

  .main-menu {
    padding: 14px;
    gap: 8px;
  }

  .nav-link {
    min-height: 48px;
    padding: 11px 14px;
    font-size: 15px;
  }

  .dropdown-panel {
    padding: 10px;
    margin-bottom: 8px;
  }

  .dropdown-links a {
    min-height: 42px;
    padding: 10px 12px;
    line-height: 1.35;
  }

  .hero-grid,
  .hero-grid.compact,
  .hero-inner .hero-grid {
    padding: 42px 0;
  }

  .hero h1,
  .static-hero h1,
  .hero-centered-section h1 {
    margin: 12px 0 16px;
    font-size: clamp(31px, 10vw, 44px);
    line-height: 1.06;
    letter-spacing: -0.035em;
  }

  .hero p,
  .hero-copy p,
  .lead,
  .split-title p {
    font-size: 16px;
    line-height: 1.58;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 10px;
    margin-top: 24px;
  }

  .hero-actions .btn,
  .cta-card > .btn,
  .card-form .btn {
    width: 100%;
  }

  .hero-media,
  .hero-note {
    padding: 13px;
    border-radius: 22px;
  }

  .hero-media img {
    height: auto;
    max-height: 300px;
    aspect-ratio: 16 / 10;
    border-radius: 15px;
  }

  .hero-metrics {
    gap: 8px;
  }

  .split-title,
  .home-premium-header,
  .faq-heading {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    gap: 14px;
    margin-bottom: 24px;
  }

  .split-title > *,
  .home-premium-header > *,
  .faq-heading > * {
    justify-self: center;
  }

  .split-title h2,
  .page-body h2,
  .cta-card h2,
  .family-head h2,
  .uploaded-documents-heading h3 {
    font-size: clamp(28px, 8.5vw, 38px);
    line-height: 1.08;
    letter-spacing: -0.035em;
  }

  .overview-grid,
  .card-grid,
  .docs-grid,
  .static-docs-grid,
  .principles-grid,
  .uploaded-documents-grid,
  .family-strip,
  .grade-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .overview-card,
  .market-card,
  .doc-card,
  .family-pill,
  .info-card,
  .panel,
  .table-card,
  .family-card,
  .card-form,
  .uploaded-document-card {
    padding: 20px;
    border-radius: 19px;
  }

  .home-premium-products .family-strip {
    display: grid;
    width: 100%;
  }

  .home-premium-products .family-pill {
    width: 100%;
    min-height: auto;
    flex-basis: auto;
  }

  .family-card {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .spec-card dl {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .spec-card dd {
    margin-bottom: 10px;
  }

  .cta-section {
    padding: 48px 0;
  }

  .cta-card {
    align-items: stretch;
    gap: 24px;
    padding: 26px 20px;
    border-radius: 22px;
    text-align: center;
  }

  .cta-card .kicker {
    justify-content: center;
  }

  .rich-text {
    font-size: 16px;
    line-height: 1.68;
  }

  .rich-text ul,
  .rich-text ol {
    padding-left: 20px;
  }

  .table-card {
    padding: 16px;
  }

  .data-table td,
  .applications-table td,
  .applications-table th {
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42;
  }

  .form input,
  .form select,
  .form textarea {
    font-size: 16px;
  }

  .faq-item summary {
    align-items: center;
  }

  .faq-answer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer {
    padding: 46px 0;
  }

  .footer-grid {
    gap: 26px;
    text-align: center;
  }

  .footer a {
    padding: 3px 0;
  }

  .contact-page-content .about-map {
    margin: 18px 0 22px;
    border-radius: 16px;
    overflow: hidden;
  }

  .contact-page-content .about-map iframe {
    display: block;
    width: 100%;
    height: 250px;
    min-height: 250px;
    border-radius: 0;
  }
}

@media (max-width: 420px) {
  .wrap {
    width: min(100% - 20px, 1200px);
  }

  .header-brand-grid {
    grid-template-columns: 70px minmax(0, 1fr) 42px;
    gap: 6px;
  }

  .brand-logo-left img {
    width: 68px;
    height: 38px;
  }

  .brand-title strong {
    font-size: 14px;
  }

  .hero h1,
  .static-hero h1,
  .hero-centered-section h1 {
    font-size: clamp(28px, 10vw, 36px);
  }

  .section {
    padding: 44px 0;
  }

  .overview-card,
  .market-card,
  .doc-card,
  .family-pill,
  .info-card,
  .panel,
  .table-card,
  .family-card,
  .card-form,
  .uploaded-document-card {
    padding: 17px;
  }

  .btn {
    min-height: 46px;
    padding: 12px 16px;
  }

  .faq-number {
    width: 34px;
    height: 34px;
  }

  .faq-item summary {
    grid-template-columns: 34px minmax(0, 1fr) 22px;
    gap: 9px;
    padding: 12px;
  }

  .contact-page-content .about-map iframe {
    height: 220px;
    min-height: 220px;
  }
}


/* Laboratory capabilities: align with the site's standard card system */
.laboratory-capabilities-grid {
  align-items: stretch;
}

.laboratory-capabilities-grid article {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.laboratory-capabilities-grid article h3 {
  margin: 0 0 6px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.25;
}

.laboratory-capabilities-grid article h4 {
  margin: 10px 0 0;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.35;
}

.laboratory-capabilities-grid article p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.laboratory-capabilities-grid article ul {
  margin: 2px 0 0;
  padding-left: 20px;
  color: var(--ink);
  line-height: 1.55;
}

.laboratory-capabilities-grid article li + li {
  margin-top: 3px;
}

@media (max-width: 760px) {
  .laboratory-capabilities-grid {
    grid-template-columns: 1fr;
  }
}
