body.home {
  background: #f7f2e8;
  color: #17324d;
}

body.home #fhcc-home {
  --home-ink: #17324d;
  --home-copy: #43566a;
  --home-paper: #fffdf8;
  --home-cream: #f7f2e8;
  --home-sand: #eee3d2;
  --home-sage: #dce8df;
  --home-rust: #ad5d43;
  --home-line: rgba(23, 50, 77, 0.18);
  background: var(--home-cream) !important;
  color: var(--home-ink) !important;
  font-size: 17px;
  line-height: 1.6;
}

body.home #fhcc-home *,
body.home #fhcc-home *::before,
body.home #fhcc-home *::after {
  box-sizing: border-box;
}

body.home #fhcc-home .fhcc-shell {
  width: min(1160px, calc(100% - 64px));
  margin-inline: auto;
}

body.home #fhcc-home h1,
body.home #fhcc-home h2 {
  margin: 0;
  color: var(--home-ink) !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 400 !important;
  letter-spacing: -0.055em;
}

body.home #fhcc-home h3,
body.home #fhcc-home p,
body.home #fhcc-home dl,
body.home #fhcc-home dd,
body.home #fhcc-home figure {
  margin-top: 0;
}

body.home #fhcc-home p {
  color: var(--home-copy);
}

body.home #fhcc-home a,
body.home #fhcc-home button {
  outline-offset: 4px;
}

body.home #fhcc-home .fhcc-site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  border-bottom: 1px solid var(--home-line);
  background: rgba(247, 242, 232, 0.96);
  backdrop-filter: blur(12px);
}

body.admin-bar.home #fhcc-home .fhcc-site-header {
  top: 32px;
}

body.home #fhcc-home .fhcc-nav {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 0;
  border: 0;
  background: transparent !important;
}

body.home #fhcc-home .fhcc-brand img {
  display: block;
  width: 132px;
  height: auto;
  filter: brightness(0.67) saturate(1.15);
}

body.home #fhcc-home .fhcc-nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
  font-size: 0.82rem;
  font-weight: 700;
}

body.home #fhcc-home .fhcc-nav-actions a,
body.home #fhcc-home .fhcc-nav-actions button {
  display: inline-flex !important;
  min-height: 42px;
  align-items: center;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--home-ink) !important;
  cursor: pointer;
  text-decoration: none;
}

body.home #fhcc-home .fhcc-nav-actions button {
  padding: 0 17px;
  border: 1px solid var(--home-ink);
  background: var(--home-ink);
  color: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-nav-actions a:hover,
body.home #fhcc-home .fhcc-nav-actions a:focus {
  text-decoration: underline;
  text-underline-offset: 5px;
}

body.home #fhcc-home .fhcc-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(460px, 1.1fr);
  gap: clamp(48px, 7vw, 92px);
  align-items: center;
  min-height: 650px;
  padding: 72px 0 78px;
  background: transparent !important;
}

body.home #fhcc-home .fhcc-eyebrow {
  margin: 0 0 17px;
  color: var(--home-rust) !important;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

body.home #fhcc-home .fhcc-hero h1 {
  max-width: 620px;
  font-size: clamp(4.2rem, 6.1vw, 6.4rem);
  line-height: 0.94;
}

body.home #fhcc-home .fhcc-lead {
  max-width: 610px;
  margin: 27px 0 0;
  color: var(--home-copy) !important;
  font-size: 1.08rem;
  line-height: 1.72;
}

body.home #fhcc-home .fhcc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 21px;
  margin-top: 31px;
}

body.home #fhcc-home .fhcc-button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 14px 21px;
  border: 1px solid var(--home-ink);
  border-radius: 2px;
  background: var(--home-ink);
  color: var(--home-paper) !important;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 800;
}

body.home #fhcc-home .fhcc-button:hover,
body.home #fhcc-home .fhcc-button:focus {
  border-color: var(--home-rust);
  background: var(--home-rust);
  transform: none;
}

body.home #fhcc-home .fhcc-secondary-link {
  color: var(--home-ink) !important;
  font-size: 0.9rem;
  font-weight: 700;
  text-underline-offset: 5px;
}

body.home #fhcc-home .fhcc-hero-details {
  display: grid;
  grid-template-columns: 0.7fr 1fr 1.4fr;
  margin: 34px 0 0;
  padding: 21px 0 0;
  border-top: 1px solid var(--home-line);
  list-style: none;
}

