.page-hero {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 34.375rem;
  color: var(--white);
  background-color: var(--navy);
  background-position: center;
  background-size: cover;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(5, 27, 72, .97), rgba(5, 27, 72, .72) 44%, rgba(5, 27, 72, .28) 80%),
    rgba(4, 20, 55, .22);
}

.page-hero-content {
  position: relative;
  z-index: 1;
  padding-top: 4.5rem;
}

.page-hero .eyebrow { margin-bottom: .75rem; }
.page-hero h1 {
  max-width: 47.0625rem;
  margin: 0 0 .75rem;
  font-size: clamp(2.7rem, 3.25vw, 3.125rem);
  line-height: 1.2;
  letter-spacing: -.02em;
}
.page-hero p:not(.eyebrow) { max-width: 40.3125rem; margin: 0 0 2rem; font-size: 1.125rem; line-height: 1.5; letter-spacing: .01em; }
.join-page-hero { background-image: url("../images/jobs-wide.webp"); background-position: right center; }
.feed-page-hero { background-image: url("../images/feed-photo.webp"); background-position: center; }
.liquid-page-hero { background-image: url("../images/liquid-hero.webp"); background-position: center; }
.contact-page-hero { background-image: url("../images/contact-hero.webp"); background-position: center; }

.content-section { padding-block: clamp(4.75rem, 7vw, 7.5rem); }
.content-section-pale { background: var(--pale-blue); }
.content-section-white { background: var(--white); }
.legal-page { padding-block: clamp(11rem, 16vw, 14rem) clamp(5rem, 8vw, 8rem); background: linear-gradient(to bottom, var(--navy) 0 8.25rem, var(--pale-blue) 8.25rem 100%); }
.legal-page h1 { max-width: 55rem; margin: 0 0 1.5rem; font-size: clamp(2.5rem, 4.5vw, 4rem); line-height: 1.15; letter-spacing: -.025em; }
.legal-page p { max-width: 58rem; margin: 0; font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.75; }
.split-layout { display: grid; grid-template-columns: minmax(16rem, .72fr) minmax(0, 1.4fr); gap: clamp(3rem, 7vw, 7rem); align-items: start; }
.split-layout-balanced { grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; }
.section-title { margin: 0; font-size: clamp(2rem, 3vw, 2.75rem); line-height: 1.2; letter-spacing: -.01em; }
.split-layout .section-title { font-size: clamp(2rem, 2.5vw, 2.25rem); line-height: 1.3; letter-spacing: 0; }
.section-intro { max-width: 48rem; margin: .75rem auto 0; color: var(--muted); text-align: center; }
.section-heading-wide { margin-bottom: clamp(2.5rem, 5vw, 4rem); text-align: center; }

.benefit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2rem 3rem; }
.benefit-item { display: grid; grid-template-columns: 3.8rem 1fr; gap: .9rem; align-items: start; }
.benefit-item img { width: 3rem; height: 3rem; object-fit: contain; }
.benefit-item h3 { margin: 0 0 .2rem; font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }
.benefit-item p { margin: 0; color: var(--muted); font-size: 1rem; line-height: 1.6; }

.profile-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 37rem; }
.profile-copy { display: grid; align-content: center; justify-items: start; width: min(100% - (2 * var(--gutter)), 38rem); margin-left: auto; padding: 4rem var(--gutter) 4rem 0; }
.profile-copy ul { display: grid; gap: 1rem; margin: 1.6rem 0 0; padding: 0; list-style: none; }
.profile-copy li, .check-list li { position: relative; padding-left: 2rem; }
.profile-copy li::before {
  content: "";
  position: absolute;
  top: -.05rem;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  background: url("../images/icon_check.svg") center / contain no-repeat;
}
.check-list li::before {
  content: "";
  position: absolute;
  top: -.05rem;
  left: 0;
  width: 1.45rem;
  height: 1.45rem;
  background: url("../images/icon_check.svg") center / contain no-repeat;
}
.profile-image { width: 100%; height: 100%; min-height: 37rem; object-fit: cover; }

