/* Loaded only for the WordPress page ID with the /contact/ slug. */
.sh-contact { overflow: hidden; background: var(--sh-cream); }

.sh-contact-hero { padding: clamp(80px, 8vw, 128px) 0; background: var(--sh-emerald); text-align: center; }
.sh-contact-hero__inner { max-width: 980px; }
.sh-contact-hero h1 { margin: 0; color: var(--sh-white); font-size: clamp(4rem, 7vw, 7.5rem); font-weight: 600; letter-spacing: -.035em; }
.sh-contact-hero h1 em { color: var(--sh-blush); font-weight: 500; }
.sh-contact-hero__inner > p:last-child { max-width: 650px; margin: 26px auto 0; color: rgba(255,255,255,.66); font-size: .88rem; line-height: 1.8; }

.sh-contact-main { padding: clamp(82px, 10vw, 150px) 0; background: var(--sh-white); }
.sh-contact-grid { display: grid; grid-template-columns: minmax(320px, .72fr) minmax(500px, 1.28fr); gap: clamp(60px, 9vw, 140px); }
.sh-contact-channels h2, .sh-contact-form-wrap h2 { margin: 0; font-size: clamp(2.8rem, 4.2vw, 4.6rem); font-weight: 600; }
.sh-contact-channels__intro { max-width: 500px; margin: 22px 0 38px; color: var(--sh-sage); font-size: .82rem; line-height: 1.8; }

.sh-contact-channel { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 18px; min-height: 94px; padding: 18px 20px; border: 1px solid var(--sh-line); border-bottom: 0; color: var(--sh-emerald); text-decoration: none; transition: background-color 180ms ease, transform 180ms ease; }
.sh-contact-channel:nth-of-type(2) { border-bottom: 1px solid var(--sh-line); }
.sh-contact-channel:hover { z-index: 2; background: var(--sh-mist); transform: translateX(5px); }
.sh-contact-channel--featured { background: var(--sh-emerald); color: var(--sh-white); }
.sh-contact-channel--featured:hover { background: var(--sh-emerald-dark); }
.sh-contact-channel__icon { width: 46px; height: 46px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--sh-blush); }
.sh-contact-channel__icon svg { width: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.5; }
.sh-contact-channel small, .sh-contact-channel strong { display: block; }
.sh-contact-channel small { margin-bottom: 6px; color: var(--sh-blush); font-size: .57rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sh-contact-channel strong { overflow-wrap: anywhere; color: inherit; font-size: .73rem; font-weight: 600; }
.sh-contact-channel__arrow { font-size: 1.25rem; }

.sh-contact-hours { margin-top: 34px; padding-left: 20px; border-left: 2px solid var(--sh-blush); }
.sh-contact-hours span { display: block; color: var(--sh-blush); font-size: .59rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sh-contact-hours strong { display: block; margin-top: 6px; color: var(--sh-emerald); font-family: var(--sh-display); font-size: 1.55rem; }
.sh-contact-hours p { margin: 4px 0 0; color: var(--sh-sage); font-size: .69rem; }

.sh-contact-form-wrap { padding: clamp(32px, 4vw, 58px); border: 1px solid var(--sh-line); background: var(--sh-cream); box-shadow: var(--sh-shadow); }
.sh-contact-form { margin-top: 36px; }
.sh-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; }
.sh-contact-form label { display: block; margin: 0; }
.sh-contact-form label > span { display: block; margin-bottom: 9px; color: var(--sh-emerald); font-size: .62rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.sh-contact-form input, .sh-contact-form select, .sh-contact-form textarea { width: 100%; min-height: 52px; padding: 12px 14px; border: 1px solid var(--sh-line); border-radius: 0; background: var(--sh-white); color: var(--sh-ink); font-family: var(--sh-body); font-size: .8rem; outline: none; transition: border-color 160ms ease, box-shadow 160ms ease; }
.sh-contact-form textarea { min-height: 142px; resize: vertical; }
.sh-contact-form input:focus, .sh-contact-form select:focus, .sh-contact-form textarea:focus { border-color: var(--sh-emerald); box-shadow: 0 0 0 3px rgba(11,60,43,.08); }
.sh-form-message { margin-top: 24px !important; }
.sh-contact-form .sh-button { margin-top: 24px; cursor: pointer; }
.sh-form-privacy { display: inline-block; margin: 0 0 0 16px; color: var(--sh-sage); font-size: .62rem; }
.sh-form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sh-form-notice { margin-top: 24px; padding: 13px 16px; border-left: 3px solid; font-size: .75rem; line-height: 1.6; }
.sh-form-notice--success { border-color: #27815d; background: rgba(39,129,93,.08); color: #1e6549; }
.sh-form-notice--error { border-color: #b45f5f; background: rgba(180,95,95,.08); color: #8b4444; }

.sh-contact-faq { padding: clamp(82px, 10vw, 150px) 0; background: var(--sh-cream); }
.sh-faq-grid { display: grid; grid-template-columns: minmax(300px,.72fr) minmax(500px,1.28fr); gap: clamp(60px, 9vw, 140px); }
.sh-faq-heading h2 { max-width: 520px; margin: 0; font-size: clamp(3.2rem, 5vw, 5.5rem); font-weight: 600; }
.sh-faq-list { border-top: 1px solid var(--sh-line); }
.sh-faq-item { border-bottom: 1px solid var(--sh-line); }
.sh-faq-item summary { position: relative; display: grid; grid-template-columns: 46px 1fr 24px; align-items: center; gap: 16px; padding: 26px 0; color: var(--sh-emerald); font-size: .83rem; font-weight: 600; line-height: 1.5; cursor: pointer; list-style: none; }
.sh-faq-item summary::-webkit-details-marker { display: none; }
.sh-faq-item summary > span { color: var(--sh-blush); font-family: var(--sh-display); font-size: 1rem; }
.sh-faq-item summary i::before, .sh-faq-item summary i::after { position: absolute; width: 14px; height: 1px; background: var(--sh-emerald); content: ""; }
.sh-faq-item summary i::after { transform: rotate(90deg); transition: transform 160ms ease; }
.sh-faq-item[open] summary i::after { transform: rotate(0); }
.sh-faq-item > div { padding: 0 40px 24px 62px; }
.sh-faq-item p { max-width: 690px; margin: 0; color: var(--sh-sage); font-size: .76rem; line-height: 1.8; }

@media (max-width: 1024px) {
  .sh-contact-grid, .sh-faq-grid { grid-template-columns: 1fr; }
  .sh-contact-channels { max-width: 720px; }
}

@media (max-width: 767px) {
  .sh-contact-hero h1 { font-size: clamp(3.6rem, 17vw, 5rem); }
  .sh-contact-form-wrap { padding: 28px 20px; }
  .sh-form-grid { grid-template-columns: 1fr; gap: 20px; }
  .sh-form-privacy { display: block; margin: 14px 0 0; }
  .sh-contact-channel { grid-template-columns: 44px minmax(0,1fr) auto; padding-inline: 14px; }
  .sh-faq-item summary { grid-template-columns: 34px 1fr 20px; gap: 10px; }
  .sh-faq-item > div { padding-left: 44px; }
}
