@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Manrope:wght@400;500;600;700&family=Noto+Kufi+Arabic:wght@400;500;600&display=swap');

:root {
  --duck-25: #fbfdfc;
  --duck-50: #f3f7f6;
  --duck-100: #e8efed;
  --duck-200: #d8e3e1;
  --duck-400: #c2d0cd;
  --duck-600: #a9bbb8;
  --duck-700: #96aaa7;
  --duck-900: #718985;
  --duck-header: #fbfdfc;
  --ink: #263c42;
  --muted: #61757a;
  --ivory: #faf9f5;
  --white: #ffffff;
  --gold: #96aaa7;
  --gold-light: #dce6e4;
  --shadow: 0 24px 70px rgba(81,108,103, 0.12);
  --shadow-soft: 0 15px 45px rgba(81,108,103, 0.075);
  --radius-xl: 34px;
  --radius-lg: 24px;
  --radius-md: 17px;
  --container: min(1180px, calc(100% - 40px));
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: linear-gradient(180deg, #fdfdfb 0%, var(--duck-50) 48%, var(--ivory) 100%);
  color: var(--ink);
  font-family: 'Manrope', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow-x: hidden;
}

html[dir='rtl'] body { font-family: 'Noto Kufi Arabic', 'Manrope', sans-serif; }

body.menu-open { overflow: hidden; }

img, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 {
  color: var(--duck-900);
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.04;
}

html[dir='rtl'] h1,
html[dir='rtl'] h2,
html[dir='rtl'] h3,
html[dir='rtl'] h4 { font-family: 'Noto Kufi Arabic', sans-serif; line-height: 1.45; }

h1 { font-size: clamp(3rem, 7vw, 6.75rem); }
h2 { font-size: clamp(2.5rem, 5vw, 4.8rem); }
h3 { font-size: clamp(1.45rem, 2.3vw, 2rem); }
p { color: var(--muted); }

.container { width: var(--container); margin-inline: auto; }
.section { position: relative; padding: 112px 0; }
.section-sm { padding: 78px 0; }
.section-dark { background: var(--duck-900); color: var(--white); }
.section-dark h2, .section-dark h3, .section-dark h4 { color: var(--white); }
.section-dark p { color: rgba(255,255,255,.68); }
.section-ivory { background: radial-gradient(circle at 15% 20%,rgba(216,227,225,.24),transparent 30%), linear-gradient(135deg,var(--ivory),var(--duck-50)); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  color: var(--duck-700);
  font-size: .74rem;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

.eyebrow::before { content: ''; width: 42px; height: 1px; background: var(--gold); }
.section-dark .eyebrow { color: var(--gold-light); }

.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading.center { margin-inline: auto; text-align: center; }
.section-heading.center .eyebrow::before { display: none; }
.section-heading h2 { margin-bottom: 22px; }
.section-heading p { max-width: 650px; font-size: 1.04rem; }
.section-heading.center p { margin-inline: auto; }

.btn {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 26px;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: transform .25s ease, background .25s ease, border-color .25s ease, color .25s ease;
}

.btn:hover { transform: translateY(-3px); }
.btn-primary { background: var(--duck-900); color: var(--white); }
.btn-primary:hover { background: var(--ink); }
.btn-gold { background: var(--gold); color: var(--duck-900); }
.btn-gold:hover { background: var(--gold-light); }
.btn-outline { border-color: rgba(255,255,255,.45); color: var(--white); }
.btn-outline:hover { background: var(--white); color: var(--duck-900); }
.btn-soft { background: var(--duck-100); color: var(--duck-900); }
.btn-soft:hover { background: var(--duck-200); }
.btn svg { width: 18px; height: 18px; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; }

.topbar {
  position: relative;
  z-index: 50;
  background: var(--duck-900);
  color: rgba(255,255,255,.74);
  font-size: .73rem;
}

.topbar-inner { min-height: 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-note { letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.topbar-links { display: flex; align-items: center; gap: 18px; }
.topbar-links a { transition: color .2s; }
.topbar-links a:hover { color: var(--white); }

.language-switcher {
  position: relative;
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  gap: 7px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  background: rgba(255,255,255,.09);
  padding-inline-start: 10px;
  transition: background .2s ease, border-color .2s ease;
}

.language-switcher:hover,
.language-switcher:focus-within { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.44); }
.language-switcher::after {
  content: '';
  width: 6px;
  height: 6px;
  margin-inline-end: 12px;
  border-inline-end: 1.5px solid rgba(255,255,255,.85);
  border-bottom: 1.5px solid rgba(255,255,255,.85);
  transform: translateY(-2px) rotate(45deg);
  pointer-events: none;
}
.language-icon { font-size: .9rem; line-height: 1; }
.language-select {
  min-height: 30px;
  max-width: 122px;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--white);
  padding: 4px 2px;
  font: inherit;
  font-size: .69rem;
  font-weight: 700;
  letter-spacing: .035em;
  cursor: pointer;
}
.language-select option { background: var(--duck-900); color: var(--white); }

.header {
  position: sticky;
  z-index: 40;
  top: 0;
  background: rgba(216,227,225,.965);
  border-bottom: 1px solid rgba(81,108,103,.12);
  backdrop-filter: blur(18px);
  transition: box-shadow .25s ease, background .25s ease;
}

.header.scrolled { box-shadow: 0 14px 35px rgba(81,108,103,.14); background: rgba(216,227,225,.99); }
.nav { min-height: 92px; display: grid; grid-template-columns: 260px 1fr auto; align-items: center; gap: 26px; }
.brand { display: block; width: 245px; }
.brand img { width: 100%; height: 76px; object-fit: contain; object-position: left center; filter: brightness(1.12) saturate(.9); }
html[dir='rtl'] .brand img { object-position: right center; }

.nav-links { display: flex; align-items: center; justify-content: center; gap: clamp(13px, 1.6vw, 25px); }
.nav-links a {
  position: relative;
  padding: 35px 0 31px;
  color: var(--ink);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .055em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nav-links a::after { content: ''; position: absolute; inset-inline: 0; bottom: 25px; width: 0; height: 1px; margin: auto; background: var(--gold); transition: width .25s; }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.nav-actions .btn { min-height: 46px; padding: 11px 18px; }
.nav-actions .btn-primary { background: var(--white); color: var(--duck-900); }
.nav-actions .btn-primary:hover { background: var(--duck-900); color: var(--white); }
.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(81,108,103,.25);
  border-radius: 50%;
  background: rgba(255,255,255,.42);
  color: var(--ink);
}
.menu-toggle svg { width: 22px; }

.hero {
  position: relative;
  min-height: min(820px, calc(100svh - 132px));
  overflow: hidden;
  background: var(--duck-900);
  color: var(--white);
}

.hero-media, .hero-media video, .hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-media video { animation: heroReveal 1.2s ease both; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(63,81,78,.84) 0%, rgba(63,81,78,.56) 42%, rgba(63,81,78,.14) 74%, rgba(63,81,78,.08) 100%); }
html[dir='rtl'] .hero-overlay { background: linear-gradient(270deg, rgba(63,81,78,.84) 0%, rgba(63,81,78,.56) 42%, rgba(63,81,78,.14) 74%, rgba(63,81,78,.08) 100%); }
.hero-grain { position: absolute; inset: 0; opacity: .18; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: flex; min-height: inherit; align-items: center; padding: 92px 0 110px; }
.hero-copy { max-width: 760px; }
.hero .eyebrow { color: var(--gold-light); }
.hero h1 { max-width: 760px; margin-bottom: 23px; color: var(--white); text-shadow: 0 5px 28px rgba(0,0,0,.18); }
.hero-lead { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.83); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-scroll { position: absolute; z-index: 2; bottom: 30px; left: 50%; display: grid; width: 40px; height: 58px; place-items: center; border: 1px solid rgba(255,255,255,.42); border-radius: 30px; transform: translateX(-50%); }
.hero-scroll::after { content: ''; width: 4px; height: 9px; border-radius: 5px; background: var(--white); animation: scrollDot 1.8s infinite; }
.hero-sound { position: absolute; z-index: 4; top: 24px; right: clamp(18px,4vw,54px); min-height: 46px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(63,81,78,.64); color: #fff; padding: 10px 17px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; box-shadow: 0 12px 34px rgba(63,81,78,.2); backdrop-filter: blur(12px); transition: background .25s, transform .25s, border-color .25s; }
html[dir='rtl'] .hero-sound { right: auto; left: clamp(18px,4vw,54px); }
.hero-sound:hover, .hero-sound:focus-visible { transform: translateY(-2px); border-color: rgba(255,255,255,.84); background: var(--duck-700); }
.hero-sound svg { width: 21px; height: 21px; }
.hero-sound .sound-waves { opacity: .45; transition: opacity .2s; }
.hero-sound .sound-label-off { display: none; }
.hero-sound[aria-pressed='true'] { background: var(--duck-700); }
.hero-sound[aria-pressed='true'] .sound-waves { opacity: 1; }
.hero-sound[aria-pressed='true'] .sound-label-on { display: none; }
.hero-sound[aria-pressed='true'] .sound-label-off { display: inline; }

.trust-bar { position: relative; z-index: 3; margin-top: -42px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); overflow: hidden; border: 1px solid rgba(113,137,133,.12); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-soft); }
.trust-item { display: flex; min-height: 92px; align-items: center; gap: 14px; padding: 20px 24px; border-inline-end: 1px solid rgba(113,137,133,.13); }
.trust-item:last-child { border-inline-end: 0; }
.trust-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--duck-50); color: var(--gold); }
.trust-icon svg { width: 20px; height: 20px; }
.trust-item strong { display: block; color: var(--duck-900); font-family: 'Cormorant Garamond', serif; font-size: 1.23rem; line-height: 1.05; }
.trust-item span { display: block; margin-top: 3px; color: var(--muted); font-size: .7rem; letter-spacing: .06em; text-transform: uppercase; }

