:root {
  --ga-radius: 24px;
  --ga-shadow: 0 24px 70px rgba(10, 20, 15, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.ga-refonte-preview { margin: 0; overflow-x: hidden; }
.ga-preview-main { margin: 0; padding: 0; width: 100%; }
.ga-refonte { --ga-ink:#173229; --ga-muted:#64716a; --ga-bg:#f5f3ec; --ga-surface:#fff; --ga-accent:var(--theme-palette-color-1,#55a630); --ga-accent-dark:var(--theme-palette-color-2,#438b22); --ga-warm:#d9a15f; color:var(--ga-ink); background:var(--ga-bg); font-family:var(--theme-font-family, Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif); line-height:1.6; }
.ga-refonte img { max-width:100%; display:block; }
.ga-refonte a { color:inherit; text-decoration:none; }
.ga-shell { width:min(1240px, calc(100% - 48px)); margin-inline:auto; }
.ga-section { padding:112px 0; position:relative; }
.ga-section-head { display:grid; grid-template-columns:minmax(180px, .35fr) minmax(0, 1fr); gap:40px; align-items:start; margin-bottom:52px; }
.ga-section-head h2 { margin:0; max-width:900px; font-size:clamp(38px, 5vw, 68px); line-height:1.02; letter-spacing:-.045em; }
.ga-kicker,.ga-eyebrow { display:inline-flex; align-items:center; gap:10px; text-transform:uppercase; letter-spacing:.14em; font-size:12px; font-weight:800; }
.ga-kicker:before,.ga-eyebrow:before { content:""; width:28px; height:1px; background:currentColor; opacity:.7; }
.ga-actions { display:flex; flex-wrap:wrap; gap:14px; align-items:center; margin-top:34px; }
.ga-btn { display:inline-flex; align-items:center; justify-content:center; gap:18px; min-height:52px; padding:12px 18px 12px 24px; border-radius:999px; font-weight:750; transition:.25s ease; }
.ga-btn span { display:grid; place-items:center; width:32px; height:32px; border-radius:50%; background:rgba(255,255,255,.18); }
.ga-btn--primary { color:#fff; background:var(--ga-accent); }
.ga-btn--primary:hover { transform:translateY(-2px); background:var(--ga-accent-dark); }
.ga-btn--ghost { color:#fff; border:1px solid rgba(255,255,255,.38); backdrop-filter:blur(12px); }
.ga-btn--ghost:hover { background:rgba(255,255,255,.12); }
.ga-btn--light { color:var(--ga-ink); background:#fff; }
.ga-text-link { font-weight:800; text-decoration:underline; text-underline-offset:5px; }

/* Client design switcher */
.ga-design-switcher { position:fixed; z-index:99999; left:50%; bottom:18px; transform:translateX(-50%); display:flex; align-items:center; gap:6px; padding:7px; border-radius:18px; background:rgba(14,21,18,.9); color:#fff; box-shadow:0 16px 50px rgba(0,0,0,.28); backdrop-filter:blur(18px); }
.ga-design-switcher__label { padding:0 10px; font-size:11px; text-transform:uppercase; letter-spacing:.12em; opacity:.65; white-space:nowrap; }
.ga-design-switcher__item { min-width:128px; display:flex; align-items:center; gap:9px; padding:9px 12px; border-radius:12px; opacity:.75; transition:.2s ease; }
.ga-design-switcher__item strong { display:grid; place-items:center; width:28px; height:28px; border-radius:9px; background:rgba(255,255,255,.12); }
.ga-design-switcher__item span { font-size:12px; white-space:nowrap; }
.ga-design-switcher__item:hover,.ga-design-switcher__item.is-active { opacity:1; background:#fff; color:#111; }
.ga-design-switcher__item.is-active strong { background:#111; color:#fff; }

/* Custom preview header */
.ga-site-header { position:absolute; z-index:50; top:0; left:0; width:100%; color:#fff; }
.ga-site-header__inner { min-height:88px; display:grid; grid-template-columns:1fr auto 1fr; align-items:center; gap:24px; border-bottom:1px solid rgba(255,255,255,.22); }
.ga-brand { display:flex; flex-direction:column; width:max-content; line-height:1; }
.ga-brand__name { font-size:20px; letter-spacing:.04em; font-weight:300; }
.ga-brand__name b { font-weight:850; }
.ga-brand__sub { margin-top:7px; font-size:9px; text-transform:uppercase; letter-spacing:.2em; opacity:.68; }
.ga-nav { display:flex; align-items:center; gap:24px; font-size:13px; font-weight:650; }
.ga-nav a { opacity:.84; }
.ga-nav a:hover { opacity:1; }
.ga-header-cta { justify-self:end; display:inline-flex; align-items:center; gap:14px; font-size:13px; font-weight:800; }
.ga-header-cta span { display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:#fff; color:#111; }
.ga-concept-ribbon { position:absolute; right:24px; top:102px; display:flex; align-items:center; gap:8px; padding:7px 12px; border-radius:999px; background:rgba(10,10,10,.38); backdrop-filter:blur(12px); font-size:10px; text-transform:uppercase; letter-spacing:.12em; }
.ga-concept-ribbon span { display:grid; place-items:center; width:22px; height:22px; border-radius:50%; background:#fff; color:#111; font-weight:900; }

/* CONCEPT A — Landscape Signature */
.ga-concept-a { --ga-ink:#193429; --ga-muted:#667269; --ga-bg:#f4f1e8; --ga-surface:#fffdf8; --ga-accent:var(--theme-palette-color-1,#55a630); --ga-accent-dark:var(--theme-palette-color-2,#438b22); --ga-warm:#e0ad6b; }
.ga-hero--a { min-height:920px; position:relative; display:flex; align-items:flex-end; padding:190px 0 92px; color:#fff; background-image:var(--ga-hero); background-size:cover; background-position:center; }
.ga-hero--a:after { content:""; position:absolute; inset:auto 0 0; height:160px; background:linear-gradient(to bottom,transparent,var(--ga-bg)); pointer-events:none; }
.ga-hero__shade { position:absolute; inset:0; background:linear-gradient(100deg,rgba(4,22,15,.8) 10%,rgba(6,28,18,.42) 58%,rgba(6,16,12,.14) 100%); }
.ga-hero__grid { position:relative; z-index:2; display:grid; grid-template-columns:minmax(0, 1.5fr) minmax(300px,.55fr); gap:72px; align-items:end; }
.ga-hero__content h1 { max-width:900px; margin:16px 0 20px; font-size:clamp(52px, 6.5vw, 92px); line-height:.95; letter-spacing:-.055em; color:#fff; }
.ga-hero__lead { max-width:720px; margin:0 0 16px; font-size:clamp(21px,2.1vw,30px); line-height:1.15; font-weight:700; }
.ga-hero__intro { max-width:790px; margin:0; color:rgba(255,255,255,.84); font-size:16px; }
.ga-hero__glass { margin-bottom:28px; padding:28px; border:1px solid rgba(255,255,255,.22); border-radius:var(--ga-radius); background:rgba(255,255,255,.10); backdrop-filter:blur(18px); box-shadow:var(--ga-shadow); }
.ga-hero__glass span { display:block; text-transform:uppercase; letter-spacing:.13em; font-size:10px; opacity:.65; }
.ga-hero__glass strong { display:block; margin:4px 0 4px; font-size:34px; letter-spacing:-.04em; }
.ga-hero__glass p { margin:0; font-size:13px; opacity:.75; }
.ga-hero__glass hr { margin:22px 0; border:0; border-top:1px solid rgba(255,255,255,.2); }
.ga-concept-a .ga-expertise { padding-top:72px; }
.ga-concept-a .ga-expertise-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:18px; }
.ga-concept-a .ga-expertise-card { min-height:320px; position:relative; overflow:hidden; border-radius:22px; box-shadow:0 10px 30px rgba(30,54,40,.08); }
.ga-concept-a .ga-expertise-card:nth-child(5n+1) { grid-column:span 2; }
.ga-concept-a .ga-expertise-card img { width:100%; height:100%; position:absolute; inset:0; object-fit:cover; transition:transform .45s ease; }
.ga-concept-a .ga-expertise-card:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(3,19,12,.82),transparent 65%); }
.ga-concept-a .ga-expertise-card:hover img { transform:scale(1.04); }
.ga-concept-a .ga-expertise-card div { position:absolute; z-index:2; left:22px; right:22px; bottom:20px; color:#fff; }
.ga-concept-a .ga-expertise-card div span { font-size:10px; letter-spacing:.16em; opacity:.62; }
.ga-concept-a .ga-expertise-card h3 { margin:4px 0 0; font-size:22px; line-height:1.08; }
.ga-concept-a .ga-travel-services { background:#e7eadf; border-radius:46px 46px 0 0; }
.ga-concept-a .ga-service-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.ga-concept-a .ga-service-card { overflow:hidden; background:rgba(255,255,255,.82); border-radius:20px; border:1px solid rgba(26,55,41,.08); }
.ga-concept-a .ga-service-card img { width:100%; aspect-ratio:1.65/1; object-fit:cover; }
.ga-concept-a .ga-service-card__body { padding:22px; }
.ga-concept-a .ga-service-card h3 { margin:0 0 14px; font-size:23px; }
.ga-concept-a .ga-service-card ul { padding:0; margin:0; list-style:none; }
.ga-concept-a .ga-service-card li { position:relative; padding-left:20px; margin:8px 0; color:var(--ga-muted); font-size:13px; }
.ga-concept-a .ga-service-card li:before { content:"✓"; position:absolute; left:0; color:var(--ga-accent-dark); font-weight:800; }
.ga-concept-a .ga-ceo { background:var(--ga-ink); color:#fff; }
.ga-concept-a .ga-ceo__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:70px; align-items:center; }
.ga-concept-a .ga-ceo figure { margin:0; }
.ga-concept-a .ga-ceo figure img { width:100%; max-height:680px; object-fit:cover; object-position:top; border-radius:28px; background:#e6e0d2; }
.ga-concept-a .ga-ceo__copy h2 { margin:10px 0 24px; font-size:clamp(44px,5vw,70px); letter-spacing:-.05em; }
.ga-concept-a .ga-ceo__copy p { color:rgba(255,255,255,.76); font-size:16px; }
.ga-signature { margin-top:30px; padding-top:22px; border-top:1px solid rgba(255,255,255,.18); font-size:12px; letter-spacing:.16em; text-transform:uppercase; }
.ga-concept-a .ga-why-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:12px; }
.ga-concept-a .ga-why-card { position:relative; padding:22px; border-radius:20px; background:var(--ga-surface); border:1px solid rgba(26,55,41,.08); }
.ga-concept-a .ga-why-card__number { position:absolute; right:18px; top:16px; font-size:11px; color:var(--ga-muted); }
.ga-concept-a .ga-why-card img { width:62px; height:62px; object-fit:contain; margin-bottom:22px; }
.ga-concept-a .ga-why-card h3 { font-size:20px; line-height:1.1; }
.ga-concept-a .ga-why-card ul { margin:12px 0 0; padding-left:17px; color:var(--ga-muted); font-size:13px; }
.ga-section-action { margin-top:40px; display:flex; justify-content:flex-end; }
.ga-concept-a .ga-destinations { overflow:hidden; }
.ga-concept-a .ga-destination-grid { display:flex; gap:16px; overflow-x:auto; padding-bottom:16px; scroll-snap-type:x mandatory; scrollbar-width:thin; }
.ga-concept-a .ga-destination-card { flex:0 0 260px; scroll-snap-align:start; position:relative; height:390px; overflow:hidden; border-radius:20px; }
.ga-concept-a .ga-destination-card img { width:100%; height:100%; object-fit:cover; }
.ga-concept-a .ga-destination-card:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(4,18,12,.75),transparent 65%); }
.ga-concept-a .ga-destination-card div { position:absolute; z-index:2; left:18px; bottom:16px; color:#fff; }
.ga-concept-a .ga-destination-card span { font-size:9px; letter-spacing:.14em; opacity:.7; }
.ga-concept-a .ga-destination-card h3 { margin:2px 0; font-size:24px; }
.ga-concept-a .ga-combine { background:#ece4d6; }
.ga-concept-a .ga-combine-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.ga-concept-a .ga-combine-card { overflow:hidden; border-radius:20px; background:#fff; }
.ga-concept-a .ga-combine-card img { width:100%; height:270px; object-fit:cover; }
.ga-concept-a .ga-combine-card h3 { margin:18px 18px 4px; font-size:24px; }
.ga-concept-a .ga-combine-card span { display:block; margin:0 18px 20px; color:var(--ga-muted); font-size:12px; }

/* CONCEPT B — Executive DMC */
.ga-concept-b { --ga-ink:#0c2032; --ga-muted:#64717f; --ga-bg:#f1f4f5; --ga-surface:#fff; --ga-accent:#b78c57; --ga-accent-dark:#8d693f; --ga-warm:#d5c0a5; background:#fff; }
.ga-concept-b .ga-site-header { color:var(--ga-ink); position:relative; background:#fff; }
.ga-concept-b .ga-site-header__inner { border-bottom:1px solid #dce3e8; }
.ga-concept-b .ga-header-cta span { background:var(--ga-ink); color:#fff; }
.ga-concept-b .ga-concept-ribbon { background:var(--ga-ink); color:#fff; }
.ga-hero--b { padding:80px 0 100px; background:linear-gradient(180deg,#fff,#edf2f3); }
.ga-hero-b__grid { display:grid; grid-template-columns:1.08fr .92fr; gap:72px; align-items:center; }
.ga-hero-b__copy h1 { margin:18px 0 20px; max-width:720px; font-size:clamp(52px,6vw,88px); line-height:.92; letter-spacing:-.06em; color:var(--ga-ink); }
.ga-hero-b__copy h2 { margin:0 0 18px; font-size:clamp(22px,2vw,32px); line-height:1.15; color:#2b4659; }
.ga-hero-b__copy > p { max-width:720px; color:var(--ga-muted); }
/* Keep Executive DMC CTAs independent from Blocksy global button colours. */
.ga-concept-b .ga-btn--primary {
  background:var(--ga-ink) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff;
}
.ga-concept-b .ga-btn--primary span {
  background:#fff !important;
  color:var(--ga-ink) !important;
  -webkit-text-fill-color:var(--ga-ink);
}
.ga-concept-b .ga-btn--primary:hover { background:#173b59 !important; color:#fff !important; }
.ga-concept-b .ga-why .ga-section-action .ga-btn.ga-btn--primary {
  background:#fff !important;
  color:var(--ga-ink) !important;
  -webkit-text-fill-color:var(--ga-ink);
  border:1px solid rgba(255,255,255,.94);
}
.ga-concept-b .ga-why .ga-section-action .ga-btn.ga-btn--primary span {
  background:var(--ga-ink) !important;
  color:#fff !important;
  -webkit-text-fill-color:#fff;
}
.ga-concept-b .ga-why .ga-section-action .ga-btn.ga-btn--primary:hover {
  background:#eef3f6 !important;
  color:#071724 !important;
}
.ga-hero-b__visual { position:relative; margin:0; min-height:670px; }
.ga-hero-b__visual img { width:100%; height:670px; object-fit:cover; border-radius:6px 80px 6px 6px; box-shadow:0 35px 80px rgba(7,29,45,.2); }
.ga-hero-b__visual:before { content:""; position:absolute; z-index:-1; right:-28px; top:38px; width:70%; height:86%; border:1px solid #bd9a6a; border-radius:6px 74px 6px 6px; }
.ga-hero-b__visual figcaption { position:absolute; left:-36px; bottom:34px; min-width:250px; padding:22px 24px; background:#fff; box-shadow:0 20px 50px rgba(8,34,52,.16); }
.ga-hero-b__visual figcaption span { display:block; text-transform:uppercase; letter-spacing:.13em; font-size:10px; color:var(--ga-muted); }
.ga-hero-b__visual figcaption strong { font-size:22px; }
.ga-proof-inline { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; margin-top:42px; border:1px solid #d9e1e5; background:#d9e1e5; }
.ga-proof-inline div { padding:18px; background:#fff; }
.ga-proof-inline strong { display:block; font-size:26px; color:var(--ga-ink); }
.ga-proof-inline span { font-size:11px; color:var(--ga-muted); }
.ga-concept-b .ga-section { padding:100px 0; }
.ga-concept-b .ga-section-head { grid-template-columns:160px 1fr; border-top:1px solid #cad5db; padding-top:26px; }
.ga-concept-b .ga-section-head h2 { font-size:clamp(42px,4.5vw,64px); color:var(--ga-ink); }
.ga-concept-b .ga-why { background:var(--ga-ink); color:#fff; }
.ga-concept-b .ga-why .ga-section-head { border-color:rgba(255,255,255,.22); }
.ga-concept-b .ga-why .ga-section-head h2 { color:#fff; }
.ga-concept-b .ga-why-grid { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid rgba(255,255,255,.18); border-left:1px solid rgba(255,255,255,.18); }
.ga-concept-b .ga-why-card { min-height:360px; padding:28px 24px; border-right:1px solid rgba(255,255,255,.18); border-bottom:1px solid rgba(255,255,255,.18); }
.ga-concept-b .ga-why-card__number { font-size:11px; color:#caa675; }
.ga-concept-b .ga-why-card img { width:54px; height:54px; object-fit:contain; filter:grayscale(1) brightness(2); margin:42px 0 24px; }
.ga-concept-b .ga-why-card h3 { margin:0 0 16px; font-size:20px; }
.ga-concept-b .ga-why-card ul { padding-left:17px; margin:0; color:rgba(255,255,255,.68); font-size:13px; }
.ga-concept-b .ga-section-action .ga-btn { color:inherit; }
.ga-concept-b .ga-expertise-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1px; background:#d9e1e5; border:1px solid #d9e1e5; }
.ga-concept-b .ga-expertise-card { display:grid; grid-template-columns:128px 1fr; min-height:150px; background:#fff; }
.ga-concept-b .ga-expertise-card img { width:128px; height:100%; object-fit:cover; }
.ga-concept-b .ga-expertise-card div { padding:24px; display:flex; flex-direction:column; justify-content:space-between; }
.ga-concept-b .ga-expertise-card div span { color:#9ba8b0; font-size:10px; }
.ga-concept-b .ga-expertise-card h3 { margin:20px 0 0; font-size:20px; line-height:1.1; }
.ga-concept-b .ga-ceo { background:#edf1f2; }
.ga-concept-b .ga-ceo__grid { display:grid; grid-template-columns:.75fr 1.25fr; gap:86px; align-items:center; }
.ga-concept-b .ga-ceo figure { margin:0; position:relative; }
.ga-concept-b .ga-ceo figure img { height:680px; width:100%; object-fit:cover; object-position:top; border-radius:0 0 80px 0; }
.ga-concept-b .ga-ceo__copy h2 { margin:10px 0 28px; font-size:clamp(46px,5vw,68px); letter-spacing:-.05em; }
.ga-concept-b .ga-ceo__copy p { color:var(--ga-muted); }
.ga-concept-b .ga-signature { border-color:#cfd8dc; }
.ga-concept-b .ga-service-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.ga-concept-b .ga-service-card { display:grid; grid-template-columns:190px 1fr; min-height:230px; background:#f6f8f8; border:1px solid #dde4e7; }
.ga-concept-b .ga-service-card img { width:190px; height:100%; object-fit:cover; }
.ga-concept-b .ga-service-card__body { padding:26px; }
.ga-concept-b .ga-service-card h3 { margin:0 0 12px; font-size:23px; }
.ga-concept-b .ga-service-card ul { padding-left:18px; margin:0; color:var(--ga-muted); font-size:13px; }
.ga-concept-b .ga-destination-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:10px; }
.ga-concept-b .ga-destination-card { position:relative; min-height:270px; overflow:hidden; background:#111; }
.ga-concept-b .ga-destination-card img { width:100%; height:270px; object-fit:cover; opacity:.82; transition:.3s ease; }
.ga-concept-b .ga-destination-card:hover img { opacity:.98; transform:scale(1.03); }
.ga-concept-b .ga-destination-card div { position:absolute; inset:auto 16px 14px; color:#fff; text-shadow:0 2px 10px rgba(0,0,0,.4); }
.ga-concept-b .ga-destination-card span { font-size:9px; letter-spacing:.14em; opacity:.72; }
.ga-concept-b .ga-destination-card h3 { margin:2px 0; font-size:20px; }
.ga-concept-b .ga-combine { background:#f1eee9; }
.ga-concept-b .ga-combine-grid { display:grid; grid-template-columns:2fr repeat(3,1fr); gap:12px; }
.ga-concept-b .ga-combine-card { position:relative; min-height:330px; overflow:hidden; }
.ga-concept-b .ga-combine-card:first-child { grid-row:span 2; min-height:672px; }
.ga-concept-b .ga-combine-card:last-child { grid-column:span 2; }
.ga-concept-b .ga-combine-card img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; }
.ga-concept-b .ga-combine-card:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(8,25,37,.72),transparent 65%); }
.ga-concept-b .ga-combine-card h3,.ga-concept-b .ga-combine-card span { position:absolute; z-index:2; left:20px; color:#fff; }
.ga-concept-b .ga-combine-card h3 { bottom:38px; margin:0; font-size:26px; }
.ga-concept-b .ga-combine-card span { bottom:17px; font-size:11px; opacity:.75; }

/* CONCEPT C — Travel Editorial */
.ga-concept-c { --ga-ink:#26211d; --ga-muted:#756e66; --ga-bg:#f2ede4; --ga-surface:#fbf8f2; --ga-accent:#b95639; --ga-accent-dark:#923f29; --ga-warm:#d4aa78; background:var(--ga-bg); font-family:Georgia, "Times New Roman", serif; }
.ga-concept-c .ga-site-header { font-family:Inter,system-ui,sans-serif; }
.ga-concept-c .ga-site-header__inner { min-height:92px; }
.ga-concept-c .ga-nav,.ga-concept-c .ga-header-cta,.ga-concept-c .ga-brand__sub { font-family:Inter,system-ui,sans-serif; }
.ga-hero--c { min-height:860px; padding:160px 0 70px; position:relative; color:#fff; background-image:linear-gradient(180deg,rgba(20,16,13,.18),rgba(20,16,13,.54)),var(--ga-hero); background-size:cover; background-position:center; }
.ga-hero-c__top { display:flex; justify-content:space-between; align-items:start; }
.ga-hero-c__number { font-size:120px; line-height:.8; opacity:.22; font-style:italic; }
.ga-hero-c__copy { min-height:580px; display:flex; align-items:flex-end; }
.ga-hero-c__copy h1 { margin:0; max-width:1050px; font-size:clamp(60px,8vw,120px); line-height:.88; letter-spacing:-.055em; color:#fff; font-weight:500; }
.ga-editorial-intro { padding:82px 0 96px; background:#e8ded0; }
.ga-editorial-intro__grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:100px; }
.ga-editorial-intro h2 { margin:0; font-size:clamp(42px,4vw,64px); line-height:1.02; font-weight:500; letter-spacing:-.04em; }
.ga-editorial-intro p { margin:0 0 28px; color:#625b54; font-size:17px; }
.ga-concept-c .ga-btn { font-family:Inter,system-ui,sans-serif; }
.ga-concept-c .ga-section-head { border-bottom:1px solid #cfc3b5; padding-bottom:28px; font-family:Inter,system-ui,sans-serif; }
.ga-concept-c .ga-section-head h2 { font-family:Georgia,"Times New Roman",serif; font-weight:500; }
.ga-concept-c .ga-destinations { padding-top:90px; }
.ga-concept-c .ga-destination-grid { display:grid; grid-template-columns:repeat(4,1fr); grid-auto-rows:220px; gap:14px; }
.ga-concept-c .ga-destination-card { position:relative; overflow:hidden; min-height:220px; }
.ga-concept-c .ga-destination-card--featured { grid-column:span 2; grid-row:span 2; }
.ga-concept-c .ga-destination-card img { width:100%; height:100%; object-fit:cover; filter:saturate(.88); transition:.45s ease; }
.ga-concept-c .ga-destination-card:hover img { transform:scale(1.035); filter:saturate(1); }
.ga-concept-c .ga-destination-card:after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(28,22,17,.7),transparent 60%); }
.ga-concept-c .ga-destination-card div { position:absolute; z-index:2; left:18px; bottom:14px; color:#fff; }
.ga-concept-c .ga-destination-card span { font-family:Inter,system-ui,sans-serif; font-size:9px; letter-spacing:.16em; }
.ga-concept-c .ga-destination-card h3 { margin:1px 0; font-size:24px; font-weight:500; }
.ga-concept-c .ga-expertise { background:#231e19; color:#fff; }
.ga-concept-c .ga-expertise .ga-section-head { border-color:rgba(255,255,255,.2); }
.ga-concept-c .ga-expertise-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:28px 18px; }
.ga-concept-c .ga-expertise-card { position:relative; }
.ga-concept-c .ga-expertise-card img { width:100%; aspect-ratio:1.45/1; object-fit:cover; filter:saturate(.8); }
.ga-concept-c .ga-expertise-card div { display:grid; grid-template-columns:38px 1fr; gap:10px; align-items:start; padding-top:12px; }
.ga-concept-c .ga-expertise-card div span { font-family:Inter,system-ui,sans-serif; font-size:10px; opacity:.55; }
.ga-concept-c .ga-expertise-card h3 { margin:0; font-weight:500; font-size:22px; }
.ga-concept-c .ga-ceo { background:#ded1bf; }
.ga-concept-c .ga-ceo__grid { display:grid; grid-template-columns:.72fr 1.28fr; gap:90px; align-items:start; }
.ga-concept-c .ga-ceo figure { margin:0; position:sticky; top:30px; }
.ga-concept-c .ga-ceo figure img { width:100%; max-height:760px; object-fit:cover; object-position:top; filter:saturate(.78); }
.ga-concept-c .ga-ceo__copy h2 { margin:10px 0 34px; font-size:clamp(50px,5.5vw,76px); line-height:.95; font-weight:500; letter-spacing:-.045em; }
.ga-concept-c .ga-ceo__copy p { font-size:18px; color:#5f564d; }
.ga-concept-c .ga-signature { font-family:Inter,system-ui,sans-serif; border-color:#b7a995; }
.ga-concept-c .ga-why-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid #cdbfac; }
.ga-concept-c .ga-why-card { min-height:260px; display:grid; grid-template-columns:48px 90px 1fr; grid-template-rows:auto 1fr; gap:0 22px; padding:30px 0; border-bottom:1px solid #cdbfac; }
.ga-concept-c .ga-why-card:nth-child(odd) { border-right:1px solid #cdbfac; padding-right:30px; }
.ga-concept-c .ga-why-card:nth-child(even) { padding-left:30px; }
.ga-concept-c .ga-why-card__number { grid-column:1; grid-row:1 / span 2; font-family:Inter,system-ui,sans-serif; font-size:11px; color:#8b7f72; }
.ga-concept-c .ga-why-card img { grid-column:2; grid-row:1 / span 2; width:90px; height:90px; object-fit:contain; filter:sepia(.35); }
.ga-concept-c .ga-why-card h3 { grid-column:3; margin:0 0 12px; font-size:26px; font-weight:500; }
.ga-concept-c .ga-why-card ul { grid-column:3; margin:0; padding-left:18px; color:var(--ga-muted); font-family:Inter,system-ui,sans-serif; font-size:13px; }
.ga-concept-c .ga-section-action { justify-content:flex-start; }
.ga-concept-c .ga-travel-services { background:#fbf8f2; }
/* Editorial service heading: keep the magazine character but make the hierarchy easier to scan. */
.ga-concept-c .ga-travel-services .ga-section-head {
  grid-template-columns:minmax(150px, .28fr) minmax(0, 1fr);
  gap:54px;
  align-items:end;
  margin-bottom:42px;
  padding:24px 0 30px;
  border-top:3px solid var(--ga-ink);
  border-bottom:1px solid #cfc3b5;
}
.ga-concept-c .ga-travel-services .ga-kicker {
  color:#62584f;
  line-height:1.35;
}
.ga-concept-c .ga-travel-services .ga-section-head h2 {
  max-width:760px;
  margin:0;
  color:var(--ga-ink) !important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.25vw,62px) !important;
  font-weight:600;
  line-height:1.02 !important;
  letter-spacing:-.035em !important;
  text-wrap:balance;
}
/* Travel Editorial services: magazine spreads instead of accordions. */
.ga-concept-c .ga-service-editorial-grid {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:22px;
}
.ga-concept-c .ga-service-editorial-card {
  overflow:hidden;
  border:1px solid #d7cbbd;
  background:#f6f0e7;
  min-width:0;
}
.ga-concept-c .ga-service-editorial-card__media {
  margin:0;
  overflow:hidden;
  background:#e8ded1;
}
.ga-concept-c .ga-service-editorial-card__media img {
  display:block;
  width:100%;
  height:290px;
  object-fit:cover;
  filter:saturate(.82) contrast(1.02);
  transition:transform .45s ease, filter .45s ease;
}
.ga-concept-c .ga-service-editorial-card:hover .ga-service-editorial-card__media img {
  transform:scale(1.025);
  filter:saturate(.95) contrast(1.03);
}
.ga-concept-c .ga-service-editorial-card__copy {
  padding:26px 28px 30px;
}
.ga-concept-c .ga-service-editorial-card__meta {
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
  padding-bottom:13px;
  border-bottom:1px solid #cfc3b5;
  font-family:Inter,system-ui,sans-serif;
  text-transform:uppercase;
  letter-spacing:.13em;
  font-size:9px;
  color:#62584f;
}
.ga-concept-c .ga-service-editorial-card__meta em { font-style:normal; }
.ga-concept-c .ga-service-editorial-card h3 {
  margin:0 0 18px;
  color:var(--ga-ink) !important;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(28px,2.1vw,37px);
  line-height:1.02;
  font-weight:500;
  letter-spacing:-.025em;
}
.ga-concept-c .ga-service-editorial-card ul {
  margin:0;
  padding-left:18px;
  color:#5f574f;
  font-family:Inter,system-ui,sans-serif;
  font-size:14px;
  line-height:1.62;
}
.ga-concept-c .ga-service-editorial-card li + li { margin-top:8px; }
.ga-concept-c .ga-combine { background:#e3d6c4; }
.ga-concept-c .ga-combine-grid { display:grid; grid-template-columns:repeat(5,1fr); gap:0; border-top:1px solid #bfae98; border-left:1px solid #bfae98; }
.ga-concept-c .ga-combine-card { padding:12px; border-right:1px solid #bfae98; border-bottom:1px solid #bfae98; }
.ga-concept-c .ga-combine-card img { width:100%; height:300px; object-fit:cover; filter:saturate(.78); }
.ga-concept-c .ga-combine-card h3 { margin:14px 0 2px; font-size:26px; font-weight:500; }
.ga-concept-c .ga-combine-card span { font-family:Inter,system-ui,sans-serif; font-size:10px; color:#766b60; }

/* Shared footer/offices */
.ga-offices { padding:96px 0 36px; background:#0f1f18; color:#fff; }
.ga-concept-b .ga-offices { background:#081724; }
.ga-concept-c .ga-offices { background:#211b17; font-family:Inter,system-ui,sans-serif; }
.ga-offices__top { display:flex; justify-content:space-between; gap:30px; align-items:end; padding-bottom:48px; border-bottom:1px solid rgba(255,255,255,.18); }
.ga-offices__top h2 { max-width:750px; margin:8px 0 0; font-size:clamp(40px,5vw,68px); line-height:.98; letter-spacing:-.05em; color:#fff; }
.ga-office-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:30px; padding:54px 0; }
.ga-office h3 { margin:0 0 16px; font-size:21px; color:#fff; }
.ga-office ul { margin:0; padding:0; list-style:none; color:rgba(255,255,255,.65); font-size:13px; }
.ga-office li { margin:8px 0; }
.ga-office a:hover { color:#fff; }
.ga-offices__bottom { display:flex; justify-content:space-between; align-items:end; gap:24px; padding-top:24px; border-top:1px solid rgba(255,255,255,.16); }
.ga-offices__bottom p { margin:0; font-size:11px; opacity:.5; }
.ga-brand--footer { color:#fff; }

@media (max-width:1100px) {
  .ga-shell { width:min(100% - 36px, 1100px); }
  .ga-nav { display:none; }
  .ga-site-header__inner { grid-template-columns:1fr auto; }
  .ga-hero__grid,.ga-hero-b__grid,.ga-ceo__grid,.ga-editorial-intro__grid { gap:42px; }
  .ga-concept-a .ga-expertise-grid { grid-template-columns:repeat(3,1fr); }
  .ga-concept-a .ga-service-grid { grid-template-columns:repeat(2,1fr); }
  .ga-concept-a .ga-why-grid,.ga-concept-b .ga-why-grid { grid-template-columns:repeat(3,1fr); }
  .ga-concept-a .ga-combine-grid,.ga-concept-c .ga-combine-grid { grid-template-columns:repeat(3,1fr); }
  .ga-concept-b .ga-expertise-grid { grid-template-columns:repeat(2,1fr); }
  .ga-concept-b .ga-destination-grid { grid-template-columns:repeat(4,1fr); }
  .ga-concept-c .ga-destination-grid { grid-template-columns:repeat(3,1fr); }
  .ga-office-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width:780px) {
  .ga-shell { width:calc(100% - 28px); }
  .ga-section { padding:76px 0; }
  .ga-section-head { grid-template-columns:1fr; gap:14px; margin-bottom:34px; }
  .ga-section-head h2 { font-size:40px; }
  .ga-site-header__inner { min-height:74px; }
  .ga-header-cta { font-size:0; }
  .ga-header-cta span { font-size:15px; }
  .ga-concept-ribbon { top:82px; right:14px; }
  .ga-design-switcher { width:calc(100% - 20px); bottom:10px; overflow-x:auto; justify-content:flex-start; }
  .ga-design-switcher__label { display:none; }
  .ga-design-switcher__item { flex:1 0 94px; min-width:94px; justify-content:center; }
  .ga-design-switcher__item span { display:none; }

  .ga-hero--a { min-height:auto; padding:150px 0 72px; }
  .ga-hero__grid { grid-template-columns:1fr; gap:30px; }
  .ga-hero__content h1 { font-size:50px; }
  .ga-hero__glass { display:grid; grid-template-columns:1fr 1fr; gap:10px 20px; margin:0; }
  .ga-hero__glass hr { display:none; }
  .ga-hero__glass strong { font-size:26px; }
  .ga-hero__glass p { grid-column:span 2; }
  .ga-concept-a .ga-expertise-grid { grid-template-columns:1fr 1fr; }
  .ga-concept-a .ga-expertise-card:nth-child(5n+1) { grid-column:span 1; }
  .ga-concept-a .ga-service-grid,.ga-concept-a .ga-why-grid,.ga-concept-a .ga-combine-grid { grid-template-columns:1fr; }
  .ga-concept-a .ga-ceo__grid { grid-template-columns:1fr; }
  .ga-concept-a .ga-ceo figure img { max-height:560px; }

  .ga-hero--b { padding:50px 0 70px; }
  .ga-hero-b__grid { grid-template-columns:1fr; }
  .ga-hero-b__copy h1 { font-size:52px; }
  .ga-proof-inline { grid-template-columns:1fr; }
  .ga-hero-b__visual { min-height:auto; }
  .ga-hero-b__visual img { height:520px; border-radius:4px 54px 4px 4px; }
  .ga-hero-b__visual figcaption { left:14px; }
  .ga-concept-b .ga-section { padding:76px 0; }
  .ga-concept-b .ga-section-head { grid-template-columns:1fr; }
  .ga-concept-b .ga-why-grid,.ga-concept-b .ga-expertise-grid,.ga-concept-b .ga-service-grid,.ga-concept-b .ga-destination-grid,.ga-concept-b .ga-combine-grid { grid-template-columns:1fr 1fr; }
  .ga-concept-b .ga-ceo__grid { grid-template-columns:1fr; }
  .ga-concept-b .ga-service-card { grid-template-columns:1fr; }
  .ga-concept-b .ga-service-card img { width:100%; height:210px; }
  .ga-concept-b .ga-combine-card:first-child { grid-row:auto; min-height:330px; }
  .ga-concept-b .ga-combine-card:last-child { grid-column:span 1; }

  .ga-hero--c { min-height:660px; padding-top:130px; }
  .ga-hero-c__number { font-size:74px; }
  .ga-hero-c__copy { min-height:430px; }
  .ga-hero-c__copy h1 { font-size:56px; }
  .ga-editorial-intro { padding:60px 0; }
  .ga-editorial-intro__grid { grid-template-columns:1fr; gap:26px; }
  .ga-concept-c .ga-travel-services .ga-section-head {
    grid-template-columns:1fr;
    gap:12px;
    padding-top:18px;
    margin-bottom:30px;
  }
  .ga-concept-c .ga-travel-services .ga-section-head h2 { font-size:42px !important; max-width:100%; }
  .ga-concept-c .ga-destination-grid { grid-template-columns:1fr 1fr; grid-auto-rows:220px; }
  .ga-concept-c .ga-destination-card--featured { grid-column:span 2; }
  .ga-concept-c .ga-expertise-grid { grid-template-columns:1fr 1fr; }
  .ga-concept-c .ga-ceo__grid { grid-template-columns:1fr; }
  .ga-concept-c .ga-ceo figure { position:static; }
  .ga-concept-c .ga-why-grid { grid-template-columns:1fr; }
  .ga-concept-c .ga-why-card:nth-child(odd) { border-right:0; padding-right:0; }
  .ga-concept-c .ga-why-card:nth-child(even) { padding-left:0; }
  .ga-concept-c .ga-combine-grid { grid-template-columns:1fr 1fr; }

  .ga-offices__top,.ga-offices__bottom { align-items:flex-start; flex-direction:column; }
  .ga-office-grid { grid-template-columns:1fr; }
}

@media (max-width:520px) {
  .ga-btn { width:100%; }
  .ga-actions { align-items:stretch; flex-direction:column; }
  .ga-hero__content h1,.ga-hero-b__copy h1,.ga-hero-c__copy h1 { font-size:43px; }
  .ga-concept-a .ga-expertise-grid,.ga-concept-b .ga-why-grid,.ga-concept-b .ga-expertise-grid,.ga-concept-b .ga-service-grid,.ga-concept-b .ga-destination-grid,.ga-concept-b .ga-combine-grid,.ga-concept-c .ga-destination-grid,.ga-concept-c .ga-expertise-grid,.ga-concept-c .ga-combine-grid { grid-template-columns:1fr; }
  .ga-concept-c .ga-destination-card--featured { grid-column:span 1; grid-row:span 1; }
  .ga-concept-c .ga-why-card { grid-template-columns:34px 66px 1fr; gap:0 14px; }
  .ga-concept-c .ga-why-card img { width:66px; height:66px; }
  .ga-concept-c .ga-service-editorial-grid { grid-template-columns:1fr; gap:16px; }
  .ga-concept-c .ga-service-editorial-card__media img { height:230px; }
  .ga-concept-c .ga-service-editorial-card__copy { padding:24px 22px 26px; }
  .ga-concept-c .ga-service-editorial-card h3 { font-size:31px; }
  .ga-brand__name { font-size:17px; }
}

/* v1.0.1 — contrast & accessibility pass */
.ga-refonte h1,
.ga-refonte h2,
.ga-refonte h3,
.ga-refonte h4,
.ga-refonte h5,
.ga-refonte h6 { color: inherit !important; }

.ga-refonte .ga-btn--primary {
  background:#3b7f25;
  color:#fff !important;
  border:1px solid #3b7f25;
  text-shadow:none;
}
.ga-refonte .ga-btn--primary span {
  background:#fff;
  color:#173229;
}
.ga-refonte .ga-btn--primary:hover,
.ga-refonte .ga-btn--primary:focus-visible {
  background:#2f6f1d;
  border-color:#2f6f1d;
  color:#fff !important;
}
.ga-concept-b .ga-btn--primary {
  background:#0c2032;
  border-color:#0c2032;
  color:#fff !important;
}
.ga-concept-b .ga-btn--primary span { background:#fff; color:#0c2032; }
.ga-concept-b .ga-btn--primary:hover,
.ga-concept-b .ga-btn--primary:focus-visible { background:#173b59; border-color:#173b59; }
.ga-concept-c .ga-btn--primary {
  background:#923f29;
  border-color:#923f29;
  color:#fff !important;
}
.ga-concept-c .ga-btn--primary span { background:#fff; color:#923f29; }
.ga-concept-c .ga-btn--primary:hover,
.ga-concept-c .ga-btn--primary:focus-visible { background:#71301f; border-color:#71301f; }

.ga-refonte .ga-btn--light { color:#173229 !important; }
.ga-refonte .ga-btn--light span { background:#173229; color:#fff; }
.ga-refonte .ga-btn--ghost { color:#fff !important; background:rgba(8,24,16,.28); }
.ga-refonte .ga-btn--ghost:hover { background:rgba(8,24,16,.5); }
.ga-refonte a:focus-visible,
.ga-refonte summary:focus-visible {
  outline:3px solid #f2b84b;
  outline-offset:4px;
}

/* Image-card labels must stay readable independently from Blocksy heading colors. */
.ga-concept-a .ga-expertise-card:after {
  background:linear-gradient(to top,rgba(3,19,12,.94) 0%,rgba(3,19,12,.72) 34%,rgba(3,19,12,.12) 76%);
}
.ga-concept-a .ga-expertise-card h3,
.ga-concept-a .ga-destination-card h3,
.ga-concept-b .ga-destination-card h3,
.ga-concept-b .ga-combine-card h3,
.ga-concept-c .ga-destination-card h3 { color:#fff !important; text-shadow:0 2px 12px rgba(0,0,0,.55); }
.ga-concept-a .ga-expertise-card div span,
.ga-concept-a .ga-destination-card span,
.ga-concept-b .ga-destination-card span,
.ga-concept-b .ga-combine-card span,
.ga-concept-c .ga-destination-card span { color:#fff; opacity:.9; text-shadow:0 2px 8px rgba(0,0,0,.55); }

/* Strengthen normal-size secondary text to WCAG-AA on light surfaces. */
.ga-concept-a { --ga-muted:#526158; }
.ga-concept-b { --ga-muted:#52606d; }
.ga-concept-c { --ga-muted:#625b54; }
.ga-concept-c .ga-why-card__number { color:#655d55; }
.ga-concept-c .ga-combine-card span { color:#5f574f; }
.ga-office ul { color:rgba(255,255,255,.82); }
.ga-offices__bottom p { opacity:.72; }
.ga-brand__sub { opacity:.82; }

/* Keep the service grid balanced now that the accidental empty Stéphane tile is removed. */
.ga-concept-a .ga-service-grid > .ga-service-card:last-child:nth-child(odd),
.ga-concept-b .ga-service-grid > .ga-service-card:last-child:nth-child(odd) {
  grid-column:1 / -1;
}
.ga-concept-a .ga-service-grid > .ga-service-card:last-child:nth-child(odd) img {
  aspect-ratio:2.8/1;
  max-height:360px;
}
.ga-concept-b .ga-service-grid > .ga-service-card:last-child:nth-child(odd) {
  grid-template-columns:minmax(240px, .7fr) 1.3fr;
}
.ga-concept-b .ga-service-grid > .ga-service-card:last-child:nth-child(odd) img {
  width:100%;
  min-height:260px;
}

@media (max-width:780px) {
  .ga-concept-a .ga-service-grid > .ga-service-card:last-child:nth-child(odd),
  .ga-concept-b .ga-service-grid > .ga-service-card:last-child:nth-child(odd) { grid-column:auto; }
  .ga-concept-b .ga-service-grid > .ga-service-card:last-child:nth-child(odd) { grid-template-columns:1fr; }
}
