:root {
  --navy: #082f52;
  --navy-deep: #062742;
  --gold: #a9823a;
  --cream: #f7ecd9;
  --cream-light: #fff8ed;
  --paper: #fffaf3;
  --line: rgba(169, 130, 58, 0.28);
  --shadow: rgba(8, 47, 82, 0.12);
}

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; background: var(--cream-light); color: var(--navy); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }

.site-header { position: relative; z-index: 20; width: 100%; background: linear-gradient(180deg, #fffaf2 0%, #f7ead4 100%); border-bottom: 1px solid rgba(169, 130, 58, 0.28); box-shadow: 0 4px 16px rgba(8, 47, 82, 0.06); }
.site-nav { width: min(1220px, 100%); margin: 0 auto; min-height: 64px; padding: 0 26px; display: flex; align-items: center; justify-content: center; gap: 24px; }
.nav-menu { display: flex; align-items: center; justify-content: space-between; gap: clamp(24px, 4.2vw, 62px); width: 100%; text-transform: uppercase; letter-spacing: 0.035em; }
.nav-menu a, .nav-dropdown__trigger { color: var(--navy); font-size: 0.9rem; font-weight: 800; line-height: 1; text-decoration: none; white-space: nowrap; }
.nav-menu a:hover, .nav-menu a:focus-visible, .nav-menu a[aria-current="page"], .nav-dropdown__trigger:hover, .nav-dropdown__trigger:focus-visible { color: var(--gold); outline: none; }
.nav-menu a[aria-current="page"] { padding-bottom: 9px; border-bottom: 2px solid var(--gold); }
.nav-dropdown { position: relative; }
.nav-dropdown::after { content: ""; position: absolute; left: -18px; right: -18px; top: 100%; height: 18px; }
.nav-dropdown__menu { position: absolute; top: 100%; left: 50%; display: none; width: 270px; transform: translateX(-50%); padding: 12px 10px 10px; background: rgba(255, 248, 237, 0.98); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 18px 38px var(--shadow); }
.nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu, .nav-dropdown__menu:hover { display: grid; gap: 3px; }
.nav-dropdown__menu a { display: block; padding: 11px 12px; border-radius: 9px; font-size: 0.82rem; line-height: 1.25; text-transform: none; letter-spacing: 0; border-bottom: 0; }
.nav-dropdown__menu a:hover, .nav-dropdown__menu a:focus-visible { background: #ead8b9; }
.nav-toggle { display: none; appearance: none; border: 1.5px solid rgba(169, 130, 58, 0.48); border-radius: 50%; background: rgba(255, 250, 243, 0.86); width: 52px; height: 52px; padding: 0; cursor: pointer; align-items: center; justify-content: center; flex-direction: column; gap: 5px; }
.nav-toggle span { display: block; height: 2px; width: 22px; background: var(--navy); border-radius: 999px; }
.nav-toggle:hover, .nav-toggle:focus-visible { background: #fffaf3; border-color: rgba(169, 130, 58, 0.7); box-shadow: 0 10px 26px rgba(8, 47, 82, 0.14); outline: none; }

.contact-hero-static { width: 100%; overflow: hidden; background: #f7ecd9; }
.contact-hero-static img { display: block; width: 100%; height: auto; }

.section { padding: clamp(50px, 7vw, 84px) 22px; }
.ways-section { background: linear-gradient(180deg, #fffaf3 0%, #f7ecd9 100%); }
.other-section { background: #fffaf3; padding-top: clamp(24px, 4vw, 44px); }
.section-heading { width: min(850px, 100%); margin: 0 auto clamp(28px, 4vw, 42px); text-align: center; }
.section-heading.compact { margin-bottom: 26px; }
.section-heading h1, .section-heading h2 { margin: 0; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 4.6vw, 3.2rem); line-height: 1.08; letter-spacing: -0.03em; }
.gold-divider { display: block; width: 220px; height: 18px; margin: 12px auto 0; position: relative; }
.gold-divider::before, .gold-divider::after { content: ""; position: absolute; top: 8px; width: 92px; height: 1px; background: rgba(169, 130, 58, 0.55); }
.gold-divider::before { left: 0; }
.gold-divider::after { right: 0; }
.gold-divider::after { box-shadow: none; }
.section-heading .gold-divider::selection { background: transparent; }
.gold-divider::before { }
.gold-divider::after { }
.gold-divider { }
.gold-divider::before, .gold-divider::after { }
.gold-divider::before { }
.gold-divider::after { }
.gold-divider:before { }
.gold-divider:after { }
.section-heading::after { content: "✤"; display: block; margin-top: -18px; color: var(--gold); font-size: 1.1rem; line-height: 1; }

.ways-grid { width: min(1090px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.way-card { padding: 32px 28px; background: rgba(255, 250, 243, 0.92); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 46px rgba(8, 47, 82, 0.08); text-align: center; }
.way-icon { display: grid; place-items: center; width: 74px; height: 74px; margin: 0 auto 18px; border-radius: 50%; background: var(--navy); color: #f0c56d; font-size: 2rem; box-shadow: 0 12px 24px rgba(8,47,82,.16); }
.way-card h2 { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; color: var(--navy); font-size: 1.45rem; }
.way-card p { margin: 0 auto 22px; color: #17344d; font-size: 1rem; line-height: 1.65; max-width: 270px; }
.button-link { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 44px; padding: 0 22px; border-radius: 7px; background: var(--navy); color: #fffaf3; font-size: .84rem; font-weight: 900; text-decoration: none; letter-spacing: .05em; text-transform: uppercase; }
.button-link:hover, .button-link:focus-visible { background: var(--gold); outline: none; }

.contact-links-grid { width: min(1110px, 100%); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.contact-tile { display: flex; align-items: center; gap: 14px; min-height: 100px; padding: 18px; background: rgba(255,250,243,.92); border: 1px solid var(--line); border-radius: 16px; text-decoration: none; box-shadow: 0 14px 34px rgba(8,47,82,.07); }
.contact-tile:hover, .contact-tile:focus-visible { transform: translateY(-2px); box-shadow: 0 20px 42px rgba(8,47,82,.11); outline: none; }
.tile-icon { display: grid; place-items: center; flex: 0 0 auto; width: 48px; height: 48px; border-radius: 50%; background: var(--gold); color: white; font-weight: 900; font-size: 1.3rem; }
.tile-icon.facebook { background: #1877f2; font-family: Arial, Helvetica, sans-serif; }
.tile-icon.instagram { background: radial-gradient(circle at 30% 110%, #ffdc80 0 18%, #fd1d1d 43%, #833ab4 72%, #405de6 100%); }
.contact-tile strong { display: block; color: var(--navy); font-family: Georgia, 'Times New Roman', serif; font-size: 1rem; }
.contact-tile small { display: block; margin-top: 4px; color: #244159; font-size: .84rem; line-height: 1.3; overflow-wrap: anywhere; }

.closing-footer { position: relative; display: grid; grid-template-columns: 1fr minmax(280px, 620px) 1fr; gap: clamp(18px, 4vw, 56px); align-items: center; padding: clamp(54px, 7vw, 86px) 30px 44px; overflow: hidden; background: linear-gradient(180deg, #f9f0e1 0%, #eaf0f3 100%); border-top: 1px solid rgba(169,130,58,.18); text-align: center; }
.closing-content { position: relative; z-index: 1; }
.closing-content h2 { margin: 0 0 24px; font-family: Georgia, 'Times New Roman', serif; color: var(--navy); font-size: clamp(1.5rem, 3vw, 2.35rem); line-height: 1.35; }
.closing-content h2 em { color: var(--gold); font-style: normal; }
.closing-content p { margin: 0 auto 8px; color: #17344d; line-height: 1.65; font-size: 1.02rem; max-width: 620px; }
.closing-message { font-weight: 700; }

.site-footer { padding: 22px 20px; background: linear-gradient(180deg, #eaf0f3 0%, #dce8ee 100%); color: var(--navy); text-align: center; font-size: 0.94rem; }
.site-footer p { margin: 0; }

.contact-form-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255,255,255,.72), transparent 18rem),
    linear-gradient(180deg, #f7ecd9 0%, #fffaf3 100%);
}

.contact-form-shell {
  width: min(880px, 100%);
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-top: 5px solid var(--gold);
  border-radius: 22px;
  background: rgba(255, 250, 243, 0.94);
  box-shadow: 0 20px 52px rgba(8, 47, 82, 0.1);
}

.contact-form-shell .section-heading p {
  max-width: 650px;
  margin: 14px auto 0;
  color: #244159;
  font-size: 1rem;
  line-height: 1.65;
}

.contact-form-shell .section-heading::after {
  display: none;
}

.haneul-contact-form {
  display: grid;
  gap: 20px;
  margin-top: 28px;
}

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

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label,
.identity-fieldset legend {
  color: var(--navy);
  font-size: .88rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.form-field label span {
  color: var(--gold);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  border: 1px solid rgba(169, 130, 58, 0.34);
  border-radius: 14px;
  background: #fffdf8;
  color: var(--navy);
  font: 1rem/1.45 Arial, Helvetica, sans-serif;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.form-field input,
.form-field select {
  min-height: 52px;
  padding: 0 16px;
}

.form-field textarea {
  min-height: 160px;
  padding: 15px 16px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--gold);
  box-shadow:
    0 0 0 4px rgba(169, 130, 58, 0.16),
    inset 0 1px 0 rgba(255,255,255,.7);
  outline: none;
}

.form-field input[aria-invalid="true"],
.form-field select[aria-invalid="true"],
.form-field textarea[aria-invalid="true"] {
  border-color: #a33a2d;
}

.field-error {
  min-height: 1.2em;
  margin: 0;
  color: #a33a2d;
  font-size: .86rem;
  font-weight: 700;
}

.identity-fieldset {
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(169, 130, 58, 0.28);
  border-radius: 18px;
  background: rgba(247, 236, 217, 0.38);
}

.identity-fieldset legend {
  padding: 0 8px;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  padding: 10px 12px;
  border: 1px solid rgba(169, 130, 58, 0.2);
  border-radius: 12px;
  background: rgba(255, 250, 243, 0.78);
  color: #17344d;
  font-size: .94rem;
  line-height: 1.25;
}

.checkbox-grid input {
  width: 18px;
  height: 18px;
  accent-color: var(--gold);
}

.hidden-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-status {
  padding: 16px 18px;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.55;
}

.form-status--success {
  border: 1px solid rgba(64, 122, 78, 0.28);
  background: rgba(232, 246, 233, 0.92);
  color: #245c34;
}

.form-status--error {
  border: 1px solid rgba(163, 58, 45, 0.26);
  background: rgba(255, 239, 235, 0.94);
  color: #8e2e23;
}

.form-submit-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  gap: 8px;
  min-height: 50px;
  min-width: 190px;
  padding: 0 26px;
  border: 0;
  border-radius: 999px;
  background: var(--navy);
  color: #fffaf3;
  font-size: .86rem;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
  box-shadow: 0 12px 24px rgba(8, 47, 82, .14);
  cursor: pointer;
}

.form-submit-button:hover,
.form-submit-button:focus-visible {
  background: var(--gold);
  outline: none;
}

.form-submit-button:disabled {
  cursor: wait;
  opacity: .68;
}


/* Ways to Connect icon/button polish */
.people-icon { position: relative; }
.people-icon .icon-dot { position: absolute; width: 20px; height: 20px; border-radius: 50%; background: #f0c56d; top: 20px; left: 18px; }
.people-icon .icon-dot:nth-child(2) { left: 36px; }
.people-icon .icon-dot.small { width: 16px; height: 16px; top: 38px; left: 29px; background: #fff1c8; }
.mail-icon { font-size: 1.85rem; }
.social-icon { font-size: 2.15rem; }
.social-button-stack { display: grid; gap: 10px; justify-items: center; }
.button-icon { display: inline-grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,250,243,.2); font-size: .88rem; font-weight: 900; line-height: 1; }
.people-mini { font-size: .62rem; letter-spacing: -3px; padding-right: 3px; }
.fb-mini { font-family: Arial, Helvetica, sans-serif; background: rgba(255,255,255,.22); }
.ig-mini { background: rgba(255,255,255,.22); font-size: .98rem; }
.button-link--facebook { background: #1877f2; }
.button-link--instagram { background: linear-gradient(135deg, #833ab4 0%, #fd1d1d 54%, #fcb045 100%); }
.button-link--facebook:hover, .button-link--facebook:focus-visible,
.button-link--instagram:hover, .button-link--instagram:focus-visible { filter: brightness(.96); background: var(--gold); }
.way-card .button-link { min-width: 218px; }

@media (max-width: 1024px) {
  .site-nav { min-height: 68px; justify-content: flex-end; }
  .nav-toggle { display: inline-flex; }
  .nav-menu { position: absolute; top: 100%; left: 16px; right: 16px; display: none; min-height: auto; padding: 16px; flex-direction: column; align-items: stretch; gap: 0; background: rgba(255, 248, 237, 0.98); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 46px var(--shadow); }
  .nav-menu.is-open { display: flex; }
  .nav-menu a, .nav-dropdown__trigger { display: block; width: 100%; padding: 14px 12px; border-radius: 12px; font-size: 0.9rem; }
  .nav-menu a[aria-current="page"] { border-bottom: 0; background: #ead8b9; }
  .nav-menu a:hover, .nav-menu a:focus-visible, .nav-dropdown__trigger:hover, .nav-dropdown__trigger:focus-visible { background: #ead8b9; }
  .nav-dropdown::after { display: none; }
  .nav-dropdown__menu { position: static; display: none; width: auto; transform: none; margin: 4px 0 8px 14px; padding: 6px; box-shadow: none; background: #f4e4c9; }
  .nav-dropdown:hover .nav-dropdown__menu, .nav-dropdown:focus-within .nav-dropdown__menu { display: none; }
  .nav-dropdown.is-open .nav-dropdown__menu { display: grid; }
  .ways-grid { grid-template-columns: 1fr; max-width: 560px; }
  .contact-links-grid { grid-template-columns: repeat(2, 1fr); }
  .closing-footer { grid-template-columns: 1fr; }
}

@media (max-width: 680px) {
  .site-nav { padding: 0 18px; min-height: 64px; }
  .contact-hero-static img { width: 100%; min-height: 260px; object-fit: cover; object-position: center top; }
  .contact-links-grid { grid-template-columns: 1fr; }
  .way-card { padding: 28px 22px; }
  .contact-form-section { padding-inline: 16px; }
  .contact-form-shell { padding: 26px 18px; border-radius: 18px; }
  .form-grid,
  .checkbox-grid { grid-template-columns: 1fr; }
  .form-submit-button { width: 100%; }
  .closing-footer { padding: 48px 22px 34px; }
}

/* v4 refinements: community routing note and cleaner circle icons */
.membership-note {
  margin: 0.85rem 0 1.15rem;
  font-size: 0.88rem;
  line-height: 1.55;
  color: #5d6f7d;
  font-style: italic;
}

.way-card .way-icon {
  width: 4.35rem;
  height: 4.35rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: #163a59;
  color: #fff7e8;
  box-shadow: 0 14px 30px rgba(12, 41, 67, 0.16);
}

.people-icon {
  position: relative;
  gap: 0.22rem;
}

.people-icon .icon-dot {
  width: 0.74rem;
  height: 0.74rem;
  border-radius: 999px;
  background: currentColor;
  position: relative;
  display: inline-block;
}

.people-icon .icon-dot::after {
  content: "";
  position: absolute;
  top: 0.88rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.1rem;
  height: 0.55rem;
  border-radius: 999px 999px 0 0;
  background: currentColor;
}

.people-icon .icon-dot.small {
  width: 0.58rem;
  height: 0.58rem;
  opacity: 0.88;
  transform: translateY(0.15rem);
}

.people-icon .icon-dot.small::after {
  width: 0.9rem;
  height: 0.46rem;
  top: 0.72rem;
}

.mail-icon,
.social-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.social-icon {
  font-family: Georgia, serif;
  font-size: 2.05rem;
}


/* v5 premium navy + gold medallion icons */
.way-card .way-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 1.35rem;
  border-radius: 999px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(circle at 35% 28%, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 36%),
    linear-gradient(145deg, #0c3558 0%, #082f52 62%, #061f36 100%);
  color: #fff8ed;
  border: 2px solid rgba(169, 130, 58, 0.88);
  box-shadow:
    0 16px 34px rgba(8, 47, 82, 0.18),
    inset 0 0 0 5px rgba(255, 250, 243, 0.08),
    inset 0 0 0 8px rgba(169, 130, 58, 0.16);
}

.way-card .way-icon::after {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: inherit;
  border: 1px solid rgba(169, 130, 58, 0.25);
  pointer-events: none;
}

/* Community medallion: premium connected figures */
.people-icon {
  gap: 4px;
}
.people-icon .icon-dot {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  width: 13px !important;
  height: 13px !important;
  border-radius: 999px;
  background: #fff8ed !important;
  display: inline-block;
  box-shadow: 0 0 0 1px rgba(255, 248, 237, 0.18);
}
.people-icon .icon-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 17px;
  transform: translateX(-50%);
  width: 20px;
  height: 10px;
  border-radius: 999px 999px 4px 4px;
  background: #fff8ed;
}
.people-icon .icon-dot.small {
  width: 11px !important;
  height: 11px !important;
  transform: translateY(6px) !important;
  opacity: 0.95;
  background: #d9b45f !important;
}
.people-icon .icon-dot.small::after {
  top: 15px;
  width: 18px;
  height: 9px;
  background: #d9b45f;
}

/* Contact medallion: elegant envelope drawn with lines */
.mail-icon {
  font-size: 0 !important;
}
.mail-icon::before {
  content: "";
  width: 34px;
  height: 24px;
  border: 2.2px solid #fff8ed;
  border-radius: 5px;
  display: block;
  background:
    linear-gradient(145deg, transparent 47%, #d9b45f 49%, #d9b45f 53%, transparent 55%),
    linear-gradient(35deg, transparent 47%, #d9b45f 49%, #d9b45f 53%, transparent 55%);
  background-size: 50% 100%, 50% 100%;
  background-position: left top, right top;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px rgba(217, 180, 95, 0.2);
}

/* Follow medallion: connected network motif */
.social-icon {
  font-size: 0 !important;
}
.social-icon::before {
  content: "";
  width: 42px;
  height: 34px;
  display: block;
  background:
    radial-gradient(circle at 18% 50%, #fff8ed 0 5px, transparent 5.5px),
    radial-gradient(circle at 82% 22%, #fff8ed 0 5px, transparent 5.5px),
    radial-gradient(circle at 82% 78%, #d9b45f 0 5px, transparent 5.5px),
    linear-gradient(28deg, transparent 45%, rgba(255,248,237,.96) 47%, rgba(255,248,237,.96) 53%, transparent 55%),
    linear-gradient(-28deg, transparent 45%, rgba(217,180,95,.96) 47%, rgba(217,180,95,.96) 53%, transparent 55%);
}

.membership-note {
  color: #4e6273;
}
.gold-emphasis {
  color: var(--gold);
  font-weight: 800;
  font-style: normal;
}

/* v7 refinement: make the full Facebook Group membership guideline gold */
.membership-note {
  color: var(--gold) !important;
  font-weight: 700;
  font-style: italic;
}
.membership-note .gold-emphasis {
  color: inherit !important;
  font-weight: inherit;
}



/* v8 refinement: professional Haneul social buttons */
.social-button-stack {
  width: min(260px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 12px;
  justify-items: stretch;
}

.social-button-stack .button-link {
  width: 100%;
  min-width: 0;
  min-height: 48px;
  border-radius: 999px;
  padding: 0 20px;
  gap: 12px;
  letter-spacing: 0.035em;
  box-shadow: 0 12px 26px rgba(8, 47, 82, 0.10);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.social-button-stack .button-link:hover,
.social-button-stack .button-link:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(8, 47, 82, 0.14);
  outline: none;
}

.social-button-stack .button-icon {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  font-size: 0.92rem;
}

.button-link--facebook {
  background: linear-gradient(145deg, #0b365b 0%, var(--navy) 64%, #061f36 100%) !important;
  color: #fffaf3 !important;
  border: 1px solid rgba(169, 130, 58, 0.42);
}

.button-link--facebook .fb-mini {
  background: #fffaf3;
  color: var(--navy);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 900;
}

.button-link--facebook:hover,
.button-link--facebook:focus-visible {
  background: linear-gradient(145deg, #0f4169 0%, #0a3457 100%) !important;
  border-color: rgba(169, 130, 58, 0.78);
}

.button-link--instagram {
  background: rgba(255, 250, 243, 0.96) !important;
  color: var(--navy) !important;
  border: 1.5px solid rgba(169, 130, 58, 0.72);
}

.button-link--instagram .ig-mini {
  position: relative;
  background: transparent;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-size: 0;
}

.button-link--instagram .ig-mini::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: block;
}

.button-link--instagram .ig-mini::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 6px;
  width: 3.5px;
  height: 3.5px;
  border-radius: 50%;
  background: var(--gold);
}

.button-link--instagram:hover,
.button-link--instagram:focus-visible {
  background: #f4e4c9 !important;
  color: var(--navy) !important;
  border-color: var(--gold);
}


/* v9 Contact footer refinement: calm integrated closing */
.other-section {
  display: none !important;
}

.closing-footer {
  position: relative;
  display: block;
  padding: clamp(40px, 5vw, 58px) 28px clamp(34px, 4vw, 48px);
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 250, 243, 0.82), rgba(255, 250, 243, 0) 38%),
    linear-gradient(180deg, #fbf4e9 0%, #f0eadf 48%, #e4edf0 100%);
  border-top: 1px solid rgba(169, 130, 58, 0.18);
  text-align: center;
}

.closing-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8, 47, 82, 0.05), transparent 24%, transparent 76%, rgba(8, 47, 82, 0.05));
  pointer-events: none;
}

.closing-content {
  position: relative;
  z-index: 1;
}

.closing-content h2 {
  margin: 0 0 18px;
  font-family: Georgia, 'Times New Roman', serif;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.45vw, 2.05rem);
  line-height: 1.38;
  font-weight: 500;
}

.closing-content h2 em {
  display: inline-block;
  margin-top: 4px;
  color: var(--gold);
  font-style: normal;
  font-weight: 700;
}

.closing-content p {
  margin: 0 auto 8px;
  color: #17344d;
  line-height: 1.68;
  font-size: clamp(0.96rem, 1.3vw, 1.04rem);
  max-width: 560px;
}

.closing-message {
  font-weight: 700;
  color: var(--navy) !important;
  margin-top: 10px !important;
}

.site-footer {
  padding: 18px 20px;
  background: linear-gradient(180deg, #e4edf0 0%, #dce8ee 100%);
  color: rgba(8, 47, 82, 0.82);
  text-align: center;
  font-size: 0.92rem;
  border-top: 1px solid rgba(8, 47, 82, 0.06);
}

.site-footer p {
  margin: 0;
  white-space: nowrap;
}
.site-footer a {
  color: inherit;
  font-weight: 800;
  text-decoration: none;
}
.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--gold);
}

@media (max-width: 1024px) {
  .closing-footer {
    padding: 44px 24px 36px;
  }
}

@media (max-width: 680px) {
  .closing-footer {
    padding: 38px 20px 30px;
  }
  .closing-content p {
    max-width: 320px;
  }
  .site-footer {
    font-size: 0.84rem;
    padding: 16px 16px;
  }
}

/* v11 footer map: compact Korea-to-New-England line art */
.footer-map-graphic {
  width: min(360px, 78vw);
  margin: 0 auto 18px;
}

.footer-map-graphic svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.map-outline {
  fill: none;
  stroke: rgba(8, 47, 82, 0.82);
  stroke-width: 2.2;
  stroke-linejoin: round;
  stroke-linecap: round;
}

.map-coast {
  fill: none;
  stroke: rgba(8, 47, 82, 0.42);
  stroke-width: 1.25;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.map-line {
  fill: none;
  stroke: rgba(169, 130, 58, 0.56);
  stroke-width: 1.45;
  stroke-linecap: round;
}

.map-heart {
  fill: var(--gold);
  font-family: Georgia, 'Times New Roman', serif;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 680px) {
  .footer-map-graphic {
    width: min(300px, 86vw);
    margin-bottom: 16px;
  }

  .site-footer p {
    font-size: 0.78rem;
  }
}


/* v13 icon refinement: custom SVG medallions for clearer meaning */
.way-icon.people-icon .icon-dot,
.way-icon.people-icon .icon-dot::after {
  display: none !important;
}

.way-icon.social-icon::before {
  content: none !important;
  display: none !important;
}

.medallion-svg {
  width: 48px;
  height: 48px;
  display: block;
  overflow: visible;
}

.icon-fill-cream { fill: #fff8ed; }
.icon-fill-gold { fill: #d9b45f; }
.icon-stroke-cream,
.icon-stroke-gold {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 4;
}
.icon-stroke-cream { stroke: #fff8ed; }
.icon-stroke-gold { stroke: #d9b45f; }
.icon-stroke-cream.thin,
.icon-stroke-gold.thin { stroke-width: 3; }

.community-svg {
  transform: translateY(-1px);
}

.broadcast-svg {
  transform: translateY(1px);
}
