/* GENERATED by scripts/build-charter-plugin.py from assets/css/icc.css
   plus assets/css/icc-charter-layer.css, with every selector nested
   under .icc-charter. Do not hand-edit — the next build overwrites it. */

.icc-charter{
  
  --icc-navy:        #262261;
  --icc-navy-deep:   #1a1745;
  --icc-navy-tint:   #3d3880;
  --icc-gold:        #fdbf1e;
  --icc-gold-deep:   #e0a400;
  --icc-red:         #e41f26;

  
  --icc-white:       #ffffff;
  --icc-n50:         #faf9f7;
  --icc-n100:        #f7f6f3;
  --icc-n200:        #ecebe7;
  --icc-n300:        #d8d6d1;
  --icc-n400:        #b4b1aa;
  --icc-n600:        #5c5a56;
  --icc-n700:        #403e3a;
  --icc-ink:         #1c1b19;

  
  --bg:              var(--icc-white);
  --bg-alt:          var(--icc-n100);
  --bg-invert:       var(--icc-navy);
  --text:            var(--icc-ink);
  --text-muted:      var(--icc-n600);
  --text-invert:     var(--icc-white);
  --rule:            var(--icc-n300);
  --rule-strong:     var(--icc-navy);

  
  --font-display: "Barlow", "Helvetica Neue", Arial, sans-serif;
  --font-body:    "Source Sans 3", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;

  
  --t-xs:   0.75rem;   
  --t-sm:   0.875rem;  
  --t-base: 1.0625rem; 
  --t-md:   1.125rem;  
  --t-lg:   clamp(1.25rem, 1.1rem + 0.6vw, 1.375rem);
  --t-xl:   clamp(1.5rem, 1.3rem + 0.9vw, 1.75rem);
  --t-2xl:  clamp(1.875rem, 1.5rem + 1.6vw, 2.25rem);
  --t-3xl:  clamp(2.25rem, 1.7rem + 2.4vw, 2.875rem);
  --t-4xl:  clamp(2.75rem, 1.9rem + 3.6vw, 3.625rem);
  --t-5xl:  clamp(3.25rem, 2rem + 5.2vw, 4.5rem);

  
  --s-1: 0.25rem; --s-2: 0.5rem;  --s-3: 0.75rem; --s-4: 1rem;
  --s-5: 1.5rem;  --s-6: 2rem;    --s-7: 2.5rem;  --s-8: 3rem;
  --s-9: 4rem;    --s-10: 5rem;   --s-11: 6rem;   --s-12: 8rem;

  
  --section-y: clamp(3.5rem, 2rem + 6vw, 8rem);

  
  --content-max: 1280px;
  --measure: 68ch;
  --gutter: clamp(1.25rem, 4vw, 3rem);

  
  --r-sm: 2px;
  --r:    4px;

  
  --header-h: 88px;
  --header-h-scrolled: 64px;

  
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
  --dur: 320ms;
}
@media (max-width: 768px){.icc-charter{ --header-h: 64px; --header-h-scrolled: 56px; }}
.icc-charter *,.icc-charter *::before,.icc-charter *::after{ box-sizing: border-box; }
.icc-charter *{ margin: 0; }
.icc-charter{
  
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
}
.icc-charter{
  font-family: var(--font-body);
  font-size: var(--t-base);
  line-height: 1.65;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
.icc-charter img,.icc-charter picture,.icc-charter svg,.icc-charter video{ display: block; max-width: 100%; height: auto; }
.icc-charter input,.icc-charter button,.icc-charter textarea,.icc-charter select{ font: inherit; color: inherit; }
.icc-charter h1,.icc-charter h2,.icc-charter h3,.icc-charter h4,.icc-charter h5{
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.icc-charter p{ text-wrap: pretty; }
.icc-charter a{ color: var(--icc-navy); text-underline-offset: 0.2em; }
.icc-charter a:hover{ color: var(--icc-navy-tint); }
.icc-charter :focus-visible{
  outline: 3px solid var(--icc-gold);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}
.icc-charter .on-navy :focus-visible{ outline-color: var(--icc-gold); }
.icc-charter ::selection{ background: var(--icc-gold); color: var(--icc-ink); }
.icc-charter .wrap{
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.icc-charter .wrap--narrow{ max-width: 860px; }
.icc-charter .section{ padding-block: var(--section-y); }
.icc-charter .section--alt{ background: var(--bg-alt); }
.icc-charter .section--navy{ background: var(--icc-navy); color: var(--text-invert); }
.icc-charter .section--tight{ padding-block: calc(var(--section-y) * 0.6); }
.icc-charter .grid{ display: grid; gap: var(--s-6); }
@media (min-width: 768px){.icc-charter .grid--2{ grid-template-columns: repeat(2, 1fr); }
.icc-charter .grid--3{ grid-template-columns: repeat(3, 1fr); }
.icc-charter .grid--4{ grid-template-columns: repeat(2, 1fr); }}
@media (min-width: 1024px){.icc-charter .grid--4{ grid-template-columns: repeat(4, 1fr); }
.icc-charter .grid--split{ grid-template-columns: 1.05fr 0.95fr; gap: var(--s-9); align-items: center; }}
.icc-charter .stack > * + *{ margin-top: var(--s-4); }
.icc-charter .stack-lg > * + *{ margin-top: var(--s-6); }
.icc-charter .display{ font-family: var(--font-display); font-size: var(--t-4xl); font-weight: 600; }
.icc-charter .h1{ font-size: var(--t-4xl); }
.icc-charter .h2{ font-size: var(--t-3xl); }
.icc-charter .h3{ font-size: var(--t-2xl); }
.icc-charter .h4{ font-size: var(--t-xl); }
.icc-charter .lede{ font-size: var(--t-lg); line-height: 1.5; color: var(--text-muted); max-width: var(--measure); }
.icc-charter .section--navy .lede{ color: rgba(255,255,255,0.82); }
.icc-charter .small{ font-size: var(--t-sm); }
.icc-charter .measure{ max-width: var(--measure); }
.icc-charter .eyebrow{
  font-family: var(--font-display);
  font-size: var(--t-xs);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--icc-navy);
  display: flex;
  align-items: center;
  gap: var(--s-3);
  margin-bottom: var(--s-4);
}
.icc-charter .eyebrow::before{
  content: "";
  width: 28px;
  height: 3px;
  background: var(--icc-gold);
  flex: none;
}
.icc-charter .section--navy .eyebrow{ color: var(--icc-gold); }
.icc-charter .section--navy .eyebrow::before{ background: var(--icc-gold); }
.icc-charter .numeral{
  font-family: var(--font-display);
  font-weight: 700;
  font-size: var(--t-5xl);
  line-height: 0.86;
  letter-spacing: -0.03em;
  font-variant-numeric: tabular-nums;
  color: var(--icc-navy);
  display: block;
}
.icc-charter .numeral--gold{ color: var(--icc-gold); }
.icc-charter .numeral--invert{ color: var(--icc-white); }
.icc-charter .stat{ border-top: 3px solid var(--icc-navy); padding-top: var(--s-4); }
.icc-charter .section--navy .stat{ border-top-color: var(--icc-gold); }
.icc-charter .stat__label{
  font-family: var(--font-display);
  font-size: var(--t-sm);
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-top: var(--s-3);
  display: block;
}
.icc-charter .section--navy .stat__label{ color: rgba(255,255,255,0.78); }
.icc-charter .btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--s-2);
  min-height: 48px;
  padding: var(--s-3) var(--s-6);
  font-family: var(--font-display);
  font-size: var(--t-md);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 2px solid transparent;
  border-radius: var(--r);
  cursor: pointer;
  transition: background-color 150ms var(--ease), color 150ms var(--ease), border-color 150ms var(--ease);
}
.icc-charter .btn--primary{ background: var(--icc-navy); color: var(--icc-white); border-color: var(--icc-navy); }
.icc-charter .btn--primary:hover{ background: var(--icc-navy-tint); border-color: var(--icc-navy-tint); color: var(--icc-white); }
.icc-charter .btn--apply{ background: var(--icc-gold); color: var(--icc-ink); border-color: var(--icc-gold); }
.icc-charter .btn--apply:hover{ background: var(--icc-gold-deep); border-color: var(--icc-gold-deep); color: var(--icc-ink); }
.icc-charter .btn--outline{ background: transparent; color: var(--icc-navy); border-color: var(--icc-navy); }
.icc-charter .btn--outline:hover{ background: var(--icc-navy); color: var(--icc-white); }
.icc-charter .on-navy .btn--outline{ color: var(--icc-white); border-color: rgba(255,255,255,0.6); }
.icc-charter .on-navy .btn--outline:hover{ background: var(--icc-white); color: var(--icc-navy); border-color: var(--icc-white); }
.icc-charter .btn--block{ width: 100%; }
.icc-charter .btn--lg{ min-height: 56px; font-size: var(--t-lg); padding-inline: var(--s-7); }
.icc-charter [id]{ scroll-margin-top: calc(var(--header-h-scrolled) + 16px); }
.icc-charter .card{
  background: var(--icc-white);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: var(--s-6);
  transition: border-color 150ms var(--ease), background-color 150ms var(--ease);
}
.icc-charter .card:hover{ border-color: var(--icc-navy); }
.icc-charter .card--flush{ padding: 0; overflow: hidden; }
.icc-charter .card__body{ padding: var(--s-6); }
.icc-charter .card-link{ text-decoration: none; color: inherit; display: block; }
.icc-charter .card-link:hover .card__title{ color: var(--icc-navy-tint); }
.icc-charter .card__title{ font-family: var(--font-display); font-size: var(--t-xl); margin-bottom: var(--s-3); color: var(--icc-navy); }
.icc-charter .photo{
  position: relative;
  
  background-color: var(--icc-n100);
  background-image:
    repeating-linear-gradient(
      45deg,
      var(--icc-n100) 0 12px,
      var(--icc-n200) 12px 24px
    );
  border: 2px dashed var(--icc-n400);
  border-radius: var(--r);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--s-5);
  overflow: hidden;
}
.icc-charter .photo--16x9{ aspect-ratio: 16 / 9; }
.icc-charter .photo--4x3{ aspect-ratio: 4 / 3; }
.icc-charter .photo--1x1{ aspect-ratio: 1 / 1; }
.icc-charter .photo--3x4{ aspect-ratio: 3 / 4; }
.icc-charter .photo--hero{ aspect-ratio: 16 / 9; min-height: 420px; }
.icc-charter .photo__spec{
  font-family: var(--font-display);
  font-size: var(--t-sm);
  line-height: 1.45;
  color: var(--icc-n700);
  text-align: center;
  max-width: 44ch;
}
.icc-charter .photo__id{
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--icc-white);
  background: var(--icc-navy);
  padding: 2px var(--s-2);
  border-radius: var(--r-sm);
  margin-bottom: var(--s-2);
}
.icc-charter .photo__priority{
  display: inline-block;
  margin-top: var(--s-2);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 2px var(--s-2);
  border-radius: var(--r-sm);
  background: var(--icc-gold);
  color: var(--icc-ink);
}
.icc-charter .verify{
  background: #fff3cd;
  border-bottom: 2px solid var(--icc-red);
  padding: 0 3px;
  font-weight: 600;
  color: #7a4a00;
  white-space: nowrap;
}
.icc-charter .field{ margin-bottom: var(--s-5); }
.icc-charter fieldset{ border: 0; padding: 0; min-inline-size: 0; }
.icc-charter legend{ padding: 0; }
.icc-charter .field__label{
  display: block;
  font-family: var(--font-display);
  font-size: var(--t-md);
  font-weight: 600;
  margin-bottom: var(--s-2);
  color: var(--icc-ink);
}
.icc-charter .field__hint{ display: block; font-size: var(--t-sm); color: var(--text-muted); font-weight: 400; margin-top: 2px; }
.icc-charter .field__req{ color: var(--icc-red); }
.icc-charter .input,.icc-charter .textarea,.icc-charter .select{
  width: 100%;
  min-height: 52px;
  padding: var(--s-3) var(--s-4);
  background: var(--icc-white);
  border: 2px solid var(--icc-n300);
  border-radius: var(--r);
  font-size: var(--t-md);
  transition: border-color 150ms var(--ease);
}
.icc-charter .input:hover,.icc-charter .textarea:hover,.icc-charter .select:hover{ border-color: var(--icc-n400); }
.icc-charter .input:focus,.icc-charter .textarea:focus,.icc-charter .select:focus{ border-color: var(--icc-navy); outline-offset: 1px; }
.icc-charter .textarea{ min-height: 110px; resize: vertical; padding-top: var(--s-3); }
.icc-charter .choices{ display: grid; gap: var(--s-2); }
@media (min-width: 640px){.icc-charter .choices--2{ grid-template-columns: 1fr 1fr; }}
.icc-charter .choice{
  display: flex;
  align-items: flex-start;
  gap: var(--s-3);
  min-height: 48px;
  padding: var(--s-3) var(--s-4);
  border: 2px solid var(--icc-n300);
  border-radius: var(--r);
  cursor: pointer;
  transition: border-color 150ms var(--ease), background-color 150ms var(--ease);
}
.icc-charter .choice:hover{ border-color: var(--icc-navy); background: var(--icc-n50); }
.icc-charter .choice input{ margin-top: 0.3em; width: 20px; height: 20px; accent-color: var(--icc-navy); flex: none; }
.icc-charter .choice:has(input:checked){ border-color: var(--icc-navy); background: var(--icc-n50); }
.icc-charter .choice__text{ font-size: var(--t-base); line-height: 1.4; }
.icc-charter .choice__text strong{ display: block; font-family: var(--font-display); font-weight: 600; }
.icc-charter .choice__text span{ color: var(--text-muted); font-size: var(--t-sm); }
.icc-charter .consent{ display: flex; gap: var(--s-3); align-items: flex-start; padding: var(--s-4); background: var(--icc-n100); border-radius: var(--r); }
.icc-charter .consent input{ margin-top: 0.25em; width: 20px; height: 20px; accent-color: var(--icc-navy); flex: none; }
.icc-charter .consent label{ font-size: var(--t-sm); line-height: 1.5; }
.icc-charter .form-errors{
  border: 2px solid var(--icc-red);
  background: #fff5f5;
  border-radius: var(--r);
  padding: var(--s-4) var(--s-5);
  margin-bottom: var(--s-6);
}
.icc-charter .form-errors__title{ font-family: var(--font-display); font-size: var(--t-md); font-weight: 600; color: #b3161c; }
.icc-charter .form-errors ul{ margin: var(--s-2) 0 0; padding-left: var(--s-5); }
.icc-charter .form-errors li + li{ margin-top: var(--s-1); }
.icc-charter .form-errors a{ color: #b3161c; }
.icc-charter .form-success{
  border: 2px solid var(--icc-navy);
  border-top: 6px solid var(--icc-gold);
  background: var(--icc-n50);
  border-radius: var(--r);
  padding: var(--s-7) var(--s-6);
}
.icc-charter .form-success__title{
  font-family: var(--font-display);
  font-size: var(--t-2xl);
  color: var(--icc-navy);
  margin-bottom: var(--s-4);
}
.icc-charter .form-success__ref{
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  margin-bottom: var(--s-4);
}
.icc-charter .form-success > p{ max-width: var(--measure); }
.icc-charter .consent--error{ border: 2px solid var(--icc-red); }
.icc-charter .field--error .input,.icc-charter .field--error .textarea,.icc-charter .field--error .select{ border-color: var(--icc-red); }
.icc-charter .field__error{
  display: flex; align-items: center; gap: var(--s-2);
  margin-top: var(--s-2); font-size: var(--t-sm); font-weight: 600; color: #b3161c;
}
.icc-charter .field__error::before{ content: "!"; display: inline-flex; align-items: center; justify-content: center; width: 18px; height: 18px; border-radius: 50%; background: var(--icc-red); color: #fff; font-size: 12px; flex: none; }
.icc-charter .proof{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: var(--icc-navy-tint);
  border: 1px solid var(--icc-navy-tint);
  border-radius: var(--r);
  overflow: hidden;
  margin-bottom: var(--s-6);
}
@media (min-width: 900px){.icc-charter .proof{ grid-template-columns: repeat(4, 1fr); }}
.icc-charter .proof__item{ background: var(--icc-navy); padding: var(--s-4) var(--s-3); text-align: center; }
.icc-charter .proof__value{
  font-family: var(--font-display);
  font-size: var(--t-xl);
  font-weight: 700;
  color: var(--icc-gold);
  line-height: 1.1;
  font-variant-numeric: tabular-nums;
}
.icc-charter .proof__label{
  font-family: var(--font-display);
  font-size: var(--t-xs);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-top: var(--s-1);
}
.icc-charter .paytable{ width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.icc-charter .paytable caption{ text-align: left; font-size: var(--t-sm); color: var(--text-muted); margin-bottom: var(--s-3); }
.icc-charter .paytable th,.icc-charter .paytable td{ padding: var(--s-4) var(--s-3); text-align: left; border-bottom: 1px solid var(--rule); }
.icc-charter .paytable thead th{
  font-family: var(--font-display); font-size: var(--t-sm); font-weight: 600;
  letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted);
  border-bottom: 2px solid var(--icc-navy);
}
.icc-charter .paytable td:last-child,.icc-charter .paytable th:last-child{ text-align: right; }
.icc-charter .paytable .rate{ font-family: var(--font-display); font-size: var(--t-lg); font-weight: 700; color: var(--icc-navy); }
.icc-charter .paytable tbody tr:hover{ background: var(--icc-n50); }
.icc-charter .timeline{ list-style: none; padding: 0; border-left: 3px solid var(--icc-n300); }
.icc-charter .timeline__item{ position: relative; padding: 0 0 var(--s-8) var(--s-6); }
.icc-charter .timeline__item::before{
  content: ""; position: absolute; left: -9px; top: 6px;
  width: 15px; height: 15px; border-radius: 50%;
  background: var(--icc-gold); border: 3px solid var(--icc-white);
}
.icc-charter .timeline__year{
  font-family: var(--font-display); font-size: var(--t-2xl); font-weight: 700;
  color: var(--icc-navy); line-height: 1; font-variant-numeric: tabular-nums;
}
.icc-charter .timeline__body{ margin-top: var(--s-2); max-width: 60ch; }
.icc-charter .nap address{ font-style: normal; line-height: 1.7; }
.icc-charter .crumbs{ font-size: var(--t-sm); padding-block: var(--s-4); }
.icc-charter .crumbs ol{ list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.icc-charter .crumbs li + li::before{ content: "/"; margin-right: var(--s-2); color: var(--icc-n400); }
.icc-charter .crumbs a,.icc-charter .crumbs [aria-current="page"]{ display: inline-block; padding-block: var(--s-1); }
.icc-charter .crumbs a{ color: var(--text-muted); }
.icc-charter .crumbs [aria-current="page"]{ color: var(--icc-ink); font-weight: 600; }
@media (prefers-reduced-motion: no-preference){.icc-charter .reveal{ opacity: 0; transform: translateY(16px); transition: opacity 400ms var(--ease), transform 400ms var(--ease); }
.icc-charter .reveal.is-in{ opacity: 1; transform: none; }}
@media (prefers-reduced-motion: reduce){.icc-charter *,.icc-charter *::before,.icc-charter *::after{ animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
.icc-charter .reveal{ opacity: 1; transform: none; }}
.icc-charter .visually-hidden{
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}
.icc-charter .text-center{ text-align: center; }
.icc-charter .mt-0{ margin-top: 0; }
.icc-charter .divider{ height: 3px; width: 56px; background: var(--icc-gold); border: 0; margin-block: var(--s-5); }
.icc-charter .faq{ border-top: 2px solid var(--icc-navy); }
.icc-charter .faq__item{ border-bottom: 1px solid var(--rule); }
.icc-charter .faq__q{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--s-4);
  min-height: 60px;
  padding-block: var(--s-4);
  font-family: var(--font-display);
  font-size: var(--t-md);
  font-weight: 600;
  color: var(--icc-navy);
  cursor: pointer;
  list-style: none;
}
.icc-charter .faq__q::-webkit-details-marker{ display: none; }
.icc-charter .faq__q::after{
  content: "";
  flex: none;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--icc-navy);
  border-bottom: 2px solid var(--icc-navy);
  transform: translateY(-3px) rotate(45deg);
  transition: transform 150ms var(--ease);
}
.icc-charter .faq__item[open] .faq__q::after{ transform: translateY(3px) rotate(-135deg); }
.icc-charter .faq__a{ padding-bottom: var(--s-5); max-width: var(--measure); }
.icc-charter .faq__a > * + *{ margin-top: var(--s-3); }
.icc-charter .verify--invert{ background: #6b3f00; color: #ffe9b8; border-bottom-color: var(--icc-gold); }
.icc-charter .hero{
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: flex-end;
  min-height: clamp(440px, 50vw, 600px);
  background: var(--icc-navy);
  overflow: hidden;
}
.icc-charter .hero__media{
  position: absolute;
  inset: 0;
  z-index: -1;
}
.icc-charter .hero__img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
  display: block;
}
.icc-charter .hero__scrim{
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(
    to top,
    rgba(16, 14, 46, 0.94) 0%,
    rgba(16, 14, 46, 0.86) 26%,
    rgba(16, 14, 46, 0.62) 58%,
    rgba(16, 14, 46, 0.55) 100%
  );
}
.icc-charter .hero__inner{
  position: relative;
  z-index: 1;
  padding-top: clamp(3rem, 7vw, 6rem);
  padding-bottom: clamp(2.5rem, 5vw, 4rem);
}
.icc-charter .hero h1{
  max-width: 22ch;
  margin: 0.4rem 0 1rem;
}
.icc-charter .hero .lede{
  max-width: 62ch;
  color: rgba(255, 255, 255, 0.92);
}
.icc-charter .on-navy,.icc-charter .on-navy h1,.icc-charter .on-navy h2,.icc-charter .on-navy h3,.icc-charter .on-navy p,.icc-charter .on-navy li{
  color: var(--icc-white);
}
.icc-charter .on-navy .eyebrow{
  color: var(--icc-gold);
}
.icc-charter .hero .eyebrow{
  color: var(--icc-white);
}
.icc-charter .section + .section:not(.section--navy):not(.section--tint){
  border-top: 1px solid var(--rule);
}
.icc-charter .section--tint{
  background: var(--icc-n100);
}
.icc-charter .needs{
  border: 2px dashed var(--icc-gold-deep);
  border-radius: var(--r);
  background: #fdf6e3;
  padding: clamp(1.25rem, 3vw, 2rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.icc-charter .needs__label{
  font-family: var(--font-display);
  font-size: var(--t-xs);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b4d00;
}
.icc-charter .needs__ask{
  margin: 0;
  font-family: var(--font-display);
  font-size: var(--t-md);
  font-weight: 500;
  color: var(--icc-ink);
  max-width: 44ch;
}
.icc-charter .section--navy .needs,.icc-charter .on-navy .needs{
  background: rgba(255, 255, 255, 0.96);
}
.icc-charter .section--navy .needs .needs__ask,.icc-charter .on-navy .needs .needs__ask,.icc-charter .section--navy .needs p,.icc-charter .on-navy .needs p{
  color: var(--icc-ink);
}
.icc-charter .section--navy .needs .needs__label,.icc-charter .on-navy .needs .needs__label{
  color: #6b4d00;
}
.icc-charter .needs--photo{
  width: 100%;
  height: 100%;
  align-items: flex-start;
  justify-content: flex-start;
}
.icc-charter-form{
  background: var(--icc-white);
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: var(--s-7) var(--s-6);
  margin-top: var(--s-7);
}
@media (min-width: 640px){.icc-charter-form{ padding: var(--s-8) var(--s-8); }}
.icc-charter-step{
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
}
.icc-charter-step + .icc-charter-step{ margin-top: var(--s-8); }
.icc-charter-step legend{
  font-family: var(--font-display);
  font-size: var(--t-xl);
  font-weight: 700;
  color: var(--icc-navy);
  padding: 0;
  margin-bottom: var(--s-2);
}
.icc-charter-step__help{
  color: var(--text-muted);
  margin-bottom: var(--s-6);
  max-width: var(--measure);
}
.icc-charter-step .field{ margin-top: var(--s-5); }
.icc-charter-step .field:first-of-type{ margin-top: 0; }
.icc-charter .field__help{
  font-size: var(--t-sm);
  color: var(--text-muted);
  margin-top: var(--s-2);
}
.icc-charter .choice-group{
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}
.icc-charter-progress{
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--icc-navy);
  padding-bottom: var(--s-4);
  margin-bottom: var(--s-6);
  border-bottom: 3px solid var(--icc-n100);
  position: relative;
}
.icc-charter-progress::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 3px;
  width: var(--icc-charter-pct, 25%);
  background: var(--icc-gold);
  transition: width 0.2s ease;
}
.icc-charter-nav{
  display: flex;
  justify-content: space-between;
  gap: var(--s-4);
  margin-top: var(--s-7);
}
.icc-charter-nav .btn{ flex: 1 1 auto; }
.icc-charter-nav:has(> .btn:only-child){ justify-content: flex-end; }
.icc-charter-nav .btn:only-child{ flex: 0 1 auto; }
@media (max-width: 480px){.icc-charter-nav{ flex-direction: column; }
.icc-charter-nav .btn{ width: 100%; }}
.icc-charter-stop-row{ margin-top: var(--s-3); }
.icc-charter-stop-row:first-child{ margin-top: 0; }
.icc-charter [data-add-stop]{ margin-top: var(--s-3); }
.icc-charter-review{ margin-bottom: var(--s-7); }
.icc-charter-review__group{
  border: 1px solid var(--rule);
  border-radius: var(--r);
  padding: var(--s-5);
}
.icc-charter-review__group + .icc-charter-review__group{ margin-top: var(--s-4); }
.icc-charter-review__head{
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--s-4);
}
.icc-charter-review__head h3{
  font-family: var(--font-display);
  font-size: var(--t-md);
  color: var(--icc-navy);
  margin: 0;
}
.icc-charter-review__edit{
  background: none;
  border: 0;
  color: var(--icc-navy);
  text-decoration: underline;
  font-size: var(--t-sm);
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.icc-charter-review__edit:hover{ color: var(--icc-navy-tint); }
.icc-charter-review dl{ margin: var(--s-3) 0 0; }
.icc-charter-review dt{ font-size: var(--t-sm); color: var(--text-muted); margin-top: var(--s-3); }
.icc-charter-review dt:first-child{ margin-top: 0; }
.icc-charter-review dd{ margin: 0; font-weight: 600; }
.icc-charter-disclaimer{
  font-size: var(--t-sm);
  color: var(--text-muted);
  max-width: var(--measure);
  margin-top: var(--s-7);
  margin-bottom: var(--s-5);
}
.icc-charter-submit-row .btn{ min-height: 56px; }
.icc-charter-hp{
  position: absolute;
  left: -9999px;
  top: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.icc-charter .form-success a{ color: var(--icc-navy); font-weight: 600; }