/*
Theme Name: IHOM Child
Description: IHOM customisations for the EduBlink theme.
Author: IHOM
Template: edublink
Version: 3.9.1
Text Domain: ihom-child
*/

:root {
  --ihom-ink: #121820;
  --ihom-muted: #5f6875;
  --ihom-surface: #f5f8f7;
  --ihom-border: #dce5e2;
}

body {
  color: var(--ihom-ink);
  line-height: 1.65;
}

html {
  overflow-x: clip;
}

body.home {
  overflow-x: clip !important;
  overflow-y: visible !important;
}

/* The current top bar contains demo contact details; keep it out of the public UI. */
.eb-header-top-bar {
  display: none !important;
}

a,
button,
input,
select,
textarea {
  transition-duration: 160ms !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #f0b429 !important;
  outline-offset: 3px;
}

.edublink-default-header-navbar a,
.edublink-mobile-menu a,
.edublink-header-right-side a,
.edublink-header-right-side button,
.edu-search-box button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.edublink-default-header-navbar .ihom-membership-link > a {
  background: #173f3b;
  border-radius: 6px;
  color: #fff !important;
  padding-inline: 18px !important;
}

.edublink-default-header-navbar .ihom-membership-link > a:hover,
.edublink-default-header-navbar .ihom-membership-link > a:focus-visible {
  background: #22554f;
}

.edublink-header-right-side > .edu-btn {
  background: #173f3b !important;
  color: #fff !important;
}

.edublink-header-right-side > .edu-btn:hover,
.edublink-header-right-side > .edu-btn:focus-visible {
  background: #22554f !important;
}

.ihom-header-social {
  display: flex;
  gap: 4px;
  margin-right: 14px;
}

.ihom-header-social a {
  border-radius: 50%;
  color: #173f3b;
  font-size: 18px;
  justify-content: center;
  width: 44px;
}

.ihom-header-social a:hover,
.ihom-header-social a:focus-visible {
  background: rgba(23, 63, 59, .09);
  color: #173f3b;
}

/* The desktop header already includes its own prominent membership button. */
.edublink-theme-header-nav .ihom-membership-link {
  display: none;
}

/* Avoid a white empty hero while the slider's large images load. */
.home .n2-section-smartslider,
.home .n2-ss-slider {
  background: #111 !important;
}

.ihom-page-intro {
  margin: 0 auto 36px;
  max-width: 1170px;
  padding: 28px 15px 0;
}

.ihom-page-intro h1 {
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1.12;
  margin: 0;
}

/* Replace the demo footer builder with a concise IHOM footer. */
#edublink-footer .edublink-footer-inner {
  display: none !important;
}

.ihom-site-footer {
  background: var(--ihom-ink);
  color: #dbe3e6;
  padding: 48px 20px 24px;
}

.ihom-site-footer__inner {
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 1fr);
  margin: auto;
  max-width: 1170px;
}

.ihom-site-footer h2 {
  color: #fff;
  font-size: 1.3rem;
  margin: 0 0 12px;
}

.ihom-site-footer p {
  margin: 0;
  max-width: 62ch;
}

.ihom-site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
}

.ihom-site-footer a {
  color: #fff;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 4px;
}

.ihom-site-footer a:hover,
.ihom-site-footer a:focus-visible {
  color: #6ee7cf;
  text-decoration-color: currentColor;
}

.ihom-site-footer__legal {
  border-top: 1px solid #34414c;
  font-size: .9rem;
  margin: 32px auto 0;
  max-width: 1170px;
  padding-top: 18px;
}

/* Hide the imported demo address block until IHOM's real details are supplied. */
.elementor-element-c8aa340 {
  display: none !important;
}

.elementor-element-88dca94 {
  margin-inline: auto;
  max-width: 780px;
  width: 100% !important;
}

