.site-header { z-index: 1000; background: #fff; }
.inner-hero {
  position: relative;
  overflow: hidden;
  min-height: 450px;
  display: flex;
  align-items: center;
  background: linear-gradient(125deg, #f7faff, #eaf3ff);
  border-bottom: 1px solid #dde8f4;
}
.inner-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 56, 136, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 56, 136, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
}
.inner-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
  padding: 54px 0;
}
.inner-hero h1 {
  margin: 14px 0 18px;
  font-size: 52px;
}
.inner-hero p {
  max-width: 620px;
  margin: 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.85;
}
.inner-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 28px;
}
.inner-visual {
  position: relative;
  height: 330px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  overflow: hidden;
  background: #fff;
  box-shadow: var(--shadow);
}
.inner-visual img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-visual.cover img {
  object-fit: cover;
}
.inner-visual .asset-state {
  top: 18px;
  right: 18px;
}
.contact-hero-map {
  min-height: 330px;
  padding: 26px;
  border: 1px solid rgba(130, 166, 205, 0.34);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 22px 54px rgba(20, 65, 112, 0.13);
}
.contact-map-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 0 4px 18px;
  border-bottom: 1px solid #dfe8f2;
}
.contact-map-brand img {
  width: 152px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.contact-map-brand span {
  color: #75889d;
  font-size: 14px;
  font-weight: 700;
}
.contact-hero-map > a {
  display: grid;
  grid-template-columns: 34px 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 72px;
  padding: 12px 5px;
  border-bottom: 1px solid #e4ebf3;
  color: #0a315f;
  transition: color .2s ease, transform .2s ease;
}
.contact-hero-map > a:last-child {
  border-bottom: 0;
}
.contact-hero-map > a:hover {
  color: var(--blue);
  transform: translateX(4px);
}
.contact-hero-map small {
  color: #8ba0b7;
  font-size: 12px;
  font-weight: 800;
}
.contact-hero-map b,
.contact-hero-map em {
  display: block;
}
.contact-hero-map b {
  font-size: 16px;
}
.contact-hero-map em {
  margin-top: 4px;
  color: #708399;
  font-size: 13px;
  font-style: normal;
}
.contact-hero-map i {
  color: #1968ba;
  font-size: 20px;
  font-style: normal;
}
#contact-purpose,
#contact-form,
#wechat {
  scroll-margin-top: 100px;
}
.inner-section {
  padding: 76px 0;
}
.inner-section.alt {
  background: #f5f8fc;
}
.inner-heading {
  display: flex;
  justify-content: space-between;
  gap: 52px;
  align-items: end;
  margin-bottom: 30px;
}
.inner-heading h2 {
  margin: 9px 0 0;
  color: #0a315f;
  font-size: 36px;
}
.inner-heading > p {
  max-width: 500px;
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}
.cells-entry {
  padding: 34px 0 30px;
}
.cells-page-heading {
  display: block;
  margin-bottom: 28px;
  text-align: left;
}
.cells-page-heading > div {
  max-width: none;
}
.cells-page-heading h1 {
  max-width: none;
  margin: 9px 0 14px;
  color: #0a315f;
  font-size: 44px;
  line-height: 1.2;
}
.cells-page-heading .section-title-inline h1,
.catalog-title.section-title-inline h2 { margin: 0; }
.cells-page-heading p {
  max-width: 820px;
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}
.cells-page-heading > .button {
  display: none;
}
#catalog {
  padding-top: 44px;
}
.brand-grid {
  display: grid;
  grid-template-columns: 1.35fr repeat(4, 1fr);
  gap: 14px;
}
.brand-card {
  appearance: none;
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: inherit;
  background: #fff;
  font: inherit;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.brand-card:hover {
  border-color: #86afd9;
  background: #f7faff;
  transform: translateY(-1px);
}
.brand-card[aria-pressed="true"] {
  border: 2px solid var(--blue);
  background: #edf5ff;
  box-shadow: 0 10px 24px rgba(20, 76, 137, 0.11);
}
.brand-card:focus-visible {
  outline: 3px solid rgba(13, 93, 174, 0.24);
  outline-offset: 3px;
}
.brand-card img {
  max-width: 150px;
  height: 48px;
  object-fit: contain;
  transform-origin: center;
}
.brand-logo-molicel {
  width: 118px;
  max-width: 118px;
  transform: none;
}
.brand-logo-samsung {
  width: 124px;
  max-width: 124px;
  transform: none;
}
.brand-logo-lg {
  width: 48px;
  max-width: 48px;
  transform: none;
}
.brand-logo-panasonic {
  width: 122px;
  max-width: 122px;
  transform: none;
}
.brand-logo-sony {
  transform: scale(2.05);
}
.brand-card span {
  color: #5b6f87;
  font-size: 13px;
}
.catalog-toolbar {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 32px;
  align-items: end;
  margin-bottom: 24px;
}
.catalog-title h2 {
  margin: 9px 0 0;
  color: #0a315f;
  font-size: 36px;
}
.catalog-toolbar .filter-bar {
  margin-bottom: 0;
}
.filter-bar {
  display: grid;
  grid-template-columns: 1.4fr repeat(3, 0.7fr) auto;
  gap: 10px;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.filter-bar label {
  min-width: 0;
}
.filter-bar input,
.filter-bar select {
  width: 100%;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid #d9e3ee;
  border-radius: 7px;
  color: #344e6b;
  background: #f9fbfd;
  font: 500 13px/1.2 inherit;
}
.filter-bar input:focus-visible,
.filter-bar select:focus-visible {
  border-color: #2174c6;
  outline: 3px solid rgba(33, 116, 198, 0.16);
  outline-offset: 1px;
}
.button-filter-clear {
  border: 0;
  cursor: pointer;
}
.catalog-filter-status {
  min-height: 0;
  margin: 0;
  color: #60758d;
  font-size: 13px;
}
.catalog-filter-status:not(:empty) { min-height: 20px; margin: -12px 0 18px; }
.catalog-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.catalog-grid.is-filtered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.catalog-grid.is-filtered .catalog-card {
  width: min(100%, 420px);
  flex: 1 1 360px;
  max-width: 420px;
}
.catalog-card {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 18px;
  align-items: center;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.catalog-card[hidden] {
  display: none !important;
}
.catalog-inquiry-card {
  border-color: #bad2ea;
  background: #edf5fd;
}
.catalog-inquiry-card > img {
  padding: 28px;
  border-radius: 10px;
  background: #fff;
}
.catalog-card-media {
  display: grid;
  width: 120px;
  height: 150px;
  place-items: center;
  overflow: hidden;
  border: 1px solid #e3ebf5;
  border-radius: 10px;
  background: #f7faff;
}
.catalog-card-media img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: contain;
  background: #f7faff;
  transform: scale(1.45);
  transform-origin: center;
}
.catalog-card small {
  color: var(--blue);
  font-weight: 800;
}
.catalog-card .catalog-brand-name {
  display: block;
  margin: 0 0 7px;
  color: #0a58a8;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.catalog-card h3 {
  margin: 0 0 7px;
  color: #173b68;
  font-size: 17px;
}
.catalog-card p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.catalog-card a {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
}
.selection-heading {
  align-items: end;
}
.selection-action {
  display: flex;
  max-width: 650px;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.selection-action p {
  max-width: 500px;
  margin: 0;
  color: var(--text);
  line-height: 1.8;
}
.selection-action .button {
  flex: none;
}
.three-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.info-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.info-card .num {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--blue);
  font-size: 12px;
  font-weight: 800;
}
.info-card h3 {
  margin: 20px 0 10px;
  color: #143a68;
  font-size: 20px;
}
.info-card p {
  margin: 0;
  color: var(--text);
  font-size: 14px;
  line-height: 1.8;
}
.capability-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.capability-card {
  min-height: 180px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
}
.capability-card b {
  color: var(--blue);
  font-size: 13px;
}
.capability-card h3 {
  margin: 14px 0 9px;
  color: #153c6c;
  font-size: 19px;
}
.capability-card p {
  margin: 0;
  color: var(--text);
  font-size: 13px;
  line-height: 1.75;
}
.pack-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
}
.pack-detail img {
  width: 100%;
  height: 390px;
  object-fit: contain;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
}
.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  padding: 13px 15px;
  border-radius: 8px;
  color: #38516e;
  background: #edf4fc;
  font-size: 13px;
}
.application-explorer {
  padding: 24px 0 46px;
  background: #f5f8fc;
}
.application-intro {
  display: block;
  margin-bottom: 18px;
}
.application-intro h1 {
  max-width: 790px;
  margin: 10px 0 0;
  color: #0a315f;
  font-size: 44px;
  line-height: 1.13;
  letter-spacing: -0.032em;
}
.application-intro p {
  max-width: 510px;
  margin: 0 0 3px;
  color: #536981;
  font-size: 16px;
  line-height: 1.8;
}
.application-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.application-tab {
  position: relative;
  display: grid;
  grid-template-rows: 106px 50px;
  min-width: 0;
  height: 156px;
  overflow: hidden;
  padding: 0;
  border: 1px solid #d7e2ee;
  border-radius: 14px;
  color: #173f70;
  background: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(10, 49, 95, 0.07);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}
