/*
Theme Name: Graha Pravesh Ready
Theme URI: https://example.com/graha-pravesh
Author: Codex
Author URI: https://openai.com
Description: Premium WordPress theme for Graha Pravesh Group, a Jaipur real estate company focused on property enquiries, WhatsApp leads, site visits and SEO-friendly local property pages.
Version: 1.3.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: graha-pravesh-ready
Tags: real-estate, custom-logo, featured-images, responsive-layout
*/

:root {
  --gpg-bg: #ffffff;
  --gpg-paper: #f7f5ef;
  --gpg-ink: #1d2328;
  --gpg-muted: #5f6870;
  --gpg-slate: #40586a;
  --gpg-slate-dark: #263a48;
  --gpg-wine: #8b0f18;
  --gpg-amber: #e89100;
  --gpg-sage: #dfe8d7;
  --gpg-line: #e5e0d7;
  --gpg-shadow: 0 18px 40px rgba(30, 35, 40, 0.12);
  --gpg-radius: 8px;
  --gpg-container: 1180px;
  --gpg-serif: Georgia, "Times New Roman", serif;
  --gpg-sans: Inter, Manrope, Poppins, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gpg-ink);
  background: var(--gpg-bg);
  font-family: var(--gpg-sans);
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.gpg-menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0 0 1rem;
  color: var(--gpg-muted);
}

h1,
h2,
h3,
h4 {
  margin: 0 0 0.75rem;
  color: var(--gpg-ink);
  font-family: var(--gpg-serif);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 2.35rem;
}

h3 {
  font-size: 1.25rem;
}

input,
select,
textarea,
button {
  font: inherit;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gpg-container {
  width: min(100% - 40px, var(--gpg-container));
  margin-inline: auto;
}

.gpg-section {
  padding: 86px 0;
}

.gpg-section-muted {
  background: var(--gpg-paper);
}

.gpg-section-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.gpg-section-head p {
  font-size: 1.05rem;
}

.gpg-eyebrow,
.gpg-card-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  color: var(--gpg-wine);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gpg-eyebrow::before {
  content: "";
  width: 30px;
  height: 2px;
  background: var(--gpg-amber);
}

.gpg-btn,
button.gpg-btn,
.gpg-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.72rem 1.05rem;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.gpg-btn:hover,
.gpg-form button:hover {
  transform: translateY(-1px);
  box-shadow: var(--gpg-shadow);
}

.gpg-btn-primary,
.gpg-form button {
  color: #ffffff;
  background: var(--gpg-wine);
  border-color: var(--gpg-wine);
}

.gpg-btn-primary:hover,
.gpg-form button:hover {
  background: #711016;
}

.gpg-btn-outline {
  color: var(--gpg-wine);
  background: #ffffff;
  border-color: rgba(139, 15, 24, 0.28);
}

.gpg-btn-light {
  color: var(--gpg-ink);
  background: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.gpg-btn-small {
  min-height: 38px;
  padding: 0.55rem 0.78rem;
  font-size: 0.88rem;
}

.gpg-text-link {
  color: var(--gpg-wine);
  font-weight: 800;
  border-bottom: 2px solid var(--gpg-amber);
}

.gpg-actions,
.gpg-hero-actions,
.gpg-card-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.gpg-site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 60;
  padding: 14px 0;
  color: #ffffff;
  transition: background 180ms ease, box-shadow 180ms ease, padding 180ms ease;
}

.gpg-site-header.is-scrolled,
body:not(.gpg-home) .gpg-site-header {
  color: var(--gpg-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  backdrop-filter: blur(12px);
}

.gpg-header-inner {
  width: min(100% - 32px, 1240px);
  min-height: 70px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.gpg-site-logo,
.gpg-footer-logo {
  display: inline-flex;
  align-items: center;
}

.gpg-site-logo img,
.gpg-footer-logo img {
  width: 168px;
  max-height: 64px;
  object-fit: contain;
  border-radius: 4px;
  background: #ffffff;
  padding: 4px;
}

.gpg-menu {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.gpg-menu a {
  font-weight: 800;
  font-size: 0.94rem;
}

.gpg-menu a:hover {
  color: var(--gpg-amber);
}

.gpg-header-actions {
  display: flex;
  gap: 10px;
}

.gpg-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
}

.gpg-menu-toggle span:not(.screen-reader-text) {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.gpg-hero {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: end;
  padding: 160px 0 72px;
  color: #ffffff;
  background-image: var(--gpg-hero-image);
  background-size: cover;
  background-position: center;
}

.gpg-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(22, 30, 36, 0.85), rgba(38, 58, 72, 0.56), rgba(22, 30, 36, 0.18));
}

.gpg-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) 430px;
  gap: 42px;
  align-items: end;
}

