/* GENERATED by scripts/build-home-plugin.py from assets/css/icc.css +
   assets/css/icc-home-layer.css. Do not hand-edit: edit the sources and
   rebuild, so there stays exactly one design system.
   Every selector is nested under .icc-home so nothing here can reach the
   existing Elementor header, footer or navigation. */
.icc-home{
  
  --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-home{ --header-h: 64px; --header-h-scrolled: 56px; }}
.icc-home *,.icc-home *::before,.icc-home *::after{ box-sizing: border-box; }
.icc-home *{ margin: 0; }
.icc-home{
  
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
}
.icc-home{
  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-home img,.icc-home picture,.icc-home svg,.icc-home video{ display: block; max-width: 100%; height: auto; }
.icc-home input,.icc-home button,.icc-home textarea,.icc-home select{ font: inherit; color: inherit; }
.icc-home h1,.icc-home h2,.icc-home h3,.icc-home h4,.icc-home h5{
  font-family: var(--font-display);
  font-weight: 600;
  line-height: 1.12;
  letter-spacing: -0.015em;
  text-wrap: balance;
}
.icc-home p{ text-wrap: pretty; }
.icc-home a{ color: var(--icc-navy); text-underline-offset: 0.2em; }
.icc-home a:hover{ color: var(--icc-navy-tint); }
.icc-home :focus-visible{
  outline: 3px solid var(--icc-gold);
  outline-offset: 2px;
  border-radius: var(--r-sm);
}
.icc-home .on-navy :focus-visible{ outline-color: var(--icc-gold); }
.icc-home ::selection{ background: var(--icc-gold); color: var(--icc-ink); }
.icc-home .wrap{
  width: 100%;
  max-width: var(--content-max);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.icc-home .wrap--narrow{ max-width: 860px; }
.icc-home .section{ padding-block: var(--section-y); }
.icc-home .section--alt{ background: var(--bg-alt); }
.icc-home .section--navy{ background: var(--icc-navy); color: var(--text-invert); }
.icc-home .section--tight{ padding-block: calc(var(--section-y) * 0.6); }
.icc-home .grid{ display: grid; gap: var(--s-6); }
@media (min-width: 768px){.icc-home .grid--2{ grid-template-columns: repeat(2, 1fr); }
.icc-home .grid--3{ grid-template-columns: repeat(3, 1fr); }
.icc-home .grid--4{ grid-template-columns: repeat(2, 1fr); }}
@media (min-width: 1024px){.icc-home .grid--4{ grid-template-columns: repeat(4, 1fr); }
.icc-home .grid--split{ grid-template-columns: 1.05fr 0.95fr; gap: var(--s-9); align-items: center; }}
.icc-home .stack > * + *{ margin-top: var(--s-4); }
.icc-home .stack-lg > * + *{ margin-top: var(--s-6); }
.icc-home .display{ font-family: var(--font-display); font-size: var(--t-4xl); font-weight: 600; }
.icc-home .h1{ font-size: var(--t-4xl); }
.icc-home .h2{ font-size: var(--t-3xl); }
.icc-home .h3{ font-size: var(--t-2xl); }
.icc-home .h4{ font-size: var(--t-xl); }
.icc-home .lede{ font-size: var(--t-lg); line-height: 1.5; color: var(--text-muted); max-width: var(--measure); }
.icc-home .section--navy .lede{ color: rgba(255,255,255,0.82); }
.icc-home .small{ font-size: var(--t-sm); }
.icc-home .measure{ max-width: var(--measure); }
.icc-home .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-home .eyebrow::before{
  content: "";
  width: 28px;
  height: 3px;
  background: var(--icc-gold);
  flex: none;
}
.icc-home .section--navy .eyebrow{ color: var(--icc-gold); }
.icc-home .section--navy .eyebrow::before{ background: var(--icc-gold); }
.icc-home .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-home .numeral--gold{ color: var(--icc-gold); }
.icc-home .numeral--invert{ color: var(--icc-white); }
.icc-home .stat{ border-top: 3px solid var(--icc-navy); padding-top: var(--s-4); }
.icc-home .section--navy .stat{ border-top-color: var(--icc-gold); }
.icc-home .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-home .section--navy .stat__label{ color: rgba(255,255,255,0.78); }
.icc-home .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-home .btn--primary{ background: var(--icc-navy); color: var(--icc-white); border-color: var(--icc-navy); }
.icc-home .btn--primary:hover{ background: var(--icc-navy-tint); border-color: var(--icc-navy-tint); color: var(--icc-white); }
.icc-home .btn--apply{ background: var(--icc-gold); color: var(--icc-ink); border-color: var(--icc-gold); }
.icc-home .btn--apply:hover{ background: var(--icc-gold-deep); border-color: var(--icc-gold-deep); color: var(--icc-ink); }
.icc-home .btn--outline{ background: transparent; color: var(--icc-navy); border-color: var(--icc-navy); }
.icc-home .btn--outline:hover{ background: var(--icc-navy); color: var(--icc-white); }
.icc-home .on-navy .btn--outline{ color: var(--icc-white); border-color: rgba(255,255,255,0.6); }
.icc-home .on-navy .btn--outline:hover{ background: var(--icc-white); color: var(--icc-navy); border-color: var(--icc-white); }
.icc-home .btn--block{ width: 100%; }
.icc-home .btn--lg{ min-height: 56px; font-size: var(--t-lg); padding-inline: var(--s-7); }
.icc-home [id]{ scroll-margin-top: calc(var(--header-h-scrolled) + 16px); }
.icc-home #quick-application{ scroll-margin-top: calc(var(--header-h) + 24px); }
.icc-home .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-home .card:hover{ border-color: var(--icc-navy); }
.icc-home .card--flush{ padding: 0; overflow: hidden; }
.icc-home .card__body{ padding: var(--s-6); }
.icc-home .card-link{ text-decoration: none; color: inherit; display: block; }
.icc-home .card-link:hover .card__title{ color: var(--icc-navy-tint); }
.icc-home .card__title{ font-family: var(--font-display); font-size: var(--t-xl); margin-bottom: var(--s-3); color: var(--icc-navy); }
.icc-home .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-home .photo--16x9{ aspect-ratio: 16 / 9; }
.icc-home .photo--4x3{ aspect-ratio: 4 / 3; }
.icc-home .photo--1x1{ aspect-ratio: 1 / 1; }
.icc-home .photo--3x4{ aspect-ratio: 3 / 4; }
.icc-home .photo--hero{ aspect-ratio: 16 / 9; min-height: 420px; }
.icc-home .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-home .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-home .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-home .verify{
  background: #fff3cd;
  border-bottom: 2px solid var(--icc-red);
  padding: 0 3px;
  font-weight: 600;
  color: #7a4a00;
  white-space: nowrap;
}
.icc-home .field{ margin-bottom: var(--s-5); }
.icc-home fieldset{ border: 0; padding: 0; min-inline-size: 0; }
.icc-home legend{ padding: 0; }
.icc-home .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-home .field__hint{ display: block; font-size: var(--t-sm); color: var(--text-muted); font-weight: 400; margin-top: 2px; }
.icc-home .field__req{ color: var(--icc-red); }
.icc-home .input,.icc-home .textarea,.icc-home .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-home .input:hover,.icc-home .textarea:hover,.icc-home .select:hover{ border-color: var(--icc-n400); }
.icc-home .input:focus,.icc-home .textarea:focus,.icc-home .select:focus{ border-color: var(--icc-navy); outline-offset: 1px; }
.icc-home .textarea{ min-height: 110px; resize: vertical; padding-top: var(--s-3); }
.icc-home .choices{ display: grid; gap: var(--s-2); }
@media (min-width: 640px){.icc-home .choices--2{ grid-template-columns: 1fr 1fr; }}
.icc-home .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-home .choice:hover{ border-color: var(--icc-navy); background: var(--icc-n50); }
.icc-home .choice input{ margin-top: 0.3em; width: 20px; height: 20px; accent-color: var(--icc-navy); flex: none; }
.icc-home .choice:has(input:checked){ border-color: var(--icc-navy); background: var(--icc-n50); }
.icc-home .choice__text{ font-size: var(--t-base); line-height: 1.4; }
.icc-home .choice__text strong{ display: block; font-family: var(--font-display); font-weight: 600; }
.icc-home .choice__text span{ color: var(--text-muted); font-size: var(--t-sm); }
.icc-home .consent{ display: flex; gap: var(--s-3); align-items: flex-start; padding: var(--s-4); background: var(--icc-n100); border-radius: var(--r); }
.icc-home .consent input{ margin-top: 0.25em; width: 20px; height: 20px; accent-color: var(--icc-navy); flex: none; }
.icc-home .consent label{ font-size: var(--t-sm); line-height: 1.5; }
.icc-home .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-home .form-errors__title{ font-family: var(--font-display); font-size: var(--t-md); font-weight: 600; color: #b3161c; }
.icc-home .form-errors ul{ margin: var(--s-2) 0 0; padding-left: var(--s-5); }
.icc-home .form-errors li + li{ margin-top: var(--s-1); }
.icc-home .form-errors a{ color: #b3161c; }
.icc-home .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-home .form-success__title{
  font-family: var(--font-display);
  font-size: var(--t-2xl);
  color: var(--icc-navy);
  margin-bottom: var(--s-4);
}
.icc-home .form-success__ref{
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
  margin-bottom: var(--s-4);
}
.icc-home .form-success > p{ max-width: var(--measure); }
.icc-home .consent--error{ border: 2px solid var(--icc-red); }
.icc-home .field--error .input,.icc-home .field--error .textarea,.icc-home .field--error .select{ border-color: var(--icc-red); }
.icc-home .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-home .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-home .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-home .proof{ grid-template-columns: repeat(4, 1fr); }}
.icc-home .proof__item{ background: var(--icc-navy); padding: var(--s-4) var(--s-3); text-align: center; }
.icc-home .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-home .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-home .paytable{ width: 100%; border-collapse: collapse; font-variant-numeric: tabular-nums; }
.icc-home .paytable caption{ text-align: left; font-size: var(--t-sm); color: var(--text-muted); margin-bottom: var(--s-3); }
.icc-home .paytable th,.icc-home .paytable td{ padding: var(--s-4) var(--s-3); text-align: left; border-bottom: 1px solid var(--rule); }
.icc-home .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-home .paytable td:last-child,.icc-home .paytable th:last-child{ text-align: right; }
.icc-home .paytable .rate{ font-family: var(--font-display); font-size: var(--t-lg); font-weight: 700; color: var(--icc-navy); }
.icc-home .paytable tbody tr:hover{ background: var(--icc-n50); }
.icc-home .timeline{ list-style: none; padding: 0; border-left: 3px solid var(--icc-n300); }
.icc-home .timeline__item{ position: relative; padding: 0 0 var(--s-8) var(--s-6); }
.icc-home .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-home .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-home .timeline__body{ margin-top: var(--s-2); max-width: 60ch; }
.icc-home .nap address{ font-style: normal; line-height: 1.7; }
.icc-home .crumbs{ font-size: var(--t-sm); padding-block: var(--s-4); }
.icc-home .crumbs ol{ list-style: none; padding: 0; display: flex; flex-wrap: wrap; gap: var(--s-2); }
.icc-home .crumbs li + li::before{ content: "/"; margin-right: var(--s-2); color: var(--icc-n400); }
.icc-home .crumbs a,.icc-home .crumbs [aria-current="page"]{ display: inline-block; padding-block: var(--s-1); }
.icc-home .crumbs a{ color: var(--text-muted); }
.icc-home .crumbs [aria-current="page"]{ color: var(--icc-ink); font-weight: 600; }
@media (prefers-reduced-motion: no-preference){.icc-home .reveal{ opacity: 0; transform: translateY(16px); transition: opacity 400ms var(--ease), transform 400ms var(--ease); }
.icc-home .reveal.is-in{ opacity: 1; transform: none; }}
@media (prefers-reduced-motion: reduce){.icc-home *,.icc-home *::before,.icc-home *::after{ animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
.icc-home .reveal{ opacity: 1; transform: none; }}
.icc-home .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-home .text-center{ text-align: center; }
.icc-home .mt-0{ margin-top: 0; }
.icc-home .divider{ height: 3px; width: 56px; background: var(--icc-gold); border: 0; margin-block: var(--s-5); }
.icc-home .faq{ border-top: 2px solid var(--icc-navy); }
.icc-home .faq__item{ border-bottom: 1px solid var(--rule); }
.icc-home .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-home .faq__q::-webkit-details-marker{ display: none; }
.icc-home .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-home .faq__item[open] .faq__q::after{ transform: translateY(3px) rotate(-135deg); }
.icc-home .faq__a{ padding-bottom: var(--s-5); max-width: var(--measure); }
.icc-home .faq__a > * + *{ margin-top: var(--s-3); }
.icc-home .verify--invert{ background: #6b3f00; color: #ffe9b8; border-bottom-color: var(--icc-gold); }
.icc-home .grid{ grid-template-columns: minmax(0, 1fr); }
@media (min-width: 768px){.icc-home .grid--2{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
.icc-home .grid--3{ grid-template-columns: repeat(3, minmax(0, 1fr)); }
.icc-home .grid--4{ grid-template-columns: repeat(2, minmax(0, 1fr)); }}
@media (min-width: 1024px){.icc-home .grid--4{ grid-template-columns: repeat(4, minmax(0, 1fr)); }
.icc-home .grid--split{ grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr); }}
.icc-home .grid--top{ align-items: start; }
.icc-home .card__title,.icc-home .h3,.icc-home .h4{ overflow-wrap: break-word; }
.icc-home .on-navy{ color: var(--text-invert); }
.icc-home .on-navy h1,.icc-home .on-navy h2,.icc-home .on-navy h3,.icc-home .on-navy h4,.icc-home .on-navy .h1,.icc-home .on-navy .h2,.icc-home .on-navy .h3,.icc-home .on-navy .h4{ color: var(--text-invert); }
.icc-home .on-navy p,.icc-home .on-navy li,.icc-home .on-navy dd{ color: rgba(255,255,255,0.86); }
.icc-home .on-navy .lede{ color: rgba(255,255,255,0.86); }
.icc-home .on-navy .eyebrow{ color: var(--icc-gold); }
.icc-home .on-navy .eyebrow::before{ background: var(--icc-gold); }
.icc-home .section--deep{ background: var(--icc-navy-deep); color: var(--text-invert); }
.icc-home .section--clip{ overflow: hidden; }
.icc-home .bleed{ width: 100vw; margin-inline: calc(50% - 50vw); }
.icc-home .btn-row{ display: flex; flex-wrap: wrap; gap: var(--s-4); margin-top: var(--s-6); }
.icc-home .lede--tight{ margin-top: var(--s-4); }
.icc-home .narrow{ max-width: 38ch; margin-top: var(--s-5); }
.icc-home .narrow--muted{ color: var(--text-muted); }
.icc-home .who__body{ max-width: var(--measure); margin-top: var(--s-5); }
.icc-home .hist__foot{ margin-top: var(--s-9); }
.icc-home .strip__body{ max-width: 58ch; margin-top: var(--s-3); }
.icc-home .hero{ position: relative; display: flex; align-items: flex-end;
        min-height: 560px; background: var(--icc-navy-deep); overflow: hidden; }
@media (min-width: 900px){.icc-home .hero{ min-height: 660px; }}
.icc-home .hero__img{ position: absolute; inset: 0; width: 100%; height: 100%;
             object-fit: cover; object-position: 68% 62%; }
.icc-home .hero__scrim{ position: absolute; inset: 0; background: rgba(26,23,69,0.42); }
.icc-home .hero__field{ position: absolute; inset: 0; background:
  linear-gradient(97deg, rgba(20,18,54,0.95) 0%, rgba(20,18,54,0.94) 34%,
                         rgba(22,20,58,0.90) 54%, rgba(26,23,69,0.44) 76%,
                         rgba(26,23,69,0.10) 100%); }
@media (max-width: 899px){.icc-home .hero__scrim{ background: rgba(26,23,69,0.55); }
.icc-home .hero__field{ background: linear-gradient(to top, rgba(20,18,54,0.95) 42%, rgba(20,18,54,0.72) 100%); }}
.icc-home .hero__inner{ position: relative; width: 100%;
               padding-block: clamp(3.5rem, 8vw, 7rem); }
.icc-home .hero__body{ max-width: 42rem; }
.icc-home .hero__rule{ height: 4px; width: 72px; background: var(--icc-gold); border: 0;
              margin: 0 0 var(--s-5); }
.icc-home .creds{ background: var(--icc-navy); border-top: 3px solid var(--icc-gold); }
.icc-home .creds__grid{ display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
               gap: 1px; background: rgba(255,255,255,0.16); }
@media (min-width: 860px){.icc-home .creds__grid{ grid-template-columns: repeat(4, minmax(0,1fr)); }}
.icc-home .creds__item{ background: var(--icc-navy); padding: var(--s-5) var(--s-4); }
.icc-home .creds__v{ display: block; font-family: var(--font-display); font-weight: 700;
            font-size: var(--t-xl); color: var(--icc-gold); line-height: 1.05;
            font-variant-numeric: tabular-nums; }
.icc-home .creds__l{ display: block; margin-top: var(--s-2); font-family: var(--font-display);
            font-size: var(--t-xs); letter-spacing: 0.08em; text-transform: uppercase;
            color: rgba(255,255,255,0.82); }
.icc-home .editorial{ display: grid; gap: var(--s-7); }
@media (min-width: 900px){.icc-home .editorial{ grid-template-columns: minmax(0, 0.34fr) minmax(0, 0.66fr);
               gap: var(--s-9); align-items: start; }
.icc-home .editorial--end{ align-items: end; }}
.icc-home .statement{ font-family: var(--font-display); font-weight: 500;
             font-size: var(--t-xl); line-height: 1.35; color: var(--icc-navy);
             max-width: 34ch; }
.icc-home .panel{ display: block; border: 1px solid var(--rule); border-radius: var(--r);
         border-top: 3px solid var(--icc-gold); background: var(--icc-white);
         padding: var(--s-6); text-decoration: none; color: inherit;
         transition: border-color 150ms var(--ease), background-color 150ms var(--ease); }
.icc-home .panel:hover{ border-color: var(--icc-navy); border-top-color: var(--icc-gold);
               background: var(--icc-n50); }
.icc-home border-top-color: var(--icc-gold); color: var(--icc-white); }
.panel__k{ font-family: var(--font-display); font-size: var(--t-xs); font-weight: 700;
            letter-spacing: 0.12em; text-transform: uppercase; color: var(--icc-gold); }
.icc-home .panel__t{ font-family: var(--font-display); font-size: var(--t-xl); font-weight: 600;
            color: var(--icc-navy); margin: var(--s-3) 0; }
.icc-home .panel p{ color: var(--text-muted); }
.icc-home .ledger{ border-top: 1px solid rgba(255,255,255,0.22); }
.icc-home .ledger__row{ display: grid; gap: var(--s-2) var(--s-5); padding: var(--s-5) 0;
               border-bottom: 1px solid rgba(255,255,255,0.22); }
@media (min-width: 760px){.icc-home .ledger__row{ grid-template-columns: 3.5rem minmax(0, 15rem) minmax(0, 1fr);
                 align-items: baseline; }}
.icc-home .ledger__n{ font-family: var(--font-display); font-weight: 700; font-size: var(--t-lg);
             color: var(--icc-gold); font-variant-numeric: tabular-nums; }
.icc-home .ledger__t{ font-family: var(--font-display); font-weight: 600; font-size: var(--t-md);
             color: var(--icc-white); }
.icc-home .ledger__d{ color: rgba(255,255,255,0.80); font-size: var(--t-base); }
.icc-home .figure{ position: relative; }
.icc-home .figure img{ display: block; width: 100%; height: clamp(320px, 52vw, 620px);
              object-fit: cover; object-position: 50% 45%; }
.icc-home .figure__scrim{ position: absolute; inset: 0;
                 background: linear-gradient(to top, rgba(26,23,69,0.72), rgba(26,23,69,0.12) 60%); }
.icc-home .figure__panel{ position: relative; z-index: 1; padding: var(--s-6);
                 background: var(--icc-navy-deep);
                 border: 1px solid rgba(255,255,255,0.20); border-radius: var(--r); }
@media (max-width: 979px){.icc-home .figure__scrim{ display: none; }
.icc-home .figure__panel{ margin-top: calc(-1 * var(--s-7)); }}
@media (min-width: 980px){.icc-home .figure{ display: grid; }
.icc-home .figure img,.icc-home .figure__scrim{ grid-area: 1 / 1; }
.icc-home .figure__scrim{ background: linear-gradient(78deg, rgba(26,23,69,0.80) 0%, rgba(26,23,69,0.30) 58%, rgba(26,23,69,0.06) 100%); }
.icc-home .figure__wrap{ grid-area: 1 / 1; align-self: center; }
.icc-home .figure__panel{ max-width: 34rem; padding: var(--s-7); background: rgba(20,18,54,0.90); }}
.icc-home .strip{ display: grid; gap: var(--s-5); align-items: center; }
@media (min-width: 880px){.icc-home .strip{ grid-template-columns: minmax(0,1fr) auto; gap: var(--s-8); }}
.icc-home .yard{ border-top: 3px solid var(--icc-navy); padding-top: var(--s-5); }
.icc-home .yard h3{ font-family: var(--font-display); font-size: var(--t-xl); font-weight: 600;
           color: var(--icc-navy); }
.icc-home .yard address{ font-style: normal; line-height: 1.7; margin-top: var(--s-3);
                color: var(--text-muted); }
.icc-home .photo--filled{ border: 0; padding: 0; background: none; overflow: hidden;
                 border-radius: var(--r); }
.icc-home .photo--filled .photo__img{ width: 100%; height: 100%; object-fit: cover; display: block; }
.icc-home .svc-row{ margin-top: var(--s-7); }
.icc-home .panel--flat{ border-top-width: 3px; }
.icc-home .panel__t--sm{ font-size: var(--t-lg); margin-top: 0; }
.icc-home .hist__fig{ margin: 0; }
.icc-home .hist__cap{ margin-top: var(--s-3); font-size: var(--t-sm); color: var(--text-muted); }
.icc-home .quote{ position: relative; margin: 0; max-width: 62ch; }
.icc-home .quote::before{
  content: "\201C";
  position: absolute; top: -0.34em; left: -0.06em; z-index: 0;
  font-family: var(--font-display); font-weight: 700; line-height: 1;
  font-size: clamp(7rem, 14vw, 11rem); color: var(--icc-gold); opacity: 0.20;
  pointer-events: none; user-select: none;
}
.icc-home .quote > *{ position: relative; z-index: 1; }
.icc-home .quote__text{
  margin: var(--s-4) 0 0; padding: 0; border: 0;
  font-family: var(--font-display); font-weight: 500;
  font-size: var(--t-2xl); line-height: 1.35; color: var(--icc-navy);
}
.icc-home .quote__by{
  margin-top: var(--s-4); font-family: var(--font-display); font-weight: 600;
  font-size: var(--t-sm); letter-spacing: 0.06em; text-transform: uppercase;
  color: var(--text-muted);
}
.icc-home .verify--phrase{ white-space: normal; }
.icc-home .verify--invert{ background: #fff3cd; color: #7a4a00; }