.forms-section { background: var(--pale-blue); }
.forms-layout { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.forms-layout > *, .visit-layout > * { min-width: 0; }
.contact-side h2 { margin-bottom: 2rem; }
.person-card, .request-form, .business-panel, .staff-card, .map-card-small {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: 0 8px 28px rgba(11, 40, 102, .08);
}
.person-card { position: relative; padding: 1.75rem; }
.person-card-photo {
  position: absolute;
  top: 1.5rem;
  right: 1.75rem;
  width: 5rem;
  aspect-ratio: 1;
  isolation: isolate;
}
.person-card-photo::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 7px;
  left: 7px;
  width: 100%;
  aspect-ratio: 1;
  background: var(--orange);
}
.person-card-photo img { position: relative; z-index: 1; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; }
.person-card h3 { max-width: calc(100% - 6rem); margin: 0; font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }
.person-card .role { max-width: calc(100% - 6rem); margin: 0 0 1rem; color: var(--muted); font-size: 1rem; }
.contact-link { display: flex; align-items: center; gap: .55rem; margin-top: .35rem; font-size: 1rem; line-height: 1.5; font-weight: 700; overflow-wrap: anywhere; }
.contact-link img { width: 1.25rem; height: 1.25rem; flex: 0 0 auto; }
.person-card .contact-link img { width: 1.5rem; height: auto; }
.person-card .contact-link { color: var(--blue); text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .16em; }
.person-card .contact-link:hover { color: var(--orange-dark); }
.person-card-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.25rem; }
.person-card-actions .button { flex: 1 1 9.5rem; min-width: 0; margin: 0; }
.button-contact-secondary { color: var(--blue); background: var(--white); border-color: var(--blue); }
.button-contact-secondary:hover { color: var(--white); background: var(--blue); }
.staff-card .button, .map-card-small .button { margin-top: 1.25rem; min-width: 12rem; }

