*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --gold: #c9a96e;
  --gold-light: #d8cfc4;
  --dark: #0a0a0a;
  --dark-2: #121212;
  --dark-3: #1e1e1e;
  --stone: #f4f2ef;
  --stone-2: #e5e2dc;
  --text: #1a1a1a;
  --text-muted: #6b6b6b;
  --white: #ffffff;
  --serif: 'Cormorant Garamond', Georgia, serif;
  --sans: 'Jost', sans-serif;
}
html { scroll-behavior: smooth; font-size: 130%; }
body { font-family: var(--sans); background: var(--white); color: var(--text); overflow-x: hidden; }



/* NAV */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 0.6rem 3rem;
  background: rgba(10,10,10,0.95);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(176,160,144,0.18);
  transition: background 0.4s;
}
.nav-logo-wrap { display: flex; align-items: center; gap: 0.75rem; cursor: pointer; }
.nav-logo-img { height: 52px; filter: invert(0.88) brightness(1.1); }
.nav-logo-text { font-family: var(--serif); font-size: 1.1rem; font-weight: 300; color: var(--gold); letter-spacing: 0.06em; line-height: 1.2; }
.nav-logo-text span { display: block; font-size: 0.7rem; color: rgba(255,255,255,0.4); letter-spacing: 0.18em; text-transform: uppercase; font-family: var(--sans); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.6); text-decoration: none; font-size: 0.75rem; font-weight: 400; letter-spacing: 0.14em; text-transform: uppercase; transition: color 0.3s; cursor: pointer; padding-bottom: 2px; border-bottom: 1px solid transparent; }
.nav-links a:hover, .nav-links a.act { color: var(--gold); border-bottom-color: var(--gold); }
.nav-cta { background: var(--gold); border: none; color: var(--dark); padding: 0.55rem 1.6rem; font-family: var(--sans); font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; font-weight: 500; text-decoration: none;}
.nav-cta:hover { background: var(--gold-light); }
.nav-mobile-btn { display: none; background: none; border: none; color: var(--gold); font-size: 1.5rem; cursor: pointer; }
.mobile-menu { display: none; position: fixed; inset: 0; background: var(--dark); z-index: 300; flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.mobile-menu.open { display: flex; }
.mobile-menu a { color: var(--white); font-family: var(--serif); font-size: 2.5rem; font-weight: 300; cursor: pointer; transition: color 0.3s; text-decoration: none; }
.mobile-menu a:hover { color: var(--gold); }
.mobile-close { position: absolute; top: 1.5rem; right: 2rem; background: none; border: none; color: var(--gold); font-size: 1.8rem; cursor: pointer; }

.mobile-menu ul {
  display: flex;
    gap: 2rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nav-cta2 {
    background: var(--gold);
    border: none;
    color: var(--dark);
    font-family: var(--sans);
    font-size: 0.72rem;
    letter-spacing: 0.12em;
    padding: 0.9rem 2.4rem;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    font-weight: 500;
    text-decoration: none;
}

/* SHARED */
.btn-primary { background: var(--gold); color: var(--dark); border: none; padding: 0.9rem 2.4rem; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; display: inline-block; font-weight: 500; text-decoration: none; }
.btn-primary:hover { background: var(--gold-light); transform: translateY(-1px); }
.btn-outline { background: transparent; color: var(--white); border: 1px solid rgba(255,255,255,0.4); padding: 0.9rem 2.4rem; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; text-decoration: none;}
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.btn-ghost { background: transparent; border: 1px solid var(--gold); color: var(--gold); padding: 0.65rem 1.5rem; font-family: var(--sans); font-size: 0.73rem; letter-spacing: 0.12em; text-transform: uppercase; cursor: pointer; transition: all 0.3s; }
.btn-ghost:hover { background: var(--gold); color: var(--dark); }
.btn-dark { background: var(--dark); color: var(--white); border: none; padding: 0.9rem 2.4rem; font-family: var(--sans); font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; cursor: pointer; transition: opacity 0.3s; font-weight: 500; }
.btn-dark:hover { opacity: 0.78; }
section { padding: 6rem 3rem; }
.section-inner { max-width: 1200px; margin: 0 auto; }
.section-label { font-size: 0.68rem; letter-spacing: 0.28em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.75rem; }
.section-title { font-family: var(--serif); font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 300; line-height: 1.2; color: var(--text); margin-bottom: 1rem; }
.section-title em { font-style: italic; }

.page-hero-inner .section-subtitle { font-size: 0.95rem; font-weight: 300; color: #fff; line-height: 1.85; max-width: 560px; }

.section-subtitle { font-size: 0.95rem; font-weight: 300; color: #4a4a4a; line-height: 1.85; max-width: 560px; }
.section-header { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 3.5rem; gap: 2rem; flex-wrap: wrap; }
.view-all { font-size: 0.75rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); border-bottom: 1px solid var(--gold); padding-bottom: 2px; cursor: pointer; transition: opacity 0.3s; }
.view-all:hover { opacity: 0.65; }
.page-hero { padding-top: 72px; background: var(--dark-2); }
.page-hero-inner { max-width: 1200px; margin: 0 auto; padding: 5rem 3rem; }
.breadcrumb { font-size: 0.76rem; color: rgba(255,255,255,0.35); letter-spacing: 0.08em; margin-bottom: 1.5rem; }
.breadcrumb .bc-link { color: var(--gold); cursor: pointer; }
.breadcrumb .bc-link:hover { text-decoration: underline; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }
@keyframes pulse { 0%,100%{opacity:1;} 50%{opacity:0.25;} }
.reveal { opacity: 1; transform: translateY(20px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

/* DIVIDER LINE */
.gold-line { width: 48px; height: 1px; background: var(--gold); margin: 1.2rem 0 1.8rem; }

/* FOOTER */
footer { background: var(--dark); padding: 4.5rem 3rem 2rem; }
.footer-inner { max-width: 1200px; margin: 0 auto; }
.footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid rgba(176,160,144,0.12); }
.footer-brand p { font-size: 0.88rem; color: rgba(255,255,255,0.38); line-height: 1.85; margin-top: 0.9rem; max-width: 290px; }
.footer-col h4 { font-size: 0.68rem; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.1rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.7rem; }
.footer-col ul li a { color: rgba(255,255,255,0.38); font-size: 0.88rem; text-decoration: none; cursor: pointer; transition: color 0.3s; }
.footer-col ul li a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 2rem; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.78rem; color: rgba(255,255,255,0.22); }
.footer-bottom-links { display: flex; gap: 1.5rem; }
.footer-bottom-links a { font-size: 0.75rem; color: rgba(255,255,255,0.22); text-decoration: none; cursor: pointer; transition: color 0.3s; }
.footer-bottom-links a:hover { color: var(--white); }


.links-section ul li span {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 0;
    color: rgba(255,255,255,.7);
}


/* ===== HOME HERO ===== */
.hero-slider { position: relative; height: 100vh; min-height: 640px; overflow: hidden; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity 1.2s ease; }
.hero-slide.active { opacity: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to bottom,rgba(0,0,0,0.70) 0%,rgba(0,0,0,0.50) 100%); }
.hero-content { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 0 2rem; padding-top: 72px; }
.hero-eyebrow { font-size: 0.72rem; font-weight: 400; letter-spacing: 0.32em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; opacity: 0; animation: fadeUp 0.9s 0.3s forwards; }
.hero-content h1 { font-family: var(--serif); font-size: clamp(2.8rem, 6.5vw, 6rem); font-weight: 300; color: var(--white); line-height: 1.05; margin-bottom: 1.4rem; opacity: 0; animation: fadeUp 0.9s 0.55s forwards; }
.hero-content h1 em { font-style: italic; color: var(--gold-light); }
.hero-sub { font-size: 1rem; font-weight: 300; color: rgba(255,255,255,1); max-width: 520px; line-height: 1.85; margin-bottom: 2.5rem; opacity: 0; animation: fadeUp 0.9s 0.75s forwards; }
.hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center; opacity: 0; animation: fadeUp 0.9s 0.95s forwards; }
.hero-scroll { position: absolute; bottom: 1.8rem; left: 50%; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 0.5rem; opacity: 0; animation: fadeUp 1s 1.3s forwards; }
.hero-scroll span { font-size: 0.65rem; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.32); }
.scroll-line { width: 1px; height: 48px; background: linear-gradient(to bottom, var(--gold), transparent); animation: pulse 2.2s infinite; }
.slider-dots { position: absolute; bottom: 2.5rem; right: 3rem; display: flex; gap: 0.5rem; z-index: 10; }
.slider-dot { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; transition: all 0.3s; border: none; }
.slider-dot.active { background: var(--gold); width: 22px; border-radius: 3px; }