.split { display: grid; grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr); align-items: center; gap: clamp(45px, 8vw, 112px); }
.split.reverse { grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr); }
.split-copy h2 { margin-bottom: 24px; }
.split-copy > p { max-width: 650px; }
.image-frame { position: relative; min-height: 570px; }
.image-frame::before { content: ''; position: absolute; inset: 28px -28px -28px 28px; border: 1px solid var(--gold-light); border-radius: var(--radius-xl); }
html[dir='rtl'] .image-frame::before { inset: 28px 28px -28px -28px; }
.image-frame img { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: var(--radius-xl); object-fit: cover; box-shadow: var(--shadow); }
.image-badge { position: absolute; z-index: 2; right: -26px; bottom: 42px; max-width: 220px; border-radius: 20px; background: var(--duck-900); color: var(--white); padding: 23px; box-shadow: var(--shadow); }
html[dir='rtl'] .image-badge { right: auto; left: -26px; }
.image-badge strong { display: block; margin-bottom: 5px; font-family: 'Cormorant Garamond', serif; font-size: 1.55rem; }
.image-badge span { color: rgba(255,255,255,.7); font-size: .78rem; }

.services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.services-grid--visual { grid-template-columns: repeat(2,1fr); gap: 28px; }
.service-card { position: relative; overflow: hidden; min-height: 310px; border: 1px solid rgba(113,137,133,.12); border-radius: var(--radius-lg); background: var(--white); padding: 32px; transition: transform .35s, box-shadow .35s, background .35s; }
.service-card::after { content: ''; position: absolute; right: -70px; bottom: -80px; width: 190px; height: 190px; border-radius: 50%; background: var(--duck-50); transition: transform .45s, background .35s; }
.service-card:hover { z-index: 2; transform: translateY(-10px); box-shadow: var(--shadow); background: var(--duck-900); }
.service-card:hover::after { background: rgba(255,255,255,.06); transform: scale(1.25); }
.service-card:hover h3 { color: var(--white); }
.service-card:hover p, .service-card:hover .card-link { color: rgba(255,255,255,.7); }
.service-number { display: grid; width: 54px; height: 54px; margin-bottom: 44px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.25rem; }
.service-card h3 { margin-bottom: 13px; transition: color .35s; }
.service-card p { position: relative; z-index: 1; margin-bottom: 24px; font-size: .9rem; transition: color .35s; }
.card-link { position: relative; z-index: 1; color: var(--duck-900); font-size: .75rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.service-card--visual { min-height: 0; padding: 0; }
.service-card--visual::after { display: none; }
.service-card--visual:hover { background: var(--white); }
.service-card-media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--duck-100); }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1), filter .4s; }
.service-card--visual:hover .service-card-media img { transform: scale(1.045); filter: saturate(1.05) contrast(1.02); }
.service-card--visual .service-number { position: absolute; z-index: 2; top: 20px; inset-inline-start: 20px; margin: 0; border-color: rgba(255,255,255,.65); background: rgba(81,108,103,.54); color: var(--white); backdrop-filter: blur(9px); }
.service-card-body { min-height: 230px; padding: 30px 32px 32px; transition: background .35s; }
.service-card--visual:hover .service-card-body { background: var(--duck-900); }
.service-card--visual:hover .service-card-body h3 { color: var(--white); }
.service-card--visual:hover .service-card-body p { color: rgba(255,255,255,.72); }

.difference { overflow: hidden; }
.difference::before { content: 'P'; position: absolute; top: -190px; right: 3vw; color: rgba(255,255,255,.025); font-family: 'Cormorant Garamond', serif; font-size: min(65vw, 720px); line-height: 1; pointer-events: none; }
.difference-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; }
.difference-intro { position: sticky; top: 150px; align-self: start; }
.difference-list { display: grid; gap: 2px; }
.difference-item { display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.12); padding: 25px 0; }
.difference-item:first-child { padding-top: 0; }
.difference-item span { color: var(--gold-light); font-family: 'Cormorant Garamond', serif; font-size: 1.5rem; }
.difference-item h3 { margin: 0 0 7px; font-size: 1.55rem; }
.difference-item p { margin: 0; font-size: .9rem; }

.journey-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; counter-reset: journey; }
.journey-step { position: relative; min-height: 240px; border: 1px solid rgba(113,137,133,.14); border-radius: var(--radius-lg); background: var(--white); padding: 32px; counter-increment: journey; box-shadow: 0 12px 35px rgba(63,81,78,.04); }
.journey-step::before { content: '0' counter(journey); display: block; margin-bottom: 52px; color: var(--gold); font-family: 'Cormorant Garamond', serif; font-size: 1.35rem; }
.journey-step::after { content: ''; position: absolute; top: 57px; left: 70px; right: 30px; height: 1px; background: var(--duck-100); }
html[dir='rtl'] .journey-step::after { left: 30px; right: 70px; }
.journey-step h3 { margin-bottom: 10px; }
.journey-step p { margin-bottom: 0; font-size: .87rem; }

.team-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; max-width: 1000px; margin-inline: auto; }
.team-card { position: relative; overflow: hidden; border: 1px solid rgba(150,170,167,.28); border-radius: var(--radius-xl); background: linear-gradient(160deg,#fff 0%,var(--duck-50) 100%); box-shadow: 0 24px 70px rgba(63,81,78,.12); transition: transform .4s ease,box-shadow .4s ease; }
.team-card::before { content: ''; position: absolute; z-index: 3; inset: 12px; border: 1px solid rgba(150,170,167,.16); border-radius: calc(var(--radius-xl) - 10px); pointer-events: none; }
.team-card:hover { transform: translateY(-9px); box-shadow: 0 34px 90px rgba(63,81,78,.18); }
.team-photo { position: relative; height: 340px; overflow: hidden; background: radial-gradient(circle at 50% 15%,rgba(255,255,255,.96),transparent 42%), linear-gradient(145deg,var(--duck-50),var(--duck-200)); padding: 22px 22px 0; }
.team-photo img { width: 100%; height: 100%; border-radius: 22px 22px 0 0; object-fit: contain; object-position: center bottom; filter: saturate(.92) contrast(1.02); transition: transform .7s; }
.team-card:hover .team-photo img { transform: translateY(-4px) scale(1.012); }
.team-photo::after { content: ''; position: absolute; inset: auto 18px 0; height: 30%; border-radius: 0 0 20px 20px; background: linear-gradient(transparent, rgba(81,108,103,.58)); }
.team-role-tag { position: absolute; z-index: 2; bottom: 20px; left: 20px; border: 1px solid rgba(255,255,255,.4); border-radius: 999px; background: rgba(81,108,103,.4); color: var(--white); padding: 8px 14px; font-size: .67rem; letter-spacing: .08em; text-transform: uppercase; backdrop-filter: blur(9px); }
html[dir='rtl'] .team-role-tag { left: auto; right: 20px; }
.team-body { position: relative; z-index: 4; padding: 30px 36px 38px; }
.team-body h3 { margin-bottom: 7px; font-size: 2.25rem; }
.team-title { margin-bottom: 16px; color: var(--gold); font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.team-body p { margin-bottom: 0; font-size: .9rem; }

.home-founder-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 28px; max-width: 1080px; margin-inline: auto; }
.home-founder-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 42% 58%; min-height: 355px; border: 1px solid rgba(150,170,167,.28); border-radius: var(--radius-xl); background: var(--white); box-shadow: var(--shadow-soft); transition: transform .4s ease,box-shadow .4s ease; }
.home-founder-card:hover { transform: translateY(-9px); box-shadow: var(--shadow); }
.home-founder-photo { position: relative; min-height: 355px; overflow: hidden; background: linear-gradient(150deg,var(--duck-100),var(--duck-200)); padding: 20px 10px 0; }
.home-founder-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(81,108,103,.25),transparent 45%); pointer-events: none; }
.home-founder-photo img { width: 100%; height: 100%; object-fit: contain; object-position: center bottom; filter: saturate(.92) contrast(1.02); transition: transform .7s ease; }
.home-founder-card:hover .home-founder-photo img { transform: scale(1.025); }
.home-founder-copy { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 36px 32px; }
.home-founder-copy::before { content: ''; position: absolute; inset-inline-start: 0; top: 34px; bottom: 34px; width: 1px; background: linear-gradient(transparent,var(--gold-light),transparent); }
.founder-index { position: absolute; top: 20px; inset-inline-end: 24px; color: rgba(63,81,78,.15); font-family: 'Cormorant Garamond',serif; font-size: 3.6rem; line-height: 1; }
.home-founder-copy h3 { margin: 0 0 8px; font-size: 2.45rem; }
.home-founder-copy p { margin: 0; font-size: .86rem; }

