 :root { --gh360-navy: #0B2A3F; --gh360-rose-gold: #d8a374; --gh360-cream: #f5eee6; --gh360-body-text: #f1f1f1; --gh360-font-heading: "Cormorant Garamond", "Playfair Display", "Georgia", serif; --gh360-font-body: "Lora", "Georgia", serif; } *, *::before, *::after { box-sizing: border-box; } body { margin: 0; background: radial-gradient(circle at top, #183b55 0, #051320 50%, #020810 100%); color: var(--gh360-body-text); font-family: var(--gh360-font-body); -webkit-font-smoothing: antialiased; } a { color: var(--gh360-rose-gold); text-decoration: none; } a:hover { color: #f0c49a; } .site { min-height: 100vh; display: flex; flex-direction: column; } main { flex: 1; } .site-header { position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); background: radial-gradient(circle at top left, rgba(24, 59, 85, 0.95), rgba(5, 19, 32, 0.95)); border-bottom: 1px solid rgba(216, 163, 116, 0.25); } .site-header-inner { max-width: 1200px; margin: 0 auto; padding: 0.75rem 1.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; } .header-left { display: flex; align-items: center; gap: 0.75rem; } .header-logo-icon { height: 88px; width: auto; filter: drop-shadow(0 0 2px rgba(216,163,116,0.35)); } .header-logo-text { height: 108px; width: auto; } .main-nav { display: flex; align-items: center; gap: 2rem; } .main-nav a { font-size: 0.78rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--gh360-cream); } .main-nav a:hover { color: var(--gh360-rose-gold); } .header-cta a { font-size: 0.78rem; } .logo-mark, .logo-text { display: none !important; } @media (max-width: 900px) { .site-header-inner { flex-wrap: wrap; } .main-nav { width: 100%; justify-content: center; flex-wrap: wrap; row-gap: 0.5rem; } .header-cta { width: 100%; display: flex; justify-content: center; } } .gh360-hero { position: relative; min-height: 82vh; background-size: cover; background-position: center; display: flex; align-items: stretch; color: var(--gh360-cream); } .gh360-hero-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom, rgba(5, 16, 29, 0.25), rgba(5, 16, 29, 0.96)); } .gh360-hero-inner { position: relative; z-index: 1; width: 100%; max-width: 1200px; margin: 0 auto; padding: 4.5rem 1.75rem 4rem; display: flex; flex-direction: column; justify-content: center; } .gh360-hero-content { max-width: 640px; } .gh360-hero-kicker { font-size: 0.8rem; letter-spacing: 0.24em; text-transform: uppercase; color: var(--gh360-rose-gold); margin-bottom: 1rem; } .gh360-hero-title { font-family: var(--gh360-font-heading); font-size: clamp(2.9rem, 5vw, 3.9rem); color: var(--gh360-cream); margin-bottom: 0.25em; } .gh360-hero-subtitle { font-size: 1rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gh360-rose-gold); margin-bottom: 1.5rem; } .gh360-hero-intro { max-width: 32rem; margin: 0 0 1.25rem; font-size: 0.98rem; line-height: 1.7; } .gh360-hero-meta { font-size: 0.85rem; letter-spacing: 0.18em; text-transform: uppercase; margin: 0 0 2rem; color: #f9f5f0; background: rgba(0, 0, 0, 0.35); padding: 0.4rem 0.9rem; display: inline-block; border-radius: 999px; text-shadow: 0 0 10px rgba(0,0,0,0.7); } .strong-hero-line { font-weight: 700; font-size: 1.05rem; } .strong-hero-line-2 { font-weight: 700; font-size: 1.4rem; letter-spacing: 0.35em; } .gh360-hero-buttons { display: flex; gap: 1rem; flex-wrap: wrap; } .gh360-btn { display: inline-flex; align-items: center; justify-content: center; padding: 0.85rem 1.9rem; border-radius: 999px; border: 1px solid var(--gh360-rose-gold); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.16em; text-transform: uppercase; transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease; } .gh360-btn-solid { background: var(--gh360-rose-gold); color: #03101b; box-shadow: 0 12px 30px rgba(0,0,0,0.45); } .gh360-btn-outline, .gh360-btn-ghost { background: transparent; color: var(--gh360-rose-gold); } .gh360-btn:hover { transform: translateY(-1px); background: #f0c49a; color: #021019; box-shadow: 0 18px 40px rgba(0,0,0,0.6); } .section { padding: 4rem 1.75rem 4.5rem; max-width: 1200px; margin: 0 auto; } .section-heading { text-align: center; margin-bottom: 2.5rem; } .section-heading h2 { font-family: var(--gh360-font-heading); font-size: 2.1rem; color: var(--gh360-cream); } .section-heading p { color: #c8d3dd; font-size: 0.95rem; } .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 1.6rem; } .service-card { background: rgba(8, 28, 46, 0.96); border-radius: 1.3rem; overflow: hidden; box-shadow: 0 22px 45px rgba(0,0,0,0.45); display: flex; flex-direction: column; transform: translateY(0); transition: transform 0.2s ease, box-shadow 0.2s ease, border 0.2s ease; border: 1px solid rgba(216, 163, 116, 0.12); } .service-image { padding-top: 70%; background-size: cover; background-position: center; } .service-body { padding: 1.4rem 1.5rem 1.7rem; } .service-body h3 { font-family: var(--gh360-font-heading); font-size: 1.2rem; color: var(--gh360-cream); margin-bottom: 0.25rem; } .service-body p { font-size: 0.9rem; color: #cfd8e3; margin-bottom: 0.7rem; } .service-link { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.16em; } .service-tag { opacity: 0.7; } .service-card:hover { transform: translateY(-4px); box-shadow: 0 30px 60px rgba(0,0,0,0.7); border-color: rgba(216, 163, 116, 0.5); } .feature-inner { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 2.75rem; align-items: center; } .feature-copy h2 { font-family: var(--gh360-font-heading); font-size: 2rem; color: var(--gh360-cream); margin-bottom: 0.75rem; } .feature-text { color: #d4dde7; font-size: 0.98rem; line-height: 1.7; margin-bottom: 0.75rem; } .feature-meta { font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gh360-rose-gold); margin-bottom: 1.4rem; } .feature-image img { width: 100%; border-radius: 1.7rem; display: block; box-shadow: 0 26px 50px rgba(0,0,0,0.5); } .page-hero { padding: 4rem 1.75rem 2rem; max-width: 1200px; margin: 0 auto; } .page-hero h1 { font-family: var(--gh360-font-heading); font-size: 2.5rem; color: var(--gh360-cream); margin-bottom: 0.5rem; } .page-hero p { color: #c8d3dd; } .page-content { max-width: 1200px; margin: 0 auto 4rem; padding: 0 1.75rem 1rem; } .page-content h2 { font-family: var(--gh360-font-heading); font-size: 1.6rem; margin-top: 2rem; color: var(--gh360-cream); } .page-content p { color: #d4dde7; line-height: 1.7; font-size: 0.98rem; } .page-content ul { color: #d4dde7; font-size: 0.96rem; } .service-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.8rem; margin-top: 1.5rem; } .service-list-item { background: rgba(8, 28, 46, 0.96); border-radius: 1.3rem; padding: 1.5rem 1.6rem 1.7rem; border: 1px solid rgba(216, 163, 116, 0.14); } .contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: 2.5rem; margin-top: 1rem; } .contact-card { background: rgba(8, 28, 46, 0.96); border-radius: 1.5rem; padding: 1.8rem 1.9rem; border: 1px solid rgba(216, 163, 116, 0.18); } .contact-card h2 { margin-top: 0; } .contact-form label { display: block; font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 0.3rem; color: #d4dde7; } .contact-form input, .contact-form textarea { width: 100%; padding: 0.75rem 0.9rem; border-radius: 0.75rem; border: 1px solid rgba(216, 163, 116, 0.35); background: rgba(3, 12, 20, 0.9); color: var(--gh360-cream); font-family: var(--gh360-font-body); font-size: 0.95rem; margin-bottom: 0.9rem; } .contact-form textarea { resize: vertical; min-height: 140px; } .contact-form button { margin-top: 0.3rem; } .contact-side { font-size: 0.93rem; color: #d4dde7; } .contact-side p { margin-bottom: 0.7rem; } .contact-callout { font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.16em; color: var(--gh360-rose-gold); margin-top: 1rem; } .scroll-indicator { text-align: center; margin-bottom: 2.5rem; } .scroll-arrow { display: inline-block; width: 3rem; height: 3rem; border-radius: 50%; border: 1px solid rgba(255,255,255,0.4); line-height: 3rem; font-size: 1.4rem; color: var(--gh360-cream); } .site-footer { padding: 2rem 1.5rem; text-align: center; color: #9aafc2; font-size: 0.85rem; border-top: 1px solid rgba(216, 163, 116, 0.15); margin-top: 2rem; } .fade-section { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s ease; } .fade-section.is-visible { opacity: 1; transform: translateY(0); } .hero-pop { opacity: 0; transform: translateY(12px) scale(0.99); animation: heroIn 0.9s ease forwards 0.2s; } @keyframes heroIn { to { opacity: 1; transform: translateY(0) scale(1); } } @media (max-width: 900px) { .feature-inner, .contact-grid { grid-template-columns: 1fr; } .gh360-hero-inner { padding-top: 6rem; padding-bottom: 3.2rem; } } @media (max-width: 600px) { .site-header-inner { padding: 0.75rem 1rem; } .gh360-hero-inner { padding-inline: 1.25rem; } } .strong-hero-line { font-weight: 700; font-size: 1.05rem; text-shadow: 0 0 12px rgba(0,0,0,0.65); }