/* ==========================================================
   header-footer.css
   style_new.css から footer / header 関連規則を抽出し、各 #site-footer / #site-header
   配下にスコープ。本文（旧 common*.css 配下）へ波及させないのが目的。
   生成: new_site/_phase1/extract_footer_css.py
========================================================== */


/* ===== FOOTER ===== */

/* --- footer scoped reset --- */
#site-footer,
#site-footer *,
#site-footer *::before,
#site-footer *::after { box-sizing: border-box; }
#site-footer {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
  line-height: 1.7;
}
#site-footer img { display: block; max-width: 100%; height: auto; }
#site-footer a { color: inherit; text-decoration: none; }
#site-footer ul, #site-footer ol { margin: 0; padding: 0; list-style: none; }
#site-footer h1, #site-footer h2, #site-footer h3,
#site-footer h4, #site-footer h5, #site-footer h6, #site-footer p { margin: 0; }

#site-footer .site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
#site-footer .site-footer {
  background: #000;
  color: #fff;
  border-top: none;
}
#site-footer .footer-inner {
  padding: 60px 40px 36px;
}
#site-footer .footer-audience-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 44px;
}
#site-footer .footer-block,
#site-footer .footer-lab-column,
#site-footer .footer-utility-group {
  padding: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
#site-footer .footer-block--highlight {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
#site-footer .footer-title,
#site-footer .footer-lab-column h4,
#site-footer .footer-utility-title {
  margin-bottom: 16px;
  padding-bottom: 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#site-footer .footer-block li + li,
#site-footer .footer-lab-column li + li,
#site-footer .footer-utility-list li + li {
  margin-top: 8px;
}
#site-footer .footer-block a,
#site-footer .footer-lab-column a,
#site-footer .footer-utility-list a {
  font-size: 12px;
  line-height: 1.55;
  color: #ccc;
}
#site-footer .footer-block a:hover,
#site-footer .footer-lab-column a:hover,
#site-footer .footer-utility-list a:hover {
  color: #fff;
  text-decoration: underline;
}
#site-footer .footer-labs {
  padding: 36px 0;
  margin-bottom: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#site-footer .footer-labs-header {
  margin-bottom: 22px;
}
#site-footer .footer-labs-title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
#site-footer .footer-labs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: stretch;
}
#site-footer .footer-utility {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 36px;
}
#site-footer .footer-utility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
#site-footer .footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}
#site-footer .copyright {
  font-size: 12px;
  line-height: 1.6;
  color: #aaa;
  text-align: center;
}
@media screen and (max-width: 1024px) {
#site-footer .footer-navigation {
    grid-template-columns: 1fr;
}
}
#site-footer .footer-inner {
  padding: 60px 40px;
}
#site-footer .footer-navigation {
  gap: 32px 28px;
  margin-bottom: 48px;
}
#site-footer .footer-title {
  margin-bottom: 16px;
  padding-bottom: 10px;
  font-size: 14px;
}
#site-footer .footer-column li + li {
  margin-top: 8px;
}
#site-footer .footer-column a {
  font-size: 12px;
  line-height: 1.55;
}
#site-footer .footer-bottom {
  padding-top: 28px;
}
#site-footer .copyright {
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
#site-footer .footer-navigation {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 768px) {
#site-footer .future-grid,
#site-footer .keyword-map-body,
#site-footer .value-stats-grid,
#site-footer .value-model-flow,
#site-footer .news-event-grid,
#site-footer .join-grid,
#site-footer .footer-navigation {
    grid-template-columns: 1fr;
}
#site-footer .footer-inner {
    padding: 48px 20px;
}
}
#site-footer .site-footer {
  background: #000;
  color: #fff;
  border-top: none;
}
#site-footer .footer-inner {
  padding: 64px 40px 40px;
}
#site-footer .footer-primary {
  padding-bottom: 32px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#site-footer .footer-primary-list {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 28px;
  align-items: center;
}
#site-footer .footer-primary-list a {
  display: inline-flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
#site-footer .footer-primary-list a:hover {
  text-decoration: underline;
}
#site-footer .footer-audience-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
#site-footer .footer-block {
  padding: 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