@media (max-width: 767px) {
  .edublink-header-right-side > .edu-btn {
    display: none;
  }

  .site-header .site-logo img,
  .site-header .custom-logo {
    max-height: 64px;
    width: auto;
  }

  .ihom-site-footer__inner {
    grid-template-columns: 1fr;
  }

  .ihom-site-footer nav {
    flex-direction: column;
  }

  .ihom-site-footer a {
    width: fit-content;
  }

  /* Scroll reveals are costly and initially hide content on small screens. */
  [data-sal] {
    opacity: 1 !important;
    transform: none !important;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-sal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* --------------------------------------------------------------------------
   IHOM inner pages and content system
   -------------------------------------------------------------------------- */

.ihom-page-main {
  background: #f4f0e8;
  color: #182020;
  overflow: hidden;
}

.ihom-page-main h1,
.ihom-page-main h2,
.ihom-page-main h3,
.ihom-page-main p {
  margin-top: 0;
}

.ihom-page-main h1,
.ihom-page-main h2,
.ihom-page-main h3 {
  color: #173f3b;
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -.025em;
}

.ihom-inner-hero {
  background: #102f2c;
  color: #fff;
  padding: clamp(96px, 12vw, 156px) 0 clamp(74px, 9vw, 112px);
  position: relative;
}

.ihom-inner-hero::after {
  border: 1px solid rgba(232, 191, 91, .22);
  border-radius: 50%;
  content: '';
  height: 380px;
  position: absolute;
  right: -130px;
  top: -150px;
  width: 380px;
}

.ihom-inner-hero .ihom-shell {
  position: relative;
  z-index: 1;
}

.ihom-inner-hero .ihom-eyebrow {
  color: #e8bf5b;
  margin-bottom: 22px;
}

.ihom-inner-hero h1 {
  color: #fff;
  font-size: clamp(50px, 7.5vw, 88px);
  line-height: .98;
  margin-bottom: 26px;
  max-width: 13ch;
}

.ihom-inner-hero > .ihom-shell > p:last-child,
.ihom-inner-hero__copy {
  color: #d8e0dc;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.7;
  margin-bottom: 0;
  max-width: 720px;
}

.ihom-inner-hero--compact {
  padding-bottom: 72px;
  padding-top: 100px;
}

.ihom-inner-hero--compact h1 {
  margin-bottom: 0;
}

.ihom-inner-hero--application {
  padding-bottom: 64px;
  padding-top: 72px;
}

.ihom-inner-hero--application h1 {
  font-size: clamp(50px, 6vw, 76px);
}

.ihom-back-link {
  align-items: center;
  color: #fff !important;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 8px;
  margin-bottom: 40px;
  min-height: 44px;
  text-decoration: none;
}

.ihom-inner-section {
  padding: clamp(76px, 9vw, 118px) 0;
}

.ihom-inner-section--tint {
  background: #e8e0d3;
}

.ihom-inner-section .ihom-section-heading h2 {
  color: #173f3b;
  font-size: clamp(39px, 5vw, 64px);
  line-height: 1.06;
  margin: 0;
}

.ihom-topic-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 40px;
}

.ihom-topic-nav a {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 99px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  min-height: 44px;
  padding: 8px 18px;
  text-decoration: none;
}

.ihom-topic-nav a:hover,
.ihom-topic-nav a:focus-visible,
.ihom-topic-nav a[aria-current='page'] {
  background: #e8bf5b;
  border-color: #e8bf5b;
  color: #173f3b;
}

.ihom-event-grid,
.ihom-journal-grid,
.ihom-musician-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ihom-event-card,
.ihom-journal-card,
.ihom-musician-card,
.ihom-person-card {
  background: #fff;
  border: 1px solid #dcd4c7;
  box-shadow: 0 14px 36px rgba(20, 45, 42, .07);
}

.ihom-event-card__media,
.ihom-journal-card__media {
  align-items: center;
  aspect-ratio: 4 / 3;
  background: #173f3b;
  color: #e8bf5b;
  display: flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
}

.ihom-event-card__media img,
.ihom-journal-card__media img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.ihom-event-card:hover .ihom-event-card__media img,
.ihom-journal-card:hover .ihom-journal-card__media img {
  transform: scale(1.025);
}

.ihom-event-card__monogram {
  border: 1px solid rgba(232, 191, 91, .55);
  padding: 28px 20px;
}

.ihom-event-card__body,
.ihom-journal-card__body {
  padding: 30px;
}

.ihom-card-kicker {
  color: #a34a28;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ihom-event-card h3,
.ihom-journal-card h2 {
  font-size: 30px;
  line-height: 1.14;
  margin-bottom: 22px;
}

.ihom-event-card h3 a,
.ihom-journal-card h2 a {
  color: #173f3b;
  text-decoration: none;
}

.ihom-event-card .ihom-event-details {
  margin-bottom: 18px;
}

.ihom-event-card .ihom-event-details div {
  gap: 12px;
  grid-template-columns: 54px 1fr;
  padding: 10px 0;
}

.ihom-journal-card__body > p:not(.ihom-card-kicker) {
  color: #59625f;
  line-height: 1.7;
}

.ihom-card-footer {
  align-items: center;
  border-top: 1px solid #e3ddd2;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-top: 24px;
  padding-top: 18px;
}

.ihom-card-footer time {
  color: #6c7471;
  font-size: 13px;
}

.ihom-empty-state {
  background: #fff;
  border-left: 4px solid #d8a328;
  max-width: 800px;
  padding: clamp(34px, 6vw, 64px);
}

.ihom-empty-state h2,
.ihom-empty-state h3 {
  font-size: clamp(32px, 4vw, 48px);
  margin-bottom: 16px;
}

.ihom-empty-state p {
  color: #59625f;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
  max-width: 56ch;
}

.ihom-empty-state--feature {
  max-width: 920px;
}

.ihom-event-single,
.ihom-contact-layout,
.ihom-membership-layout {
  align-items: start;
  display: grid;
  gap: clamp(38px, 7vw, 90px);
  grid-template-columns: minmax(0, 1.4fr) minmax(320px, .7fr);
}

.ihom-event-single__image,
.ihom-article__image {
  margin: 0 0 48px;
}

.ihom-event-single__image img,
.ihom-article__image img {
  height: auto;
  width: 100%;
}

.ihom-event-single__aside {
  background: #fff;
  border-top: 4px solid #d8a328;
  padding: 34px;
  position: sticky;
  top: 110px;
}

.ihom-event-details--large div {
  grid-template-columns: 76px 1fr;
  padding: 16px 0;
}

.ihom-prose {
  color: #394340;
  font-size: 18px;
  line-height: 1.85;
}

.ihom-prose > * {
  max-width: 760px;
}

.ihom-prose h2,
.ihom-prose h3 {
  color: #173f3b;
  line-height: 1.18;
  margin-bottom: 20px;
  margin-top: 46px;
}

.ihom-prose h2:first-child,
.ihom-prose h3:first-child {
  margin-top: 0;
}

.ihom-prose h2 {
  font-size: 38px;
}

.ihom-prose a {
  color: #0b665a;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ihom-story-layout {
  display: grid;
  gap: clamp(36px, 8vw, 110px);
  grid-template-columns: minmax(270px, .8fr) minmax(0, 1.2fr);
}

.ihom-story-layout h2 {
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.06;
}

.ihom-community-photo {
  margin: 70px 0 0;
}

.ihom-community-photo img {
  height: auto;
  max-height: 680px;
  object-fit: cover;
  width: 100%;
}

.ihom-photo-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ihom-photo-grid figure {
  aspect-ratio: 4 / 5;
  margin: 0;
  overflow: hidden;
}

.ihom-photo-grid img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ihom-gallery-hero {
  background:
    linear-gradient(135deg, rgba(23, 63, 59, .9), rgba(23, 63, 59, .64)),
    #173f3b;
  color: #fff;
}

.ihom-gallery-hero h1,
.ihom-gallery-hero p {
  color: #fff;
}

.ihom-gallery-intro {
  padding-bottom: 72px;
}

.ihom-gallery-card__link:focus-visible {
  outline: 3px solid #d8a328;
  outline-offset: -3px;
}

.ihom-gallery-card__body p {
  color: #a34a28;
  display: block;
  font-family: 'Inter', Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ihom-gallery-card__body > span {
  color: #59625f;
  line-height: 1.65;
}

.ihom-gallery-card__body strong {
  color: #173f3b;
  display: block;
  font-size: 14px;
  margin-top: 20px;
}

.ihom-gallery-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ihom-gallery-card {
  background: #fff;
  border: 1px solid rgba(23, 63, 59, .12);
  min-height: 100%;
  overflow: hidden;
  scroll-margin-top: 110px;
}

.ihom-gallery-card__link {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.ihom-gallery-card figure {
  aspect-ratio: 16 / 10;
  background: #e6ddd1;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.ihom-gallery-card figure small {
  background: rgba(5, 17, 16, .82);
  bottom: 16px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 12px;
  position: absolute;
  right: 16px;
}

.ihom-gallery-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease, filter .55s ease;
  width: 100%;
}

.ihom-gallery-card:hover img {
  filter: saturate(1.06) contrast(1.02);
  transform: scale(1.035);
}

.ihom-gallery-card__body {
  padding: 26px;
}

.ihom-gallery-card__body h3 {
  font-size: clamp(24px, 2.5vw, 34px);
  line-height: 1.12;
  margin-bottom: 12px;
}

.ihom-gallery-card__slides {
  display: none;
}

.ihom-value-grid,
.ihom-committee-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ihom-value-grid article {
  border-top: 1px solid #bdb4a6;
  padding: 30px 24px 12px 0;
}

.ihom-value-grid span {
  color: #a34a28;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  margin-bottom: 36px;
}

.ihom-value-grid h3 {
  font-size: 32px;
  margin-bottom: 12px;
}

.ihom-value-grid p {
  color: #59625f;
  line-height: 1.7;
}

.ihom-cta-band {
  background: #173f3b;
  color: #fff;
  padding: 76px 0;
}

.ihom-cta-band .ihom-shell {
  align-items: center;
  display: flex;
  gap: 40px;
  justify-content: space-between;
}

.ihom-cta-band h2 {
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.08;
  margin-bottom: 0;
}

.ihom-person-card {
  min-height: 260px;
  padding: 30px;
}

.ihom-person-card__initials {
  align-items: center;
  background: #173f3b;
  border-radius: 50%;
  color: #e8bf5b;
  display: flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 24px;
  height: 76px;
  justify-content: center;
  margin-bottom: 34px;
  width: 76px;
}

.ihom-person-card h2 {
  font-size: 30px;
  line-height: 1.12;
}

.ihom-inline-cta {
  align-items: center;
  border-top: 1px solid #c8c0b3;
  display: flex;
  gap: 36px;
  justify-content: space-between;
  margin-top: 64px;
  padding-top: 40px;
}

.ihom-inline-cta h2 {
  font-size: 34px;
  margin-bottom: 8px;
}

.ihom-inline-cta p {
  color: #59625f;
  margin-bottom: 0;
}

.ihom-contact-layout > aside h2,
.ihom-membership-layout > aside h2 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.06;
}

.ihom-contact-layout > aside > p:not(.ihom-section-label),
.ihom-membership-layout > aside > p:not(.ihom-section-label) {
  color: #58615f;
  font-size: 18px;
  line-height: 1.75;
}

.ihom-application-section {
  padding-bottom: clamp(64px, 7vw, 96px);
  padding-top: clamp(64px, 7vw, 96px);
}

.ihom-membership-layout--application {
  gap: clamp(36px, 5vw, 68px);
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .65fr);
}

.ihom-application-guide {
  position: sticky;
  top: 110px;
}

.ihom-membership-layout--application > .ihom-application-guide h2 {
  font-size: clamp(34px, 3vw, 46px);
}

.ihom-mission-list {
  list-style: none;
  margin: 30px 0 22px;
  padding: 0;
}

.ihom-mission-list li {
  border-top: 1px solid #c9c1b4;
  display: grid;
  gap: 14px;
  grid-template-columns: 44px 1fr;
  padding: 17px 0;
}

.ihom-mission-list__icon {
  align-items: center;
  background: #e7f1ed;
  border-radius: 50%;
  color: #0b665a;
  display: flex;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.ihom-mission-list svg,
.ihom-registration-success__icon svg {
  fill: none;
  height: 23px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  width: 23px;
}

.ihom-mission-list strong,
.ihom-mission-list small {
  display: block;
}

.ihom-mission-list strong {
  color: #173f3b;
  font-size: 16px;
  line-height: 1.35;
}

.ihom-mission-list small,
.ihom-mission-source {
  color: #64706c;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 4px;
}

.ihom-contact-details {
  margin-top: 38px;
}

.ihom-contact-details div {
  border-top: 1px solid #c9c1b4;
  padding: 18px 0;
}

.ihom-contact-details dt {
  color: #777e7b;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ihom-contact-details dd {
  font-size: 17px;
  margin: 4px 0 0;
}

.ihom-contact-details a {
  color: #0b665a;
}

.ihom-form-card {
  background: #fff;
  border-top: 4px solid #d8a328;
  box-shadow: 0 18px 48px rgba(20, 45, 42, .1);
  padding: clamp(28px, 5vw, 52px);
}

.ihom-form-card > h2 {
  font-size: clamp(32px, 4vw, 44px);
  margin-bottom: 30px;
}

.ihom-form-card--application {
  padding: clamp(28px, 3vw, 42px);
}

.ihom-form-card label,
.ihom-form-card .ur-label,
.ihom-form-card .user-registration-form-row label {
  color: #27302e;
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.ihom-form-card input:not([type='checkbox']):not([type='radio']),
.ihom-form-card textarea,
.ihom-form-card select {
  background: #fff;
  border: 1px solid #abaea9 !important;
  border-radius: 2px !important;
  color: #182020;
  font-size: 16px;
  margin-top: 8px;
  min-height: 50px;
  padding: 11px 13px !important;
  width: 100%;
}

.ihom-form-card input:not([type='checkbox']):not([type='radio']),
.ihom-form-card select {
  height: 48px !important;
  min-height: 48px !important;
}

.ihom-form-card textarea {
  min-height: 150px;
  resize: vertical;
}

.ihom-form-card--application .ur-form-row {
  gap: 18px;
  margin-bottom: 0 !important;
}

.ihom-form-card--application .ur-form-grid {
  padding: 0 !important;
}

.ihom-form-card--application .form-row {
  margin-bottom: 18px !important;
}

.ihom-form-card--application textarea {
  min-height: 112px !important;
}

.ihom-form-card--application .ur-button-container {
  margin: 6px 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.ihom-form-card--application .ur-button-container .ur-submit-button {
  margin: 0 !important;
  width: 100% !important;
}

.ihom-form-card input[type='submit'],
.ihom-form-card button[type='submit'] {
  background: #173f3b !important;
  border: 0 !important;
  border-radius: 3px !important;
  color: #fff !important;
  cursor: pointer;
  font-weight: 700;
  min-height: 52px;
  padding: 14px 24px !important;
}

.ihom-form-card input[type='submit']:hover,
.ihom-form-card input[type='submit']:focus-visible,
.ihom-form-card button[type='submit']:hover,
.ihom-form-card button[type='submit']:focus-visible {
  background: #0d2d2a !important;
}

.ihom-form-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ihom-form-grid__wide {
  grid-column: 1 / -1;
}

.ihom-form-note,
.ihom-form-links {
  border-top: 1px solid #e3ddd2;
  color: #66706c;
  font-size: 14px;
  margin-top: 26px;
  padding-top: 20px;
}

.ihom-form-note--before {
  border: 0;
  margin: 0 0 26px;
  padding: 0 0 20px;
  border-bottom: 1px solid #e3ddd2;
}

.ihom-form-card .field-privacy_policy label a {
  color: #0b665a;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.ihom-registration-success {
  margin: 0 auto;
  max-width: 620px;
  padding: clamp(34px, 6vw, 72px) 12px;
  text-align: center;
}

.ihom-registration-success:focus {
  outline: 0;
}

.ihom-registration-success__icon {
  align-items: center;
  background: #e3f4e9;
  border: 1px solid #a8d7b8;
  border-radius: 50%;
  color: #167344;
  display: flex;
  height: 72px;
  justify-content: center;
  margin: 0 auto 24px;
  width: 72px;
}

.ihom-registration-success__icon svg {
  height: 36px;
  stroke-width: 2;
  width: 36px;
}

.ihom-registration-success h3 {
  color: #173f3b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.08;
  margin: 10px 0 20px;
}

.ihom-registration-success > p:not(.ihom-section-label) {
  color: #52605c;
  font-size: 17px;
  line-height: 1.7;
}

.ihom-registration-success__timer {
  background: #f1f8f3;
  border-left: 3px solid #42a66b;
  margin: 24px 0 !important;
  padding: 13px 16px;
}

.ihom-form-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 26px;
  justify-content: space-between;
}

.ihom-membership-hero .ihom-shell {
  max-width: 980px;
}

.ihom-membership-trust,
.ihom-flow-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin: 30px 0 0;
}

.ihom-membership-trust span {
  align-items: center;
  display: inline-flex;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
}

.ihom-membership-trust span::before {
  color: #e8bf5b;
  content: '✓';
}

.ihom-plan-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ihom-plan-card {
  background: #fff;
  border: 1px solid #d6cec0;
  display: flex;
  flex-direction: column;
  min-height: 560px;
  padding: clamp(30px, 5vw, 52px);
  position: relative;
}

.ihom-plan-card--active {
  border-top: 5px solid #d8a328;
  box-shadow: 0 18px 50px rgba(20, 45, 42, .12);
}

.ihom-plan-card--disabled {
  background: #eeeae3;
  border-style: dashed;
  color: #626966;
}

.ihom-plan-card__status {
  color: #9a4628;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.ihom-plan-card--disabled .ihom-plan-card__status {
  color: #676d69;
}

.ihom-plan-card h3 {
  font-size: clamp(38px, 5vw, 56px);
  margin-bottom: 20px;
}

.ihom-plan-card > p:not(.ihom-plan-card__status),
.ihom-plan-card li {
  color: #515b57;
  font-size: 16px;
  line-height: 1.65;
}

.ihom-plan-card ul {
  list-style: none;
  margin: 24px 0 34px;
  padding: 0;
}

.ihom-plan-card li {
  border-top: 1px solid #ddd6ca;
  padding: 13px 0 13px 28px;
  position: relative;
}

.ihom-plan-card li::before {
  color: #0b665a;
  content: '✓';
  font-weight: 800;
  left: 2px;
  position: absolute;
}

.ihom-plan-card .ihom-button {
  justify-content: center;
  margin-top: auto;
  width: 100%;
}

.ihom-button--disabled,
.ihom-button--disabled:disabled {
  background: #c9c6c0 !important;
  color: #666 !important;
  cursor: not-allowed !important;
  opacity: 1;
}

.ihom-plan-note {
  margin: 32px 0 0;
  text-align: center;
}

.ihom-membership-faq {
  display: grid;
  gap: clamp(40px, 8vw, 110px);
  grid-template-columns: minmax(260px, .8fr) minmax(0, 1.2fr);
}

.ihom-membership-faq h2 {
  font-size: clamp(40px, 5vw, 60px);
  line-height: 1.08;
}

.ihom-membership-faq details {
  border-top: 1px solid #bfb7aa;
  padding: 20px 0;
}

.ihom-membership-faq summary {
  color: #173f3b;
  cursor: pointer;
  font-size: 19px;
  font-weight: 750;
  list-style-position: outside;
  min-height: 44px;
}

.ihom-membership-faq details p {
  color: #56605c;
  line-height: 1.7;
  margin: 10px 0 0;
}

.ihom-flow-steps {
  counter-reset: membership-step;
  list-style: none;
  padding: 0;
}

.ihom-flow-steps li {
  color: rgba(255, 255, 255, .72);
  counter-increment: membership-step;
  font-size: 14px;
  font-weight: 700;
}

.ihom-flow-steps li::before {
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 50%;
  content: counter(membership-step);
  display: inline-grid;
  height: 30px;
  margin-right: 8px;
  place-items: center;
  width: 30px;
}

.ihom-flow-steps li.is-current {
  color: #fff;
}

.ihom-flow-steps li.is-current::before {
  background: #d8a328;
  border-color: #d8a328;
  color: #173f3b;
}

.ihom-form-card .user-registration,
.ihom-form-card .user-registration-form,
.ihom-form-card .ur-frontend-form,
.ihom-form-card .ur-frontend-form form.register {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: none !important;
  margin: 0;
  padding: 0 !important;
  width: 100% !important;
}

.ihom-form-card .user-registration-error,
.ihom-form-card .user-registration-message,
.ihom-form-card .ur-message {
  border-radius: 0;
  line-height: 1.5;
  margin-bottom: 24px;
  padding: 16px 18px;
}

.ihom-form-card input:focus-visible,
.ihom-form-card select:focus-visible,
.ihom-form-card textarea:focus-visible,
.ihom-account-panel a:focus-visible,
.ihom-account-panel button:focus-visible {
  outline: 3px solid #d8a328 !important;
  outline-offset: 2px;
}

.ihom-account-layout {
  align-items: start;
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(240px, .55fr) minmax(0, 1.45fr);
}

.ihom-member-summary,
.ihom-account-panel {
  background: #fff;
  border-top: 4px solid #d8a328;
  padding: clamp(26px, 4vw, 42px);
}

.ihom-member-summary {
  position: sticky;
  top: 110px;
}

.ihom-member-summary h2,
.ihom-account-panel > h2 {
  font-size: clamp(30px, 4vw, 42px);
}

.ihom-member-summary > p:not(.ihom-plan-card__status) {
  overflow-wrap: anywhere;
}

.ihom-member-summary__note {
  border-top: 1px solid #ddd6ca;
  color: #66706c;
  font-size: 14px;
  margin: 24px 0 0;
  padding-top: 20px;
}

.ihom-account-panel .user-registration-MyAccount-navigation ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 24px 0 34px;
  padding: 0;
}

.ihom-account-panel .user-registration-MyAccount-navigation a {
  align-items: center;
  background: #f0ede7;
  color: #173f3b;
  display: inline-flex;
  font-weight: 700;
  min-height: 44px;
  padding: 10px 16px;
  text-decoration: none;
}

.ihom-account-panel .user-registration-MyAccount-navigation .is-active a,
.ihom-account-panel .user-registration-MyAccount-navigation a:hover {
  background: #173f3b;
  color: #fff;
}

.ihom-account-panel input:not([type='checkbox']):not([type='radio']),
.ihom-account-panel select,
.ihom-account-panel textarea {
  background: #fff;
  border: 1px solid #abaea9 !important;
  min-height: 50px;
  padding: 11px 13px !important;
  width: 100%;
}

.ihom-account-panel button,
.ihom-account-panel input[type='submit'] {
  background: #173f3b !important;
  border: 0 !important;
  color: #fff !important;
  cursor: pointer;
  min-height: 48px;
  padding: 12px 20px !important;
}

.ihom-login-shell,
.ihom-legal-shell,
.ihom-article__body {
  margin-inline: auto;
  max-width: 880px;
}

.ihom-legal-shell .ihom-prose ol {
  padding-left: 1.4rem;
}

.ihom-legal-shell .ihom-prose li {
  margin-bottom: 12px;
}

.ihom-login-shell .ihom-form-card {
  margin-inline: auto;
  max-width: 620px;
}

.ihom-login-shell #loginform p {
  margin-bottom: 22px;
}