.commitment-card { position: relative; overflow: hidden; display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 45px; border-radius: var(--radius-xl); background: var(--duck-900); padding: clamp(42px, 7vw, 80px); color: var(--white); box-shadow: var(--shadow); }
.commitment-card::after { content: ''; position: absolute; top: -150px; right: -90px; width: 420px; height: 420px; border: 1px solid rgba(220,230,228,.23); border-radius: 50%; }
.commitment-card h2 { margin-bottom: 20px; color: var(--white); }
.commitment-card p { margin-bottom: 0; color: rgba(255,255,255,.7); }
.commitment-mark { position: relative; z-index: 1; display: grid; min-height: 220px; place-items: center; border: 1px solid rgba(220,230,228,.35); border-radius: 50%; text-align: center; }
.commitment-mark strong { display: block; color: var(--gold-light); font-family: 'Cormorant Garamond', serif; font-size: clamp(2.6rem, 5vw, 4.5rem); line-height: .9; }
.commitment-mark span { display: block; margin-top: 12px; color: rgba(255,255,255,.72); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }

.page-hero { position: relative; min-height: 570px; overflow: hidden; display: flex; align-items: flex-end; background: var(--duck-900); padding: 120px 0 86px; }
.page-hero-media { position: absolute; inset: 0; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; animation: pageHeroReveal 1.3s cubic-bezier(.2,.7,.2,1) both; }
.page-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(63,81,78,.94) 0%, rgba(63,81,78,.72) 38%, rgba(63,81,78,.28) 68%, rgba(63,81,78,.12) 100%); }
html[dir='rtl'] .page-hero::after { background: linear-gradient(270deg, rgba(63,81,78,.94) 0%, rgba(63,81,78,.72) 38%, rgba(63,81,78,.28) 68%, rgba(63,81,78,.12) 100%); }
.page-hero--cinematic::before { content: ''; position: absolute; z-index: 1; inset: 0; background: radial-gradient(circle at 75% 20%,rgba(220,230,228,.15),transparent 27%), linear-gradient(0deg,rgba(48,62,60,.35),transparent 45%); pointer-events: none; }
html[dir='rtl'] .page-hero--cinematic::before { background: radial-gradient(circle at 25% 20%,rgba(220,230,228,.15),transparent 27%), linear-gradient(0deg,rgba(48,62,60,.35),transparent 45%); }
.page-hero-content { position: relative; z-index: 2; max-width: 810px; padding-inline-start: 30px; }
.page-hero-content::before { content: ''; position: absolute; inset-inline-start: 0; top: 8px; bottom: 8px; width: 2px; background: linear-gradient(transparent,var(--gold-light) 25%,var(--gold) 75%,transparent); }
.page-hero h1 { margin-bottom: 15px; color: var(--white); font-size: clamp(3rem, 6vw, 5.5rem); }
.page-hero p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.8); }
.page-hero .eyebrow { color: var(--gold-light); }
.page-hero-specialisms { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.page-hero-specialisms span { display: inline-flex; align-items: center; gap: 8px; border: 1px solid rgba(220,230,228,.34); border-radius: 999px; background: rgba(63,81,78,.34); color: rgba(255,255,255,.9); padding: 8px 13px; font-size: .68rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; backdrop-filter: blur(9px); }
.page-hero-specialisms span::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--gold-light); box-shadow: 0 0 0 4px rgba(220,230,228,.1); }
@keyframes pageHeroReveal { from { transform: scale(1.055); opacity: .65; } to { transform: scale(1); opacity: 1; } }
.page-hero--plain { min-height: 430px; background: radial-gradient(circle at 78% 30%,rgba(220,230,228,.16),transparent 34%), linear-gradient(135deg,var(--duck-900) 0%,var(--duck-700) 58%,var(--duck-400) 100%); }
.page-hero--plain::before { content: ''; position: absolute; width: 420px; height: 420px; inset-inline-end: -80px; bottom: -250px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 55px rgba(255,255,255,.035),0 0 0 110px rgba(255,255,255,.025); }
.page-hero--plain::after { background: linear-gradient(90deg,rgba(63,81,78,.28),transparent 72%); }
html[dir='rtl'] .page-hero--plain::after { background: linear-gradient(270deg,rgba(63,81,78,.28),transparent 72%); }

.prestige-panel { position: relative; overflow: hidden; border: 1px solid rgba(150,170,167,.28); border-radius: var(--radius-xl); background: linear-gradient(145deg,var(--duck-900),var(--duck-700)); padding: clamp(35px,6vw,64px); color: var(--white); box-shadow: var(--shadow); }
.prestige-panel::after { content: 'P'; position: absolute; inset-inline-end: -25px; bottom: -120px; color: rgba(255,255,255,.045); font-family: 'Cormorant Garamond',serif; font-size: 310px; line-height: 1; }
.prestige-panel h3 { position: relative; z-index: 1; color: var(--white); font-size: clamp(2rem,4vw,3.2rem); }
.prestige-panel p { position: relative; z-index: 1; color: rgba(255,255,255,.7); }
.prestige-panel .mini-stats { position: relative; z-index: 1; }

.feature-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.feature-card { min-height: 270px; border: 1px solid rgba(150,170,167,.18); border-radius: var(--radius-lg); background: linear-gradient(155deg,var(--white),var(--duck-50)); padding: 32px; box-shadow: 0 12px 38px rgba(63,81,78,.045); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.feature-card:hover { transform: translateY(-8px); border-color: rgba(150,170,167,.4); box-shadow: var(--shadow-soft); }
.feature-card .feature-icon { display: grid; width: 52px; height: 52px; margin-bottom: 34px; place-items: center; border-radius: 50%; background: var(--duck-50); color: var(--gold); }
.feature-icon svg { width: 22px; }
.feature-card h3 { margin-bottom: 12px; }
.feature-card p { margin-bottom: 0; font-size: .9rem; }

.check-list { display: grid; gap: 14px; margin: 28px 0 34px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-inline-start: 34px; color: var(--muted); }
.check-list li::before { content: '✓'; position: absolute; inset-inline-start: 0; top: 1px; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--duck-100); color: var(--duck-700); font-size: .72rem; font-weight: 800; }

.forms-wrap { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: start; }
.form-side { position: sticky; top: 145px; }
.form-card { border: 1px solid rgba(113,137,133,.13); border-radius: var(--radius-xl); background: var(--white); padding: clamp(28px, 5vw, 48px); box-shadow: var(--shadow-soft); }
.form-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.field { display: grid; gap: 8px; }
.field.full { grid-column: 1 / -1; }
.field label { color: var(--duck-900); font-size: .72rem; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.field input, .field select, .field textarea { width: 100%; border: 1px solid var(--duck-200); border-radius: 14px; outline: none; background: var(--duck-25); color: var(--ink); padding: 15px 16px; transition: border .2s, box-shadow .2s, background .2s; }
.field textarea { min-height: 140px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--duck-600); background: var(--white); box-shadow: 0 0 0 4px rgba(150,170,167,.1); }
.form-note { margin: 18px 0 0; font-size: .75rem; }

