:root{
  /* GC Resort DESIGN site palette -- independent from gcresort.powerxed.com.
     Brighter and richer: white stays the dominant canvas, saturated
     ocean/teal is reserved for contained rounded panels and CTAs. */
  --gc-ocean:#086B9B;
  --gc-aqua:#29BFD1;
  --gc-navy:#0A3F66;
  --gc-olive:#049DB3;
  --gc-teal:#049DB3;
  --gc-sand:#F4E8D7;
  --gc-seafoam:#DDF4F6;    /* soft aqua */
  --gc-pale-blue:#EAF5FA;
  --gc-ivory:#FAFAF7;      /* warm white */
  --gc-white:#FFFFFF;
  --gc-charcoal:#1D2B34;
  --gc-muted:#5F6F79;
  --gc-sage:#29BFD1;
  --gc-sage-soft:#EAF5FA;

  --primary:var(--gc-ocean);
  --primary2:var(--gc-navy);
  --accent:var(--gc-aqua);
  --accent2:var(--gc-seafoam);
  --bg:var(--gc-ivory);
  --paper:var(--gc-white);
  --text:var(--gc-charcoal);
  --muted:var(--gc-muted);
  --line:rgba(10,63,102,.14);
  --shadow:0 24px 70px rgba(10,63,102,.14);
  --radius:24px;

  /* Unified site button (section 2): one recognizable primary action color. */
  --btn-bg:var(--gc-aqua);
  --btn-text:var(--gc-navy);
  --btn-hover:#037e91;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;line-height:1.65}
body.drawer-open{overflow:hidden}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit}

/* ---------- Header / brand ---------- */
.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(10,63,102,.10)}
.header-inner{max-width:1280px;margin:auto;padding:16px 28px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px}
.brand-mark{flex:0 0 auto;color:var(--gc-teal)}
.brand-copy{display:flex;flex-direction:column;line-height:1.1}
.brand-copy strong{display:inline-flex;align-items:baseline;gap:6px;font-family:'Playfair Display',serif;font-size:22px;font-weight:600;letter-spacing:.02em;white-space:nowrap}
.brand-gc{color:var(--gc-navy)}
.brand-resort{color:var(--gc-teal)}
.brand-copy small{display:block;color:var(--gc-navy);font-size:10.5px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;margin-top:3px;white-space:nowrap}
.brand-dot{color:var(--gc-teal)}
.nav{display:flex;align-items:center;gap:25px}
.nav a{font-size:14px;font-weight:600}
.nav a:hover{color:var(--gc-ocean)}
.header-actions{display:flex;align-items:center;gap:10px}
.menu-btn{display:none;border:0;background:none;font-size:25px;color:var(--gc-navy)}

/* ---------- Buttons (one unified primary action color site-wide) ---------- */
.btn,.ghost-btn{border:0;border-radius:999px;padding:13px 22px;font-weight:700;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease}
.btn,.btn.gold{background:var(--btn-bg);color:var(--btn-text)}
.btn:hover,.btn.gold:hover{background:var(--btn-hover);transform:translateY(-1px)}
.ghost-btn{background:transparent;border:1.5px solid var(--gc-ocean);color:var(--gc-ocean)}
.ghost-btn:hover{background:rgba(11,95,134,.08)}

/* ---------- Hero (interior pages, no image: simple, text-led, light) ---------- */
.hero{min-height:auto;position:relative;display:flex;align-items:flex-end;overflow:hidden;background:linear-gradient(160deg,var(--gc-ivory) 0%,var(--gc-seafoam) 100%);color:var(--gc-charcoal)}
.hero:before{display:none}
.hero-inner{position:relative;z-index:2;max-width:1280px;width:100%;margin:auto;padding:64px 28px 48px}
.eyebrow{display:inline-flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.2em;font-size:12px;font-weight:700;color:var(--gc-ocean)}
.eyebrow:before{content:'';width:40px;height:1px;background:currentColor}
.hero h1,.display{font-family:'Playfair Display',serif;font-weight:600;line-height:1.05;letter-spacing:-.02em;color:var(--gc-navy)}
.hero h1{font-size:clamp(38px,5.4vw,60px);max-width:760px;margin:16px 0 18px}
.hero p{font-size:clamp(16px,1.6vw,18px);max-width:620px;color:var(--gc-muted)}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}

/* ---------- Hero (homepage: two-column split, image-led -- large CONTAINED
   rounded panel with visible white bleed on all sides, per the approved
   design reference, not an edge-to-edge bleed image) ---------- */
