:root {
  --navy:    #1B2D5B;
  --navy-dark: #111e3d;
  --navy-light: #243870;
  --gold:    #B8963E;
  --gold-light: #d4af6a;
  --ivory:   #F8F6F1;
  --charcoal:#2C2C2C;
  --teal:    #3A7CA5;
  --white:   #ffffff;
  --border:  rgba(184,150,62,0.25);
  --shadow:  0 8px 40px rgba(27,45,91,0.12);
}
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Jost', sans-serif; color: var(--charcoal); background: var(--white); overflow-x: hidden; }
h1,h2,h3,h4,h5 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.15; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }
.section-label { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 14px; }
.section-title { font-size: clamp(30px, 4vw, 46px); color: var(--navy); margin-bottom: 20px; }
.section-subtitle { font-family: 'Jost', sans-serif; font-size: 15.5px; line-height: 1.75; color: #666; max-width: 580px; }
.divider-gold { width: 48px; height: 2px; background: var(--gold); margin-bottom: 28px; }
.center .section-subtitle { margin-left: auto; margin-right: auto; }
.center .divider-gold { margin-left: auto; margin-right: auto; }
.btn-primary { display: inline-flex; align-items: center; gap: 10px; background: var(--gold); color: var(--white); padding: 14px 32px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border: none; cursor: pointer; transition: all 0.3s ease; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: 0 6px 20px rgba(184,150,62,0.3); }
.btn-outline { display: inline-flex; align-items: center; gap: 10px; background: transparent; color: var(--navy); padding: 13px 28px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; border: 1.5px solid var(--navy); cursor: pointer; transition: all 0.3s ease; }
.btn-outline:hover { background: var(--navy); color: var(--white); }
.btn-primary svg, .btn-outline svg { width: 14px; height: 14px; stroke: currentColor; fill: none; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

/* ICONS (shared) */
.icon { stroke: currentColor; fill: none; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; display: block; }

/* TOP BAR */
.topbar { background: var(--navy-dark); padding: 9px 0; font-size: 12px; color: rgba(255,255,255,0.65); letter-spacing: 0.3px; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; }
.topbar a { color: rgba(255,255,255,0.65); transition: color 0.2s; }
.topbar a:hover { color: var(--gold); }
.topbar-right { display: flex; gap: 28px; }
.topbar span, .topbar a { display: inline-flex; align-items: center; gap: 8px; }
.topbar .icon { width: 13px; height: 13px; stroke: var(--gold); flex-shrink: 0; }

/* NAV */
nav { position: sticky; top: 0; z-index: 1000; background: var(--white); border-bottom: 1px solid rgba(27,45,91,0.09); box-shadow: 0 2px 20px rgba(27,45,91,0.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; max-width: 1200px; margin: 0 auto; height: 72px; }
.logo-block { display: flex; align-items: center; gap: 14px; }
a.logo-block { text-decoration: none; color: inherit; }
.logo-image-wrap { display: inline-flex; align-items: center; }
.logo-image {
  display: block;
  width: auto;
  height: 56px;
  object-fit: contain;
}
.brand-lockup {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}
.brand-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 25px;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: 0;
}
.brand-name span {
  color: var(--gold);
}
.brand-subtitle {
  margin-top: 6px;
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: rgba(43,43,43,0.48);
  letter-spacing: 3px;
  text-transform: uppercase;
}
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.footer-brand-lockup { display: flex; flex-direction: column; justify-content: center; line-height: 1; white-space: nowrap; }
.footer-brand-name { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: var(--gold); }
.footer-brand-subtitle { margin-top: 6px; font-family: 'Jost', sans-serif; font-size: 9px; font-weight: 600; letter-spacing: 2.2px; text-transform: uppercase; color: rgba(184,150,62,0.72); }
.footer-brand .logo-image { height: 50px; }
.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { font-family: 'Jost', sans-serif; font-size: 13px; font-weight: 500; color: var(--charcoal); padding: 8px 14px; position: relative; transition: color 0.2s; }
.nav-links a::after { content: ''; position: absolute; bottom: 2px; left: 14px; right: 14px; height: 1.5px; background: var(--gold); transform: scaleX(0); transition: transform 0.25s; }
.nav-links a:hover { color: var(--navy); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-links a.active { color: var(--navy); }
.nav-cta { background: var(--navy); color: var(--white) !important; padding: 9px 22px !important; font-size: 11.5px !important; letter-spacing: 1.5px !important; text-transform: uppercase; transition: background 0.2s !important; }
.nav-cta:hover { background: var(--gold) !important; }
.nav-cta::after { display: none !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--navy); z-index: 1101; }
.nav-toggle .icon { width: 24px; height: 24px; stroke-width: 1.8; }
.nav-toggle .icon-close { display: none; }
.nav-toggle.open .icon-menu { display: none; }
.nav-toggle.open .icon-close { display: block; }
.nav-overlay { display: none; }

/* HERO */
.hero { min-height: 88vh; background: var(--navy); display: grid; grid-template-columns: 1fr 1fr; position: relative; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #111e3d 0%, #1B2D5B 60%, #243870 100%); }
.hero-bg::after { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(184,150,62,0.025) 50px, rgba(184,150,62,0.025) 51px); }
.hero-graphic { position: absolute; top: 50%; right: -40px; transform: translateY(-50%); width: 560px; height: 560px; opacity: 0.7; pointer-events: none; z-index: 1; }
.hero-left { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: center; padding: 80px 60px 80px 80px; }
.hero-eyebrow { display: flex; align-items: center; gap: 14px; margin-bottom: 28px; }
.hero-eyebrow-line { width: 36px; height: 1px; background: var(--gold); }
.hero-eyebrow span { font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); }
.hero h1 { font-size: clamp(38px, 4.5vw, 60px); color: var(--white); font-weight: 300; line-height: 1.1; margin-bottom: 10px; }
.hero h1 em { font-style: italic; color: var(--gold-light); font-weight: 400; }
.hero-tagline { font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase; color: var(--gold); margin-bottom: 32px; padding-bottom: 32px; border-bottom: 1px solid rgba(184,150,62,0.2); }
.hero-desc { font-size: 15.5px; line-height: 1.8; color: rgba(255,255,255,0.68); max-width: 460px; margin-bottom: 44px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.btn-hero-p { background: var(--gold); color: var(--white); padding: 15px 34px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 1.5px solid var(--gold); transition: all 0.3s; }
.btn-hero-p:hover { background: transparent; color: var(--gold); }
.btn-hero-o { background: transparent; color: rgba(255,255,255,0.82); padding: 14px 34px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 1.5px solid rgba(255,255,255,0.28); transition: all 0.3s; }
.btn-hero-o:hover { border-color: rgba(255,255,255,0.7); color: var(--white); }
.hero-right { position: relative; z-index: 2; display: flex; align-items: center; justify-content: flex-end; padding: 80px 80px 80px 40px; }
.stats-card { background: rgba(255,255,255,0.04); backdrop-filter: blur(6px); border: 1px solid rgba(184,150,62,0.2); padding: 44px 44px 34px; width: 100%; max-width: 380px; min-height: 600px; position: relative; overflow: hidden; }
.stats-slide { position: absolute; inset: 44px 44px 70px; display: flex; flex-direction: column; opacity: 0; visibility: hidden; transform: translateX(18px); transition: opacity 0.45s ease, transform 0.45s ease, visibility 0.45s ease; pointer-events: none; }
.stats-slide.active { opacity: 1; visibility: visible; transform: translateX(0); pointer-events: auto; }
.stats-heading { font-family: 'Cormorant Garamond', serif; font-size: 17px; color: rgba(255,255,255,0.4); font-weight: 400; margin-bottom: 32px; letter-spacing: 0.5px; }
.stat-item { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid rgba(255,255,255,0.06); }
.stat-item:last-child { margin: 0; padding: 0; border: none; }
.stat-num { font-family: 'Cormorant Garamond', serif; font-size: 46px; font-weight: 600; color: var(--gold); line-height: 1; }
.stat-num sup { font-size: 22px; }
.stat-label { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.45); margin-top: 5px; }
.tile-list { display: grid; gap: 12px; }
.tile-list a { display: flex; align-items: center; min-height: 42px; padding: 11px 14px; border: 1px solid rgba(255,255,255,0.08); background: rgba(17,30,61,0.22); font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; line-height: 1.25; color: rgba(255,255,255,0.72); letter-spacing: 0.7px; text-transform: uppercase; transition: all 0.25s ease; }
.tile-list a:hover { border-color: rgba(184,150,62,0.42); color: var(--white); background: rgba(184,150,62,0.12); }
.stats-pagination { position: absolute; left: 44px; right: 44px; bottom: 28px; display: flex; justify-content: center; gap: 9px; }
.stats-pagination button { width: 24px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,0.18); cursor: pointer; transition: all 0.25s ease; }
.stats-pagination button.active { width: 34px; background: var(--gold); }

