
/* shell */
.c_1fef1{ padding:var(--section-gap, 40px) 0; }
.c_47191{ padding:var(--section-gap-dense, 16px) 0; }
.c_5f7fb{ width:min(var(--container-w, 1100px), calc(100% - var(--space-5))); margin:0 auto; }
.c_1fef1:not(.c_47191) > .c_5f7fb{ background:var(--skin-bg); border-radius:var(--skin-r); box-shadow:var(--skin-shadow); backdrop-filter:blur(var(--skin-blur)); overflow:hidden; }
figure.shot-mobile{ max-width:360px; margin-left:auto; margin-right:auto; border-radius:12px; overflow:hidden; }
figure.shot-mobile img{ max-height:560px; width:100%; object-fit:cover; object-position:top; display:block; }

/* header D */
/* Header D — minimal text-only brand, nav+CTA inline right */

.c_95e21 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 52px);
  background: transparent;
  transition: background .3s, height .25s;
}

.c_95e21.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  height: calc(var(--hd-height, 52px) - 4px);
}

.c_2e061 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
}

.c_efbf1 {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.c_72178 { height: 34px; width: auto; display: block; }

.c_34fe8 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.c_ce025 {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color .2s;
  white-space: nowrap;
}

.c_ce025:hover { color: var(--fg); }

.c_9ebba {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_9ebba:hover { opacity: .88; }

.c_86179 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  margin-left: auto;
}

.c_eb29f {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.c_eb29f span { display: block; width: 22px; height: 2px; background: var(--fg); border-radius: 2px; transition: transform .25s, opacity .25s; }
.c_eb29f.hd-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.c_eb29f.hd-open span:nth-child(2) { opacity: 0; }
.c_eb29f.hd-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.c_52b43 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--bg);
  gap: var(--space-2);
}

.c_52b43[hidden] { display: none !important; }
.c_52b43 .c_ce025 { font-size: 15px; padding: 10px 0; color: var(--fg); border-bottom: 1px solid var(--border); }
.c_52b43 .c_9ebba { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

@media (max-width: 768px) {
  .c_34fe8 { display: none; }
  .c_eb29f { display: flex; }
}


/* faq A */
.c_ed739 {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.c_ed739>* {
  position: relative;
}

.c_68e98 {
  margin: 0 0 var(--space-1);
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.c_c7fa8 {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.c_1ea44 {
  border-bottom: 1px solid var(--border);
}

.c_1ea44:first-of-type {
  border-top: 1px solid var(--border);
  margin-top: var(--space-3);
}

.c_351ec {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 16px);
  padding: var(--space-3) 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  line-height: 1.4;
  transition: color .15s;
}

.c_351ec:hover {
  color: var(--brand);
}

.c_351ec::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-3);
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--muted);
  transition: border-color .15s, color .15s, transform .2s;
}

.c_351ec[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

.c_e30bb {
  padding: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}


/* footer A */
/* Footer A — classic: brand left, nav center, bottom copyright */

.c_490f8 {
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-3);
}

.c_a3f89 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.c_7397c {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

.c_8f33e {
  height: 32px;
  width: auto;
  display: block;
}

.c_c6ee9 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
}

.c_aa5f5 {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
  white-space: nowrap;
}

.c_aa5f5:hover { color: var(--primary); }

.c_18c83 {
  max-width: var(--container-w, 1100px);
  margin: var(--space-4) auto 0;
  padding: 0 var(--space-4);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}

.c_4241c {
  max-width: var(--container-w, 1100px);
  margin: var(--space-2) auto 0;
  padding: 0 var(--space-4);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .c_a3f89 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_c6ee9 { justify-content: flex-start; }
}