.ihom-login-shell .login-remember label {
  align-items: center;
  display: flex;
  gap: 10px;
}

.ihom-login-shell .login-remember input {
  height: 18px;
  width: 18px;
}

.ihom-legal-notice {
  background: #fff5d9;
  border: 1px solid #d8a328;
  color: #594310;
  font-weight: 700;
  margin-bottom: 42px;
  padding: 18px 20px;
}

.ihom-article__hero h1 {
  font-size: clamp(46px, 7vw, 78px);
  max-width: 16ch;
}

.ihom-article__meta {
  font-size: 15px !important;
}

.ihom-article__body {
  padding-bottom: 110px;
  padding-top: 76px;
}

.ihom-article__footer {
  align-items: center;
  border-top: 1px solid #c8c0b3;
  display: flex;
  gap: 28px;
  justify-content: space-between;
  margin-top: 70px;
  padding-top: 34px;
}

.ihom-article__footer p {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 25px;
  margin-bottom: 0;
}

.ihom-musician-card > a {
  color: inherit;
  display: block;
  text-decoration: none;
}

.ihom-musician-card img,
.ihom-musician-card__initial {
  align-items: center;
  aspect-ratio: 1 / 1;
  background: #173f3b;
  color: #e8bf5b;
  display: flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 72px;
  height: auto;
  justify-content: center;
  object-fit: cover;
  width: 100%;
}

