@import url('https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,500;9..144,600;9..144,700&family=Inter:wght@400;500;600;700&display=swap');

:root {
    --primary:  #ebb24b;
    --secondary: #ebb24b;
    --gold-deep: #c9922f;
    --accent: #1f7a5f;
    --text: #123041;
    --muted: #5f6f7a;
    --light: #f7f9fc;
    --sand: #f5efe0;
    --ink-deep: #081c2c;
    --card: #ffffff;
    --border: #e8eef4;
    --shadow: 0 20px 45px rgba(15, 76, 129, 0.12);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; color: var(--text); background: linear-gradient(180deg, #fbfdff 0%, #f3f8fd 100%); line-height: 1.7; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; border-radius: 18px; object-fit: cover; }
h1, h2, h3, .brand { font-family: 'Fraunces', 'Segoe UI', Georgia, serif; }
.container { width: min(1160px, calc(100% - 2rem)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,0.96); backdrop-filter: blur(14px); border-bottom: 1px solid var(--border); }
.topbar { display: flex; justify-content: space-between; align-items: center; padding: 0.9rem 0; }
.brand { font-weight: 800; font-size: 1.1rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--primary); }
.brand span { color: var(--secondary); }
.nav-links { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a { color: var(--muted); font-weight: 600; padding: 0.3rem 0.6rem; border-radius: 999px; }
.nav-links a.active, .nav-links a:hover { background: rgba(15, 76, 129, 0.1); color: var(--primary); }
.hero { padding: 4rem 0 3rem; }
.hero-grid { display: grid; gap: 2rem; grid-template-columns: 1.15fr 0.85fr; align-items: center; }
.hero h1 { font-size: clamp(2rem, 4vw, 3.2rem); margin-bottom: 1rem; line-height: 1.15; }
.hero p { font-size: 1.05rem; color: var(--muted); max-width: 640px; }
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 1.5rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0.9rem 1.2rem; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #bf8d12; color: white; box-shadow: var(--shadow); }
.btn-secondary { background: white; color: var(--primary); border: 1px solid rgba(15, 76, 129, 0.18); }
.hero-card { background: var(--card); padding: 1.2rem; border-radius: 24px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.section { padding: 2rem 0; }
.section h2 { font-size: 1.8rem; margin-bottom: 1rem; }
.section-intro { color: var(--muted); max-width: 720px; margin-bottom: 1.4rem; }
.grid { display: grid; gap: 1.25rem; }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { background: var(--card); padding: 1.2rem; border-radius: 20px; box-shadow: var(--shadow); border: 1px solid var(--border); }
.card img { height: 210px; margin-bottom: 1rem; }
.badge { display: inline-block; background: rgba(235, 178, 75, 0.18); color: var(--primary); padding: 0.35rem 0.7rem; border-radius: 999px; font-size: 0.8rem; font-weight: 700; margin-bottom: 0.8rem; }
.card h3 { margin: 0 0 0.5rem; font-size: 1.1rem; }
.card p { color: var(--muted); margin-bottom: 0.9rem; }
.card .meta { color: var(--accent); font-weight: 700; font-size: 0.95rem; margin-bottom: 0.8rem; }
.card-actions { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.cta-band { background: linear-gradient(120deg, var(--primary), #1d6ba6); color: white; border-radius: 28px; padding: 2rem; margin: 2rem 0; }
.cta-band .btn-secondary { background: white; color: var(--primary); }

.floating-whatsapp { position: fixed; right: 1rem; bottom: 1rem; z-index: 30; background: #25d366; color: white; border-radius: 999px; padding: 0.95rem 1.1rem; box-shadow: 0 12px 28px rgba(37, 211, 102, 0.28); font-weight: 700; }
.page-hero { padding: 3rem 0 1rem; }
.page-hero h1 { margin-bottom: 0.7rem; }
.page-hero p { max-width: 760px; color: var(--muted); }
.detail-list { padding-left: 1.1rem; color: var(--muted); }
.detail-list li { margin-bottom: 0.6rem; }
.contact-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 1.5rem; }
.form-group { display: flex; flex-direction: column; gap: 0.4rem; margin-bottom: 1rem; }
input, textarea { border: 1px solid var(--border); border-radius: 12px; padding: 0.9rem 1rem; font: inherit; }
textarea { min-height: 140px; resize: vertical; }

/* ---------- Gold-corner image frame (signature motif) ---------- */
.frame-gold { position: relative; padding: 12px; }
.frame-gold::before, .frame-gold::after {
    content: ''; position: absolute; width: 36px; height: 36px;
    border: 2px solid var(--secondary); pointer-events: none;
}
.frame-gold::before { top: 0; left: 0; border-right: none; border-bottom: none; border-radius: 6px 0 0 0; }
.frame-gold::after { bottom: 0; right: 0; border-left: none; border-top: none; border-radius: 0 0 6px 0; }
.frame-gold img { border-radius: 14px; box-shadow: 0 25px 50px rgba(8, 28, 44, 0.28); }

/* ---------- About: hero split ---------- */
.about-hero { padding: 3.5rem 0 1rem; }
.about-hero-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 2.5rem; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 0.5rem; color: var(--gold-deep); font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; font-size: 0.78rem; margin-bottom: 0.9rem; }
.eyebrow::before { content: ''; width: 26px; height: 2px; background: var(--secondary); display: inline-block; }
.about-hero-media { aspect-ratio: 4 / 5; }
.about-hero-media img { height: 100%; }

/* ---------- Stats band ---------- */
.stats-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2.5rem 0; padding: 1.6rem; background: var(--sand); border-radius: 22px; border: 1px solid var(--border); }
.stat-item { text-align: center; }
.stat-num { display: block; font-family: 'Fraunces', serif; font-size: 2.1rem; font-weight: 700; color: var(--primary); }
.stat-label { display: block; color: var(--muted); font-size: 0.85rem; margin-top: 0.2rem; }

/* ---------- Story split (alternating text/image rows) ---------- */
.story-split { display: grid; grid-template-columns: 1fr 1fr; gap: 2.4rem; align-items: center; margin: 3rem 0; }
.story-split.reverse .story-media { order: 2; }
.story-split.reverse .story-copy { order: 1; }
.story-media { aspect-ratio: 5 / 4; }
.story-copy h2 { margin-bottom: 0.8rem; }
.story-copy p { color: var(--muted); }

/* ---------- Value cards with icon badges ---------- */
.icon-badge { width: 46px; height: 46px; border-radius: 12px; background: rgba(15, 76, 129, 0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 0.9rem; }
.icon-badge svg { width: 22px; height: 22px; stroke: var(--primary); fill: none; stroke-width: 1.8; }

/* ---------- Gallery ---------- */
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin: 1.5rem 0 2.5rem; }
.gallery-item { position: relative; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.gallery-item img { height: 260px; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.06); }
.gallery-caption { position: absolute; left: 0; right: 0; bottom: 0; padding: 1rem 1.1rem; background: linear-gradient(0deg, rgba(8,28,44,0.85), transparent); color: #fff; font-weight: 700; font-size: 0.95rem; }

/* ---------- Contact page enhancements ---------- */
.contact-hero-media { aspect-ratio: 4 / 3; margin-bottom: 1.3rem; }
.contact-info-card { padding: 0; overflow: hidden; }
.contact-info-body { padding: 1.4rem; }
.contact-info-body p { margin: 0.4rem 0; }
.mini-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 1.4rem; }
.mini-strip-item { display: flex; align-items: center; gap: 0.6rem; color: var(--muted); font-size: 0.88rem; font-weight: 600; }
.mini-strip-item svg { width: 18px; height: 18px; stroke: var(--accent); fill: none; stroke-width: 2; flex-shrink: 0; }

@media (max-width: 900px) {
    .hero-grid, .grid-3, .grid-2, .contact-grid, .footer-grid,
    .about-hero-grid, .story-split, .story-split.reverse .story-media,
    .gallery-grid, .stats-band, .mini-strip { grid-template-columns: 1fr; }
    .story-split.reverse .story-media, .story-split.reverse .story-copy { order: 0; }
    .stats-band { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
    .topbar { flex-direction: column; align-items: flex-start; gap: 0.7rem; }
    .hero { padding-top: 2rem; }
    .nav-links { gap: 0.5rem; }
    .gallery-item img { height: 200px; }
}