.gpg-hero h1,
.gpg-hero h2,
.gpg-hero p {
  color: #ffffff;
}

.gpg-hero-copy {
  max-width: 760px;
}

.gpg-hero-copy p {
  font-size: 1.16rem;
  max-width: 680px;
}

.gpg-hero-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--gpg-radius);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--gpg-shadow);
}

.gpg-hero-panel h2 {
  color: var(--gpg-ink);
  font-size: 1.45rem;
}

.gpg-search-form,
.gpg-form {
  display: grid;
  gap: 14px;
}

.gpg-search-form label,
.gpg-form label {
  display: grid;
  gap: 6px;
  color: var(--gpg-ink);
  font-size: 0.86rem;
  font-weight: 800;
}

.gpg-search-form input,
.gpg-search-form select,
.gpg-form input,
.gpg-form select,
.gpg-form textarea {
  width: 100%;
  min-height: 44px;
  padding: 0.72rem 0.82rem;
  color: var(--gpg-ink);
  background: #ffffff;
  border: 1px solid var(--gpg-line);
  border-radius: 6px;
}

.gpg-form textarea {
  resize: vertical;
}

.gpg-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gpg-consent {
  display: flex !important;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  gap: 8px !important;
  font-weight: 600 !important;
  color: var(--gpg-muted) !important;
}

.gpg-consent input {
  width: auto;
  min-height: auto;
  margin-top: 6px;
}

.gpg-trust-bar {
  background: var(--gpg-slate-dark);
  color: #ffffff;
}

.gpg-trust-bar .gpg-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
}

.gpg-trust-bar span {
  padding: 18px 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.06);
  font-weight: 800;
}

.gpg-card-grid,
.gpg-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.gpg-property-card,
.gpg-post-card,
.gpg-category-card,
.gpg-benefit-card,
.gpg-location-card,
.gpg-sticky-enquiry,
.gpg-testimonial-box,
.gpg-author-box,
.gpg-note {
  border: 1px solid var(--gpg-line);
  border-radius: var(--gpg-radius);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(29, 35, 40, 0.06);
}

.gpg-card-media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--gpg-radius) var(--gpg-radius) 0 0;
  background: var(--gpg-sage);
}

.gpg-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gpg-property-card:hover .gpg-card-media img,
.gpg-post-card:hover .gpg-card-media img,
.gpg-category-card:hover img {
  transform: scale(1.03);
}

.gpg-card-body {
  padding: 20px;
}

.gpg-card-body h2,
.gpg-card-body h3 {
  font-size: 1.35rem;
}

.gpg-card-facts {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.gpg-card-facts div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  align-items: baseline;
}

.gpg-card-facts dt {
  color: var(--gpg-muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gpg-card-facts dd {
  margin: 0;
  font-weight: 800;
}

.gpg-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.gpg-category-card {
  overflow: hidden;
}

.gpg-category-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 260ms ease;
}

.gpg-category-card div {
  padding: 20px;
}

.gpg-category-card a {
  color: var(--gpg-wine);
  font-weight: 800;
}

.gpg-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.gpg-split .gpg-section-head {
  margin-inline: 0;
  text-align: left;
}

.gpg-benefit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.gpg-benefit-card {
  padding: 18px;
  color: var(--gpg-slate-dark);
  font-weight: 900;
  border-left: 4px solid var(--gpg-amber);
}

.gpg-location-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.gpg-location-card {
  min-height: 148px;
  padding: 20px;
  display: grid;
  align-content: end;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gpg-slate-dark), var(--gpg-slate));
  border-color: rgba(255, 255, 255, 0.12);
}

.gpg-location-card:nth-child(3n) {
  background: linear-gradient(135deg, var(--gpg-wine), #581116);
}

.gpg-location-card:nth-child(4n) {
  background: linear-gradient(135deg, #35544c, var(--gpg-slate-dark));
}

.gpg-location-card span,
.gpg-location-card em {
  color: rgba(255, 255, 255, 0.8);
  font-style: normal;
}

.gpg-location-card strong {
  font-family: var(--gpg-serif);
  font-size: 1.5rem;
}

.gpg-dark-cta {
  color: #ffffff;
  background: var(--gpg-slate-dark);
}

.gpg-dark-cta h2,
.gpg-dark-cta p,
.gpg-dark-cta .gpg-eyebrow {
  color: #ffffff;
}

.gpg-cta-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: 46px;
  align-items: start;
}

.gpg-dark-cta .gpg-form {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--gpg-radius);
  background: rgba(255, 255, 255, 0.07);
}