.ihom-musician-card > a > div {
  padding: 28px;
}

.ihom-musician-card h2 {
  font-size: 30px;
  margin-bottom: 10px;
}

.ihom-musician-card p:last-child {
  color: #59625f;
  line-height: 1.65;
}

.ihom-page-main .navigation.pagination {
  margin-top: 54px;
}

@media (max-width: 1023px) {
  .ihom-event-grid,
  .ihom-journal-grid,
  .ihom-musician-grid,
  .ihom-committee-grid,
  .ihom-photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ihom-gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ihom-event-single,
  .ihom-contact-layout,
  .ihom-membership-layout,
  .ihom-story-layout,
  .ihom-account-layout,
  .ihom-membership-faq {
    grid-template-columns: 1fr;
  }

  .ihom-member-summary {
    position: static;
  }

  .ihom-event-single__aside {
    position: static;
  }

  .ihom-contact-layout > aside,
  .ihom-membership-layout > aside {
    max-width: 720px;
  }

  .ihom-application-guide {
    position: static;
  }
}

@media (max-width: 767px) {
  .ihom-inner-hero {
    padding-bottom: 68px;
    padding-top: 84px;
  }

  .ihom-inner-hero h1 {
    font-size: clamp(46px, 14vw, 62px);
  }

  .ihom-inner-hero--application {
    padding-bottom: 56px;
    padding-top: 64px;
  }

  .ihom-form-card--application {
    padding: 24px 20px;
  }

  .ihom-event-grid,
  .ihom-journal-grid,
  .ihom-musician-grid,
  .ihom-committee-grid,
  .ihom-value-grid,
  .ihom-photo-grid,
  .ihom-gallery-grid,
  .ihom-plan-grid {
    grid-template-columns: 1fr;
  }

  .ihom-plan-card {
    min-height: 0;
  }

  .ihom-membership-trust,
  .ihom-flow-steps {
    align-items: flex-start;
    flex-direction: column;
  }

  .ihom-flow-steps li {
    min-height: 44px;
  }

  .ihom-form-grid {
    grid-template-columns: 1fr;
  }

  .ihom-form-grid__wide {
    grid-column: auto;
  }

  .ihom-inline-cta,
  .ihom-cta-band .ihom-shell,
  .ihom-article__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ihom-person-card {
    min-height: 0;
  }

  .ihom-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .ihom-form-card,
  .ihom-event-single__aside {
    padding: 26px 22px;
  }
}