/* SERVICE STRIP */
.svc-strip { background: var(--gold); overflow: hidden; }
.strip-inner { display: flex; overflow-x: auto; scrollbar-width: none; }
.strip-inner::-webkit-scrollbar { display: none; }
.strip-item { flex: 0 0 auto; padding: 17px 32px; font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: rgba(255,255,255,0.82); border-right: 1px solid rgba(255,255,255,0.18); white-space: nowrap; cursor: pointer; transition: all 0.2s; }
.strip-item:hover { background: rgba(255,255,255,0.13); color: var(--white); }

/* ABOUT */
.about-sec { padding: 100px 0; background: var(--ivory); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.about-visual { position: relative; }
.about-box { background: var(--navy); padding: 52px 44px; position: relative; }
.about-box::before { content: ''; position: absolute; top: -12px; left: -12px; right: 12px; bottom: 12px; border: 1px solid var(--gold); z-index: -1; }
.about-box-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: var(--white); }
.about-box-title span { color: var(--gold); }
.about-box-sub { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin: 8px 0 26px; padding-bottom: 26px; border-bottom: 1px solid rgba(184,150,62,0.2); }
.about-credlist li { display: flex; align-items: center; gap: 14px; font-family: 'Jost', sans-serif; font-size: 13.5px; color: rgba(255,255,255,0.78); padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.about-credlist li:last-child { border-bottom: none; padding-bottom: 0; }
.about-credlist .icon { width: 17px; height: 17px; stroke: var(--gold); flex-shrink: 0; }
.about-badge { position: absolute; bottom: -24px; right: -24px; width: 96px; height: 96px; background: var(--gold); display: flex; flex-direction: column; align-items: center; justify-content: center; }
.about-badge-n { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 700; color: var(--white); line-height: 1; }
.about-badge-t { font-family: 'Jost', sans-serif; font-size: 7.5px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.85); text-align: center; padding: 0 8px; }
.about-content { padding-left: 16px; }
.about-content p { font-size: 14.5px; line-height: 1.85; color: #5a5a5a; margin-bottom: 18px; }
.pillars { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin: 32px 0; }
.pillar { padding: 20px; border: 1px solid rgba(27,45,91,0.1); background: var(--white); transition: all 0.3s; }
.pillar:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow); }
.pillar-icon { width: 38px; height: 38px; background: var(--ivory); border: 1px solid rgba(27,45,91,0.08); display: flex; align-items: center; justify-content: center; color: var(--gold); margin-bottom: 12px; }
.pillar-icon .icon { width: 18px; height: 18px; }
.pillar-title { font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 600; color: var(--navy); margin-bottom: 5px; }
.pillar-text { font-size: 12px; line-height: 1.6; color: #888; }

/* PHILOSOPHY */
.philosophy-sec { background: var(--navy); padding: 90px 0; text-align: center; position: relative; overflow: hidden; }
.philosophy-sec::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(184,150,62,0.025) 50px, rgba(184,150,62,0.025) 51px); }
.philosophy-sec .icon-quote { width: 38px; height: 38px; stroke: var(--gold); margin: 0 auto 26px; position: relative; z-index: 1; }
.philosophy-quote { font-family: 'Cormorant Garamond', serif; font-style: italic; font-weight: 400; font-size: clamp(22px, 3vw, 32px); color: var(--white); max-width: 780px; margin: 0 auto 22px; line-height: 1.65; position: relative; z-index: 1; }
.philosophy-attr { font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); position: relative; z-index: 1; }