.request-form { padding: clamp(1.75rem, 4vw, 2.75rem); }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.form-heading { display: flex; justify-content: space-between; gap: 2rem; align-items: flex-end; margin-bottom: 1.5rem; }
.form-heading h2 { margin: 0; font-size: clamp(1.75rem, 2.7vw, 2.25rem); line-height: 1.3; letter-spacing: 0; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.form-field { display: grid; gap: .35rem; }
.form-field-full { grid-column: 1 / -1; }
.form-field label { font-size: .8125rem; line-height: 1.5; letter-spacing: .04em; font-weight: 400; }
.form-field input, .form-field textarea {
  width: 100%;
  min-height: 2.875rem;
  padding: .5625rem .8125rem;
  color: var(--navy);
  background: var(--white);
  border: 1px solid #a8afb1;
  border-radius: 5px;
  font: inherit;
}
.form-field input::placeholder, .form-field textarea::placeholder { color: #a8afb1; opacity: 1; }
.form-field textarea { min-height: 8rem; resize: vertical; }
.form-consent { display: flex; gap: .65rem; align-items: flex-start; margin: 1.25rem 0; font-size: .82rem; color: #33363A; }
.form-consent a { text-decoration: underline; color: var(--blue); }
.form-consent a:hover { text-decoration: none; }
.form-consent input { margin-top: .25rem; width: 15px; height: 15px; }
.form-required-note { display: block; flex: 0 0 auto; margin: 0; color: var(--navy); font-size: .8125rem; line-height: 1.5; letter-spacing: .04em; text-align: right; }
.form-actions { display: grid; grid-template-columns: minmax(0, 19rem) minmax(15rem, 19.6875rem); gap: 1.1875rem; align-items: end; justify-content: space-between; }
.form-actions .button { width: 100%; min-width: 0; max-width: 19.6875rem; min-height: 3.375rem; font-size: 1rem; justify-self: end; }
.recaptcha-widget { justify-self: end; width: 19rem; max-width: 100%; min-height: 4.875rem; overflow: hidden; }
.g-recaptcha { width: 19rem; transform-origin: top left; }
.request-form .form-actions .button { color: var(--navy-deep); background: var(--orange); }
.request-form .form-actions .button:hover { background: #ff8a17; }
.request-form .form-actions .button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 1.5rem; margin: .8rem 0 0; color: var(--blue); font-size: .85rem; }

.product-types { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 3rem 1.5rem; margin-top: 2.5rem; }
.product-type { display: grid; justify-items: center; gap: .8rem; text-align: center; }
.product-type img { width: auto; max-width: 5rem; height: 4.25rem; object-fit: contain; }
.product-type h3 { margin: 0; font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }

.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.4rem 2.5rem; margin: 0; padding: 0; list-style: none; }
.check-list strong { display: block; font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }
.check-list span { color: var(--muted); font-size: 1rem; line-height: 1.6; }
.care-detail-copy p:not(.eyebrow) { color: var(--muted); }
.care-detail-image { overflow: hidden; border-radius: var(--radius); }
.care-detail-image img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }

.faq-wrap { width: min(100% - (2 * var(--gutter)), 52rem); margin-inline: auto; }
.faq-wrap .section-heading-wide { margin-bottom: 2rem; }
.faq-list details { border-bottom: 1px solid #a8b9d9; }
.faq-list summary { position: relative; padding: 1rem 2.5rem 1rem 0; cursor: pointer; font-size: 1.125rem; line-height: 1.4; font-weight: 700; letter-spacing: .01em; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: .4rem; color: var(--blue); font-size: 1.3rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { margin: 0; padding: 0 2.5rem 1.2rem 0; color: var(--muted); }

.business-panel { position: relative; z-index: 2; display: grid; grid-template-columns: 1.25fr .7fr 1fr; gap: 2.5rem; margin-top: -7rem; padding: 2.25rem 2.5rem; }
.business-item { display: grid; grid-template-columns: 2rem 1fr; gap: .8rem; align-items: start; }
.business-item img { width: 1.75rem; height: 1.75rem; object-fit: contain; }
.business-item h2 { margin: .1rem 0 .6rem; color: var(--blue); font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }
.business-item p, .business-item address { margin: 0; color: var(--blue); font-size: 1rem; line-height: 1.6; font-style: normal; }
.business-item p a { color: var(--blue); font-weight: inherit; text-decoration: underline; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.business-item p a:hover { color: var(--orange-dark); }

.team-section { background: var(--pale-blue); }
.team-heading { margin-bottom: 2.8rem; text-align: center; }
.team-heading h2 { margin-bottom: .3rem; font-size: clamp(2rem, 2.5vw, 2.25rem); line-height: 1.3; letter-spacing: 0; }
.staff-category + .staff-category { margin-top: 3.5rem; }
.staff-category > h3 { margin: 0 0 1.2rem; color: var(--orange); font-size: 1rem; line-height: 1.5; letter-spacing: .01em; text-align: center; text-transform: uppercase; }
.staff-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.staff-grid-single { grid-template-columns: minmax(18rem, 38rem); justify-content: center; }
.staff-card { position: relative; display: flex; flex-direction: column; padding: 1.75rem; }
.staff-card h4 { max-width: calc(100% - 5.5rem); margin: 0; font-size: 1.125rem; line-height: 1.4; letter-spacing: .01em; }
.staff-card .role { max-width: calc(100% - 5.5rem); margin: .15rem 0 1rem; color: var(--muted); font-size: 1rem; line-height: 1.6; }
.staff-card-photo { position: absolute; top: 1.7rem; right: 1.7rem; width: 4.6rem; aspect-ratio: 1; isolation: isolate; }
.staff-card-photo::before { content: ""; position: absolute; z-index: 0; top: 7px; left: 7px; width: 100%; aspect-ratio: 1; background: var(--orange); }
.staff-card-photo img { position: relative; z-index: 1; width: 100%; height: 100%; aspect-ratio: 1; object-fit: cover; }
.staff-card .contact-link { max-width: calc(100% - 1rem); }
.staff-card .contact-link { color: var(--blue); text-decoration: underline; text-decoration-thickness: .07em; text-underline-offset: .16em; }
.staff-card .contact-link:hover { color: var(--orange-dark); }
.staff-card-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: auto; padding-top: 1.5rem; }
.staff-card-actions .button { flex: 1 1 9.5rem; min-width: 0; margin: 0; }

.visit-layout { display: grid; grid-template-columns: minmax(16rem, .7fr) minmax(0, 1.15fr); gap: clamp(2rem, 5vw, 5rem); align-items: start; }
.visit-layout > div > .section-title, .visit-layout .form-heading h2 { font-size: clamp(1.75rem, 2.7vw, 2.25rem); line-height: 1.3; letter-spacing: 0; }
.map-card-small { overflow: hidden; }
.map-card-small.mt { margin-top: 1rem; }
.map-card-small img { width: 100%; height: auto; object-fit: cover; }
.map-card-copy { padding: 1.4rem 1.75rem 1.75rem; }
.map-card-copy address { margin: 0; color: var(--navy); font-size: 1rem; line-height: 1.65; font-style: normal; }

.site-footer a[aria-current="page"] { color: var(--orange); }

@media (min-width: 1300px) {
  .form-actions { grid-template-columns: 19rem minmax(12rem, 19.6875rem); }
}

@media (max-width: 1299px) {
  .form-actions { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
  .split-layout, .forms-layout, .visit-layout { grid-template-columns: 1fr; }
  .product-types { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .business-panel { grid-template-columns: 1fr 1fr; }
  .business-item:first-child { grid-column: 1 / -1; }
}

@media (max-width: 760px) {
  .page-hero { min-height: 40rem; align-items: end; }
  .page-hero::before {
    background:
      linear-gradient(180deg, rgba(5,27,72,.5), rgba(5,27,72,.97) 68%),
      rgba(4,20,55,.2);
  }
  .page-hero-content { padding-top: 7rem; padding-bottom: 3rem; }
  .page-hero h1 { font-size: 1.75rem; }
  .page-hero p:not(.eyebrow) { font-size: .9375rem; }
  .join-page-hero { background-image: url("../images/jobs-mobile.webp"); background-position: center top; }
  .feed-page-hero { background-position: center; }
  .liquid-page-hero { background-position: 68% center; }
  .contact-page-hero { background-position: 62% center; }
  .benefit-grid, .check-list, .staff-grid, .form-grid { grid-template-columns: 1fr; }
  .profile-section { grid-template-columns: 1fr; }
  .profile-copy { order: 2; width: auto; margin: 0; padding: 4rem var(--gutter); }
  .profile-image { min-height: 26rem; }
  .form-field-full { grid-column: auto; }
  .form-actions { grid-template-columns: 1fr; }
  .recaptcha-widget { max-width: 100%; }
  .form-actions .button { max-width: none; }
  .form-heading { align-items: flex-end; }
  .product-types { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-type:last-child { grid-column: 1 / -1; }
  .business-panel { grid-template-columns: 1fr; margin-top: -3rem; padding: 1.5rem; }
  .business-item:first-child { grid-column: auto; }
  .staff-grid-single { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
  .recaptcha-widget { width: 17.25rem; min-height: 4.4rem; }
  .g-recaptcha { transform: scale(.9); }
}

@media (max-width: 370px) {
  .recaptcha-widget { width: 15.25rem; min-height: 3.9rem; }
  .g-recaptcha { transform: scale(.8); }
}

@media (max-width: 340px) {
  .request-form { padding: 1rem; }
  .recaptcha-widget { width: 13.25rem; min-height: 3.45rem; }
  .g-recaptcha { transform: scale(.7); }
}

@media (max-width: 430px) {
  .benefit-item { grid-template-columns: 3.2rem 1fr; }
  .product-types { grid-template-columns: 1fr; }
  .product-type:last-child { grid-column: auto; }
  .form-heading { display: block; }
  .form-required-note { margin-top: .5rem; text-align: left; }
  .person-card-photo { width: 4rem; }
  .staff-card-photo { width: 4rem; height: 4rem; }
}