#site-footer .footer-block--highlight {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.28);
}
#site-footer .footer-title {
  margin-bottom: 18px;
  padding-bottom: 12px;
  text-align: left;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#site-footer .footer-block li + li {
  margin-top: 8px;
}
#site-footer .footer-block a {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}
#site-footer .footer-block a:hover {
  color: #fff;
  text-decoration: underline;
}
#site-footer .footer-labs {
  padding: 40px 0;
  margin-bottom: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#site-footer .footer-labs-header {
  margin-bottom: 28px;
}
#site-footer .footer-labs-title {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}
#site-footer .footer-labs-grid {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 32px;
}
#site-footer .footer-lab-column h4 {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
#site-footer .footer-lab-column li + li {
  margin-top: 8px;
}
#site-footer .footer-lab-column a {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}
#site-footer .footer-lab-column a:hover {
  color: #fff;
  text-decoration: underline;
}
#site-footer .footer-utility {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 40px;
}
#site-footer .footer-utility-title {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
#site-footer .footer-utility-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
#site-footer .footer-utility-list a {
  font-size: 12px;
  line-height: 1.6;
  color: #aaa;
}
#site-footer .footer-utility-list a:hover {
  color: #fff;
  text-decoration: underline;
}
#site-footer .footer-bottom {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  text-align: center;
}
#site-footer .copyright {
  font-size: 12px;
  line-height: 1.6;
  color: #aaa;
  text-align: center;
}
@media screen and (max-width: 1024px) {
#site-footer .footer-audience-grid {
    grid-template-columns: repeat(2, 1fr);
}
#site-footer .footer-labs-grid {
    grid-template-columns: 1fr;
}
#site-footer .footer-utility {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 768px) {
#site-footer .footer-inner {
    padding: 48px 20px 32px;
}
#site-footer .footer-primary-list {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
#site-footer .footer-audience-grid {
    grid-template-columns: 1fr;
    gap: 18px;
}
#site-footer .footer-block {
    padding: 20px;
}
#site-footer .footer-labs {
    padding: 32px 0;
}
#site-footer .footer-labs-grid {
    grid-template-columns: 1fr;
    gap: 28px;
}
#site-footer .footer-utility {
    grid-template-columns: 1fr;
    gap: 24px;
}
#site-footer .footer-utility-list {
    flex-direction: column;
    gap: 8px;
}
}
#site-footer .footer-lab-column {
  padding: 24px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
#site-footer .footer-lab-column h4 {
  margin-bottom: 18px;
  padding-bottom: 12px;

  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;

  color: #fff;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#site-footer .footer-utility-group {
  padding: 24px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
#site-footer .footer-utility-title {
  margin-bottom: 18px;
  padding-bottom: 12px;

  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;

  color: #fff;

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#site-footer .footer-primary {
  padding: 24px;

  margin-bottom: 40px;

  background: rgba(255, 255, 255, 0.06);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
