/* ══════════════════════════════════════════════
   HR CJ — Global Stylesheet
   Premium Light Cream + Gold + Deep Navy
══════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;1,400;1,600&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --gold:        #C8920A;
  --gold-mid:    #E0AA2A;
  --gold-light:  #F5CB5C;
  --gold-pale:   #FDF6E3;
  --gold-border: rgba(200,146,10,0.22);
  --gold-border2:rgba(200,146,10,0.42);
  --navy:        #0D1B2A;
  --navy2:       #132030;
  --navy3:       #1A2B3C;
  --navy4:       #203550;
  --cream:       #FDFAF3;
  --cream2:      #F8F4E8;
  --white:       #FFFFFF;
  --text:        #111827;
  --text2:       #374151;
  --text3:       #6B7280;
  --text4:       #9CA3AF;
  --shadow-sm:   0 2px 12px rgba(0,0,0,0.06);
  --shadow-md:   0 8px 32px rgba(0,0,0,0.10);
  --shadow-lg:   0 20px 60px rgba(0,0,0,0.13);
  --shadow-gold: 0 8px 32px rgba(200,146,10,0.22);
  --r-sm: 8px;
  --r-md: 12px;
  --r-lg: 18px;
  --r-xl: 24px;
  --font-serif: 'Cormorant Garamond', Georgia, serif;
  --font-sans:  'Outfit', system-ui, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-sans); background: var(--cream); color: var(--text); overflow-x: hidden; line-height: 1.7; -webkit-font-smoothing: antialiased; }

::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: var(--cream2); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 2px; }

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ── TYPOGRAPHY ── */
.serif { font-family: var(--font-serif); }
.h1 { font-family: var(--font-serif); font-size: clamp(48px,7vw,88px); font-weight: 500; line-height: 1.05; color: var(--white); }
.h2 { font-family: var(--font-serif); font-size: clamp(34px,4.5vw,56px); font-weight: 500; line-height: 1.1; color: var(--text); }
.h3 { font-family: var(--font-serif); font-size: clamp(22px,2.5vw,30px); font-weight: 500; line-height: 1.2; color: var(--text); }
.h2 em, .h1 em, .h3 em { font-style: italic; color: var(--gold); }
.body-lg { font-size: 16px; line-height: 1.85; color: var(--text2); }
.body-sm { font-size: 14px; line-height: 1.8; color: var(--text3); }
.label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 16px;
}
.label::before, .label::after { content:''; display:block; width:28px; height:1px; background:var(--gold); }

/* ── LAYOUT ── */
.section { padding: 108px 24px; }
.section-sm { padding: 72px 24px; }
.container { max-width: 1200px; margin: 0 auto; }
.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; }
.grid-4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; }
.text-center { text-align: center; }
.mb-4 { margin-bottom: 16px; }
.mb-6 { margin-bottom: 24px; }
.mb-8 { margin-bottom: 32px; }
.mb-12 { margin-bottom: 48px; }
.mb-16 { margin-bottom: 64px; }
.mxauto { margin-left:auto; margin-right:auto; }
.max560 { max-width: 560px; }
.max720 { max-width: 720px; }

/* ── BUTTONS ── */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-sans); font-weight: 600; font-size: 13px;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 14px 32px; border-radius: var(--r-sm); cursor: pointer;
  border: none; transition: all 0.3s; text-decoration: none;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold) 100%);
  color: var(--navy); box-shadow: var(--shadow-gold);
}
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 12px 40px rgba(200,146,10,0.38); }
.btn-navy {
  background: var(--navy); color: var(--white);
  box-shadow: 0 4px 20px rgba(13,27,42,0.25);
}
.btn-navy:hover { background: var(--navy3); transform: translateY(-2px); }
.btn-outline-gold {
  background: transparent; color: var(--gold);
  border: 1.5px solid var(--gold-border2);
}
.btn-outline-gold:hover { background: var(--gold-pale); border-color: var(--gold); }
.btn-outline-white {
  background: transparent; color: rgba(255,255,255,0.88);
  border: 1.5px solid rgba(255,255,255,0.3);
}
.btn-outline-white:hover { border-color: var(--gold-light); color: var(--gold-light); }
.btn-wa {
  background: #25D366; color: white;
  box-shadow: 0 4px 20px rgba(37,211,102,0.38);
}
.btn-wa:hover { transform: translateY(-2px); box-shadow: 0 8px 32px rgba(37,211,102,0.52); }
.btn-wa svg { width: 20px; height: 20px; flex-shrink: 0; }