.hero.hero-split{min-height:auto;padding:40px 28px 0;background:var(--gc-ivory);color:var(--text);align-items:stretch}
.hero.hero-split:before{display:none}
.hero-split .hero-inner{display:grid;grid-template-columns:1.05fr .95fr;align-items:stretch;gap:36px;max-width:1280px;padding:0}
.hero-split-copy{padding:32px 12px 40px 8px;display:flex;flex-direction:column;justify-content:center}
.hero-split .eyebrow{color:var(--gc-ocean)}
.hero-split h1{color:var(--gc-navy);max-width:none}
.hero-split p{color:var(--gc-muted);max-width:520px}
.hero-split-media{position:relative;min-height:440px;border-radius:32px;overflow:hidden;box-shadow:var(--shadow);background-size:cover;background-position:center}
.hero-split-media:after{content:'';position:absolute;inset:0;background:linear-gradient(200deg,rgba(10,63,102,0) 55%,rgba(10,63,102,.14) 100%)}
.hero-split-notice{margin-top:24px;padding:14px 18px;border-radius:14px;background:var(--gc-seafoam);color:var(--gc-navy);font-size:14px;font-weight:600;max-width:520px}

/* ---------- Quick booking widget ---------- */
.quick-book{position:relative;z-index:4;max-width:1232px;margin:-32px auto 0;background:#fff;border:1px solid rgba(10,63,102,.10);border-radius:26px;box-shadow:var(--shadow);padding:24px;display:grid;grid-template-columns:1.2fr 1fr 1fr .8fr auto;gap:12px}
.hero-split + .quick-book{margin-top:-32px}
.quick-book label,.form-field label{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gc-navy);font-weight:700;margin-bottom:5px}
.quick-book input,.quick-book select,.form-field input,.form-field select,.form-field textarea{width:100%;border:1px solid rgba(23,56,78,.16);border-radius:12px;background:#fff;padding:12px 13px;color:var(--text)}

/* ---------- Sections / typography ---------- */
.section{padding:88px 28px}
.section-inner{max-width:1180px;margin:auto}
.section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:40px}
.section-head h2,.rich h2,.contact h2,.cta h2{font-family:'Playfair Display',serif;font-size:clamp(34px,4.4vw,54px);line-height:1.1;margin:8px 0}
.section-head p{max-width:580px;color:var(--muted)}
.section-eyebrow{color:var(--gc-ocean)}