/* ===== HOME: SERVICES GRID ===== */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--stone-2); }
.svc-card { background: var(--white); padding: 2.5rem 2rem; position: relative; overflow: hidden; cursor: pointer; transition: background 0.3s; }
.svc-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card:hover { background: var(--stone); }
.svc-icon { font-size: 1.8rem; margin-bottom: 1.2rem; display: block; }
.svc-title { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; color: var(--text); margin-bottom: 0.6rem; }
.svc-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 1.2rem; }
.svc-link { font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; color: var(--gold); }

/* ===== HOME: STATS ===== */
.stats { background: var(--dark); padding: 3.5rem 3rem; }
.stats-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 2rem; text-align: center; }
.sd { border-right: 1px solid rgba(176,160,144,0.14); }
.sn { font-family: var(--serif); font-size: 3rem; font-weight: 300; color: var(--gold); line-height: 1; margin-bottom: 0.5rem; }
.sl { font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.36); }

/* ===== HOME: REGIONS STRIP ===== */
.rg-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(176,160,144,0.1); }
.rg-card { background: var(--white); padding: 2rem 1.5rem; cursor: pointer; transition: background 0.3s; position: relative; overflow: hidden; }
.rg-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.rg-card:hover::after { transform: scaleX(1); }
.rg-card:hover { background: var(--stone); }
.rg-icon { font-size: 1.4rem; margin-bottom: 0.8rem; }
.rg-name { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; color: var(--text); margin-bottom: 0.3rem; }
.rg-cnt { font-size: 0.76rem; color: var(--text-muted); margin-bottom: 0.8rem; }
.rg-link { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--gold); }

