/* GlobaPlace 3.5 M21 — Cloud public cleanup, OffshorePlace runtime, compact search titles, header consistency */
:root{
  --gp21-yellow:#f3c80f;
  --gp21-yellow-soft:#fff8d7;
  --gp21-ink:#11120f;
  --gp21-text:#242421;
  --gp21-muted:rgba(17,18,15,.66);
  --gp21-line:rgba(17,18,15,.10);
  --gp21-panel:#ffffff;
  --gp21-soft:#fbfaf6;
  --gp21-dark:#161616;
  --gp21-cloud:#16314a;
  --gp21-offshore:#243021;
}
*{box-sizing:border-box}
body{margin:0;background:#fff;color:var(--gp21-text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.gp21-page{width:100%;margin:0;padding:0 0 84px;background:#fff;color:var(--gp21-text)}
.gp21-title-band{width:min(1640px,calc(100% - 40px));margin:0 auto;text-align:center;padding:clamp(22px,2.8vw,42px) 0 12px;}
.gp21-kicker{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:0 12px;border:1px solid var(--gp21-line);border-radius:999px;background:var(--gp21-yellow-soft);color:rgba(17,18,15,.78);font-size:11px;font-weight:950;letter-spacing:.08em;text-transform:uppercase;}
.gp21-title-band h1{max-width:1440px;margin:12px auto 0;color:var(--gp21-ink);font-size:clamp(30px,3.2vw,54px);line-height:1.02;letter-spacing:-.055em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.gp21-title-band p{max-width:1120px;margin:12px auto 0;color:var(--gp21-muted);font-size:16px;line-height:1.45;}
.gp21-search-shell{width:min(1880px,calc(100% - 40px));margin:18px auto 0;border:1px solid var(--gp21-line);border-radius:30px;background:#fff;box-shadow:0 16px 44px rgba(17,18,15,.07);overflow:hidden;}
.gp21-search-shell.cloud{border-top:5px solid #16314a}.gp21-search-shell.offshore{border-top:5px solid #6f7f35}
.gp21-search-head{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:20px;align-items:start;padding:24px 26px 16px;border-bottom:1px solid var(--gp21-line);background:linear-gradient(180deg,#fff,#fffdf1)}
.gp21-search-head h2{margin:5px 0 0;color:var(--gp21-ink);font-size:clamp(24px,2.2vw,38px);letter-spacing:-.045em;}
.gp21-search-head p{margin:8px 0 0;max-width:980px;color:var(--gp21-muted);line-height:1.45;}
.gp21-mode-strip{display:grid;grid-template-columns:repeat(var(--gp21-mode-count,4),minmax(0,1fr));gap:12px;padding:18px 22px;border-bottom:1px solid var(--gp21-line);background:#fff;}
.gp21-mode-card{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;border:1px solid var(--gp21-line);border-radius:22px;background:#fff;color:#111;padding:14px;text-align:left;min-height:84px;text-decoration:none;}
.gp21-mode-card:hover,.gp21-mode-card.is-active{background:#111;color:#f6c653}.gp21-mode-card:hover span,.gp21-mode-card.is-active span{color:rgba(246,198,83,.82)}
.gp21-mode-icon{width:42px;height:42px;border-radius:14px;background:var(--gp21-yellow);display:grid;place-items:center;color:#111;font-weight:950}.gp21-mode-copy strong{display:block;font-size:15px}.gp21-mode-copy span{display:block;margin-top:4px;color:rgba(17,18,15,.62);font-size:12px;line-height:1.25}.gp21-mode-action{font-size:12px;font-weight:950;color:inherit}
.gp21-form{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;padding:22px;align-items:end}.gp21-field{display:flex;flex-direction:column;gap:7px;color:#51472e;font-size:13px;font-weight:850}.gp21-field.wide2{grid-column:span 2}.gp21-field.wide3{grid-column:span 3}.gp21-field.wide6{grid-column:1/-1}.gp21-field input,.gp21-field select,.gp21-field textarea{min-height:44px;border:1px solid rgba(17,18,15,.16);border-radius:17px;background:#fff;color:#111;padding:10px 12px;font:inherit}.gp21-field textarea{min-height:92px;resize:vertical}.gp21-btn{min-height:44px;display:inline-flex;align-items:center;justify-content:center;padding:11px 18px;border-radius:999px;border:1px solid #d9a100;background:var(--gp21-yellow);color:#111;text-decoration:none;font-weight:950;cursor:pointer}.gp21-btn.secondary{background:#fff;border-color:rgba(17,18,15,.16)}
.gp21-output{margin:0 22px 22px;border:1px solid var(--gp21-line);border-radius:18px;background:#fffdf1;padding:14px;color:#222;white-space:pre-wrap}.gp21-section{width:100%;padding:clamp(28px,3.4vw,56px) clamp(22px,3.8vw,72px);border-bottom:1px solid var(--gp21-line);background:#fff}.gp21-section.alt{background:var(--gp21-soft)}.gp21-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;margin-bottom:24px}.gp21-section h2{margin:0;color:#111;font-size:clamp(28px,3vw,50px);line-height:1.04;letter-spacing:-.05em}.gp21-section p{max-width:980px;color:var(--gp21-muted);line-height:1.55}.gp21-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gp21-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.gp21-card{border:1px solid var(--gp21-line);border-radius:24px;background:#fff;padding:24px;min-height:208px;box-shadow:0 12px 36px rgba(17,18,15,.045);display:flex;flex-direction:column;justify-content:space-between}.gp21-card strong{display:block;color:#111;font-size:23px;line-height:1.12;letter-spacing:-.03em;margin-bottom:10px}.gp21-card span{display:block;color:var(--gp21-muted);line-height:1.5}.gp21-card a{display:inline-flex;margin-top:18px;width:max-content;color:#111;text-decoration:none;font-weight:950;border-bottom:2px solid var(--gp21-yellow)}
.gp21-list{border:1px solid var(--gp21-line);border-radius:24px;background:#fff;overflow:hidden}.gp21-row{display:grid;grid-template-columns:220px minmax(0,1fr) 160px;gap:16px;align-items:center;padding:17px 22px;border-bottom:1px solid var(--gp21-line)}.gp21-row:last-child{border-bottom:0}.gp21-row strong{color:#111}.gp21-row span{color:var(--gp21-muted);line-height:1.45}.gp21-band{width:100%;border-top:1px solid var(--gp21-line);border-bottom:1px solid var(--gp21-line);background:var(--gp21-yellow-soft);padding:clamp(28px,3.6vw,52px);display:grid;grid-template-columns:minmax(0,1fr) auto;gap:22px;align-items:center}.gp21-band h2{margin:0;color:#111;font-size:clamp(28px,3vw,46px);letter-spacing:-.04em}.gp21-band p{margin:8px 0 0;color:#4d3a00;line-height:1.55}.gp21-admin-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.gp21-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 11px;border-radius:999px;border:1px solid var(--gp21-line);background:#fff8d7;color:#111;font-size:12px;font-weight:900}
/* Compact M16/M14E search title correction */
.gp16-title-band h1,.gp14e-top h1,.gp-booking-title-band h1{font-size:clamp(28px,3vw,50px)!important;line-height:1.03!important;letter-spacing:-.05em!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.gp16-title-band,.gp14e-top .gp14e-top-inner>div:first-child,.gp-booking-title-band{padding-top:clamp(18px,2.4vw,36px)!important}.gp16-title-band p,.gp14e-lead{font-size:15px!important;line-height:1.42!important;max-width:1120px!important}.gp-booking-search-shell,.gp16-booking-style-search{width:min(1880px,calc(100% - 40px))!important;margin-left:auto!important;margin-right:auto!important}
/* Header consistency / marketplace hamburger reference */
.gp-uh-brand-text{justify-items:end!important;text-align:right!important}.gp-uh-brand-main{text-align:right!important}.gp-uh-brand-sub{justify-self:end!important;text-align:right!important;width:100%!important;font-weight:800!important}.gp-header-place-menu summary{border-radius:999px!important;background:rgba(0,0,0,.08)!important;color:#111!important}.gp-header-place-menu[open] summary,.gp-header-place-menu summary:hover{background:#111!important;color:#f6c653!important}.gp-header-place-menu nav{border-radius:18px!important;background:#fff!important;border:1px solid rgba(0,0,0,.12)!important;box-shadow:0 24px 70px rgba(0,0,0,.22)!important}.gp-header-place-menu nav a{border-radius:12px!important;color:#111!important;font-weight:900!important}.gp-header-place-menu nav a:hover,.gp-header-place-menu nav a[aria-current="page"]{background:#f6c653!important;color:#111!important}
@media(max-width:1320px){.gp21-search-head,.gp21-mode-strip,.gp21-form,.gp21-grid,.gp21-grid.four,.gp21-row,.gp21-band{grid-template-columns:1fr!important}.gp21-field.wide2,.gp21-field.wide3,.gp21-field.wide6{grid-column:1/-1}.gp21-title-band h1,.gp16-title-band h1,.gp14e-top h1{white-space:normal!important;overflow:visible!important;text-overflow:clip!important}}
@media(max-width:760px){.gp21-title-band,.gp21-search-shell{width:min(100% - 22px,1880px)}.gp21-search-head,.gp21-form,.gp21-section,.gp21-band{padding:18px}.gp21-mode-strip{padding:14px;gap:10px}.gp21-mode-card{grid-template-columns:1fr}.gp21-title-band h1{font-size:34px}.gp21-grid{grid-template-columns:1fr}.gp16-title-band h1,.gp14e-top h1{font-size:34px!important}}
