/* ============================================================
   iWi Tour — dark cinematic editorial redesign
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Instrument+Serif:ital@0;1&display=swap');

:root {
  --bg:        #0b0c0e;
  --bg-2:      #0f1114;
  --surface:   rgba(255, 255, 255, 0.035);
  --surface-2: rgba(255, 255, 255, 0.06);
  --line:      rgba(255, 255, 255, 0.12);
  --line-soft: rgba(255, 255, 255, 0.07);

  --text:  #f4f3f0;
  --muted: #9a9ca1;
  --faint: #6a6c71;
  --orange: #e07a3c;

  --shadow: 0 30px 80px -30px rgba(0, 0, 0, .7);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --maxw: 1360px;

  --font: 'Archivo', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-serif: 'Instrument Serif', Georgia, serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body {
  font-family: var(--font);
  background: var(--bg);
  color: var(--text);
  font-size: 16px;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
::selection { background: rgba(255,255,255,.85); color: #0b0c0e; }

/* ---------- helpers ---------- */
.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 64px); }

.eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.eyebrow::before { content: ""; width: 24px; height: 1px; background: currentColor; opacity: .5; }
.eyebrow.center::before { display: none; }

.display {
  font-family: var(--font-serif);
  font-weight: 400;
  line-height: 1.02;
  letter-spacing: -0.015em;
}
.display em { font-style: italic; font-weight: 400; transition: color 1.1s var(--ease) .45s; }
.display[data-reveal].in em { color: var(--orange); }

.lead { color: var(--muted); font-size: clamp(1rem, 1.3vw, 1.15rem); line-height: 1.6; max-width: 48ch; font-weight: 400; }

.section-head { max-width: 760px; }
.section-head .display { font-size: clamp(2.2rem, 5.2vw, 4rem); margin: 22px 0 22px; }

section { position: relative; }

/* crosshair motif */
.cross { position: absolute; width: 18px; height: 18px; opacity: .55; pointer-events: none; z-index: 3; }
.cross::before, .cross::after { content: ""; position: absolute; background: rgba(255,255,255,.7); }
.cross::before { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); }
.cross::after { top: 50%; left: 0; height: 1px; width: 100%; transform: translateY(-50%); }

/* reveal */
[data-reveal] { opacity: 0; transform: translateY(26px); transition: opacity .9s var(--ease), transform .9s var(--ease); will-change: opacity, transform; }
[data-reveal].in { opacity: 1; transform: none; }
[data-reveal][data-delay="1"] { transition-delay: .07s; }
[data-reveal][data-delay="2"] { transition-delay: .14s; }
[data-reveal][data-delay="3"] { transition-delay: .21s; }
[data-reveal][data-delay="4"] { transition-delay: .28s; }
[data-reveal][data-delay="5"] { transition-delay: .35s; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ============================================================
   NAV
   ============================================================ */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: 100;
  padding: 26px 0;
  transition: padding .5s var(--ease), background .5s var(--ease), backdrop-filter .5s;
}
.nav.scrolled { padding-block: 12px; }
.nav-inner {
  max-width: var(--maxw); margin-inline: auto; padding-inline: clamp(20px, 5vw, 64px);
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
  border-radius: 100px; border: 1px solid transparent;
  transition: background .5s var(--ease), border-color .5s var(--ease), box-shadow .5s var(--ease),
              padding .5s var(--ease), max-width .5s var(--ease), backdrop-filter .5s;
}
.nav.scrolled .nav-inner {
  max-width: calc(var(--maxw) - 76px);
  padding: 10px 14px 10px 26px;
  background: rgba(18, 21, 25, .48);
  backdrop-filter: blur(24px) saturate(1.6);
  -webkit-backdrop-filter: blur(24px) saturate(1.6);
  border-color: rgba(255, 255, 255, .14);
  box-shadow: 0 1px 0 rgba(255,255,255,.1) inset, 0 14px 44px -14px rgba(0,0,0,.55);
}
.logo { display: inline-flex; align-items: center; }
.logo img { height: 20px; width: auto; display: block; }

.nav-links { display: flex; gap: 2px; }
.nav-links a {
  font-size: 0.9rem; font-weight: 400; color: rgba(244,243,240,.85);
  padding: 9px 18px; border-radius: 100px; transition: color .3s, background .3s;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,.1); }