/* ── NAV ── */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  display: flex; align-items: center; justify-content: space-between;
  padding: 20px 48px; transition: all 0.4s ease;
}
#navbar.scrolled, #navbar.light {
  background: rgba(253,250,243,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--gold-border);
  box-shadow: var(--shadow-sm);
  padding: 14px 48px;
}
.nav-logo { display: flex; align-items: center; gap: 14px; }
.nav-logo-badge {
  width: 48px; height: 48px; border-radius: var(--r-sm); flex-shrink: 0; overflow: hidden;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-gold);
}
.nav-logo-badge img { width: 100%; height: 100%; object-fit: contain; }
.nav-logo-badge-fallback { font-family: var(--font-serif); font-size: 16px; font-weight: 700; color: white; letter-spacing: 0.02em; }
.nav-logo-text-wrap { display: flex; flex-direction: column; }
.nav-logo-name { font-family: var(--font-serif); font-size: 20px; font-weight: 600; color: white; line-height: 1; letter-spacing: 0.03em; }
.nav-logo-sub { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.6); }
#navbar.scrolled .nav-logo-name, #navbar.light .nav-logo-name { color: var(--navy); }
#navbar.scrolled .nav-logo-sub, #navbar.light .nav-logo-sub { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 36px; }
.nav-links a { font-size: 13px; letter-spacing: 0.06em; color: rgba(255,255,255,0.82); transition: color 0.25s; font-weight: 400; }
.nav-links a:hover, .nav-links a.active { color: var(--gold-light); }
#navbar.scrolled .nav-links a, #navbar.light .nav-links a { color: var(--text2); }
#navbar.scrolled .nav-links a:hover, #navbar.light .nav-links a:hover { color: var(--gold); }
#navbar.scrolled .nav-links a.active, #navbar.light .nav-links a.active { color: var(--gold); font-weight: 600; }
.nav-cta-btn {
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy) !important; font-weight: 700 !important; font-size: 12px !important;
  padding: 10px 22px; border-radius: var(--r-sm);
  box-shadow: var(--shadow-gold); transition: all 0.3s !important;
}
.nav-cta-btn:hover { transform: translateY(-1px); opacity: 0.9; }
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 4px; }
.hamburger span { display: block; width: 26px; height: 2px; background: white; border-radius: 2px; transition: 0.3s; }
#navbar.scrolled .hamburger span, #navbar.light .hamburger span { background: var(--navy); }

/* ── MOBILE MENU ── */
.mobile-overlay {
  position: fixed; inset: 0; background: rgba(253,250,243,0.98);
  backdrop-filter: blur(16px); z-index: 999;
  display: none; flex-direction: column; align-items: center; justify-content: center;
  gap: 28px;
}
.mobile-overlay.open { display: flex; }
.mobile-overlay a { font-family: var(--font-serif); font-size: 28px; color: var(--navy); transition: color 0.2s; }
.mobile-overlay a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 24px; right: 28px; font-size: 28px; cursor: pointer; color: var(--text3); }

/* ── FLOATING WA ── */
.float-wa { position: fixed; right: 24px; bottom: 28px; z-index: 900; display: flex; flex-direction: column; gap: 14px; align-items: flex-end; }
.fwa-btn {
  width: 58px; height: 58px; border-radius: 50%; background: #25D366;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 22px rgba(37,211,102,0.48); text-decoration: none;
  transition: transform 0.3s, box-shadow 0.3s; position: relative;
  animation: fwaPulse 2.8s ease-in-out infinite;
}
.fwa-btn:nth-child(2) { animation-delay: 1.4s; }
.fwa-btn:hover { transform: scale(1.12); box-shadow: 0 8px 32px rgba(37,211,102,0.65); animation: none; }
.fwa-btn svg { width: 30px; height: 30px; }
.fwa-tip {
  position: absolute; right: 70px; top: 50%; transform: translateY(-50%);
  background: var(--navy); color: white; font-size: 11.5px; white-space: nowrap;
  padding: 6px 14px; border-radius: 8px; pointer-events: none;
  opacity: 0; transition: opacity 0.25s; font-family: var(--font-sans);
}
.fwa-tip::after { content:''; position:absolute; left:100%; top:50%; transform:translateY(-50%); border:5px solid transparent; border-left-color:var(--navy); }
.fwa-btn:hover .fwa-tip { opacity: 1; }
@keyframes fwaPulse {
  0%,100% { box-shadow: 0 4px 22px rgba(37,211,102,0.48); }
  50% { box-shadow: 0 4px 28px rgba(37,211,102,0.72), 0 0 0 9px rgba(37,211,102,0.1); }
}