.gpg-dark-cta .gpg-form label {
  color: #ffffff;
}

.gpg-timeline {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
}

.gpg-step {
  position: relative;
  min-height: 150px;
  padding: 18px;
  border: 1px solid var(--gpg-line);
  border-radius: var(--gpg-radius);
  background: #ffffff;
}

.gpg-step span {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  color: #ffffff;
  background: var(--gpg-wine);
  border-radius: 999px;
  font-weight: 900;
}

.gpg-step strong {
  display: block;
  line-height: 1.35;
}

.gpg-about-preview img {
  width: 100%;
  border-radius: var(--gpg-radius);
  box-shadow: var(--gpg-shadow);
}

.gpg-office-gallery {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 16px;
}

.gpg-office-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: var(--gpg-radius);
  background: var(--gpg-sage);
}

.gpg-office-gallery figure:first-child {
  grid-row: span 2;
}

.gpg-office-gallery img {
  width: 100%;
  height: 100%;
  min-height: 240px;
  object-fit: cover;
}

.gpg-testimonial-box {
  max-width: 760px;
  margin-inline: auto;
  padding: 34px;
  text-align: center;
}

.gpg-faq-list {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.gpg-faq-list details {
  border: 1px solid var(--gpg-line);
  border-radius: var(--gpg-radius);
  background: #ffffff;
}

.gpg-faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  font-weight: 900;
}

.gpg-faq-list details p {
  padding: 0 20px 18px;
}

.gpg-final-cta {
  text-align: center;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gpg-wine), var(--gpg-slate-dark));
}

.gpg-final-cta h2,
.gpg-final-cta p {
  color: #ffffff;
}

.gpg-final-cta .gpg-actions {
  justify-content: center;
  margin: 20px 0 12px;
}

.gpg-page-hero {
  padding: 148px 0 66px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--gpg-slate-dark), var(--gpg-slate));
}

.gpg-page-hero h1,
.gpg-page-hero p,
.gpg-page-hero .gpg-eyebrow {
  color: #ffffff;
}

.gpg-page-hero p {
  max-width: 740px;
  font-size: 1.08rem;
}

.gpg-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.gpg-breadcrumbs a {
  color: #ffffff;
  font-weight: 800;
}

.gpg-breadcrumbs span::before {
  content: "/";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.5);
}

.gpg-page-content {
  max-width: 920px;
}

.gpg-page-content h2 {
  margin-top: 2rem;
}

.gpg-page-content a {
  color: var(--gpg-wine);
  font-weight: 800;
}

.gpg-page-content ul,
.gpg-page-content ol {
  padding-left: 1.3rem;
}

.gpg-page-content .gpg-form {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid var(--gpg-line);
  border-radius: var(--gpg-radius);
  background: var(--gpg-paper);
}

.gpg-listing-hero {
  padding: 148px 0 72px;
  color: #ffffff;
  background: linear-gradient(135deg, rgba(38, 58, 72, 0.96), rgba(139, 15, 24, 0.86));
}

.gpg-listing-hero h1,
.gpg-listing-hero p,
.gpg-listing-hero .gpg-eyebrow {
  color: #ffffff;
}

.gpg-listing-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 36px;
  align-items: end;
}

.gpg-listing-facts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.gpg-listing-facts div {
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--gpg-radius);
  background: rgba(255, 255, 255, 0.08);
}

.gpg-listing-facts span {
  display: block;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.gpg-listing-facts strong {
  display: block;
  color: #ffffff;
}

.gpg-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 32px;
  align-items: start;
}

.gpg-detail-content {
  min-width: 0;
}

.gpg-gallery-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 28px;
}

.gpg-gallery-strip img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: var(--gpg-radius);
}

.gpg-gallery-strip img:first-child {
  grid-column: 1 / -1;
  height: 420px;
}

.gpg-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  list-style: none;
}

.gpg-check-list li {
  padding: 12px 14px;
  border: 1px solid var(--gpg-line);
  border-radius: 6px;
  background: var(--gpg-paper);
  font-weight: 700;
}

.gpg-map iframe {
  width: 100%;
  min-height: 360px;
  border: 0;
  border-radius: var(--gpg-radius);
}

.gpg-note,
.gpg-disclaimer,
.gpg-author-box {
  padding: 18px;
  margin: 24px 0;
  background: var(--gpg-paper);
}

.gpg-disclaimer {
  border-left: 4px solid var(--gpg-amber);
  color: var(--gpg-muted);
  font-size: 0.94rem;
}