body.home #fhcc-home .fhcc-hero-details li {
  padding: 0 16px;
  border-right: 1px solid var(--home-line);
}

body.home #fhcc-home .fhcc-hero-details li:first-child {
  padding-left: 0;
}

body.home #fhcc-home .fhcc-hero-details li:last-child {
  padding-right: 0;
  border-right: 0;
}

body.home #fhcc-home .fhcc-hero-details strong,
body.home #fhcc-home .fhcc-hero-details span {
  display: block;
}

body.home #fhcc-home .fhcc-hero-details strong {
  color: var(--home-ink);
  font-size: 0.82rem;
}

body.home #fhcc-home .fhcc-hero-details span {
  margin-top: 4px;
  color: var(--home-copy);
  font-size: 0.7rem;
  line-height: 1.35;
}

body.home #fhcc-home .fhcc-photo {
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  background: var(--home-paper);
  box-shadow: 14px 14px 0 var(--home-rust);
}

body.home #fhcc-home .fhcc-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  border: 0;
  object-fit: cover;
  object-position: center;
}

body.home #fhcc-home .fhcc-photo figcaption {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 16px;
  color: var(--home-ink);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

body.home #fhcc-home .fhcc-benefits,
body.home #fhcc-home .fhcc-session,
body.home #fhcc-home .fhcc-practical,
body.home #fhcc-home .fhcc-services {
  border: 0;
}

body.home #fhcc-home .fhcc-benefits {
  padding: 96px 0;
  background: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-benefits-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1fr);
  gap: 12%;
  align-items: start;
}

body.home #fhcc-home .fhcc-benefits h2,
body.home #fhcc-home .fhcc-section-heading h2 {
  max-width: 650px;
  font-size: clamp(3rem, 4.8vw, 4.8rem);
  line-height: 1;
}

body.home #fhcc-home .fhcc-benefits-copy > p {
  max-width: 650px;
  margin-bottom: 27px;
  font-size: 1.08rem;
  line-height: 1.75;
}

body.home #fhcc-home .fhcc-benefit-list {
  display: block;
  margin: 0;
  border-top: 1px solid var(--home-line);
  border-bottom: 0;
}

body.home #fhcc-home .fhcc-benefit-list > div {
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  gap: 24px;
  padding: 19px 0;
  border-bottom: 1px solid var(--home-line);
}

body.home #fhcc-home .fhcc-benefit-list dt {
  color: var(--home-ink);
  font-weight: 800;
}

body.home #fhcc-home .fhcc-benefit-list dd {
  margin: 0;
  color: var(--home-copy);
}

body.home #fhcc-home .fhcc-session {
  padding: 94px 0 100px;
  background: var(--home-cream) !important;
}

body.home #fhcc-home .fhcc-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.55fr);
  gap: 10%;
  align-items: end;
}

body.home #fhcc-home .fhcc-section-heading > p {
  margin-bottom: 5px;
  font-size: 1.03rem;
  line-height: 1.7;
}

body.home #fhcc-home .fhcc-session-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
  margin: 49px 0 0;
  padding: 0;
  border: 0;
  list-style: none;
}

body.home #fhcc-home .fhcc-session-steps li {
  min-height: 0;
  padding: 24px 0 0;
  border: 0;
  border-top: 2px solid var(--home-ink);
}

body.home #fhcc-home .fhcc-session-steps span {
  display: block;
  color: var(--home-rust);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

body.home #fhcc-home .fhcc-session-steps strong {
  display: block;
  margin-top: 27px;
  color: var(--home-ink);
  font-size: 1.35rem;
}

body.home #fhcc-home .fhcc-session-steps p {
  margin: 10px 0 0;
  font-size: 0.96rem;
  line-height: 1.65;
}

body.home #fhcc-home .fhcc-practical {
  padding: 94px 0;
  background: var(--home-sage);
}

body.home #fhcc-home .fhcc-practical a {
  color: var(--home-ink);
  font-weight: 700;
  text-underline-offset: 4px;
}

body.home #fhcc-home .fhcc-practical-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 54px;
  margin-top: 44px;
  border-top: 1px solid var(--home-line);
}

body.home #fhcc-home .fhcc-practical-grid article {
  padding: 25px 0 23px;
  border-bottom: 1px solid var(--home-line);
}