/* ── HERO SHARED ── */
.hero-wrap {
  position: relative; min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 130px 24px 80px; text-align: center; overflow: hidden;
}
.hero-bg-img {
  position: absolute; inset: 0; background-size: cover; background-position: center;
  background-repeat: no-repeat;
}
.hero-dim { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13,27,42,0.72) 0%, rgba(13,27,42,0.58) 55%, rgba(13,27,42,0.82) 100%); }
.hero-glow {
  position: absolute; inset: 0;
  background: radial-gradient(ellipse 70% 50% at 50% 80%, rgba(200,146,10,0.15) 0%, transparent 65%),
              radial-gradient(ellipse 50% 35% at 20% 25%, rgba(200,146,10,0.08) 0%, transparent 60%);
}
.hero-inner { position: relative; z-index: 2; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(200,146,10,0.15); border: 1px solid rgba(200,146,10,0.4);
  color: var(--gold-light); font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 600; padding: 8px 22px; border-radius: 100px; margin-bottom: 28px;
  backdrop-filter: blur(6px);
}
.hero-flags { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-flag { font-size: 26px; filter: drop-shadow(0 2px 6px rgba(0,0,0,0.45)); transition: transform 0.3s; cursor: default; }
.hero-flag:hover { transform: scale(1.25) translateY(-4px); }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 44px; }
.hero-stats { display: flex; gap: 52px; margin-top: 80px; padding-top: 44px; border-top: 1px solid rgba(200,146,10,0.22); flex-wrap: wrap; justify-content: center; }
.hero-stat-n { font-family: var(--font-serif); font-size: 44px; color: var(--gold-light); line-height: 1; }
.hero-stat-l { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.48); margin-top: 5px; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  position: relative; padding: 180px 24px 90px;
  display: flex; align-items: center; overflow: hidden;
  min-height: 440px;
}
.page-hero-content { position: relative; z-index: 2; }
.page-hero .h1 { font-size: clamp(38px,5vw,68px); text-align: left; }
.page-hero-sub { font-family: var(--font-serif); font-size: 20px; color: rgba(255,255,255,0.65); font-style: italic; margin-top: 10px; }
.page-breadcrumb { display: flex; align-items: center; gap: 10px; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 22px; }
.page-breadcrumb a { color: var(--gold-light); }
.page-breadcrumb span { color: rgba(255,255,255,0.3); }

/* ── TRUST BAR ── */
.trust-bar { background: white; border-top: 3px solid var(--gold); box-shadow: 0 4px 24px rgba(0,0,0,0.07); }
.trust-bar-inner { max-width: 1200px; margin: 0 auto; display: flex; align-items: stretch; flex-wrap: wrap; }
.trust-item { flex: 1; min-width: 150px; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 22px 18px; text-align: center; gap: 5px; border-right: 1px solid rgba(0,0,0,0.06); }
.trust-item:last-child { border-right: none; }
.trust-icon { font-size: 26px; }
.trust-title { font-size: 13px; font-weight: 600; color: var(--navy); }
.trust-sub { font-size: 11px; color: var(--text3); }

/* ── MARQUEE ── */
.marquee-wrap { overflow: hidden; background: var(--navy); padding: 14px 0; border-top: 2px solid var(--gold); border-bottom: 2px solid var(--gold); }
.marquee-track { display: flex; animation: marquee 34s linear infinite; width: max-content; }
.marquee-item { display: flex; align-items: center; gap: 14px; padding: 0 36px; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: rgba(255,255,255,0.72); white-space: nowrap; }
.marquee-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--gold); flex-shrink: 0; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── CARDS ── */
.card {
  background: white; border: 1px solid rgba(0,0,0,0.07);
  border-radius: var(--r-lg); padding: 32px 28px;
  transition: all 0.35s; box-shadow: var(--shadow-sm);
}
.card:hover { box-shadow: var(--shadow-lg); transform: translateY(-5px); border-color: var(--gold-border); }
.card-gold-top::before { content:''; display:block; width:100%; height:3px; background:linear-gradient(90deg,var(--gold-light),var(--gold)); border-radius:var(--r-lg) var(--r-lg) 0 0; margin:-32px -28px 24px; width:calc(100% + 56px); transform: scaleX(0); transform-origin:left; transition: transform 0.35s; }
.card:hover.card-gold-top::before { transform: scaleX(1); }

