:root {
  --brand-red: #cf1f2e;
  --brand-charcoal: #1f232a;
  --brand-silver: #f2f4f7;
}

body {
  font-family: var(--body-font, "Barlow", sans-serif);
  color: var(--site-text-color, #1d1d1f);
  font-size: var(--site-body-font-size, 16px);
  background: var(--site-page-bg-css, var(--site-page-bg, #ffffff));
}

.site-main {
  margin-top: 0;
}

.site-header-spacer {
  display: none;
  height: 0;
}

.page-top-offset-10 {
  margin-top: 10px;
}

.newsroom-top-offset-10 {
  margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: var(--heading-font, "Archivo", sans-serif);
  letter-spacing: -0.02em;
  color: var(--site-section-heading-color, var(--site-heading-color, #1d1d1f));
}

h1 {
  font-size: clamp(2rem, 4vw, var(--site-heading-font-size, 42px));
}

.site-header {
  background: var(--site-header-bg, #ffffff);
  border-bottom: 0;
  position: sticky;
  top: 0;
  z-index: 1040;
  box-shadow: 0 6px 18px rgba(20, 26, 35, 0.08);
}

.site-header .navbar {
  position: relative;
  z-index: 2;
  min-height: 72px;
}

.site-header-design {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: var(--site-header-design-opacity, 0.28);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(var(--site-header-design-scale, 1));
  z-index: 1;
}

.site-header-design--left {
  background-position: left center;
  transform-origin: left center;
}

.site-header-design--center {
  background-position: center center;
  transform-origin: center center;
}

.site-header-design--right {
  background-position: right center;
  transform-origin: right center;
}

.header-gradient-on .site-header {
  background: linear-gradient(90deg, var(--site-header-grad-start, #8f1019), var(--site-header-grad-end, #1f232a));
}

.navbar-brand,
.nav-link {
  color: var(--site-header-text-color, #20242a) !important;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  height: 56px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  flex: 0 0 auto;
}

.brand-logo {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.admin-brand-logo {
  height: 32px;
  width: auto;
  display: block;
}

.nav-link {
  opacity: 0.82;
  font-family: var(--site-header-menu-font, var(--body-font, "Barlow", sans-serif));
  font-size: var(--site-header-menu-size, 16px);
  font-weight: var(--site-header-menu-weight, 600);
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  min-height: 2.25rem;
  white-space: nowrap;
}

.nav-link:hover {
  opacity: 1;
  color: var(--site-strip-color, var(--brand-red)) !important;
}

.language-switcher__toggle,
.language-switcher .dropdown-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.language-switcher__toggle {
  border: 1px solid rgba(32, 36, 42, 0.18);
  border-radius: 8px;
  padding-inline: 0.7rem !important;
}

.header-gradient-on .language-switcher__toggle {
  border-color: rgba(255, 255, 255, 0.32);
}

.flag-icon {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 16px;
  flex: 0 0 auto;
  overflow: hidden;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
}

.flag-id {
  background: linear-gradient(to bottom, #ce1126 0 50%, #ffffff 50% 100%);
}

.flag-en {
  background:
    linear-gradient(34deg, transparent 0 42%, #ffffff 42% 48%, #c8102e 48% 54%, #ffffff 54% 60%, transparent 60%),
    linear-gradient(146deg, transparent 0 42%, #ffffff 42% 48%, #c8102e 48% 54%, #ffffff 54% 60%, transparent 60%),
    linear-gradient(to right, transparent 0 39%, #ffffff 39% 45%, #c8102e 45% 55%, #ffffff 55% 61%, transparent 61%),
    linear-gradient(to bottom, transparent 0 34%, #ffffff 34% 42%, #c8102e 42% 58%, #ffffff 58% 66%, transparent 66%),
    #012169;
}

@media (max-width: 991.98px) {
  .site-header .navbar {
    min-height: 64px;
  }
  .site-header .navbar-collapse {
    margin-top: 0.5rem;
    padding: 0.45rem 0.2rem 0.8rem;
    border-top: 1px solid rgba(185, 195, 210, 0.45);
    max-height: calc(100vh - 84px);
    overflow-y: auto;
  }
  .nav-link {
    font-size: var(--site-header-menu-size-mobile, 15px);
    min-height: 2rem;
  }
  .header-gradient-on .site-header .navbar-collapse {
    border-top-color: rgba(255, 255, 255, 0.24);
  }
}

.hero-wrap {
  position: relative;
}

.hero-image {
  height: 480px;
  background-color: #1a1a1a;
  position: relative;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  display: block;
}

.hero-image-video {
  background: #090b0f;
}

.hero-media-layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-video,
.hero-video-frame {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 10, 14, 0.78), rgba(8, 10, 14, 0.28));
  opacity: var(--site-hero-overlay-opacity, 1);
  transform-origin: left center;
  transform: scaleX(1);
  transition: transform 0.95s cubic-bezier(0.2, 0.8, 0.2, 1);
  z-index: 0;
}

body.page-ready .carousel-item.active .hero-image::after {
  transform: scaleX(0);
}

.carousel-item.active .hero-image {
  animation: heroKenBurns 9s ease-out both;
}

.hero-wrap.hero-transition-zoom .carousel-item.active .hero-image {
  animation: heroZoomHeavy 9s ease-out both;
}

/* Video hero should stay stable; zoom animation on parent causes visible jitter on playback. */
.carousel-item.active.hero-slide-video .hero-image,
.hero-wrap.hero-transition-zoom .carousel-item.active.hero-slide-video .hero-image {
  animation: none;
}

.parallax-bg {
  background-attachment: fixed;
}

.default-hero {
  background: radial-gradient(circle at top right, #38404d, #191d24 65%);
}

.hero-overlay {
  height: 480px;
  display: flex;
  align-items: center;
  background: transparent;
  color: var(--site-hero-heading-color, #fff);
  position: relative;
  z-index: 1;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(20, 20, 22, 0.7), rgba(176, 24, 35, 0.25));
  opacity: var(--site-hero-overlay-opacity, 1);
  z-index: 0;
}

.hero-overlay > .container {
  position: relative;
  z-index: 1;
}

.hero-copy {
  max-width: 700px;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.hero-copy-align-left {
  text-align: left;
  margin-right: auto;
  margin-left: 0;
}

.hero-copy-align-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.hero-copy-align-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

body.page-ready .carousel-item.active .hero-copy {
  opacity: 1;
  transform: translateY(0);
}

.hero-copy .eyebrow,
.hero-copy h1,
.hero-copy p,
.hero-copy .btn {
  opacity: 0;
  transform: translateY(14px);
}

body.page-ready .carousel-item.active .hero-copy .eyebrow {
  animation: heroTextIn 0.45s ease forwards;
}

body.page-ready .carousel-item.active .hero-copy h1 {
  animation: heroTextIn 0.55s ease 0.08s forwards;
}

body.page-ready .carousel-item.active .hero-copy p {
  animation: heroTextIn 0.55s ease 0.16s forwards;
}

body.page-ready .carousel-item.active .hero-copy .btn {
  animation: heroTextIn 0.55s ease 0.24s forwards;
}

.hero-copy h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 0.9rem;
  color: var(--site-hero-heading-color, #fff);
}

.hero-copy p {
  font-size: 1.15rem;
  opacity: 0.92;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.77rem;
  font-weight: 700;
  margin-bottom: 0.7rem;
}

.section-heading .eyebrow {
  color: var(--site-subheader-color, var(--site-strip-color, #d72434));
}

.section-space {
  padding: 0;
  position: relative;
}

.section-divider-wrap {
  display: block;
  width: 100%;
  line-height: 0;
  overflow: hidden;
  pointer-events: none;
}

.section-divider-svg {
  display: block;
  width: 100%;
  height: 100%;
}

.section-divider-svg path {
  fill: var(--section-divider-fill, #f8f9fa);
}

.section-gray {
  background: var(--site-section-bg, var(--brand-silver));
}

.section-dark { background: #1a1a1a; }
.section-red { background: #d72434; }
.section-blue { background: #191f6c; }
.section-custom { color: inherit; }

.section-dark .section-heading h2,
.section-dark .section-heading h1,
.section-red .section-heading h2,
.section-red .section-heading h1,
.section-blue .section-heading h2,
.section-blue .section-heading h1 { color: var(--section-title-color, #fff); }
.section-dark .section-heading p,
.section-red .section-heading p,
.section-blue .section-heading p { color: var(--section-subtext-color, #fff); }
.section-dark .product-card-body,
.section-dark .service-card,
.section-dark .news-card-body,
.section-dark .social-feed-card-body { background: #2a2a2a; color: #fff; }
.section-red .product-card-body,
.section-red .service-card,
.section-red .news-card-body,
.section-red .social-feed-card-body { background: #a31c25; color: #fff; }
.section-blue .product-card-body,
.section-blue .service-card,
.section-blue .news-card-body,
.section-blue .social-feed-card-body { background: #12144a; color: #fff; }
.section-dark h3, .section-dark h4, .section-dark strong { color: #fff; }
.section-dark a, .section-red a, .section-blue a { color: #fcb600; }
.section-dark p, .section-red p, .section-blue p { color: #e0e0e0; }
.section-red .brand-pill { background: transparent; }
.section-red .brand-pill img { filter: none; }

.section-heading {
  margin-bottom: 2rem;
}

.section-heading h2,
.section-heading h1 {
  margin-bottom: 0.4rem;
  color: var(--section-title-color, var(--site-section-heading-color, var(--site-heading-color, #1d1d1f)));
}

.section-heading p {
  color: var(--section-subtext-color, var(--site-section-subtext-color, var(--site-text-color, #5b6573)));
}

.product-card,
.news-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(22, 27, 35, 0.09);
  height: 100%;
  border-top: 3px solid var(--site-strip-color, #d72434);
}

.product-card img,
.news-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.product-card video,
.product-card iframe {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border: 0;
  display: block;
}

.brand-ecosystem-image-trigger {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  cursor: pointer;
}

.brand-ecosystem-description.is-collapsed {
  display: none;
}

.product-portfolio-image-trigger {
  width: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  display: block;
  background: transparent;
  cursor: pointer;
}

.product-portfolio-description.is-collapsed,
.news-description.is-collapsed {
  display: none;
}

.brand-ecosystem-card.is-image-clickable .product-card-body {
  padding-bottom: 0.55rem;
}

.brand-ecosystem-card.is-image-clickable.is-desc-open .product-card-body {
  padding-bottom: 1.2rem;
}

.product-card-body,
.news-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.product-card h3,
.news-card h4 {
  font-size: 1.2rem;
}

.news-card .news-card-body h4 {
  color: var(--section-title-color, var(--site-section-heading-color, #1d1d1f));
}

.news-card .news-card-body p,
.news-card .news-card-body small {
  color: var(--section-subtext-color, var(--site-section-subtext-color, #5b6573));
}

.news-detail-hero-image {
  width: 100%;
  height: var(--news-detail-hero-height, clamp(220px, 38vw, 320px));
  object-fit: cover;
}

.news-detail-page {
  background: var(--news-detail-bg, #ffffff);
}

.news-detail-title {
  color: var(--news-detail-title-color, #1d1d1f);
  font-size: clamp(1.6rem, 3.4vw, var(--news-detail-title-size, 40px));
}

.news-detail-excerpt {
  color: var(--news-detail-excerpt-color, #4d5868);
}

.news-detail-page .article-content,
.news-detail-page .article-content p,
.news-detail-page .article-content li {
  color: var(--news-detail-text-color, #1d1d1f);
  font-size: var(--news-detail-body-size, 16px);
}

.newsroom-tvc-section {
  padding: 3rem 0 1.75rem;
}

.newsroom-tvc-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  position: relative;
  background: #050505;
  overflow: hidden;
  border-radius: 8px;
}

.newsroom-tvc-media {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  object-fit: contain;
}

.newsroom-tvc-click-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
}

.newsroom-tvc-section .carousel-control-prev,
.newsroom-tvc-section .carousel-control-next {
  width: 8%;
}

.product-portfolio-grid {
  align-items: stretch;
}

.product-portfolio-card {
  display: flex;
  flex-direction: column;
  background-color: var(--pc-card-bg, #ffffff);
  background-image: var(--pc-card-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 3px solid var(--pc-accent, var(--site-strip-color, #d72434)) !important;
}

.product-portfolio-card img {
  height: 280px;
  object-fit: contain;
  background: transparent;
  padding: 0;
}

.product-portfolio-card .product-card-body {
  flex: 1;
  background: var(--pc-text-bg-rgba, rgba(255, 255, 255, 0.88));
  color: var(--pc-text-color, #1d1d1f);
}

.product-portfolio-card .product-card-body h3,
.product-portfolio-card .product-card-body p {
  color: var(--pc-text-color, #1d1d1f);
}

.product-portfolio-card a {
  color: var(--pc-accent, var(--site-card-link-color, var(--brand-red))) !important;
}

.product-card-featured {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  min-height: 290px;
}

.product-card-featured img {
  height: 100%;
}

.product-card a,
.news-card a {
  color: var(--site-card-link-color, var(--brand-red));
  text-decoration: none;
  font-weight: 600;
}

.product-detail-shell {
  --variant-border: #dfe4eb;
}

.brand-product-theme {
  background-color: var(--pc-card-bg, #ffffff);
  background-image: var(--pc-card-bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 3px solid var(--pc-accent, var(--site-strip-color, #d72434));
  border-radius: 14px;
  padding: 1rem;
}

.brand-product-theme .product-detail-main-image {
  background: rgba(255, 255, 255, 0.92);
}

.brand-product-theme .brand-product-content {
  background: var(--pc-text-bg-rgba, rgba(255, 255, 255, 0.88));
  color: var(--pc-text-color, #1d1d1f);
  border-radius: 10px;
  padding: 1rem;
}

.brand-product-theme .brand-product-content h1,
.brand-product-theme .brand-product-content p,
.brand-product-theme .brand-product-content span {
  color: var(--pc-text-color, #1d1d1f);
}

.brand-detail-hero-section {
  padding-bottom: 3rem;
}

.brand-detail-content-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

.brand-detail-content-wrap .product-detail-shell {
  margin-left: 0;
  margin-right: 0;
}

.brand-tvc-section {
  margin-bottom: 1.25rem;
}

.brand-campaign-section {
  padding-top: 3rem;
}

.product-detail-image-button {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: zoom-in;
}

.product-detail-main-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  background: #fff;
  border: 1px solid var(--variant-border);
  border-radius: 8px;
  padding: 18px;
  box-shadow: 0 10px 26px rgba(22, 27, 35, 0.08);
}

.variant-picker {
  margin: 1.35rem 0 1.5rem;
}

.variant-picker-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.75rem;
}

.variant-picker-heading span {
  font-weight: 700;
}

.variant-picker-heading small {
  color: #697586;
}

.variant-thumb-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.variant-thumb {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  width: 180px;
  border: 1px solid var(--variant-border);
  border-radius: 8px;
  background: #fff;
  padding: 0.55rem;
  text-align: left;
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.variant-thumb:hover,
.variant-thumb:focus-visible,
.variant-thumb.is-active {
  border-color: var(--brand-red);
  box-shadow: 0 0 0 3px rgba(207, 31, 46, 0.14);
  outline: none;
}

.variant-thumb img {
  width: 50px;
  height: 50px;
  flex: 0 0 50px;
  object-fit: contain;
  background: #f7f9fc;
  border-radius: 6px;
}

.variant-thumb span {
  display: block;
  min-width: 0;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.variant-detail-panel {
  border: 1px solid var(--variant-border);
  border-radius: 8px;
  background: #fff;
  margin-top: 1rem;
  padding: 1rem;
}

.variant-detail-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.65rem;
}

.variant-detail-title-row small {
  display: block;
  color: #697586;
}

.variant-detail-title-row h2 {
  font-size: 1.25rem;
  margin: 0;
}

.variant-detail-title-row span {
  color: var(--brand-red);
  font-weight: 700;
  text-align: right;
}

.variant-detail-panel p {
  color: #4b5563;
  margin-bottom: 0;
}

.product-image-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: none;
  place-items: center;
  padding: 1.5rem;
  background: rgba(14, 18, 26, 0.78);
}

.product-image-modal.is-open {
  display: grid;
}

.product-image-modal-inner {
  width: min(860px, 100%);
  background: #fff;
  border-radius: 8px;
  padding: 0.75rem;
}

.product-image-modal-inner img {
  width: 100%;
  max-height: 78vh;
  object-fit: contain;
  background: #f7f9fc;
  border-radius: 6px;
}

.product-image-modal-inner .btn {
  margin-top: 0.75rem;
}

.brand-social-links {
  display: flex;
  gap: 10px;
  margin-top: 0.6rem;
}

.brand-social-links a {
  color: #2a2f38;
  font-size: 1rem;
}

.brand-social-links a:hover {
  color: var(--brand-red);
}

.brand-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.brand-pill {
  height: 90px;
  border: 1px solid rgba(226, 230, 237, 0.35);
  border-radius: 12px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
}

.brand-pill img {
  max-height: 56px;
  max-width: 100%;
  object-fit: contain;
}

.brand-ecosystem-card {
  background: transparent;
  box-shadow: none;
}

.brand-ecosystem-card img {
  object-fit: contain;
  background: transparent;
}

.brand-pill-text {
  font-weight: 700;
  color: #2a2f38;
  letter-spacing: 0.03em;
}

.service-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.2rem;
  box-shadow: 0 8px 22px rgba(22, 27, 35, 0.07);
  height: 100%;
  border-left: 3px solid var(--site-strip-color, #d72434);
}

.service-card i {
  color: var(--brand-red);
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}

.social-feed-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 22px rgba(22, 27, 35, 0.08);
  border-top: 3px solid #d72434;
  height: 100%;
}

.social-feed-card img {
  width: 100%;
  height: 210px;
  object-fit: contain;
  background: #fff;
  padding: 12px;
}

.social-feed-card-body {
  padding: 1rem 1.1rem 1.2rem;
}

.social-feed-card-body p {
  color: #4d5663;
  min-height: 66px;
}

.social-feed-card-body a {
  color: var(--brand-red);
  font-weight: 600;
  text-decoration: none;
}

.social-platform {
  background: #f2f4f7;
  border-radius: 999px;
  padding: 2px 10px;
  font-size: 0.74rem;
  color: #516074;
}

.sustainability {
  background: linear-gradient(120deg, #141821, #252b37);
  color: #fff;
}

.sustainability .sustainability-kicker {
  color: var(--site-sustainability-kicker-color, #cf1f2e);
}

.sustainability .sustainability-title {
  color: var(--section-title-color, var(--site-sustainability-title-color, #ffffff));
}

.sustainability .sustainability-body {
  color: var(--section-subtext-color, var(--site-sustainability-body-color, #d8dde5));
}

.sustainability .sustainability-focus-title {
  color: var(--section-title-color, var(--site-sustainability-focus-title-color, #ffffff));
}

.sustainability .sustainability-focus-list {
  color: var(--section-subtext-color, var(--site-sustainability-focus-text-color, #d8dde5));
}

.sustainability-box {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  padding: 1.2rem;
  margin-top: 0.6rem;
}

.sustainability-box ul {
  margin-bottom: 0;
}

.site-footer {
  background: var(--site-footer-bg, #11151c);
  color: var(--site-footer-text, #bac2ce);
  position: relative;
  margin-top: var(--site-footer-top-spacing, 56px);
}

.site-footer.footer-curve-on {
  padding-top: calc(1rem + var(--site-footer-curve-height, 64px));
}

.site-footer.footer-curve-on::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--site-footer-curve-height, 64px));
  height: calc(var(--site-footer-curve-height, 64px) + 1px);
  background: inherit;
  pointer-events: none;
}

.site-footer.footer-curve-custom_svg::before {
  display: none;
}

.footer-curve-custom-svg {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(-1 * var(--site-footer-curve-height, 64px));
  height: calc(var(--site-footer-curve-height, 64px) + 1px);
  color: var(--site-footer-bg, #11151c);
  pointer-events: none;
}

.footer-gradient-on .footer-curve-custom-svg {
  color: var(--site-footer-grad-start, #11151c);
}

.footer-curve-custom-svg svg {
  display: block;
  width: 100%;
  height: 100%;
}

.site-footer.footer-curve-wave::before {
  border-bottom-left-radius: 50% 100%;
  border-bottom-right-radius: 50% 100%;
}

.site-footer.footer-curve-angle::before {
  clip-path: polygon(0 100%, 100% 28%, 100% 101%, 0 101%);
}

.site-footer.footer-curve-angle_soft::before {
  clip-path: polygon(0 100%, 100% 45%, 100% 101%, 0 101%);
}

.site-footer.footer-curve-angle_steep::before {
  clip-path: polygon(0 100%, 100% 12%, 100% 101%, 0 101%);
}

.site-footer.footer-curve-angle_split::before {
  clip-path: polygon(0 100%, 46% 36%, 54% 36%, 100% 70%, 100% 101%, 0 101%);
}

.footer-network-wrap {
  border: 0;
  border-radius: 14px;
  padding: 0.8rem 0.95rem;
  background: transparent;
}

.footer-network-title {
  display: block;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.7rem;
  color: #dce3ef;
  margin-bottom: 0.55rem;
}

.footer-network-ring {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer-network-item {
  width: 58px;
  height: 58px;
  border-radius: 999px;
  border: 0;
  background: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footer-network-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.24);
}

.footer-network-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-social {
  color: #d6deea;
  font-size: 1.05rem;
}

.footer-cookie-link {
  color: var(--site-footer-text, #bac2ce);
  font-size: 0.88rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.footer-cookie-link:hover {
  color: var(--site-footer-text, #bac2ce);
  opacity: 0.9;
}

.tcp-logo {
  height: 18px;
  width: auto;
  opacity: 0.95;
}

.footer-social:hover {
  color: #ffffff;
}

@media (max-width: 991.98px) {
  .footer-network-item {
    width: 52px;
    height: 52px;
  }
}

.cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1080;
  background: #11151c;
  color: #dbe2ef;
  border-radius: 12px;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.cookie-banner a {
  color: #fff;
  text-decoration: underline;
}

.layout-energetic .site-header {
  background: linear-gradient(90deg, #1e0206 0%, #b21222 60%, #d23522 100%);
  border-bottom-color: #580c13;
}

.layout-energetic .section-gray {
  background: linear-gradient(180deg, #fff0f2 0%, #ffe4e8 100%);
}

.layout-energetic .hero-overlay {
  background: linear-gradient(100deg, rgba(23, 8, 10, 0.78), rgba(199, 27, 43, 0.36));
}

.layout-energetic .product-card,
.layout-energetic .news-card,
.layout-energetic .service-card {
  border-radius: 18px;
  border-top-width: 4px;
}

.layout-energetic .news-card:first-child {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
}

.layout-energetic .news-card:first-child img {
  height: 100%;
}

.layout-energetic .btn-danger {
  background: linear-gradient(90deg, #cf1f2e, #e43d26);
  border-color: #cf1f2e;
}

.layout-energetic .sustainability {
  background: linear-gradient(120deg, #1a1215, #4a151d 60%, #75242f);
}

.layout-minimal .site-header {
  background: #20242a;
  border-bottom-color: #20242a;
}

.layout-minimal .navbar-brand,
.layout-minimal .nav-link {
  color: #edf0f4 !important;
}

.layout-minimal .section-gray {
  background: #f7f8fa;
}

.layout-minimal .hero-overlay {
  background: linear-gradient(100deg, rgba(18, 22, 28, 0.82), rgba(18, 22, 28, 0.6));
}

.layout-minimal .product-card,
.layout-minimal .news-card,
.layout-minimal .service-card {
  border-top-color: #c7cdd8;
}

.layout-minimal .product-card,
.layout-minimal .news-card,
.layout-minimal .social-feed-card {
  display: grid;
  grid-template-columns: 300px 1fr;
}

.layout-minimal .product-card img,
.layout-minimal .news-card img,
.layout-minimal .social-feed-card img {
  height: 100%;
}

.layout-minimal .btn-danger {
  background: #2f3743;
  border-color: #2f3743;
}

.layout-minimal .product-card,
.layout-minimal .news-card,
.layout-minimal .service-card {
  box-shadow: 0 3px 12px rgba(22, 27, 35, 0.08);
  border-radius: 10px;
}

.layout-corporate .site-header {
  background: #fff;
}

.layout-corporate .hero-overlay {
  background: linear-gradient(100deg, rgba(20, 20, 22, 0.7), rgba(176, 24, 35, 0.22));
}

.layout-showcase .site-header {
  background: linear-gradient(90deg, #0f1728, #283d62);
  border-bottom-color: #0f1728;
}

.layout-showcase .navbar-brand,
.layout-showcase .nav-link {
  color: #ecf2ff !important;
}

.layout-showcase .hero-overlay {
  background: linear-gradient(100deg, rgba(10, 18, 33, 0.78), rgba(14, 32, 68, 0.5));
}

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

.hero-side-panel {
  margin: 0.9rem 0 1rem;
  display: inline-grid;
  gap: 4px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 10px;
  padding: 0.6rem 0.8rem;
}

.hero-side-panel strong {
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero-side-panel span {
  font-size: 0.88rem;
}

.layout-showcase .showcase-card {
  display: grid;
  grid-template-columns: 290px 1fr;
  border-radius: 16px;
}

.layout-showcase .showcase-card img {
  height: 100%;
}

.layout-showcase .section-gray {
  background: linear-gradient(180deg, #edf3fb 0%, #e1eaf6 100%);
}

.layout-showcase .sustainability {
  background: linear-gradient(120deg, #0d1a30, #23385d 60%, #324c7a);
}

.layout-magazine .site-header {
  background: #1f232a;
  border-bottom-color: #1f232a;
}

.layout-magazine .navbar-brand,
.layout-magazine .nav-link {
  color: #f2f4f7 !important;
}

.layout-magazine .section-gray {
  background: linear-gradient(180deg, #f8f1e6 0%, #efdfc8 100%);
}

.layout-magazine .hero-overlay {
  background: linear-gradient(100deg, rgba(30, 25, 21, 0.76), rgba(89, 59, 45, 0.38));
}

.layout-magazine .magazine-card {
  border-radius: 10px;
  border-top-width: 4px;
  box-shadow: 0 8px 18px rgba(38, 29, 24, 0.12);
}

.layout-magazine .magazine-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1rem;
}

.layout-magazine .magazine-grid > .magazine-cell {
  margin: 0 !important;
  width: auto;
}

.layout-magazine .magazine-products > .magazine-cell:nth-child(1) { grid-column: span 8; }
.layout-magazine .magazine-products > .magazine-cell:nth-child(2) { grid-column: span 4; }
.layout-magazine .magazine-products > .magazine-cell:nth-child(n+3) { grid-column: span 4; }

.layout-magazine .magazine-brands > .magazine-cell:nth-child(1) { grid-column: span 12; }
.layout-magazine .magazine-brands > .magazine-cell:nth-child(2),
.layout-magazine .magazine-brands > .magazine-cell:nth-child(3) { grid-column: span 6; }
.layout-magazine .magazine-brands > .magazine-cell:nth-child(n+4) { grid-column: span 4; }

.layout-magazine .magazine-services > .magazine-cell { grid-column: span 4; }

.layout-magazine .magazine-social > .magazine-cell:nth-child(1) { grid-column: span 7; }
.layout-magazine .magazine-social > .magazine-cell:nth-child(2) { grid-column: span 5; }
.layout-magazine .magazine-social > .magazine-cell:nth-child(n+3) { grid-column: span 4; }

.layout-magazine .magazine-news > .magazine-cell:nth-child(1) { grid-column: span 12; }
.layout-magazine .magazine-news > .magazine-cell:nth-child(n+2) { grid-column: span 6; }

.style-custom-on .site-header {
  background: var(--site-header-bg, #ffffff) !important;
}

.style-custom-on.header-gradient-on .site-header {
  background: var(--site-header-gradient-css, linear-gradient(90deg, var(--site-header-grad-start, #8f1019), var(--site-header-grad-end, #1f232a))) !important;
}

.style-custom-on .navbar-brand,
.style-custom-on .nav-link {
  color: var(--site-header-text-color, #20242a) !important;
}

.style-custom-on .section-gray {
  background: var(--site-section-bg, #f2f4f7) !important;
}

.style-custom-on.section-gradient-on .section-gray {
  background: linear-gradient(90deg, var(--site-section-grad-start, #f2f4f7), var(--site-section-grad-end, #e5eaf2)) !important;
}

.style-custom-on .product-card,
.style-custom-on .news-card {
  border-top-color: var(--site-strip-color, #d72434) !important;
}

.style-custom-on .product-portfolio-card {
  border-top: 3px solid var(--pc-accent, var(--site-strip-color, #d72434)) !important;
}

.style-custom-on .service-card {
  border-left-color: var(--site-strip-color, #d72434) !important;
}

.style-custom-on .site-footer {
  background: var(--site-footer-bg, #11151c) !important;
  color: var(--site-footer-text, #bac2ce) !important;
}

.style-custom-on.footer-gradient-on .site-footer {
  background: var(--site-footer-gradient-css, linear-gradient(90deg, var(--site-footer-grad-start, #11151c), var(--site-footer-grad-end, #1f2632))) !important;
}

.article-content {
  font-size: 1.06rem;
  line-height: 1.8;
}

.article-content::after {
  content: "";
  display: block;
  clear: both;
}

.article-content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 0.4rem 0 1rem 0;
}

.article-content figure.image {
  display: table;
  max-width: 100%;
  margin: 0.4rem 0 1rem 0;
}

.article-content figure.image img {
  margin: 0;
  display: block;
}

.article-content figure.image figcaption {
  font-size: 0.85rem;
  color: #596474;
  padding-top: 0.3rem;
}

.article-content img[style*="float: left"],
.article-content .align-left,
.article-content .image-style-align-left {
  float: left;
  max-width: min(46%, 320px);
  margin: 0.3rem 1.1rem 0.8rem 0;
}

.article-content img[style*="float: right"],
.article-content .align-right,
.article-content .image-style-align-right {
  float: right;
  max-width: min(46%, 320px);
  margin: 0.3rem 0 0.8rem 1.1rem;
}

.reveal-up {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes heroTextIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroKenBurns {
  0% {
    transform: scale(1.06);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes heroZoomHeavy {
  0% {
    transform: scale(1.14);
  }
  100% {
    transform: scale(1);
  }
}

@media (max-width: 991px) {
  .parallax-bg {
    background-attachment: scroll;
  }

  .site-header .navbar {
    min-height: 64px;
  }

  .navbar-brand {
    height: 46px;
  }

  .brand-logo {
    height: 100%;
  }

  .hero-image,
  .hero-overlay {
    min-height: 60vh;
  }

  .section-space {
    padding: 3.3rem 0;
  }

  .cookie-banner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-image::after {
    transition-duration: 0.7s;
  }

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

  .product-portfolio-card img {
    height: 230px;
  }

  .variant-picker-heading,
  .variant-detail-title-row {
    display: block;
  }

  .variant-detail-title-row span {
    display: block;
    margin-top: 0.35rem;
    text-align: left;
  }

  .product-card-featured,
  .layout-energetic .news-card:first-child,
  .layout-minimal .product-card,
  .layout-minimal .news-card,
  .layout-minimal .social-feed-card,
  .layout-showcase .showcase-card {
    display: block;
  }

  .layout-magazine .magazine-grid {
    display: block;
  }
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item.active .hero-image,
  .hero-copy,
  .hero-copy .eyebrow,
  .hero-copy h1,
  .hero-copy p,
  .hero-copy .btn,
  .hero-image::after {
    animation: none !important;
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
