/* GlobaPlace 3.5 M16 — Place search layout based on BookingPlace search shell */
:root{
  --gp16-yellow:#f3c80f;
  --gp16-ink:#11120f;
  --gp16-muted:rgba(17,18,15,.66);
  --gp16-line:rgba(17,18,15,.10);
}

.gp16-search-page{
  width:100%;
  margin:0;
  padding:0 0 86px;
  background:#fff;
  color:var(--gp16-ink);
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.gp16-title-band{
  width:min(1540px, calc(100% - 40px));
  margin:0 auto;
  padding:clamp(28px,3.6vw,56px) 0 clamp(8px,1.6vw,18px);
  text-align:center;
}

.gp16-kicker{
  display:inline-flex;
  min-height:28px;
  align-items:center;
  padding:0 11px;
  border:1px solid rgba(17,18,15,.10);
  border-radius:999px;
  background:#fff8d7;
  color:rgba(17,18,15,.74);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.gp16-title-band h1{
  max-width:1180px;
  margin:14px auto 0;
  color:#11120f;
  font-size:clamp(42px,5.3vw,86px);
  line-height:.95;
  letter-spacing:-.07em;
}

.gp16-title-band p{
  max-width:1020px;
  margin:16px auto 0;
  color:rgba(17,18,15,.68);
  font-size:18px;
  line-height:1.48;
}

.gp16-booking-style-search.gp-booking-search-shell{
  margin-top:clamp(16px,2vw,26px) !important;
}

.gp16-booking-style-search .gp-booking-search-head{
  grid-template-columns:minmax(0,1fr) auto;
}

.gp16-booking-style-search .gp-booking-search-head h2{
  max-width:1120px;
}

.gp16-booking-style-search .gp-booking-search-mode-strip{
  grid-template-columns:repeat(var(--gp16-mode-count, 5), minmax(0,1fr));
}

.gp16-booking-style-search .gp-booking-search-form{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.gp16-booking-style-search .gp16-field-wide2{grid-column:span 2;}
.gp16-booking-style-search .gp16-field-wide3{grid-column:span 3;}
.gp16-booking-style-search .gp16-field-wide6{grid-column:1/-1;}

.gp16-booking-style-search .gp-booking-search-extra-row{
  justify-content:flex-start;
}

.gp16-section{
  width:100%;
  padding:clamp(30px,3.6vw,56px) clamp(22px,3vw,72px);
  border-bottom:1px solid rgba(17,18,15,.10);
  background:#fff;
}

.gp16-section.alt{
  background:#fbfaf6;
}

.gp16-section-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:24px;
}

.gp16-section h2{
  margin:0;
  color:#11120f;
  font-size:clamp(30px,3.4vw,56px);
  line-height:.98;
  letter-spacing:-.06em;
}

.gp16-section p{
  max-width:960px;
  color:rgba(17,18,15,.66);
  line-height:1.55;
}

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

.gp16-grid.four{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.gp16-card{
  border:1px solid rgba(17,18,15,.10);
  border-radius:24px;
  background:#fff;
  padding:24px;
  min-height:210px;
  box-shadow:0 14px 42px rgba(17,18,15,.045);
}

.gp16-card strong{
  display:block;
  color:#11120f;
  font-size:23px;
  line-height:1.12;
  letter-spacing:-.03em;
  margin-bottom:10px;
}

.gp16-card span{
  display:block;
  color:rgba(17,18,15,.64);
  line-height:1.5;
}

.gp16-card a{
  display:inline-flex;
  margin-top:18px;
  color:#11120f;
  font-weight:950;
  text-decoration:none;
  border-bottom:2px solid #f3c80f;
}

.gp16-listing-row{
  border:1px solid rgba(17,18,15,.10);
  border-radius:24px;
  background:#fff;
  padding:18px;
  display:grid;
  grid-template-columns:120px minmax(0,1fr) 190px;
  gap:18px;
  align-items:center;
  margin-bottom:12px;
  box-shadow:0 12px 36px rgba(17,18,15,.045);
}

.gp16-listing-img{
  height:100px;
  border-radius:20px;
  background:linear-gradient(135deg,#f2f2f2,#fff8d7);
  border:1px solid rgba(17,18,15,.10);
}

.gp16-listing-row strong{
  color:#11120f;
  font-size:21px;
}

.gp16-listing-row span{
  display:block;
  color:rgba(17,18,15,.64);
  line-height:1.45;
  margin-top:5px;
}

.gp16-band{
  width:100%;
  border-top:1px solid rgba(17,18,15,.10);
  border-bottom:1px solid rgba(17,18,15,.10);
  background:#fff8d7;
  padding:clamp(28px,3.6vw,52px) clamp(22px,3vw,72px);
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:22px;
  align-items:center;
}

.gp16-band h2{
  margin:0;
  color:#11120f;
  font-size:clamp(28px,3vw,46px);
  letter-spacing:-.04em;
}

.gp16-band p{
  margin:8px 0 0;
  color:rgba(17,18,15,.70);
  line-height:1.55;
}

.gp16-btn{
  min-height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 18px;
  background:#f3c80f;
  color:#11120f;
  border:1px solid rgba(17,18,15,.15);
  border-radius:999px;
  text-decoration:none;
  font-weight:950;
}

@media(max-width:1540px){
  .gp16-booking-style-search .gp-booking-search-mode-strip{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .gp16-booking-style-search .gp-booking-search-form{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
  .gp16-grid,.gp16-grid.four{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media(max-width:980px){
  .gp16-title-band{width:min(100% - 24px,1540px);}
  .gp16-booking-style-search .gp-booking-search-form{grid-template-columns:1fr;}
  .gp16-booking-style-search .gp16-field-wide2,
  .gp16-booking-style-search .gp16-field-wide3,
  .gp16-booking-style-search .gp16-field-wide6{grid-column:1/-1;}
  .gp16-grid,.gp16-grid.four,.gp16-band,.gp16-listing-row{grid-template-columns:1fr;}
}

@media(max-width:760px){
  .gp16-section,.gp16-band{padding:22px 12px;}
}