@media screen and (max-width: 768px) {
#site-footer .footer-lab-column,
#site-footer .footer-utility-group,
#site-footer .footer-primary {
    padding: 20px;
}
}
@media screen and (max-width: 1200px) {
#site-footer .footer-audience-grid {
    grid-template-columns: repeat(3, 1fr);
}
#site-footer .footer-labs-grid {
    grid-template-columns: repeat(2, 1fr);
}
}
@media screen and (max-width: 1024px) {
#site-footer .footer-audience-grid {
    grid-template-columns: repeat(2, 1fr);
}
#site-footer .footer-labs-grid {
    grid-template-columns: repeat(2, 1fr);
}
#site-footer .footer-utility {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 768px) {
#site-footer .footer-inner {
    padding: 48px 20px 32px;
}
#site-footer .footer-audience-grid,
#site-footer .footer-labs-grid,
#site-footer .footer-utility {
    grid-template-columns: 1fr;
    gap: 18px;
}
#site-footer .footer-block,
#site-footer .footer-lab-column,
#site-footer .footer-utility-group {
    padding: 20px;
}
#site-footer .footer-labs {
    padding: 32px 0;
}
#site-footer .footer-utility-list {
    flex-direction: column;
    gap: 8px;
}
}
#site-footer .footer-about {
  padding: 24px;
  margin-bottom: 32px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
}
#site-footer .footer-about-title {
  margin-bottom: 16px;
}
#site-footer .footer-about-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
#site-footer .footer-about-list li {
  position: relative;
}
#site-footer .footer-about-list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.28);
  transform: translateY(-50%);
}
#site-footer .footer-about-list a {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}
#site-footer .footer-about-list a:hover {
  color: #fff;
  text-decoration: underline;
}
#site-footer .footer-audience-grid--four {
  grid-template-columns: repeat(4, 1fr);
}
#site-footer .footer-labs-grid--three {
  grid-template-columns: repeat(3, 1fr);
}
#site-footer .footer-lab-column {
  min-height: 100%;
}
#site-footer .footer-lab-column h4 a {
  color: #fff;
}
#site-footer .footer-lab-column h4 a:hover {
  text-decoration: underline;
}
#site-footer .footer-lab-column li {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}
#site-footer .footer-primary {
  display: none;
}
@media screen and (max-width: 1200px) {
#site-footer .footer-audience-grid--four {
    grid-template-columns: repeat(2, 1fr);
}
#site-footer .footer-labs-grid--three {
    grid-template-columns: repeat(3, 1fr);
}
}
@media screen and (max-width: 1024px) {
#site-footer .footer-labs-grid--three {
    grid-template-columns: 1fr;
}
}
@media screen and (max-width: 768px) {
#site-footer .footer-about {
    padding: 20px;
}
#site-footer .footer-about-list {
    flex-direction: column;
    gap: 8px;
}
#site-footer .footer-about-list li + li::before {
    display: none;
}
#site-footer .footer-audience-grid--four {
    grid-template-columns: 1fr;
}
}
#site-footer .footer-about-row + .footer-notice-row {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}
#site-footer .footer-about-title,
#site-footer .footer-notice-title {
  margin-bottom: 14px;
  padding-bottom: 0;
  border-bottom: none;
}
#site-footer .footer-notice-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
#site-footer .footer-notice-list li {
  position: relative;
}
#site-footer .footer-notice-list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  width: 1px;
  height: 1em;
  background: rgba(255, 255, 255, 0.24);
  transform: translateY(-50%);
}
#site-footer .footer-notice-list a {
  font-size: 13px;
  line-height: 1.6;
  color: #ccc;
}
#site-footer .footer-notice-list a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
#site-footer .footer-notice-list {
    flex-direction: column;
    gap: 8px;
}
#site-footer .footer-notice-list li + li::before {
    display: none;
}
}
#site-footer .footer-utility {
  align-items: stretch;
}
#site-footer .footer-utility-group {
  display: flex !important;
  flex-direction: column !important;
}
#site-footer .footer-utility-title {
  flex: 0 0 auto;
}
#site-footer .footer-utility-list {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 8px !important;
  flex-wrap: nowrap !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
}
#site-footer .footer-utility-list li,
#site-footer .footer-utility-list li + li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.6 !important;
}
#site-footer .footer-utility-list a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  line-height: 1.6 !important;
  color: #aaa;
}
#site-footer .footer-utility-list a:hover {
  color: #fff;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
#site-footer .footer-utility-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 8px !important;
}
}


/* ===== HEADER ===== */

/* --- header scoped reset + 変数 + fixed高さ確保 --- */
#site-header { --atr-logo-color: #f0330d; }
#site-header,
#site-header *,
#site-header *::before,
#site-header *::after { box-sizing: border-box; }
#site-header {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #111;
  line-height: 1.7;
}
#site-header img { display: block; max-width: 100%; height: auto; }
#site-header a { color: inherit; text-decoration: none; }
#site-header ul, #site-header ol { margin: 0; padding: 0; list-style: none; }
#site-header h1, #site-header h2, #site-header h3,
#site-header h4, #site-header h5, #site-header h6, #site-header p { margin: 0; }
/* .site-header は position:fixed のため、プレースホルダで通常フローの高さを確保（実寸はパイロット目視で調整） */
#site-header { min-height: 66px; }
/* 固定ヘッダー裏に本文が埋もれる対策: 旧 common*.css の #contents{margin-top:-60px} を打ち消す。
   #site-header の後続兄弟 #contents に限定＝ヘッダー差し替え済みページのみ（index 等 #site-header 無しは対象外）。
   margin-top のみ上書きで左右 auto（中央寄せ）は維持。PC/モバイル両方に適用。 */
#site-header ~ #contents { margin-top: 0; }
/* 旧バナー枠 #icatchWrap（中身は全件空・背景 #ddd の灰色帯）を全移行ページで非表示化。
   ※ index 系の #icatchIndexWrap（bg.gif 付きバナー・indexhil 等）は対象外。 */