/* --------------------------------------------------------------------------
   IHOM editorial homepage
   -------------------------------------------------------------------------- */

.home .site-content,
.home .site-main,
.home .content-area {
  margin: 0 !important;
  max-width: none !important;
  padding: 0 !important;
  width: 100% !important;
}

.edublink-header-right-side > .header-quote,
.home .edublink-header-right-side .edublink-header-cart,
.home .edublink-header-right-side .header-cart,
.home .edublink-header-right-side .edublink-woo-mini-cart-wrapper {
  display: none !important;
}

.ihom-home-main {
  background: #f4f0e8;
  color: #182020;
  overflow: visible;
}

.ihom-shell {
  margin-inline: auto;
  max-width: 1240px;
  padding-inline: 28px;
}

.ihom-home-main h1,
.ihom-home-main h2,
.ihom-home-main h3,
.ihom-home-main p {
  margin-top: 0;
}

.ihom-home-main h1,
.ihom-home-main h2 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 500;
  letter-spacing: -.035em;
}

.ihom-eyebrow,
.ihom-section-label {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.ihom-section-label {
  color: #a34a28;
  margin-bottom: 18px;
}

.ihom-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ihom-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 3px;
  cursor: pointer;
  display: inline-flex;
  font-size: 15px;
  font-weight: 700;
  gap: 10px;
  justify-content: center;
  line-height: 1.2;
  min-height: 52px;
  padding: 15px 22px;
  text-decoration: none !important;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease !important;
}

