:root {
  --color-brand: #00847e;
  --color-brand-bright: #a2df0d;
  --color-brand-dark: #006d68;
  --color-brand-light: #a2df0d;
  --color-text: #1f302f;
  --color-muted: #687876;
  --color-page: #eef3f2;
  --color-white: #fff;
  --color-dark: #143432;
  --color-border: #d7e3e1;
  --color-field: #f6faf9;
  --font-body: "Noto Sans Display", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-heading: "Ubuntu", "Noto Sans SC", sans-serif;
  --container: 1400px;
  --radius-sm: 4px;
  --radius-card: 12px;
  --radius-large: 40px;
  --shadow-header: 0 4px 4px rgba(0, 0, 0, 0.3);
  --transition: 0.35s ease-out;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--color-text); background: var(--color-page); font-family: var(--font-body); font-size: 16px; line-height: 1.5; }
body.is-menu-open { overflow: hidden; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { font-family: var(--font-heading); font-weight: 500; }
.container { width: calc(100% - 20px); max-width: var(--container); margin-inline: auto; }
.section-heading { margin-bottom: 0; text-align: center; font-size: 2.4rem; line-height: 1.2; }
.text-gradient { color: var(--color-brand); background: linear-gradient(105deg, var(--color-brand-dark) 0%, var(--color-brand) 58%, var(--color-brand-light) 100%); background-clip: text; -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: var(--radius-sm); padding: 10px 18px; background: var(--color-brand); color: var(--color-white); font-weight: 600; cursor: pointer; transition: filter 0.2s ease, transform 0.2s ease; }
.button:hover { filter: brightness(0.92); }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

/* ---------- About: Experience Center ---------- */
.about-experience { background: var(--color-page); }
.about-experience__inner { display: grid; width: 100%; max-width: 1425px; min-height: 500px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-experience__image { min-height: 500px; background: url('../images/about-exhibition.png') center / cover no-repeat; }
.about-experience__content { position: relative; min-width: 0; padding: 48px; overflow: hidden; border-radius: 0 64px 18px 0; background: var(--color-white); }
.about-experience__content::after { position: absolute; right: -58px; bottom: -66px; width: 174px; height: 210px; border: 28px solid var(--color-border); border-bottom: 0; border-left: 0; border-radius: 36px 90px 0 0; transform: rotate(-45deg); content: ''; pointer-events: none; }
.about-experience__title { position: relative; z-index: 1; margin-bottom: 7px; font-size: 38.4px; line-height: 46.08px; }
.about-experience__intro { position: relative; z-index: 1; margin-bottom: 23px; color: var(--color-muted); }
.about-experience__features { position: relative; z-index: 1; }
.about-experience__feature { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; margin-bottom: 16px; }
.about-experience__feature svg { width: 32px; height: 32px; margin-top: 1px; fill: var(--color-brand); stroke: var(--color-brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.about-experience__feature h3 { margin-bottom: 4px; font-family: var(--font-body); font-size: 20px; font-weight: 600; line-height: 1.3; }
.about-experience__feature p { margin-bottom: 0; color: var(--color-muted); font-size: 13px; line-height: 1.5; }
.about-experience__button { position: relative; z-index: 1; display: inline-flex; min-height: 39px; padding: 7px 13px; align-items: center; gap: 7px; border: 1px solid var(--color-brand); border-radius: 13px; color: var(--color-brand); font-size: 15px; font-weight: 700; line-height: 1.4; transition: background .2s ease, color .2s ease; }
.about-experience__button:hover { background: var(--color-brand); color: var(--color-white); }
.about-experience__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- About: Machine Division ---------- */
.about-machine { padding: 0 22px; background: var(--color-page); }
.about-machine__inner { display: grid; width: 100%; max-width: 1381px; min-height: 452px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-machine__content { min-width: 0; padding: 48px; border-radius: 18px 0 0 64px; background: var(--color-white); }
.about-machine__title { margin-bottom: 7px; font-size: 38.4px; line-height: 46.08px; }
.about-machine__intro { max-width: 540px; margin-bottom: 24px; color: var(--color-muted); line-height: 1.5; }
.about-machine__features { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 27px; }
.about-machine__feature { display: grid; min-width: 0; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; }
.about-machine__feature svg { width: 32px; height: 32px; fill: var(--color-brand); stroke: var(--color-brand); stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.about-machine__feature h3 { margin-bottom: 4px; font-family: var(--font-body); font-size: 20px; font-weight: 600; line-height: 1.3; }
.about-machine__feature p { margin-bottom: 0; color: var(--color-muted); font-size: 13px; line-height: 1.5; }
.about-machine__button { display: inline-flex; min-height: 39px; margin-top: 7px; padding: 8px 13px; align-items: center; gap: 7px; border-radius: 13px; background: var(--color-brand); color: var(--color-white); font-size: 15px; font-weight: 700; line-height: 1.4; transition: filter .2s ease; }
.about-machine__button:hover { filter: brightness(.9); }
.about-machine__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.about-machine__image { width: 100%; height: 452px; object-fit: cover; }

/* ---------- About: Capsule Division ---------- */
.about-capsule { background: var(--color-page); }
.about-capsule__inner { display: grid; width: 100%; max-width: 1425px; min-height: 476px; margin-inline: auto; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.about-capsule__image { width: 100%; height: 476px; object-fit: cover; }
.about-capsule__content { position: relative; min-width: 0; padding: 48px; overflow: hidden; border-radius: 0 64px 18px 0; background: var(--color-white); }
.about-capsule__content::after { position: absolute; right: -58px; bottom: -70px; width: 174px; height: 210px; border: 28px solid var(--color-border); border-bottom: 0; border-left: 0; border-radius: 36px 90px 0 0; transform: rotate(-45deg); content: ''; pointer-events: none; }
.about-capsule__title { position: relative; z-index: 1; margin-bottom: 7px; font-size: 38.4px; line-height: 46.08px; }
.about-capsule__intro { position: relative; z-index: 1; margin-bottom: 24px; color: var(--color-muted); }
.about-capsule__features { position: relative; z-index: 1; }
.about-capsule__feature { display: grid; grid-template-columns: 36px minmax(0, 1fr); gap: 12px; margin-bottom: 16px; }
.about-capsule__feature svg { width: 32px; height: 32px; fill: var(--color-brand); stroke: var(--color-brand); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.about-capsule__feature h3 { margin-bottom: 4px; font-family: var(--font-body); font-size: 20px; font-weight: 600; line-height: 1.3; }
.about-capsule__feature p { margin-bottom: 0; color: var(--color-muted); font-size: 13px; line-height: 1.5; }
.about-capsule__button { position: relative; z-index: 1; display: inline-flex; min-height: 39px; padding: 8px 13px; align-items: center; gap: 7px; border-radius: 13px; background: var(--color-brand); color: var(--color-white); font-size: 15px; font-weight: 700; line-height: 1.4; transition: filter .2s ease; }
.about-capsule__button:hover { filter: brightness(.9); }
.about-capsule__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

@media (max-width: 900px) {
  .about-experience__content, .about-machine__content, .about-capsule__content { padding: 36px 28px; }
  .about-machine__features { gap: 16px; }
}

@media (max-width: 767px) {
  .about-experience__inner, .about-machine__inner, .about-capsule__inner { grid-template-columns: 1fr; }
  .about-experience__image, .about-machine__image, .about-capsule__image { min-height: 0; height: 161px; }
  .about-experience__content, .about-capsule__content { border-radius: 0 0 36px 0; }
  .about-machine { padding: 0; }
  .about-machine__content { order: 2; border-radius: 36px 0 0; }
  .about-machine__image { order: 1; }
  .about-experience__content, .about-machine__content, .about-capsule__content { min-height: 0; padding: 32px 20px 36px; }
  .about-experience__title, .about-machine__title, .about-capsule__title { font-size: 38.4px; line-height: 46.08px; }
  .about-machine__features { grid-template-columns: 1fr; }
  .about-experience__feature h3, .about-machine__feature h3, .about-capsule__feature h3 { font-size: 18px; }
  .about-experience__button, .about-machine__button, .about-capsule__button { font-size: 14px; }
}

@media (max-width: 767px) {
  .section-heading { font-size: 1.6rem; }
}

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

/* ---------- Content Feeds ---------- */
.content-feed { min-height: 752px; padding: 48px 10px; background: var(--color-page); }
.content-feed--resources { min-height: 800px; }
.content-feed__container { width: 100%; }
.content-feed__heading { color: var(--color-brand); font-size: 2.4rem; line-height: 1.2; }
.content-feed__heading a { display: inline-flex; align-items: center; gap: 10px; transition: color 0.2s ease; }
.content-feed__heading a:hover { color: var(--color-brand-dark); }
.content-feed__heading svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.content-feed__intro { max-width: 768px; min-height: 48px; margin: 0 auto 5px; color: var(--color-muted); line-height: 1.5; text-align: center; }
.content-feed__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); grid-template-rows: repeat(3, 168px); grid-auto-flow: column; gap: 0 20px; margin-top: 0; }
.content-feed--resources .content-feed__grid { grid-template-rows: repeat(3, 190px); }
.feed-card { display: flex; min-width: 0; margin-top: 0; overflow: hidden; border: 11px solid var(--color-page); border-right-width: 0; border-left-width: 0; border-radius: calc(var(--radius-card) + 11px); background: var(--color-white); transition: box-shadow 0.25s ease, transform 0.25s ease, opacity 0.5s ease; }
.feed-card:hover { transform: translateY(-2px); box-shadow: 0 7px 18px rgba(27, 39, 34, 0.13); }
.feed-card--reveal { opacity: 0; transform: translateY(14px); }
.feed-card--reveal.is-visible { opacity: 1; transform: translateY(0); }
.feed-card--reveal.is-visible:hover { transform: translateY(-2px); }
.feed-card__image { flex: 0 0 240px; overflow: hidden; }
.feed-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.35s ease; }
.feed-card:hover .feed-card__image img { transform: scale(1.035); }
.feed-card__body { display: flex; flex: 1 1 auto; min-width: 0; flex-direction: column; padding: 12px 9px 8px; }
.feed-card__title { margin-bottom: 4px; color: var(--color-brand); font-size: 20px; font-weight: 500; line-height: 1.2; }
.feed-card__title a { transition: color 0.2s ease; }
.feed-card__title a:hover { color: var(--color-brand-dark); }
.feed-card__excerpt { display: -webkit-box; margin-bottom: 2px; overflow: hidden; color: var(--color-muted); font-size: 16px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.feed-card__date { margin-top: auto; color: var(--color-muted); font-size: 13px; line-height: 1.5; text-align: right; }

@media (max-width: 900px) {
  .content-feed, .content-feed--resources { min-height: 0; padding-block: 42px; }
  .content-feed__grid, .content-feed--resources .content-feed__grid { grid-template-columns: 1fr; grid-template-rows: none; grid-auto-flow: row; }
  .feed-card { min-height: 168px; }
}

@media (max-width: 767px) {
  .content-feed { padding: 34px 0; }
  .content-feed__heading { font-size: 1.9rem; }
  .content-feed__heading svg { width: 25px; height: 25px; }
  .content-feed__intro { margin-bottom: 8px; font-size: 14px; line-height: 1.45; }
  .feed-card { min-height: 148px; border-top-width: 7px; border-bottom-width: 7px; border-radius: 17px; }
  .feed-card__image { flex-basis: 35%; }
  .feed-card__body { padding: 9px 8px 7px; }
  .feed-card__title { font-size: 16px; line-height: 1.25; }
  .feed-card__excerpt { font-size: 13px; line-height: 1.4; }
  .feed-card__date { font-size: 11px; }
}

/* ---------- Contact ---------- */
.contact { min-height: 732px; padding: 80px 10px 79px; background: linear-gradient(rgba(20, 24, 27, 0.73), rgba(20, 24, 27, 0.73)), url('../images/contact-background.jpg') center / cover no-repeat; }
.contact__heading { margin-bottom: 7px; color: var(--color-white); font-size: 2.4rem; line-height: 1.2; }
.contact__content { display: flex; max-width: 914px; margin-inline: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.contact-card { position: relative; flex: 0 0 330px; min-height: 228px; margin-top: 0; padding: 16px; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); font-style: normal; }
.contact-card::after { position: absolute; right: -1px; bottom: -1px; width: 70px; height: 90px; background: linear-gradient(45deg, transparent 49%, var(--color-dark) 50% 67%, transparent 68%); content: ''; }
.contact-card__brand { display: flex; height: 37px; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 28px; font-weight: 500; line-height: 1; }
.contact-card__brand > span { width: 33px; height: 21px; margin-right: 3px; background: var(--color-text); clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 55%, 34% 100%, 0 100%); }
.contact-card__rule { height: 1px; margin-bottom: 10px; background: var(--color-border); }
.contact-card__row { display: flex; align-items: center; gap: 14px; }
.contact-card__link, .contact-card__message, .contact-card__address { display: flex; min-height: 31px; margin: 0; align-items: center; color: var(--color-brand); font-size: 15px; line-height: 1.45; }
.contact-card__link { transition: color 0.2s ease; }
.contact-card__link:hover { color: var(--color-brand-dark); }
.contact-card__message { color: var(--color-brand); }
.contact-card__address { position: relative; z-index: 1; align-items: flex-start; color: var(--color-text); }
.contact-card svg { width: 20px; height: 20px; margin-right: 5px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.contact-form { position: relative; flex: 0 0 563px; min-height: 520px; padding: 16px; border-radius: var(--radius-card); background: var(--color-white); }
.contact-form__intro { margin-bottom: 16px; font-size: 16px; line-height: 1.5; }
.contact-form__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.contact-form__field { margin-bottom: 16px; }
.contact-form__field input, .contact-form__field textarea { width: 100%; border: 1px solid #ced4da; border-radius: var(--radius-card); outline: none; background: var(--color-field); color: var(--color-text); transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.contact-form__field input { height: 38px; padding: 7px 12px; }
.contact-form__field textarea { display: block; height: 183px; padding: 9px 12px; resize: vertical; }
.contact-form__field input:focus, .contact-form__field textarea:focus { border-color: var(--color-brand); box-shadow: 0 0 0 3px rgba(0, 132, 126, 0.15); }
.contact-form__field input[aria-invalid='true'], .contact-form__field textarea[aria-invalid='true'] { border-color: #c92a2a; }
.contact-form__submit { width: 100%; height: 38px; padding-block: 7px; }
.contact-form__privacy { margin: 3px 0 0; color: var(--color-muted); font-size: 12px; line-height: 1.45; text-align: center; }
.contact-form__status { min-height: 18px; margin: 2px 0 0; color: var(--color-brand-dark); font-size: 12px; font-weight: 600; text-align: center; }

@media (max-width: 980px) {
  .contact { padding-block: 58px; }
  .contact__content { max-width: 720px; }
  .contact-card { flex-basis: 285px; }
  .contact-form { flex: 1 1 auto; }
}

@media (max-width: 767px) {
  .contact { padding: 38px 0; }
  .contact__heading { font-size: 1.9rem; }
  .contact__content { flex-direction: column; gap: 14px; }
  .contact-card, .contact-form { width: 100%; flex-basis: auto; }
  .contact-card { min-height: 220px; }
  .contact-form { min-height: 0; }
  .contact-form__fields { gap: 10px; }
  .contact-form__intro { font-size: 14px; }
  .contact-form__field { margin-bottom: 12px; }
  .contact-form__field input { padding-inline: 9px; font-size: 13px; }
  .contact-form__field textarea { height: 155px; padding-inline: 9px; font-size: 13px; }
}

/* ---------- Footer ---------- */
.site-footer { position: relative; min-height: 346px; overflow: hidden; background: var(--color-dark); color: var(--color-white); }
.site-footer__container { position: relative; display: grid; min-height: 314px; padding: 32px 10px 20px; grid-template-columns: 270px 270px 270px; gap: 8px; }
.site-footer__group { position: relative; z-index: 1; }
.site-footer__group h2 { margin: 0 0 7px; color: var(--color-brand-bright); font-size: 20px; font-weight: 500; line-height: 1.2; }
.site-footer__group ul { margin: 0; padding: 0; list-style: none; }
.site-footer__group li, .site-footer__contact p { margin: 0; font-size: 16px; line-height: 1.8; }
.site-footer__group a { transition: color 0.2s ease; }
.site-footer__group a:hover { color: var(--color-brand-bright); }
.site-footer__stack { display: flex; flex-direction: column; gap: 22px; }
.site-footer__contact p { white-space: nowrap; }
.site-footer__contact strong { margin-right: 0; }
.site-footer__contact a { color: var(--color-brand-bright); }
.site-footer__mark { position: absolute; bottom: 35px; left: 12px; width: 400px; height: 245px; opacity: 0.12; }
.site-footer__mark span { position: absolute; bottom: 0; background: var(--color-brand); clip-path: polygon(50% 0, 100% 100%, 0 100%); }
.site-footer__mark span:nth-child(1) { left: 0; width: 175px; height: 245px; }
.site-footer__mark span:nth-child(2) { left: 105px; width: 190px; height: 155px; }
.site-footer__mark span:nth-child(3) { left: 195px; width: 205px; height: 115px; }
.site-footer__copyright { height: 32px; padding-top: 5px; background: #080a0b; color: #87909a; font-size: 15px; line-height: 21px; text-align: center; }
.site-footer__copyright a { color: var(--color-brand-bright); transition: color 0.2s ease; }
.site-footer__copyright a:hover { color: var(--color-white); }

@media (max-width: 767px) {
  .site-footer__container { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px 14px; padding: 30px 6px; }
  .site-footer__group h2 { font-size: 18px; }
  .site-footer__group li, .site-footer__contact p { font-size: 13px; line-height: 1.7; }
  .site-footer__stack { gap: 20px; }
  .site-footer__contact p { white-space: nowrap; }
  .site-footer__mark { bottom: 20px; left: -75px; }
  .site-footer__copyright { height: auto; min-height: 46px; padding: 6px 12px; font-size: 12px; line-height: 1.4; }
}

/* ---------- Header and Hero ---------- */
.site-header { position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 66.625px; background: rgba(255, 255, 255, 0.72); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); backdrop-filter: blur(9px); transition: background var(--transition), box-shadow var(--transition), backdrop-filter var(--transition); }
.site-header.is-scrolled { background: rgba(255, 255, 255, 0.84); box-shadow: var(--shadow-header); backdrop-filter: blur(11px); }
.site-header__nav { display: flex; align-items: center; width: 100%; height: 100%; padding: 0 10px; }
.site-header__logo { display: flex; align-items: center; flex: 0 0 126px; width: 126px; height: 51px; }
.site-header__logo img { display: block; width: auto; height: 40px; object-fit: contain; }
.site-header__menu { display: flex; align-items: center; flex: 1; height: 100%; }
.site-header__links { display: flex; align-items: stretch; justify-content: flex-end; flex: 1; height: 100%; padding: 0; margin: 0; list-style: none; }
.site-header__links > li { display: flex; align-items: stretch; }
.site-header__link { display: flex; align-items: center; gap: 6px; height: 100%; padding: 0 23px; border: 0; background: transparent; color: #050505; font-family: var(--font-heading); font-size: 19px; font-weight: 500; white-space: nowrap; cursor: pointer; transition: color 0.2s ease; }
.site-header.is-scrolled .site-header__link { color: #050505; }
.site-header__link:hover { color: var(--color-brand); }
.site-header__link > span { width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 7px solid #050505; }
.site-header__link--home svg { width: 22px; height: 22px; fill: currentColor; }
.site-header__contact { display: inline-flex; align-items: center; gap: 6px; min-height: 39px; padding: 7px 15px; border-radius: 12px; background: var(--color-brand); color: var(--color-white); font-family: var(--font-heading); font-weight: 500; white-space: nowrap; transition: background 0.2s ease, transform 0.2s ease; }
.site-header__contact:hover { background: var(--color-brand-dark); box-shadow: inset 0 -3px 0 var(--color-brand-bright); transform: translateY(-1px); }
.site-header__contact svg { width: 27px; height: 27px; fill: none; stroke: var(--color-brand-bright); stroke-width: 1.4; }
.site-header__tools { display: flex; align-items: center; gap: 22px; margin-left: auto; padding-left: clamp(24px, 13vw, 230px); }
.site-header__tools button { display: grid; place-items: center; width: 30px; height: 40px; padding: 0; border: 0; background: transparent; cursor: pointer; }
.site-header__tools svg { width: 24px; height: 24px; fill: none; stroke: #050505; stroke-width: 1.7; }
.site-header__tool { position: relative; }
.site-header__tool-panel { position: absolute; top: calc(100% + 13px); right: 0; display: none; min-width: 150px; padding: 10px; border: 1px solid var(--color-border); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.98); box-shadow: var(--shadow-header); }
.site-header__tool-panel.is-open { display: grid; }
.site-header__language-panel { width: 300px; max-width: calc(100vw - 32px); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 5px; }
.site-header__language-panel a { display: flex; min-width: 0; align-items: center; gap: 9px; padding: 7px 8px; border-radius: 6px; color: var(--color-muted); font-size: 14px; white-space: nowrap; transition: color 0.2s ease, background 0.2s ease; }
.site-header__language-panel a:hover, .site-header__language-panel a:focus-visible { background: var(--color-field); color: var(--color-brand-dark); }
.language-flag { position: relative; flex: 0 0 26px; width: 26px; height: 17px; overflow: hidden; border: 1px solid rgba(20, 52, 50, 0.16); border-radius: 2px; background: var(--color-white); box-shadow: 0 1px 2px rgba(20, 52, 50, 0.12); }
.language-flag--us { background: repeating-linear-gradient(to bottom, #b22234 0 2px, #fff 2px 4px); }
.language-flag--us::before { position: absolute; top: 0; left: 0; width: 11px; height: 9px; background: #3c3b6e; content: ""; }
.language-flag--cn { background: #de2910; }
.language-flag--cn::before { position: absolute; top: -2px; left: 2px; color: #ffde00; font-size: 11px; line-height: 1; content: "★"; }
.language-flag--es { background: linear-gradient(to bottom, #aa151b 0 25%, #f1bf00 25% 75%, #aa151b 75%); }
.language-flag--fr { background: linear-gradient(to right, #0055a4 0 33.333%, #fff 33.333% 66.666%, #ef4135 66.666%); }
.language-flag--de { background: linear-gradient(to bottom, #111 0 33.333%, #dd0000 33.333% 66.666%, #ffce00 66.666%); }
.language-flag--ru { background: linear-gradient(to bottom, #fff 0 33.333%, #0039a6 33.333% 66.666%, #d52b1e 66.666%); }
.language-flag--br { background: #009b3a; }
.language-flag--br::before { position: absolute; top: 3px; left: 5px; width: 14px; height: 9px; background: #ffdf00; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%); content: ""; }
.language-flag--br::after { position: absolute; top: 5px; left: 10px; width: 5px; height: 5px; border-radius: 50%; background: #002776; content: ""; }
.language-flag--sa { background: #006c35; }
.language-flag--sa::before { position: absolute; top: 4px; left: 5px; width: 16px; height: 3px; border-top: 1px solid #fff; border-bottom: 1px solid #fff; content: ""; }
.language-flag--sa::after { position: absolute; right: 4px; bottom: 3px; width: 15px; height: 1px; background: #fff; box-shadow: -2px 1px 0 -0.2px #fff; content: ""; }
.language-flag--jp::before { position: absolute; top: 3px; left: 8px; width: 9px; height: 9px; border-radius: 50%; background: #bc002d; content: ""; }
.language-flag--kr::before { position: absolute; top: 4px; left: 9px; width: 8px; height: 8px; border-radius: 50%; background: conic-gradient(#cd2e3a 0 50%, #0047a0 0); transform: rotate(-30deg); content: ""; }
.language-flag--kr::after { position: absolute; top: 4px; left: 2px; width: 5px; height: 1px; background: #111; box-shadow: 0 3px #111, 17px 0 #111, 17px 3px #111; content: ""; }
.site-header__search-panel { top: calc(100% + 21px); width: min(375px, calc(100vw - 24px)); min-width: 0; grid-template-columns: minmax(0, 1fr) 45px; padding: 0; border: 0; border-radius: 11px; background: transparent; box-shadow: 0 2px 9px rgba(0, 0, 0, 0.32); }
.site-header__search-panel::before { position: absolute; top: -8px; right: 18px; width: 0; height: 0; border-right: 9px solid transparent; border-bottom: 8px solid var(--color-brand); border-left: 9px solid transparent; content: ""; }
.site-header__search-panel input { min-width: 0; height: 40px; border: 1px solid #ced4da; border-right: 0; border-radius: 11px 0 0 11px; outline: 0; padding: 8px 12px; background: var(--color-white); color: var(--color-text); font-size: 15px; }
.site-header__search-panel input:focus { border-color: var(--color-brand); box-shadow: inset 0 0 0 1px rgba(0, 132, 126, 0.12); }
.site-header__search-panel .button { position: relative; width: 45px; height: 40px; border-radius: 0 11px 11px 0; padding: 0; background: var(--color-brand); color: transparent; font-size: 0; }
.site-header__search-panel .button::before { width: 15px; height: 15px; border: 2px solid var(--color-white); border-radius: 50%; content: ""; }
.site-header__search-panel .button::after { position: absolute; width: 8px; height: 2px; margin: 12px 0 0 12px; background: var(--color-white); content: ""; transform: rotate(45deg); transform-origin: left center; }
.site-header__products { position: static; }
.site-header__about-menu { position: relative; }
.site-header__about-panel { position: absolute; top: calc(100% + 10px); left: 50%; min-width: 210px; padding: 8px; visibility: hidden; opacity: 0; transform: translate(-50%, -8px); border: 1px solid var(--color-border); border-radius: 14px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-header); transition: opacity .2s ease, transform .2s ease, visibility 0s linear .2s; }
.site-header__about-panel::before { position: absolute; top: -11px; right: 0; left: 0; height: 12px; content: ''; }
.site-header__about-panel a { display: block; padding: 11px 14px; border-radius: 9px; color: var(--color-text); font-family: var(--font-heading); font-size: 16px; font-weight: 500; white-space: nowrap; }
.site-header__about-panel a:hover { background: var(--color-field); color: var(--color-brand); }
.site-header__about-menu:hover .site-header__about-panel, .site-header__about-menu:focus-within .site-header__about-panel { visibility: visible; opacity: 1; transform: translate(-50%, 0); transition-delay: 0s; }
.mega-menu { position: absolute; top: 100%; left: 0; width: 100%; max-height: calc(100vh - 66px); overflow-y: auto; padding: 28px 36px 30px; visibility: hidden; opacity: 0; transform: translateY(-8px); background: rgba(255, 255, 255, 0.91); box-shadow: var(--shadow-header); backdrop-filter: blur(7px); transition: visibility 0s linear 0.45s, opacity var(--transition) 0.1s, transform var(--transition) 0.1s; }
.site-header__products:hover .mega-menu, .site-header__products.is-open .mega-menu { visibility: visible; opacity: 0.99; transform: translateY(0); transition-delay: 0.1s; }
.mega-menu__grid { display: grid; width: min(1650px, 100%); grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(28px, 4vw, 70px); margin-inline: auto; }
.mega-menu__grid > div { display: grid; min-width: 0; align-content: start; gap: 11px; }
.mega-menu__grid strong { margin-bottom: 3px; color: #006d68; font-family: var(--font-heading); font-weight: 800; }
.mega-menu__grid strong a { padding-bottom: 9px; border-bottom: 2px solid rgba(142, 204, 0, 0.88); color: #007c74; font-size: 16px; font-weight: 800; }
.mega-menu__grid a { display: flex; min-width: 0; align-items: center; gap: 8px; color: #263e3c; font-size: 15px; font-weight: 600; line-height: 1.42; }
.mega-menu__grid a:hover { color: var(--color-brand); }
.mega-menu__category-icon,.mega-menu__item-icon { position: relative; flex: 0 0 auto; display: inline-grid; place-items: center; color: #111; }
.mega-menu__category-icon { width: 20px; height: 20px; font-size: 20px; }
.mega-menu__item-icon { width: 16px; height: 16px; border: 2px solid currentColor; border-radius: 50% 50% 50% 2px; transform: rotate(-45deg); }
.mega-menu__grid > div:nth-child(1) .mega-menu__category-icon::before { content: '◒'; }
.mega-menu__grid > div:nth-child(2) .mega-menu__category-icon::before { content: '□'; }
.mega-menu__grid > div:nth-child(3) .mega-menu__category-icon::before { content: '⚙'; }
.mega-menu__grid > div:nth-child(4) .mega-menu__category-icon::before { content: '◐'; }
.mega-menu__icon { flex: 0 0 auto; width: 18px; height: 18px; color: var(--color-text); }
.mega-menu__icon--category { width: 20px; height: 20px; margin-top: -1px; color: var(--color-brand); }
.mega-menu__grid a:hover .mega-menu__icon { color: var(--color-brand-bright); }
.home-page .mega-menu { isolation: isolate; background: rgba(255, 255, 255, 0.96); backdrop-filter: blur(7px); }
.home-page .mega-menu::before { position: absolute; z-index: -1; inset: 0; background: url('../images/hero-production-lines.png') center bottom / cover no-repeat; opacity: 0.08; mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.32) 30%, #000 100%); -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.32) 30%, #000 100%); content: ""; pointer-events: none; }
.home-page .mega-menu__grid { position: relative; z-index: 1; }
.site-header__toggle { display: none; }
.hero { position: relative; height: 520px; overflow: hidden; background: #123; color: var(--color-white); }
.hero__track { position: relative; height: 100%; }
.hero__slide { position: absolute; inset: 0; display: flex; align-items: flex-end; visibility: hidden; opacity: 0; background-image: linear-gradient(to top, rgba(0, 25, 45, 0.82), rgba(0, 0, 0, 0.06) 70%), var(--hero-image); background-position: center; background-size: cover; transition: opacity 450ms ease, visibility 0s linear 450ms; }
.hero__slide.is-active { z-index: 1; visibility: visible; opacity: 1; transition-delay: 0s; }
.hero__content { padding-bottom: 50px; text-align: center; }
.hero__content h2 { margin-bottom: 8px; color: var(--color-white); font-size: 48px; line-height: 1.2; text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45); }
.hero__content h2 span { color: var(--color-brand-bright); }
.hero__content p { margin-bottom: 16px; font-size: 18px; line-height: 1.5; text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7); }
.hero__content--compact { padding-bottom: 60px; }
.hero__button { gap: 10px; min-height: 48px; border-radius: 20px; padding: 9px 18px; font-family: var(--font-heading); font-size: 20px; }
.hero__arrow { position: absolute; top: 66px; z-index: 2; width: 8%; height: calc(100% - 66px); padding: 0; border: 0; background: transparent; color: var(--color-white); font: 300 52px/1 Arial, sans-serif; opacity: 0.8; cursor: pointer; transition: opacity 0.2s ease, background 0.2s ease; }
.hero__arrow:hover { opacity: 1; background: rgba(0, 0, 0, 0.08); }
.hero__arrow--previous { left: 0; }
.hero__arrow--next { right: 0; }
.hero__pagination { position: absolute; bottom: 11px; left: 50%; z-index: 2; display: flex; gap: 8px; transform: translateX(-50%); }
.hero__pagination button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, 0.75); cursor: pointer; }
.hero__pagination button.is-active { background: var(--color-brand-bright); }

/* ---------- Catalog ---------- */
.catalog { min-height: 711px; background: var(--color-page); }
.catalog__inner { padding: 48px 10px; }
.catalog .section-heading { color: var(--color-brand); font-size: 38.4px; line-height: 1.2; }
.catalog__intro { max-width: 800px; margin: 6px auto 7px; color: var(--color-muted); text-align: center; font-size: 15px; line-height: 1.5; }
.catalog__certification { width: auto; height: 59px; margin: 0 auto 14px; object-fit: contain; }
.catalog__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 15px; }
.catalog-card { display: block; min-width: 0; height: 212px; overflow: hidden; padding: 16px; border-radius: var(--radius-card); background: var(--color-white); transition: transform 0.22s ease, box-shadow 0.22s ease; }
.catalog-card:hover { transform: translateY(-2px); box-shadow: 0 8px 22px rgba(33, 37, 41, 0.12); }
.catalog-card:not([href]):hover { transform: none; box-shadow: none; }
.catalog-card > svg { width: 40px; height: 40px; margin-bottom: 7px; fill: var(--color-brand); stroke: var(--color-brand); stroke-width: 1.5; }
.catalog-card__image { width: 40px; height: 40px; margin-bottom: 7px; border-radius: 8px; object-fit: cover; }
.catalog-card .catalog-card__cut { fill: none; stroke: var(--color-white); stroke-width: 3; }
.catalog-card .catalog-card__cut--fill { fill: var(--color-white); stroke: none; }
.catalog-card h3 { min-height: 42px; margin-bottom: 5px; color: #000; font-size: 17.6px; line-height: 1.2; }
.catalog-card p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--color-muted); font-size: 14px; line-height: 1.25; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.reveal { opacity: 0; transform: translateY(18px); transition: opacity 0.55s ease, transform 0.55s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (min-width: 992px) {
  .site-header__nav { position: relative; }
  .site-header__logo { position: absolute; left: 10px; z-index: 1; }
  .site-header__menu { justify-content: center; }
  .site-header__links { flex: 0 1 auto; }
  .site-header__tools { position: absolute; right: 10px; padding-left: 0; }
}

@media (max-width: 1199px) {
  .site-header__tools { padding-left: 22px; }
  .site-header__link { padding-inline: 14px; font-size: 17px; }
  .mega-menu__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .catalog__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 991px) {
  .site-header, .site-header.is-scrolled { height: 55px; backdrop-filter: none; }
  .site-header__nav { justify-content: space-between; padding-inline: 8px; }
  .site-header__logo { flex-basis: 90px; width: 90px; height: 45px; }
  .site-header__logo img { width: auto; height: 35px; }
  .site-header__toggle { display: grid; gap: 4px; width: 32px; height: 32px; padding: 7px 5px; border: 1px solid rgba(0, 0, 0, 0.12); border-radius: var(--radius-sm); background: rgba(255, 255, 255, 0.7); }
  .site-header__toggle span { display: block; height: 2px; background: var(--color-text); }
  .site-header__menu { position: fixed; top: 55px; right: 0; bottom: 0; display: block; width: min(340px, 88vw); height: auto; overflow-y: auto; padding: 16px; background: rgba(255, 255, 255, 0.98); box-shadow: -5px 8px 18px rgba(0, 0, 0, 0.2); transform: translateX(105%); transition: transform var(--transition); }
  .site-header__menu.is-open { transform: translateX(0); }
  .site-header__links { display: block; height: auto; }
  .site-header__links > li, .site-header__link { display: flex; width: 100%; height: auto; }
  .site-header__link { justify-content: space-between; padding: 12px 4px; border-bottom: 1px solid var(--color-border); color: #050505; font-size: 17px; }
  .site-header__link--home { justify-content: flex-start; }
  .site-header__contact { margin-top: 18px; }
  .site-header__tools { gap: 10px; float: right; padding: 16px 0 0; }
  .mega-menu { position: static; display: none; width: auto; max-height: none; overflow: visible; padding: 10px; visibility: visible; opacity: 1; transform: none; box-shadow: none; transition: none; }
  .home-page .mega-menu { background: rgba(255, 255, 255, 0.98); backdrop-filter: none; }
  .home-page .mega-menu::before { display: none; }
  .site-header__products:hover .mega-menu { display: none; }
  .site-header__products.is-open { display: block; }
  .site-header__products.is-open .mega-menu { display: block; }
  .mega-menu__grid { grid-template-columns: 1fr; gap: 14px; }
  .site-header__about-menu { display: block !important; }
  .site-header__about-panel { position: static; display: block; min-width: 0; padding: 4px 10px 10px; visibility: visible; opacity: 1; transform: none; border: 0; border-radius: 0; box-shadow: none; }
  .site-header__about-panel::before { display: none; }
  .site-header__about-panel a { padding: 9px 12px; border-left: 2px solid var(--color-brand-bright); border-radius: 0; font-size: 15px; }
  .hero__arrow { top: 55px; height: calc(100% - 55px); }
}

/* ---------- Services ---------- */
.services-hero { padding: 118px 10px 62px; color: var(--color-white); background: linear-gradient(rgba(15,25,27,.7),rgba(15,25,27,.7)), url('../images/services-hero.jpg') center 46%/cover no-repeat; }
.services-hero__inner { max-width: 1050px; text-align: center; }
.services-hero__eyebrow { margin-bottom: 8px; color: var(--color-brand-bright); font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.services-hero h1 { margin-bottom: 14px; font-size: clamp(42px, 6vw, 72px); line-height: 1.05; }
.services-hero__inner > p:last-child { max-width: 780px; margin: auto; font-size: 18px; }
.services-support { padding: 0 0 20px; background: #e9edef; }
.services-feature { display: grid; min-height: 360px; margin-bottom: 20px; grid-template-columns: repeat(2,minmax(0,1fr)); }
.services-feature__image { min-height: 360px; background-position: center; background-size: cover; }
.services-feature__image--warranty { background-image: url('../images/services-warranty.jpg'); }
.services-feature__image--office { background-image: url('../images/services-office.jpg'); }
.services-feature__image--remote { background-image: url('../images/services-remote.jpg'); }
.services-feature__content { position: relative; display: flex; min-width: 0; padding: clamp(34px,5vw,72px); justify-content: center; flex-direction: column; overflow: hidden; border-radius: 0 64px 0 0; background: var(--color-white); }
.services-feature__content::after { position: absolute; right: -48px; bottom: -70px; width: 160px; height: 190px; border: 25px solid #edf1f2; border-bottom: 0; border-left: 0; border-radius: 30px 80px 0 0; transform: rotate(-45deg); content: ''; }
.services-feature--reverse .services-feature__image { order: 2; }
.services-feature--reverse .services-feature__content { order: 1; margin-left: max(0px,calc((100vw - 1400px)/2)); border-radius: 48px 0 0 0; }
.services-feature__content h2,.services-feature__content p,.services-feature__content ul { position: relative; z-index: 1; }
.services-feature__content h2 { margin-bottom: 12px; color: var(--color-brand); font-size: clamp(28px,3vw,38px); line-height: 1.15; }
.services-feature__content p,.services-feature__content li { color: var(--color-muted); }
.services-feature__content ul { padding-left: 20px; margin-bottom: 0; }
.services-why { padding: 64px 10px; color: var(--color-text); background: linear-gradient(rgba(0,0,0,.58),rgba(0,0,0,.58)),url('../images/services-why.jpg') center/cover no-repeat; }
.services-why__inner { max-width: 1000px; }
.services-why h2 { margin-bottom: 28px; color: white; font-size: 38px; text-align: center; }
.services-why__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.services-why__grid article { min-height: 260px; padding: 28px 24px; border-radius: 12px; background: var(--color-white); }
.services-why__grid article > span { display: block; margin-bottom: 13px; color: #00b76b; font-size: 42px; font-weight: 700; line-height: 1; text-align: center; }
.services-why__grid h3 { margin-bottom: 12px; color: #111; font-size: 21px; text-align: center; }
.services-why__grid p { margin: 0; color: var(--color-muted); font-size: 14px; }
.services-offer { padding: 58px 10px 66px; background: #e9edef; }
.services-offer h2 { margin-bottom: 5px; font-size: 38px; text-align: center; }
.services-offer__intro { max-width: 760px; margin: 0 auto 28px; color: var(--color-muted); text-align: center; }
.services-offer__grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 16px; }
.services-offer__card { min-height: 210px; padding: 18px; border-radius: 12px; background: white; transition: transform .2s ease,box-shadow .2s ease; }
.services-offer__card:hover { transform: translateY(-3px); box-shadow: 0 8px 20px rgba(20,52,50,.12); }
.services-offer__card > span { display: block; height: 34px; color: #00b76b; font-size: 32px; font-weight: 700; line-height: 1; }
.services-offer__card h3 { margin: 7px 0; color: #111; font-size: 17px; }
.services-offer__card p { display: -webkit-box; overflow: hidden; margin: 0; color: var(--color-muted); font-size: 13px; line-height: 1.4; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
.services-contact { padding: 58px 10px 70px; color: white; background: linear-gradient(rgba(15,25,27,.72),rgba(15,25,27,.72)),url('../images/services-remote.jpg') center/cover no-repeat; }
.services-contact h2 { margin-bottom: 18px; font-size: 38px; text-align: center; }
.services-contact__content { display: flex; max-width: 914px; margin: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.services-contact .contact-page-main__card { flex: 0 0 330px; }
.services-contact__form { flex: 1 1 auto; color: var(--color-text); }
@media (max-width: 1199px) { .services-offer__grid { grid-template-columns: repeat(3,minmax(0,1fr)); } }
@media (max-width: 900px) { .services-feature { grid-template-columns: 1fr; } .services-feature__image,.services-feature__image--office { min-height: 260px; order: 1; } .services-feature__content,.services-feature--reverse .services-feature__content { order: 2; margin-left: 0; border-radius: 0 0 36px 0; } .services-why__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .services-offer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } .services-contact__content { flex-direction: column; } .services-contact .contact-page-main__card,.services-contact__form { width: 100%; flex-basis: auto; } }
@media (max-width: 600px) { .services-hero { padding: 92px 10px 42px; } .services-hero__inner > p:last-child { font-size: 16px; } .services-feature { margin-bottom: 10px; } .services-feature__image,.services-feature__image--office { min-height: 190px; } .services-feature__content { padding: 30px 20px 38px; } .services-why { padding: 48px 0; } .services-why__grid,.services-offer__grid { grid-template-columns: 1fr; } .services-why__grid article { min-height: 0; } .services-offer { padding-inline: 0; } .services-contact { padding: 44px 0; } }

@media (max-width: 767px) {
  .hero { height: 211px; }
  .hero__slide { background-position: center; }
  .hero__content, .hero__content--compact { padding: 0 34px 22px; }
  .hero__content h2 { margin-bottom: 3px; font-size: 19px; line-height: 1.12; }
  .hero__content p { margin-bottom: 7px; font-size: 8px; line-height: 1.35; }
  .hero__button { min-height: 25px; padding: 3px 9px; border-radius: 12px; font-size: 10px; }
  .hero__arrow { width: 34px; font-size: 28px; }
  .hero__pagination { bottom: 6px; gap: 5px; }
  .hero__pagination button { width: 5px; height: 5px; }
  .catalog { min-height: 0; }
  .catalog__inner { padding: 18px 5px; }
  .catalog .section-heading { font-size: 18px; }
  .catalog__intro { max-width: 330px; margin: 3px auto 2px; font-size: 7px; }
  .catalog__certification { height: 28px; margin-bottom: 6px; }
  .catalog__grid { gap: 5px; }
  .catalog-card { height: 195px; padding: 7px; border-radius: 7px; }
  .catalog-card > svg { width: 24px; height: 24px; margin-bottom: 4px; }
  .catalog-card h3 { min-height: 26px; margin-bottom: 3px; font-size: 11px; line-height: 1.15; }
  .catalog-card p { font-size: 8px; line-height: 1.3; -webkit-line-clamp: 10; }
}

/* ---------- Company Intro ---------- */
.company-intro { padding: 18px 0 24px; overflow: hidden; }
.company-intro__inner { display: grid; gap: 24px; }
.company-intro__row { position: relative; display: grid; overflow: hidden; border-radius: var(--radius-large); background: var(--color-white); }
.company-intro__media { min-height: 220px; }
.company-intro__media img { width: 100%; height: 100%; object-fit: cover; }
.company-intro__content { position: relative; z-index: 0; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; min-width: 0; padding: 24px 22px; }
.company-intro__content::after { position: absolute; z-index: -1; width: 150px; height: 150px; border: 28px solid var(--color-page); border-radius: 36px; content: ""; transform: rotate(45deg); opacity: 0.9; }
.company-intro__content--partner::after { right: -94px; bottom: -94px; }
.company-intro__content--about::after { top: -102px; left: 34px; border-color: rgba(0, 132, 126, 0.18); }
.company-intro__title { margin-bottom: 10px; color: var(--color-brand); font-size: 2rem; line-height: 1.2; }
.company-intro__content p { max-width: 630px; margin-bottom: 0; color: var(--color-muted); font-size: 16px; line-height: 24px; }
.company-intro__button { min-width: 111px; min-height: 38px; margin-top: 32px; padding: 7px 12px; }
.js-reveal-ready .company-intro__row[data-reveal] { opacity: 0; transition: opacity 0.7s ease, transform 0.7s ease; }
.js-reveal-ready .company-intro__row[data-reveal="left"] { transform: translateX(-55px); }
.js-reveal-ready .company-intro__row[data-reveal="right"] { transform: translateX(55px); }
.js-reveal-ready .company-intro__row[data-reveal].is-revealed { opacity: 1; transform: translateX(0); }

@media (min-width: 768px) {
  .company-intro { padding-top: 18px; }
  .company-intro__row { grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); border-radius: var(--radius-large); }
  .company-intro__row--partner { min-height: 305px; }
  .company-intro__row--about { min-height: 332px; }
  .company-intro__media { min-height: 100%; }
  .company-intro__content { padding: 42px 48px; }
  .company-intro__title { font-size: 38.4px; line-height: 46.08px; }
}

@media (max-width: 767px) {
  .company-intro__row--partner .company-intro__content { grid-row: 1; }
  .company-intro__row--partner .company-intro__media { grid-row: 2; }
  .company-intro__row { border-radius: 24px; }
  .company-intro__button { margin-top: 20px; }
}

/* ---------- Why Anxine ---------- */
.why-anxine { position: relative; isolation: isolate; min-height: 953px; padding: 76px 0 68px; overflow: hidden; background: var(--color-dark) url("../images/why-anxine.jpg") center / cover no-repeat; }
.why-anxine::before { position: absolute; z-index: -1; inset: 0; background: rgba(0, 0, 0, 0.67); content: ""; }
.why-anxine__inner { max-width: 1050px; }
.why-anxine__title { margin-bottom: 26px; color: var(--color-white); font-size: 38.4px; line-height: 46.08px; }
.why-anxine__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.why-anxine__card { display: flex; flex-direction: column; align-items: center; min-width: 0; min-height: 225px; padding: 18px 12px; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16); text-align: center; transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.55s ease; }
.why-anxine__card:hover { transform: translateY(-7px); box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28); }
.why-anxine__icon { flex: 0 0 auto; width: 48px; height: 48px; margin-bottom: 14px; fill: none; stroke: var(--color-brand); stroke-linecap: round; stroke-linejoin: round; stroke-width: 3.5; filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.22)); }
.why-anxine__card h3 { margin-bottom: 10px; color: #000; font-size: 16px; line-height: 1.2; }
.why-anxine__card p { margin-bottom: 0; color: var(--color-muted); font-size: 12px; line-height: 1.45; text-align: left; }
.js-reveal-ready .why-anxine__card[data-reveal] { opacity: 0; transform: translateY(32px); }
.js-reveal-ready .why-anxine__card[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.js-reveal-ready .why-anxine__card[data-reveal].is-revealed:hover { transform: translateY(-7px); }

@media (min-width: 768px) {
  .why-anxine__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
  .why-anxine__card { min-height: 340px; padding: 34px 24px 24px; }
  .why-anxine__icon { width: 58px; height: 58px; margin-bottom: 28px; }
  .why-anxine__card h3 { margin-bottom: 16px; font-size: 28px; line-height: 33.6px; }
  .why-anxine__card p { font-size: 16px; line-height: 24px; }
}

@media (max-width: 767px) {
  .why-anxine { min-height: 0; padding: 44px 0; }
  .why-anxine__title { margin-bottom: 22px; font-size: 1.6rem; line-height: 1.2; }
}

/* ---------- About Mission ---------- */
.about-mission { position: relative; isolation: isolate; min-height: 581.265px; padding: 80px 0; overflow: hidden; background: var(--color-dark) url("../images/about-mission.jpg") center / cover no-repeat; }
.about-mission::before { position: absolute; z-index: -1; inset: 0; background: rgba(12, 17, 20, 0.68); content: ""; }
.about-mission__inner { max-width: 890px; }
.about-mission__title { margin-bottom: 34px; font-size: 38.4px; line-height: 46.08px; }
.about-mission__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.about-mission__card { min-height: 337px; padding: 32px 28px 28px; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28); text-align: center; transition: opacity 0.55s ease, transform 0.55s ease, box-shadow 0.25s ease; }
.about-mission__card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(0, 0, 0, 0.34); }
.about-mission__icon { width: 64px; height: 64px; margin-bottom: 18px; fill: none; stroke: var(--color-brand); stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.about-mission__card h3 { margin-bottom: 15px; color: var(--color-text); font-size: 28px; font-weight: 500; line-height: 33.6px; }
.about-mission__card p { margin-bottom: 0; color: var(--color-muted); font-size: 16px; line-height: 24px; }
.js-reveal-ready .about-mission__card[data-reveal] { opacity: 0; transform: translateY(28px); }
.js-reveal-ready .about-mission__card[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.js-reveal-ready .about-mission__card[data-reveal].is-revealed:hover { transform: translateY(-5px); }

@media (max-width: 767px) {
  .about-mission { min-height: 0; padding: 44px 0; }
  .about-mission__title { margin-bottom: 24px; font-size: 1.6rem; line-height: 1.2; }
  .about-mission__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
  .about-mission__card { min-height: 337px; padding: 18px 10px 14px; }
  .about-mission__icon { width: 46px; height: 46px; margin-bottom: 10px; }
  .about-mission__card h3 { font-size: 16px; line-height: 19.2px; }
  .about-mission__card p { font-size: 12px; line-height: 18px; }
}

/* ---------- About Certificates ---------- */
.about-certificates { min-height: 645.765px; padding: 80px 0; background: var(--color-page); }
.about-certificates__title { margin-bottom: 34px; font-size: 38.4px; line-height: 46.08px; }
.about-certificates__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.about-certificates__item { min-width: 0; margin: 0; text-align: center; }
.about-certificates__image { display: block; aspect-ratio: 283 / 400; overflow: hidden; background: var(--color-white); box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); transition: transform 0.28s ease, box-shadow 0.28s ease; }
.about-certificates__image:hover { transform: scale(1.025); box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24); }
.about-certificates__image img { width: 100%; height: 100%; object-fit: contain; }
.about-certificates__item figcaption { margin-top: 12px; color: var(--color-text); font-size: 16px; line-height: 24px; }
.js-reveal-ready .about-certificates__item[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js-reveal-ready .about-certificates__item[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 991px) {
  .about-certificates { min-height: 0; padding: 58px 0; }
  .about-certificates__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .about-certificates { padding: 42px 0; }
  .about-certificates__title { margin-bottom: 24px; font-size: 1.6rem; line-height: 1.2; }
  .about-certificates__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 12px; }
  .about-certificates__item figcaption { margin-top: 8px; font-size: 13px; line-height: 1.4; }
}

/* ---------- About Contact ---------- */
.about-contact { position: relative; isolation: isolate; min-height: 732.453px; padding: 80px 0 79px; background: var(--color-dark) url("../images/contact-background.jpg") center / cover no-repeat; }
.about-contact::before { position: absolute; z-index: -1; inset: 0; background: rgba(20, 24, 27, 0.73); content: ""; }
.about-contact__title { margin-bottom: 7px; color: var(--color-white); font-size: 38.4px; line-height: 46.08px; }
.about-contact__content { display: flex; max-width: 953px; margin-inline: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.about-contact__card { position: relative; flex: 0 0 350px; min-height: 228px; padding: 16px; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); font-style: normal; }
.about-contact__card::after { position: absolute; right: -1px; bottom: -1px; width: 70px; height: 90px; background: linear-gradient(45deg, transparent 49%, var(--color-dark) 50% 67%, transparent 68%); content: ""; }
.about-contact__brand { display: flex; min-height: 24px; margin-bottom: 12px; align-items: center; justify-content: flex-start; font-family: var(--font-heading); font-size: 15px; font-weight: 500; line-height: 1.45; white-space: nowrap; }
.about-contact__brand > span { width: 24px; height: 15px; margin-right: 4px; flex: 0 0 auto; background: var(--color-text); clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 55%, 34% 100%, 0 100%); }
.about-contact__rule { height: 1px; margin-bottom: 10px; background: var(--color-border); }
.about-contact__row { display: flex; align-items: center; gap: 14px; }
.about-contact__link, .about-contact__message, .about-contact__address { display: flex; min-height: 31px; margin: 0; align-items: center; color: var(--color-brand); font-size: 15px; line-height: 1.45; }
.about-contact__link { transition: color 0.2s ease; }
.about-contact__link:hover { color: var(--color-brand-dark); }
.about-contact__address { position: relative; z-index: 1; align-items: flex-start; color: var(--color-text); }
.about-contact__card svg { width: 20px; height: 20px; margin-right: 5px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.about-contact__form { flex: 0 0 583px; }
.js-reveal-ready .about-contact [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js-reveal-ready .about-contact [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .about-contact { min-height: 0; padding-block: 58px; }
  .about-contact__content { max-width: 720px; }
  .about-contact__card { flex-basis: 285px; }
  .about-contact__form { flex: 1 1 auto; }
}

@media (max-width: 767px) {
  .about-contact { padding: 38px 0; }
  .about-contact__title { font-size: 1.6rem; line-height: 1.2; }
  .about-contact__content { flex-direction: column; gap: 14px; }
  .about-contact__card, .about-contact__form { width: 100%; flex-basis: auto; }
  .about-contact__card { min-height: 220px; }
}

/* ---------- About Page: Hero ---------- */
.about-hero { position: relative; isolation: isolate; min-height: 573.281px; overflow: hidden; background: url("../images/about-hero-cphi.jpg") center / cover no-repeat; }
.about-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(8, 13, 15, 0.59); content: ""; }
.about-hero__inner { padding-top: 128px; }
.about-hero__panel { width: min(690px, 50%); min-height: 365px; padding: 48px; background: var(--color-brand); color: var(--color-white); }
.about-hero__panel h1 { margin-bottom: 17px; padding-bottom: 16px; border-bottom: 2px solid rgba(255, 255, 255, 0.82); font-size: 64px; line-height: 76.8px; }
.about-hero__panel p { margin-bottom: 30px; color: var(--color-page); font-size: 16px; line-height: 24px; }
.about-hero__badges { display: flex; flex-wrap: wrap; gap: 13px; padding: 0; margin: 0; list-style: none; }
.about-hero__badges li { display: inline-flex; align-items: center; gap: 4px; color: var(--color-white); font-size: 13px; line-height: 20px; white-space: nowrap; }
.about-hero__badges svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }

/* ---------- About Page: Overview ---------- */
.about-overview { min-height: 618.828px; padding: 80px 0; background: var(--color-page); }
.about-overview__inner { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 0; background: var(--color-white); }
.about-overview__content { min-width: 0; padding: 48px; }
.about-overview__content > h2 { margin-bottom: 7px; font-size: 38.4px; line-height: 46.08px; }
.about-overview__content > p { max-width: 605px; margin-bottom: 22px; color: var(--color-muted); font-size: 16px; line-height: 24px; }
.about-overview__content strong { color: inherit; font-weight: 700; }
.about-overview__metrics { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 17px 27px; }
.about-overview__metric { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 13px; min-width: 0; }
.about-overview__metric > svg { width: 35px; height: 35px; fill: none; stroke: var(--color-brand); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.3; }
.about-overview__metric h3 { margin-bottom: 5px; color: #343a40; font-family: var(--font-body); font-size: 19px; font-weight: 600; line-height: 24px; }
.about-overview__metric p { margin-bottom: 0; color: var(--color-muted); font-size: 13px; line-height: 20px; }
.about-overview__media { position: relative; min-width: 0; padding: 30px 10px; background: #000; overflow: hidden; }
.about-overview__media img { width: 100%; height: 100%; min-height: 398px; object-fit: cover; }
.about-overview__play { position: absolute; top: 50%; left: 50%; display: grid; width: 58px; height: 40px; border-radius: 10px; place-items: center; background: #f00; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35); transform: translate(-50%, -50%); transition: transform 0.2s ease, filter 0.2s ease; }
.about-overview__play:hover { filter: brightness(0.9); transform: translate(-50%, -50%) scale(1.05); }
.about-overview__play svg { width: 28px; height: 28px; fill: var(--color-white); }

@media (max-width: 991px) {
  .about-hero__panel { width: min(690px, 78%); }
  .about-overview { min-height: 0; padding: 60px 0; }
  .about-overview__inner { grid-template-columns: 1fr; }
  .about-overview__media { min-height: 420px; }
}

@media (max-width: 767px) {
  .about-hero { min-height: 510px; }
  .about-hero__inner { padding-top: 88px; }
  .about-hero__panel { width: calc(100% - 12px); min-height: 0; padding: 30px 24px; }
  .about-hero__panel h1 { margin-bottom: 15px; padding-bottom: 12px; font-size: 25.6px; line-height: 30.72px; }
  .about-hero__panel p { margin-bottom: 23px; font-size: 14px; line-height: 21px; }
  .about-hero__badges { gap: 8px 12px; }
  .about-hero__badges li { font-size: 12px; }
  .about-overview { padding: 38px 0; }
  .about-overview__content { min-height: 807px; padding: 48px; }
  .about-overview__content > h2 { font-size: 25.6px; line-height: 30.72px; }
  .about-overview__content > p { font-size: 14px; line-height: 21px; }
  .about-overview__metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px 12px; }
  .about-overview__metric { grid-template-columns: 34px minmax(0, 1fr); gap: 12px; }
  .about-overview__metric h3 { font-size: 17px; line-height: 22px; }
  .about-overview__metric p { font-size: 13px; line-height: 19px; }
  .about-overview__media { order: -1; min-height: 216px; padding: 0; }
.about-overview__media img { min-height: 216px; }
}

/* ---------- Resource Guide Offer ---------- */
.resource-offer { padding: 48px 10px; background: var(--color-page); }
.resource-offer__inner { width: 100%; }
.resource-offer__title { font-size: 38.4px; line-height: 46.08px; }
.resource-offer__intro { max-width: 800px; margin: 6px auto 24px; color: var(--color-muted); font-size: 16px; line-height: 24px; text-align: center; }
.resource-offer__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 16px 15px; }

@media (max-width: 1199px) {
  .resource-offer__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .resource-offer { padding: 28px 5px; }
  .resource-offer__title { font-size: 18px; line-height: 1.2; }
  .resource-offer__intro { max-width: 330px; margin: 4px auto 10px; font-size: 9px; line-height: 1.45; }
  .resource-offer__grid { gap: 5px; }
}

/* ---------- Resource Guide Contact ---------- */
.guide-contact { position: relative; isolation: isolate; min-height: 732.453px; padding: 80px 0 79px; background: var(--color-dark) url("../images/contact-background.jpg") center / cover no-repeat; }
.guide-contact::before { position: absolute; z-index: -1; inset: 0; background: rgba(20, 24, 27, 0.73); content: ""; }
.guide-contact__title { margin-bottom: 7px; color: var(--color-white); font-size: 38.4px; line-height: 46.08px; }
.guide-contact__content { display: flex; max-width: 953px; margin-inline: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.guide-contact__card { position: relative; flex: 0 0 350px; min-height: 228px; padding: 16px; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); font-style: normal; }
.guide-contact__card::after { position: absolute; right: -1px; bottom: -1px; width: 70px; height: 90px; background: linear-gradient(45deg, transparent 49%, var(--color-dark) 50% 67%, transparent 68%); content: ""; }
.guide-contact__brand { display: flex; height: 37px; align-items: center; justify-content: center; font-family: var(--font-heading); font-size: 28px; font-weight: 500; line-height: 1; }
.news-detail-page .guide-contact__brand { font-size: 20px; }
.guide-contact__brand > span { width: 33px; height: 21px; margin-right: 3px; background: var(--color-text); clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 55%, 34% 100%, 0 100%); }
.guide-contact__rule { height: 1px; margin-bottom: 10px; background: var(--color-border); }
.guide-contact__row { display: flex; align-items: center; gap: 14px; }
.guide-contact__link, .guide-contact__message, .guide-contact__address { display: flex; min-height: 31px; margin: 0; align-items: center; color: var(--color-brand); font-size: 15px; line-height: 1.45; }
.guide-contact__link { transition: color 0.2s ease; }
.guide-contact__link:hover { color: var(--color-brand-dark); }
.guide-contact__address { position: relative; z-index: 1; align-items: flex-start; color: var(--color-text); }
.guide-contact__card svg { width: 20px; height: 20px; margin-right: 5px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.guide-contact__form { flex: 0 0 583px; }
.js-reveal-ready .guide-contact [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js-reveal-ready .guide-contact [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .guide-contact { min-height: 0; padding-block: 58px; }
  .guide-contact__content { max-width: 720px; }
  .guide-contact__card { flex-basis: 285px; }
  .guide-contact__form { flex: 1 1 auto; }
}

@media (max-width: 767px) {
  .guide-contact { padding: 38px 0; }
  .guide-contact__title { font-size: 1.6rem; line-height: 1.2; }
  .guide-contact__content { flex-direction: column; gap: 14px; }
  .guide-contact__card, .guide-contact__form { width: 100%; flex-basis: auto; }
  .guide-contact__card { min-height: 220px; }
}

/* ---------- Resource Guide Sidebar ---------- */
.resource-article .side-bar {
  position: sticky !important;
  top: calc(100vh - 1467px) !important;
  left: auto !important;
  align-self: start;
  flex: 0 0 33.333333%;
  width: 33.333333% !important;
  max-width: 466px;
  min-width: 0;
  margin-top: 16px;
  padding-inline: 10px;
}

.resource-article .side-bar .lwptoc {
  width: 100%;
  max-width: 446px;
  height: 248.797px;
  margin: 0 0 24px;
  padding: 17px 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-card);
  background: var(--color-white);
}

.resource-article .side-bar .lwptoc_i,
.resource-article .side-bar .lwptoc_items,
.resource-article .side-bar .lwptoc_itemWrap { width: 100%; }
.resource-article .side-bar .lwptoc_header { margin-bottom: 8px; color: var(--color-text); font-family: var(--font-heading); line-height: 1.2; }
.resource-article .side-bar .lwptoc_title { font-size: 19.2px; font-weight: 500; }
.resource-article .side-bar .lwptoc_item { margin: 0; }
.resource-article .side-bar .lwptoc_item a { display: block; overflow: hidden; padding: 3px 0; color: var(--color-muted); font-size: 14px; line-height: 22px; text-overflow: ellipsis; white-space: nowrap; transition: color 0.2s ease; }
.resource-article .side-bar .lwptoc_item_number { display: none; }
.resource-article .side-bar a:hover,
.resource-article .side-bar a:focus-visible { color: var(--color-brand); }

.resource-article .side-bar > .list-group { width: 100%; max-width: 446px; margin: 0 0 16px; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: var(--color-white); }
.resource-article .side-bar .list-group-item { display: flex; width: 100%; min-width: 0; padding: 12px 15px; align-items: flex-start; justify-content: space-between; gap: 12px; border: 0; border-bottom: 1px solid var(--color-border); background: var(--color-white); }
.resource-article .side-bar .list-group-item:last-child { border-bottom: 0; }
.resource-article .side-bar .list-group-item > a { min-width: 0; color: var(--color-text); line-height: 1.45; transition: color 0.2s ease; }
.resource-article .side-bar .badge-pill { flex: 0 0 auto; min-width: 28px; padding: 2px 8px; border-radius: 999px; background: var(--color-field); color: var(--color-muted); font-size: 12px; line-height: 20px; text-align: center; }
.resource-article .side-bar .list-group + .list-group .list-group-item { display: block; padding: 15px; }
.resource-article .side-bar .list-group-item h3 { margin: 0 0 6px; color: var(--color-muted); font-family: var(--font-body); font-size: 20px; font-weight: 500; line-height: 24px; }
.resource-article .side-bar .list-group-item h3 a { transition: color 0.2s ease; }
.resource-article .side-bar .list-group-item p { margin: 0 0 7px; color: var(--color-muted); font-size: 14px; line-height: 21px; }
.resource-article .side-bar .list-group-item small { color: var(--color-muted); font-size: 12px; }
.resource-article .side-bar .list-group-item .w-100 { display: flex; width: 100%; justify-content: space-between; }

.resource-article .side-bar > .bg-brand-tr { width: 100%; max-width: 446px; margin: 0 0 16px; padding: 16px; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); line-height: 1.75; }
.resource-article .side-bar > .bg-brand-tr h3 { margin: 0 0 8px; color: var(--color-text); font-size: 25px; line-height: 1.2; text-align: center; }
.resource-article .side-bar > .bg-brand-tr hr { margin: 0 0 9px; border: 0; border-top: 1px solid var(--color-border); }
.resource-article .side-bar > .bg-brand-tr a { color: var(--color-brand-dark); transition: color 0.2s ease; }
.resource-article .side-bar > .bg-brand-tr .ml-2 { margin-left: 8px; }
.resource-article .fixing-placeholder { display: none !important; }

@media (max-width: 991px) {
  .resource-article .side-bar {
    position: static !important;
    top: auto !important;
    left: auto !important;
    flex: 0 0 100%;
    width: 100% !important;
    max-width: none;
    margin-top: 16px;
    padding-inline: 10px;
  }
  .resource-article .side-bar .lwptoc,
  .resource-article .side-bar > .list-group,
  .resource-article .side-bar > .bg-brand-tr { max-width: none; }
  .resource-article .fixing-placeholder { display: none !important; }
}

@media (max-width: 575px) {
  .resource-article .side-bar { overflow: hidden; padding-inline: 0; }
  .resource-article .side-bar .lwptoc { height: auto; min-height: 248.797px; padding-inline: 15px; }
  .resource-article .side-bar .lwptoc_item a { white-space: normal; }
  .resource-article .side-bar .list-group-item h3 { font-size: 18px; line-height: 23px; }
}

/* ---------- Products: Category Catalog Rails ---------- */
.product-categories { padding: 76px 0 82px; overflow: hidden; background: var(--color-page); }
.product-categories__group + .product-categories__group { margin-top: 68px; }
.product-categories__header { display: grid; width: calc(100% - 20px); max-width: var(--container); margin: 0 auto 18px; align-items: center; grid-template-columns: minmax(0, 1fr) auto; gap: 4px 20px; }
.product-categories__title { margin: 0; color: var(--color-brand); font-size: 38.4px; font-weight: 500; line-height: 46.08px; }
.product-categories__intro { max-width: 800px; margin: 0; color: var(--color-muted); line-height: 1.5; }
.product-categories__controls { display: flex; flex: 0 0 auto; gap: 8px; }
.product-categories__controls { grid-column: 2; grid-row: 1 / span 2; }
.product-categories__button { display: grid; width: 42px; height: 42px; padding: 0; border: 1px solid var(--color-brand); border-radius: 50%; place-items: center; background: var(--color-white); color: var(--color-brand); cursor: pointer; transition: background var(--transition), color var(--transition), opacity var(--transition); }
.product-categories__button:hover:not(:disabled), .product-categories__button:focus-visible { background: var(--color-brand); color: var(--color-white); }
.product-categories__button:focus-visible { outline: 3px solid rgba(162, 223, 13, 0.5); outline-offset: 2px; }
.product-categories__button:disabled { opacity: .32; cursor: default; }
.product-categories__button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.product-categories__rail { display: flex; width: calc(100% - 20px); max-width: var(--container); margin-inline: auto; padding: 8px 3px 12px; gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-categories__rail::-webkit-scrollbar { display: none; }
.product-tile { position: relative; flex: 0 0 27%; min-width: 0; aspect-ratio: 3 / 4; overflow: hidden; border-radius: 12.8px; box-shadow: 0 0 8px rgba(0, 0, 0, .3); scroll-snap-align: start; transform: translateY(0); transition: box-shadow .35s ease-out, transform .35s ease-out; }
.product-tile:hover { box-shadow: 0 8px 18px rgba(0, 0, 0, .34); transform: translateY(-5px); }
.product-tile__link { position: absolute; inset: 0; display: block; overflow: hidden; border-radius: inherit; color: var(--color-white); }
.product-tile__image { width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: transform .35s ease-out; }
.product-tile:hover .product-tile__image { transform: scale(1.045); }
.product-tile__content { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-start; padding: 28px 24px; background: linear-gradient(to bottom, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .55) 28%, transparent 68%); text-shadow: 0 1px 2px rgba(0, 0, 0, .65); }
.product-tile__title { margin: 0 0 9px; color: var(--color-white); font-size: 25px; font-weight: 500; line-height: 1.2; }
.product-tile__description { margin: 0; color: rgba(255, 255, 255, .91); font-size: 15px; line-height: 1.5; }
.product-tile__link:focus-visible { outline: 4px solid var(--color-brand-light); outline-offset: -5px; }

@media (max-width: 991px) {
  .product-categories { padding-block: 58px 64px; }
  .product-categories__group + .product-categories__group { margin-top: 52px; }
  .product-tile { flex-basis: calc(42% - 12px); }
}

@media (max-width: 575px) {
  .product-categories { padding-block: 40px 46px; }
  .product-categories__group + .product-categories__group { margin-top: 40px; }
  .product-categories__header { margin-bottom: 10px; gap: 10px; }
  .product-categories__title { font-size: 25.6px; line-height: 30.72px; }
  .product-categories__intro { font-size: 13px; line-height: 1.45; }
  .product-categories__controls { gap: 5px; }
  .product-categories__button { width: 34px; height: 34px; }
  .product-categories__button svg { width: 17px; height: 17px; }
  .product-categories__rail { gap: 10px; padding-block: 6px 10px; }
  .product-tile { flex-basis: calc(50% - 5px); aspect-ratio: 155.453 / 207.266; }
  .product-tile__content { padding: 14px 12px; }
  .product-tile__title { margin-bottom: 5px; font-size: 17px; line-height: 1.2; }
  .product-tile__description { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 5; }
}

/* ---------- Contact Standalone Page ---------- */
.contact-page-title { position: relative; isolation: isolate; padding: 116px 0 56px; overflow: hidden; background: var(--color-dark) url("../images/contact-background.jpg") center / cover no-repeat; color: var(--color-white); text-align: center; }
.contact-page-title::before { position: absolute; z-index: -1; inset: 0; background: rgba(20, 24, 27, 0.68); content: ""; }
.contact-page-title::after { position: absolute; z-index: -1; right: -80px; bottom: -88px; width: 310px; height: 210px; border: 42px solid rgba(0, 132, 126, 0.12); border-radius: 52px; content: ""; transform: rotate(38deg); }
.contact-page-title h1 { margin-bottom: 14px; color: var(--color-white); font-size: 48px; font-weight: 500; line-height: 57.6px; }
.contact-page-title__breadcrumb { display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--color-page); font-size: 16px; line-height: 24px; }
.contact-page-title__breadcrumb a { color: var(--color-brand-light); transition: color 0.2s ease; }
.contact-page-title__breadcrumb a:hover { color: var(--color-white); }
.contact-page-main { position: relative; isolation: isolate; min-height: 732.453px; padding: 80px 0 79px; overflow: hidden; background: var(--color-page); }
.contact-page-main__title { margin-bottom: 7px; color: var(--color-brand); font-size: 38.4px; line-height: 46.08px; }
.contact-page-main__content { display: flex; max-width: 953px; margin-inline: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.contact-page-main__card { position: relative; flex: 0 0 350px; min-height: 228px; padding: 16px; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); font-style: normal; }
.contact-page-main__card::after { position: absolute; right: -1px; bottom: -1px; width: 70px; height: 90px; background: linear-gradient(45deg, transparent 49%, var(--color-dark) 50% 67%, transparent 68%); content: ""; }
.contact-page-main__brand { display: flex; min-height: 24px; margin-bottom: 12px; align-items: center; justify-content: flex-start; font-family: var(--font-heading); font-size: 15px; font-weight: 500; line-height: 1.45; text-align: left; white-space: nowrap; }
.contact-page-main__brand > span { width: 24px; height: 15px; margin-right: 4px; flex: 0 0 auto; background: var(--color-text); clip-path: polygon(50% 0, 100% 100%, 68% 100%, 50% 55%, 34% 100%, 0 100%); }
.contact-page-main__rule { height: 1px; margin-bottom: 10px; background: var(--color-border); }
.contact-page-main__row { display: flex; align-items: center; gap: 14px; }
.contact-page-main__link, .contact-page-main__message, .contact-page-main__address { display: flex; min-height: 31px; margin: 0; align-items: center; color: var(--color-brand); font-size: 15px; line-height: 1.45; }
.contact-page-main__link { transition: color 0.2s ease; }
.contact-page-main__link:hover { color: var(--color-brand-dark); }
.contact-page-main__address { position: relative; z-index: 1; align-items: flex-start; color: var(--color-text); }
.contact-page-main__card svg { width: 20px; height: 20px; margin-right: 5px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.45; stroke-linecap: round; stroke-linejoin: round; }
.contact-page-main__form { flex: 0 0 583px; }
.js-reveal-ready .contact-page-main [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 0.55s ease, transform 0.55s ease; }
.js-reveal-ready .contact-page-main [data-reveal].is-revealed { opacity: 1; transform: translateY(0); }

@media (max-width: 980px) {
  .contact-page-main { min-height: 0; padding-block: 58px; }
  .contact-page-main__content { max-width: 720px; }
  .contact-page-main__card { flex-basis: 285px; }
  .contact-page-main__form { flex: 1 1 auto; }
}

@media (max-width: 767px) {
  .contact-page-title { padding: 88px 0 36px; }
  .contact-page-title h1 { font-size: 32px; line-height: 38.4px; }
  .contact-page-title__breadcrumb { font-size: 14px; line-height: 21px; }
  .contact-page-main { padding: 38px 0; }
  .contact-page-main__title { font-size: 1.6rem; line-height: 1.2; }
  .contact-page-main__content { flex-direction: column; gap: 14px; }
  .contact-page-main__card, .contact-page-main__form { width: 100%; flex-basis: auto; }
  .contact-page-main__card { min-height: 220px; }
}

/* ---------- Products Page: Hero and Overview ---------- */
.products-hero { position: relative; isolation: isolate; min-height: 333px; padding: 120px 0 76px; overflow: hidden; background: var(--color-dark) url('../images/products-hero.jpg') center 58% / cover no-repeat; color: var(--color-white); text-align: center; }
.products-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(18, 24, 27, .68); content: ''; }
.products-hero__inner { max-width: 1060px; }
.products-hero h1 { margin-bottom: 6px; color: var(--color-white); font-size: 64px; font-weight: 500; line-height: 1.2; }
.products-hero p { max-width: 760px; margin: 0 auto 10px; color: var(--color-page); font-size: 16px; line-height: 1.5; }
.products-hero__breadcrumb { display: flex; align-items: center; justify-content: center; gap: 9px; font-size: 14px; }
.products-hero__breadcrumb a { color: var(--color-brand-light); transition: color .2s ease; }
.products-hero__breadcrumb a:hover { color: var(--color-white); }
.products-overview { position: relative; z-index: 2; width: calc(100% - 20px); max-width: var(--container); margin: -64px auto 0; border-radius: 0 64px 0 0; background: var(--color-white); }
.products-overview__inner { display: grid; min-height: 496px; padding: 16px 0 0; grid-template-columns: repeat(2, minmax(0, 1fr)); }
.products-overview__media { position: relative; min-height: 440px; overflow: hidden; background: var(--color-dark); }
.products-overview__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, filter .3s ease; }
.products-overview__media:hover img { transform: scale(1.025); filter: brightness(.9); }
.products-overview__play { position: absolute; top: 50%; left: 50%; width: 68px; height: 48px; transform: translate(-50%, -50%); filter: drop-shadow(0 3px 9px rgba(0,0,0,.35)); }
.products-overview__play svg { display: block; width: 100%; height: 100%; }
.products-overview__play path:first-child { fill: #f00; }
.products-overview__play path:last-child { fill: var(--color-white); }
.products-overview__content { position: relative; padding: 32px 38px 40px; overflow: hidden; }
.products-overview__content::after { position: absolute; right: -54px; bottom: -70px; width: 170px; height: 205px; border: 27px solid var(--color-page); border-bottom: 0; border-left: 0; border-radius: 34px 88px 0 0; transform: rotate(-45deg); content: ''; pointer-events: none; }
.products-overview__content h2 { position: relative; z-index: 1; margin-bottom: 14px; font-size: 38.4px; line-height: 1.2; }
.products-overview__content p { position: relative; z-index: 1; margin-bottom: 18px; color: var(--color-muted); line-height: 1.5; }
.products-overview__certification { position: relative; z-index: 1; width: auto; height: 50px; margin-bottom: 18px; object-fit: contain; }
.products-overview__content .button { position: relative; z-index: 1; }
.products-page #products-offer { min-height: 0; }
.products-page .products-contact { margin-top: 0; }

@media (max-width: 900px) {
  .products-hero h1 { font-size: 52px; }
  .products-overview__content { padding-inline: 26px; }
  .products-overview__content h2 { font-size: 32px; }
}

@media (max-width: 767px) {
  .products-hero { min-height: 198px; padding: 88px 0 22px; background-position: center; }
  .products-hero h1 { margin-bottom: 3px; font-size: 32px; line-height: 1.2; }
  .products-hero p { margin-bottom: 7px; font-size: 12px; line-height: 1.4; }
  .products-hero__breadcrumb { font-size: 12px; }
  .products-overview { width: 100%; margin-top: 0; border-radius: 0; }
  .products-overview__inner { min-height: 0; padding-top: 0; grid-template-columns: 1fr; }
  .products-overview__media { min-height: 0; aspect-ratio: 3 / 2; }
  .products-overview__content { padding: 28px 20px 34px; }
  .products-overview__content h2 { font-size: 25px; }
  .products-overview__content p { font-size: 14px; }
  .products-overview__certification { height: 38px; }
}

/* ---------- Capsule Filling Machine Detail ---------- */
.detail-hero { position: relative; isolation: isolate; min-height: 300px; padding: 112px 0 62px; overflow: hidden; background: var(--color-dark) url('../images/capsule-detail-filledcapsules-1620x1080.jpg') center / cover no-repeat; color: var(--color-white); text-align: center; }
.detail-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(20, 24, 27, .7); content: ''; }
.detail-hero__inner { max-width: 1030px; }
.detail-hero h1 { margin-bottom: 8px; font-size: 48px; line-height: 1.2; }
.detail-hero p { max-width: 880px; margin: 0 auto 14px; color: var(--color-page); }
.detail-hero__breadcrumb { display: flex; justify-content: center; gap: 8px; color: var(--color-page); font-size: 14px; }
.detail-hero__breadcrumb a { color: var(--color-brand-light); }
.detail-overview { position: relative; z-index: 2; width: calc(100% - 20px); max-width: var(--container); margin: -38px auto 0; border-radius: 0 58px 0 0; background: var(--color-white); }
.detail-overview__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.detail-gallery { min-width: 0; padding: 18px; }
.detail-gallery__main { overflow: hidden; aspect-ratio: 1 / .72; border-radius: var(--radius-card); background: var(--color-page); }
.detail-gallery__main img { width: 100%; height: 100%; object-fit: cover; transition: opacity .2s ease; }
.detail-gallery__thumbs { display: grid; margin-top: 10px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 9px; }
.detail-gallery__thumbs button { padding: 0; overflow: hidden; aspect-ratio: 1; border: 2px solid transparent; border-radius: 8px; background: var(--color-page); cursor: pointer; }
.detail-gallery__thumbs button.is-active { border-color: var(--color-brand); }
.detail-gallery__thumbs img { width: 100%; height: 100%; object-fit: cover; }
.detail-overview__content { position: relative; padding: 34px 38px 40px; overflow: hidden; }
.detail-overview__content::after { position: absolute; right: -56px; bottom: -70px; width: 170px; height: 205px; border: 28px solid var(--color-page); border-bottom: 0; border-left: 0; border-radius: 36px 88px 0 0; transform: rotate(-45deg); content: ''; pointer-events: none; }
.detail-overview__content > * { position: relative; z-index: 1; }
.detail-overview__content h2 { margin-bottom: 12px; font-size: 38.4px; line-height: 1.2; }
.detail-overview__content p { margin-bottom: 14px; color: var(--color-muted); font-size: 14px; }
.detail-overview__certification { width: auto; height: 48px; margin-bottom: 16px; object-fit: contain; }
.detail-overview__actions { display: flex; gap: 10px; }
.detail-overview__secondary { display: inline-flex; padding: 9px 17px; align-items: center; justify-content: center; border: 1px solid var(--color-brand); border-radius: var(--radius-sm); color: var(--color-brand); font-weight: 600; }
.detail-guides { padding: 40px 0; background: var(--color-page); }
.detail-guide { display: grid; width: calc(100% - 20px); max-width: var(--container); min-height: 390px; margin: 22px auto; grid-template-columns: repeat(2, minmax(0, 1fr)); overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); }
.detail-guide--reverse img { order: 2; }
.detail-guide > img { width: 100%; height: 100%; min-height: 390px; object-fit: cover; }
.detail-guide__content { padding: 38px 44px; }
.detail-guide__content h2 { margin-bottom: 18px; font-size: 38.4px; line-height: 1.2; }
.detail-guide__content > p { color: var(--color-muted); }
.detail-guide__content ul { display: grid; margin: 0; padding: 0; gap: 12px; list-style: none; }
.detail-guide__content li { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 12px; }
.detail-guide__content strong { color: var(--color-brand); }
.detail-guide__content span { color: var(--color-muted); }
.detail-specifications { padding: 64px 0; background: var(--color-page); }
.detail-specifications h2 { margin-bottom: 22px; text-align: center; font-size: 38.4px; }
.detail-specifications__scroll { overflow-x: auto; border-radius: var(--radius-card); box-shadow: 0 4px 16px rgba(33,37,41,.09); }
.detail-specifications table { width: 100%; min-width: 820px; border-collapse: collapse; background: var(--color-white); }
.detail-specifications th, .detail-specifications td { padding: 13px 16px; border-bottom: 1px solid var(--color-border); text-align: left; }
.detail-specifications thead th { background: var(--color-brand); color: var(--color-white); }
.detail-specifications tbody th { color: var(--color-text); }
.detail-specifications tbody tr:nth-child(even) { background: var(--color-field); }
.detail-compatible { padding: 72px 0; background: var(--color-dark); color: var(--color-white); text-align: center; }
.detail-compatible h2 { margin-bottom: 7px; color: var(--color-brand-light); font-size: 38.4px; }
.detail-compatible > .container > p { margin-bottom: 28px; color: var(--color-page); }
.detail-compatible__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.detail-compatible__card { overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); transition: transform .25s ease, box-shadow .25s ease; }
.detail-compatible__card:hover { transform: translateY(-5px); box-shadow: 0 12px 25px rgba(0,0,0,.3); }
.detail-compatible__card img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.detail-compatible__card h3 { padding: 14px 12px 16px; margin: 0; font-size: 16px; line-height: 1.3; }
.detail-faq { padding: 68px 0; background: var(--color-page); }
.detail-faq__inner { max-width: 900px; text-align: center; }
.detail-faq h2 { margin-bottom: 7px; font-size: 38.4px; }
.detail-faq__inner > p { color: var(--color-muted); }
.detail-faq__list { margin-top: 25px; text-align: left; }
.detail-faq details { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-white); }
.detail-faq summary { position: relative; padding: 16px 48px 16px 18px; color: var(--color-brand); font-weight: 600; cursor: pointer; list-style: none; }
.detail-faq summary::after { position: absolute; top: 13px; right: 18px; font-size: 22px; content: '+'; }
.detail-faq details[open] summary::after { content: '−'; }
.detail-faq details p { padding: 0 18px 18px; margin: 0; color: var(--color-muted); }
.detail-compliance { padding: 70px 0; background: var(--color-dark); color: var(--color-white); text-align: center; }
.detail-compliance h2 { color: var(--color-brand-light); font-size: 38.4px; }
.detail-compliance p { color: var(--color-page); }
.detail-compliance a { display: grid; max-width: 680px; margin: 24px auto 0; grid-template-columns: 220px minmax(0,1fr); align-items: center; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-text); text-align: left; }
.detail-compliance img { width: 100%; height: 128px; object-fit: cover; }
.detail-compliance span { padding: 20px; font-family: var(--font-heading); font-size: 21px; }
.detail-buyers { padding: 68px 10px; text-align: center; }
.detail-buyers > h2 { margin-bottom: 7px; font-size: 38.4px; }
.detail-buyers > p { color: var(--color-muted); }
.detail-buyers__grid { display: grid; margin-top: 25px; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.detail-buyers__card { overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 4px 13px rgba(33,37,41,.1); text-align: left; transition: transform .25s ease; }
.detail-buyers__card:hover { transform: translateY(-5px); }
.detail-buyers__card img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.detail-buyers__card h3 { padding: 14px 16px 18px; margin: 0; font-size: 18px; line-height: 1.3; }
.capsule-detail-page #capsule-detail-offer { min-height: 0; }

@media (max-width: 900px) {
  .detail-guide__content { padding: 30px 25px; }
  .detail-guide__content li { grid-template-columns: 130px minmax(0,1fr); }
  .detail-compatible__grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .detail-buyers__grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 767px) {
  .detail-hero { min-height: 210px; padding: 88px 0 24px; }
  .detail-hero h1 { font-size: 32px; }
  .detail-hero p { font-size: 12px; }
  .detail-hero__breadcrumb { flex-wrap: wrap; font-size: 11px; }
  .detail-overview { width: 100%; margin-top: 0; border-radius: 0; }
  .detail-overview__inner { grid-template-columns: 1fr; }
  .detail-gallery { padding: 10px; }
  .detail-overview__content { padding: 26px 20px 34px; }
  .detail-overview__content h2, .detail-guide__content h2, .detail-specifications h2, .detail-compatible h2, .detail-faq h2, .detail-compliance h2, .detail-buyers > h2 { font-size: 25.6px; }
  .detail-guide { grid-template-columns: 1fr; margin-block: 14px; }
  .detail-guide--reverse img { order: 0; }
  .detail-guide > img { min-height: 0; aspect-ratio: 16 / 7; }
  .detail-guide__content { padding: 25px 20px 30px; }
  .detail-guide__content li { grid-template-columns: 1fr; gap: 2px; }
  .detail-specifications, .detail-compatible, .detail-faq, .detail-compliance, .detail-buyers { padding-block: 42px; }
  .detail-compatible__grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 10px; }
  .detail-compatible__card h3 { font-size: 13px; }
  .detail-compliance a { grid-template-columns: 1fr; text-align: center; }
  .detail-compliance img { height: 150px; }
  .detail-buyers__grid { gap: 10px; }
  .detail-buyers__card h3 { padding: 10px 11px 13px; font-size: 14px; }
}

/* ---------- Resource Guide: Title Band ---------- */
.resource-title { min-height: 310.391px; padding: 96px 0 80px; background: var(--color-dark); color: var(--color-white); }
.resource-title__inner { display: flex; min-height: 134px; flex-direction: column; align-items: center; text-align: center; }
.resource-title h1 { max-width: 1080px; margin-bottom: 10px; color: var(--color-white); font-size: 32px; line-height: 38.4px; }
.resource-title__inner > p { width: 100%; max-width: 900px; margin-bottom: 18px; color: rgba(255, 255, 255, 0.68); font-size: 16px; line-height: 24px; }
.resource-title__meta { display: flex; width: 100%; margin-top: auto; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, 0.72); font-size: 13px; line-height: 20px; text-align: left; }
.resource-title__meta nav { display: flex; min-width: 0; align-items: center; gap: 7px; }
.resource-title__meta nav > span:last-child { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.resource-title__meta a { color: var(--color-brand); transition: color 0.2s ease; }
.resource-title__meta a:hover { color: var(--color-brand-bright); }
.resource-title__meta time { flex: 0 0 auto; white-space: nowrap; }

/* ---------- Resource Guide: Core Article ---------- */
.resource-article { position: relative; z-index: 1; margin-top: -64px; padding-bottom: 24px; background: var(--color-field); }
.resource-article > .container { position: relative; }
.resource-article > .container > .row { position: relative; display: flex; width: 100%; align-items: flex-start; }
.resource-article .col-lg-8 { flex: 0 0 66.666667%; width: 66.666667%; max-width: 933.328px; padding: 0 10px 16px 0; }
.resource-article .article-content { width: 100%; max-width: 913.328px; margin-top: 16px; padding: 16px; background: var(--color-white); color: var(--color-text); font-size: 16px; line-height: 24px; }
.resource-article .article-content figure { margin: 0 0 16px; }
.resource-article .article-content img { height: auto; max-width: 100%; }
.resource-article .article-content figure:first-child img { width: 100%; }
.resource-article .article-content p,
.resource-article .article-content ul,
.resource-article .article-content ol,
.resource-article .article-content table { margin-top: 0; margin-bottom: 16px; }
.resource-article .article-content ul,
.resource-article .article-content ol { padding-left: 32px; }
.resource-article .article-content li { margin-bottom: 4px; }
.resource-article .article-content h2 { margin: 28px 0 16px; color: var(--color-text); font-size: 38.4px; line-height: 46.08px; }
.resource-article .article-content h3 { margin: 24px 0 16px; color: var(--color-text); font-size: 28px; line-height: 33.6px; }
.resource-article .article-content a { color: var(--color-brand); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.resource-article .article-content a:hover { color: var(--color-brand-dark); }
.resource-article .article-content .has-small-font-size { font-size: 13px; line-height: 20px; }
.resource-article .table-responsive { width: 100%; margin-bottom: 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.resource-article .article-content table { width: 100%; border-collapse: collapse; color: var(--color-text); font-size: 13px; line-height: 18px; }
.resource-article .article-content caption { padding: 8px 10px; color: var(--color-muted); font-size: 13px; text-align: left; caption-side: top; }
.resource-article .article-content th,
.resource-article .article-content td { padding: 7px 9px; border: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.resource-article .article-content th { background: #eef1f3; font-weight: 600; }
.resource-article .article-content tbody tr:nth-child(even) td { background: var(--color-field); }

@media (max-width: 991px) {
  .resource-title { min-height: 0; padding: 88px 0 76px; }
  .resource-article > .container > .row { display: block; }
  .resource-article .col-lg-8 { width: 100%; max-width: none; padding-right: 0; }
  .resource-article .article-content { max-width: none; }
}

@media (max-width: 767px) {
  .resource-title { padding: 78px 0 72px; }
  .resource-title h1 { margin-bottom: 9px; font-size: 25px; line-height: 31px; }
  .resource-title__inner > p { margin-bottom: 15px; font-size: 14px; line-height: 21px; }
  .resource-title__meta { flex-direction: column; align-items: flex-start; gap: 7px; font-size: 12px; line-height: 18px; }
  .resource-title__meta nav { flex-wrap: wrap; }
  .resource-title__meta nav > span:last-child { width: 100%; white-space: normal; }
  .resource-title__meta time { align-self: flex-end; }
  .resource-article { margin-top: -48px; padding-bottom: 16px; }
  .resource-article .article-content { margin-top: 10px; padding: 12px; font-size: 14px; line-height: 21px; }
  .resource-article .article-content h2 { margin: 24px 0 12px; font-size: 28px; line-height: 34px; }
  .resource-article .article-content h3 { margin: 20px 0 12px; font-size: 22px; line-height: 27px; }
  .resource-article .article-content ul,
  .resource-article .article-content ol { padding-left: 24px; }
  .resource-article .article-content table { min-width: 560px; font-size: 12px; line-height: 17px; }
  .resource-article .article-content th,
  .resource-article .article-content td { padding: 6px 7px; }
}

/* ---------- Capsule Detail: Models ---------- */
.capsule-models { padding: 80px 0; background: var(--color-page); }
.capsule-models__title { margin-bottom: 32px; text-align: center; font-size: 38.4px; line-height: 46.08px; }
.capsule-models__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.capsule-models__card { min-width: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 4px 14px rgba(25, 36, 31, 0.12); transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.55s ease; }
.capsule-models__card:hover { transform: translateY(-7px); box-shadow: 0 14px 30px rgba(25, 36, 31, 0.2); }
.capsule-models__image { display: block; height: 280px; overflow: hidden; }
.capsule-models__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.42s ease; }
.capsule-models__card:hover .capsule-models__image img { transform: scale(1.055); }
.capsule-models__body { display: flex; min-height: 220px; padding: 25px 24px 24px; flex-direction: column; }
.capsule-models__body h3 { margin-bottom: 12px; color: var(--color-text); font-size: 24px; line-height: 30px; }
.capsule-models__body h3 a { transition: color 0.2s ease; }
.capsule-models__body h3 a:hover { color: var(--color-brand); }
.capsule-models__body p { margin-bottom: 20px; color: var(--color-muted); font-size: 16px; line-height: 24px; }
.capsule-models__link { display: inline-flex; margin-top: auto; align-items: center; gap: 8px; color: var(--color-brand); font-weight: 600; }
.capsule-models__link span { transition: transform 0.2s ease; }
.capsule-models__link:hover span { transform: translateX(4px); }
.js-reveal-ready .capsule-models__card[data-reveal] { opacity: 0; }
.js-reveal-ready .capsule-models__card[data-reveal="left"] { transform: translateX(-34px); }
.js-reveal-ready .capsule-models__card[data-reveal="right"] { transform: translateX(34px); }
.js-reveal-ready .capsule-models__card[data-reveal="up"] { transform: translateY(28px); }
.js-reveal-ready .capsule-models__card[data-reveal].is-revealed { opacity: 1; transform: translate(0); }
.js-reveal-ready .capsule-models__card[data-reveal].is-revealed:hover { transform: translateY(-7px); }

/* ---------- Capsule Detail: Benefits ---------- */
.capsule-benefits { position: relative; isolation: isolate; padding: 80px 0; overflow: hidden; background: var(--color-dark) url("../images/capsule-detail-capsule-filling-machine-parts-1400x600.jpg") center / cover no-repeat; }
.capsule-benefits::before { position: absolute; z-index: -1; inset: 0; background: rgba(13, 18, 20, 0.79); content: ""; }
.capsule-benefits__title { margin-bottom: 32px; color: var(--color-white); text-align: center; font-size: 38.4px; line-height: 46.08px; }
.capsule-benefits__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.capsule-benefits__card { min-width: 0; min-height: 225px; padding: 27px 24px 24px; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2); text-align: center; transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.55s ease; }
.capsule-benefits__card:hover { transform: translateY(-7px); box-shadow: 0 15px 30px rgba(0, 0, 0, 0.32); }
.capsule-benefits__card svg { width: 48px; height: 48px; margin-bottom: 14px; fill: none; stroke: var(--color-brand); stroke-linecap: round; stroke-linejoin: round; stroke-width: 2.5; }
.capsule-benefits__card h3 { margin-bottom: 10px; color: var(--color-text); font-size: 21px; line-height: 27px; }
.capsule-benefits__card p { margin-bottom: 0; color: var(--color-muted); font-size: 15px; line-height: 22px; }
.js-reveal-ready .capsule-benefits__card[data-reveal] { opacity: 0; transform: translateY(28px); }
.js-reveal-ready .capsule-benefits__card[data-reveal].is-revealed { opacity: 1; transform: translateY(0); }
.js-reveal-ready .capsule-benefits__card[data-reveal].is-revealed:hover { transform: translateY(-7px); }

@media (max-width: 991px) {
  .capsule-models__image { height: 220px; }
  .capsule-models__body { min-height: 245px; padding: 22px 18px; }
  .capsule-models__body h3 { font-size: 21px; line-height: 27px; }
  .capsule-benefits__grid { gap: 15px; }
  .capsule-benefits__card { padding-inline: 18px; }
}

@media (max-width: 767px) {
  .capsule-models, .capsule-benefits { padding: 48px 0; }
  .capsule-models__title, .capsule-benefits__title { margin-bottom: 24px; font-size: 29px; line-height: 35px; }
  .capsule-models__grid { grid-template-columns: 1fr; }
  .capsule-models__image { height: auto; aspect-ratio: 4 / 3; }
  .capsule-models__body { min-height: 0; }
  .capsule-models__body h3 { font-size: 22px; line-height: 28px; }
  .capsule-benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .capsule-benefits__card { min-height: 220px; padding: 20px 12px 18px; }
  .capsule-benefits__card svg { width: 40px; height: 40px; margin-bottom: 11px; }
  .capsule-benefits__card h3 { font-size: 16px; line-height: 21px; }
  .capsule-benefits__card p { font-size: 12px; line-height: 18px; }
}

/* ---------- Resources Listing Page ---------- */
.resources-hero { position: relative; isolation: isolate; min-height: 330px; padding: 118px 0 66px; overflow: hidden; background: var(--color-dark) url("../images/hero-compliance.jpg") center / cover no-repeat; color: var(--color-white); text-align: center; }
.resources-hero::before { position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(11, 19, 22, 0.78), rgba(17, 29, 30, 0.57)); content: ""; }
.resources-hero__inner { max-width: 900px; }
.resources-hero h1 { margin-bottom: 8px; color: var(--color-white); font-size: 58px; font-weight: 500; line-height: 1.15; }
.resources-hero p { max-width: 760px; margin: 0 auto 13px; color: rgba(255, 255, 255, 0.88); font-size: 17px; line-height: 1.55; }
.resources-hero__breadcrumb { display: flex; align-items: center; justify-content: center; gap: 8px; color: var(--color-page); font-size: 14px; }
.resources-hero__breadcrumb a { color: var(--color-brand-light); transition: color 0.2s ease; }
.resources-hero__breadcrumb a:hover { color: var(--color-white); }
.resources-library { padding: 74px 0 84px; background: var(--color-page); }
.resources-library__heading { display: grid; margin-bottom: 28px; grid-template-columns: minmax(0, 0.8fr) minmax(360px, 1fr); align-items: end; gap: 36px; }
.resources-library__eyebrow { margin-bottom: 5px; color: var(--color-brand); font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.resources-library__heading h2 { margin: 0; color: var(--color-text); font-size: 40px; line-height: 1.18; }
.resources-library__heading > p { margin: 0; color: var(--color-muted); font-size: 16px; line-height: 1.65; }
.resources-filter { display: flex; margin-bottom: 34px; flex-wrap: wrap; gap: 9px; }
.resources-filter__button { min-height: 40px; padding: 8px 16px; border: 1px solid #cbd2d6; border-radius: 20px; background: var(--color-white); color: var(--color-muted); font-family: var(--font-body); font-size: 14px; font-weight: 600; cursor: pointer; transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease; }
.resources-filter__button:hover { border-color: var(--color-brand); color: var(--color-brand-dark); transform: translateY(-1px); }
.resources-filter__button.is-active { border-color: var(--color-brand); background: var(--color-brand); color: var(--color-white); }
.resources-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.resource-list-card { display: flex; min-width: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 4px 16px rgba(27, 38, 34, 0.11); flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.45s ease; }
.resource-list-card[hidden] { display: none; }
.resource-list-card:hover { transform: translateY(-6px); box-shadow: 0 14px 30px rgba(27, 38, 34, 0.17); }
.resource-list-card__image { display: block; overflow: hidden; aspect-ratio: 16 / 9; background: #d9dddf; }
.resource-list-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.resource-list-card:hover .resource-list-card__image img { transform: scale(1.045); }
.resource-list-card__body { display: flex; min-height: 285px; padding: 22px 22px 24px; flex: 1; flex-direction: column; }
.resource-list-card__meta { display: flex; margin-bottom: 12px; align-items: center; justify-content: space-between; gap: 12px; color: var(--color-muted); font-size: 12px; line-height: 1.4; }
.resource-list-card__meta span { color: var(--color-brand-dark); font-weight: 700; }
.resource-list-card__meta time { white-space: nowrap; }
.resource-list-card h3 { margin-bottom: 11px; color: var(--color-text); font-size: 22px; line-height: 1.28; }
.resource-list-card h3 a { transition: color 0.2s ease; }
.resource-list-card h3 a:hover { color: var(--color-brand); }
.resource-list-card__body > p { margin-bottom: 18px; color: var(--color-muted); font-size: 14px; line-height: 1.58; }
.resource-list-card__link { display: inline-flex; margin-top: auto; align-items: center; gap: 7px; color: var(--color-brand); font-weight: 700; }
.resource-list-card__link span { transition: transform 0.2s ease; }
.resource-list-card__link:hover span { transform: translateX(4px); }
.resources-library__empty { margin: 30px 0 0; padding: 24px; border-radius: var(--radius-card); background: var(--color-white); color: var(--color-muted); text-align: center; }
.resources-cta { padding: 58px 0; background: var(--color-dark); color: var(--color-white); }
.resources-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.resources-cta p { margin-bottom: 4px; color: var(--color-brand-light); font-size: 14px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.resources-cta h2 { max-width: 760px; margin: 0; color: var(--color-white); font-size: 34px; line-height: 1.25; }
.resources-cta__button { flex: 0 0 auto; gap: 9px; border-radius: 14px; }

@media (max-width: 991px) {
  .resources-library__heading { grid-template-columns: 1fr; gap: 14px; }
  .resources-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .resources-cta h2 { font-size: 29px; }
}

@media (max-width: 767px) {
  .resources-hero { min-height: 235px; padding: 91px 0 38px; }
  .resources-hero h1 { font-size: 38px; }
  .resources-hero p { font-size: 13px; line-height: 1.5; }
  .resources-hero__breadcrumb { font-size: 12px; }
  .resources-library { padding: 46px 0 54px; }
  .resources-library__heading { margin-bottom: 22px; }
  .resources-library__heading h2 { font-size: 30px; }
  .resources-library__heading > p { font-size: 14px; }
  .resources-filter { margin-bottom: 25px; gap: 7px; }
  .resources-filter__button { min-height: 36px; padding: 7px 12px; font-size: 12px; }
  .resources-grid { grid-template-columns: 1fr; gap: 16px; }
  .resource-list-card__body { min-height: 0; padding: 19px 18px 21px; }
  .resource-list-card h3 { font-size: 20px; }
  .resources-cta { padding: 42px 0; }
  .resources-cta__inner { align-items: flex-start; flex-direction: column; }
  .resources-cta h2 { font-size: 26px; }
}

/* ---------- Carton Wrapping Resource Guide ---------- */
.carton-guide-title {
  position: relative;
  isolation: isolate;
  display: flex;
  min-height: 310.39px;
  padding: 96px 0 80px;
  align-items: stretch;
  overflow: hidden;
  background: var(--color-dark) url("../images/carton-guide-banner.jpg") center / cover no-repeat;
  color: var(--color-white);
}
.carton-guide-title::before { position: absolute; z-index: -1; inset: 0; background: rgba(15, 22, 24, 0.68); content: ""; }
.carton-guide-title__inner { display: flex; width: 100%; min-height: 134px; flex-direction: column; align-items: center; text-align: center; }
.carton-guide-title h1 { max-width: 1080px; margin-bottom: 10px; color: var(--color-white); font-size: 32px; line-height: 38.4px; }
.carton-guide-title__inner > p { width: 100%; max-width: 768px; margin: 0 auto 18px; color: #e9ecef; font-size: 16px; line-height: 24px; }
.carton-guide-title__meta { display: flex; width: 100%; max-width: var(--container); margin-top: auto; align-items: center; justify-content: space-between; gap: 20px; color: rgba(255, 255, 255, 0.76); font-size: 13px; line-height: 20px; text-align: left; }
.carton-guide-title__breadcrumb { display: flex; min-width: 0; align-items: center; flex-wrap: wrap; gap: 7px; }
.carton-guide-title__breadcrumb a { color: var(--color-brand-light); transition: color 0.2s ease; }
.carton-guide-title__breadcrumb a:hover { color: var(--color-white); }
.carton-guide-title__meta time { flex: 0 0 auto; white-space: nowrap; }

.carton-guide-article { position: relative; z-index: 1; margin-top: -64px; padding-bottom: 24px; background: var(--color-field); }
.carton-guide-layout { display: grid; width: 100%; max-width: var(--container); margin-inline: auto; align-items: start; grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr); gap: 20px; }
.carton-guide-content { width: 100%; max-width: none; min-width: 0; margin-top: 16px; padding: 16px; border-radius: 12.8px; background: var(--color-white); color: var(--color-text); font-size: 16px; line-height: 24px; }
.carton-guide-content.article-content p,
.carton-guide-content.article-content ul,
.carton-guide-content.article-content ol { margin-top: 0; margin-bottom: 16px; }
.carton-guide-content.article-content ul,
.carton-guide-content.article-content ol { padding-left: 32px; }
.carton-guide-content.article-content ul ul,
.carton-guide-content.article-content ul ol,
.carton-guide-content.article-content ol ul,
.carton-guide-content.article-content ol ol { margin: 7px 0 9px; }
.carton-guide-content.article-content li { margin-bottom: 5px; }
.carton-guide-content.article-content h2,
.carton-guide-content.article-content h3,
.carton-guide-content.article-content h4 { scroll-margin-top: 86px; color: var(--color-text); }
.carton-guide-content.article-content h2 { margin: 28px 0 16px; font-size: 38.4px; line-height: 46.08px; }
.carton-guide-content.article-content h3 { margin: 24px 0 16px; font-size: 28px; line-height: 33.6px; }
.carton-guide-content.article-content h4 { margin: 20px 0 12px; font-size: 21px; line-height: 27px; }
.carton-guide-content.article-content a { color: var(--color-brand-dark); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 2px; }
.carton-guide-content.article-content a:hover { color: var(--color-brand); }
.carton-guide-content.article-content figure { margin: 0 0 16px; }
.carton-guide-content.article-content img { width: 100%; height: auto; aspect-ratio: 16 / 9; border-radius: 4px; object-fit: cover; }
.carton-guide-table-wrap { width: 100%; margin-bottom: 16px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.carton-guide-content.article-content table { width: 100%; min-width: 680px; margin: 0; border-collapse: collapse; color: var(--color-text); font-size: 13px; line-height: 18px; }
.carton-guide-content.article-content caption { padding: 8px 10px; color: var(--color-muted); text-align: left; caption-side: top; }
.carton-guide-content.article-content th,
.carton-guide-content.article-content td { padding: 9px 10px; border: 1px solid var(--color-border); text-align: left; vertical-align: top; }
.carton-guide-content.article-content th { background: #eef1f3; font-weight: 600; }
.carton-guide-content.article-content tbody tr:nth-child(even) td { background: var(--color-field); }
.carton-guide-formula { margin: 18px 0; padding: 18px 20px; overflow-x: auto; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-field); color: var(--color-text); font-family: var(--font-heading); font-size: 17px; line-height: 1.5; text-align: center; }
.carton-guide-formula table { margin-inline: auto !important; }
.carton-guide-rfq { margin: 20px 0; padding: 18px 20px; border-left: 4px solid var(--color-brand); border-radius: 0 8px 8px 0; background: var(--color-field); }
.carton-guide-rfq > :last-child { margin-bottom: 0 !important; }

.carton-guide-sidebar { min-width: 0; margin-top: 16px; }
.carton-guide-toc,
.carton-guide-categories,
.carton-guide-recent,
.carton-guide-contact-card { margin-bottom: 16px; padding: 17px 20px; overflow: hidden; border: 1px solid var(--color-border); border-radius: var(--radius-card); background: var(--color-white); }
.carton-guide-sidebar h2,
.carton-guide-sidebar h3 { margin: 0 0 10px; color: var(--color-text); font-size: 20px; line-height: 1.25; }
.carton-guide-sidebar ul { padding: 0; margin: 0; list-style: none; }
.carton-guide-sidebar li + li { border-top: 1px solid var(--color-border); }
.carton-guide-sidebar li a { display: flex; padding: 9px 0; justify-content: space-between; gap: 10px; color: var(--color-muted); font-size: 14px; line-height: 21px; transition: color 0.2s ease; }
.carton-guide-sidebar a:hover,
.carton-guide-sidebar a:focus-visible { color: var(--color-brand); }
.carton-guide-toc li + li { border-top: 0; }
.carton-guide-toc li a { padding: 4px 0; }
.carton-guide-recent article + article { padding-top: 12px; margin-top: 12px; border-top: 1px solid var(--color-border); }
.carton-guide-recent article a { display: block; color: var(--color-text); font-size: 14px; font-weight: 600; line-height: 20px; }
.carton-guide-recent time { color: var(--color-muted); font-size: 12px; }
.carton-guide-contact-card { color: var(--color-muted); line-height: 1.6; }
.carton-guide-contact-card p { margin-bottom: 12px; }
.carton-guide-contact-card .button { color: var(--color-white); text-decoration: none; }

.carton-guide-faq { margin-top: 28px; }
.carton-guide-faq details { margin-bottom: 10px; overflow: hidden; border: 1px solid var(--color-border); border-radius: 8px; background: var(--color-white); }
.carton-guide-faq summary { position: relative; padding: 15px 48px 15px 18px; color: var(--color-text); font-weight: 600; cursor: pointer; list-style: none; transition: color 0.2s ease, background 0.2s ease; }
.carton-guide-faq summary::-webkit-details-marker { display: none; }
.carton-guide-faq summary::after { position: absolute; top: 50%; right: 18px; color: var(--color-brand); font-size: 22px; line-height: 1; transform: translateY(-50%); content: "+"; }
.carton-guide-faq summary:hover,
.carton-guide-faq summary:focus-visible,
.carton-guide-faq details[open] summary { color: var(--color-brand-dark); background: rgba(0, 132, 126, 0.055); }
.carton-guide-faq details[open] summary::after { content: "−"; }
.carton-guide-faq details > :not(summary) { margin-right: 18px; margin-left: 18px; }
.carton-guide-faq details > :last-child { margin-bottom: 16px; }

.carton-guide-related { padding: 24px 0; background: var(--color-field); }
.carton-guide-related > h2,
.carton-guide-related > .container > h2 { margin-bottom: 20px; text-align: center; font-size: 38.4px; line-height: 46.08px; }
.carton-guide-related__grid { display: grid; width: calc(100% - 20px); max-width: var(--container); margin-inline: auto; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.container .carton-guide-related__grid { width: 100%; }
.carton-guide-product-card { min-width: 0; overflow: hidden; border-radius: var(--radius-card); background: var(--color-white); box-shadow: 0 4px 15px rgba(27, 38, 34, 0.11); transition: box-shadow 0.28s ease, transform 0.28s ease; }
.carton-guide-product-card:hover { box-shadow: 0 13px 28px rgba(27, 38, 34, 0.18); transform: translateY(-5px); }
.carton-guide-product-card > a:first-child { display: block; overflow: hidden; aspect-ratio: 1; background: var(--color-page); }
.carton-guide-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.carton-guide-product-card:hover img { transform: scale(1.04); }
.carton-guide-product-card__body,
.carton-guide-product-card > div { padding: 17px 18px 19px; }
.carton-guide-product-card h3 { margin-bottom: 8px; font-size: 20px; line-height: 25px; }
.carton-guide-product-card h3 a { transition: color 0.2s ease; }
.carton-guide-product-card h3 a:hover { color: var(--color-brand); }
.carton-guide-product-card p { margin-bottom: 0; color: var(--color-muted); font-size: 14px; line-height: 21px; }
.carton-guide-products__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 20px; }
.carton-guide-product-card { display: block; }
.carton-guide-product-card__image { overflow: hidden; padding: 0 !important; aspect-ratio: 1; background: var(--color-page); }
.carton-guide-product-card > h3 { margin: 0; padding: 17px 18px 8px; }
.carton-guide-product-card > p { padding: 0 18px 19px; }

@media (max-width: 991px) {
  .carton-guide-title { min-height: 310.39px; padding: 96px 0 80px; }
  .carton-guide-title h1 { max-width: 760px; }
  .carton-guide-title__meta { flex-wrap: wrap; }
  .carton-guide-layout { grid-template-columns: 1fr; }
  .carton-guide-sidebar { margin-top: 0; }
  .carton-guide-related__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .carton-guide-products__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px) {
  .carton-guide-title { min-height: 0; padding: 90px 0 30px; }
  .carton-guide-title__inner { min-height: 150px; }
  .carton-guide-title h1 { margin-bottom: 8px; font-size: 24px; line-height: 28.8px; }
  .carton-guide-title__inner > p { margin-bottom: 14px; font-size: 12.8px; line-height: 19.2px; }
  .carton-guide-title__meta { align-items: flex-start; flex-direction: column; gap: 6px; font-size: 12px; line-height: 18px; }
  .carton-guide-title__meta time { align-self: flex-end; }
  .carton-guide-article { margin-top: 0; padding-bottom: 16px; }
  .carton-guide-layout { width: 100%; gap: 12px; }
  .carton-guide-article .carton-guide-content { margin-top: 16px; padding: 16px; font-size: 16px; line-height: 24px; }
  .carton-guide-content.article-content h2 { margin: 28px 0 16px; font-size: 38.4px; line-height: 46.08px; }
  .carton-guide-content.article-content h3 { margin: 24px 0 16px; font-size: 28px; line-height: 33.6px; }
  .carton-guide-content.article-content h4 { margin: 20px 0 12px; font-size: 21px; line-height: 27px; }
  .carton-guide-content.article-content ul,
  .carton-guide-content.article-content ol { padding-left: 32px; }
  .carton-guide-content.article-content table { font-size: 16px; line-height: 24px; }
  .carton-guide-content.article-content th,
  .carton-guide-content.article-content td { padding: 7px; }
  .carton-guide-formula,
  .carton-guide-rfq { padding: 14px; }
  .carton-guide-toc,
  .carton-guide-categories,
  .carton-guide-recent,
  .carton-guide-contact-card { padding: 15px; }
  .carton-guide-faq summary { padding: 13px 42px 13px 14px; }
  .carton-guide-faq summary::after { right: 14px; }
  .carton-guide-related { padding: 24px 0; }
  .carton-guide-related > h2,
  .carton-guide-related > .container > h2 { margin-bottom: 15px; font-size: 26px; line-height: 32px; }
  .carton-guide-related__grid { width: calc(100% - 16px); gap: 10px; }
  .carton-guide-product-card__body,
  .carton-guide-product-card > div { padding: 12px; }
  .carton-guide-product-card h3 { margin-bottom: 6px; font-size: 15px; line-height: 19px; }
  .carton-guide-product-card p { display: -webkit-box; overflow: hidden; font-size: 11px; line-height: 16px; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
  .carton-guide-product-card > h3 { padding: 12px 12px 6px; }
  .carton-guide-product-card > p { padding: 0 12px 12px; }
}

/* ---------- News Listing Page ---------- */
.news-page { background: var(--color-page); }

.news-page .news-hero {
  position: relative;
  isolation: isolate;
  min-height: 348.8px;
  padding: 96px 0 80px;
  overflow: hidden;
  background: var(--color-dark) url("../images/news-hero.jpg") center / cover no-repeat;
  color: var(--color-white);
  text-align: center;
}
.news-page .news-hero::before { position: absolute; z-index: -1; inset: 0; background: rgba(14, 21, 24, 0.62); content: ""; }
.news-page .news-hero__inner { display: flex; min-height: 172.8px; flex-direction: column; align-items: center; }
.news-page .news-hero h1 { margin-bottom: 8px; color: var(--color-brand-bright); font-family: var(--font-heading); font-size: 64px; font-weight: 500; line-height: 76.8px; }
.news-page .news-hero__intro { width: 100%; max-width: 768px; margin: 0 auto 16px; color: #e9ecef; font-size: 16px; line-height: 24px; }
.news-page .news-hero__breadcrumb { display: flex; width: 100%; margin-top: auto; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 8px; color: rgba(255, 255, 255, 0.82); font-size: 13px; line-height: 20px; text-align: left; }
.news-page .news-hero__breadcrumb a { color: var(--color-brand-light); transition: color 0.2s ease; }
.news-page .news-hero__breadcrumb a:hover,
.news-page .news-hero__breadcrumb a:focus-visible { color: var(--color-white); }

.news-page .news-index { position: relative; z-index: 2; margin-top: -64px; padding: 0 0 24px; background: transparent; }
.news-page .news-index__layout { display: grid; max-width: var(--container); margin-inline: auto; align-items: start; grid-template-columns: minmax(0, 2fr) minmax(330px, 1fr); gap: 20px; }
.news-page .news-index__feed { display: grid; min-width: 0; gap: 16px; }
.news-page .news-card { display: grid; min-width: 0; min-height: 120px; overflow: hidden; grid-template-columns: 240px minmax(0, 1fr); border-radius: 12.8px; background: var(--color-white); box-shadow: 0 3px 12px rgba(27, 38, 34, 0.1); transition: box-shadow 350ms ease, transform 350ms ease; }
.news-page .news-card:hover { box-shadow: 0 9px 24px rgba(27, 38, 34, 0.16); transform: translateY(-2px); }
.news-page .news-card__image { display: block; width: 240px; height: 120px; overflow: hidden; background: #d9dddf; }
.news-page .news-card__image img,
.news-page .news-card > img { width: 100%; height: 100%; object-fit: cover; transition: transform 350ms ease; }
.news-page .news-card:hover .news-card__image img { transform: scale(1.025); }
.news-page .news-card__body { display: flex; min-width: 0; min-height: 120px; padding: 12px 8px 8px; flex-direction: column; }
.news-page .news-card__title { margin: 0 0 4px; color: var(--color-brand); font-family: var(--font-heading); font-size: 20px; font-weight: 500; line-height: 24px; }
.news-page .news-card__title a { color: inherit; transition: color 0.2s ease; }
.news-page .news-card__title a:hover,
.news-page .news-card__title a:focus-visible { color: var(--color-brand-dark); }
.news-page .news-card__excerpt { display: -webkit-box; margin: 0; overflow: hidden; color: var(--color-muted); font-size: 16px; line-height: 24px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.news-page .news-card__date { margin: auto 0 0; color: var(--color-muted); font-size: 12.8px; line-height: 19.2px; text-align: right; }

.news-page .news-index__sidebar { position: sticky; top: 82px; min-width: 0; }
.news-page .news-sidebar-card { position: relative; margin-bottom: 16px; padding: 16px; overflow: hidden; border: 1px solid rgba(0, 132, 126, 0.1); border-radius: 12.8px 64px 12.8px 12.8px; background: var(--color-white); box-shadow: 0 3px 12px rgba(20, 52, 50, 0.08); }
.news-page .news-sidebar-card::after { position: absolute; z-index: 0; top: -68px; right: -58px; width: 150px; height: 150px; border: 22px solid rgba(162, 223, 13, 0.1); border-radius: 50%; content: ""; pointer-events: none; }
.news-page .news-sidebar-card > * { position: relative; z-index: 1; }
.news-page .news-sidebar-card .contact-card__brand { font-size: 22px; }
.news-detail__sidebar { padding-top: 16px; }
.news-detail__sidebar-card { position: sticky; top: 82px; width: 100%; border: 1px solid rgba(0, 132, 126, 0.1); border-radius: 12.8px 64px 12.8px 12.8px; box-shadow: 0 3px 12px rgba(20, 52, 50, 0.08); }
.news-detail__sidebar-card::after { top: -68px; right: -58px; bottom: auto; width: 150px; height: 150px; border: 22px solid rgba(162, 223, 13, 0.1); border-radius: 50%; background: none; pointer-events: none; }
.news-detail__sidebar-card .contact-card__brand { position: relative; z-index: 1; font-size: 22px; }
.news-detail__sidebar-card > :not(.contact-card__brand) { position: relative; z-index: 1; }
@media (max-width: 991.98px) {
  .news-detail__sidebar { padding-top: 0; }
  .news-detail__sidebar-card { position: static; }
}
.news-page .news-sidebar-card h2,
.news-page .news-sidebar-card h3 { margin: 0 0 9px; color: var(--color-text); font-size: 20px; line-height: 24px; }
.news-page .news-sidebar-card p { margin: 0 0 10px; color: var(--color-muted); font-size: 14px; line-height: 21px; }
.news-page .news-sidebar-card ul { padding: 0; margin: 0; list-style: none; }
.news-page .news-sidebar-card li + li { border-top: 1px solid var(--color-border); }
.news-page .news-sidebar-card a { display: flex; min-height: 32px; align-items: center; color: var(--color-muted); font-size: 16px; line-height: 32px; transition: color 0.2s ease; }
.news-page .news-sidebar-card a:hover,
.news-page .news-sidebar-card a:focus-visible { color: var(--color-brand); }

.news-page .news-contact { min-height: 732px; padding: 80px 10px 79px; background: linear-gradient(rgba(20, 24, 27, 0.73), rgba(20, 24, 27, 0.73)), url("../images/contact-background.jpg") center / cover no-repeat; }
.news-page .news-contact .contact__heading,
.news-page .news-contact__heading { margin-bottom: 7px; color: var(--color-white); text-align: center; font-size: 38.4px; line-height: 46.08px; }
.news-page .news-contact .contact__content,
.news-page .news-contact__content { display: flex; max-width: 914px; margin-inline: auto; align-items: flex-start; justify-content: space-between; gap: 20px; }
.news-page .news-contact .contact-card { flex: 0 0 330px; }
.news-page .news-contact .contact-form { flex: 0 0 563px; }

@media (max-width: 991px) {
  .news-page .news-index__layout { max-width: 720px; grid-template-columns: 1fr; }
  .news-page .news-card { grid-template-columns: 120px minmax(0, 1fr); }
  .news-page .news-card__image { width: 120px; }
  .news-page .news-index__sidebar { position: static; top: auto; }
  .news-page .news-contact .contact__content,
  .news-page .news-contact__content { max-width: 720px; }
  .news-page .news-contact .contact-card { flex-basis: 285px; }
  .news-page .news-contact .contact-form { flex: 1 1 auto; }
}

@media (max-width: 575px) {
  .news-page .news-hero { min-height: 184px; margin-top: 66px; padding: 24px 0 16px; }
  .news-page .news-hero__inner { min-height: 144px; }
  .news-page .news-hero h1 { margin-bottom: 5px; font-size: 32px; line-height: 38.4px; }
  .news-page .news-hero__intro { margin-bottom: 8px; font-size: 12.8px; line-height: 19.2px; }
  .news-page .news-hero__breadcrumb { gap: 5px; font-size: 11px; line-height: 16px; }
  .news-page .news-index { margin-top: 0; padding: 16px 0 20px; }
  .news-page .news-index__layout { width: 100%; gap: 12px; }
  .news-page .news-index__feed { gap: 12px; }
  .news-page .news-card { min-height: 158px; grid-template-columns: 120px minmax(0, 1fr); }
  .news-page .news-card__image { width: 120px; height: 100%; min-height: 158px; }
  .news-page .news-card__body { min-height: 158px; padding: 10px 8px 7px; }
  .news-page .news-card__title { margin-bottom: 4px; font-size: 15px; line-height: 19px; }
  .news-page .news-card__excerpt { font-size: 12px; line-height: 17px; -webkit-line-clamp: 4; }
  .news-page .news-card__date { font-size: 10.5px; line-height: 16px; }
  .news-page .news-sidebar-card { margin-bottom: 12px; padding: 14px; }
  .news-page .news-sidebar-card h2,
  .news-page .news-sidebar-card h3 { font-size: 18px; line-height: 22px; }
  .news-page .news-sidebar-card a { font-size: 14px; line-height: 28px; }
  .news-page .news-contact { min-height: 0; padding: 40px 0; }
  .news-page .news-contact .contact__heading,
  .news-page .news-contact__heading { font-size: 30px; line-height: 36px; }
  .news-page .news-contact .contact__content,
  .news-page .news-contact__content { align-items: stretch; flex-direction: column; gap: 14px; }
  .news-page .news-contact .contact-card,
  .news-page .news-contact .contact-form { width: 100%; flex-basis: auto; }
}