.btn-ghost {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 0.9rem; font-weight: 500; color: #fff;
  padding: 11px 22px; border-radius: 100px;
  background: transparent;
  border: 1px solid rgba(255,255,255,.28);
  transition: background .3s, border-color .3s, transform .3s var(--ease);
}
.btn-ghost:hover { background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.5); }
.btn-ghost svg { width: 16px; height: 16px; }

@media (min-width: 1081px) { #menu-open { display: none; } }

.nav-right { display: flex; align-items: center; gap: 10px; }
.lang { display: inline-flex; gap: 2px; }
.lang button {
  font-size: 0.78rem; font-weight: 500; letter-spacing: .05em; border: 0; background: transparent;
  color: rgba(244,243,240,.45); padding: 6px 7px; cursor: pointer; transition: color .3s;
  font-family: var(--font);
}
.lang button:hover { color: rgba(244,243,240,.8); }
.lang button.active { color: #fff; }

.icon-btn {
  width: 46px; height: 46px; border-radius: 100px; display: grid; place-items: center; cursor: pointer;
  background: rgba(255,255,255,.06); border: 1px solid var(--line); color: #fff;
  transition: background .3s, transform .3s var(--ease);
}
.icon-btn:hover { background: rgba(255,255,255,.12); }
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn .bars { display: flex; flex-direction: column; gap: 4px; }
.icon-btn .bars span { width: 18px; height: 1.5px; background: #fff; display: block; }

.btn-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: #f4f3f0; color: #0b0c0e; font-size: 0.9rem; font-weight: 500;
  padding: 13px 24px; border-radius: 100px;
  transition: transform .3s var(--ease), box-shadow .3s var(--ease), background .3s;
}
.btn-pill:hover { transform: translateY(-1px); background: #fff; box-shadow: 0 12px 30px -8px rgba(0,0,0,.6); }

/* ============================================================
   HERO — aerial ocean, sailing ship
   ============================================================ */
.hero { position: relative; height: 100svh; min-height: 720px; overflow: hidden; isolation: isolate; background: #06161b; }

/* video background */
.hero-video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; opacity: 1; transition: opacity 1.8s ease; }
.hero-video.hidden { opacity: 0; }
.hero-tint {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background:
    linear-gradient(to bottom, rgba(6, 22, 27, .45) 0%, rgba(6, 22, 27, .05) 30%, rgba(6, 22, 27, .12) 62%, rgba(6, 22, 27, .68) 100%),
    linear-gradient(to right, rgba(6, 22, 27, .38) 0%, rgba(6, 22, 27, 0) 55%);
}

/* water */
.hero-water { position: absolute; inset: 0; z-index: 0; }
.hero-water::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(58% 42% at 55% -8%, rgba(150, 216, 205, .34), transparent 62%),
    radial-gradient(95% 75% at 68% 18%, rgba(23, 96, 100, .5), transparent 72%),
    radial-gradient(60% 50% at 85% 70%, rgba(17, 70, 76, .4), transparent 70%),
    radial-gradient(70% 60% at 10% 88%, rgba(14, 58, 66, .45), transparent 75%),
    linear-gradient(180deg, #0e343c 0%, #0a272e 45%, #071d23 100%);
}
/* subtle sun shimmer */
.hero-water::after {
  content: ""; position: absolute; inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
  opacity: .4; mix-blend-mode: overlay;
}
/* fade into next section */
.hero-fade { position: absolute; left: 0; right: 0; bottom: 0; height: 22vh; z-index: 1; background: linear-gradient(to top, rgba(11,12,14,.92), transparent); pointer-events: none; }

/* ship */
.ship-lane { position: absolute; left: 0; right: 0; top: 40%; z-index: 1; pointer-events: none; }
.ship { width: min(66vw, 980px); animation: sail 110s linear infinite; animation-delay: -24s; will-change: transform; }
@keyframes sail { from { transform: translateX(108vw); } to { transform: translateX(-70vw); } }
.ship-svg { width: 100%; height: auto; display: block; animation: bob 9s ease-in-out infinite alternate; }
@keyframes bob { from { transform: translateY(-5px) rotate(.4deg); } to { transform: translateY(5px) rotate(-.4deg); } }
@media (prefers-reduced-motion: reduce) {
  .ship { animation: none; transform: translateX(34vw); }
  .ship-svg { animation: none; }
}

/* content */
.hero-content {
  position: relative; z-index: 2; height: 100%;
  display: flex; flex-direction: column;
  padding-top: 118px; padding-bottom: clamp(28px, 4vh, 48px);
}
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; }
.badge-pill {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: .86rem; font-weight: 500; color: #10201f;
  background: rgba(244,243,240,.92);
  padding: 9px 16px; border-radius: 100px;
}
.badge-pill .dot { width: 7px; height: 7px; border-radius: 50%; background: #2ecc8f; }
.badge-pill.ghost {
  color: rgba(244,243,240,.92);
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.hero-title {
  margin-top: auto;
  font-family: var(--font-serif);
  font-weight: 400;
  font-size: clamp(3rem, 6vw, 5.7rem);
  line-height: 1.0;
  letter-spacing: -0.01em;
  max-width: 26ch;
  text-shadow: 0 2px 34px rgba(0, 10, 12, .4);
}
.hero-title em { font-style: italic; }
.hl { display: block; overflow: hidden; padding-bottom: .06em; margin-bottom: -.06em; }
.hl > span { display: block; transform: translateY(115%); animation: lineUp 1.1s var(--ease) forwards; }
.hl:nth-child(1) > span { animation-delay: .25s; }
.hl:nth-child(2) > span { animation-delay: .40s; }
.hl:nth-child(3) > span { animation-delay: .55s; }
@keyframes lineUp { to { transform: translateY(0); } }

.hero-lead {
  color: rgba(244,243,240,.88);
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.62;
  max-width: 52ch;
  margin-top: 30px;
}

/* load-in for non-line elements */
.fade-in { opacity: 0; transform: translateY(18px); animation: fadeUp 1s var(--ease) forwards; }
.fade-in.d1 { animation-delay: .12s; }
.fade-in.d2 { animation-delay: .75s; }
.fade-in.d3 { animation-delay: .95s; }
@keyframes fadeUp { to { opacity: 1; transform: none; } }
@media (prefers-reduced-motion: reduce) {
  .hl > span { transform: none; animation: none; }
  .fade-in { opacity: 1; transform: none; animation: none; }
}

/* service cards row */
.hero-ctas { display: flex; gap: 16px; margin-top: 44px; align-items: stretch; flex-wrap: wrap; }
.svc-pill {
  position: relative;
  flex: 0 1 440px;
  display: flex; flex-direction: column; justify-content: center; gap: 5px;
  --pill-final: #f6f4ef;
  background: rgba(255, 255, 255, .24);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .42);
  animation: pillSolid 1.1s var(--ease) 1.9s both;
  border-radius: 16px;
  padding: 20px 66px 20px 26px;
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease),
              background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
  box-shadow: 0 18px 50px -22px rgba(0, 8, 10, .55);
}
.svc-pill:hover { transform: translateY(-3px); box-shadow: 0 26px 60px -22px rgba(0, 8, 10, .65); }
.svc-pill .sp-top { font-size: .74rem; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--orange); }
.svc-pill .sp-name { font-family: var(--font-serif); font-size: 1.5rem; line-height: 1.05; }
.svc-pill .sp-arrow {
  position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  width: 22px; height: 22px;
  transition: transform .4s var(--ease);
}
.svc-pill:hover .sp-arrow { transform: translateY(-50%) translate(3px, -3px); }
.svc-pill .sp-arrow svg { width: 100%; height: 100%; stroke: var(--orange); }

.book-btn {
  flex: 0 0 auto;
  display: inline-flex; align-items: center; gap: 12px;
  --pill-final: #fff;
  background: rgba(255, 255, 255, .24);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, .42);
  animation: pillSolid 1.1s var(--ease) 1.9s both;
  font-size: 1rem; font-weight: 500;
  padding: 0 30px; border-radius: 16px;
  backdrop-filter: blur(18px) saturate(1.4);
  -webkit-backdrop-filter: blur(18px) saturate(1.4);
  transition: transform .4s var(--ease), box-shadow .4s var(--ease),
              background .45s var(--ease), color .45s var(--ease), border-color .45s var(--ease);
  box-shadow: 0 18px 50px -22px rgba(0, 8, 10, .55);
}
.book-btn svg { width: 18px; height: 18px; stroke: var(--orange); transition: transform .4s var(--ease); }
.book-btn:hover { transform: translateY(-3px); }
.book-btn:hover svg { transform: translateX(4px); }

