*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--gold: #C9A84C;
--gold2: #E2C97E;
--gold-dim: #7A6228;
--black: #0A0A0A;
--dark: #111111;
--dark2: #1A1A1A;
--dark3: #222222;
--text: #E8E0D0;
--muted: #888880;
--pad: clamp(3.5rem, 7vw, 7rem);
}
html { scroll-behavior: smooth; }
body { font-family: 'Montserrat', sans-serif; font-weight: 300; background: var(--black); color: var(--text); overflow-x: hidden; } nav.gh-nav {
position: fixed; top: 0; left: 0; right: 0; z-index: 200;
display: flex; align-items: center; justify-content: space-between;
padding: 0.9rem 5vw;
background: rgba(10,10,10,0.92);
backdrop-filter: blur(16px);
border-bottom: 1px solid rgba(201,168,76,0.18);
}
.nav-logo { display: flex; align-items: center; gap: 1rem; text-decoration: none; }
.nav-logo img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; }
.nav-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.12em; color: var(--text); }
.nav-brand span { color: var(--gold); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { font-size: 0.68rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--black); background: var(--gold); padding: 0.65rem 1.6rem; text-decoration: none; transition: background 0.2s; font-weight: 500; }
.nav-cta:hover { background: var(--gold2); }
.nav-hamburger { display: none; background: none; border: none; cursor: pointer; padding: 0.5rem; }
.nav-hamburger span { display: block; width: 22px; height: 1.5px; background: var(--text); margin: 5px 0; transition: 0.3s; } .hero { min-height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; position: relative; overflow: hidden; padding: 8rem 6vw 5rem; }
.hero-bg { position: absolute; inset: 0; background: radial-gradient(ellipse 80% 60% at 50% 40%, #1a1408 0%, #0A0A0A 70%); }
.hero-lines { position: absolute; inset: 0; opacity: 0.07; background-image: repeating-linear-gradient(0deg, transparent, transparent 79px, rgba(201,168,76,0.6) 80px), repeating-linear-gradient(90deg, transparent, transparent 79px, rgba(201,168,76,0.6) 80px); }
.hero-logo-wrap { position: relative; z-index: 2; margin-bottom: 2.5rem; animation: fadeDown 1s ease both; }
.hero-logo-wrap img { width: clamp(120px,20vw,180px); height: clamp(120px,20vw,180px); border-radius: 50%; object-fit: cover; filter: drop-shadow(0 0 30px rgba(201,168,76,0.35)); }
.hero-sub { position: relative; z-index: 2; font-size: 0.68rem; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.2rem; animation: fadeDown 1s 0.15s ease both; }
.hero-title { position: relative; z-index: 2; font-family: 'Cormorant Garamond', serif; font-size: clamp(2.8rem,6vw,6rem); font-weight: 300; line-height: 1.1; color: var(--text); margin-bottom: 1.5rem; animation: fadeDown 1s 0.3s ease both; }
.hero-title em { font-style: italic; color: var(--gold); }
.hero-desc { position: relative; z-index: 2; font-size: 0.88rem; line-height: 1.9; color: var(--muted); max-width: 52ch; margin: 0 auto 2.5rem; animation: fadeDown 1s 0.45s ease both; }
.hero-btns { position: relative; z-index: 2; display: flex; gap: 1.2rem; justify-content: center; flex-wrap: wrap; animation: fadeDown 1s 0.6s ease both; }
.hero-scroll { position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; flex-direction: column; align-items: center; gap: 0.5rem; font-size: 0.6rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--gold-dim); animation: bounce 2s infinite; }
.scroll-line { width: 1px; height: 40px; background: linear-gradient(to bottom, var(--gold-dim), transparent); } .btn-gold { display: inline-block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--black); background: var(--gold); padding: 1rem 2.5rem; text-decoration: none; transition: background 0.2s, transform 0.15s; }
.btn-gold:hover { background: var(--gold2); transform: translateY(-2px); }
.btn-outline { display: inline-block; font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 400; color: var(--gold); border: 1px solid rgba(201,168,76,0.4); padding: 1rem 2.5rem; text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold2); } .marquee-bar { background: var(--dark2); padding: 0.9rem 0; overflow: hidden; white-space: nowrap; border-top: 1px solid rgba(201,168,76,0.12); border-bottom: 1px solid rgba(201,168,76,0.12); }
.marquee-track { display: inline-flex; animation: marquee 24s linear infinite; }
.marquee-item { font-size: 0.65rem; letter-spacing: 0.25em; text-transform: uppercase; color: var(--gold); padding: 0 2.5rem; }
.marquee-sep { color: var(--gold-dim); padding: 0 0.5rem; } .gh-section { padding: var(--pad) 6vw; }
.sec-header { text-align: center; margin-bottom: 4rem; }
.sec-label { font-size: 0.65rem; letter-spacing: 0.3em; text-transform: uppercase; color: var(--gold); margin-bottom: 1rem; }
.sec-title { font-family: 'Cormorant Garamond', serif; font-size: clamp(2rem,4vw,3.5rem); font-weight: 300; color: var(--text); line-height: 1.1; }
.sec-title em { font-style: italic; color: var(--gold); }
.sec-sub { font-size: 0.85rem; color: var(--muted); max-width: 50ch; margin: 1rem auto 0; line-height: 1.8; } .services-section { background: var(--dark); }
.services-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 4rem; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px,1fr)); gap: 1px; background: rgba(201,168,76,0.08); }
.svc-card { background: var(--dark2); padding: 2.8rem 2.5rem; position: relative; overflow: hidden; transition: background 0.35s; }
.svc-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.svc-card:hover { background: #1C1A14; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-num { font-family: 'Cormorant Garamond', serif; font-size: 3.5rem; font-weight: 300; color: rgba(201,168,76,0.1); line-height: 1; margin-bottom: 1.2rem; }
.svc-name { font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; font-weight: 400; color: var(--text); margin-bottom: 0.8rem; }
.svc-desc { font-size: 0.82rem; line-height: 1.85; color: var(--muted); margin-bottom: 1.5rem; }
.svc-price { font-size: 0.72rem; letter-spacing: 0.12em; color: var(--gold); font-weight: 500; text-transform: uppercase; } .about-section { background: var(--black); display: grid; grid-template-columns: 1fr 1fr; gap: 6vw; align-items: center; }
.about-logo-block { display: flex; flex-direction: column; align-items: center; gap: 2.5rem; }
.about-logo-ring { position: relative; width: clamp(220px,30vw,320px); height: clamp(220px,30vw,320px); display: flex; align-items: center; justify-content: center; }
.about-logo-ring::before { content: ''; position: absolute; inset: -16px; border: 1px solid rgba(201,168,76,0.2); border-radius: 50%; animation: spin 30s linear infinite; }
.about-logo-ring::after { content: ''; position: absolute; inset: -30px; border: 1px solid rgba(201,168,76,0.08); border-radius: 50%; animation: spin 50s linear infinite reverse; }
.about-logo-ring img { width: 100%; height: 100%; border-radius: 50%; object-fit: cover; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; width: 100%; }
.stat { text-align: center; padding: 1.5rem 1rem; border: 1px solid rgba(201,168,76,0.12); }
.stat-n { font-family: 'Cormorant Garamond', serif; font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; }
.stat-l { font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 0.4rem; }
.about-text p { font-size: 0.9rem; line-height: 1.95; color: var(--muted); margin-bottom: 1.5rem; }
.about-text p strong { color: var(--text); font-weight: 500; }
.gold-divider { display: flex; align-items: center; gap: 1rem; margin: 2rem 0; }
.gold-divider-line { flex: 1; height: 1px; background: rgba(201,168,76,0.2); }
.gold-divider-diamond { width: 8px; height: 8px; background: var(--gold); transform: rotate(45deg); flex-shrink: 0; } .gallery-section { background: var(--dark2); }
.photo-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 3px; margin-top: 3rem; }
.photo-card { position: relative; overflow: hidden; background: var(--dark3); cursor: pointer; }
.photo-img-wrap { aspect-ratio: 3/4; overflow: hidden; }
.photo-img-wrap img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.5s ease; filter: brightness(0.92); }
.photo-card:hover .photo-img-wrap img { transform: scale(1.06); filter: brightness(1); }
.photo-label { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(to top, rgba(0,0,0,0.75) 0%, transparent 100%); padding: 2rem 1rem 0.9rem; font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); opacity: 0; transition: opacity 0.3s; }
.photo-card:hover .photo-label { opacity: 1; }
.gallery-more { text-align: center; margin-top: 2.5rem; font-size: 0.78rem; color: var(--muted); letter-spacing: 0.08em; }
.gallery-more a { color: var(--gold); text-decoration: none; } .contact-section { background: var(--dark); display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; align-items: start; }
.ci-icon { width: 36px; height: 36px; border: 1px solid rgba(201,168,76,0.25); display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--gold); font-size: 1rem; }
.ci-label { font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.ci-value { font-size: 0.92rem; color: var(--text); line-height: 1.6; }
.ci-value a { color: var(--text); text-decoration: none; }
.ci-value a.gold-link { color: var(--gold); }
.contact-item { display: flex; gap: 1.5rem; margin-bottom: 2.2rem; align-items: flex-start; }
.contact-map { aspect-ratio: 1; background: var(--dark3); border: 1px solid rgba(201,168,76,0.12); overflow: hidden; }
.contact-map iframe { width: 100%; height: 100%; border: none; filter: grayscale(1) invert(1) brightness(0.4) sepia(0.3) saturate(3) hue-rotate(10deg); } footer.gh-footer { background: var(--black); border-top: 1px solid rgba(201,168,76,0.12); padding: 3rem 6vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; }
.footer-logo { display: flex; align-items: center; gap: 0.9rem; }
.footer-logo img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; opacity: 0.85; }
.footer-brand { font-family: 'Cormorant Garamond', serif; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.1em; color: var(--text); }
.footer-brand span { color: var(--gold); }
.footer-center { text-align: center; font-size: 0.68rem; letter-spacing: 0.08em; color: var(--muted); }
.footer-links { display: flex; gap: 1.8rem; justify-content: flex-end; }
.footer-links a { font-size: 0.68rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--muted); text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: var(--gold); } @keyframes fadeDown { from { opacity: 0; transform: translateY(-16px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeUp { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }
@keyframes bounce { 0%,100% { transform: translateX(-50%) translateY(0); } 50% { transform: translateX(-50%) translateY(-6px); } } @media (max-width: 900px) { nav.gh-nav { padding: 0.7rem 4vw; }
.nav-links { display: none !important; }
.nav-hamburger { display: block !important; }
.nav-links.open { display: flex !important; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: rgba(10,10,10,0.98); padding: 1.5rem 5vw; gap: 1.2rem; border-bottom: 1px solid rgba(201,168,76,0.15); z-index: 300; }
.nav-brand { font-size: 0.95rem; letter-spacing: 0.08em; }
.nav-logo img { width: 40px; height: 40px; }
.nav-cta { font-size: 0.6rem; padding: 0.5rem 0.8rem; letter-spacing: 0.1em; } .hero { padding: 6rem 5vw 4rem; }
.hero-logo-wrap img { width: 120px; height: 120px; }
.hero-title { font-size: clamp(2rem, 7vw, 3rem); }
.hero-desc { font-size: 0.82rem; max-width: 100%; }
.hero-btns { flex-direction: column; align-items: center; gap: 0.8rem; }
.btn-gold, .btn-outline { width: 100%; max-width: 280px; text-align: center; padding: 0.9rem 1.5rem; } .services-section { padding: 3rem 5vw; }
.services-section .services-header { flex-direction: column; align-items: flex-start; gap: 1rem; }
.services-grid { grid-template-columns: 1fr; gap: 1px; }
.svc-card { padding: 2rem 1.5rem; }
.svc-num { font-size: 2.5rem; } .about-section { grid-template-columns: 1fr !important; padding: 3rem 5vw; gap: 2rem; }
.about-logo-block { flex-direction: row; flex-wrap: wrap; justify-content: center; }
.about-logo-ring { width: 160px !important; height: 160px !important; }
.about-logo-ring::before, .about-logo-ring::after { display: none; }
.about-stats { grid-template-columns: 1fr 1fr; gap: 0.8rem; }
.stat { padding: 1rem; }
.stat-n { font-size: 2rem; }
.about-text p { font-size: 0.85rem; } .gallery-section { padding: 3rem 0; }
.gallery-section .sec-header { padding: 0 5vw; }
.photo-grid { grid-template-columns: repeat(2, 1fr) !important; gap: 2px; }
.photo-label { opacity: 1 !important; font-size: 0.6rem; padding: 1rem 0.6rem 0.6rem; } .booking-section { padding: 3rem 0 0; }
.booking-section .sec-header { padding: 0 5vw 1.5rem; }
.booking-contacts-bar { flex-direction: column !important; gap: 0.8rem; padding: 1.2rem 5vw; align-items: center; } .contact-section { grid-template-columns: 1fr !important; padding: 3rem 5vw; gap: 2rem; }
.contact-map { aspect-ratio: 16/9; min-height: 250px; } footer.gh-footer { grid-template-columns: 1fr !important; text-align: center; padding: 2rem 5vw; gap: 1.2rem; }
.footer-links { justify-content: center; flex-wrap: wrap; gap: 1rem; }
.footer-logo { justify-content: center; }
}
@media (max-width: 480px) {
:root { --pad: 2.5rem; }
.nav-brand { font-size: 0.82rem; }
.nav-logo img { width: 34px; height: 34px; }
.hero-title { font-size: 1.85rem; }
.hero-sub { font-size: 0.6rem; }
.sec-title { font-size: 1.65rem; }
.sec-label { font-size: 0.6rem; }
.svc-name { font-size: 1.25rem; }
.about-logo-ring { width: 130px !important; height: 130px !important; }
.stat-n { font-size: 1.8rem; }
.stat-l { font-size: 0.6rem; }
.contact-item { gap: 1rem; }
.ci-value { font-size: 0.85rem; }
.footer-brand { font-size: 0.95rem; }
.footer-center { font-size: 0.62rem; }
.footer-links a { font-size: 0.62rem; }
} .booking-section { background: var(--dark); }
.booking-widget-wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 6vw 3rem;
position: relative;
z-index: 1;
} .booking-widget-wrap > div,
.booking-widget-wrap iframe {
width: 100% !important;
max-width: 100% !important;
position: relative !important;
z-index: 1 !important;
}
.booking-contacts-bar { display: flex; gap: 2rem; justify-content: center; flex-wrap: wrap; padding: 1.5rem 6vw; background: var(--dark2); }
.booking-contacts-bar a { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--text); font-size: 0.88rem; transition: color 0.2s; }
.booking-contacts-bar a:hover { color: var(--gold); }