.intro-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:64px;align-items:center}
.rich-solo{max-width:820px;margin:0 auto;text-align:left}
.rich-solo .eyebrow{margin-bottom:4px}
.intro-art{min-height:460px;border-radius:var(--radius);background:linear-gradient(145deg,rgba(11,95,134,.14),rgba(23,56,78,.7)),linear-gradient(30deg,var(--gc-ocean),var(--gc-sand));position:relative;box-shadow:var(--shadow)}
.intro-art:after{content:'Tower Isle · Jamaica';position:absolute;left:24px;bottom:24px;background:#fff;padding:10px 16px;border-radius:999px;font-size:13px;font-weight:700;color:var(--gc-navy)}
.feature-list{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:26px}
.feature{padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}
.feature strong{display:block;margin-bottom:4px;color:var(--gc-navy)}

/* ---------- Room cards ---------- */
.room-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.room-card{background:var(--paper);border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:0 1px 2px rgba(23,56,78,.04);transition:.22s ease}
.room-card:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(23,56,78,.12)}
.room-image{height:230px;background:linear-gradient(160deg,rgba(10,63,102,.06),rgba(8,107,155,.22)),linear-gradient(35deg,var(--gc-sand),var(--gc-ocean));display:flex;align-items:end;padding:16px;color:#fff;border-bottom:1px solid rgba(10,63,102,.16)}
.room-copy{padding:22px;background:var(--gc-seafoam)}
.room-copy h3{font:600 24px 'Playfair Display',serif;margin:0 0 8px;color:var(--gc-navy)}
.room-copy p{font-size:14px;color:var(--muted);line-height:1.6}
.room-meta{display:flex;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin:12px 0}
.price{font-weight:800;color:var(--gc-ocean)}
.price-amount{display:block;font-weight:800;color:var(--gc-ocean)}
.price-suffix{display:block;font-size:11px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-top:2px}
.room-detail-price{display:inline-flex;flex-direction:column;padding:16px 24px;border:1px solid var(--line);border-radius:16px;background:var(--gc-seafoam)}
.room-detail-price .price-amount{font-size:24px}
.room-actions{display:flex;justify-content:space-between;align-items:center;margin-top:16px}
.text-link{font-weight:700;color:var(--gc-ocean)}
.amenity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.amenity{background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}

/* ---------- Gallery ---------- */
.gallery-grid{display:grid;grid-template-columns:2fr 1fr 1fr;grid-auto-rows:220px;gap:14px}
.gallery-item{border-radius:16px;border:1px solid rgba(10,63,102,.16);background:linear-gradient(30deg,var(--gc-aqua),var(--gc-teal));position:relative;overflow:hidden}
.gallery-item:first-child{grid-row:span 2}

/* ---------- Promotion / CTA bands ---------- */
.promotion{background:linear-gradient(135deg,var(--gc-seafoam),var(--gc-ivory));color:var(--gc-navy);border:1px solid rgba(23,56,78,.10);border-radius:24px;padding:44px;display:grid;grid-template-columns:1fr auto;align-items:center;gap:28px}
.promotion h2{font:600 clamp(30px,4vw,46px) 'Playfair Display',serif;margin:0;color:var(--gc-navy)}
.promotion p{color:var(--gc-charcoal)}
.promotion-merged{display:block;text-align:left;background:linear-gradient(135deg,var(--gc-navy),var(--gc-teal));color:#fff;border:0}
.promotion-merged h2,.promotion-merged .eyebrow{color:#fff}
.promotion-merged p{max-width:640px;color:rgba(255,255,255,.85)}
.promotion-divider{display:flex;align-items:center;gap:14px;margin:28px 0 14px;color:rgba(255,255,255,.75);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:700}
.promotion-divider:after{content:'';flex:1;height:1px;background:rgba(255,255,255,.25)}
.promotion-second{display:flex;justify-content:space-between;align-items:center;gap:24px;flex-wrap:wrap}
.promotion-second p{margin:0;max-width:560px;color:rgba(255,255,255,.85)}
.promotion-cta-btn{flex:0 0 auto;padding:15px 30px;font-size:15px}
.rich{max-width:900px;margin:auto}
.rich p{font-size:17px;color:var(--muted);line-height:1.7}
.quote{margin:40px 0;padding:26px;border-left:4px solid var(--gc-aqua);background:#fff;border-radius:0 16px 16px 0}

/* ---------- About Us editorial rows ---------- */
.about-row-grid{display:grid;grid-template-columns:1fr 1fr;gap:56px;align-items:center}
.about-row-grid.about-row-reverse .about-row-media{order:2}
.about-row-media{min-height:340px;border-radius:22px;border:1px solid rgba(10,63,102,.14);background-size:cover;background-position:center}
.about-row-copy h3{font:600 clamp(24px,3vw,32px) 'Playfair Display',serif;margin:0 0 12px;color:var(--gc-navy)}
.about-row-copy p{font-size:16px;line-height:1.75;color:var(--gc-charcoal);margin:0}
.about-row-ivory{background:var(--gc-ivory)}
.about-row-sage{background:var(--gc-sage-soft)}
.about-row-seafoam{background:var(--gc-seafoam)}
.about-row-sand{background:var(--gc-sand)}

/* ---------- Rooms & Suites divider / card button ---------- */
.suite-divider{display:flex;align-items:center;gap:16px;margin:40px 0 28px;color:var(--gc-olive);text-transform:uppercase;letter-spacing:.2em;font-size:13px;font-weight:700}
.suite-divider:before,.suite-divider:after{content:'';flex:1;height:1px;background:var(--line)}
.room-grid-suites{grid-template-columns:repeat(2,minmax(280px,340px));justify-content:center}
.room-view-btn{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;flex:0 0 auto;border-radius:999px;background:var(--btn-bg);color:var(--btn-text);font-size:17px;font-weight:700}
.room-view-btn:hover{background:var(--btn-hover)}

/* ---------- Contained CTA panel (rounded, white bleed on all sides --
   never a full-bleed color band, per the approved design direction) ---------- */
.cta-panel-wrap{padding:0}
.cta-panel{border-radius:32px;padding:64px 40px;text-align:center;background:linear-gradient(135deg,var(--gc-navy),var(--gc-ocean));color:#fff}
.cta-panel h2{color:#fff;margin:8px 0}
.cta-panel p{max-width:640px;margin:0 auto 22px;color:rgba(255,255,255,.85)}
.cta-room-panel{text-align:left;padding:52px 40px}
.cta-room-panel .cta-room-inner{display:flex;justify-content:space-between;align-items:center;gap:28px;flex-wrap:wrap}
.cta-room-panel h2{font:600 clamp(26px,3.4vw,38px) 'Playfair Display',serif;margin:0 0 6px}
.cta-room-panel p{color:rgba(255,255,255,.85);margin:0;max-width:none}
.cta-room-panel .btn.gold{flex:0 0 auto}

/* ---------- Homepage: property/About feature panel ---------- */
.about-feature{display:grid;grid-template-columns:.85fr 1.15fr;gap:0;align-items:stretch;background:var(--gc-pale-blue);border-radius:32px;overflow:hidden;border:1px solid rgba(10,63,102,.08)}
.about-feature-copy{padding:56px 48px;display:flex;flex-direction:column;justify-content:center}
.about-feature-copy h2{margin:8px 0 14px}
.about-feature-copy p{color:var(--gc-charcoal);font-size:16px;line-height:1.7;margin:0 0 22px}
.about-feature-media{min-height:320px;background-size:cover;background-position:center}
@media(max-width:1024px){
  .about-feature{grid-template-columns:1fr}
  .about-feature-media{min-height:260px;order:-1}
}

/* ---------- Homepage: gallery preview ---------- */
.gallery-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.gallery-preview-grid .gallery-item{aspect-ratio:1/1;height:auto}

/* ---------- Room detail page ---------- */
.room-detail-back{max-width:1280px;margin:0 auto;padding:18px 28px 0}
.room-detail-back a{font-size:13px;font-weight:700;color:var(--gc-ocean)}
.room-detail-occupancy{display:block;margin-top:6px;font-size:12px;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}

/* ---------- Gallery tabs ---------- */
.gallery-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:28px;border-bottom:1px solid var(--line);padding-bottom:14px}
.gallery-tab{background:transparent;border:0;padding:8px 4px;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);cursor:pointer;position:relative}
.gallery-tab.active{color:var(--gc-ocean)}
.gallery-tab.active:after{content:'';position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--gc-aqua)}
.gallery-panel{display:none}
.gallery-panel.active{display:block}
.gallery-grid-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.gallery-empty{color:var(--muted);font-size:14px}

/* ---------- Contact page ---------- */
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:32px;margin-top:8px;align-items:stretch}
.contact-left{display:flex;flex-direction:column;gap:20px}
.contact-card{padding:8px 0;background:var(--gc-seafoam);border:1px solid rgba(10,63,102,.08);border-radius:22px;overflow:hidden;color:var(--gc-navy)}
.contact-list{display:grid;gap:0}
.contact-row{padding:20px 28px;border-bottom:1px solid rgba(10,63,102,.12)}
.contact-row:last-child{border-bottom:0}
.contact-row strong{display:block;font-size:12px;text-transform:uppercase;letter-spacing:.14em;color:var(--gc-ocean);margin-bottom:6px}
.contact-row a,.contact-row span.contact-value{font-size:19px;font-weight:700;color:var(--gc-navy)}
.contact-form{background:var(--gc-seafoam);border:1px solid rgba(10,63,102,.08);border-radius:22px;padding:28px;display:grid;gap:14px;height:100%}
.contact-form label{display:grid;gap:6px;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gc-navy)}
.contact-form input,.contact-form textarea{font:inherit;font-size:15px;font-weight:500;text-transform:none;letter-spacing:normal;border:1px solid rgba(10,63,102,.16);border-radius:12px;padding:11px 13px;color:var(--gc-charcoal);background:#fff}
.contact-form input:focus,.contact-form textarea:focus{outline:2px solid var(--gc-aqua);outline-offset:1px}
.contact-form-note{font-size:13px;color:var(--gc-ocean);min-height:16px}
.contact-map{flex:1;min-height:220px;border-radius:22px;overflow:hidden;border:1px solid var(--line);background:var(--gc-ivory)}
.contact-map iframe{display:block;width:100%;height:100%;min-height:220px;border:0}

/* ---------- Booking shell ---------- */
.booking-shell{display:grid;grid-template-columns:.9fr 1.1fr;gap:32px}
.booking-summary{background:var(--gc-navy);color:#fff;border-radius:22px;padding:32px}
.booking-form{background:#fff;border:1px solid var(--line);border-radius:22px;padding:32px}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.form-field.full{grid-column:1/-1}
.result{margin-top:18px;padding:18px;border-radius:14px;background:var(--gc-seafoam);border:1px solid #b7dde2}
.result.error{background:#fff0f0;border-color:#e9b6b6}
.cta{padding:20px 28px 88px}

/* ---------- Footer: logo left / contact centered / nav right ---------- */
.site-footer{background:var(--gc-navy);color:#fff;padding:48px 28px 18px}
.footer-grid{max-width:1180px;margin:auto;display:grid;grid-template-columns:1fr 1fr 1fr;gap:32px;align-items:start}
.footer-brand-copy strong{display:inline-flex;align-items:baseline;gap:6px;font-family:'Playfair Display',serif;font-size:26px;font-weight:600}
.footer-brand-copy .brand-gc{color:var(--gc-seafoam)}
.footer-brand-copy .brand-resort{color:var(--gc-aqua)}
.footer-brand-copy small{display:block;color:rgba(255,255,255,.7);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.16em;margin-top:4px}
.footer-desc{color:rgba(255,255,255,.78);line-height:1.5;font-size:13.5px;margin:14px 0 0;max-width:320px}
.footer-col-contact{text-align:center}
.footer-col-contact strong{display:block;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:var(--gc-seafoam);margin-bottom:10px}
.footer-col-contact p{color:rgba(255,255,255,.78);line-height:1.5;font-size:13.5px;margin:0 0 12px}
.footer-col-contact a{color:rgba(255,255,255,.88);font-weight:600;font-size:13.5px}
.footer-col-nav{display:flex;flex-direction:column;align-items:flex-end;gap:12px;text-align:right}
.footer-col-nav a{color:rgba(255,255,255,.88);font-weight:600;font-size:13px;white-space:nowrap}
.footer-bottom{max-width:1180px;margin:32px auto 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.16);display:flex;justify-content:center;color:rgba(255,255,255,.55);font-size:11.5px}

/* ---------- Drawer / loading ---------- */
.drawer{position:fixed;inset:0;background:rgba(11,26,37,.55);z-index:100;display:none;align-items:stretch;justify-content:flex-end}
.drawer.open{display:flex}
.drawer-card{width:min(560px,100%);background:var(--bg);padding:42px;overflow:auto;position:relative}
.drawer-close{position:absolute;right:20px;top:16px;border:0;background:transparent;font-size:32px;color:var(--gc-navy)}
.loading-shell{min-height:70vh;display:grid;place-items:center;text-align:center}
.loading-shell span{width:44px;height:44px;border:4px solid #ddd;border-top-color:var(--primary);border-radius:50%;animation:spin 1s linear infinite}
@keyframes spin{to{transform:rotate(360deg)}}

@media(max-width:1024px){
  .hero-split .hero-inner{grid-template-columns:1fr}
  .hero-split-media{min-height:340px;order:-1}
  .hero-split-copy{padding:44px 28px}
  .contact-grid{grid-template-columns:1fr}
  .about-row-grid,.about-row-grid.about-row-reverse{grid-template-columns:1fr;gap:28px}
  .about-row-grid .about-row-media,.about-row-grid.about-row-reverse .about-row-media{order:-1;min-height:280px}
  .footer-grid{grid-template-columns:1fr;text-align:center}
  .footer-col-contact,.footer-col-nav{align-items:center;text-align:center}
  .footer-col-nav{border-top:1px solid rgba(255,255,255,.16);padding-top:24px;margin-top:8px}
  .footer-desc{margin-left:auto;margin-right:auto}
}
@media(max-width:1100px){
  .nav{display:none;position:absolute;top:73px;left:15px;right:15px;background:#fff;padding:20px;border-radius:16px;box-shadow:var(--shadow);flex-direction:column;align-items:flex-start}
  .nav.open{display:flex}
  .menu-btn{display:block}
  .header-actions .ghost-btn{display:none}
  .quick-book{margin:0;border-radius:0;grid-template-columns:1fr 1fr}
  .quick-book .btn{grid-column:1/-1}
  .intro-grid,.booking-shell{grid-template-columns:1fr}
  .room-grid{grid-template-columns:1fr 1fr}
  .room-grid-suites{grid-template-columns:repeat(2,minmax(0,1fr));max-width:600px;margin:0 auto}
  .amenity-grid{grid-template-columns:1fr 1fr}
  .gallery-grid{grid-template-columns:1fr 1fr}
  .gallery-grid-tabs{grid-template-columns:1fr 1fr}
  .gallery-item:first-child{grid-row:span 1}
  .footer-grid{grid-template-columns:1fr 1fr}
  .cta-room-panel .cta-room-inner{flex-direction:column;align-items:flex-start;text-align:left}
  .cta-room-panel .btn.gold{width:100%}
  .cta-panel,.cta-room-panel{padding:44px 28px}
  .about-feature-copy{padding:36px 28px}
}
@media(max-width:620px){
  .header-inner{padding:12px 16px}
  .brand-copy small{display:none}
  .header-actions .btn{padding:10px 15px}
  .hero-inner{padding:64px 20px 40px}
  .hero-split-copy{padding:36px 18px}
  .section{padding:60px 20px}
  .quick-book{grid-template-columns:1fr}
  .room-grid,.room-grid-suites,.amenity-grid,.feature-list,.form-grid,.footer-grid{grid-template-columns:1fr}
  .room-grid-suites{max-width:340px}
  .gallery-grid{grid-template-columns:1fr;grid-auto-rows:200px}
  .gallery-grid-tabs{grid-template-columns:1fr}
  .promotion{padding:32px 22px;grid-template-columns:1fr}
  .section-head{display:block}
  .footer-bottom{display:block}
  .drawer-card{padding:30px 18px}
}


/* GC Resort production media renderer */
.hero[style*="background-image"]{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}
.hero[style*="background-image"]:before{
  background:linear-gradient(
    90deg,
    rgba(8,42,59,.82),
    rgba(31,147,182,.18)
  )
}
.hero-secondary{
  color:var(--gc-ocean);
  border-color:var(--gc-ocean)
}
.room-image[style*="background-image"],
.gallery-item[style*="background-image"]{
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat
}
.room-image span{
  position:relative;
  z-index:2;
  text-shadow:0 2px 14px rgba(0,0,0,.55)
}
.section-eyebrow{
  color:var(--gc-aqua)
}


/* ===== GC RESORT V2 PAGE THEME (salvaged layout, new palette tokens) ===== */
body.page-rooms,
body.page-gallery,
body.page-promotions,
body.page-contact-us{
  --theme-cream:#f6f2f0;
  --theme-paper:#fbfdfe;
  --theme-ink:#0d3348;
  --theme-muted:#55707a;
  --theme-gold:var(--gc-aqua);
  --theme-gold-light:var(--gc-seafoam);
  --theme-radius:28px;
}
body.page-rooms .section,
body.page-gallery .section,
body.page-promotions .section,
body.page-contact-us .section{
  position:relative;
}
body.page-rooms .hero,
body.page-gallery .hero,
body.page-promotions .hero,
body.page-contact-us .hero{
  min-height:0;
}
body.page-rooms .hero h1,
body.page-gallery .hero h1,
body.page-promotions .hero h1,
body.page-contact-us .hero h1{
  max-width:1020px;
}
body.page-rooms .hero p,
body.page-gallery .hero p,
body.page-promotions .hero p,
body.page-contact-us .hero p{
  max-width:740px;
}
body.page-rooms .quick-book,
body.page-gallery .quick-book,
body.page-promotions .quick-book,
body.page-contact-us .quick-book{
  border-radius:24px;
}
body.page-rooms .room-card,
body.page-gallery .gallery-item,
body.page-promotions .promotion,
body.page-contact-us .contact-card{
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
/* ===== END ===== */

/* ===== GC RESORT LANGUAGE SELECTOR START ===== */

.language-selector{
  position:relative;
  flex:0 0 auto;
  z-index:80;
}

.language-toggle{
  min-height:46px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  padding:10px 14px;

  border:1px solid rgba(31,147,182,.22);
  border-radius:999px;

  background:#ffffff;
  color:#0d3348;

  font-size:13px;
  font-weight:800;
  line-height:1;
  white-space:nowrap;

  cursor:pointer;
  box-shadow:0 7px 20px rgba(24,102,144,.07);
}

.language-toggle:hover,
.language-selector.open .language-toggle{
  border-color:rgba(31,147,182,.42);
  background:#eaf5f8;
}

.language-menu{
  position:absolute;
  top:calc(100% + 10px);
  right:0;

  width:230px;
  display:none;
  overflow:hidden;

  padding:8px;

  border:1px solid rgba(31,147,182,.16);
  border-radius:18px;

  background:rgba(255,255,255,.98);
  box-shadow:0 22px 55px rgba(13,51,72,.18);
  backdrop-filter:blur(16px);
}

.language-selector.open .language-menu{
  display:grid;
  gap:4px;
}

.language-menu button{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;

  padding:12px 13px;

  border:0;
  border-radius:12px;

  background:transparent;
  color:#0d3348;

  text-align:left;
  font-size:14px;
  font-weight:700;

  cursor:pointer;
}

.language-menu button:hover{
  background:#eaf5f8;
}

.language-menu button[aria-selected="true"]{
  background:linear-gradient(135deg,#eaf5f8,#dcedf2);
  color:var(--gc-ocean);
}

/* Book now uses the same single unified button color as every other primary action. */
.header-actions .btn.gold,
.site-header .open-booking.btn.gold{
  background:var(--btn-bg) !important;
  color:var(--btn-text) !important;
  box-shadow:none !important;
}

.header-actions .btn.gold:hover,
.site-header .open-booking.btn.gold:hover{
  background:var(--btn-hover) !important;
  color:var(--btn-text) !important;
}

/* Prevent header labels from wrapping awkwardly. */

.header-actions .btn,
.header-actions .ghost-btn,
.nav a{
  white-space:nowrap;
}

/* About Us is a light page throughout in V2 -- no dark section exists here
   any more, so the old white-text-on-dark override has been removed (it was
   making the richText paragraph invisible against the light background). */

/* Longer translated labels need slightly more breathing room. */

html[lang="es"] .nav,
html[lang="fr"] .nav,
html[lang="pt-BR"] .nav{
  gap:18px;
}

html[lang="es"] .header-inner,
html[lang="fr"] .header-inner,
html[lang="pt-BR"] .header-inner{
  gap:17px;
}

@media(max-width:1100px){
  .language-current{
    display:none;
  }

  .language-toggle{
    width:46px;
    padding:10px;
  }

  .language-toggle:before{
    content:'🌐';
    font-size:16px;
  }
}

@media(max-width:1100px){
  .language-selector{
    margin-left:auto;
  }

  .language-menu{
    position:fixed;
    top:78px;
    right:16px;
    left:16px;

    width:auto;
    max-height:calc(100vh - 100px);
    overflow:auto;
  }

  .language-current{
    display:inline;
  }

  .language-toggle{
    width:auto;
    padding:10px 13px;
  }

  .language-toggle:before{
    content:none;
  }
}

@media(max-width:620px){
  .language-current{
    display:none;
  }

  .language-toggle{
    width:42px;
    min-height:42px;
    padding:8px;
  }

  .language-toggle:before{
    content:'🌐';
    font-size:15px;
  }
}

/* ===== GC RESORT LANGUAGE SELECTOR END ===== */

/* ===== GC RESORT OWNER TIMEZONE DISPLAY START ===== */

.booking-timezone-note{
  display:block;
  grid-column:1 / -1;
  margin:2px 2px 0;
  color:#55707a;
  font-size:11px;
  font-weight:650;
  line-height:1.45;
  letter-spacing:.015em;
}

.quick-book .booking-timezone-note{
  align-self:center;
  padding:0 4px;
}

.booking-form .booking-timezone-note{
  padding-top:2px;
}

html[lang="es"] .booking-timezone-note,
html[lang="fr"] .booking-timezone-note,
html[lang="pt-BR"] .booking-timezone-note{
  font-size:10.5px;
}

@media(max-width:1100px){
  .quick-book .booking-timezone-note{
    grid-column:1 / -1;
  }
}

/* ===== GC RESORT OWNER TIMEZONE DISPLAY END ===== */

/* ===== GC RESORT VISIBLE LANGUAGE LABEL START ===== */

/*
  The selector already contains the active language name.
  These final cascade rules prevent responsive styles from reducing
  the control to only the globe icon.
*/

.language-selector{
  position:relative;
  flex:0 0 auto;
  min-width:max-content;
}

.language-toggle{
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:auto !important;
  min-width:max-content !important;
  max-width:none !important;
  min-height:44px;
  padding:0 14px !important;
  white-space:nowrap;
  overflow:visible !important;
  text-overflow:clip !important;
}

.language-toggle > *{
  flex:0 0 auto;
}

/*
  Cover the class names used by both the existing selector and
  possible future selector revisions.
*/

.language-toggle .language-current,
.language-toggle .language-label,
.language-toggle .current-language,
.language-toggle .active-language,
.language-toggle [data-language-label],
.language-toggle [data-current-language]{
  display:inline !important;
  visibility:visible !important;
  opacity:1 !important;
  width:auto !important;
  max-width:none !important;
  clip:auto !important;
  clip-path:none !important;
  position:static !important;
  overflow:visible !important;
  white-space:nowrap !important;
}

/*
  Keep the complete button readable on tablets and phones.
*/

@media(max-width:1180px){
  .language-toggle{
    gap:6px;
    padding:0 11px !important;
    font-size:14px;
  }
}

@media(max-width:760px){
  .language-toggle{
    min-height:42px;
    padding:0 10px !important;
    font-size:13px;
  }
}

/* ===== GC RESORT VISIBLE LANGUAGE LABEL END ===== */

/* ===== GC RESORT CONTACT DROPDOWN UI START ===== */

.contact-menu{
  position:relative;
  display:inline-flex;
  align-items:center;
  flex:0 0 auto;
  min-width:0;
}

.contact-toggle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:auto;
  min-width:max-content;
  white-space:nowrap;
  cursor:pointer;
}

.contact-dropdown{
  position:absolute;
  top:calc(100% + 12px);
  right:0;
  z-index:3000;

  display:none;
  width:320px;
  max-width:calc(100vw - 28px);
  padding:9px;

  background:#fff;
  border:1px solid rgba(24, 91, 177, .16);
  border-radius:19px;

  box-shadow:
    0 24px 64px rgba(10, 42, 92, .22),
    0 6px 18px rgba(10, 42, 92, .10);
}

.contact-menu.open .contact-dropdown{
  display:block;
}

.contact-dropdown::before{
  content:"";
  position:absolute;
  top:-7px;
  right:28px;

  width:14px;
  height:14px;

  background:#fff;
  border-top:1px solid rgba(24, 91, 177, .16);
  border-left:1px solid rgba(24, 91, 177, .16);

  transform:rotate(45deg);
}

.contact-option{
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:4px;

  width:100%;
  padding:18px 15px;

  color:var(--gc-navy);
  text-align:center;
  text-decoration:none;

  background:transparent;
  border:0;
  border-radius:13px;
}

a.contact-option:hover,
a.contact-option:focus-visible{
  background:var(--gc-seafoam);
  outline:none;
}

.contact-option + .contact-option{
  margin-top:3px;
  border-top:1px solid rgba(23,56,78,.10);
}

.contact-option-label{
  display:block;

  color:var(--gc-muted);
  font-size:12px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.1em;
  line-height:1.3;
}

.contact-option-number{
  display:block;

  color:var(--gc-navy);
  font-size:23px;
  font-weight:800;
  line-height:1.3;
  white-space:nowrap;
}

.contact-option-actions{
  display:flex;
  width:100%;
  justify-content:center;
  gap:10px;
  margin-top:11px;
}

.contact-option-actions a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:1 1 0;
  max-width:130px;

  min-height:42px;
  padding:0 16px;

  font-size:13px;
  font-weight:750;
  line-height:1;
  text-decoration:none;

  border-radius:999px;
}

/* Both Call and WhatsApp use the one unified site button color (section 2/17). */
.contact-option-actions a[href^="tel:"],
.contact-option-actions a[href^="sms:"],
.contact-option-actions a[href^="https://wa.me"]{
  color:var(--btn-text);
  background:var(--btn-bg);
}
.contact-option-actions a[href^="tel:"]:hover,
.contact-option-actions a[href^="tel:"]:focus-visible,
.contact-option-actions a[href^="sms:"]:hover,
.contact-option-actions a[href^="https://wa.me"]:hover,
.contact-option-actions a[href^="sms:"]:focus-visible,
.contact-option-actions a[href^="https://wa.me"]:focus-visible{
  background:var(--btn-hover);
  outline:none;
}

/*
  Tablet layout: anchor the dropdown to the right side of the header.
  This prevents it from covering the navigation or booking button.
*/
@media(max-width:1180px){
  .contact-dropdown{
    right:0;
  }

  .contact-option-number{
    font-size:18px;
  }
}

/*
  Narrow phones: display the menu as a centered floating card beneath
  the fixed header instead of allowing it to run beyond the viewport.
*/
@media(max-width:760px){
  .contact-dropdown{
    position:fixed;
    top:82px;
    right:12px;
    left:12px;

    width:auto;
    max-width:none;
    max-height:calc(100vh - 100px);
    overflow:auto;

    border-radius:20px;
  }

  .contact-dropdown::before{
    display:none;
  }

  .contact-option{
    padding:15px 16px;
  }

  .contact-option-number{
    font-size:18px;
  }

  .contact-option-actions a{
    min-height:44px;
  }
}

/* ===== GC RESORT CONTACT DROPDOWN UI END ===== */

/* ===== GC RESORT MOBILE CONTACT PLACEMENT CSS START ===== */

@media(max-width:1100px){
  /*
    The contact control is moved into .nav by JavaScript on mobile.
  */

  .nav .contact-menu{
    display:flex !important;
    width:100%;
    margin:8px 0 2px;
    padding:0;
  }

  .nav .contact-toggle{
    display:flex !important;
    width:100%;
    min-height:46px;
    justify-content:center;
    padding:11px 16px;
  }

  /*
    The floating contact card stays inside the phone viewport.
  */

  .nav .contact-dropdown{
    position:fixed;
    top:82px;
    right:12px;
    left:12px;

    width:auto;
    max-width:none;
    max-height:calc(100vh - 100px);
    overflow:auto;

    z-index:5000;
  }

  .nav .contact-dropdown::before{
    display:none;
  }
}

@media(max-width:620px){
  .nav .contact-menu{
    margin-top:10px;
  }

  .nav .contact-toggle{
    min-height:44px;
  }
}

/* ===== GC RESORT MOBILE CONTACT PLACEMENT CSS END ===== */

/* ===== GC RESORT MOBILE HEADER ACTIONS START ===== */

@media(max-width:1100px){
  /*
    Once the actions are moved into .nav, the empty desktop action
    container must not reserve space in the mobile header.
  */

  .header-actions{
    display:none !important;
    width:0 !important;
    min-width:0 !important;
    flex:0 0 0 !important;
    overflow:hidden !important;
  }

  /*
    Contact us and Book now become full-width navigation actions.
  */

  .nav .contact-menu{
    display:flex !important;
    width:100%;
    margin:10px 0 0;
  }

  .nav .contact-toggle{
    display:flex !important;
    width:100% !important;
    min-width:0 !important;
    min-height:46px;
    justify-content:center;
    padding:11px 16px !important;
  }

  .nav > .open-booking{
    display:flex !important;
    align-items:center;
    justify-content:center;

    width:100% !important;
    min-width:0 !important;
    max-width:100% !important;
    min-height:46px;

    margin:8px 0 2px;
    padding:11px 16px !important;

    white-space:normal !important;
    text-align:center;
  }

  /*
    Keep the floating contact options inside the device viewport.
  */

  .nav .contact-dropdown{
    position:fixed;
    top:82px;
    right:12px;
    left:12px;

    width:auto;
    max-width:none;
    max-height:calc(100vh - 100px);
    overflow:auto;

    z-index:5000;
  }

  .nav .contact-dropdown::before{
    display:none;
  }

  /*
    Prevent translated header labels from creating page-level overflow.
  */

  .header-inner,
  .site-header,
  #site{
    max-width:100%;
    min-width:0;
  }

  .brand,
  .language-selector,
  .menu-btn{
    flex-shrink:1;
    min-width:0;
  }
}

@media(max-width:620px){
  .nav > .open-booking,
  .nav .contact-toggle{
    min-height:44px;
  }
}

/* ===== GC RESORT MOBILE HEADER ACTIONS END ===== */

/* ===== GC RESORT PORTUGUESE MOBILE WIDTH FIX START ===== */

@media(max-width:420px){
  html[lang="pt-BR"] .language-toggle{
    gap:4px !important;
    padding:0 7px !important;
    font-size:12px !important;
    letter-spacing:-0.01em;
  }
}

/* ===== GC RESORT PORTUGUESE MOBILE WIDTH FIX END ===== */