/* SERVICES */
.svc-sec { padding: 100px 0; background: var(--white); }
.sec-hdr { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 52px; }
.svc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(27,45,91,0.07); }
.svc-card { background: var(--white); padding: 38px 32px; position: relative; overflow: hidden; transition: all 0.35s; cursor: pointer; }
.svc-card::before { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; transform-origin: left; }
.svc-card:hover { background: var(--navy); transform: translateY(-4px); box-shadow: var(--shadow); z-index: 1; }
.svc-card:hover::before { transform: scaleX(1); }
.svc-card:hover .svc-title { color: var(--white); }
.svc-card:hover .svc-desc { color: rgba(255,255,255,0.6); }
.svc-card:hover .svc-icon { background: rgba(184,150,62,0.12); border-color: rgba(184,150,62,0.25); }
.svc-card:hover .svc-icon .icon { stroke: var(--gold); }
.svc-card:hover .svc-link { color: var(--gold); }
.svc-icon { width: 50px; height: 50px; background: var(--ivory); border: 1px solid rgba(27,45,91,0.1); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.3s; }
.svc-icon .icon { width: 22px; height: 22px; stroke: var(--navy); transition: stroke 0.3s; }
.svc-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 600; color: var(--navy); margin-bottom: 12px; transition: color 0.3s; }
.svc-desc { font-size: 13px; line-height: 1.7; color: #777; margin-bottom: 22px; transition: color 0.3s; }
.svc-link { font-family: 'Jost', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--navy); transition: color 0.3s; display: flex; align-items: center; gap: 6px; }
.svc-link::after { content: '→'; }