body.home #fhcc-home .fhcc-practical-grid h3 {
  margin: 0;
  color: var(--home-ink);
  font-size: 1.15rem;
}

body.home #fhcc-home .fhcc-practical-grid p {
  margin: 8px 0 0;
}

body.home #fhcc-home .fhcc-conduct-link {
  margin: 25px 0 0;
}

body.home #fhcc-home .fhcc-register {
  padding: 78px 0;
  background: var(--home-ink) !important;
  color: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-register-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
}

body.home #fhcc-home .fhcc-register h2,
body.home #fhcc-home .fhcc-register p,
body.home #fhcc-home .fhcc-register .fhcc-eyebrow,
body.home #fhcc-home .fhcc-register-email {
  color: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-register h2 {
  font-size: clamp(3rem, 4.7vw, 4.7rem);
}

body.home #fhcc-home .fhcc-register p {
  max-width: 650px;
  margin: 17px 0 0;
  opacity: 0.82;
  font-size: 1rem;
}

body.home #fhcc-home .fhcc-register-email {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.9rem;
  text-underline-offset: 4px;
}

body.home #fhcc-home .fhcc-register .fhcc-button {
  min-width: 220px;
  border-color: var(--home-paper);
  background: var(--home-paper);
  color: var(--home-ink) !important;
}

body.home #fhcc-home .fhcc-services {
  padding: 86px 0 92px;
  background: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-service-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
  border: 0;
}

body.home #fhcc-home .fhcc-service-row {
  display: block;
  min-height: 0;
  padding: 28px;
  border: 1px solid var(--home-line);
  background: var(--home-cream);
}

body.home #fhcc-home .fhcc-service-row--workshop {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 24px 28px;
  border-left: 4px solid var(--home-rust);
  background: var(--home-sand);
}

body.home #fhcc-home .fhcc-service-card__label {
  margin: 0;
  color: var(--home-rust);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

body.home #fhcc-home .fhcc-service-row h3 {
  margin: 17px 0 0;
  color: var(--home-ink);
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: -0.035em;
}

body.home #fhcc-home .fhcc-service-row > p:not(.fhcc-service-card__label) {
  margin: 13px 0 0;
  color: var(--home-copy);
}

body.home #fhcc-home .fhcc-service-card__button {
  margin-top: 23px;
  padding: 0 0 5px;
  border: 0;
  border-bottom: 1px solid var(--home-rust);
  background: transparent;
  color: var(--home-ink);
  cursor: pointer;
  font-weight: 800;
}

body.home #fhcc-home .fhcc-service-row--workshop .fhcc-service-card__label,
body.home #fhcc-home .fhcc-service-row--workshop h3,
body.home #fhcc-home .fhcc-service-row--workshop p {
  grid-column: 1;
  margin-top: 0;
}

body.home #fhcc-home .fhcc-service-row--workshop .fhcc-service-card__button {
  grid-column: 2;
  grid-row: 1 / span 3;
  margin-top: 0;
}

body.home #fhcc-home .fhcc-footer {
  padding: 32px 0;
  background: #10263c !important;
  color: var(--home-paper) !important;
}

body.home #fhcc-home .fhcc-footer-inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr auto auto;
  gap: 28px;
  align-items: center;
}

body.home #fhcc-home .fhcc-footer strong,
body.home #fhcc-home .fhcc-footer span {
  display: block;
}

body.home #fhcc-home .fhcc-footer span {
  margin-top: 3px;
  opacity: 0.7;
  font-size: 0.8rem;
}

