:root{--gph-primary:#1B4332;--gph-primary-light:#2D6A4F;--gph-primary-dark:#0D1F17;--gph-gold:#C9A962;--gph-gold-light:#D4BC7B;--gph-dark:#0D1F17;--gph-white:#FFFFFF;--gph-off-white:#F8F9F7;--gph-gray-100:#F1F3F0;--gph-gray-200:#E2E6DF;--gph-gray-400:#9CA89E;--gph-gray-600:#5C665E;--gph-text:#1A1F1C;--gph-text-light:#5C665E;--gph-font-body:'Inter',system-ui,-apple-system,sans-serif;--gph-font-heading:'Playfair Display',Georgia,serif;--gph-radius-sm:8px;--gph-radius:16px;--gph-radius-lg:24px;--gph-radius-xl:32px;--gph-shadow-sm:0 2px 8px rgba(13,31,23,0.06);--gph-shadow:0 4px 24px rgba(13,31,23,0.08);--gph-shadow-lg:0 8px 40px rgba(13,31,23,0.12);--gph-shadow-gold:0 4px 20px rgba(201,169,98,0.25);--gph-glass:rgba(255,255,255,0.12);--gph-glass-border:rgba(255,255,255,0.2);--gph-glass-dark:rgba(13,31,23,0.85);--gph-header-height:72px;--gph-transition:0.3s cubic-bezier(0.4,0,0.2,1);--gph-container:1200px;}*,*::before,*::after{box-sizing:border-box;}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%;}body{margin:0;font-family:var(--gph-font-body);font-size:16px;line-height:1.7;color:var(--gph-text);background:var(--gph-white);-webkit-font-smoothing:antialiased;}img,svg,video{max-width:100%;height:auto;display:block;}a{color:var(--gph-primary);text-decoration:none;transition:color var(--gph-transition);}a:hover{color:var(--gph-gold);}h1,h2,h3,h4,h5,h6{font-family:var(--gph-font-heading);font-weight:600;line-height:1.25;color:var(--gph-primary-dark);margin:0 0 1rem;}p{margin:0 0 1rem;}ul,ol{margin:0;padding:0;list-style:none;}address{font-style:normal;}.gph-skip-link{position:absolute;top:-100%;left:1rem;z-index:10000;padding:0.75rem 1.5rem;background:var(--gph-primary);color:var(--gph-white);border-radius:var(--gph-radius-sm);}.gph-skip-link:focus{top:1rem;}.gph-container{width:100%;max-width:var(--gph-container);margin:0 auto;padding:0 1.25rem;}.gph-section{padding:5rem 0;}.gph-section-header{text-align:center;margin-bottom:3rem;}.gph-section-label{display:inline-block;font-size:0.8125rem;font-weight:600;letter-spacing:0.15em;text-transform:uppercase;color:var(--gph-gold);margin-bottom:0.75rem;}.gph-section-title{font-size:clamp(1.75rem,4vw,2.75rem);margin-bottom:0;}.gph-section-cta{text-align:center;margin-top:3rem;}.gph-btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.875rem 1.75rem;font-family:var(--gph-font-body);font-size:0.9375rem;font-weight:600;line-height:1;border:2px solid transparent;border-radius:var(--gph-radius-sm);cursor:pointer;transition:all var(--gph-transition);text-decoration:none;white-space:nowrap;}.gph-btn svg{width:18px;height:18px;flex-shrink:0;}.gph-btn-primary{background:var(--gph-gold);color:var(--gph-dark);border-color:var(--gph-gold);box-shadow:var(--gph-shadow-gold);}.gph-btn-primary:hover{background:var(--gph-gold-light);border-color:var(--gph-gold-light);color:var(--gph-dark);transform:translateY(-2px);}.gph-btn-outline{background:transparent;color:var(--gph-primary);border-color:var(--gph-primary);}.gph-btn-outline:hover{background:var(--gph-primary);color:var(--gph-white);}.gph-btn-glass{background:var(--gph-glass);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);color:var(--gph-white);border-color:var(--gph-glass-border);}.gph-btn-glass:hover{background:rgba(255,255,255,0.2);color:var(--gph-white);}.gph-btn-whatsapp{background:#25D366;color:var(--gph-white);border-color:#25D366;}.gph-btn-whatsapp:hover{background:#20BD5A;color:var(--gph-white);}.gph-btn-sm{padding:0.625rem 1.25rem;font-size:0.875rem;}.gph-btn-lg{padding:1rem 2rem;font-size:1rem;}.gph-btn-block{width:100%;}.gph-glass-card{background:rgba(255,255,255,0.7);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,0.5);border-radius:var(--gph-radius-lg);padding:2rem;box-shadow:var(--gph-shadow);}.gph-header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--gph-header-height);transition:all var(--gph-transition);}.gph-header.is-scrolled{background:var(--gph-glass-dark);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:var(--gph-shadow);}.gph-header-inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1.5rem;}.gph-logo-text{display:flex;flex-direction:column;text-decoration:none;line-height:1.2;}.gph-logo-primary{font-family:var(--gph-font-heading);font-size:1.125rem;font-weight:700;color:var(--gph-white);}.gph-header.is-scrolled .gph-logo-primary,.gph-page-header~.gph-main .gph-logo-primary{color:var(--gph-white);}.gph-logo-sub{font-size:0.6875rem;letter-spacing:0.2em;text-transform:uppercase;color:var(--gph-gold);}.gph-custom-logo img{max-height:50px;width:auto;}.gph-nav{display:none;}.gph-menu{display:flex;gap:0.25rem;align-items:center;}.gph-menu a{padding:0.5rem 1rem;font-size:0.9375rem;font-weight:500;color:rgba(255,255,255,0.9);border-radius:var(--gph-radius-sm);transition:all var(--gph-transition);}.gph-menu a:hover,.gph-menu .current-menu-item a{color:var(--gph-gold);background:rgba(255,255,255,0.08);}.gph-header-actions{display:flex;align-items:center;gap:0.75rem;}.gph-menu-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;padding:0;background:rgba(255,255,255,0.1);border:1px solid rgba(255,255,255,0.2);border-radius:var(--gph-radius-sm);color:var(--gph-white);cursor:pointer;}.gph-menu-toggle svg{width:22px;height:22px;}.gph-menu-icon-close{display:none;}.gph-menu-toggle.is-active .gph-menu-icon-open{display:none;}.gph-menu-toggle.is-active .gph-menu-icon-close{display:block;}.gph-mobile-menu{position:fixed;top:var(--gph-header-height);left:0;right:0;bottom:0;background:var(--gph-glass-dark);backdrop-filter:blur(20px);padding:1.5rem;transform:translateX(100%);transition:transform var(--gph-transition);overflow-y:auto;z-index:999;}.gph-mobile-menu.is-open{transform:translateX(0);}.gph-mobile-nav a{display:block;padding:1rem 0;font-size:1.125rem;color:var(--gph-white);border-bottom:1px solid rgba(255,255,255,0.1);}.gph-mobile-actions{display:flex;flex-direction:column;gap:0.75rem;margin-top:2rem;}.gph-hide-mobile{display:none;}.gph-hero{position:relative;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;overflow:hidden;}.gph-hero-bg{position:absolute;inset:0;z-index:0;}.gph-hero-img{width:100%;height:100%;object-fit:cover;}.gph-hero-overlay{position:absolute;inset:0;background:linear-gradient( 135deg,rgba(13,31,23,0.75) 0%,rgba(27,67,50,0.5) 50%,rgba(13,31,23,0.65) 100% );}.gph-hero-content{position:relative;z-index:1;text-align:center;padding-top:var(--gph-header-height);}.gph-hero-glass{display:inline-block;padding:2.5rem 2rem;background:var(--gph-glass);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--gph-glass-border);border-radius:var(--gph-radius-xl);max-width:800px;animation:gph-fade-up 0.8s ease-out;}.gph-hero-title{font-size:clamp(2rem,5vw,3.5rem);color:var(--gph-white);margin-bottom:1rem;text-shadow:0 2px 20px rgba(0,0,0,0.3);}.gph-hero-subtitle{font-size:clamp(0.9375rem,2vw,1.125rem);color:rgba(255,255,255,0.85);margin-bottom:2rem;letter-spacing:0.02em;}.gph-hero-actions{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;}.gph-hero-scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:1;}.gph-hero-scroll span{display:block;width:24px;height:40px;border:2px solid rgba(255,255,255,0.4);border-radius:12px;position:relative;}.gph-hero-scroll span::after{content:'';position:absolute;top:8px;left:50%;transform:translateX(-50%);width:4px;height:8px;background:var(--gph-gold);border-radius:2px;animation:gph-scroll 2s infinite;}@keyframes gph-fade-up{from{opacity:0;transform:translateY(30px);}to{opacity:1;transform:translateY(0);}}@keyframes gph-scroll{0%,100%{opacity:1;transform:translateX(-50%) translateY(0);}50%{opacity:0.3;transform:translateX(-50%) translateY(12px);}}.gph-about{background:var(--gph-off-white);}.gph-about-grid{display:grid;gap:3rem;align-items:center;}.gph-about-image{position:relative;border-radius:var(--gph-radius-lg);overflow:hidden;box-shadow:var(--gph-shadow-lg);}.gph-about-image img{width:100%;aspect-ratio:4/3;object-fit:cover;}.gph-about-badge{position:absolute;bottom:1.5rem;right:1.5rem;background:var(--gph-gold);color:var(--gph-dark);padding:1rem 1.5rem;border-radius:var(--gph-radius);text-align:center;box-shadow:var(--gph-shadow-gold);}.gph-badge-number{display:block;font-family:var(--gph-font-heading);font-size:1.5rem;font-weight:700;line-height:1;}.gph-badge-text{font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.1em;}.gph-about-text{color:var(--gph-text-light);margin-bottom:1.5rem;}.gph-about-features{display:grid;gap:0.5rem;margin-bottom:2rem;}.gph-about-features li{padding-left:1.5rem;position:relative;color:var(--gph-text);}.gph-about-features li::before{content:'';position:absolute;left:0;top:0.6em;width:8px;height:8px;background:var(--gph-gold);border-radius:50%;}.gph-rooms-grid{display:grid;gap:2rem;grid-template-columns:1fr;}.gph-room-card{background:var(--gph-white);border-radius:var(--gph-radius-lg);overflow:hidden;box-shadow:var(--gph-shadow);transition:transform var(--gph-transition),box-shadow var(--gph-transition);}.gph-room-card:hover{transform:translateY(-4px);box-shadow:var(--gph-shadow-lg);}.gph-room-image{position:relative;display:block;overflow:hidden;}.gph-room-image img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform 0.5s ease;}.gph-room-card:hover .gph-room-image img{transform:scale(1.05);}.gph-room-badge{position:absolute;top:1rem;right:1rem;padding:0.375rem 0.875rem;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;border-radius:100px;background:var(--gph-white);}.gph-badge-available{color:#2D6A4F;}.gph-badge-limited{color:#B8860B;}.gph-badge-unavailable{color:#9B2335;}.gph-room-body{padding:1.5rem;}.gph-room-title{font-size:1.375rem;margin-bottom:0.5rem;}.gph-room-title a{color:inherit;}.gph-room-title a:hover{color:var(--gph-gold);}.gph-room-price{margin-bottom:0.75rem;}.gph-price-amount{font-family:var(--gph-font-heading);font-size:1.5rem;font-weight:700;color:var(--gph-primary);}.gph-price-unit{font-size:0.875rem;color:var(--gph-text-light);}.gph-room-excerpt{font-size:0.9375rem;color:var(--gph-text-light);margin-bottom:1rem;}.gph-room-features{display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:1.25rem;}.gph-room-features li{font-size:0.8125rem;padding:0.25rem 0.75rem;background:var(--gph-gray-100);border-radius:100px;color:var(--gph-text-light);}.gph-amenities{background:var(--gph-primary-dark);color:var(--gph-white);}.gph-amenities .gph-section-title{color:var(--gph-white);}.gph-amenities-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;}.gph-amenity-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.5rem 1rem;background:rgba(255,255,255,0.06);border:1px solid rgba(255,255,255,0.1);border-radius:var(--gph-radius);transition:all var(--gph-transition);}.gph-amenity-card:hover{background:rgba(255,255,255,0.1);transform:translateY(-2px);}.gph-amenity-icon{width:48px;height:48px;display:flex;align-items:center;justify-content:center;margin-bottom:0.75rem;color:var(--gph-gold);}.gph-amenity-icon svg{width:32px;height:32px;}.gph-amenity-label{font-size:0.875rem;font-weight:500;}.gph-masonry{columns:2;column-gap:1rem;}.gph-masonry-item{display:block;break-inside:avoid;margin-bottom:1rem;border-radius:var(--gph-radius);overflow:hidden;position:relative;cursor:pointer;}.gph-masonry-item img{width:100%;transition:transform 0.4s ease;}.gph-masonry-item:hover img{transform:scale(1.03);}.gph-masonry-overlay{position:absolute;inset:0;background:linear-gradient(transparent 50%,rgba(13,31,23,0.8));display:flex;align-items:flex-end;padding:1rem;opacity:0;transition:opacity var(--gph-transition);}.gph-masonry-item:hover .gph-masonry-overlay{opacity:1;}.gph-masonry-overlay span{color:var(--gph-white);font-size:0.875rem;font-weight:500;}.gph-lightbox{position:fixed;inset:0;z-index:10000;background:rgba(13,31,23,0.95);display:flex;align-items:center;justify-content:center;padding:1rem;}.gph-lightbox[hidden]{display:none;}.gph-lightbox-content{max-width:90vw;max-height:85vh;margin:0;}.gph-lightbox-content img{max-height:80vh;object-fit:contain;border-radius:var(--gph-radius);}.gph-lightbox-content figcaption{text-align:center;color:var(--gph-white);margin-top:1rem;font-size:0.9375rem;}.gph-lightbox-close,.gph-lightbox-prev,.gph-lightbox-next{position:absolute;background:rgba(255,255,255,0.1);border:none;color:var(--gph-white);width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background var(--gph-transition);}.gph-lightbox-close:hover,.gph-lightbox-prev:hover,.gph-lightbox-next:hover{background:rgba(255,255,255,0.2);}.gph-lightbox-close{top:1rem;right:1rem;}.gph-lightbox-prev{left:1rem;top:50%;transform:translateY(-50%) rotate(180deg);}.gph-lightbox-next{right:1rem;top:50%;transform:translateY(-50%);}.gph-attractions{background:var(--gph-off-white);}.gph-attractions-grid{display:grid;gap:2rem;grid-template-columns:1fr;}.gph-attraction-card{background:var(--gph-white);border-radius:var(--gph-radius-lg);overflow:hidden;box-shadow:var(--gph-shadow);transition:transform var(--gph-transition);}.gph-attraction-card:hover{transform:translateY(-4px);}.gph-attraction-image{position:relative;overflow:hidden;}.gph-attraction-image img{width:100%;aspect-ratio:7/5;object-fit:cover;}.gph-distance-badge{position:absolute;bottom:1rem;left:1rem;padding:0.375rem 0.875rem;background:var(--gph-gold);color:var(--gph-dark);font-size:0.8125rem;font-weight:600;border-radius:100px;}.gph-attraction-body{padding:1.5rem;}.gph-attraction-title{font-size:1.25rem;margin-bottom:0.5rem;}.gph-attraction-body p{font-size:0.9375rem;color:var(--gph-text-light);margin:0;}.gph-testimonials-slider{position:relative;overflow:hidden;}.gph-testimonials-track{display:flex;gap:1.5rem;transition:transform 0.5s ease;}.gph-testimonial-card{flex:0 0 100%;background:var(--gph-white);border-radius:var(--gph-radius-lg);padding:2rem;box-shadow:var(--gph-shadow);margin:0;}.gph-stars{display:flex;gap:0.25rem;margin-bottom:1rem;color:var(--gph-gold);}.gph-stars svg{width:18px;height:18px;}.gph-star-empty{opacity:0.25;}.gph-testimonial-text{font-size:1.0625rem;font-style:italic;color:var(--gph-text);margin-bottom:1.5rem;line-height:1.8;}.gph-testimonial-author{display:flex;align-items:center;gap:1rem;}.gph-testimonial-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;}.gph-testimonial-author cite{font-style:normal;}.gph-testimonial-author strong{display:block;color:var(--gph-primary-dark);}.gph-testimonial-author span{font-size:0.8125rem;color:var(--gph-text-light);}.gph-slider-controls{display:flex;justify-content:center;gap:0.75rem;margin-top:1.5rem;}.gph-slider-btn{width:44px;height:44px;border:2px solid var(--gph-primary);background:transparent;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gph-primary);transition:all var(--gph-transition);}.gph-slider-btn:hover{background:var(--gph-primary);color:var(--gph-white);}.gph-slider-prev svg{transform:rotate(180deg);}.gph-faqs-container{max-width:800px;margin:0 auto;}.gph-accordion-item{border:1px solid var(--gph-gray-200);border-radius:var(--gph-radius);margin-bottom:0.75rem;overflow:hidden;background:var(--gph-white);}.gph-accordion-trigger{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;font-weight:600;cursor:pointer;list-style:none;gap:1rem;}.gph-accordion-trigger::-webkit-details-marker{display:none;}.gph-accordion-trigger svg{width:20px;height:20px;flex-shrink:0;transition:transform var(--gph-transition);color:var(--gph-gold);}.gph-accordion-item[open] .gph-accordion-trigger svg{transform:rotate(90deg);}.gph-accordion-content{padding:0 1.5rem 1.25rem;color:var(--gph-text-light);font-size:0.9375rem;}.gph-booking-cta{background:var(--gph-off-white);}.gph-booking-grid{display:grid;gap:3rem;align-items:start;}.gph-booking-contacts{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;}.gph-contact-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--gph-white);border-radius:var(--gph-radius);box-shadow:var(--gph-shadow-sm);color:inherit;transition:box-shadow var(--gph-transition);}.gph-contact-item:hover{box-shadow:var(--gph-shadow);color:inherit;}.gph-contact-item svg{width:24px;height:24px;color:var(--gph-gold);flex-shrink:0;}.gph-contact-item strong{display:block;font-size:0.8125rem;color:var(--gph-text-light);}.gph-form-grid{display:grid;gap:1rem;grid-template-columns:1fr;}.gph-form-group label{display:block;font-size:0.875rem;font-weight:500;margin-bottom:0.375rem;color:var(--gph-text);}.gph-form-group .required{color:#9B2335;}.gph-form-group input,.gph-form-group select,.gph-form-group textarea{width:100%;padding:0.75rem 1rem;font-family:var(--gph-font-body);font-size:0.9375rem;border:1px solid var(--gph-gray-200);border-radius:var(--gph-radius-sm);background:var(--gph-white);transition:border-color var(--gph-transition),box-shadow var(--gph-transition);}.gph-form-group input:focus,.gph-form-group select:focus,.gph-form-group textarea:focus{outline:none;border-color:var(--gph-gold);box-shadow:0 0 0 3px rgba(201,169,98,0.2);}.gph-form-full{grid-column:1 / -1;}.gph-form-message{margin-top:1rem;padding:0.75rem 1rem;border-radius:var(--gph-radius-sm);font-size:0.875rem;display:none;}.gph-form-message.is-success{display:block;background:#D8F3DC;color:#1B4332;}.gph-form-message.is-error{display:block;background:#FFE5E5;color:#9B2335;}.gph-page-header{padding:calc(var(--gph-header-height) + 3rem) 0 3rem;background:linear-gradient(135deg,var(--gph-primary-dark),var(--gph-primary));color:var(--gph-white);text-align:center;}.gph-page-title{font-size:clamp(1.75rem,4vw,2.75rem);color:var(--gph-white);margin-bottom:0.5rem;}.gph-page-subtitle{font-size:1.0625rem;color:rgba(255,255,255,0.8);max-width:600px;margin:0 auto;}.gph-breadcrumbs{margin-bottom:1rem;}.gph-breadcrumbs ol{display:flex;flex-wrap:wrap;justify-content:center;gap:0.5rem;font-size:0.875rem;}.gph-breadcrumbs li:not(:last-child)::after{content:'/';margin-left:0.5rem;opacity:0.5;}.gph-breadcrumbs a{color:var(--gph-gold);}.gph-breadcrumbs span{opacity:0.7;}.gph-page-header .gph-breadcrumbs a{color:var(--gph-gold);}.gph-page-header .gph-breadcrumbs span{color:rgba(255,255,255,0.7);}.gph-blog-layout{display:grid;gap:3rem;padding:3rem 0 5rem;}.gph-blog-grid{display:grid;gap:2rem;grid-template-columns:1fr;}.gph-blog-card{background:var(--gph-white);border-radius:var(--gph-radius-lg);overflow:hidden;box-shadow:var(--gph-shadow);transition:transform var(--gph-transition);}.gph-blog-card:hover{transform:translateY(-4px);}.gph-blog-card-image img{width:100%;aspect-ratio:16/9;object-fit:cover;}.gph-blog-card-body{padding:1.5rem;}.gph-category-badge{display:inline-block;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;color:var(--gph-gold);margin-bottom:0.5rem;}.gph-blog-card-title{font-size:1.25rem;margin-bottom:0.5rem;}.gph-blog-card-title a{color:inherit;}.gph-blog-date{font-size:0.8125rem;color:var(--gph-text-light);display:block;margin-bottom:0.75rem;}.gph-blog-excerpt{font-size:0.9375rem;color:var(--gph-text-light);margin-bottom:1rem;}.gph-read-more{display:inline-flex;align-items:center;gap:0.25rem;font-weight:600;font-size:0.875rem;}.gph-read-more svg{width:16px;height:16px;}.gph-sidebar .widget{background:var(--gph-off-white);padding:1.5rem;border-radius:var(--gph-radius);margin-bottom:1.5rem;}.gph-sidebar .widget-title{font-size:1.125rem;margin-bottom:1rem;}.gph-entry-content{font-size:1.0625rem;line-height:1.8;}.gph-entry-content h2{margin-top:2rem;}.gph-entry-content h3{margin-top:1.5rem;font-size:1.25rem;}.gph-entry-content ul,.gph-entry-content ol{margin:1rem 0 1.5rem 1.25rem;}.gph-entry-content li{margin-bottom:0.5rem;}.gph-post-toc{background:var(--gph-gray-100);border-radius:var(--gph-radius);padding:1.5rem 1.75rem;margin:2rem 0;border-left:4px solid var(--gph-gold);}.gph-post-toc h2{font-size:1.125rem;margin:0 0 0.75rem;}.gph-post-toc ol{margin:0;padding-left:1.25rem;}.gph-post-toc a{color:var(--gph-primary-light);text-decoration:none;}.gph-post-toc a:hover{text-decoration:underline;}.gph-post-table-wrap{overflow-x:auto;margin:1.5rem 0;}.gph-post-table{width:100%;border-collapse:collapse;font-size:0.9375rem;}.gph-post-table th,.gph-post-table td{border:1px solid var(--gph-gray-200);padding:0.75rem 1rem;text-align:left;}.gph-post-table th{background:var(--gph-primary);color:var(--gph-white);font-weight:600;}.gph-post-table tr:nth-child(even){background:var(--gph-off-white);}.gph-post-tip{background:linear-gradient(135deg,rgba(201,169,98,0.12),rgba(27,67,50,0.06));border-radius:var(--gph-radius);padding:1.25rem 1.5rem;margin:1.5rem 0;border:1px solid rgba(201,169,98,0.25);}.gph-post-tip strong{display:block;margin-bottom:0.35rem;color:var(--gph-primary);}.gph-post-faq{margin:2rem 0;}.gph-post-faq h2{margin-bottom:1rem;}.gph-post-faq-item{border-bottom:1px solid var(--gph-gray-200);padding:1rem 0;}.gph-post-faq-item h3{font-size:1.0625rem;margin:0 0 0.5rem;}.gph-post-faq-item p{margin:0;}.gph-blog-booking-cta{background:var(--gph-primary);color:var(--gph-white);border-radius:var(--gph-radius-lg);padding:2rem;margin:2.5rem 0 0;text-align:center;}.gph-blog-booking-cta h2{color:var(--gph-white);margin:0 0 0.75rem;font-size:1.5rem;}.gph-blog-booking-cta p{color:rgba(255,255,255,0.9);margin:0 0 1.25rem;max-width:640px;margin-left:auto;margin-right:auto;}.gph-blog-booking-cta .gph-blog-cta-links{display:flex;flex-wrap:wrap;gap:0.75rem;justify-content:center;}.gph-blog-booking-cta a{display:inline-flex;align-items:center;gap:0.35rem;padding:0.65rem 1.25rem;border-radius:var(--gph-radius-sm);background:var(--gph-gold);color:var(--gph-dark);font-weight:600;text-decoration:none;}.gph-blog-booking-cta a:hover{background:var(--gph-gold-light);}.gph-entry-content img.gph-post-inline-img{width:100%;height:auto;border-radius:var(--gph-radius);margin:1.5rem 0;loading:lazy;}.gph-contact-grid{display:grid;gap:3rem;margin-bottom:3rem;}.gph-contact-cards{display:grid;gap:1rem;grid-template-columns:1fr;margin-top:2rem;}.gph-contact-card{text-align:center;}.gph-contact-card svg{width:32px;height:32px;color:var(--gph-gold);margin:0 auto 0.75rem;}.gph-contact-card h3{font-size:1rem;margin-bottom:0.5rem;}.gph-map-section{margin-top:1rem;}.gph-map-header{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1.25rem;margin-bottom:1.25rem;}.gph-map-title{font-size:clamp(1.35rem,2.5vw,1.75rem);margin-bottom:0.35rem;}.gph-map-address{color:var(--gph-text-light);line-height:1.7;}.gph-map-directions{flex-shrink:0;white-space:nowrap;}.gph-map-wrap{position:relative;width:100%;aspect-ratio:16 / 9;min-height:280px;border-radius:var(--gph-radius-lg);overflow:hidden;box-shadow:var(--gph-shadow);}.gph-map-wrap iframe{position:absolute;inset:0;display:block;width:100%;height:100%;}.gph-map-open{margin-top:0.75rem;text-align:center;font-size:0.9375rem;}.gph-map-open a{color:var(--gph-primary-light);text-decoration:underline;text-underline-offset:0.15em;}.gph-map-open a:hover{color:var(--gph-gold);}@media (max-width:767px){.gph-map-header{flex-direction:column;align-items:stretch;}.gph-map-directions{width:100%;text-align:center;}.gph-map-wrap{aspect-ratio:4 / 3;min-height:240px;}}.gph-room-detail-grid{display:grid;gap:3rem;margin-bottom:3rem;}.gph-room-main-image img{width:100%;border-radius:var(--gph-radius-lg);aspect-ratio:4/3;object-fit:cover;}.gph-room-thumbs{display:flex;gap:0.75rem;margin-top:0.75rem;overflow-x:auto;}.gph-room-thumbs img{width:80px;height:60px;object-fit:cover;border-radius:var(--gph-radius-sm);cursor:pointer;}.gph-check-list li{padding:0.375rem 0 0.375rem 1.5rem;position:relative;}.gph-check-list li::before{content:'✓';position:absolute;left:0;color:var(--gph-gold);font-weight:700;}.gph-room-detail-section{margin-top:2rem;}.gph-room-detail-section h2{font-size:1.25rem;}.gph-room-booking{margin-bottom:5rem;}.gph-room-price-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:center;}.gph-footer{background:var(--gph-dark);color:rgba(255,255,255,0.8);padding:4rem 0 0;}.gph-footer-grid{display:grid;gap:2.5rem;grid-template-columns:1fr;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,0.1);}.gph-footer-logo{font-family:var(--gph-font-heading);font-size:1.375rem;font-weight:700;color:var(--gph-white);display:inline-block;margin-bottom:1rem;}.gph-footer-desc{font-size:0.9375rem;line-height:1.7;margin-bottom:1.5rem;}.gph-footer-contact{display:flex;flex-direction:column;gap:0.75rem;}.gph-footer-contact a{display:flex;align-items:center;gap:0.75rem;color:rgba(255,255,255,0.8);font-size:0.9375rem;}.gph-footer-contact a:hover{color:var(--gph-gold);}.gph-footer-contact svg{width:18px;height:18px;color:var(--gph-gold);}.gph-footer h4,.gph-footer-widget-title{font-size:1rem;color:var(--gph-white);margin-bottom:1.25rem;font-family:var(--gph-font-body);font-weight:600;}.gph-footer-menu li{margin-bottom:0.5rem;}.gph-footer-menu a{color:rgba(255,255,255,0.7);font-size:0.9375rem;transition:color var(--gph-transition);}.gph-footer-menu a:hover{color:var(--gph-gold);}.gph-footer address{display:flex;gap:0.75rem;font-size:0.9375rem;line-height:1.7;}.gph-footer address svg{width:20px;height:20px;color:var(--gph-gold);flex-shrink:0;margin-top:0.25rem;}.gph-footer-bottom{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1.5rem 0;text-align:center;}.gph-copyright{font-size:0.8125rem;opacity:0.6;margin:0;}.gph-footer-legal{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center;}.gph-footer-legal a{font-size:0.8125rem;color:rgba(255,255,255,0.6);}.gph-footer-legal a:hover{color:var(--gph-gold);}.gph-whatsapp-float{position:fixed;bottom:5.5rem;right:1.25rem;width:56px;height:56px;background:#25D366;color:var(--gph-white);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(37,211,102,0.4);z-index:900;transition:transform var(--gph-transition);}.gph-whatsapp-float svg{width:28px;height:28px;}.gph-whatsapp-float:hover{transform:scale(1.1);color:var(--gph-white);}.gph-mobile-booking-bar{position:fixed;bottom:0;left:0;right:0;display:flex;background:var(--gph-dark);z-index:900;box-shadow:0 -4px 20px rgba(0,0,0,0.2);}.gph-mobile-book-btn{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0.25rem;padding:0.625rem;font-size:0.6875rem;font-weight:600;color:var(--gph-white);text-decoration:none;transition:background var(--gph-transition);}.gph-mobile-book-btn svg{width:20px;height:20px;}.gph-mobile-book-btn:hover{background:rgba(255,255,255,0.1);color:var(--gph-white);}.gph-mobile-book{background:var(--gph-gold);color:var(--gph-dark);font-size:0.8125rem;}.gph-mobile-book:hover{background:var(--gph-gold-light);color:var(--gph-dark);}.gph-page-content{padding:3rem 0 5rem;}.gph-legal-content{max-width:800px;}.gph-admin-notice{text-align:center;color:var(--gph-text-light);font-size:0.875rem;font-style:italic;}.gph-404-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;}.gph-pagination{margin-top:3rem;text-align:center;}.gph-pagination .nav-links{display:flex;gap:0.5rem;justify-content:center;flex-wrap:wrap;}.gph-pagination a,.gph-pagination span{padding:0.5rem 1rem;border-radius:var(--gph-radius-sm);border:1px solid var(--gph-gray-200);}.gph-pagination .current{background:var(--gph-primary);color:var(--gph-white);border-color:var(--gph-primary);}.gph-restaurant-grid{display:grid;gap:3rem;align-items:center;}.gph-restaurant-image img{border-radius:var(--gph-radius-lg);box-shadow:var(--gph-shadow-lg);}@media (min-width:640px){.gph-amenities-grid{grid-template-columns:repeat(3,1fr);}.gph-masonry{columns:3;}.gph-form-grid{grid-template-columns:repeat(2,1fr);}.gph-contact-cards{grid-template-columns:repeat(2,1fr);}.gph-rooms-grid{grid-template-columns:repeat(2,1fr);}.gph-attractions-grid{grid-template-columns:repeat(2,1fr);}.gph-blog-grid{grid-template-columns:repeat(2,1fr);}.gph-testimonial-card{flex:0 0 calc(50% - 0.75rem);}}@media (min-width:768px){.gph-nav{display:block;}.gph-menu-toggle{display:none;}.gph-hide-mobile{display:inline-flex;}.gph-about-grid{grid-template-columns:1fr 1fr;}.gph-booking-grid{grid-template-columns:1fr 1fr;}.gph-contact-grid{grid-template-columns:1fr 1fr;}.gph-room-detail-grid{grid-template-columns:1.2fr 1fr;}.gph-footer-grid{grid-template-columns:repeat(2,1fr);}.gph-footer-bottom{flex-direction:row;justify-content:space-between;}.gph-blog-layout{grid-template-columns:1fr 300px;}.gph-restaurant-grid{grid-template-columns:1fr 1fr;}.gph-mobile-booking-bar{display:none;}.gph-whatsapp-float{bottom:1.5rem;}}@media (min-width:1024px){.gph-amenities-grid{grid-template-columns:repeat(4,1fr);}.gph-rooms-grid{grid-template-columns:repeat(4,1fr);}.gph-footer-grid{grid-template-columns:1.5fr 1fr 1fr 1fr;}.gph-testimonial-card{flex:0 0 calc(33.333% - 1rem);}.gph-attractions-grid{grid-template-columns:repeat(3,1fr);}}@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:0.01ms !important;transition-duration:0.01ms !important;}html{scroll-behavior:auto;}}.gph-contact-section { background: var(--gph-off-white); padding: clamp(5rem, 8vw, 6.25rem) 0; } .gph-contact-section.gph-section { padding: clamp(5rem, 8vw, 6.25rem) 0; } .gph-contact-intro { max-width: 720px; margin-bottom: clamp(2rem, 4vw, 2.75rem); color: var(--gph-text-light); line-height: 1.75; font-size: 1.0625rem; } .gph-contact-intro :last-child { margin-bottom: 0; } .gph-contact-grid { display: grid; grid-template-columns: 1fr; gap: clamp(1.875rem, 3vw, 2.5rem); align-items: start; margin-bottom: clamp(2.5rem, 5vw, 4rem); } .gph-contact-cards { display: grid; grid-template-columns: 1fr; gap: 1rem; align-items: stretch; } .gph-contact-card { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; text-align: center; height: 100%; padding: 1.375rem 1.125rem 1.5rem; background: var(--gph-white); border: 1px solid rgba(27, 67, 50, 0.08); border-radius: 20px; box-shadow: 0 8px 28px rgba(13, 31, 23, 0.07); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; } .gph-contact-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(13, 31, 23, 0.11); border-color: rgba(201, 169, 98, 0.35); } .gph-contact-icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; margin-bottom: 0.875rem; border-radius: 14px; background: linear-gradient(135deg, rgba(27, 67, 50, 0.07) 0%, rgba(201, 169, 98, 0.1) 100%); color: var(--gph-gold); flex-shrink: 0; } .gph-contact-card svg { width: 22px; height: 22px; color: var(--gph-gold); margin: 0; } .gph-contact-card h3 { font-family: var(--gph-font-heading); font-size: 1rem; font-weight: 600; letter-spacing: 0.02em; color: var(--gph-primary-dark); margin-bottom: 0.625rem; } .gph-contact-values { display: flex; flex-direction: column; gap: 0.5rem; width: 100%; } .gph-contact-value { display: block; font-size: 0.875rem; line-height: 1.55; color: var(--gph-text-light); text-decoration: none; transition: color var(--gph-transition); word-break: break-word; } a.gph-contact-value:hover { color: var(--gph-primary-light); } .gph-contact-label { display: block; margin-bottom: 0.125rem; font-size: 0.625rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gph-gold); } .gph-contact-address { font-style: normal; line-height: 1.6; } .gph-contact-form-wrap { display: flex; flex-direction: column; align-items: stretch; width: 100%; max-width: 600px; height: 100%; padding: 1.75rem 1.625rem 1.875rem; background: var(--gph-white); border: 1px solid rgba(27, 67, 50, 0.08); border-radius: 20px; box-shadow: 0 8px 28px rgba(13, 31, 23, 0.07); } .gph-contact-form-wrap h2 { font-family: var(--gph-font-heading); font-size: clamp(1.375rem, 2.2vw, 1.625rem); font-weight: 600; color: var(--gph-primary-dark); margin: 0 0 1.25rem; line-height: 1.25; } .gph-contact-form-wrap .gph-form { margin: 0; } .gph-contact-form-wrap .gph-form-grid { display: grid; grid-template-columns: 1fr; gap: 0.875rem; } .gph-contact-form-wrap .gph-form-group label { font-size: 0.8125rem; font-weight: 600; letter-spacing: 0.02em; margin-bottom: 0.3125rem; color: var(--gph-primary-dark); } .gph-contact-form-wrap .gph-form-group input, .gph-contact-form-wrap .gph-form-group textarea { padding: 0.6875rem 0.875rem; font-size: 0.875rem; border-radius: 12px; border: 1px solid var(--gph-gray-200); background: var(--gph-off-white); } .gph-contact-form-wrap .gph-form-group textarea { min-height: 108px; resize: vertical; } .gph-contact-form-wrap .gph-form-group:nth-child(3) { grid-column: 1 / -1; } .gph-contact-form-wrap .gph-form-actions { margin-top: 1rem; } .gph-contact-form-wrap .gph-form-actions .gph-btn { width: 100%; padding: 0.875rem 1.5rem; border-radius: 12px; font-size: 0.875rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; } .gph-contact-form-wrap .gph-form-message { margin-top: 0.875rem; } .gph-header-phone-lines { display: flex; flex-direction: column; gap: 0.125rem; line-height: 1.25; text-align: left; } .gph-header-phone-lines span { font-size: 0.8125rem; white-space: nowrap; } @media (min-width: 640px) { .gph-contact-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } .gph-contact-form-wrap .gph-form-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } } @media (min-width: 992px) { .gph-contact-grid { grid-template-columns: minmax(0, 1fr) minmax(0, 600px); justify-content: space-between; align-items: stretch; gap: 2.5rem; } .gph-contact-form-wrap { justify-self: end; } } @media (max-width: 991px) { .gph-contact-form-wrap { max-width: none; } } .gph-map-section { margin-top: 1rem; } .gph-map-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1.25rem; margin-bottom: 1.25rem; } .gph-map-title { font-size: clamp(1.35rem, 2.5vw, 1.75rem); margin-bottom: 0.35rem; } .gph-map-address { color: var(--gph-text-light); line-height: 1.7; } .gph-map-directions { flex-shrink: 0; white-space: nowrap; } .gph-map-wrap { position: relative; width: 100%; aspect-ratio: 16 / 9; min-height: 280px; border-radius: var(--gph-radius-lg); overflow: hidden; box-shadow: var(--gph-shadow); } .gph-map-wrap iframe { position: absolute; inset: 0; display: block; width: 100%; height: 100%; } .gph-map-open { margin-top: 0.75rem; text-align: center; font-size: 0.9375rem; } .gph-map-open a { color: var(--gph-primary-light); text-decoration: underline; text-underline-offset: 0.15em; } .gph-map-open a:hover { color: var(--gph-gold); } @media (max-width: 767px) { .gph-map-header { flex-direction: column; align-items: stretch; } .gph-map-directions { width: 100%; text-align: center; } .gph-map-wrap { aspect-ratio: 4 / 3; min-height: 240px; } }
.gph-single-post .gph-single-content .gph-blog-layout{padding-top:32px;}.gph-single-article-body{width:100%;max-width:960px;margin-left:auto;margin-right:auto;}.gph-single-featured{margin-bottom:40px;}.gph-single-featured img{display:block;width:100%;max-width:960px;height:auto;margin-left:auto;margin-right:auto;border-radius:var(--gph-radius-lg);aspect-ratio:16/9;object-fit:cover;}