/* ===== HOME: ABOUT TEASER ===== */
.ab-split { display: grid; grid-template-columns: 1fr 1fr; min-height: 580px; }
.ab-img { overflow: hidden; }
.ab-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ab-txt { padding: 5rem 4rem; display: flex; flex-direction: column; justify-content: center; }
.fi { display: flex; gap: 1rem; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--stone-2); }
.fi-icon { width: 2.6rem; height: 2.6rem; border: 1px solid var(--gold); display: flex; align-items: center; justify-content: center; color: var(--gold); flex-shrink: 0; font-size: 1rem; }
.fi-txt h4 { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--text); margin-bottom: 0.2rem; }
.fi-txt p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; }

/* ===== HOME: TESTIMONIALS ===== */
.tc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.tcard { background: var(--dark-3); border: 1px solid rgba(176,160,144,0.1); padding: 2rem; }
.tc-stars { color: var(--gold); font-size: 0.78rem; letter-spacing: 2px; margin-bottom: 0.75rem; }
.tc-quote { font-family: var(--serif); font-size: 1.05rem; font-style: italic; font-weight: 300; color: rgba(255,255,255,0.7); line-height: 1.8; margin-bottom: 1.5rem; }
.tc-author { display: flex; align-items: center; gap: 0.9rem; }
.tc-av { width: 2.5rem; height: 2.5rem; border-radius: 50%; background: var(--gold); display: flex; align-items: center; justify-content: center; font-family: var(--serif); font-size: 0.9rem; color: var(--dark); font-weight: 600; flex-shrink: 0; }
.tc-name { font-size: 0.88rem; font-weight: 500; color: var(--white); }
.tc-orig { font-size: 0.72rem; color: rgba(255,255,255,0.36); }

/* ===== CTA BAND ===== */
.cta-band { padding: 8rem 3rem; text-align: center;
  background: linear-gradient(rgba(10,10,10,0.85), rgba(10,10,10,0.65)),
  url('https://images.unsplash.com/photo-1571896349842-33c89424de2d?w=1600&q=80') center/cover no-repeat; }
.cta-band .section-title { color: var(--white); max-width: 620px; margin: 0 auto 1rem; }
.cta-band .section-subtitle { color: rgba(255,255,255,0.52); margin: 0 auto 2.5rem; }