.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 980px; margin-inline: auto; }
.contact-card { position: relative; overflow: hidden; min-height: 280px; border: 1px solid rgba(150,170,167,.25); border-radius: var(--radius-lg); background: linear-gradient(150deg,var(--white),var(--duck-50)); padding: 36px; box-shadow: var(--shadow-soft); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.contact-card::after { content: ''; position: absolute; width: 150px; height: 150px; inset-inline-end: -70px; bottom: -85px; border: 1px solid rgba(150,170,167,.2); border-radius: 50%; box-shadow: 0 0 0 28px rgba(169,187,184,.07); }
.contact-card:hover { transform: translateY(-8px); border-color: rgba(150,170,167,.5); box-shadow: var(--shadow); }
.contact-flag { margin-bottom: 32px; font-size: 2.15rem; }
.contact-card h3 { margin-bottom: 9px; }
.contact-card p { min-height: 54px; margin-bottom: 23px; font-size: .9rem; }
.status-pill { display: inline-flex; border-radius: 999px; background: var(--duck-50); color: var(--duck-700); padding: 7px 11px; font-size: .65rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }

.faq-list { display: grid; gap: 12px; }
.faq-item { overflow: hidden; border: 1px solid rgba(150,170,167,.2); border-radius: 18px; background: linear-gradient(150deg,var(--white),var(--duck-50)); box-shadow: 0 8px 26px rgba(63,81,78,.04); }
.faq-question { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 20px; border: 0; background: transparent; color: var(--duck-900); padding: 22px 24px; text-align: start; font-weight: 700; }
.faq-question span:last-child { transition: transform .25s; }
.faq-answer { max-height: 0; overflow: hidden; padding: 0 24px; transition: max-height .35s ease, padding .35s; }
.faq-answer p { margin: 0; font-size: .9rem; }
.faq-item.open .faq-answer { max-height: 280px; padding-bottom: 22px; }
.faq-item.open .faq-question span:last-child { transform: rotate(45deg); }

.cta-band { position: relative; overflow: hidden; border-radius: var(--radius-xl); background: linear-gradient(135deg, var(--duck-700), var(--duck-900)); padding: clamp(40px, 7vw, 80px); text-align: center; }
.cta-band::before, .cta-band::after { content: ''; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; }
.cta-band::before { top: -220px; left: -70px; }
.cta-band::after { right: -70px; bottom: -230px; }
.cta-band h2 { position: relative; z-index: 1; margin-bottom: 18px; color: var(--white); }
.cta-band p { position: relative; z-index: 1; max-width: 650px; margin: 0 auto 28px; color: rgba(255,255,255,.7); }
.cta-band .button-row { position: relative; z-index: 1; justify-content: center; }

.footer { background: #718985; color: rgba(255,255,255,.74); }
.footer-main { display: grid; grid-template-columns: 1.3fr .8fr .8fr 1fr; gap: 50px; padding: 80px 0 55px; }
.footer-brand img { width: 310px; height: 112px; object-fit: contain; object-position: left center; }
html[dir='rtl'] .footer-brand img { object-position: right center; }
.footer-brand p { max-width: 390px; color: rgba(255,255,255,.58); font-size: .85rem; }
.footer h4 { margin-bottom: 22px; color: var(--gold-light); font-family: 'Manrope', sans-serif; font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: 11px; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .84rem; transition: color .2s, transform .2s; }
.footer-links a:hover { color: var(--white); transform: translateX(3px); }
html[dir='rtl'] .footer-links a:hover { transform: translateX(-3px); }
.footer-contact { display: grid; gap: 12px; font-size: .84rem; }
.footer-contact a { color: rgba(255,255,255,.68); }
.social-row { display: flex; gap: 8px; margin-top: 20px; }
.social-row span { display: grid; width: 36px; height: 36px; place-items: center; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; color: rgba(255,255,255,.6); font-size: .68rem; }
.footer-bottom { display: flex; min-height: 66px; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .7rem; }

.whatsapp-float { position: fixed; z-index: 60; right: 20px; bottom: 20px; display: grid; width: 60px; height: 60px; place-items: center; border-radius: 50%; background: #25d366; color: white; box-shadow: 0 12px 32px rgba(37,211,102,.35); transition: transform .25s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.04); }
.whatsapp-float svg { width: 29px; }
html[dir='rtl'] .whatsapp-float { right: auto; left: 20px; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: .1s; }
.reveal-delay-2 { transition-delay: .2s; }
.reveal-delay-3 { transition-delay: .3s; }

.mini-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 35px; }
.mini-stat { border-inline-start: 1px solid var(--gold-light); padding-inline-start: 15px; }
.mini-stat strong { display: block; color: var(--duck-900); font-family: 'Cormorant Garamond', serif; font-size: 1.6rem; }
.mini-stat span { color: var(--muted); font-size: .7rem; letter-spacing: .05em; text-transform: uppercase; }
.section-dark .mini-stat strong { color: var(--white); }

.notice { display: flex; gap: 14px; border: 1px solid var(--duck-200); border-radius: 17px; background: var(--duck-50); padding: 18px; color: var(--muted); font-size: .82rem; }
.notice strong { color: var(--duck-900); }

.skip-link { position: fixed; z-index: 100; top: -100px; left: 20px; border-radius: 0 0 10px 10px; background: var(--duck-900); color: white; padding: 12px 18px; transition: top .2s; }
.skip-link:focus { top: 0; }

@keyframes heroReveal { from { opacity: 0; transform: scale(1.04); } to { opacity: 1; transform: scale(1); } }
@keyframes scrollDot { 0% { transform: translateY(-8px); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(9px); opacity: 0; } }

@media (max-width: 1100px) {
  .nav { grid-template-columns: 225px 1fr auto; }
  .brand { width: 215px; }
  .nav-links { gap: 13px; }
  .nav-links a { font-size: .68rem; }
  .nav-actions .btn { display: none; }
  .services-grid, .feature-grid { grid-template-columns: repeat(2,1fr); }
  .difference-grid { gap: 50px; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > :last-child { grid-column: 1 / -1; }
}

@media (max-width: 860px) {
  :root { --container: min(100% - 28px, 720px); }
  .section { padding: 82px 0; }
  .topbar-note, .topbar-links > a { display: none; }
  .topbar-inner { justify-content: center; }
  .nav { min-height: 82px; grid-template-columns: 1fr auto; }
  .brand { width: 235px; }
  .brand img { height: 68px; }
  .menu-toggle { display: inline-flex; }
  .nav-actions { justify-self: end; }
  .nav-links { position: fixed; z-index: 80; inset: 122px 0 auto; display: flex; max-height: 0; overflow: hidden; flex-direction: column; align-items: stretch; gap: 0; background: var(--duck-header); box-shadow: 0 24px 40px rgba(81,108,103,.16); transition: max-height .35s ease; }
  .nav-links.open { max-height: calc(100svh - 122px); overflow-y: auto; border-top: 1px solid var(--duck-200); }
  .nav-links a { padding: 17px 24px; border-bottom: 1px solid rgba(255,255,255,.18); text-align: center; }
  .nav-links a::after { display: none; }
  .hero { min-height: 720px; }
  .hero-content { align-items: flex-end; padding-bottom: 105px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(63,81,78,.91) 5%, rgba(63,81,78,.55) 65%, rgba(63,81,78,.2) 100%); }
  html[dir='rtl'] .hero-overlay { background: linear-gradient(0deg, rgba(63,81,78,.91) 5%, rgba(63,81,78,.55) 65%, rgba(63,81,78,.2) 100%); }
  .trust-bar { margin-top: -28px; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-item:nth-child(2) { border-inline-end: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid rgba(113,137,133,.13); }
  .split, .split.reverse, .difference-grid, .commitment-card, .forms-wrap { grid-template-columns: 1fr; }
  .split .image-frame { order: -1; }
  .split.reverse .image-frame { order: initial; }
  .image-frame { min-height: 520px; }
  .difference-intro, .form-side { position: static; }
  .journey-grid { grid-template-columns: repeat(2,1fr); }
  .team-photo { height: 360px; }
  .home-founder-grid { grid-template-columns: 1fr; max-width: 680px; }
  .commitment-mark { min-height: 270px; }
  .contact-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: repeat(2,1fr); }
  .footer-main > :last-child { grid-column: auto; }
}

@media (max-width: 580px) {
  :root { --container: calc(100% - 24px); --radius-xl: 25px; --radius-lg: 20px; }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.9rem, 15vw, 4.5rem); }
  h2 { font-size: clamp(2.3rem, 12vw, 3.4rem); }
  .topbar-inner { min-height: 43px; }
  .language-select { max-width: 112px; font-size: .67rem; }
  .language-switcher::after { margin-inline-end: 10px; }
  .nav { min-height: 76px; }
  .brand { width: 192px; }
  .brand img { height: 62px; }
  .nav-links { top: 119px; }
  .nav-links.open { max-height: calc(100svh - 119px); }
  .hero { min-height: 690px; }
  .hero-content { padding-top: 70px; padding-bottom: 92px; }
  .hero-sound { top: 15px; right: 14px; min-height: 42px; padding: 9px 14px; }
  html[dir='rtl'] .hero-sound { right: auto; left: 14px; }
  .hero .button-row .btn { width: 100%; }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item { min-height: 82px; border-inline-end: 0; border-bottom: 1px solid rgba(113,137,133,.13); padding: 17px 19px; }
  .trust-item:last-child { border-bottom: 0; }
  .services-grid, .feature-grid, .journey-grid, .team-grid, .form-grid, .footer-main { grid-template-columns: 1fr; }
  .service-card { min-height: 270px; padding: 26px; }
  .service-card--visual { min-height: 0; padding: 0; }
  .service-card--visual .service-card-body { min-height: 0; padding: 26px; }
  .service-number { margin-bottom: 32px; }
  .image-frame { min-height: 430px; }
  .image-frame::before { inset: 16px -7px -16px 16px; }
  html[dir='rtl'] .image-frame::before { inset: 16px 16px -16px -7px; }
  .image-badge { right: 12px; bottom: 15px; max-width: 190px; }
  html[dir='rtl'] .image-badge { right: auto; left: 12px; }
  .difference::before { top: -40px; }
  .team-photo { height: 330px; }
  .home-founder-card { grid-template-columns: 1fr; min-height: 0; }
  .home-founder-photo { min-height: 280px; height: 280px; }
  .home-founder-copy { padding: 31px 26px 34px; }
  .home-founder-copy::before { top: 0; bottom: auto; inset-inline: 26px; width: auto; height: 1px; background: linear-gradient(90deg,transparent,var(--gold-light),transparent); }
  .page-hero { min-height: 520px; padding: 100px 0 58px; }
  .page-hero-content { padding-inline-start: 20px; }
  .page-hero h1 { font-size: clamp(2.65rem,13vw,4rem); }
  .team-body { padding: 24px; }
  .commitment-card { padding: 35px 25px; }
  .commitment-mark { min-height: 225px; }
  .page-hero { min-height: 520px; padding: 100px 0 58px; }
  .form-card { padding: 25px 20px; }
  .field.full { grid-column: auto; }
  .footer-main { gap: 34px; }
  .footer-brand img { width: 250px; height: 92px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
  .whatsapp-float { right: 14px; bottom: 14px; width: 56px; height: 56px; }
  html[dir='rtl'] .whatsapp-float { right: auto; left: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Light luxury duck-egg theme */
.topbar {
  border-bottom: 1px solid var(--duck-200);
  background: #e8efed;
  color: var(--ink);
}
.topbar-links a:hover { color: var(--duck-900); }
.language-switcher { border-color: rgba(81,108,103,.22); background: rgba(255,255,255,.66); }
.language-switcher:hover,
.language-switcher:focus-within { border-color: rgba(81,108,103,.4); background: var(--white); }
.language-switcher::after { border-inline-end-color: var(--duck-900); border-bottom-color: var(--duck-900); }
.language-select { color: var(--ink); }
.language-select option { background: var(--white); color: var(--ink); }

.header,
.header.scrolled { background: rgba(251,250,247,.97); border-bottom-color: var(--duck-200); }
.header.scrolled { box-shadow: 0 14px 35px rgba(81,108,103,.1); }
.brand img { filter: none; }
.nav-actions .btn-primary { background: var(--duck-700); color: var(--white); }
.nav-actions .btn-primary:hover { background: var(--duck-900); color: var(--white); }
.menu-toggle { background: var(--duck-50); }

.btn-gold { background: var(--duck-700); color: var(--white); }
.btn-gold:hover { background: var(--duck-900); color: var(--white); }
.section-ivory { background: radial-gradient(circle at 15% 20%,rgba(216,227,225,.26),transparent 31%), linear-gradient(135deg,#fbfaf7,var(--duck-50)); }
.section-dark { background: linear-gradient(135deg,var(--duck-100),var(--duck-200)); color: var(--ink); }
.section-dark h2,
.section-dark h3,
.section-dark h4 { color: var(--duck-900); }
.section-dark p { color: var(--muted); }
.section-dark .eyebrow { color: var(--duck-700); }
.section-dark .mini-stat strong { color: var(--duck-900); }

.trust-grid { border-color: var(--duck-200); background: rgba(253,253,251,.97); }
.trust-item { border-color: var(--duck-200); }
.trust-icon { background: var(--duck-100); color: var(--duck-700); }
.image-frame::before { border-color: var(--duck-400); }
.image-badge { border: 1px solid rgba(81,108,103,.15); background: rgba(249,250,247,.95); color: var(--duck-900); }
.image-badge span { color: var(--muted); }

.service-card,
.journey-step,
.team-card,
.home-founder-card,
.feature-card,
.form-card,
.contact-card,
.faq-item { border-color: rgba(169,187,184,.22); background: linear-gradient(155deg,#fffefa,var(--duck-50)); }
.service-card::after { background: var(--duck-100); }
.service-card:hover { background: var(--duck-200); }
.service-card:hover::after { background: rgba(255,255,255,.28); }
.service-card:hover h3,
.service-card:hover .service-card-body h3 { color: var(--duck-900); }
.service-card:hover p,
.service-card:hover .card-link,
.service-card--visual:hover .service-card-body p { color: var(--muted); }
.service-card--visual:hover { background: #fffefa; }
.service-card--visual:hover .service-card-body { background: var(--duck-100); }
.service-number { border-color: var(--duck-400); color: var(--duck-900); }
.feature-card .feature-icon { background: var(--duck-100); color: var(--duck-700); }
.check-list li::before { background: var(--duck-200); color: var(--duck-900); }

.difference::before { color: rgba(81,108,103,.055); }
.difference-item { border-bottom-color: rgba(81,108,103,.17); }
.difference-item span { color: var(--duck-700); }
.team-card::before { border-color: rgba(169,187,184,.18); }
.team-photo { background: radial-gradient(circle at 50% 15%,rgba(255,255,255,.98),transparent 42%), linear-gradient(145deg,var(--duck-50),var(--duck-200)); }
.home-founder-photo { background: linear-gradient(150deg,var(--duck-50),var(--duck-200)); }
.founder-index { color: rgba(81,108,103,.14); }

.commitment-card,
.prestige-panel,
.cta-band { border: 1px solid rgba(169,187,184,.2); background: linear-gradient(135deg,#e8efed,var(--duck-200)); color: var(--ink); }
.commitment-card h2,
.prestige-panel h3,
.cta-band h2 { color: var(--duck-900); }
.commitment-card p,
.prestige-panel p,
.cta-band p { color: var(--muted); }
.commitment-card .eyebrow,
.prestige-panel .eyebrow,
.cta-band .eyebrow { color: var(--duck-700); }
.commitment-card::after,
.commitment-mark,
.cta-band::before,
.cta-band::after { border-color: rgba(81,108,103,.18); }
.commitment-mark strong { color: var(--duck-900); }
.commitment-mark span { color: var(--muted); }
.prestige-panel::after { color: rgba(81,108,103,.06); }
.prestige-panel .mini-stat strong { color: var(--duck-900); }

.field input,
.field select,
.field textarea { border-color: var(--duck-200); background: #fbfdfc; }
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--duck-600); box-shadow: 0 0 0 4px rgba(169,187,184,.14); }
.status-pill { background: var(--duck-100); color: var(--duck-900); }

.footer { background: linear-gradient(135deg,#e8efed,var(--duck-200)); color: var(--ink); }
.footer-brand p,
.footer-links a,
.footer-contact a { color: var(--muted); }
.footer h4 { color: var(--duck-900); }
.footer-links a:hover { color: var(--duck-900); }
.social-row span { border-color: rgba(81,108,103,.22); color: var(--duck-900); }
.footer-bottom { border-top-color: rgba(81,108,103,.16); }

@media (max-width: 860px) {
  .nav-links { background: rgba(251,250,247,.99); box-shadow: 0 24px 40px rgba(81,108,103,.12); }
  .nav-links.open { border-top-color: var(--duck-200); }
  .nav-links a { border-bottom-color: var(--duck-200); }
}

/* Soft, warm editorial image treatment inspired by the approved reference. */
.page-hero-media img,
.image-frame img,
.service-card-media img,
.team-photo img,
.home-founder-photo img {
  filter: saturate(.78) contrast(.9) brightness(1.07) sepia(.07);
}

.service-card--visual:hover .service-card-media img {
  filter: saturate(.82) contrast(.92) brightness(1.08) sepia(.06);
}

.team-card:hover .team-photo img,
.home-founder-card:hover .home-founder-photo img {
  filter: saturate(.8) contrast(.91) brightness(1.08) sepia(.06);
}

/* Reference-led editorial heroes for every inner page; the homepage video stays unchanged. */
.page-hero {
  min-height: 590px;
  align-items: center;
  background: var(--duck-header);
  padding: 125px 0 78px;
}

.page-hero-media img { object-position: center; }

.page-hero::after {
  background: linear-gradient(90deg, rgba(251,250,247,1) 0%, rgba(251,250,247,.98) 34%, rgba(251,250,247,.87) 46%, rgba(251,250,247,.38) 61%, rgba(251,250,247,.04) 76%, transparent 100%);
}

html[dir='rtl'] .page-hero::after {
  background: linear-gradient(270deg, rgba(251,250,247,1) 0%, rgba(251,250,247,.98) 34%, rgba(251,250,247,.87) 46%, rgba(251,250,247,.38) 61%, rgba(251,250,247,.04) 76%, transparent 100%);
}

.page-hero--cinematic::before,
html[dir='rtl'] .page-hero--cinematic::before {
  background: linear-gradient(180deg, rgba(255,255,255,.14), transparent 38%, rgba(81,108,103,.04));
}

.page-hero-content {
  width: var(--container);
  max-width: none;
  margin-inline: auto;
  padding-inline-start: 0;
}

.page-hero-content > * { max-width: min(535px, 46%); }
.page-hero-content::before { display: none; }
.page-hero .eyebrow { color: var(--duck-700); }

.page-hero h1 {
  margin-bottom: 17px;
  color: var(--ink);
  font-size: clamp(3rem, 5vw, 5.15rem);
  text-wrap: balance;
}

.page-hero p {
  max-width: min(510px, 44%);
  margin-bottom: 0;
  color: var(--muted);
  font-size: .96rem;
}

.page-hero-mark {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: min(510px, 44%);
  margin: 4px 0 18px;
  color: var(--duck-600);
  font-family: Georgia, serif;
  font-size: 1rem;
  line-height: 1;
}

.page-hero-mark::before,
.page-hero-mark::after {
  content: '';
  width: 62px;
  height: 1px;
  background: var(--duck-400);
}

.page-hero-actions {
  max-width: min(535px, 46%);
  margin-top: 28px;
}

.page-hero-actions .btn {
  min-height: 50px;
  padding: 12px 21px;
  font-size: .72rem;
}

.page-hero-actions .btn-soft {
  border-color: var(--duck-400);
  background: rgba(255,255,255,.62);
  backdrop-filter: blur(8px);
}

.page-hero-actions .btn-soft:hover { background: var(--white); }

@media (max-width: 860px) {
  .page-hero {
    min-height: 680px;
    align-items: flex-end;
    padding: 112px 0 56px;
  }

  .page-hero::after,
  html[dir='rtl'] .page-hero::after {
    background: linear-gradient(0deg, rgba(251,250,247,1) 0%, rgba(251,250,247,.99) 39%, rgba(251,250,247,.84) 55%, rgba(251,250,247,.28) 75%, rgba(251,250,247,.04) 100%);
  }

  .page-hero-media img { object-position: center top; }
  .page-hero-content > *,
  .page-hero p,
  .page-hero-mark,
  .page-hero-actions { max-width: 100%; }
  .page-hero h1 { font-size: clamp(2.75rem, 10vw, 4.35rem); }
  .page-hero p { max-width: 620px; }
}

@media (max-width: 580px) {
  .page-hero { min-height: 665px; padding: 108px 0 44px; }
  .page-hero .eyebrow { margin-bottom: 13px; }
  .page-hero h1 { margin-bottom: 11px; font-size: clamp(2.45rem, 12vw, 3.45rem); }
  .page-hero-mark { margin-bottom: 13px; }
  .page-hero p { font-size: .86rem; line-height: 1.62; }
  .page-hero-actions { margin-top: 20px; }
  .page-hero-actions .btn { min-height: 46px; padding: 10px 17px; font-size: .64rem; }
}

/* Final luxury refinement system */
:root {
  --duck-25: #fbfdfc;
  --duck-50: #f3f7f6;
  --duck-100: #e8efed;
  --duck-200: #d8e3e1;
  --duck-400: #c2d0cd;
  --duck-600: #a9bbb8;
  --duck-700: #96aaa7;
  --duck-900: #718985;
  --duck-header: #fbfdfc;
  --ink: #263c42;
  --muted: #61757a;
  --gold: #96aaa7;
  --gold-light: #dce6e4;
  --shadow: 0 26px 72px rgba(81,108,103,.14);
  --shadow-soft: 0 15px 42px rgba(81,108,103,.09);
}

body { background: linear-gradient(180deg,#fff 0%,var(--duck-25) 50%,#faf9f5 100%); font-size: 16.5px; }
h1, h2 { font-weight: 700; letter-spacing: -.03em; }
h3, h4 { font-weight: 600; }
p { line-height: 1.78; }
.section-heading p, .split-copy > p { font-weight: 500; }
.section-dark { background: linear-gradient(135deg,#edf4f2,#dce7e5); }
.prestige-panel { border-color: rgba(255,255,255,.2); background: linear-gradient(145deg,var(--duck-900),var(--duck-700)); color: #fff; }
.prestige-panel h3, .prestige-panel .mini-stat strong { color: #fff; }
.prestige-panel p, .prestige-panel .mini-stat span { color: rgba(255,255,255,.78); }
.cta-band { border-color: rgba(81,108,103,.22); background: linear-gradient(135deg,var(--duck-700),var(--duck-900)); }
.cta-band h2 { color: #fff; }
.cta-band p { color: rgba(255,255,255,.8); }
.hero-overlay { background: linear-gradient(90deg,rgba(63,81,78,.75) 0%,rgba(63,81,78,.47) 42%,rgba(63,81,78,.11) 74%,rgba(63,81,78,.04) 100%); }
html[dir='rtl'] .hero-overlay { background: linear-gradient(270deg,rgba(63,81,78,.75) 0%,rgba(63,81,78,.47) 42%,rgba(63,81,78,.11) 74%,rgba(63,81,78,.04) 100%); }

:focus-visible { outline: 3px solid #718985; outline-offset: 4px; }
.btn:focus-visible, .menu-toggle:focus-visible, .whatsapp-float:focus-visible { outline-color: #5f7773; }
.language-select option:disabled { color: #758783; }

/* Designed duck-egg bullet details */
.check-list { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 11px; }
.check-list li {
  min-height: 58px;
  display: flex;
  align-items: center;
  border: 1px solid rgba(150,170,167,.22);
  border-radius: 15px;
  background: linear-gradient(135deg,var(--duck-50),var(--duck-100));
  color: var(--ink);
  padding: 13px 16px 13px 53px;
  font-size: .86rem;
  font-weight: 700;
  line-height: 1.45;
  box-shadow: 0 7px 22px rgba(81,108,103,.05);
}
html[dir='rtl'] .check-list li { padding: 13px 53px 13px 16px; }
.check-list li::before {
  content: '✦';
  inset-inline-start: 13px;
  top: 50%;
  width: 29px;
  height: 29px;
  border-radius: 9px;
  background: var(--duck-700);
  color: #fff;
  transform: translateY(-50%);
  box-shadow: 0 5px 14px rgba(81,108,103,.2);
}
.section-dark .check-list li, .prestige-panel .check-list li {
  border-color: rgba(255,255,255,.2);
  background: var(--duck-900);
  color: #fff;
}
.section-dark .check-list li::before, .prestige-panel .check-list li::before { background: #fff; color: var(--duck-900); }

/* Founder editorial profiles */
.team-grid { align-items: start; max-width: 1120px; }
.team-card { border-color: rgba(150,170,167,.26); }
.team-photo { height: 460px; padding: 0; }
.team-photo,
.home-founder-photo {
  background: linear-gradient(150deg,var(--duck-50),var(--duck-200));
}
.team-photo img, .home-founder-photo img {
  border-radius: 0;
  object-fit: cover;
  object-position: center 18%;
  filter: saturate(.96) contrast(1.01) brightness(1.02);
}
.team-card:hover .team-photo img,
.home-founder-card:hover .home-founder-photo img {
  filter: saturate(.98) contrast(1.02) brightness(1.03);
}
.team-photo::after {
  inset: auto 0 0;
  border-radius: 0;
  background: linear-gradient(transparent,rgba(81,108,103,.34));
}
.home-founder-photo::after { background: linear-gradient(0deg,rgba(81,108,103,.18),transparent 45%); }
.team-title {
  color: var(--duck-900);
  font-size: .76rem;
  font-weight: 700;
  letter-spacing: .035em;
  line-height: 1.65;
  text-transform: none;
}
.team-body p { color: var(--ink); font-size: .95rem; }
.editorial-details { border-top: 1px solid var(--duck-200); margin-top: 22px; padding-top: 16px; }
.editorial-details summary, .commitment-details summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: var(--duck-900);
  cursor: pointer;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .11em;
  list-style: none;
  text-transform: uppercase;
}
.editorial-details summary::-webkit-details-marker, .commitment-details summary::-webkit-details-marker { display: none; }
.editorial-details summary::after { content: '＋'; display: grid; width: 32px; height: 32px; place-items: center; border-radius: 50%; background: var(--duck-100); font-size: 1rem; }
.editorial-details[open] summary::after { content: '−'; }
.editorial-details p { margin: 18px 0 0; }
.home-founder-photo { padding: 0; }
.home-founder-copy .card-link { display: inline-flex; width: fit-content; margin-top: 20px; }

/* International country rail */
.global-reach { background: linear-gradient(180deg,#fff,var(--duck-50)); }
.country-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; max-width: 1080px; margin-inline: auto; }
.country-grid span { display: inline-flex; align-items: center; gap: 9px; border: 1px solid var(--duck-200); border-radius: 999px; background: rgba(255,255,255,.82); padding: 11px 17px; box-shadow: 0 8px 24px rgba(81,108,103,.06); }
.country-grid b { color: var(--ink); font-size: .74rem; letter-spacing: .055em; text-transform: uppercase; }

/* Section 05 destination photography */
.travel-showcase { overflow: hidden; background: linear-gradient(135deg,#fdfcf9,var(--duck-50)); }
.destination-grid { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 13px; }
.destination-card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 24px;
  background-image: linear-gradient(0deg,rgba(63,81,78,.8),rgba(63,81,78,.02) 65%),url('assets/images/travel-destinations.webp');
  background-repeat: no-repeat;
  background-size: 100% 100%,500% 100%;
  padding: 24px 20px;
  box-shadow: var(--shadow-soft);
  transition: transform .35s ease,box-shadow .35s ease;
}
.destination-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.destination-1 { background-position: center,0 50%; }
.destination-2 { background-position: center,25% 50%; }
.destination-3 { background-position: center,50% 50%; }
.destination-4 { background-position: center,75% 50%; }
.destination-5 { background-position: center,100% 50%; }
.destination-card > span { margin-bottom: 7px; font-size: 1.3rem; }
.destination-card h3 { margin: 0; color: #fff; font-size: 1.6rem; text-shadow: 0 3px 18px rgba(0,0,0,.28); }

/* Commitment Fee feature */
.commitment-card--deeper, .commitment-feature {
  border: 1px solid rgba(81,108,103,.24);
  background: linear-gradient(135deg,#c7d7d4 0%,#acbfbb 48%,#96aaa7 100%);
}
.commitment-card--deeper h2, .commitment-card--deeper p, .commitment-card--deeper .eyebrow, .commitment-card--deeper .commitment-link, .commitment-card--deeper .commitment-mark strong, .commitment-card--deeper .commitment-mark span { color: var(--ink); }
.commitment-card--deeper .commitment-link { display: inline-flex; margin-top: 22px; }
.commitment-card--deeper .commitment-mark { border-color: rgba(255,255,255,.52); background: rgba(255,255,255,.2); }
.commitment-section { background: linear-gradient(180deg,var(--duck-50),#fff); }
.commitment-feature { overflow: hidden; border-radius: var(--radius-xl); box-shadow: var(--shadow); }
.commitment-intro { padding: clamp(40px,7vw,76px); }
.commitment-intro h2 { max-width: 900px; margin-bottom: 20px; color: var(--ink); }
.commitment-intro p { max-width: 890px; margin-bottom: 0; color: var(--ink); font-size: 1.02rem; font-weight: 600; }
.commitment-details { border-top: 1px solid rgba(255,255,255,.5); background: rgba(255,255,255,.22); }
.commitment-details > summary { min-height: 72px; padding: 18px clamp(30px,7vw,76px); }
.commitment-details > summary > span:last-child { font-size: 1.35rem; transition: transform .25s; }
.commitment-details[open] > summary > span:last-child { transform: rotate(45deg); }
.commitment-content { border-top: 1px solid rgba(255,255,255,.42); padding: clamp(30px,6vw,64px); }
.commitment-content > p { max-width: 970px; color: var(--ink); font-weight: 600; }
.commitment-content > h3 { margin: 35px 0 18px; color: var(--ink); }
.commitment-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.commitment-list li { background: rgba(255,255,255,.72); }
.commitment-content blockquote { margin: 38px 0; border-inline-start: 4px solid var(--duck-900); color: var(--ink); padding: 10px 0 10px 24px; font-family: 'Cormorant Garamond',serif; font-size: clamp(1.9rem,3.5vw,3rem); font-weight: 700; line-height: 1.1; }
html[dir='rtl'] .commitment-content blockquote { padding: 10px 24px 10px 0; }
.consultancy-note { border: 1px solid rgba(81,108,103,.18); border-radius: 20px; background: rgba(255,255,255,.66); padding: clamp(24px,4vw,42px); }
.consultancy-note h3 { color: var(--ink); }
.consultancy-note p { margin-bottom: 0; color: var(--ink); }

/* Testimonials are clearly presented as approval-ready placeholders. */
.testimonial-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 18px; }
.testimonial-card { grid-column: span 2; min-height: 270px; display: flex; flex-direction: column; border: 1px solid var(--duck-200); border-radius: 24px; background: rgba(255,255,255,.9); padding: 30px; box-shadow: var(--shadow-soft); }
.testimonial-card:nth-child(4), .testimonial-card:nth-child(5) { grid-column: span 3; }
.stars { color: var(--duck-700); letter-spacing: .13em; }
.testimonial-card blockquote { flex: 1; margin: 24px 0; color: var(--ink); font-family: 'Cormorant Garamond',serif; font-size: 1.65rem; font-weight: 600; line-height: 1.25; }
.testimonial-card > span { color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }

/* Closing international dream-team image */
.dream-team { position: relative; min-height: 690px; overflow: hidden; display: flex; align-items: flex-end; }
.dream-team > img:first-child { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.dream-team-overlay { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(63,81,78,.82) 0%,rgba(63,81,78,.42) 42%,rgba(63,81,78,.03) 72%),linear-gradient(0deg,rgba(63,81,78,.55),transparent 55%); }
html[dir='rtl'] .dream-team-overlay { background: linear-gradient(270deg,rgba(63,81,78,.82) 0%,rgba(63,81,78,.42) 42%,rgba(63,81,78,.03) 72%),linear-gradient(0deg,rgba(63,81,78,.55),transparent 55%); }
.dream-team-content { position: relative; z-index: 2; padding-bottom: 72px; }
.dream-team-logo { width: min(330px,70vw); height: 110px; margin-bottom: 12px; object-fit: contain; object-position: left center; filter: brightness(0) invert(1); opacity: .94; }
html[dir='rtl'] .dream-team-logo { object-position: right center; }
.dream-team h2 { margin-bottom: 7px; color: #fff; }
.dream-team p { margin-bottom: 5px; color: #fff; font-family: 'Cormorant Garamond',serif; font-size: clamp(2rem,4vw,3.4rem); font-weight: 700; line-height: 1.1; }
.dream-team span { color: rgba(255,255,255,.82); font-weight: 600; }

/* Accessibility and multi-contact WhatsApp */
.accessibility-section { background: #fff; }
.accessibility-list { align-self: center; margin: 0; }
.contact-email a { color: var(--duck-900); font-weight: 800; overflow-wrap: anywhere; }
.contact-float { position: fixed; z-index: 70; right: 20px; bottom: 20px; }
html[dir='rtl'] .contact-float { right: auto; left: 20px; }
.contact-float .whatsapp-float { position: static; border: 0; }
.contact-float-menu { position: absolute; right: 0; bottom: 72px; width: min(320px,calc(100vw - 28px)); border: 1px solid var(--duck-200); border-radius: 22px; background: rgba(255,255,255,.98); padding: 14px; box-shadow: 0 24px 70px rgba(63,81,78,.24); backdrop-filter: blur(16px); }
html[dir='rtl'] .contact-float-menu { right: auto; left: 0; }
.contact-float-menu[hidden] { display: none; }
.contact-float-menu > strong { display: block; color: var(--duck-900); padding: 5px 8px 10px; font-family: 'Cormorant Garamond',serif; font-size: 1.35rem; }
.contact-float-menu a { display: flex; align-items: center; gap: 12px; border-radius: 14px; padding: 11px 9px; transition: background .2s; }
.contact-float-menu a:hover, .contact-float-menu a:focus-visible { background: var(--duck-50); }
.contact-float-menu svg { flex: 0 0 28px; width: 28px; color: #25d366; }
.contact-float-menu span { color: var(--ink); font-size: .82rem; font-weight: 800; line-height: 1.3; }
.contact-float-menu small { color: var(--muted); font-weight: 600; }
.footer-contact span, .footer-contact a { overflow-wrap: anywhere; }
.brand-protection { opacity: .78; }

/* Linked service actions and a single duck-egg navigation ribbon on every page. */
.service-card-body { display: flex; flex-direction: column; }
.service-card-body > p { flex: 1; }
.service-card-action { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 22px; border-top: 1px solid var(--duck-200); padding-top: 18px; color: var(--duck-900); font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.service-card-action > span:last-child { display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid var(--duck-400); border-radius: 50%; background: var(--duck-100); font-size: 1rem; transition: transform .25s, background .25s; }
.service-card-action:hover,
.service-card-action:focus-visible { color: var(--duck-700); }
.service-card-action:hover > span:last-child,
.service-card-action:focus-visible > span:last-child { transform: translateX(4px); background: var(--duck-200); }
html[dir='rtl'] .service-card-action:hover > span:last-child,
html[dir='rtl'] .service-card-action:focus-visible > span:last-child { transform: translateX(-4px); }

.page-action-bar { border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(113,137,133,.18); background: var(--duck-700); color: #fff; }
.page-action-inner { min-height: 112px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding-block: 24px; }
.page-action-copy { margin: 0; color: #fff; font-family: 'Cormorant Garamond',serif; font-size: clamp(1.65rem,2.6vw,2.25rem); font-weight: 700; line-height: 1.05; }
.page-action-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.page-action-link { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid rgba(255,255,255,.5); border-radius: 999px; background: rgba(255,255,255,.08); color: #fff; padding: 11px 18px; font-size: .7rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; transition: color .25s, background .25s, transform .25s; }
.page-action-link svg { width: 18px; height: 18px; }
.page-action-link:hover,
.page-action-link:focus-visible { background: #fff; color: var(--duck-900); transform: translateY(-2px); }

@media (max-width: 980px) {
  .destination-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .destination-card { min-height: 280px; }
  .destination-card:nth-child(4), .destination-card:nth-child(5) { min-height: 250px; }
  .testimonial-card, .testimonial-card:nth-child(4), .testimonial-card:nth-child(5) { grid-column: span 3; }
  .testimonial-card:last-child { grid-column: 2 / span 4; }
}

@media (max-width: 860px) {
  .page-action-inner { align-items: flex-start; flex-direction: column; gap: 18px; }
  .page-action-links { width: 100%; justify-content: flex-start; }
  .team-photo { height: 430px; }
  .dream-team { min-height: 620px; }
  .dream-team-overlay, html[dir='rtl'] .dream-team-overlay { background: linear-gradient(0deg,rgba(63,81,78,.82) 0%,rgba(63,81,78,.34) 56%,rgba(63,81,78,.03) 85%); }
  .dream-team-content { padding-bottom: 50px; }
  .check-list, .commitment-list { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .page-action-link { flex: 1 1 calc(50% - 5px); }
  .page-action-link:last-child { flex-basis: 100%; }
  .check-list li { min-height: 54px; }
  .team-photo { height: 390px; }
  .destination-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 12px; }
  .destination-card, .destination-card:nth-child(4), .destination-card:nth-child(5) { flex: 0 0 76vw; min-height: 300px; scroll-snap-align: center; }
  .testimonial-grid { grid-template-columns: 1fr; }
  .testimonial-card, .testimonial-card:nth-child(4), .testimonial-card:nth-child(5), .testimonial-card:last-child { grid-column: auto; min-height: 230px; }
  .dream-team { min-height: 590px; }
  .dream-team > img:first-child { object-position: 54% center; }
  .dream-team-logo { height: 78px; }
  .commitment-intro { padding: 35px 25px; }
  .commitment-details > summary { padding: 18px 25px; }
  .commitment-content { padding: 28px 22px; }
  .contact-float { right: 14px; bottom: 14px; }
  html[dir='rtl'] .contact-float { right: auto; left: 14px; }
}

/* Client-approved light duck-egg palette — sampled from the supplied colour swatch. */
:root {
  --duck-25: #fbfdfc;
  --duck-50: #f3f7f6;
  --duck-100: #e8efed;
  --duck-200: #d8e3e1;
  --duck-400: #c2d0cd;
  --duck-600: #a9bbb8;
  --duck-700: #96aaa7;
  --duck-900: #718985;
  --duck-header: #f9fbfa;
  --ink: #20312f;
  --muted: #3d504d;
  --gold: #96aaa7;
  --gold-light: #dce6e4;
  --shadow: 0 26px 72px rgba(81, 108, 103, .13);
  --shadow-soft: 0 15px 42px rgba(81, 108, 103, .085);
}

body {
  background: linear-gradient(180deg, #ffffff 0%, var(--duck-25) 48%, var(--duck-50) 100%);
}

.topbar {
  border-bottom-color: var(--duck-200);
  background: var(--duck-100);
  color: var(--ink);
}

.header,
.header.scrolled {
  border-bottom-color: var(--duck-200);
  background: rgba(249, 251, 250, .98);
}

.section-ivory,
.section-dark,
.global-reach,
.travel-showcase,
.commitment-section {
  background: linear-gradient(135deg, #fbfdfc 0%, var(--duck-50) 50%, var(--duck-100) 100%);
  color: var(--ink);
}

.section-dark h2,
.section-dark h3,
.section-dark h4,
.section-dark .mini-stat strong {
  color: var(--duck-900);
}

.section-dark p,
.section-dark .mini-stat span { color: var(--muted); }
.section-dark .eyebrow { color: var(--duck-700); }

.prestige-panel {
  border-color: rgba(255, 255, 255, .48);
  background: linear-gradient(145deg, #a9bbb8 0%, #96aaa7 100%);
  color: var(--white);
  box-shadow: 0 24px 62px rgba(81, 108, 103, .16);
}

.prestige-panel h3,
.prestige-panel .mini-stat strong { color: var(--white); }
.prestige-panel p,
.prestige-panel .mini-stat span { color: rgba(255, 255, 255, .82); }
.prestige-panel::after { color: rgba(255, 255, 255, .06); }

.commitment-card,
.commitment-card--deeper,
.commitment-feature,
.cta-band {
  border-color: var(--duck-200);
  background: linear-gradient(135deg, var(--duck-100) 0%, var(--duck-200) 100%);
  color: var(--ink);
}

.commitment-card h2,
.commitment-card p,
.commitment-card .eyebrow,
.commitment-card .commitment-link,
.commitment-card .commitment-mark strong,
.commitment-card .commitment-mark span,
.cta-band h2,
.cta-band p,
.cta-band .eyebrow {
  color: var(--ink);
}

.commitment-card::after,
.commitment-mark,
.cta-band::before,
.cta-band::after { border-color: rgba(113, 137, 133, .2); }

.section-dark .check-list li,
.prestige-panel .check-list li {
  border-color: rgba(113, 137, 133, .2);
  background: rgba(255, 255, 255, .72);
  color: var(--ink);
}

.section-dark .check-list li::before,
.prestige-panel .check-list li::before {
  background: var(--duck-700);
  color: var(--white);
}

.service-card:hover { background: var(--duck-200); }
.service-card--visual:hover .service-card-body { background: var(--duck-100); }
.service-card--visual .service-number { background: rgba(150, 170, 167, .86); }

.page-action-bar {
  border-color: rgba(113, 137, 133, .2);
  background: var(--duck-200);
  color: var(--ink);
}

.page-action-copy { color: var(--ink); }
.page-action-link {
  border-color: rgba(113, 137, 133, .42);
  background: rgba(255, 255, 255, .64);
  color: var(--ink);
}

.page-action-link:hover,
.page-action-link:focus-visible {
  background: var(--white);
  color: var(--duck-900);
}

.footer {
  background: linear-gradient(135deg, var(--duck-100), var(--duck-200));
  color: var(--ink);
}

.footer-brand p,
.footer-links a,
.footer-contact a { color: var(--muted); }
.footer h4,
.footer-links a:hover,
.social-row span { color: var(--duck-900); }
.social-row span { border-color: rgba(113, 137, 133, .25); }
.footer-bottom { border-top-color: rgba(113, 137, 133, .18); }

.cta-band .btn-outline {
  border-color: rgba(113, 137, 133, .48);
  color: var(--ink);
}

.cta-band .btn-outline:hover {
  border-color: var(--white);
  background: var(--white);
  color: var(--duck-900);
}

.team-role-tag { background: rgba(113, 137, 133, .86); }
.team-photo::after { background: linear-gradient(transparent, rgba(113, 137, 133, .32)); }
.home-founder-photo::after { background: linear-gradient(0deg, rgba(113, 137, 133, .16), transparent 45%); }

.destination-card {
  background-image: linear-gradient(0deg, rgba(63, 81, 78, .8), rgba(63, 81, 78, .02) 65%), url('assets/images/travel-destinations.webp');
}

.hero-overlay {
  background: linear-gradient(90deg, rgba(63, 81, 78, .72) 0%, rgba(63, 81, 78, .44) 42%, rgba(63, 81, 78, .1) 74%, rgba(63, 81, 78, .03) 100%);
}

html[dir='rtl'] .hero-overlay {
  background: linear-gradient(270deg, rgba(63, 81, 78, .72) 0%, rgba(63, 81, 78, .44) 42%, rgba(63, 81, 78, .1) 74%, rgba(63, 81, 78, .03) 100%);
}

.hero-sound,
.hero-sound[aria-pressed='true'],
.hero-sound:hover,
.hero-sound:focus-visible { background: rgba(113, 137, 133, .84); }

.dream-team-overlay {
  background: linear-gradient(90deg, rgba(63, 81, 78, .78) 0%, rgba(63, 81, 78, .4) 42%, rgba(63, 81, 78, .03) 72%), linear-gradient(0deg, rgba(63, 81, 78, .48), transparent 55%);
}

html[dir='rtl'] .dream-team-overlay {
  background: linear-gradient(270deg, rgba(63, 81, 78, .78) 0%, rgba(63, 81, 78, .4) 42%, rgba(63, 81, 78, .03) 72%), linear-gradient(0deg, rgba(63, 81, 78, .48), transparent 55%);
}

.section-end-action {
  display: flex;
  justify-content: center;
  margin-top: 36px;
}

.testimonial-card cite {
  color: var(--duck-900);
  font-size: .74rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .035em;
}

.country-grid .country-world {
  border-color: rgba(113, 137, 133, .38);
  background: var(--duck-200);
}

.journey-step h3,
.journey-step p,
.feature-card h3,
.feature-card p,
.commitment-feature p,
.commitment-card p {
  color: var(--ink);
}

.prestige-panel .mini-stats {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prestige-panel .mini-stat { min-width: 0; }

@media (max-width: 860px) {
  .hero-overlay,
  html[dir='rtl'] .hero-overlay {
    background: linear-gradient(0deg, rgba(63, 81, 78, .84) 5%, rgba(63, 81, 78, .5) 65%, rgba(63, 81, 78, .16) 100%);
  }

  .dream-team-overlay,
  html[dir='rtl'] .dream-team-overlay {
    background: linear-gradient(0deg, rgba(63, 81, 78, .8) 0%, rgba(63, 81, 78, .32) 56%, rgba(63, 81, 78, .03) 85%);
  }
}

/* Keep both founder portraits full and consistent on mobile, matching desktop. */
@media (max-width: 620px) {
  .prestige-panel .mini-stats {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .prestige-panel .mini-stat {
    border-inline-start: 0;
    border-top: 1px solid rgba(255, 255, 255, .38);
    padding: 14px 0 0;
  }

  .prestige-panel .mini-stat:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .home-founder-photo,
  .team-photo {
    height: auto;
    min-height: 0;
    aspect-ratio: 4 / 5;
  }

  .home-founder-photo img,
  .team-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
  }
}