/* ============================================================
   SECTION SHELL
   ============================================================ */
.services, .dmc, .cruises, .eco, .team, .contact { padding: clamp(90px, 12vw, 160px) 0; }
.dark { background: var(--bg); }

/* SERVICES */
.services-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 56px; }
.svc-card {
  position: relative; min-height: 560px; border-radius: 24px; overflow: hidden;
  display: flex; flex-direction: column;
  background: #f6f4ef;
  box-shadow: var(--shadow);
  transition: transform .6s var(--ease);
}
.svc-card:hover { transform: translateY(-6px); }
.svc-photo {
  flex: 1; min-height: 280px;
  background-size: cover; background-position: center;
  transition: transform 1s var(--ease);
  transform-origin: center bottom;
}
.svc-card:hover .svc-photo { transform: scale(1.04); }
.svc-badge { position: absolute; top: 24px; left: 24px; z-index: 2; font-size: .74rem; letter-spacing: .04em; color: #fff; background: rgba(12,16,20,.35); border: 1px solid rgba(255,255,255,.3); padding: 7px 14px; border-radius: 100px; backdrop-filter: blur(8px); }
.svc-body {
  position: relative; z-index: 1;
  background: #f6f4ef; color: #101d22;
  padding: 32px 34px 34px;
}
.svc-card h3 { font-family: var(--font-serif); font-size: clamp(2rem, 3.2vw, 2.5rem); font-weight: 400; line-height: 1; letter-spacing: -.01em; margin-bottom: 14px; color: #101d22; }
.svc-card p { font-size: .96rem; color: #4d5459; max-width: 52ch; line-height: 1.55; }
.svc-more { display: inline-flex; align-items: center; gap: 12px; margin-top: 24px; font-size: .78rem; font-weight: 500; letter-spacing: .12em; text-transform: uppercase; color: #101d22; width: fit-content; }
.svc-more .ico { width: 34px; height: 34px; border-radius: 50%; background: var(--orange); display:grid; place-items:center; transition: transform .4s var(--ease); }
.svc-more .ico svg { width: 15px; height: 15px; stroke: #fff; }
.svc-card:hover .svc-more .ico { transform: translate(4px,-4px); }

/* DMC features */
.feat-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--line); }
.feat {
  position: relative; padding: 36px 30px 40px 0; border-bottom: 1px solid var(--line-soft);
  transition: background .4s;
}
.feat:not(:nth-child(3n)) { padding-right: 34px; }
.feat:not(:nth-child(3n))::after { content:""; position:absolute; top:0; right:0; width:1px; height:100%; background: var(--line-soft); }
.feat:hover { background: rgba(255,255,255,.02); }
.feat .fnum { position: absolute; top: 38px; right: 34px; font-size: .78rem; color: var(--faint); letter-spacing: .1em; }
.feat .ficon {
  display: inline-grid; place-items: center;
  width: 48px; height: 48px; border-radius: 13px;
  color: var(--orange);
  background: rgba(224, 122, 60, .1);
  border: 1px solid rgba(224, 122, 60, .28);
  transition: background .35s var(--ease), color .35s var(--ease), transform .35s var(--ease), box-shadow .35s var(--ease);
}
.feat .ficon svg { width: 22px; height: 22px; }
.feat:hover .ficon {
  background: var(--orange); color: #fff;
  transform: translateY(-3px) rotate(-3deg);
  box-shadow: 0 10px 26px -8px rgba(224, 122, 60, .55);
}
.feat h4 { font-family: var(--font-serif); font-size: 1.55rem; font-weight: 400; margin: 20px 0 12px; letter-spacing: -.005em; transition: color .3s; }
.feat p { font-size: .94rem; color: var(--muted); line-height: 1.55; }

/* entrance: icon pops after the cell rises */
.feat .ficon { opacity: 0; transform: translateY(10px) scale(.85); }
.feat.in .ficon { opacity: 1; transform: none; transition: opacity .6s var(--ease) .25s, transform .6s var(--ease) .25s, background .35s var(--ease), color .35s var(--ease), box-shadow .35s var(--ease); }
.feat.in:hover .ficon { transform: translateY(-3px) rotate(-3deg); }
@media (prefers-reduced-motion: reduce) {
  .feat .ficon { opacity: 1; transform: none; }
}

/* how we work */
.how { margin-top: 84px; }
.how-label { display:block; margin-bottom: 28px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.step { padding: 26px 24px 26px 0; position: relative; }
.step::before { content:""; position:absolute; top:-1px; left:0; width: 44px; height: 2px; background: #fff; }
.step .snum { font-size: .82rem; color: var(--faint); }
.step h5 { font-size: 1.05rem; font-weight: 500; margin-top: 12px; letter-spacing: -.01em; }

.dmc-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 70px; }
.dmc-strip figure { border-radius: 18px; overflow: hidden; height: 240px; }
.dmc-strip img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.dmc-strip figure:hover img { transform: scale(1.06); }

/* CRUISES */
.cruises .display em { font-style: italic; }
.stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin-top: 56px; border-top: 1px solid var(--line); }
.stat { padding: 34px 30px 34px 0; position: relative; }
.stat:not(:last-child)::after { content:""; position:absolute; top:24px; bottom:24px; right:30px; width:1px; background: var(--line-soft); }
.stat .snum { font-family: var(--font-serif); font-size: clamp(2.4rem, 4.5vw, 3.4rem); font-weight: 400; line-height: 1; letter-spacing: -.01em; color: var(--orange); }
.stat .snum.mono { font-size: clamp(1rem,1.7vw,1.25rem); font-weight: 500; letter-spacing: .02em; }
.stat .slabel { font-size: .72rem; letter-spacing: .16em; color: var(--muted); margin-top: 14px; text-transform: uppercase; }

.cruise-imgs { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-top: 60px; }
.cruise-img { position: relative; height: 340px; border-radius: 22px; overflow: hidden; box-shadow: var(--shadow); }
.cruise-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 1.1s var(--ease); }
.cruise-img:hover img { transform: scale(1.05); }
.cruise-img .tag { position: absolute; left: 18px; bottom: 18px; display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.24); padding: 9px 15px; border-radius: 100px; backdrop-filter: blur(10px); font-size: .86rem; font-weight: 500; }
.cruise-img .tag svg { width: 15px; height: 15px; stroke: #fff; }

/* cruise-facing brands */
.cfb { margin-top: 90px; }
.cfb-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; margin-top: 32px; }
.cfb-card { padding: 34px 30px 30px; border-radius: 20px; background: var(--surface); border: 1px solid var(--line-soft); transition: transform .5s var(--ease), background .5s, border-color .5s; display: flex; flex-direction: column; }
.cfb-card:hover { transform: translateY(-5px); background: var(--surface-2); border-color: var(--line); }
.cfb-logo { height: 28px; display: flex; align-items: center; margin-bottom: 24px; }
.cfb-logo img { height: 100%; width: auto; object-fit: contain; }
.cfb-card p { font-size: .94rem; color: var(--muted); flex: 1; }
.cfb-visit { margin-top: 24px; display: inline-flex; align-items: center; gap: 8px; font-size: .74rem; letter-spacing: .1em; text-transform: uppercase; width: fit-content; }
.cfb-visit svg { width: 14px; height: 14px; stroke: currentColor; transition: transform .4s var(--ease); }
.cfb-card:hover .cfb-visit svg { transform: translate(3px,-3px); }

/* ECOSYSTEM — family tree */
.eco-tree { margin-top: 70px; }
.eco-parent { display: flex; justify-content: center; padding-bottom: 26px; }
.eco-parent img { height: 26px; width: auto; }
.eco-trunk { width: 1px; height: 44px; background: var(--line); margin-inline: auto; }
.eco-branches {
  position: relative;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px;
  padding-top: 44px;
}
.eco-branches::before {
  content: ""; position: absolute; top: 0;
  left: calc(100% / 6); right: calc(100% / 6);
  height: 1px; background: var(--line);
}
.eco-brand {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  padding: 40px 12px 10px;
  transition: transform .4s var(--ease);
}
.eco-brand::before {
  content: ""; position: absolute; top: -44px; left: 50%;
  width: 1px; height: 60px; background: var(--line);
}
.eb-logo {
  height: clamp(20px, 2.1vw, 30px); width: auto; max-width: 220px;
  opacity: .9;
  transition: opacity .3s, transform .4s var(--ease);
}
.eco-brand:hover .eb-logo { opacity: 1; transform: translateY(-3px); }

@media (max-width: 860px) {
  .eco-branches { grid-template-columns: 1fr; gap: 0; padding-top: 0; }
  .eco-branches::before { display: none; }
  .eco-brand { flex-direction: column; padding: 0 0 14px; }
  .eco-brand::before { position: static; display: block; height: 44px; margin: 0 auto 26px; }
  .eb-logo { height: 24px; }
}

.eco-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; margin-top: 60px; }
.orbit { position: relative; aspect-ratio: 1; max-width: 460px; margin-inline: auto; width: 100%; }
.orbit .ring { position: absolute; inset: 0; border: 1px solid var(--line-soft); border-radius: 50%; }
.orbit .ring.r2 { inset: 15%; }
.orbit .ring.r3 { inset: 30%; border-color: var(--line); }
.orbit .core {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 132px; height: 132px; border-radius: 50%;
  background: #f4f3f0; color: #0b0c0e; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center;
  box-shadow: 0 20px 60px -18px rgba(0,0,0,.8), 0 0 0 8px rgba(255,255,255,.04); z-index: 3;
}
.orbit .core b { font-family: var(--font-serif); font-size: 1.3rem; font-weight: 400; letter-spacing: -.01em; }
.orbit .core small { font-size: .55rem; letter-spacing: .14em; color: var(--faint); margin-top: 4px; }
.orbit .node {
  position: absolute; width: 98px; height: 98px; border-radius: 50%;
  background: var(--surface-2); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center; text-align: center; padding: 8px;
  backdrop-filter: blur(10px); transition: transform .5s var(--ease), background .5s;
}
.orbit .node:hover { background: rgba(255,255,255,.1); }
.orbit .node small { font-size: .52rem; letter-spacing: .1em; color: rgba(244,243,240,.85); line-height: 1.35; }
.orbit .node.n1 { top: 3%; left: 50%; transform: translateX(-50%); }
.orbit .node.n1:hover { transform: translateX(-50%) scale(1.06); }
.orbit .node.n2 { bottom: 11%; right: 5%; }
.orbit .node.n2:hover { transform: scale(1.06); }
.orbit .node.n3 { bottom: 11%; left: 5%; }
.orbit .node.n3:hover { transform: scale(1.06); }

