:root {
    --ggwre-black: #050607;
    --ggwre-panel: #111315;
    --ggwre-panel-2: #191b1e;
    --ggwre-gold: #d6aa4f;
    --ggwre-gold-light: #f2cb75;
    --ggwre-text: #f6f6f4;
    --ggwre-muted: #b7b8ba;
    --ggwre-border: rgba(214,170,79,.26);
}

.ggwre-offplan-shell, .ggwre-single-project {
    background: radial-gradient(circle at 25% 10%, #1c2229 0, #080a0d 35%, #030405 78%);
    color: var(--ggwre-text);
    font-family: Inter, Arial, sans-serif;
    min-height: 100vh;
}
.ggwre-offplan-shell *, .ggwre-single-project * { box-sizing: border-box; }
.ggwre-container, .ggwre-single-container { width: min(1440px, calc(100% - 48px)); margin: 0 auto; }

.ggwre-custom-header { position: relative; z-index: 50; background: #000; border-bottom: 1px solid #242424; }
.ggwre-header-inner { width: min(1640px, calc(100% - 52px)); min-height: 76px; margin: auto; display: grid; grid-template-columns: 260px 1fr 180px; align-items: center; gap: 24px; }
.ggwre-logo { display: inline-flex; flex-direction: column; color: #fff; text-decoration: none; width: max-content; line-height: 1; }
.ggwre-logo img { max-width: 220px; max-height: 54px; object-fit: contain; }
.ggwre-logo-main { font-size: 25px; font-weight: 800; letter-spacing: -1.2px; }
.ggwre-logo-sub { font-size: 10px; letter-spacing: 6px; text-align: center; margin-top: 4px; }
.ggwre-nav { display: flex; justify-content: center; gap: clamp(28px, 4vw, 58px); }
.ggwre-nav a { color: #fff; text-decoration: none; font-weight: 700; font-size: 15px; transition: color .2s ease; }
.ggwre-nav a:hover, .ggwre-nav a.active { color: var(--ggwre-gold-light); }
.ggwre-whatsapp-pill { justify-self: end; background: #fff; color: #111; text-decoration: none; font-weight: 800; padding: 14px 25px; border-radius: 999px; }
.ggwre-mobile-menu-toggle { display: none; background: transparent; border: 0; color: #fff; font-size: 25px; }

.ggwre-hero { min-height: 360px; position: relative; overflow: hidden; background-image: var(--ggwre-hero-image), linear-gradient(100deg, rgba(0,0,0,.95), rgba(0,0,0,.38)), radial-gradient(circle at 72% 44%, rgba(214,170,79,.18), transparent 34%), linear-gradient(150deg, #111923, #050607 68%); background-size: cover; background-position: center; }
.ggwre-hero::after { content: ''; position: absolute; inset: auto 0 0; height: 120px; background: linear-gradient(transparent, #080a0d); }
.ggwre-hero-overlay { position: absolute; inset: 0; background-image: linear-gradient(90deg, rgba(0,0,0,.7), transparent 70%), repeating-linear-gradient(90deg, transparent 0 68px, rgba(255,255,255,.012) 69px 70px); }
.ggwre-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 330px; padding: 54px 0 120px; }
.ggwre-hero-copy { max-width: 760px; }
.ggwre-eyebrow { color: var(--ggwre-gold-light); font-size: 12px; letter-spacing: 4px; font-weight: 700; }
.ggwre-hero h1 { font-family: Georgia, serif; font-size: clamp(48px, 5.8vw, 80px); line-height: .97; margin: 12px 0 18px; font-weight: 500; }
.ggwre-hero h1 span { color: var(--ggwre-gold); display: block; }
.ggwre-hero-copy > p { max-width: 620px; color: #e3e3e3; font-size: 18px; line-height: 1.55; }
.ggwre-benefits { display: flex; flex-wrap: wrap; gap: 28px; margin-top: 28px; }
.ggwre-benefits > div { display: grid; grid-template-columns: 32px auto; column-gap: 10px; min-width: 180px; }
.ggwre-benefits strong { font-size: 14px; }
.ggwre-benefits small { grid-column: 2; color: var(--ggwre-muted); margin-top: 3px; }
.ggwre-icon { color: var(--ggwre-gold); font-size: 24px; grid-row: 1 / span 2; }

.ggwre-main-layout { position: relative; z-index: 10; display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 26px; margin-top: -78px; align-items: start; }
.ggwre-filter-panel { background: linear-gradient(145deg, rgba(30,32,35,.96), rgba(15,16,18,.98)); border: 1px solid rgba(255,255,255,.16); border-radius: 10px; padding: 18px; box-shadow: 0 20px 60px rgba(0,0,0,.45); }
.ggwre-filter-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 13px 18px; }
.ggwre-filter-grid label { color: #dedede; font-size: 12px; font-weight: 600; display: flex; flex-direction: column; gap: 7px; }
.ggwre-filter-grid select, .ggwre-lead-form input, .ggwre-lead-form select, .ggwre-lead-form textarea { width: 100%; background: #282b2f; color: #fff; border: 1px solid #414449; border-radius: 4px; padding: 12px 13px; outline: none; }
.ggwre-filter-grid select:focus, .ggwre-lead-form input:focus, .ggwre-lead-form select:focus, .ggwre-lead-form textarea:focus { border-color: var(--ggwre-gold); box-shadow: 0 0 0 2px rgba(214,170,79,.12); }
.ggwre-filter-actions { display: flex; align-items: end; gap: 10px; }
.ggwre-gold-button, .ggwre-secondary-button, .ggwre-reset-button { border: 0; border-radius: 4px; font-weight: 800; cursor: pointer; text-decoration: none; text-align: center; transition: transform .2s ease, opacity .2s ease; }
.ggwre-gold-button { background: linear-gradient(135deg, var(--ggwre-gold-light), var(--ggwre-gold)); color: #111; padding: 13px 18px; }
.ggwre-secondary-button { display: inline-flex; justify-content: center; background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.35); padding: 12px 20px; }
.ggwre-reset-button { background: #33363a; color: #e9e9e9; padding: 13px 16px; }
.ggwre-gold-button:hover, .ggwre-secondary-button:hover, .ggwre-reset-button:hover { transform: translateY(-1px); }
.ggwre-results-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 4px 12px; font-size: 13px; }
.ggwre-results-toolbar label { display: flex; align-items: center; gap: 8px; color: #ddd; }
.ggwre-results-toolbar select { background: #222528; color: #fff; border: 1px solid #444; border-radius: 4px; padding: 8px 32px 8px 10px; }

.ggwre-project-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 12px; min-height: 280px; }
.ggwre-project-card { overflow: hidden; background: linear-gradient(180deg, #191c20, #0c0e10); border: 1px solid rgba(255,255,255,.18); border-radius: 7px; box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.ggwre-project-image { display: block; position: relative; height: 150px; background-size: cover; background-position: center; text-decoration: none; }
.ggwre-project-image::after { content: ''; position: absolute; inset: 40% 0 0; background: linear-gradient(transparent, rgba(0,0,0,.7)); }
.ggwre-project-badge { position: absolute; z-index: 2; left: 10px; top: 10px; background: #090909; border: 1px solid var(--ggwre-gold); color: var(--ggwre-gold-light); border-radius: 3px; text-transform: uppercase; font-weight: 800; font-size: 9px; letter-spacing: .7px; padding: 5px 7px; }
.ggwre-heart { position: absolute; z-index: 2; right: 10px; top: 7px; color: #fff; font-size: 25px; text-shadow: 0 2px 8px #000; }
.ggwre-project-card-body { padding: 12px 12px 0; }
.ggwre-project-card h3 { margin: 0 0 2px; font-size: 16px; text-transform: uppercase; letter-spacing: .25px; }
.ggwre-project-card h3 a { color: #fff; text-decoration: none; }
.ggwre-project-card p { margin: 4px 0; color: #d0d1d2; font-size: 12px; }
.ggwre-project-card .ggwre-developer { color: var(--ggwre-gold-light); font-size: 11px; }
.ggwre-card-footer { margin: 10px -12px 0; border-top: 1px solid rgba(255,255,255,.12); padding: 10px 12px; display: flex; justify-content: space-between; gap: 10px; align-items: center; }
.ggwre-card-footer small { display: block; color: #aaa; }
.ggwre-card-footer strong { color: var(--ggwre-gold-light); }
.ggwre-card-actions { display: flex; gap: 6px; }
.ggwre-card-actions a { border: 1px solid #3f4245; color: #fff; text-decoration: none; font-size: 10px; padding: 7px 8px; border-radius: 3px; }
.ggwre-card-actions a:last-child { border-color: var(--ggwre-gold); color: var(--ggwre-gold-light); }
.ggwre-load-more-wrap { display: flex; justify-content: center; padding: 18px 0 0; }
.ggwre-load-more-wrap .ggwre-secondary-button { min-width: 280px; }
.ggwre-loading, .ggwre-no-results { grid-column: 1 / -1; min-height: 210px; display: grid; place-items: center; color: #d5d5d5; border: 1px dashed #444; border-radius: 8px; background: rgba(255,255,255,.02); }

.ggwre-enquiry-card { background: linear-gradient(145deg, rgba(27,29,32,.98), rgba(12,14,16,.98)); border: 1px solid var(--ggwre-border); border-radius: 10px; padding: 24px 20px; box-shadow: 0 20px 60px rgba(0,0,0,.48); }
.ggwre-enquiry-card h2 { margin: 0; font-family: Georgia, serif; font-weight: 500; font-size: 31px; line-height: 1; }
.ggwre-enquiry-card h2 span { color: var(--ggwre-gold-light); }
.ggwre-enquiry-card > p { color: #d3d3d3; font-size: 13px; line-height: 1.45; }
.ggwre-lead-form { display: grid; gap: 9px; margin-top: 15px; }
.ggwre-phone-row { display: grid; grid-template-columns: 92px 1fr; }
.ggwre-phone-row span { display: flex; align-items: center; justify-content: center; border: 1px solid #414449; border-right: 0; background: #282b2f; color: #fff; border-radius: 4px 0 0 4px; font-size: 12px; }
.ggwre-phone-row input { border-radius: 0 4px 4px 0; }
.ggwre-form-message { font-size: 12px; line-height: 1.4; }
.ggwre-form-message.success { color: #7edd92; }
.ggwre-form-message.error { color: #ff8a8a; }
.ggwre-whatsapp-box { margin-top: 13px; padding: 13px; display: flex; gap: 12px; align-items: center; border: 1px solid var(--ggwre-border); border-radius: 5px; }
.ggwre-whatsapp-icon { color: #25d366; font-size: 34px; }
.ggwre-whatsapp-box small { color: #d7d7d7; }
.ggwre-whatsapp-box a { display: block; margin-top: 5px; color: var(--ggwre-gold-light); font-size: 19px; font-weight: 800; text-decoration: none; }

.ggwre-value-strip { margin-top: 20px; margin-bottom: 54px; border: 1px solid var(--ggwre-border); border-radius: 7px; background: rgba(15,17,19,.95); display: grid; grid-template-columns: repeat(4, 1fr); }
.ggwre-value-strip article { display: flex; gap: 15px; padding: 22px; border-right: 1px solid rgba(214,170,79,.2); }
.ggwre-value-strip article:last-child { border-right: 0; }
.ggwre-value-strip span { color: var(--ggwre-gold); font-size: 31px; }
.ggwre-value-strip strong { color: var(--ggwre-gold-light); }
.ggwre-value-strip p { color: #ccc; margin: 6px 0 0; font-size: 12px; line-height: 1.4; }

.ggwre-single-hero { min-height: 510px; display: flex; align-items: end; background-size: cover; background-position: center; padding: 70px 0; }
.ggwre-single-hero h1 { font-family: Georgia, serif; font-size: clamp(48px, 7vw, 88px); margin: 22px 0 8px; }
.ggwre-single-hero p { color: var(--ggwre-gold-light); font-size: 19px; }
.ggwre-single-actions { display: flex; gap: 12px; margin-top: 25px; }
.ggwre-project-facts { transform: translateY(-30px); border: 1px solid var(--ggwre-border); background: #111315; display: grid; grid-template-columns: repeat(5,1fr); border-radius: 8px; overflow: hidden; }
.ggwre-project-facts > div { padding: 22px; border-right: 1px solid rgba(255,255,255,.1); }
.ggwre-project-facts > div:last-child { border-right: 0; }
.ggwre-project-facts small { color: #aaa; display: block; margin-bottom: 6px; }
.ggwre-project-facts strong { color: var(--ggwre-gold-light); }
.ggwre-project-content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 42px; padding: 30px 0 90px; }
.ggwre-project-content-grid article { color: #ddd; font-size: 16px; line-height: 1.75; }
.ggwre-project-content-grid h2 { color: #fff; font-family: Georgia, serif; font-size: 38px; }
.ggwre-project-summary { font-size: 20px; color: #eee; }
.ggwre-amenities-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding: 0; list-style: none; }
.ggwre-amenities-list li { border: 1px solid rgba(255,255,255,.12); padding: 14px; border-radius: 5px; }
.ggwre-single-sidebar { align-self: start; position: sticky; top: 25px; background: #151719; border: 1px solid var(--ggwre-border); border-radius: 8px; padding: 25px; }
.ggwre-single-sidebar h3 { font-family: Georgia, serif; font-size: 28px; margin-top: 0; }
.ggwre-single-sidebar p { color: #ccc; line-height: 1.5; }
.ggwre-single-sidebar a { display: flex; margin-top: 10px; }

.ggwre-admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 4px 18px; }

@media (max-width: 1200px) {
    .ggwre-project-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .ggwre-filter-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .ggwre-header-inner { grid-template-columns: 220px 1fr 150px; }
    .ggwre-nav { gap: 25px; }
}

@media (max-width: 980px) {
    .ggwre-header-inner { grid-template-columns: 1fr auto auto; }
    .ggwre-mobile-menu-toggle { display: block; order: 2; }
    .ggwre-nav { display: none; position: absolute; left: 0; right: 0; top: 76px; background: #050505; padding: 20px; flex-direction: column; align-items: center; border-top: 1px solid #222; }
    .ggwre-nav.open { display: flex; }
    .ggwre-whatsapp-pill { order: 3; }
    .ggwre-main-layout { grid-template-columns: 1fr; }
    .ggwre-enquiry-card { position: static; }
    .ggwre-project-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
    .ggwre-value-strip { grid-template-columns: repeat(2,1fr); }
    .ggwre-value-strip article:nth-child(2) { border-right: 0; }
    .ggwre-project-facts { grid-template-columns: repeat(2,1fr); }
    .ggwre-project-content-grid { grid-template-columns: 1fr; }
    .ggwre-single-sidebar { position: static; }
}

@media (max-width: 680px) {
    .ggwre-container, .ggwre-single-container { width: min(100% - 24px, 1440px); }
    .ggwre-header-inner { width: calc(100% - 24px); grid-template-columns: 1fr auto; min-height: 68px; }
    .ggwre-logo-main { font-size: 19px; }
    .ggwre-logo-sub { font-size: 8px; letter-spacing: 4px; }
    .ggwre-whatsapp-pill { grid-column: 1 / -1; display: none; }
    .ggwre-mobile-menu-toggle { justify-self: end; }
    .ggwre-hero { min-height: 420px; }
    .ggwre-hero-grid { padding: 42px 0 125px; }
    .ggwre-hero h1 { font-size: 48px; }
    .ggwre-benefits { display: grid; }
    .ggwre-main-layout { margin-top: -90px; }
    .ggwre-filter-grid { grid-template-columns: 1fr; }
    .ggwre-filter-actions { align-items: stretch; }
    .ggwre-filter-actions > * { flex: 1; }
    .ggwre-project-grid { grid-template-columns: 1fr; }
    .ggwre-project-image { height: 210px; }
    .ggwre-results-toolbar { align-items: flex-start; gap: 10px; flex-direction: column; }
    .ggwre-value-strip { grid-template-columns: 1fr; }
    .ggwre-value-strip article { border-right: 0; border-bottom: 1px solid rgba(214,170,79,.2); }
    .ggwre-value-strip article:last-child { border-bottom: 0; }
    .ggwre-project-facts { grid-template-columns: 1fr; transform: none; margin-top: 12px; }
    .ggwre-project-facts > div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
    .ggwre-amenities-list { grid-template-columns: 1fr; }
    .ggwre-single-actions { flex-direction: column; }
    .ggwre-admin-grid { grid-template-columns: 1fr; }
}
