/* Photographic home. Only loaded on the front page. */
.home .site-header { background: #f7f8f1; border-color: #e5e9dc; backdrop-filter: none; }
.home .nav-actions .btn-outline { color: #fff; background: #176653; border-color: #176653; border-radius: 25px; }
.home .nav-actions .btn-outline:hover { background: #124d3f; }
.marketplace-hero { padding: 52px 0 39px; background: #f7f8f1; overflow: hidden; }
.marketplace-hero .hero-layout { position: relative; display: block; min-height: 0; }
.hero-intro { display: grid; grid-template-columns: 205px minmax(0, 1fr) 205px; align-items: center; gap: 27px; }
.marketplace-hero .hero-copy { grid-area: auto; position: relative; z-index: 1; width: 100%; text-align: center; }
.marketplace-hero .hero-kicker { justify-content: center; margin-bottom: 19px; color: #6b795d; font-size: 11px; font-weight: 500; letter-spacing: .6px; gap: 9px; }
.kicker-line { display: block; width: 21px; height: 1px; background: #93a581; }
.marketplace-hero h1 { margin: 0 0 19px; color: #234c3e; font-size: clamp(40px, 3.8vw, 55px); line-height: 1.16; letter-spacing: -2px; }
.marketplace-hero h1 em { font-family: Georgia, 'Times New Roman', serif; font-size: 1.12em; font-weight: 400; font-style: italic; line-height: 1.15; letter-spacing: -2.4px; color: #4e7858; }
.marketplace-hero .hero-copy > p { max-width: 510px; margin: 0 auto; color: #667260; font-size: 14px; line-height: 1.9; }
.hero-photo { position: relative; margin: 0; width: 100%; }
.hero-photo-frame { border: 7px solid #fff; background: #e3e9dc; box-shadow: 0 8px 25px #3d513512; overflow: hidden; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.hero-photo--conversation { transform: rotate(-5deg); margin-top: 22px; }
.hero-photo--conversation .hero-photo-frame { height: 257px; border-radius: 102px 102px 20px 20px; }
.hero-photo--conversation img { object-position: 39% center; }
.hero-photo--space { transform: rotate(5deg); margin-top: 1px; }
.hero-photo--space .hero-photo-frame { height: 218px; border-radius: 23px 76px 23px 23px; }
.hero-photo--space img { object-position: 59% center; }
.hero-photo figcaption { margin-top: 13px; color: #6b785f; font-family: Georgia, 'Times New Roman', serif; font-style: italic; font-size: 15px; text-align: center; line-height: 1.4; }
.marketplace-hero .hero-search { position: relative; z-index: 2; width: min(860px, 100%); max-width: 100%; margin: 35px auto 0; }
.marketplace-hero .po-search { padding: 15px; border: 1px solid #dce4d6; border-radius: 19px; box-shadow: 0 12px 28px #34523a09; }
.marketplace-hero .search-modalities { justify-content: center; padding-bottom: 14px; gap: 7px; }
.marketplace-hero .search-modalities label > span { min-width: 104px; justify-content: center; }
.marketplace-hero .search-fields { gap: 10px; }
.marketplace-hero .search-fields .search-field { background: #fcfdf9; }
.marketplace-hero .po-search .btn { min-width: 140px; }
.marketplace-hero .popular-searches { justify-content: center; gap: 8px 16px; margin-top: 17px; }
.marketplace-hero .popular-searches > span { margin-right: 0; font-size: 10px; color: #738066; }
.marketplace-hero .popular-searches a { padding: 4px 0; min-height: 29px; border: 0; border-bottom: 1px solid #cad5be; border-radius: 0; background: none; color: #52704f; font-size: 11px; }
.marketplace-hero .popular-searches a:hover { color: #194b35; border-color: #52704f; }
.home-benefits { background: #fff; border-block: 1px solid #e7ecdf; }
.benefits-grid > div { justify-content: center; }

@media (max-width: 1150px) {
  .hero-intro { grid-template-columns: 170px minmax(0, 1fr) 170px; gap: 22px; }
  .marketplace-hero h1 { font-size: 46px; }
  .marketplace-hero .hero-copy > p { font-size: 13px; }
  .hero-photo--conversation .hero-photo-frame { height: 227px; }
  .hero-photo--space .hero-photo-frame { height: 191px; }
  .hero-photo figcaption { font-size: 13px; }
}
@media (max-width: 950px) {
  .home .primary-navigation { background: #f7f8f1; }
  .marketplace-hero { padding-top: 41px; }
  .hero-intro { grid-template-columns: 135px minmax(0, 1fr) 135px; gap: 18px; }
  .marketplace-hero h1 { font-size: 39px; letter-spacing: -1.6px; }
  .marketplace-hero h1 em { letter-spacing: -1.8px; }
  .marketplace-hero .hero-kicker { font-size: 9px; letter-spacing: .2px; }
  .marketplace-hero .hero-copy > p { font-size: 12px; }
  .hero-photo-frame { border-width: 5px; }
  .hero-photo--conversation .hero-photo-frame { height: 192px; }
  .hero-photo--space .hero-photo-frame { height: 165px; border-top-right-radius: 52px; }
  .hero-photo figcaption { font-size: 11px; margin-top: 10px; }
  .marketplace-hero .hero-search { margin-top: 30px; }
}
@media (max-width: 700px) {
  .marketplace-hero { padding: 33px 0 30px; }
  .marketplace-hero .hero-layout { display: grid; grid-template-columns: 1fr 1fr; grid-template-areas: 'copy copy' 'search search' 'photo-left photo-right'; gap: 26px 23px; }
  .hero-intro { display: contents; }
  .marketplace-hero .hero-copy { grid-area: copy; }
  .marketplace-hero .hero-kicker { font-size: 10px; margin-bottom: 17px; }
  .marketplace-hero h1 { font-size: clamp(33px, 7.7vw, 45px); letter-spacing: -1.5px; margin-bottom: 18px; }
  .marketplace-hero h1 em { font-size: 1.11em; letter-spacing: -1.6px; }
  .marketplace-hero .hero-copy > p { max-width: 440px; font-size: 13px; line-height: 1.8; }
  .marketplace-hero .hero-search { grid-area: search; margin-top: 0; width: 100%; }
  .marketplace-hero .po-search { padding: 12px; border-radius: 15px; }
  .marketplace-hero .search-modalities { padding-bottom: 11px; gap: 4px; }
  .marketplace-hero .search-modalities label > span { min-width: 0; }
  .marketplace-hero .search-fields { gap: 9px; }
  .marketplace-hero .po-search .btn { min-width: 100px; }
  .marketplace-hero .popular-searches { gap: 5px 13px; margin-top: 14px; }
  .marketplace-hero .popular-searches > span { width: 100%; margin-bottom: 0; text-align: center; font-size: 10px; }
  .marketplace-hero .popular-searches a { font-size: 10px; min-height: 30px; }
  .hero-photo { max-width: 225px; margin: 5px 0 0; }
  .hero-photo--conversation { grid-area: photo-left; justify-self: end; transform: rotate(-3deg); }
  .hero-photo--space { grid-area: photo-right; justify-self: start; transform: rotate(3deg); }
  .hero-photo--conversation .hero-photo-frame, .hero-photo--space .hero-photo-frame { height: 169px; border-radius: 16px; }
  .hero-photo--conversation .hero-photo-frame { border-top-left-radius: 60px; }
  .hero-photo--space .hero-photo-frame { border-top-right-radius: 60px; }
  .hero-photo figcaption { font-size: 12px; }
}
@media (max-width: 600px) {
  .hero-photo--conversation .hero-photo-frame, .hero-photo--space .hero-photo-frame { height: 140px; }
  .hero-photo figcaption { font-size: 11px; }
  .benefits-grid > div { justify-content: flex-start; }
}