.eco-list { display: flex; flex-direction: column; gap: 12px; }
.eco-item { display: flex; align-items: center; gap: 20px; padding: 22px 24px; border-radius: 16px; background: var(--surface); border: 1px solid var(--line-soft); transition: transform .45s var(--ease), background .45s, border-color .45s; }
.eco-item:hover { transform: translateX(6px); background: var(--surface-2); border-color: var(--line); }
.eco-item .badge { width: 52px; height: 52px; border-radius: 13px; flex-shrink: 0; background: rgba(255,255,255,.06); border: 1px solid var(--line-soft); display: grid; place-items: center; }
.eco-item .badge img { width: 28px; height: 28px; object-fit: contain; }
.eco-item .txt b { font-family: var(--font-serif); font-size: 1.4rem; font-weight: 400; display: block; letter-spacing: -.005em; }
.eco-item .txt span { font-size: .86rem; color: var(--muted); }
.eco-item .go { margin-left: auto; color: var(--faint); transition: transform .4s var(--ease), color .4s; }
.eco-item:hover .go { transform: translate(3px,-3px); color: #fff; }
.eco-item .go svg { width: 18px; height: 18px; stroke: currentColor; }

/* TEAM */
.team-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; margin-top: 56px; }
.tcard { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 3/4; isolation: isolate; box-shadow: var(--shadow); transition: transform .55s var(--ease); }
.tcard:hover { transform: translateY(-6px); }
.tcard img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 1s var(--ease); }
.tcard:hover img { transform: scale(1.05); }
.tcard::after { content:""; position:absolute; inset:0; z-index:-1; background: linear-gradient(to top, rgba(8,9,11,.92) 8%, rgba(8,9,11,.1) 55%, transparent); }
.tcard .info { position: absolute; inset: auto 0 0 0; padding: 22px; }
.tcard .info b { font-family: var(--font-serif); font-size: 1.35rem; font-weight: 400; display: block; line-height: 1.1; letter-spacing: -.005em; }
.tcard .info span { font-size: .78rem; color: rgba(244,243,240,.78); display: block; margin-top: 5px; }
.tcard .langs { display: flex; gap: 5px; margin-top: 14px; flex-wrap: wrap; }
.tcard .langs i { font-style: normal; font-size: .62rem; letter-spacing: .05em; padding: 4px 8px; border-radius: 6px; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.2); }