.application-tab img {
  width: 100%;
  height: 106px;
  object-fit: cover;
  transition: transform 0.25s ease;
}
.application-tab > span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 0 14px;
  border-top: 1px solid #e2eaf3;
  background: #fff;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
}
.application-tab small {
  flex: none;
  color: #607a96;
  font-size: 12px;
  font-weight: 800;
}
.application-tab b {
  overflow: hidden;
  color: #173f70;
  font-size: 16px;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.application-tab em {
  display: none;
}
.application-tab.is-text-only {
  display: block;
  background: linear-gradient(145deg, #fafdff, #edf5fd);
}
.application-tab.is-text-only > span {
  height: 100%;
  align-content: center;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 7px;
  padding: 18px;
  border-top: 0;
  background: transparent;
}
.application-tab.is-text-only small {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 50%;
  color: #0b5eb7;
  background: #e1efff;
}
.application-tab.is-text-only b {
  overflow: visible;
  font-size: 18px;
  text-overflow: clip;
  white-space: normal;
}
.application-tab.is-text-only em {
  display: block;
  color: #637a91;
  font-size: 12px;
  font-style: normal;
  line-height: 1.5;
}
.application-tab:hover {
  transform: translateY(-2px);
  border-color: #a9c5e4;
  box-shadow: 0 13px 28px rgba(10, 49, 95, 0.12);
}
.application-tab:hover img {
  transform: scale(1.025);
}
.application-tab[aria-pressed="true"] {
  border-color: #0b5eb7;
  background: #eef6ff;
  box-shadow:
    0 0 0 3px rgba(11, 94, 183, 0.11),
    0 14px 30px rgba(10, 49, 95, 0.13);
}
.application-tab[aria-pressed="true"] > span {
  border-color: #c4daf0;
  background: #eaf4ff;
}
.application-tab[aria-pressed="true"] small,
.application-tab[aria-pressed="true"] b {
  color: #084c93;
}
.application-tab:focus-visible {
  outline: 3px solid rgba(0, 56, 136, 0.28);
  outline-offset: 3px;
}
.application-detail {
  margin-top: 18px;
  overflow: hidden;
  border: 1px solid #d9e5f2;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(11, 54, 103, 0.08);
}
.application-detail.is-switching {
  animation: application-detail-in 0.24s ease both;
}
@keyframes application-detail-in {
  from {
    opacity: 0.72;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.application-detail-main {
  display: grid;
  min-height: 396px;
  grid-template-columns: minmax(360px, 0.9fr) minmax(0, 1.35fr);
  gap: 30px;
  align-items: center;
  padding: 20px 22px;
}
.application-detail-visual {
  height: 248px;
  overflow: hidden;
  border-radius: 14px;
  background: #eaf2fb;
}
.application-detail-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-other-visual {
  display: none;
}
.application-detail.is-text-only-detail .application-detail-main {
  grid-template-columns: minmax(470px, 0.9fr) minmax(0, 1.1fr);
  min-height: 400px;
  align-items: stretch;
}
.application-detail.is-text-only-detail .application-detail-visual {
  display: none;
}
.application-detail.is-text-only-detail .application-other-visual {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 20px 22px;
  border: 1px solid #d9e5f2;
  border-radius: 14px;
  background: linear-gradient(145deg, #f8fbff, #edf5fd);
}
.application-other-brand {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d5e2ef;
}
.application-other-brand img {
  width: 176px;
  height: 44px;
  object-fit: contain;
  object-position: left center;
}
.application-other-brand span {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 4px;
  padding-left: 18px;
  border-left: 1px solid #c7d8ea;
}
.application-other-brand b {
  color: #123e70;
  font-size: 16px;
}
.application-other-brand small {
  color: #687f97;
  font-size: 12px;
}
.application-other-paths {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}
.application-other-paths a {
  display: flex;
  min-width: 0;
  height: 190px;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d7e4f0;
  border-radius: 10px;
  color: #173f70;
  background: #fff;
}
.application-other-paths img {
  width: 100%;
  height: 96px;
  padding: 8px;
  object-fit: contain;
  background: #f5f9fd;
}
.application-path-media {
  display: grid;
  align-items: center;
  height: 104px;
  padding: 6px;
  gap: 3px;
  overflow: hidden;
  background: #f5f9fd;
}
.application-path-media.application-path-cells { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.application-path-media.application-path-packs { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.application-path-media.application-path-custom { display: flex; justify-content: center; }
.application-path-media img { height: 88px; padding: 2px; background: transparent; }
.application-path-custom img { width: 88%; height: 112px; transform: scale(1.08); }
.application-other-paths span {
  display: flex;
  flex: 1;
  min-width: 0;
  flex-direction: column;
  padding: 10px 11px;
}
.application-other-paths small {
  color: #0b5baa;
  font-size: 12px;
  font-weight: 800;
}
.application-other-paths b {
  margin-top: 4px;
  color: #123e70;
  font-size: 14px;
}
.application-other-paths em {
  margin-top: 5px;
  color: #687f97;
  font-size: 12px;
  font-style: normal;
  line-height: 1.4;
}
.application-detail.is-text-only-detail .application-detail-copy {
  align-self: center;
  padding: 8px 10px;
}
.application-detail.is-text-only-detail .application-summary {
  max-width: 760px;
}
.application-detail.is-text-only-detail .application-facts {
  grid-template-columns: 1fr 1fr;
}
.application-detail-copy h2 {
  margin: 8px 0 9px;
  color: #0a315f;
  font-size: 34px;
  line-height: 1.2;
}
.application-summary {
  margin: 0;
  color: #4f647d;
  font-size: 15px;
  line-height: 1.75;
}
.application-facts {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 19px;
}
.application-facts div {
  min-height: 84px;
  padding: 13px 15px;
  border-radius: 10px;
  background: #edf4fc;
}
.application-facts b,
.application-facts span {
  display: block;
}
.application-facts b {
  color: #0b4f99;
  font-size: 13px;
}
.application-facts span {
  margin-top: 5px;
  color: #526981;
  font-size: 13px;
  line-height: 1.55;
}
.application-project-input {
  display: grid;
  grid-template-columns: 180px repeat(3, minmax(0, 1fr));
  gap: 20px;
  align-items: center;
  padding: 16px 22px;
  border-top: 1px solid #d9e5f2;
  background: #f8fbff;
}
.application-project-heading h3 {
  margin: 6px 0 0;
  color: #173f70;
  font-size: 18px;
  line-height: 1.25;
}
.application-input-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
}
.application-input-item > span {
  display: grid;
  flex: none;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #0b5eb7;
  background: #e3f0ff;
  font-size: 12px;
  font-weight: 800;
}
.application-input-item b,
.application-input-item small {
  display: block;
}
.application-input-item b {
  color: #21466f;
  font-size: 14px;
  line-height: 1.35;
}
.application-input-item small {
  margin-top: 4px;
  color: #637a91;
  font-size: 12px;
  line-height: 1.5;
}
.application-contact {
  padding: 0 0 72px;
}
.application-contact .contact-card {
  width: calc(100% - var(--page-gutter-total));
}
.application-contact .contact-actions {
  grid-template-columns: 174px minmax(0, 1fr);
}
.application-contact .contact-primary {
  min-width: 174px;
}
@media (prefers-reduced-motion: reduce) {
  .application-detail.is-switching {
    animation: none;
  }
}
.news-hero {
  padding: 58px 0 38px;
  border-bottom: 1px solid #dbe6f2;
  background: linear-gradient(135deg, #f6faff 0%, #edf5ff 62%, #f8fbff 100%);
}
.news-hero-grid {
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 24px 48px;
  align-items: center;
  align-items: end;
}
.news-hero h1 {
  margin: 10px 0 0;
  color: #07386e;
  font-size: 52px;
  line-height: 1.08;
  letter-spacing: -1.5px;
}
.news-hero-grid > p {
  max-width: 650px;
  margin: 0 0 4px;
  color: #4e6680;
  font-size: 17px;
  line-height: 1.85;
}
.news-filter-list {
  display: flex;
  grid-column: 2;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 8px;
}
.news-filter {
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid #c8d8e9;
  border-radius: 9px;
  color: #244a73;
  background: #fff;
  font: 700 15px/1.2 inherit;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}
.news-filter:hover {
  border-color: #0b5db6;
  color: #084a91;
  transform: translateY(-1px);
}
.news-filter.is-active {
  border-color: #084f9e;
  color: #fff;
  background: #084f9e;
  box-shadow: 0 8px 20px rgba(8, 79, 158, 0.18);
}
.news-filter:focus-visible {
  outline: 3px solid rgba(18, 112, 211, 0.28);
  outline-offset: 3px;
}
.news-section {
  padding: 52px 0 64px;
  background: #fff;
}
.news-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 24px;
}
.news-section-heading h2 {
  margin: 7px 0 0;
  color: #0a3b70;
  font-size: 38px;
  line-height: 1.12;
}
.news-section-heading > p {
  margin: 0 0 5px;
  color: #627890;
  font-size: 15px;
}
.news-editorial {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(380px, 0.95fr);
  gap: 18px;
}
.news-side-stack {
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.news-article {
  overflow: hidden;
  border: 1px solid #dbe5f0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 32px rgba(14, 54, 98, 0.055);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.news-article:hover {
  border-color: #a9c4e2;
  box-shadow: 0 18px 38px rgba(13, 58, 107, 0.11);
  transform: translateY(-2px);
}
.news-article[hidden] {
  display: none !important;
}
.news-article-link {
  color: inherit;
  text-decoration: none;
}
.news-lead .news-article-link {
  display: grid;
  grid-template-columns: minmax(0, 1.38fr) minmax(320px, 1fr);
  height: 314px;
  min-height: 314px;
}
.news-article-media {
  overflow: hidden;
  background: #eef5fc;
}
.news-article-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}
.news-article:hover .news-article-media img {
  transform: scale(1.018);
}
.news-media-contain img {
  object-fit: contain;
}
.news-lead .news-article-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 28px;
}
.news-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px 15px;
  color: #6c8095;
  font-size: 13px;
  line-height: 1.35;
}
.news-meta span {
  color: #0a5aad;
  font-weight: 800;
}
.news-article h2,
.news-article h3 {
  color: #123f70;
}
.news-lead h2 {
  margin: 13px 0 10px;
  font-size: 27px;
  line-height: 1.28;
}
.news-article p {
  margin: 0;
  color: #5a7088;
  font-size: 15px;
  line-height: 1.78;
}
.news-read-more {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 18px;
  color: #0754a4;
  font-size: 14px;
  font-weight: 800;
}
.news-side .news-article-link {
  display: grid;
  grid-template-columns: 142px minmax(0, 1fr);
  height: 100%;
  min-height: 148px;
}
.news-side .news-article-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 20px;
}
.news-side h3 {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.35;
}
.news-side .news-read-more {
  margin-top: 10px;
}
.news-more-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 18px;
}
.news-card .news-article-link {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.news-card .news-article-media {
  height: 210px;
}
.news-card .news-article-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 26px 25px;
}
.news-card h3 {
  margin: 13px 0 10px;
  font-size: 22px;
  line-height: 1.38;
}
.news-card .news-read-more {
  margin-top: auto;
  padding-top: 19px;
}
.pack-media {
  background: linear-gradient(135deg, #f5f9fe, #eaf3fc);
}
.pack-media img {
  padding: 12px 38px;
}
.certificate-media {
  background: #eef5fd;
}
.certificate-media img {
  padding: 14px 90px;
}
.news-empty {
  grid-column: 1 / -1;
  margin: 0;
  padding: 44px;
  border: 1px dashed #b9cce0;
  border-radius: 13px;
  color: #5d7288;
  text-align: center;
  background: #f8fbff;
}
.news-stream.is-filtered {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.news-stream.is-filtered .news-editorial,
.news-stream.is-filtered .news-side-stack,
.news-stream.is-filtered .news-more-grid {
  display: contents;
}
.news-stream.is-filtered .news-article-link {
  display: flex;
  height: 100%;
  min-height: 0;
  flex-direction: column;
}
.news-stream.is-filtered .news-article-media {
  flex: none;
  height: 210px;
}
.news-stream.is-filtered .news-article-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 26px 25px;
}
.news-stream.is-filtered .news-article h2,
.news-stream.is-filtered .news-article h3 {
  margin: 13px 0 10px;
  font-size: 22px;
  line-height: 1.38;
}
.news-stream.is-filtered .news-article p {
  display: block;
}
.news-stream.is-filtered .news-read-more {
  margin-top: auto;
  padding-top: 19px;
}
.news-contact {
  padding-top: 0;
}
.news-detail-hero {
  padding: 52px 0 44px;
  border-bottom: 1px solid #dbe5f0;
  background: linear-gradient(135deg, #f7fbff, #eef5fd);
}
.news-breadcrumb {
  display: flex;
  width: auto;
  max-width: none;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  justify-self: stretch;
  gap: 8px;
  margin-bottom: 26px;
  color: #718398;
  font-size: 14px;
}
.news-breadcrumb a {
  position: static;
  display: inline-flex;
  color: #0a59aa;
  font-size: 14px;
  font-weight: 700;
}
.news-breadcrumb a::after {
  content: none;
}
.news-detail-hero .news-meta {
  margin-bottom: 15px;
}
.news-detail-hero h1 {
  max-width: 1040px;
  margin: 0;
  color: #093a70;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: -1px;
}
.news-detail-hero > .shell > p {
  max-width: 900px;
  margin: 20px 0 0;
  color: #526a83;
  font-size: 18px;
  line-height: 1.85;
}
.news-page-index {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: auto;
  align-items: stretch;
  justify-content: stretch;
  max-width: 980px;
  justify-self: start;
  margin: 30px auto 0 0;
  border-top: 1px solid #cfddea;
  border-bottom: 1px solid #cfddea;
}
.news-page-index a {
  position: relative;
  display: block;
  min-height: 80px;
  padding: 15px 42px 14px 17px;
  border-right: 1px solid #d8e3ed;
  color: #143f70;
  transition: background .2s ease, color .2s ease;
}
.news-page-index a:last-child {
  border-right: 0;
}
.news-page-index a::after {
  content: "→";
  position: absolute;
  top: 50%;
  left: auto;
  right: 17px;
  color: #84a0bc;
  font-size: 17px;
  background: none;
  transform: translateY(-50%);
}
.news-page-index a:hover {
  background: rgba(255, 255, 255, 0.68);
  color: var(--blue);
}
.news-page-index small,
.news-page-index b,
.news-page-index span {
  display: block;
}
.news-page-index small {
  color: #8da3ba;
  font-size: 12px;
  font-weight: 800;
}
.news-page-index b {
  margin-top: 2px;
  font-size: 15px;
}
.news-page-index span {
  margin-top: 3px;
  color: #71869b;
  font-size: 13px;
}
.news-detail[id],
.news-related[id],
.news-contact[id] {
  scroll-margin-top: 86px;
}
.news-detail {
  padding: 48px 0 62px;
  background: #fff;
}
.news-detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(290px, 0.7fr);
  gap: 46px;
  align-items: start;
}
.news-detail-main {
  min-width: 0;
}
.news-detail-main > figure {
  margin: 0 0 34px;
  overflow: hidden;
  border: 1px solid #dbe5ef;
  border-radius: 16px;
  background: #eef5fc;
}
.news-detail-main > figure img {
  width: 100%;
  max-height: 520px;
  object-fit: cover;
}
.news-detail-main > figure.contain img {
  padding: 24px;
  object-fit: contain;
}
.news-detail-main h2 {
  margin: 40px 0 14px;
  color: #123f70;
  font-size: 28px;
  line-height: 1.32;
}
.news-detail-main h2:first-of-type {
  margin-top: 0;
}
.news-detail-main h3 {
  margin: 28px 0 10px;
  color: #1c4b78;
  font-size: 21px;
}
.news-detail-main p,
.news-detail-main li {
  color: #405a73;
  font-size: 16px;
  line-height: 1.95;
}
.news-detail-main p {
  margin: 0 0 18px;
}
.news-detail-main ul,
.news-detail-main ol {
  margin: 12px 0 24px;
  padding-left: 23px;
}
.news-detail-main li + li {
  margin-top: 8px;
}
.news-detail-note {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #0a60ba;
  border-radius: 0 10px 10px 0;
  color: #23496e;
  background: #eef6ff;
  font-size: 15px;
  line-height: 1.8;
}
.news-detail-aside {
  position: sticky;
  top: 98px;
  display: grid;
  gap: 16px;
}
.news-aside-card {
  padding: 24px;
  border: 1px solid #dbe5ef;
  border-radius: 13px;
  background: #f8fbff;
}
.news-aside-card h2 {
  margin: 0 0 14px;
  color: #123f70;
  font-size: 20px;
}
.news-aside-card p,
.news-aside-card li {
  color: #526a82;
  font-size: 14px;
  line-height: 1.75;
}
.news-aside-card ul {
  margin: 0;
  padding-left: 19px;
}
.news-aside-card a {
  display: inline-flex;
  margin-top: 14px;
  color: #0757aa;
  font-size: 14px;
  font-weight: 800;
}
.news-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}
.news-related {
  padding: 48px 0 58px;
  background: #f4f8fd;
}
.news-related-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 22px;
}
.news-related-heading h2 {
  margin: 7px 0 0;
  color: #0b3d72;
  font-size: 34px;
}
.news-related-heading a {
  color: #0757aa;
  font-weight: 800;
}
.news-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.news-related-card {
  display: block;
  padding: 24px 25px;
  border: 1px solid #dbe5ef;
  border-radius: 12px;
  color: #143f6e;
  background: #fff;
  box-shadow: 0 10px 26px rgba(13, 55, 101, 0.045);
}
.news-related-card span {
  color: #0a5bad;
  font-size: 12px;
  font-weight: 800;
}
.news-related-card h3 {
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.42;
}
.about-hero {
  min-height: 430px;
}
.about-hero-layout {
  position: relative;
  min-height: 430px;
  padding: 34px 0 32px;
}
.about-brand-banner {
  display: grid;
  overflow: hidden;
  grid-template-areas: "copy panel";
  grid-template-columns: minmax(0, 1.16fr) minmax(520px, 0.84fr);
  min-height: 364px;
  border: 1px solid rgba(116, 156, 195, 0.5);
  border-radius: 20px;
  background: #0b3f79;
  box-shadow: 0 18px 44px rgba(11, 61, 113, 0.12);
}
.about-brand-copy {
  display: flex;
  min-width: 0;
  grid-area: copy;
  flex-direction: column;
  justify-content: center;
  padding: 46px 50px;
  color: #fff;
}
.about-brand-copy .about-profile-summary {
  max-width: 760px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 16px;
  line-height: 1.72;
}
.about-hero h1 {
  max-width: 820px;
  margin: 10px 0 0;
  color: #fff;
  font-size: 46px;
  line-height: 1.14;
  letter-spacing: -0.035em;
}
.about-company-identity {
  display: grid;
  gap: 5px;
}
.about-company-identity b {
  color: #123e70;
  font-size: 19px;
  line-height: 1.35;
}
.about-company-identity span {
  color: #6a8199;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.055em;
  line-height: 1.45;
}
.about-brand-copy .inner-hero-actions {
  margin-top: 28px;
}
.button-light {
  border-color: #fff;
  color: #0b3f79;
  background: #fff;
}
.button-outline-light {
  border: 1px solid rgba(255, 255, 255, 0.78);
  color: #fff;
  background: transparent;
}
.about-brand-panel {
  display: flex;
  min-width: 0;
  grid-area: panel;
  flex-direction: column;
  justify-content: center;
  padding: 42px 48px;
  border-left: 1px solid rgba(131, 165, 198, 0.34);
  background: #fff;
}
.about-company-logo {
  display: block;
  width: 300px;
  height: 84px;
  margin-bottom: 25px;
  object-fit: contain;
  object-position: left center;
}
.about-brand-panel .about-company-identity {
  padding-left: 18px;
  border-left: 3px solid #0a58a8;
}
.about-brand-panel p {
  margin: 25px 0 0;
  color: #55708a;
  font-size: 14px;
}
.about-business-line {
  display: grid;
  grid-template-columns: minmax(128px, 1fr) 1px minmax(148px, 1fr) 1px minmax(128px, 1fr) 1px minmax(112px, 0.85fr);
  align-items: center;
  gap: 15px;
  max-width: 820px;
  margin: 30px 0 0 !important;
  color: rgba(255, 255, 255, 0.94) !important;
}
.about-business-line a {
  display: grid;
  gap: 5px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.about-business-line a:hover strong,
.about-business-line a:focus-visible strong {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.about-business-line a:focus-visible {
  border-radius: 4px;
  outline: 2px solid rgba(255, 255, 255, 0.88);
  outline-offset: 6px;
}
.about-business-line small {
  color: #9fcaf4;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
.about-business-line strong {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.4;
}
.about-business-line i {
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.38);
}
.about-trust-visual {
  position: relative;
  height: 404px;
}
.about-trust-visual figure {
  margin: 0;
}
.about-product-stage {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #d7e4f1;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 22px 52px rgba(11, 61, 113, 0.12);
}
.about-product-stage img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-certificate-card,
.about-stock-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d7e4f1;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(11, 61, 113, 0.1);
}
.about-certificate-card {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  align-items: center;
  gap: 13px;
  padding: 14px;
  color: #174572;
}
.about-certificate-card {
  grid-column: 2;
  grid-row: 1;
}
.about-certificate-card img {
  width: 110px;
  height: 146px;
  object-fit: cover;
  object-position: top;
  border: 1px solid #dfe8f2;
  border-radius: 8px;
}
.about-certificate-card span,
.about-stock-card figcaption {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
}
.about-certificate-card small,
.about-stock-card small {
  color: #6d8094;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.06em;
}
.about-certificate-card b,
.about-stock-card b {
  color: #173f6d;
  font-size: 14px;
  line-height: 1.42;
}
.about-stock-card {
  display: grid;
  min-width: 0;
  grid-column: 2;
  grid-row: 2;
  grid-template-columns: minmax(0, 1.08fr) minmax(106px, 0.92fr);
  align-items: center;
  gap: 12px;
  padding: 12px;
}
.about-stock-card img {
  width: 100%;
  height: 100%;
  min-height: 116px;
  object-fit: cover;
  border-radius: 9px;
}
.about-authorization {
  padding: 66px 0 72px;
  background: #fff;
}
.about-evidence-section {
  padding: 62px 0 68px;
  background: #f5f8fc;
}
.about-evidence-heading {
  display: block;
  margin-bottom: 25px;
}
.about-evidence-heading h2 {
  margin: 9px 0 0;
  color: #0b3566;
  font-size: 38px;
  line-height: 1.2;
}
.about-evidence-heading > p {
  margin: 0 0 3px;
  color: #526a82;
  font-size: 15px;
  line-height: 1.8;
}
.about-evidence-section .about-supply-evidence {
  gap: 18px;
  margin-top: 0;
}
.about-evidence-section .about-evidence-card {
  height: 332px;
  grid-template-rows: 274px auto;
  gap: 9px;
  padding: 8px;
}
.about-evidence-section .about-evidence-card img {
  height: 274px;
}
.about-proof {
  display: grid;
  width: min(100%, 1680px);
  grid-template-columns: 440px minmax(0, 1fr);
  gap: 80px;
  align-items: center;
  margin: 0 auto;
}
.authorization-document {
  position: relative;
  display: block;
  width: min(100%, 400px);
  justify-self: start;
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fff;
  box-shadow: var(--shadow);
}
.authorization-document img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1087 / 1446;
  object-fit: contain;
}
.authorization-document > span {
  position: absolute;
  right: 30px;
  bottom: 30px;
  padding: 8px 12px;
  border: 1px solid #d7e4f1;
  border-radius: 7px;
  color: #174572;
  background: rgba(255, 255, 255, 0.94);
  font-size: 12px;
  font-weight: 750;
}
.about-certifications {
  padding: 58px 0 66px;
  border-top: 1px solid #e1eaf3;
  background: #f5f8fc;
}
.about-certifications-heading {
  margin-bottom: 24px;
}
.about-certifications-heading h2 {
  margin: 9px 0 0;
  color: #0b3566;
  font-size: 38px;
  line-height: 1.2;
}
.about-certification-gallery {
  display: grid;
  grid-template-columns: repeat(5, minmax(190px, 232px));
  gap: 28px;
  justify-content: space-between;
}
.about-certification-gallery figure {
  display: grid;
  min-width: 0;
  grid-template-rows: 310px auto;
  gap: 9px;
  margin: 0;
  padding: 8px 8px 11px;
  border: 1px solid #d6e3ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(11, 61, 113, 0.07);
}
.about-certification-gallery img {
  display: block;
  width: 100%;
  height: 310px;
  object-fit: contain;
  object-position: center;
  background: #f8fafc;
}
.about-certification-gallery figcaption {
  color: #174572;
  font-size: 13px;
  font-weight: 850;
  text-align: center;
  letter-spacing: 0.04em;
}
.authorization-copy {
  display: flex;
  width: 100%;
  max-width: none;
  flex-direction: column;
  justify-content: center;
}
.authorization-identity {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 25px;
}
.authorization-logo-frame {
  display: flex;
  width: 250px;
  height: 74px;
  flex: 0 0 250px;
  align-items: center;
  overflow: hidden;
}
.authorization-molicel-logo {
  display: block;
  width: 230px;
  height: 58px;
  margin: 0;
  object-fit: contain;
  object-position: left center;
}
.authorization-identity-line {
  width: 1px;
  height: 68px;
  flex: 0 0 1px;
  background: #b8cce2;
}
.authorization-identity-copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.authorization-identity-copy b {
  color: #073f80;
  font-size: 21px;
  line-height: 1.25;
}
.authorization-identity-copy span {
  color: #6c7f96;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
}
.about-proof p {
  max-width: 850px;
  margin: 0;
  color: #405a74;
  font-size: 16px;
  line-height: 1.9;
}
.proof-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 30px;
}
.proof-points div {
  min-height: 82px;
  padding: 15px 18px;
  border: 1px solid #dbe7f3;
  border-radius: 11px;
  background: #edf4fc;
}
.proof-points b {
  display: block;
  color: #153d6e;
  font-size: 15px;
}
.proof-points span {
  display: block;
  margin-top: 7px;
  color: #5d748d;
  font-size: 13px;
  line-height: 1.55;
}
.authorization-next {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 0;
  padding: 15px 18px;
  border: 1px solid #d5e3f1;
  border-radius: 11px;
  color: #174572;
  background: #f7fafd;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}
.authorization-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.authorization-next span {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.authorization-next b {
  color: #123e70;
  font-size: 15px;
}
.authorization-next small {
  color: #6c8095;
  font-size: 12px;
  line-height: 1.45;
}
.authorization-next > i {
  color: var(--red);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
}
.authorization-next:hover {
  border-color: #94b8df;
  box-shadow: 0 8px 22px rgba(18, 50, 88, 0.07);
  transform: translateY(-1px);
}
.about-supply-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}
.about-evidence-card {
  display: grid;
  min-width: 0;
  height: 176px;
  grid-template-rows: 122px auto;
  gap: 7px;
  margin: 0;
  overflow: hidden;
  padding: 7px;
  border: 1px solid #d8e4f0;
  border-radius: 11px;
  background: #fff;
  box-shadow: 0 9px 24px rgba(13, 55, 101, 0.055);
}
.about-evidence-card img {
  width: 100%;
  height: 122px;
  object-fit: cover;
  border-radius: 7px;
  background: #edf3fa;
}
.about-evidence-card figcaption {
  display: flex;
  min-width: 0;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  padding: 0 3px;
}
.about-evidence-card small,
.about-evidence-card b {
  display: block;
}
.about-evidence-card small {
  color: #0a5bad;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.about-evidence-card b {
  margin-top: 0;
  color: #284c73;
  font-size: 13px;
  line-height: 1.35;
  text-align: right;
}
.about-contact {
  padding: 62px 0 74px;
  border-top: 1px solid #e1eaf4;
  background: #f5f8fc;
}
.contact-intents {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
#contact-purpose {
  padding-top: 62px;
}
.intent-card {
  position: relative;
  min-height: 142px;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
}
.intent-card.is-priority {
  border-color: #b8d0e9;
  background: linear-gradient(180deg, #f4f9ff 0, #fff 72%);
  box-shadow: inset 0 3px 0 #0a5dad;
}
.intent-card:hover {
  border-color: var(--blue);
  box-shadow: 0 12px 28px rgba(0, 56, 136, 0.09);
}
.intent-card b {
  display: block;
  color: #173e6f;
  font-size: 16px;
}
.intent-card span {
  display: block;
  margin-top: 9px;
  color: var(--text);
  font-size: 13px;
  line-height: 1.65;
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 370px;
  gap: 30px;
  align-items: start;
}
.demo-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #fff;
}
.demo-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #3c5069;
  font-size: 13px;
  font-weight: 700;
}
.required-mark {
  color: #c43643;
  font-style: normal;
  font-weight: 800;
}
.demo-form label.full {
  grid-column: 1 / -1;
}
.demo-form input,
.demo-form select,
.demo-form textarea {
  width: 100%;
  border: 1px solid #d6e0eb;
  border-radius: 7px;
  padding: 12px;
  font: inherit;
  color: #2d4057;
  background: #fbfcfe;
}
.demo-form input.is-invalid,
.demo-form textarea.is-invalid {
  border-color: #c84d59;
  background: #fffafb;
  box-shadow: 0 0 0 3px rgba(200, 77, 89, 0.09);
}
.field-error {
  min-height: 0;
  color: #b52f3c;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.4;
}
.field-error:empty {
  display: none;
}
.demo-form textarea {
  min-height: 130px;
  resize: vertical;
}
.demo-form .button {
  justify-self: start;
}
.form-note {
  align-self: center;
  color: #7a899b;
  font-size: 12px;
}
.contact-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-box {
  padding: 25px;
  border-radius: 14px;
  color: #fff;
  background: #073977;
}
.contact-box a,
.contact-box span {
  display: block;
  margin-top: 8px;
  color: #d4e3f7;
  font-size: 13px;
}
.qr-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  text-align: center;
}
.qr-box img {
  width: 210px;
  height: 210px;
  margin: 0 auto;
  object-fit: contain;
}
.qr-box p {
  margin: 12px 0 0;
  color: var(--text);
  font-size: 13px;
}
.demo-success {
  display: none;
  grid-column: 1 / -1;
  padding: 14px;
  border-radius: 8px;
  color: #244f7c;
  background: #eef5fc;
  font-size: 12px;
}
.source-summary {
  grid-column: 1 / -1;
  padding: 13px 15px;
  border: 1px solid #d4e2f0;
  border-radius: 8px;
  color: #345673;
  background: #f5f9fd;
  font-size: 12px;
  line-height: 1.6;
}
.source-summary[hidden] {
  display: none;
}
.demo-success.is-visible {
  display: block;
}
.inner-cta {
  padding: 72px 0;
  background: #fff;
}
.inner-cta .contact-card {
  width: calc(100% - var(--page-gutter-total));
  max-width: none;
}
@media (max-width: 1280px) {
  .brand-grid {
    grid-template-columns: repeat(5, 1fr);
  }
  .catalog-card {
    grid-template-columns: 90px 1fr;
  }
  .catalog-card-media {
    width: 90px;
  }
  .contact-intents {
    grid-template-columns: repeat(5, 1fr);
  }
}