.ihom-button svg {
  fill: none;
  height: 18px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 18px;
}

.ihom-button--primary {
  background: #d8a328;
  color: #17201f !important;
}

.ihom-button--primary:hover,
.ihom-button--primary:focus-visible {
  background: #f0c156;
}

.ihom-button--quiet {
  border-color: rgba(255, 255, 255, .52);
  color: #fff !important;
}

.ihom-button--quiet:hover,
.ihom-button--quiet:focus-visible {
  background: #fff;
  color: #17201f !important;
}

.ihom-button--dark {
  background: #173f3b;
  color: #fff !important;
}

.ihom-button--dark:hover,
.ihom-button--dark:focus-visible {
  background: #0d2d2a;
}

.ihom-button--light {
  background: #f5ead3;
  color: #173f3b !important;
}

.ihom-button--light:hover,
.ihom-button--light:focus-visible {
  background: #fff;
}

.ihom-text-link {
  align-items: center;
  color: #173f3b;
  display: inline-flex;
  font-weight: 700;
  gap: 9px;
  min-height: 44px;
  text-decoration: none;
}

.ihom-text-link span {
  transition: transform 180ms ease;
}

.ihom-text-link:hover span,
.ihom-text-link:focus-visible span {
  transform: translateX(4px);
}

.ihom-text-link--light {
  color: #fff;
}

.ihom-home-hero {
  align-items: end;
  background: #0d2220;
  color: #fff;
  display: grid;
  min-height: clamp(640px, 82vh, 860px);
  overflow: hidden;
  position: relative;
}

.ihom-home-hero__media,
.ihom-home-hero__shade {
  inset: 0;
  position: absolute;
}

.ihom-home-hero__image {
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
  width: 100%;
}