#site-header ~ #icatchWrap { display: none; }
/* #main/#sub 上端の旧コンテンツ枠装飾画像 bg_contents.gif（パンくず上の薄い灰色グラデ）を除去。
   画像のみ外す（背景色情報は元々無し）。移行ページ（#site-header 後続 #contents 配下）限定。
   ※ common2.css の #sub1 指定は現行対象0件のため対象外（出現時は #sub1 を追補）。 */
#site-header ~ #contents #main { background-image: none; }
#site-header ~ #contents #sub { background-image: none; }

#site-header .site-header {
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;

  z-index: 1000;

  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);

  border-bottom: 1px solid #e5e5e5;
}
#site-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding:
    10px
    40px;
}
#site-header .site-logo img {
  width: 90px;
}
#site-header .global-nav-list {
  display: flex;
  align-items: center;
  gap: 40px;
}
#site-header .global-nav-item a {
  font-size: 14px;
  font-weight: 500;
}
#site-header .header-actions {
  display: flex;
  align-items: center;
  gap: 24px;
}
#site-header .header-cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-width: 140px;
  height: 48px;

  padding: 0 24px;

  border: 1px solid #111;
}
#site-header .nav-toggle {
  display: none;
}
#site-header .hamburger-button {
  display: none;

  position: relative;

  width: 48px;
  height: 48px;

  cursor: pointer;

  z-index: 1200;
}
#site-header .hamburger-button span {
  position: absolute;
  left: 12px;

  width: 24px;
  height: 2px;

  background: #111;

  transition: all 0.3s ease;
}
#site-header .hamburger-button span:nth-child(1) {
  top: 16px;
}
#site-header .hamburger-button span:nth-child(2) {
  top: 23px;
}
#site-header .hamburger-button span:nth-child(3) {
  top: 30px;
}
#site-header .nav-toggle:checked
+ .hamburger-button
span:nth-child(1) {

  top: 23px;
  transform: rotate(45deg);
}
#site-header .nav-toggle:checked
+ .hamburger-button
span:nth-child(2) {

  opacity: 0;
}
#site-header .nav-toggle:checked
+ .hamburger-button
span:nth-child(3) {

  top: 23px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
#site-header .header-inner {
    padding: 16px 20px;
    justify-content: flex-start;
}
#site-header .site-logo img {
    width: 90px;
}
#site-header .hamburger-button {
    display: block;
    position: relative;
    width: 48px;
    height: 48px;
    margin-left: auto;
    cursor: pointer;
    z-index: 1200;
}
#site-header .hamburger-button span {
    position: absolute;
    left: 12px;
    width: 24px;
    height: 2px;
    background: #111;
    transition: all 0.3s ease;
}
#site-header .hamburger-button span:nth-child(1) {
    top: 16px;
}
#site-header .hamburger-button span:nth-child(2) {
    top: 23px;
}
#site-header .hamburger-button span:nth-child(3) {
    top: 30px;
}
#site-header .nav-toggle:checked + .hamburger-button span:nth-child(1) {
    top: 23px;
    transform: rotate(45deg);
}
#site-header .nav-toggle:checked + .hamburger-button span:nth-child(2) {
    opacity: 0;
}
#site-header .nav-toggle:checked + .hamburger-button span:nth-child(3) {
    top: 23px;
    transform: rotate(-45deg);
}
#site-header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    height: 100vh;
    padding: 120px 32px 40px;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 1100;
}
#site-header .nav-toggle:checked ~ .global-nav {
    right: 0;
}
#site-header .global-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
}
#site-header .global-nav-item a {
    font-size: 24px;
}
#site-header .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    margin-right: 12px;
}
#site-header .language-switch a {
    font-size: 14px;
    font-weight: 700;
}
#site-header .header-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 700;
    border: 1px solid #111;
}
}
#site-header .header-inner {
  padding: 8px 40px;
}
#site-header .site-logo img {
  width: 260px;
}
#site-header .global-nav-list {
  gap: 28px;
}
#site-header .global-nav-item a {
  font-size: 13px;
}
#site-header .header-actions {
  gap: 18px;
}
#site-header .header-cta a {
  min-width: 124px;
  height: 42px;
  padding: 0 18px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