.gpg-sticky-enquiry {
  position: sticky;
  top: 112px;
  padding: 20px;
}

.gpg-sticky-enquiry .gpg-form {
  margin-top: 18px;
}

.gpg-sticky-enquiry .gpg-form-grid {
  grid-template-columns: 1fr;
}

.gpg-post-featured img {
  width: 100%;
  border-radius: var(--gpg-radius);
  margin-bottom: 28px;
}

.gpg-pagination {
  grid-column: 1 / -1;
}

.gpg-site-footer {
  padding: 70px 0 24px;
  color: #dce4ea;
  background: #17232b;
}

.gpg-site-footer h2 {
  color: #ffffff;
  font-size: 1.1rem;
  font-family: var(--gpg-sans);
}

.gpg-site-footer p,
.gpg-site-footer a {
  color: #dce4ea;
}

.gpg-site-footer a:hover {
  color: var(--gpg-amber);
}

.gpg-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr 1fr;
  gap: 34px;
}

.gpg-site-footer ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gpg-site-footer li + li {
  margin-top: 8px;
}

.gpg-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}

.gpg-footer-actions a {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
}

.gpg-footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-top: 26px;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.gpg-footer-bottom nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.gpg-mobile-actions {
  display: none;
}

@media (max-width: 1100px) {
  h1 {
    font-size: 2.8rem;
  }

  h2 {
    font-size: 2rem;
  }

  .gpg-header-actions {
    display: none;
  }

  .gpg-header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .gpg-menu-toggle {
    display: block;
  }

  .gpg-primary-nav {
    position: fixed;
    inset: 94px 16px auto 16px;
    display: none;
    padding: 20px;
    border-radius: var(--gpg-radius);
    color: var(--gpg-ink);
    background: #ffffff;
    box-shadow: var(--gpg-shadow);
  }

  .gpg-menu-open .gpg-primary-nav {
    display: block;
  }

  .gpg-menu {
    display: grid;
    gap: 12px;
  }

  .gpg-hero-grid,
  .gpg-listing-layout,
  .gpg-detail-grid,
  .gpg-cta-grid,
  .gpg-split {
    grid-template-columns: 1fr;
  }

  .gpg-hero {
    min-height: auto;
  }

  .gpg-trust-bar .gpg-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .gpg-card-grid,
  .gpg-post-grid,
  .gpg-category-grid,
  .gpg-location-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gpg-timeline {
    grid-template-columns: repeat(3, 1fr);
  }

  .gpg-footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 62px;
  }

  h1 {
    font-size: 2.25rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .gpg-container {
    width: min(100% - 28px, var(--gpg-container));
  }

  .gpg-section {
    padding: 58px 0;
  }

  .gpg-site-logo img,
  .gpg-footer-logo img {
    width: 138px;
    max-height: 54px;
  }

  .gpg-hero {
    padding: 128px 0 48px;
    background-position: center top;
  }

  .gpg-hero-panel {
    padding: 18px;
  }

  .gpg-form-grid,
  .gpg-card-grid,
  .gpg-post-grid,
  .gpg-category-grid,
  .gpg-location-grid,
  .gpg-benefit-grid,
  .gpg-timeline,
  .gpg-listing-facts,
  .gpg-check-list,
  .gpg-gallery-strip,
  .gpg-footer-grid {
    grid-template-columns: 1fr;
  }

  .gpg-trust-bar .gpg-container {
    grid-template-columns: 1fr;
  }

  .gpg-office-gallery {
    grid-template-columns: 1fr;
  }

  .gpg-office-gallery figure:first-child {
    grid-row: auto;
  }

  .gpg-gallery-strip img,
  .gpg-gallery-strip img:first-child {
    height: auto;
    aspect-ratio: 4 / 3;
  }

  .gpg-footer-bottom {
    display: grid;
  }

  .gpg-mobile-actions {
    position: fixed;
    inset: auto 0 0;
    z-index: 80;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #ffffff;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.12);
  }

  .gpg-mobile-actions a {
    min-height: 56px;
    display: grid;
    place-items: center;
    color: var(--gpg-ink);
    font-size: 0.88rem;
    font-weight: 900;
    border-right: 1px solid var(--gpg-line);
  }

  .gpg-mobile-actions a:nth-child(2) {
    color: #ffffff;
    background: var(--gpg-wine);
  }
}

@media (max-width: 420px) {
  .gpg-card-actions,
  .gpg-actions,
  .gpg-hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gpg-btn,
  button.gpg-btn,
  .gpg-form button {
    width: 100%;
  }
}