/* PROCESS */
.process-sec { padding: 100px 0; background: var(--ivory); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; }
.process-card { background: var(--white); padding: 36px 28px; border: 1px solid rgba(27,45,91,0.07); border-top: 3px solid transparent; transition: all 0.3s; }
.process-card:hover { border-color: rgba(27,45,91,0.07); border-top-color: var(--gold); transform: translateY(-5px); box-shadow: var(--shadow); }
.process-num { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 700; color: rgba(184,150,62,0.35); margin-bottom: 16px; line-height: 1; }
.process-title { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.process-text { font-size: 12.5px; line-height: 1.75; color: #888; }

/* WHY ASDR */
.why-sec { padding: 100px 0; background: var(--navy); position: relative; overflow: hidden; }
.why-sec::before { content: 'ASDR'; position: absolute; right: -20px; top: 50%; transform: translateY(-50%); font-family: 'Cormorant Garamond', serif; font-size: 260px; font-weight: 700; color: rgba(255,255,255,0.02); line-height: 1; pointer-events: none; }
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,0.06); margin-top: 52px; }
.why-card { background: var(--navy); padding: 40px 28px; border-top: 3px solid transparent; transition: all 0.3s; }
.why-card:hover { background: rgba(255,255,255,0.04); border-top-color: var(--gold); }
.why-icon { width: 22px; height: 22px; stroke: var(--gold); margin-bottom: 22px; }
.why-num { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 600; color: #D9B95C; line-height: 1; margin-bottom: 18px; }
.why-title { font-family: 'Cormorant Garamond', serif; font-size: 21px; color: var(--white); margin-bottom: 12px; }
.why-text { font-size: 13px; line-height: 1.75; color: rgba(255,255,255,0.5); }

/* INDUSTRIES */
.ind-sec { padding: 100px 0; background: var(--ivory); }
.ind-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; margin-top: 52px; }
.ind-card { background: var(--white); padding: 34px 20px; text-align: center; border: 1px solid transparent; transition: all 0.3s; cursor: pointer; position: relative; overflow: hidden; }
.ind-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--gold); transform: scaleX(0); transition: transform 0.3s; }
.ind-card:hover { border-color: rgba(27,45,91,0.1); box-shadow: var(--shadow); transform: translateY(-5px); }
.ind-card:hover::after { transform: scaleX(1); }
.ind-icon { color: var(--gold); display: flex; justify-content: center; margin-bottom: 16px; }
.ind-icon .icon { width: 32px; height: 32px; }
.ind-name { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 9px; }
.ind-desc { font-size: 12px; line-height: 1.65; color: #999; }

/* TEAM */
.team-sec { padding: 100px 0; background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin-top: 52px; align-items: stretch; }
.team-card { border: 1px solid rgba(27,45,91,0.08); border-top: 3px solid var(--gold); transition: all 0.3s; cursor: pointer; overflow: hidden; background: var(--white); }
.team-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); border-color: var(--gold); }
.team-info { padding: 24px 20px 26px; height: 100%; }
.team-name { font-family: 'Cormorant Garamond', serif; font-size: 17px; font-weight: 600; color: var(--navy); margin-bottom: 4px; line-height: 1.25; }
.team-role { font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.team-quals { font-size: 11.5px; color: #aaa; }
.team-desc { font-size: 12.5px; line-height: 1.75; color: #777; margin-top: 14px; }

/* INSIGHTS */
.insights-sec { padding: 100px 0; background: var(--ivory); }
.ins-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 22px; margin-top: 52px; }
.ins-card { background: var(--white); overflow: hidden; border: 1px solid rgba(27,45,91,0.07); transition: all 0.3s; cursor: pointer; }
.ins-card:hover { box-shadow: var(--shadow); transform: translateY(-4px); }
.ins-img { background: linear-gradient(135deg, var(--navy) 0%, var(--navy-light) 100%); height: 210px; display: flex; align-items: flex-end; padding: 22px; position: relative; overflow: hidden; }
.ins-img-sm { height: 150px; }
.ins-img::before { content: ''; position: absolute; top: -20px; right: -20px; width: 140px; height: 140px; border-radius: 50%; background: rgba(184,150,62,0.07); }
.ins-icon { position: absolute; right: 14px; bottom: 8px; color: rgba(255,255,255,0.12); }
.ins-icon .icon { width: 70px; height: 70px; stroke-width: 1; }
.ins-tag { background: var(--gold); color: var(--white); font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; padding: 5px 11px; position: relative; z-index: 1; }
.ins-body { padding: 26px 22px; }
.ins-date { font-size: 10.5px; color: #bbb; letter-spacing: 1px; margin-bottom: 9px; text-transform: uppercase; }
.ins-title { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 600; color: var(--navy); line-height: 1.3; margin-bottom: 10px; }
.ins-title-sm { font-size: 17px; }
.ins-excerpt { font-size: 13px; line-height: 1.7; color: #888; margin-bottom: 18px; }
.ins-link { font-family: 'Jost', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--teal); display: flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.ins-link:hover { gap: 11px; }
.ins-link::after { content: '→'; }

/* FAQ */
.faq-sec { padding: 100px 0; background: var(--white); }
.faq-list { max-width: 820px; margin: 52px auto 0; }
.faq-item { border-bottom: 1px solid rgba(27,45,91,0.1); }
.faq-item:first-child { border-top: 1px solid rgba(27,45,91,0.1); }
.faq-q { display: flex; justify-content: space-between; align-items: center; padding: 24px 4px; cursor: pointer; font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 600; color: var(--navy); gap: 24px; transition: color 0.2s; }
.faq-q:hover { color: var(--gold); }
.faq-q .icon { width: 18px; height: 18px; stroke: var(--gold); flex-shrink: 0; transition: transform 0.3s; }
.faq-item.open .faq-q .icon { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-a p { font-size: 13.5px; line-height: 1.8; color: #777; padding: 0 4px 24px; max-width: 700px; }

/* CTA BAND */
.cta-band { background: var(--gold); padding: 72px 0; text-align: center; position: relative; overflow: hidden; }
.cta-band::before { content: ''; position: absolute; top: -60px; left: -60px; width: 200px; height: 200px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.cta-band::after { content: ''; position: absolute; bottom: -80px; right: -40px; width: 280px; height: 280px; border-radius: 50%; background: rgba(255,255,255,0.04); }
.cta-band h2 { font-size: clamp(26px, 3.5vw, 42px); color: var(--white); margin-bottom: 13px; position: relative; z-index: 1; }
.cta-band p { font-size: 15.5px; color: rgba(255,255,255,0.84); margin-bottom: 38px; position: relative; z-index: 1; }
.cta-btns { display: flex; gap: 14px; justify-content: center; position: relative; z-index: 1; flex-wrap: wrap; }
.btn-cta-w { background: var(--white); color: var(--gold); padding: 15px 34px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.btn-cta-w:hover { background: var(--navy); color: var(--white); }
.btn-cta-o { background: transparent; color: var(--white); padding: 14px 34px; font-family: 'Jost', sans-serif; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; border: 2px solid rgba(255,255,255,0.55); transition: all 0.3s; display: inline-flex; align-items: center; gap: 10px; }
.btn-cta-o:hover { border-color: var(--white); background: rgba(255,255,255,0.1); }
.cta-band .icon { width: 14px; height: 14px; }

/* CONTACT */
.contact-sec { padding: 100px 0; background: var(--white); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.5fr; gap: 60px; align-items: start; }
.contact-title { font-family: 'Cormorant Garamond', serif; font-size: 34px; color: var(--navy); margin-bottom: 18px; line-height: 1.2; }
.contact-desc { font-size: 14.5px; line-height: 1.75; color: #666; margin-bottom: 34px; }
.c-detail { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid rgba(27,45,91,0.07); }
.c-detail:last-child { border-bottom: none; }
.c-icon { width: 42px; height: 42px; background: var(--navy); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.c-icon .icon { width: 18px; height: 18px; stroke: var(--gold); }
.c-label { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: #bbb; margin-bottom: 3px; }
.c-val { font-size: 14px; color: var(--charcoal); line-height: 1.55; }
.contact-form { background: var(--ivory); padding: 44px 40px; border: 1px solid rgba(27,45,91,0.07); }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; color: var(--navy); margin-bottom: 26px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 0; }
.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #999; margin-bottom: 7px; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 15px; background: var(--white); border: 1px solid rgba(27,45,91,0.12); font-family: 'Jost', sans-serif; font-size: 14px; color: var(--charcoal); transition: border-color 0.2s; outline: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--navy); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-group input:invalid:not(:placeholder-shown), .form-group select:invalid, .form-group textarea:invalid:not(:placeholder-shown) { border-color: #C0392B; }

.btn-primary:disabled { opacity: 0.6; cursor: not-allowed; transform: none !important; box-shadow: none !important; }

.form-status { display: none; margin-top: 14px; padding: 12px 16px; font-family: 'Jost', sans-serif; font-size: 13px; line-height: 1.6; border-left: 3px solid; }
.form-status.show { display: block; }
.form-status.success { background: rgba(58,124,165,0.08); color: var(--teal); border-color: var(--teal); }
.form-status.error { background: rgba(192,57,43,0.08); color: #C0392B; border-color: #C0392B; }

/* MAP */
.map-band { display: block; width: 100%; height: 380px; border: none; filter: grayscale(1) contrast(1.05); transition: filter 0.4s ease; }
.map-band:hover { filter: grayscale(0); }

/* FOOTER */
footer { background: var(--navy-dark); padding: 68px 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 44px; }
.footer-desc { font-size: 13px; line-height: 1.8; color: rgba(255,255,255,0.4); margin: 18px 0 24px; max-width: 270px; }
.footer-col-title { font-family: 'Jost', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--gold); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid rgba(184,150,62,0.18); }
.footer-links li { margin-bottom: 11px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); transition: all 0.2s; display: inline-block; }
.footer-links a:hover { color: rgba(255,255,255,0.8); padding-left: 5px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 20px 0; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 24px; }
.footer-bottom-txt { font-size: 11.5px; color: rgba(255,255,255,0.28); }
.footer-bottom-initiative { font-family: 'Jost', sans-serif; font-size: 11.5px; font-weight: 600; letter-spacing: 2px; color: var(--gold); text-align: center; white-space: nowrap; }
.footer-bottom-links { display: flex; justify-content: flex-end; gap: 22px; }
.footer-bottom-links a { font-size: 11.5px; color: rgba(255,255,255,0.28); transition: color 0.2s; }
.footer-bottom-links a:hover { color: var(--gold); }
.footer-bottom-links a.active { color: var(--gold); }
.disclaimer-band { background: rgba(0,0,0,0.18); padding: 14px 0; }
.disclaimer-txt { font-size: 10.5px; line-height: 1.6; color: rgba(255,255,255,0.22); text-align: center; max-width: 880px; margin: 0 auto; }

/* ADMIN */
.admin-page { min-height: 100vh; min-height: 100dvh; display: flex; align-items: center; justify-content: center; background: var(--navy); padding: 24px; }
.admin-card { background: var(--white); width: 100%; max-width: 400px; padding: 44px 40px; box-shadow: var(--shadow); }
.admin-logo { display: flex; flex-direction: column; align-items: center; gap: 12px; margin-bottom: 30px; }
.admin-logo .logo-image { height: 72px; }
.admin-title { font-family: 'Cormorant Garamond', serif; font-size: 26px; color: var(--navy); text-align: center; margin-bottom: 28px; }
.admin-error { display: none; background: rgba(192,57,43,0.08); color: #C0392B; border-left: 3px solid #C0392B; padding: 10px 14px; font-family: 'Jost', sans-serif; font-size: 13px; margin-bottom: 18px; }
.admin-error.show { display: block; }

.admin-dashboard { display: none; min-height: 100vh; background: var(--ivory); }
.admin-dashboard.show { display: block; }
.admin-header { background: var(--navy); padding: 22px 0; }
.admin-header .container { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.admin-header-title { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: var(--white); }
.admin-logout { background: transparent; border: 1px solid rgba(255,255,255,0.25); color: var(--white); font-family: 'Jost', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; padding: 10px 22px; cursor: pointer; transition: all 0.2s ease; }
.admin-logout:hover { background: rgba(255,255,255,0.08); }
.admin-content { padding: 40px 0 80px; }
.admin-meta { font-family: 'Jost', sans-serif; font-size: 13px; color: #999; margin-bottom: 20px; }
.admin-table-wrap { overflow-x: auto; background: var(--white); border: 1px solid rgba(27,45,91,0.08); }
.admin-table { width: 100%; border-collapse: collapse; min-width: 800px; }
.admin-table th { text-align: left; font-family: 'Jost', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #999; padding: 14px 18px; border-bottom: 2px solid rgba(27,45,91,0.08); white-space: nowrap; }
.admin-table td { padding: 16px 18px; font-family: 'Jost', sans-serif; font-size: 13.5px; color: var(--charcoal); border-bottom: 1px solid rgba(27,45,91,0.06); vertical-align: top; }
.admin-table tr:last-child td { border-bottom: none; }
.admin-table .am-msg { max-width: 320px; white-space: pre-wrap; line-height: 1.6; }
.admin-table .am-date { white-space: nowrap; color: #999; font-size: 12px; }
.admin-table .am-service { white-space: nowrap; }
.admin-loading, .admin-empty { text-align: center; padding: 60px 20px; font-family: 'Jost', sans-serif; color: #999; font-size: 14px; }

/* LEGAL PAGES */
.legal-hero { background: var(--navy); padding: 64px 0 46px; position: relative; overflow: hidden; }
.legal-hero::before { content: ''; position: absolute; inset: 0; background-image: repeating-linear-gradient(45deg, transparent, transparent 50px, rgba(184,150,62,0.025) 50px, rgba(184,150,62,0.025) 51px); }
.legal-hero .container { position: relative; z-index: 1; }
.legal-hero .section-label { color: var(--gold); }
.legal-hero h1 { font-size: clamp(32px, 4.5vw, 48px); color: var(--white); }
.legal-updated { font-family: 'Jost', sans-serif; font-size: 12.5px; color: rgba(255,255,255,0.45); margin-top: 14px; }
.legal-content { padding: 70px 0 110px; background: var(--white); }
.legal-content .container { max-width: 840px; }
.legal-content h2 { font-size: 23px; color: var(--navy); margin: 42px 0 14px; }
.legal-content > .container > h2:first-child { margin-top: 0; }
.legal-content p { font-size: 14.5px; line-height: 1.9; color: #555; margin-bottom: 16px; }
.legal-content ul { margin: 0 0 18px 0; }
.legal-content ul li { font-size: 14.5px; line-height: 1.9; color: #555; padding-left: 24px; position: relative; margin-bottom: 9px; }
.legal-content ul li::before { content: ''; position: absolute; left: 0; top: 12px; width: 7px; height: 7px; background: var(--gold); }
.legal-content strong { color: var(--navy); font-weight: 600; }
.legal-content a { color: var(--teal); text-decoration: underline; text-underline-offset: 3px; }
.legal-content a:hover { color: var(--navy); }
.legal-intro { font-size: 15.5px; line-height: 1.9; color: #555; margin-bottom: 16px; }

/* BACK TO TOP + SCROLL PROGRESS */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; background: var(--gold); width: 0%; z-index: 1200; transition: width 0.1s linear; }
.back-to-top { position: fixed; bottom: 28px; right: 28px; width: 46px; height: 46px; background: var(--navy); color: var(--gold); display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: all 0.3s; z-index: 900; border: none; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top:hover { background: var(--gold); color: var(--white); }
.back-to-top .icon { width: 20px; height: 20px; }

/* ANIMATIONS */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.d1 { transition-delay: 0.1s; }
.d2 { transition-delay: 0.2s; }
.d3 { transition-delay: 0.3s; }
.d4 { transition-delay: 0.4s; }

@media(max-width:1024px) {
  .ind-grid { grid-template-columns: repeat(3, 1fr); }
  .team-grid { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
}

@media(max-width:900px) {
  .hero { grid-template-columns: 1fr; min-height: auto; }
  .hero-left { padding: 60px 28px 50px; }
  .hero-right, .hero-graphic { display: none; }
  .about-grid, .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .about-content { padding-left: 0; }
  .svc-grid { grid-template-columns: 1fr 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .ins-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .topbar { display: none; }
  .container { padding: 0 20px; }
  .sec-hdr { flex-direction: column; align-items: flex-start; gap: 20px; }

  .nav-toggle { display: flex; }
  .nav-links { position: fixed; top: 0; right: -300px; width: min(82vw, 300px); height: 100vh; height: 100dvh; background: var(--white); flex-direction: column; align-items: flex-start; padding: 96px 30px 30px; gap: 0; box-shadow: -10px 0 40px rgba(0,0,0,0.12); transition: right 0.35s ease; z-index: 1100; overflow-y: auto; }
  .nav-links.open { right: 0; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; width: 100%; padding: 15px 4px; border-bottom: 1px solid rgba(27,45,91,0.06); }
  .nav-links a::after { display: none; }
  .nav-cta { margin-top: 18px; text-align: center; border-bottom: none !important; }
  .nav-overlay { display: block; position: fixed; inset: 0; background: rgba(17,30,61,0.5); z-index: 1090; opacity: 0; visibility: hidden; transition: opacity 0.3s; }
  .nav-overlay.open { opacity: 1; visibility: visible; }
}

@media(max-width:640px) {
  .pillars { grid-template-columns: 1fr; }
  .svc-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .ind-grid { grid-template-columns: 1fr 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 34px 26px; }
  .footer-bottom { grid-template-columns: 1fr; gap: 14px; text-align: center; }
  .footer-bottom-links { justify-content: center; flex-wrap: wrap; }

  .nav-inner { padding: 0 16px; height: 64px; }
  .logo-block { gap: 10px; }
  .logo-image { height: 42px; max-width: min(56vw, 220px); }
  .brand-name { font-size: 18px; }
  .brand-subtitle { margin-top: 4px; font-size: 7px; letter-spacing: 1.5px; }
  .footer-brand .logo-image { height: 40px; }
  .footer-brand-name { font-size: 19px; }
  .footer-brand-subtitle { font-size: 7px; letter-spacing: 1.6px; }

  .legal-hero { padding: 44px 0 34px; }
  .legal-content { padding: 50px 0 80px; }

  .admin-card { padding: 34px 26px; }
  .admin-header .container { justify-content: center; text-align: center; }
}