/* ===== SERVICES PAGE ===== */
.svc-hero-img { width: 100%; height: 480px; object-fit: cover; display: block; }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: start; }
.svc-detail-img { overflow: hidden; }
.svc-detail-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }
.svc-detail-txt h2 { font-family: var(--serif); font-size: 2rem; font-weight: 300; color: var(--text); margin-bottom: 1rem; }
.svc-detail-txt p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; }
.svc-bullet { display: flex; align-items: flex-start; gap: 0.75rem; margin-bottom: 0.75rem; font-size: 0.9rem; color: var(--text-muted); }
.svc-bullet::before { content: '—'; color: var(--gold); flex-shrink: 0; }
.svc-cards-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; margin-top: 3rem; }
.svc-info-card { background: var(--stone); padding: 2rem; border-left: 3px solid var(--gold); }
.svc-info-card h4 { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--text); margin-bottom: 0.6rem; }
.svc-info-card p { font-size: 0.86rem; color: var(--text-muted); line-height: 1.75; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--stone-2); margin-top: 3rem; }
.step { background: var(--white); padding: 2rem 1.5rem; }
.step-num { font-family: var(--serif); font-size: 2.5rem; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 0.75rem; }
.step-title { font-family: var(--serif); font-size: 1.1rem; font-weight: 400; color: var(--text); margin-bottom: 0.4rem; }
.step-desc { font-size: 0.84rem; color: var(--text-muted); line-height: 1.7; }

/* ===== REGIONS PAGE ===== */
.rb-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.rbc { position: relative; overflow: hidden; cursor: pointer; aspect-ratio: 4/3; }
.rbc img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.6s; }
.rbc:hover img { transform: scale(1.05); }
.rbc-ov { position: absolute; inset: 0; background: linear-gradient(to top, rgba(10,10,10,.88) 0%, rgba(10,10,10,.18) 60%, transparent 100%); }
.rbc-info { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.6rem; }
.rbc-name { font-family: var(--serif); font-size: 1.55rem; font-weight: 300; color: var(--white); margin-bottom: 0.2rem; }
.rbc-sub { font-size: 0.8rem; color: rgba(255,255,255,0.5); }
.rbc-cnt { position: absolute; top: 1rem; right: 1rem; background: rgba(176,160,144,0.92); color: var(--dark); font-size: 0.68rem; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; }
.rd { max-width: 1200px; margin: 0 auto; padding: 5rem 3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.rl { list-style: none; }
.rl li { display: flex; align-items: center; gap: 0.7rem; font-size: 0.92rem; color: var(--text-muted); padding: 0.55rem 0; border-bottom: 1px solid var(--stone-2); }
.rl li::before { content: '—'; color: var(--gold); font-size: 0.7rem; flex-shrink: 0; }
.rd-img { overflow: hidden; }
.rd-img img { width: 100%; object-fit: cover; display: block; aspect-ratio: 4/3; }

/* ===== ABOUT PAGE ===== */
.about-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.about-intro img { width: 100%;  display: block; }
.about-intro-txt h2 { font-family: var(--serif); font-size: 2.2rem; font-weight: 300; color: var(--text); margin-bottom: 1rem; }
.about-intro-txt p { font-size: 0.92rem; color: var(--text-muted); line-height: 1.85; margin-bottom: 1rem; }
.val-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--stone-2); }
.val-item { background: var(--white); padding: 2.5rem 2rem; }
.val-num { font-family: var(--serif); font-size: 3rem; font-weight: 300; color: var(--gold-light); line-height: 1; margin-bottom: 0.75rem; }
.val-title { font-family: var(--serif); font-size: 1.22rem; font-weight: 400; color: var(--text); margin-bottom: 0.5rem; }
.val-desc { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; }
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; }
.team-card .tc-img { overflow: hidden; margin-bottom: 1rem; }
.team-card .tc-img img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; transition: transform 0.5s; filter: grayscale(15%); }
.team-card:hover .tc-img img { transform: scale(1.04); filter: grayscale(0%); }
.tc-name-ab { font-family: var(--serif); font-size: 1.15rem; font-weight: 400; color: var(--text); margin-bottom: 0.15rem; }
.tc-role-ab { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); margin-bottom: 0.3rem; }
.tc-lang-ab { font-size: 0.78rem; color: var(--text-muted); }