/* Premium project experience */
:root{--gpg-wine:#7d111b;--gpg-amber:#d7a84b;--gpg-ink:#161a1d;--gpg-paper:#f8f4ec;--gpg-shadow:0 22px 60px rgba(24,20,17,.14)}
.gpg-site-logo,.gpg-footer-logo{width:62px;height:62px;flex:0 0 62px;overflow:hidden;border:1px solid rgba(215,168,75,.45);border-radius:50%;background:#fff;box-shadow:0 8px 24px rgba(22,26,29,.16)}
.gpg-site-logo img,.gpg-footer-logo img{width:100%;height:100%;max-height:none;object-fit:contain;padding:6px;border-radius:50%}
.single-gpg_project .gpg-main>.gpg-section{padding-top:142px;background:linear-gradient(180deg,#f6f0e5 0,#fff 600px)}
.single-gpg_project .gpg-container>p:first-child{font-size:.82rem;letter-spacing:.08em;text-transform:uppercase;color:#756a5c}
.gpg-project-hero{display:grid;grid-template-columns:1.04fr .96fr;gap:56px;align-items:center;padding:42px;border:1px solid rgba(125,17,27,.12);border-radius:24px;background:rgba(255,255,255,.9);box-shadow:var(--gpg-shadow)}
.gpg-project-hero h1{font-size:clamp(2.35rem,5vw,4.5rem);line-height:1.02;letter-spacing:-.035em}.gpg-project-hero h2{color:var(--gpg-wine);font-size:clamp(1.45rem,3vw,2.15rem)}
.gpg-project-hero img{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:18px;box-shadow:0 18px 46px rgba(22,26,29,.2)}
.gpg-btn,button.gpg-btn,.gpg-form button{min-height:48px;border-radius:999px;padding:.78rem 1.35rem;box-shadow:0 7px 20px rgba(125,17,27,.12);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}
.gpg-btn:hover,.gpg-form button:hover{transform:translateY(-2px);box-shadow:0 13px 28px rgba(125,17,27,.22)}.gpg-btn-outline{border-color:rgba(125,17,27,.38);background:#fff}
.gpg-project-amenities{columns:2;column-gap:28px;padding:0;list-style:none}.gpg-project-amenities li{break-inside:avoid;margin:0 0 14px;padding:16px 18px 16px 54px;position:relative;border:1px solid #eadfcd;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(34,27,20,.05)}
.gpg-project-amenities li:before{content:'✓';position:absolute;left:17px;top:15px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:#fff;background:var(--gpg-wine);font-weight:900}
.gpg-doc-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin:36px 0}.gpg-doc-grid figure{margin:0;overflow:hidden;border:1px solid #eadfcd;border-radius:18px;background:#fff;box-shadow:0 14px 34px rgba(34,27,20,.09)}
.gpg-doc-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}.gpg-doc-grid a:hover img{transform:scale(1.025)}.gpg-doc-grid figcaption{padding:15px 18px;font-family:var(--gpg-serif);font-size:1.08rem;font-weight:700}
.gpg-notice{padding:20px 22px;background:linear-gradient(135deg,#fbf7ef,#fff);border:1px solid #eadfcd;border-left:4px solid var(--gpg-amber);border-radius:0 14px 14px 0;margin:20px 0}.gpg-form{padding:28px;border:1px solid #eadfcd;border-radius:20px;background:#fff;box-shadow:0 18px 46px rgba(34,27,20,.08)}
.gpg-honey{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}a:focus-visible,button:focus-visible{outline:3px solid var(--gpg-amber);outline-offset:3px}
@media(max-width:900px){.gpg-project-hero{grid-template-columns:1fr;padding:28px}.gpg-doc-grid{grid-template-columns:1fr 1fr}}
@media(max-width:700px){.gpg-site-logo,.gpg-footer-logo{width:54px;height:54px;flex-basis:54px}.gpg-site-logo img,.gpg-footer-logo img{width:100%;height:100%;max-height:none}.single-gpg_project .gpg-main>.gpg-section{padding-top:112px}.gpg-project-hero{gap:26px;padding:22px;border-radius:18px}.gpg-project-hero h1{font-size:2.45rem}.gpg-project-amenities{columns:1}.gpg-doc-grid{grid-template-columns:1fr}.gpg-mobile-actions{box-shadow:0 -10px 30px rgba(22,26,29,.18)}.gpg-mobile-actions a{min-height:56px;display:flex;align-items:center;justify-content:center;font-weight:900}.single-gpg_project{padding-bottom:64px}}