#site-header .header-inner {
    padding: 12px 20px;
    justify-content: flex-start;
}
#site-header .site-logo img {
    width: 230px;
}
#site-header .hamburger-button {
    display: block;
    position: relative;
    width: 44px;
    height: 44px;
    margin-left: auto;
    cursor: pointer;
    z-index: 1200;
}
#site-header .hamburger-button span {
    position: absolute;
    left: 11px;
    width: 22px;
    height: 2px;
    background: #111;
    transition: all 0.3s ease;
}
#site-header .hamburger-button span:nth-child(1) {
    top: 15px;
}
#site-header .hamburger-button span:nth-child(2) {
    top: 22px;
}
#site-header .hamburger-button span:nth-child(3) {
    top: 29px;
}
#site-header .nav-toggle:checked + .hamburger-button span:nth-child(1),
#site-header .nav-toggle:checked + .hamburger-button span:nth-child(3) {
    top: 22px;
}
#site-header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 320px;
    max-width: 88vw;
    height: 100vh;
    padding: 104px 28px 40px;
    background: #fff;
    transition: right 0.4s ease;
    z-index: 1100;
}
#site-header .nav-toggle:checked ~ .global-nav {
    right: 0;
}
#site-header .global-nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
}
#site-header .global-nav-item a {
    font-size: 21px;
}
#site-header .header-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    margin-right: 10px;
}
#site-header .language-switch a {
    font-size: 13px;
    font-weight: 700;
}
#site-header .header-cta a {
    height: 36px;
    min-width: auto;
    padding: 0 12px;
    font-size: 11px;
    font-weight: 700;
}
}
@media screen and (min-width: 769px) {
#site-header .header-inner {
    gap: 18px;
}
#site-header .global-nav {
    flex: 1 1 auto;
}
#site-header .global-nav-list {
    flex-wrap: nowrap;
    justify-content: center;
    gap: clamp(14px, 1.8vw, 26px);
}
#site-header .global-nav-item {
    white-space: nowrap;
    flex-shrink: 0;
}
#site-header .global-nav-item a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.01em;
    white-space: nowrap;
}
#site-header .header-cta a,
#site-header .language-switch a {
    font-weight: 400;
}
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
#site-header .header-inner {
    padding-left: 28px;
    padding-right: 28px;
    gap: 14px;
}
#site-header .global-nav-list {
    gap: 14px;
}
#site-header .header-actions {
    gap: 12px;
}
#site-header .header-cta a {
    min-width: 112px;
    padding-left: 14px;
    padding-right: 14px;
}
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
#site-header .global-nav-list {
    gap: 10px;
}
#site-header .global-nav-item a {
    font-size: 14px;
    letter-spacing: 0;
}
}
@media screen and (min-width: 769px) {
#site-header .global-nav-list {
    gap: clamp(12px, 1.55vw, 24px);
}
#site-header .global-nav-item a {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0.035em;
    white-space: nowrap;
}
#site-header .header-cta a {
    background: var(--atr-logo-color);
    border-color: var(--atr-logo-color);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.06em;
    white-space: nowrap;
    transition:
      background 0.3s ease,
      border-color 0.3s ease,
      color 0.3s ease,
      opacity 0.3s ease;
}
#site-header .header-cta a:hover {
    opacity: 0.82;
}
}
@media screen and (min-width: 769px) and (max-width: 1180px) {
#site-header .global-nav-list {
    gap: 12px;
}
#site-header .global-nav-item a {
    letter-spacing: 0.02em;
}
#site-header .header-cta a {
    letter-spacing: 0.04em;
}
}
@media screen and (min-width: 769px) and (max-width: 1040px) {
#site-header .global-nav-list {
    gap: 9px;
}
#site-header .global-nav-item a {
    font-size: 14px;
    letter-spacing: 0.01em;
}
}
@media screen and (max-width: 768px) {
#site-header .header-cta a {
    background: var(--atr-logo-color);
    border-color: var(--atr-logo-color);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.04em;
}
}
@media screen and (max-width: 768px) {
#site-header .site-header {
    background: rgba(255, 255, 255, 0.72) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom-color: rgba(229, 229, 229, 0.55);
}
}
@media screen and (min-width: 769px) {
#site-header .header-inner {
    position: relative;
}
#site-header .global-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    flex: none;
}
#site-header .global-nav-list {
    justify-content: center;
    gap: clamp(10px, 1.2vw, 20px);
}
#site-header .header-actions {
    margin-left: auto;
}
}