/* ===== CONTACT PAGE ===== */
.cg { display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
.cf-card { background: var(--white); padding: 2.5rem; border: 1px solid var(--stone-2); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.fg { margin-bottom: 1rem; }
.fg label { display: block; font-size: 0.68rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.4rem; }
.fg input, .fg select, .fg textarea { width: 100%; background: var(--stone); border: 1px solid var(--stone-2); color: var(--text); font-family: var(--sans); font-size: 0.92rem; font-weight: 300; padding: 0.75rem 1rem; outline: none; transition: border-color 0.3s; }
.fg input:focus, .fg select:focus, .fg textarea:focus { border-color: var(--gold); }
.fg textarea { height: 110px; resize: vertical; }
.ci-item { display: flex; gap: 1rem; margin-bottom: 1.5rem; }
.ci-icon { color: var(--gold); font-size: 1.15rem; margin-top: 1px; flex-shrink: 0; }
.ci-item h4 { font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-muted); margin-bottom: 0.2rem; }
.ci-item p { font-size: 0.92rem; color: var(--text); }
.offices-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
.office-card { border: 1px solid var(--stone-2); padding: 1.75rem; border-top: 3px solid var(--gold); }
.office-card h4 { font-family: var(--serif); font-size: 1.18rem; font-weight: 400; color: var(--text); margin-bottom: 0.75rem; }
.office-card p { font-size: 0.88rem; color: var(--text-muted); line-height: 1.75; margin-bottom: 0.4rem; }

/* BOOKING TEASER */
.booking-band { background: var(--dark-2); padding: 5rem 3rem; }
.booking-inner { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5rem; align-items: center; }
.booking-txt .section-title { color: var(--white); }
.booking-txt .section-subtitle { color: rgba(255,255,255,0.5); max-width: 100%; margin-bottom: 2rem; }
.booking-badge { display: inline-flex; align-items: center; gap: 0.6rem; background: rgba(176,160,144,0.1); border: 1px solid rgba(176,160,144,0.25); color: var(--gold); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; padding: 0.4rem 1rem; margin-bottom: 1.5rem; }
.booking-logos { display: flex; gap: 1.5rem; align-items: center; flex-wrap: wrap; margin-top: 1.5rem; }
.booking-logo-pill { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); color: rgba(255,255,255,0.45); font-size: 0.8rem; padding: 0.4rem 1rem; letter-spacing: 0.08em; }
.booking-img { overflow: hidden; }
.booking-img img { width: 100%; aspect-ratio: 4/3; object-fit: cover; display: block; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  nav { padding: 0.6rem 1.5rem; }
  .nav-links, .nav-cta { display: none; }
  .nav-mobile-btn { display: block; }
  section { padding: 4rem 1.5rem; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .stats-inner { grid-template-columns: repeat(2,1fr); }
  .rg-grid { grid-template-columns: repeat(2,1fr); }
  .ab-split { grid-template-columns: 1fr; }
  .ab-txt { padding: 3rem 2rem; }
  .tc-grid { grid-template-columns: 1fr 1fr; }
  .rb-grid { grid-template-columns: 1fr 1fr; }
  .rd { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(2,1fr); }
  .val-grid { grid-template-columns: 1fr 1fr; }
  .cg { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: 1fr 1fr; }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .svc-detail-grid { grid-template-columns: 1fr; }
  .svc-cards-row { grid-template-columns: 1fr 1fr; }
  .process-steps { grid-template-columns: 1fr 1fr; }
  .about-intro { grid-template-columns: 1fr; }
  .booking-inner { grid-template-columns: 1fr; }
  .page-hero-inner { padding: 3rem 1.5rem; }
}
@media (max-width: 640px) {
  .services-grid { grid-template-columns: 1fr; }
  .stats-inner { grid-template-columns: 1fr 1fr; }
  .rg-grid { grid-template-columns: 1fr 1fr; }
  .tc-grid { grid-template-columns: 1fr; }
  .rb-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .val-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .offices-grid { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .svc-cards-row { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: 1fr; }
}