
/* shell */
.c_812e1{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.c_30770{ padding:var(--section-gap-dense,16px) 0 0; }
.c_c03db{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.c_812e1:not(.c_30770) > .c_c03db{ background:var(--shell-bg,var(--skin-bg)); border-radius:var(--skin-r); box-shadow:var(--shell-shadow,var(--skin-shadow)); backdrop-filter:var(--shell-blur,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; }
@media(max-width:600px){ .c_812e1{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .c_30770{ padding:var(--section-gap-dense-mobile,var(--section-gap-dense)) 0 0; } }

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

.c_ef418 {
  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_ef418.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  height: calc(var(--hd-height, 52px) - 4px);
}

.c_54cd1 {
  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_f3cd6 {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

.c_3df5d { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

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

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

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

.c_c6691 {
  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_c6691:hover { opacity: .88; }

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

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

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

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

.c_d7513[hidden] { display: none !important; }
.c_d7513 .c_c6691 { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

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


/* breadcrumbs A */
/* Breadcrumbs A */

.c_5f324 {
  padding: var(--space-2) var(--space-5);
}

.c_c2b75 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.7;
}

.c_858d7 {
  display: flex;
  align-items: center;
}

.c_7971f {
  color: var(--fg);
  text-decoration: none;
}

.c_7971f:hover {
  color: var(--skin-ac);
}

.c_ab027 {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

.c_30aa6 {
  color: var(--fg);
}


/* prose A */
/* Prose A — standard */

.c_a2759 {
  padding: var(--card-pad) var(--card-pad) 0;
}

.c_95d88 {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.c_d2dee {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.c_ff707 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.c_e845e {
  margin: 0 0 var(--space-3);
  padding-left: var(--space-4);
}

.c_491cb {
  margin-bottom: var(--space-1);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.c_d7e77 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-3);
  font-size: 14px;
}

.c_9a2d5 {
  background: var(--skin-ac);
}

.c_a3c5a {
  padding: var(--space-2) var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--skin-bg);
}

.c_ddc27 tr:nth-child(even) {
  background: color-mix(in srgb, var(--skin-bc) 30%, transparent);
}

.c_9cedb {
  padding: var(--space-2) var(--space-3);
  border-top: 1px solid var(--border);
  color: var(--text);
  line-height: 1.5;
}

.c_f6a52 {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-1, 4px);
  margin: var(--space-3) 0;
}


/* footer B */
/* Footer B — centered stacked: brand → nav → disclaimer → copyright */

.c_263a1 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  border-top: 2px solid var(--primary);
  padding: var(--space-5) 0 var(--space-4);
  text-align: center;
}

.c_20ca1 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.c_db9a6 {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.c_e1c83 {
  height: 40px;
  width: auto;
  display: block;
}

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

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

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

.c_e27fa {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.c_a41e5 {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