.ihom-home-hero__shade {
  background:
    linear-gradient(90deg, rgba(5, 17, 16, .96) 0%, rgba(5, 17, 16, .74) 42%, rgba(5, 17, 16, .18) 72%),
    linear-gradient(0deg, rgba(4, 14, 13, .82) 0%, transparent 54%);
}

.ihom-home-hero__content {
  padding-bottom: clamp(110px, 15vh, 158px);
  padding-top: 120px;
  position: relative;
  width: 100%;
  z-index: 2;
}

.ihom-home-hero .ihom-eyebrow {
  color: #e8bf5b;
  margin-bottom: 26px;
}

.ihom-home-hero h1 {
  color: #fff;
  font-size: clamp(48px, 6.3vw, 92px);
  line-height: .98;
  margin-bottom: 28px;
  max-width: 900px;
}

.ihom-home-hero__lede {
  color: #eef1ed;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.65;
  margin-bottom: 38px;
  max-width: 670px;
}

.ihom-home-hero__note {
  align-items: center;
  background: #f4f0e8;
  bottom: 0;
  color: #173f3b;
  display: flex;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 19px;
  gap: 0;
  left: 50%;
  letter-spacing: .02em;
  min-height: 70px;
  padding: 0 30px;
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}

.ihom-home-hero__note span {
  align-items: center;
  display: flex;
  white-space: nowrap;
}

.ihom-home-hero__note span:not(:last-child)::after {
  background: #d8a328;
  border-radius: 50%;
  content: '';
  height: 5px;
  margin: 0 18px;
  width: 5px;
}

.ihom-home-intro {
  padding: 126px 0 112px;
  position: relative;
}

.ihom-home-intro__maps {
  display: none;
  height: 100%;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.ihom-home-intro__provided-maps {
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.ihom-home-intro__provided-map {
  height: 108%;
  mix-blend-mode: multiply;
  object-fit: contain;
  opacity: .055;
  position: absolute;
  top: -4%;
  width: 58%;
}

.ihom-home-intro__provided-map--australia {
  left: -23%;
  right: auto;
}

.ihom-home-intro__provided-map--iran {
  left: auto;
  right: -23%;
}

.ihom-home-intro__map {
  height: 100%;
  position: absolute;
  top: 0;
  width: 48%;
}

.ihom-home-intro__map--iran {
  left: -5%;
}

.ihom-home-intro__map--australia {
  right: -5%;
}

.ihom-home-intro__map path {
  fill: none;
  opacity: .2;
  stroke: #173f3b;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
  vector-effect: non-scaling-stroke;
}

.ihom-home-intro__grid,
.ihom-home-principles {
  position: relative;
  z-index: 1;
}

.ihom-home-intro__grid {
  align-items: start;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
}

.ihom-home-intro h2,
.ihom-section-heading h2,
.ihom-home-culture h2,
.ihom-home-join h2 {
  color: #173f3b;
  font-size: clamp(39px, 4.5vw, 67px);
  line-height: 1.06;
  margin-bottom: 0;
}

.ihom-home-intro__copy {
  padding-top: 42px;
}

.ihom-home-intro__copy p {
  color: #4e5855;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 26px;
}

.ihom-home-principles {
  border-top: 1px solid #cbc4b6;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 82px;
  padding-top: 0;
}

.ihom-home-principles article {
  min-height: 250px;
  padding: 38px 36px 20px 0;
}

.ihom-home-principles article:not(:last-child) {
  border-right: 1px solid #cbc4b6;
  margin-right: 36px;
}

.ihom-principle-number {
  color: #a34a28;
  display: block;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 15px;
  margin-bottom: 42px;
}

.ihom-home-principles h3 {
  color: #173f3b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 12px;
}

.ihom-home-principles p {
  color: #606865;
  line-height: 1.7;
  max-width: 29ch;
}

.ihom-home-event {
  background: #e7dfd0;
  padding: 116px 0 128px;
}

.ihom-section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  margin-bottom: 52px;
}

.ihom-featured-event {
  background: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(380px, .75fr);
  min-height: 520px;
}

.ihom-featured-event__image {
  background: #17201f;
  display: block;
  overflow: hidden;
}

.ihom-featured-event__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease;
  width: 100%;
}

.ihom-featured-event:hover .ihom-featured-event__image img {
  transform: scale(1.02);
}

.ihom-featured-event__content {
  align-self: center;
  padding: clamp(40px, 5vw, 74px);
}

.ihom-event-status {
  color: #a34a28;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.ihom-featured-event h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: clamp(36px, 4vw, 58px);
  font-weight: 500;
  line-height: 1.06;
  margin-bottom: 34px;
}

.ihom-featured-event h3 a {
  color: #173f3b;
  text-decoration: none;
}

.ihom-event-details {
  margin: 0 0 36px;
}

.ihom-event-details div {
  border-top: 1px solid #ddd8ce;
  display: grid;
  gap: 20px;
  grid-template-columns: 70px 1fr;
  padding: 14px 0;
}

.ihom-event-details dt {
  color: #707875;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.ihom-event-details dd {
  color: #27302e;
  margin: 0;
}

.ihom-event-empty {
  background: #fff;
  max-width: 760px;
  padding: 56px;
}

.ihom-event-empty h3 {
  color: #173f3b;
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 34px;
  font-weight: 500;
}

.ihom-home-culture {
  background: #173f3b;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.ihom-home-culture__image-wrap {
  overflow: hidden;
}