/* ── SERVICE CARD ── */
.svc-num { font-family: var(--font-serif); font-size: 60px; font-weight: 400; color: rgba(200,146,10,0.1); line-height: 1; margin-bottom: 8px; }
.svc-icon { font-size: 34px; margin-bottom: 14px; }
.svc-title { font-size: 16.5px; font-weight: 600; color: var(--navy); margin-bottom: 10px; }
.svc-desc { font-size: 13.5px; color: var(--text3); line-height: 1.82; }

/* ── COUNTRY CARDS ── */
.country-card {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(200,146,10,0.2);
  border-radius: var(--r-md); padding: 20px 18px;
  display: flex; align-items: center; gap: 14px;
  transition: all 0.3s;
}
.country-card:hover { background: rgba(200,146,10,0.1); border-color: rgba(200,146,10,0.5); transform: translateY(-3px); box-shadow: 0 8px 24px rgba(200,146,10,0.2); }
.country-flag { font-size: 32px; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3)); }
.country-name { font-size: 15px; font-weight: 600; color: white; }
.country-type { font-size: 11px; color: var(--gold-mid); letter-spacing: 0.1em; text-transform: uppercase; margin-top: 2px; }

/* ── PROCESS STEPS ── */
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; position: relative; }
.process-grid::before { content:''; position:absolute; top:44px; left:12%; right:12%; height:1.5px; background:linear-gradient(90deg, transparent, var(--gold), var(--gold), transparent); }
.process-step { text-align: center; position: relative; z-index: 1; }
.process-num { width: 58px; height: 58px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--gold)); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 26px; color: white; font-weight: 600; margin: 0 auto 20px; box-shadow: var(--shadow-gold); }
.process-title { font-size: 14.5px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.process-desc { font-size: 13px; color: var(--text3); line-height: 1.75; }

/* ── TESTIMONIALS ── */
.testi-card { background: white; border: 1px solid rgba(0,0,0,0.07); border-radius: var(--r-lg); padding: 32px; box-shadow: var(--shadow-sm); transition: all 0.3s; }
.testi-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.testi-stars { color: var(--gold); font-size: 15px; letter-spacing: 3px; margin-bottom: 16px; }
.testi-text { font-family: var(--font-serif); font-size: 18px; font-style: italic; color: var(--navy); line-height: 1.72; margin-bottom: 24px; }
.testi-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--gold-light), var(--gold)); display: flex; align-items: center; justify-content: center; font-family: var(--font-serif); font-size: 16px; color: white; font-weight: 600; flex-shrink: 0; }
.testi-name { font-size: 14px; font-weight: 600; color: var(--navy); }
.testi-role { font-size: 11px; color: var(--gold); letter-spacing: 0.1em; text-transform: uppercase; }

/* ── CTA SECTION ── */
.cta-section { background: linear-gradient(135deg, var(--navy) 0%, var(--navy3) 100%); padding: 100px 24px; text-align: center; position: relative; overflow: hidden; }
.cta-section::before { content:''; position:absolute; top:-100px; left:50%; transform:translateX(-50%); width:700px; height:350px; border-radius:50%; background:radial-gradient(circle, rgba(200,146,10,0.14) 0%, transparent 70%); }
.cta-title { font-family: var(--font-serif); font-size: clamp(34px,5vw,58px); color: white; margin-bottom: 14px; line-height: 1.1; }
.cta-title em { color: var(--gold-light); font-style: italic; }
.cta-sub { color: rgba(255,255,255,0.58); font-size: 16px; margin-bottom: 44px; }
.cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; position: relative; z-index: 1; }

/* ── CONTACT ── */
.contact-icon-box { width: 50px; height: 50px; border-radius: var(--r-sm); background: var(--gold-pale); border: 1px solid var(--gold-border); display: flex; align-items: center; justify-content: center; font-size: 22px; flex-shrink: 0; }
.contact-label { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); margin-bottom: 5px; font-weight: 600; }
.contact-value { font-size: 15px; color: var(--navy); line-height: 1.65; }
.contact-value a:hover { color: var(--gold); }
.wa-row { display: flex; flex-direction: column; gap: 11px; }
.wa-row-btn { display: flex; align-items: center; gap: 12px; background: rgba(37,211,102,0.08); border: 1px solid rgba(37,211,102,0.25); padding: 13px 18px; border-radius: var(--r-sm); color: #1a9e50; font-size: 14px; font-weight: 500; transition: background 0.3s; }
.wa-row-btn:hover { background: rgba(37,211,102,0.16); }
.wa-row-btn svg { width: 22px; height: 22px; flex-shrink: 0; }
.map-wrap { border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-md); border: 1px solid rgba(0,0,0,0.07); }
.map-wrap iframe { display: block; width: 100%; height: 400px; border: none; }