.quote { margin-top: 90px; text-align: center; max-width: 960px; margin-inline: auto; }
.quote .qmark { width: 54px; height: 54px; border-radius: 50%; margin: 0 auto 28px; background: rgba(255,255,255,.06); border: 1px solid var(--line); color: #fff; display: grid; place-items: center; font-size: 2rem; line-height: 0; padding-top: 8px; }
.quote blockquote { font-family: var(--font-serif); font-style: italic; font-weight: 400; font-size: clamp(1.7rem, 3.8vw, 2.9rem); line-height: 1.24; letter-spacing: -.01em; }
.quote blockquote em { font-style: italic; }
.quote cite { display:block; margin-top: 26px; font-size: .72rem; letter-spacing: .16em; color: var(--faint); font-style: normal; }

/* CONTACT */
.contact { text-align: center; }
.contact .display { font-size: clamp(2.2rem, 4.4vw, 3.6rem); margin: 22px 0 24px; }
.contact .lead { margin-inline: auto; }
.contact-btn { display: inline-flex; align-items: center; gap: 14px; margin-top: 42px; background: #f4f3f0; color: #0b0c0e; padding: 16px 16px 16px 30px; border-radius: 100px; font-size: 1.05rem; font-weight: 500; transition: transform .4s var(--ease), box-shadow .4s; }
.contact-btn:hover { transform: translateY(-3px); box-shadow: 0 24px 60px -18px rgba(0,0,0,.7); }
.contact-btn .ic { width: 40px; height: 40px; border-radius: 50%; background: #0b0c0e; display:grid; place-items:center; }
.contact-btn .ic svg { width: 18px; height: 18px; stroke: #fff; }
.contact-sub { display:block; margin-top: 28px; font-size: .7rem; letter-spacing: .2em; color: var(--faint); }

/* FOOTER */
.footer { background: var(--bg-2); padding: 84px 0 34px; border-top: 1px solid var(--line-soft); }
.foot-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.foot-brand .logo img { height: 22px; }
.foot-brand p { color: var(--muted); font-size: .94rem; max-width: 34ch; margin: 18px 0 20px; }
.foot-brand .loc { font-size: .68rem; letter-spacing: .18em; color: var(--faint); }
.foot-col h6 { font-size: .68rem; letter-spacing: .18em; color: var(--muted); margin-bottom: 18px; text-transform: uppercase; font-weight: 500; }
.foot-col a, .foot-col span { display: block; color: rgba(244,243,240,.72); font-size: .94rem; margin-bottom: 11px; transition: color .3s, transform .3s var(--ease); width: fit-content; }
.foot-col a:hover { color: #fff; transform: translateX(3px); }
.foot-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line-soft); }
.foot-bottom span { font-size: .68rem; letter-spacing: .14em; color: var(--faint); }

/* ============================================================
   MOBILE MENU
   ============================================================ */
.menu { position: fixed; inset: 0; z-index: 200; background: rgba(11,12,14,.96); backdrop-filter: blur(20px); display: flex; flex-direction: column; padding: 26px clamp(20px,5vw,64px); opacity: 0; pointer-events: none; transition: opacity .4s var(--ease); }
.menu.open { opacity: 1; pointer-events: auto; }
.menu-top { display: flex; justify-content: space-between; align-items: center; }
.menu-links { margin: auto 0; display: flex; flex-direction: column; gap: 6px; }
.menu-links a { font-size: clamp(2rem, 9vw, 3.4rem); font-weight: 600; letter-spacing: -.02em; }
.menu-links a i { font-style: normal; font-size: .9rem; color: var(--faint); vertical-align: super; margin-left: 8px; }
.menu-foot { display: flex; justify-content: space-between; align-items: center; color: var(--muted); font-size: .9rem; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* intro: liquid glass -> solid, stays solid */
@keyframes pillSolid {
  from { background: rgba(255, 255, 255, .24); color: #fff; border-color: rgba(255, 255, 255, .42); }
  to { background: var(--pill-final); color: #101d22; border-color: transparent; }
}
.hero-ctas .svc-pill:nth-child(1) { animation-delay: 1.7s; }
.hero-ctas .svc-pill:nth-child(2) { animation-delay: 2s; }
.hero-ctas .book-btn { animation-delay: 2.3s; }
@media (prefers-reduced-motion: reduce) {
  .svc-pill, .book-btn { animation: none; background: var(--pill-final); color: #101d22; border-color: transparent; }
}

@media (max-width: 1080px) {
  .nav-links { display: none; }
  .carousel { width: 54vw; }
}
@media (max-width: 860px) {
  .hero-foot { grid-template-columns: 1fr; }
  .carousel { width: 100%; }
  .car-card { flex-basis: 260px; height: 260px; }
  .services-cards { grid-template-columns: 1fr; }
  .feat-grid { grid-template-columns: 1fr 1fr; }
  .feat:not(:nth-child(3n)) { padding-right: 30px; }
  .feat:nth-child(2n)::after { display: none; }
  .feat:not(:nth-child(2n)) { padding-right: 30px; }
  .feat:not(:nth-child(2n))::after { content:""; display:block; position:absolute; top:0; right:0; width:1px; height:100%; background:var(--line-soft); }
  .steps { grid-template-columns: 1fr 1fr; }
  .dmc-strip { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; }
  .stat:not(:last-child)::after { display: none; }
  .stat { border-bottom: 1px solid var(--line-soft); }
  .cruise-imgs { grid-template-columns: 1fr; }
  .cfb-grid { grid-template-columns: 1fr; }
  .eco-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .nav { padding-block: 14px; }
  .nav .btn-ghost { display: none; }
  .nav.scrolled .nav-inner { padding: 8px 12px 8px 18px; }
  .hero { height: auto; min-height: 100svh; padding-bottom: 36px; }
  .hero-content { height: auto; min-height: 100svh; }
  .hero-video.v3 { object-position: 68% center; }
  .hero-tint {
    background: linear-gradient(to bottom, rgba(6,22,27,.55) 0%, rgba(6,22,27,.18) 30%, rgba(6,22,27,.28) 60%, rgba(6,22,27,.78) 100%);
  }
  .hero-content { padding-top: 100px; justify-content: flex-end; }
  .hero-title { margin-top: 0; margin-bottom: 26px; }
  .hero-lead { display: none; }
  .hero-ctas { flex-direction: column; align-items: stretch; gap: 10px; margin-top: 24px; }
  .svc-pill { flex-basis: auto; padding: 16px 60px 16px 22px; }
  .book-btn { padding: 15px 30px; justify-content: center; }
  .svc-card { min-height: 0; }
  .svc-photo { flex: none; min-height: 0; height: 200px; }
  .svc-body { padding: 22px 24px 26px; }
  .svc-card h3 { margin-bottom: 10px; }
  .svc-card p { font-size: .92rem; }
  /* DMC features: icon + title only, single row */
  .feat { display: flex; align-items: center; gap: 16px; padding: 18px 0; }
  .feat p { display: none; }
  .feat h4 { margin: 0; font-size: 1.3rem; }
  .feat .ficon { flex-shrink: 0; width: 44px; height: 44px; }
  .feat .fnum { top: 50%; transform: translateY(-50%); right: 4px; }
}
@media (max-width: 520px) {
  .hero-title { font-size: clamp(2.8rem, 13.5vw, 3.8rem); }
  .feat-grid { grid-template-columns: 1fr; }
  .feat::after { display: none !important; }
  .steps { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .foot-bottom { flex-direction: column; gap: 12px; }
}