.ihom-home-culture__image {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.ihom-home-culture__content {
  align-self: center;
  max-width: 710px;
  padding: clamp(60px, 8vw, 130px);
}

.ihom-home-culture .ihom-section-label {
  color: #e8bf5b;
}

.ihom-home-culture h2 {
  color: #fff;
  margin-bottom: 30px;
}

.ihom-home-culture__content > p:not(.ihom-section-label) {
  color: #d8dfdb;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 34px;
}

.ihom-home-stories {
  padding: 124px 0 132px;
}

.ihom-story-grid {
  display: grid;
  gap: 28px;
  grid-template-columns: repeat(3, 1fr);
}

.ihom-story-card {
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.ihom-story-card__image {
  aspect-ratio: 4 / 3;
  background: #d8d1c4;
  display: block;
  overflow: hidden;
}

.ihom-story-card__image img {
  height: 100%;
  object-fit: cover;
  transition: transform 400ms ease;
  width: 100%;
}

.ihom-story-card:hover .ihom-story-card__image img {
  transform: scale(1.025);
}

.ihom-story-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 32px;
}

.ihom-story-card__meta {
  color: #9b4628;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.ihom-story-card h3 {
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 16px;
}

.ihom-story-card h3 a {
  color: #173f3b;
  text-decoration: none;
}

.ihom-story-card__body > p:not(.ihom-story-card__meta) {
  color: #66706c;
  line-height: 1.7;
}

.ihom-story-card__link {
  color: #173f3b;
  font-weight: 800;
  margin-top: auto;
  padding-top: 18px;
  text-decoration: none;
}

.ihom-home-join {
  background: #d8a328;
  padding: 96px 0;
}

.ihom-home-join__inner {
  align-items: center;
  display: grid;
  gap: 90px;
  grid-template-columns: 1.2fr .8fr;
}

.ihom-home-join .ihom-section-label {
  color: #713318;
}

.ihom-home-join h2 {
  color: #17201f;
}

.ihom-home-join__inner > div:last-child > p {
  color: #27302e;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 24px;
}

.ihom-home-join .ihom-button--primary {
  background: #173f3b;
  color: #fff !important;
}

.ihom-home-join .ihom-button--primary:hover,
.ihom-home-join .ihom-button--primary:focus-visible {
  background: #0d2d2a;
}

@media (max-width: 1023px) {
  .ihom-home-intro__grid,
  .ihom-home-join__inner {
    gap: 48px;
    grid-template-columns: 1fr;
  }

  .ihom-home-intro__copy {
    padding-top: 0;
  }

  .ihom-featured-event {
    grid-template-columns: 1fr;
  }

  .ihom-featured-event__image {
    aspect-ratio: 16 / 9;
  }

  .ihom-home-culture {
    grid-template-columns: 1fr;
  }

  .ihom-home-culture__image-wrap {
    aspect-ratio: 16 / 8;
  }

  .ihom-home-culture__content {
    max-width: none;
  }

  .ihom-story-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ihom-story-card:last-child {
    grid-column: 1 / -1;
    max-width: calc(50% - 14px);
  }
}

@media (max-width: 767px) {
  .ihom-shell {
    padding-inline: 20px;
  }

  .ihom-home-hero {
    min-height: 700px;
  }

  .ihom-home-hero__shade {
    background:
      linear-gradient(0deg, rgba(5, 17, 16, .96) 0%, rgba(5, 17, 16, .74) 66%, rgba(5, 17, 16, .38) 100%);
  }

  .ihom-home-hero__image {
    object-position: 62% center;
  }

  .ihom-home-hero__content {
    padding-bottom: 116px;
    padding-top: 130px;
  }

  .ihom-home-hero h1 {
    font-size: clamp(45px, 13vw, 60px);
    max-width: 10ch;
  }

  .ihom-home-hero__lede {
    font-size: 17px;
    line-height: 1.6;
  }

  .ihom-home-hero .ihom-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ihom-home-hero .ihom-button {
    width: 100%;
  }

  .ihom-home-hero__note {
    font-size: 16px;
    min-height: 64px;
    padding: 0 18px;
  }

  .ihom-home-hero__note span:not(:last-child)::after {
    margin-inline: 10px;
  }

  .ihom-home-intro,
  .ihom-home-stories {
    padding: 84px 0;
  }

  .ihom-home-intro__maps {
    display: none;
  }

  .ihom-home-intro__provided-maps {
    display: none;
  }

  .ihom-home-event {
    padding: 82px 0 88px;
  }

  .ihom-home-intro h2,
  .ihom-section-heading h2,
  .ihom-home-culture h2,
  .ihom-home-join h2 {
    font-size: 41px;
  }

  .ihom-home-principles {
    grid-template-columns: 1fr;
    margin-top: 58px;
  }

  .ihom-home-principles article {
    border-bottom: 1px solid #cbc4b6;
    min-height: 0;
    padding: 32px 0;
  }

  .ihom-home-principles article:not(:last-child) {
    border-right: 0;
    margin-right: 0;
  }

  .ihom-principle-number {
    margin-bottom: 20px;
  }

  .ihom-section-heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 34px;
  }

  .ihom-featured-event {
    min-height: 0;
  }

  .ihom-featured-event__image {
    aspect-ratio: 4 / 3;
  }

  .ihom-featured-event__content {
    padding: 34px 26px 40px;
  }

  .ihom-featured-event h3 {
    font-size: 38px;
  }

  .ihom-home-culture__image-wrap {
    aspect-ratio: 4 / 3;
  }

  .ihom-home-culture__content {
    padding: 70px 20px 78px;
  }

  .ihom-home-culture .ihom-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .ihom-story-grid {
    grid-template-columns: 1fr;
  }

  .ihom-story-card:last-child {
    grid-column: auto;
    max-width: none;
  }

  .ihom-story-card__body {
    padding: 26px;
  }

  .ihom-home-join {
    padding: 76px 0 82px;
  }

  .ihom-home-join__inner {
    gap: 32px;
  }

  .ihom-home-join .ihom-actions {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ihom-featured-event__image img,
  .ihom-story-card__image img,
  .ihom-gallery-card img,
  .ihom-text-link span {
    transform: none !important;
  }
}