/* ── FOOTER ── */
footer { background: var(--navy); border-top: 3px solid var(--gold); padding: 80px 24px 36px; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; padding-bottom: 56px; border-bottom: 1px solid rgba(255,255,255,0.08); margin-bottom: 32px; }
.footer-brand { font-family: var(--font-serif); font-size: 28px; font-weight: 600; color: white; margin-bottom: 14px; }
.footer-brand span { color: var(--gold); }
.footer-desc { font-size: 13.5px; color: rgba(255,255,255,0.48); line-height: 1.88; max-width: 300px; }
.footer-soc { display: flex; gap: 10px; margin-top: 22px; }
.footer-soc-btn { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; border-radius: var(--r-sm); font-size: 17px; color: rgba(255,255,255,0.48); transition: all 0.3s; }
.footer-soc-btn:hover { border-color: var(--gold); color: var(--gold); }
.footer-col-title { font-size: 11px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold); margin-bottom: 22px; font-weight: 600; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links a { font-size: 13.5px; color: rgba(255,255,255,0.48); transition: color 0.25s; }
.footer-links a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; font-size: 12px; color: rgba(255,255,255,0.3); flex-wrap: wrap; gap: 10px; }

/* ── GALLERY ── */
.gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: 260px 260px; gap: 14px; }
.gallery-item { border-radius: var(--r-md); overflow: hidden; position: relative; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.55s ease; }
.gallery-item:hover img { transform: scale(1.05); }
.gallery-ph { width: 100%; height: 100%; min-height: 260px; background: linear-gradient(135deg, var(--cream2), #ede8d5); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--text3); font-size: 13px; text-align: center; }
.gallery-item.tall .gallery-ph { min-height: 534px; }

/* ── ABOUT OWNER ── */
.owner-wrap { position: relative; padding-bottom: 36px; padding-right: 36px; }
.owner-img {
  width: 100%; aspect-ratio: 3/4; object-fit: cover;
  border-radius: var(--r-xl); box-shadow: var(--shadow-lg); display: block;
}
.owner-badge {
  position: absolute; bottom: 0; right: 0;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  color: var(--navy); padding: 22px 26px; border-radius: var(--r-lg);
  text-align: center; box-shadow: var(--shadow-gold);
}
.owner-badge-n { font-family: var(--font-serif); font-size: 34px; font-weight: 600; line-height: 1; }
.owner-badge-l { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 4px; font-weight: 600; }
.about-pill { display: inline-flex; align-items: center; gap: 7px; background: var(--gold-pale); border: 1px solid var(--gold-border); color: var(--navy); font-size: 12.5px; font-weight: 500; padding: 8px 16px; border-radius: 100px; }
.about-pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }

/* ── REVEAL ── */
.reveal { opacity: 0; transform: translateY(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal.v { opacity: 1; transform: translateY(0); }
.reveal-l { opacity: 0; transform: translateX(-36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal-l.v { opacity: 1; transform: translateX(0); }
.reveal-r { opacity: 0; transform: translateX(36px); transition: opacity 0.8s ease, transform 0.8s ease; }
.reveal-r.v { opacity: 1; transform: translateX(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  #navbar, #navbar.scrolled, #navbar.light { padding-left: 20px; padding-right: 20px; }
  .nav-links { display: none; }
  .hamburger { display: flex; }
  .grid-2 { grid-template-columns: 1fr; gap: 52px; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  .process-grid { grid-template-columns: 1fr 1fr; }
  .process-grid::before { display: none; }
  .owner-wrap { padding-bottom: 16px; padding-right: 0; }
  .owner-badge { position: static; margin-top: 16px; display: inline-block; }
}
@media (max-width: 680px) {
  .section { padding: 72px 20px; }
  .section-sm { padding: 52px 20px; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-4 { grid-template-columns: 1fr 1fr; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-template-rows: auto; }
  .gallery-item.tall { grid-row: span 1; }
  .gallery-item.tall .gallery-ph { min-height: 260px; }
  .hero-stats { gap: 28px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .float-wa { right: 16px; bottom: 20px; }
  .page-hero { padding: 150px 20px 70px; }
  .process-grid { grid-template-columns: 1fr; }
}