body.home #fhcc-home .fhcc-footer a,
body.home #fhcc-home .fhcc-footer p {
  margin: 0;
  color: var(--home-paper) !important;
  font-size: 0.86rem;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  body.home #fhcc-home .fhcc-shell {
    width: min(100% - 40px, 700px);
  }

  body.home #fhcc-home .fhcc-hero {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  body.home #fhcc-home .fhcc-photo {
    width: 100%;
  }

  body.home #fhcc-home .fhcc-benefits-layout,
  body.home #fhcc-home .fhcc-section-heading {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  body.home #fhcc-home .fhcc-session-steps {
    gap: 24px;
  }

  body.home #fhcc-home .fhcc-service-row--workshop {
    grid-template-columns: 1fr;
  }

  body.home #fhcc-home .fhcc-service-row--workshop .fhcc-service-card__label,
  body.home #fhcc-home .fhcc-service-row--workshop h3,
  body.home #fhcc-home .fhcc-service-row--workshop p,
  body.home #fhcc-home .fhcc-service-row--workshop .fhcc-service-card__button {
    grid-column: auto;
    grid-row: auto;
  }

  body.home #fhcc-home .fhcc-service-row--workshop h3 {
    margin-top: 17px;
  }

  body.home #fhcc-home .fhcc-service-row--workshop p {
    margin-top: 13px;
  }

  body.home #fhcc-home .fhcc-service-row--workshop .fhcc-service-card__button {
    margin-top: 23px;
  }

  body.home #fhcc-home .fhcc-footer-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  body.home #fhcc-home {
    font-size: 16px;
  }

  body.admin-bar.home #fhcc-home .fhcc-site-header {
    top: 0;
  }

  body.home #fhcc-home .fhcc-nav {
    min-height: 72px;
    gap: 10px;
  }

  body.home #fhcc-home .fhcc-brand img {
    width: 76px;
  }

  body.home #fhcc-home .fhcc-nav-actions {
    flex: 1;
    justify-content: flex-end;
    gap: 13px;
    font-size: 0.7rem;
  }

  body.home #fhcc-home .fhcc-nav-actions a,
  body.home #fhcc-home .fhcc-nav-actions button {
    min-height: 36px;
  }

  body.home #fhcc-home .fhcc-nav-actions a:nth-child(3) {
    display: none !important;
  }

  body.home #fhcc-home .fhcc-nav-actions button {
    padding: 0 10px;
  }

  body.home #fhcc-home .fhcc-hero {
    gap: 45px;
    padding: 52px 0 62px;
  }

  body.home #fhcc-home .fhcc-hero h1 {
    font-size: clamp(3.3rem, 15vw, 4.35rem);
    line-height: 0.96;
  }

  body.home #fhcc-home .fhcc-lead {
    font-size: 1rem;
  }

  body.home #fhcc-home .fhcc-actions {
    align-items: stretch;
    flex-direction: column;
  }

  body.home #fhcc-home .fhcc-secondary-link {
    width: max-content;
  }

  body.home #fhcc-home .fhcc-hero-details {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.home #fhcc-home .fhcc-hero-details li {
    padding-inline: 8px;
  }

  body.home #fhcc-home .fhcc-hero-details strong {
    font-size: 0.72rem;
  }

  body.home #fhcc-home .fhcc-hero-details span {
    font-size: 0.64rem;
  }

  body.home #fhcc-home .fhcc-photo {
    box-shadow: 8px 8px 0 var(--home-rust);
  }

  body.home #fhcc-home .fhcc-benefits,
  body.home #fhcc-home .fhcc-session,
  body.home #fhcc-home .fhcc-practical,
  body.home #fhcc-home .fhcc-services {
    padding: 56px 0;
  }

  body.home #fhcc-home .fhcc-benefits h2,
  body.home #fhcc-home .fhcc-section-heading h2,
  body.home #fhcc-home .fhcc-register h2 {
    font-size: 2.85rem;
    line-height: 1.02;
  }

  body.home #fhcc-home .fhcc-benefits-copy > p {
    font-size: 1rem;
  }

  body.home #fhcc-home .fhcc-benefit-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.home #fhcc-home .fhcc-session-steps {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 37px;
  }

  body.home #fhcc-home .fhcc-session-steps strong {
    margin-top: 16px;
  }

  body.home #fhcc-home .fhcc-practical-grid,
  body.home #fhcc-home .fhcc-service-list {
    grid-template-columns: 1fr;
  }

  body.home #fhcc-home .fhcc-register {
    padding: 54px 0;
  }

  body.home #fhcc-home .fhcc-register-inner {
    align-items: stretch;
    flex-direction: column;
  }

  body.home #fhcc-home .fhcc-register .fhcc-button {
    width: 100%;
  }

  body.home #fhcc-home .fhcc-service-row--workshop {
    grid-column: auto;
  }

  body.home #fhcc-home .fhcc-service-row {
    padding: 23px;
  }

  body.home #fhcc-home .fhcc-footer-inner {
    grid-template-columns: 1fr;
    gap: 14px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.home #fhcc-home *,
  body.home #fhcc-home *::before,
  body.home #fhcc-home *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
