                                                                              
.cc-header {
  position: sticky;
  top: 0;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e5e5df;
  color: #252720;
  font-family: Geist, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}
.cc-header *, .cc-header *::before, .cc-header *::after { box-sizing: border-box; }
.cc-header .cc-header-inner {
  max-width: 1328px;
  min-height: 87px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.cc-header a { text-decoration: none; color: #252720; }
.cc-header .cc-header-brand { display: flex; flex: 0 0 auto; align-items: center; min-height: 44px; }
.cc-header .cc-header-brand img { display: block; width: 181px; height: auto; }
.cc-header .cc-header-links { display: flex; align-items: center; gap: 22px; margin-left: auto; order: 2; }
.cc-header .cc-header-links a {
  display: flex;
  align-items: center;
  gap: 0.3em;
  min-height: 44px;
  padding: 10px 0;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 500;
  text-underline-offset: 7px;
}
.cc-header .cc-header-links a:hover,
.cc-header .cc-header-links a[aria-current] { color: #983b2b; text-decoration: underline; text-decoration-thickness: 2px; }
.cc-header .cc-header-links i { font-style: italic; }
.cc-header .cc-header-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 11px 20px;
  border: 1px solid #252720;
  border-radius: 99px;
  background: #252720;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
  order: 3;
}
.cc-header .cc-header-action:hover { background: #41453a; border-color: #41453a; }
.cc-header .cc-header-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  margin: 0;
  padding: 8px 10px;
  border: 1px solid #d8dad2;
  border-radius: 8px;
  background: #fff;
  color: #252720;
  font: inherit;
  font-size: 13px;
  cursor: pointer;
  order: 4;
}
.cc-header .cc-header-toggle[aria-expanded="true"] { background: #f0f2ec; border-color: #737a67; }
.cc-header a:focus-visible, .cc-header button:focus-visible { outline: 2px solid #983b2b; outline-offset: 4px; }
@media (max-width: 1100px) {
  .cc-header .cc-header-inner { min-height: 75px; padding: 0 24px; gap: 16px; flex-wrap: wrap; }
  .cc-header .cc-header-brand img { width: 160px; }
  .cc-header .cc-header-action { margin-left: auto; }
                                                                          
  .cc-header .cc-header-links { order: 5; width: 100%; flex-wrap: wrap; gap: 4px 22px; margin: 0; padding: 0 0 12px; }
  .cc-header[data-enhanced] .cc-header-toggle { display: inline-flex; }
  .cc-header[data-enhanced] .cc-header-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
    padding: 12px 24px 20px;
    background: #fff;
    border-bottom: 1px solid #d8dad2;
    box-shadow: 0 12px 20px rgb(37 39 32 / 8%);
    max-height: calc(100dvh - 76px);
    overflow-y: auto;
  }
  .cc-header[data-enhanced][data-open] .cc-header-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .cc-header .cc-header-links a { min-height: 44px; font-size: 14px; }
}
@media (max-width: 420px) {
  .cc-header .cc-header-inner { padding: 0 16px; gap: 10px; }
  .cc-header .cc-header-brand img { width: 135px; }
  .cc-header .cc-header-action { padding: 9px 12px; font-size: 12px; gap: 5px; }
  .cc-header .cc-header-toggle { padding: 8px; font-size: 12px; }
  .cc-header[data-enhanced] .cc-header-links { padding-inline: 16px; }
}
@media (max-width: 350px) {
  .cc-header .cc-header-inner { padding: 0 12px; gap: 8px; }
  .cc-header .cc-header-brand img { width: 120px; }
  .cc-header .cc-header-action { padding-inline: 10px; }
}
