/* ==========================================================================
   المناهل للحج والعمرة — v3
   Navy-forward with turquoise as the working accent. Cinematic hero, custom
   cursor, Lenis smooth scroll, pinned storytelling and horizontal packages.
   ========================================================================== */

@font-face { font-family: "ABC Favorit Arabic"; src: url("../fonts/ABCFavoritArabic-Light.ttf") format("truetype"); font-weight: 300; font-display: swap; }
@font-face { font-family: "ABC Favorit Arabic"; src: url("../fonts/ABCFavoritArabic-Book.ttf") format("truetype"); font-weight: 350; font-display: swap; }
@font-face { font-family: "ABC Favorit Arabic"; src: url("../fonts/ABCFavoritArabic-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "ABC Favorit Arabic"; src: url("../fonts/ABCFavoritArabic-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "ABC Favorit Arabic"; src: url("../fonts/ABCFavoritArabic-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }

:root {
	--navy: #001c71;
	--navy-deep: #00113f;
	--navy-soft: #0b2a8c;
	--ink: #0d1433;
	--teal: #1fcbd4;
	--teal-ink: #1fcbd4; /* unified: one turquoise everywhere */
	--teal-soft: rgba(31, 203, 212, .12);
	--paper: #ffffff;
	--bone: #f4f6fa;
	--muted: #66708a;
	--rule: rgba(0, 28, 113, .14);
	--rule-light: rgba(255, 255, 255, .16);

	--font: "ABC Favorit Arabic", "Segoe UI", Tahoma, system-ui, sans-serif;
	--container: 1400px;
	--gutter: clamp(20px, 4vw, 60px);
	--header-h: 92px;
	--section: clamp(88px, 11vw, 160px);
	--radius: 6px;
	--ease: cubic-bezier(.65, 0, .35, 1);
}

/* ---------- Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }
body {
	margin: 0; font-family: var(--font); font-weight: 400; font-size: 1.0625rem; line-height: 1.85;
	color: var(--ink); background: var(--paper); overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, h4 { margin: 0; font-weight: 700; line-height: 1.25; color: var(--navy); }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; color: inherit; padding: 0; }
input, select, textarea { font: inherit; }
::selection { background: var(--teal); color: var(--navy); }
.icon { width: 1.2em; height: 1.2em; flex: none; }
.screen-reader-text { position: absolute; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; top: -100px; right: 16px; z-index: 1000; background: var(--navy); color: #fff; padding: .5em 1em; }
.skip-link:focus { top: 0; }
[hidden] { display: none !important; }
html.has-cursor, html.has-cursor a, html.has-cursor button { cursor: none; }

.container { width: min(var(--container), 100% - 2 * var(--gutter)); margin-inline: auto; }
.container.narrow { max-width: 900px; }
.section { padding-block: var(--section); position: relative; }
.plate { background: var(--navy); color: rgba(255,255,255,.84); }
.plate--deep { background: var(--navy-deep); }
.plate h1, .plate h2, .plate h3, .plate h4 { color: #fff; }
.plate .label { color: var(--teal); }
.plate .label::after { background: var(--rule-light); }
body:not(.is-home) .site-main { padding-top: var(--header-h); }

/* ---------- Primitives ---------- */
.label { display: flex; align-items: center; gap: 16px; font-size: .82rem; font-weight: 500; color: var(--navy); letter-spacing: .02em; margin-bottom: clamp(28px, 4vw, 48px); }
.label__num { font-weight: 700; color: var(--teal-ink); font-variant-numeric: tabular-nums; }
.label::after { content: ""; flex: 1; height: 1px; background: var(--rule); }
.plate .label__num { color: var(--teal); }
.display { font-size: clamp(2.6rem, 6.2vw, 6rem); line-height: 1.22; letter-spacing: -.015em; font-weight: 700; }
.h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1.25; letter-spacing: -.01em; }
.h3 { font-size: clamp(1.35rem, 2vw, 1.75rem); line-height: 1.35; }
.lede { font-size: clamp(1.4rem, 2.3vw, 2.1rem); font-weight: 300; line-height: 1.55; color: var(--navy); }
.plate .lede { color: #fff; }
.muted { color: var(--muted); }
.plate .muted { color: rgba(255,255,255,.62); }
.small { font-size: .9rem; }
em { font-style: normal; color: var(--teal-ink); }
.plate em { color: var(--teal); }
.line { display: block; overflow: hidden; padding: .12em .15em .28em; margin: -.12em -.15em -.28em; }
.line > span { display: block; }

.link { display: inline-flex; align-items: center; gap: .55em; font-weight: 500; color: var(--navy); padding-bottom: 3px; border-bottom: 1px solid currentColor; transition: color .25s; }
.link .icon { transition: transform .3s; }
.link:hover { color: var(--teal-ink); }
.link:hover .icon { transform: translateX(-5px); }
.plate .link { color: #fff; } .plate .link:hover { color: var(--teal); }

.btn {
	position: relative; display: inline-flex; align-items: center; justify-content: center; gap: .6em;
	padding: 1em 1.8em; border-radius: 999px; border: 1px solid var(--teal);
	background: var(--teal); color: var(--navy); font-weight: 500; line-height: 1.2; white-space: nowrap;
	overflow: hidden; isolation: isolate; transition: color .35s var(--ease), border-color .35s;
}
.btn::before { content: ""; position: absolute; inset: 0; background: var(--navy); border-radius: inherit; transform: translateY(101%); transition: transform .45s var(--ease); z-index: -1; }
.btn:hover { color: #fff; border-color: var(--navy); }
.btn:hover::before { transform: translateY(0); }
.btn .icon { width: 1.1em; height: 1.1em; }
.btn--navy { background: var(--navy); border-color: var(--navy); color: #fff; }
.btn--navy::before { background: var(--teal); }
.btn--navy:hover { color: var(--navy); border-color: var(--teal); }
.btn--outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn--outline::before { background: var(--navy); }
.btn--outline:hover { color: #fff; }
.plate .btn--outline { color: #fff; border-color: rgba(255,255,255,.5); }
.plate .btn--outline::before { background: var(--teal); }
.plate .btn--outline:hover { color: var(--navy); border-color: var(--teal); }

.pic { position: relative; overflow: hidden; border-radius: var(--radius); background: var(--bone); margin: 0; }
.pic img { width: 100%; height: 100%; object-fit: cover; }

/* ---------- Preloader ---------- */
.loader { position: fixed; inset: 0; z-index: 2000; background: var(--navy-deep); color: #fff; display: none; place-items: center; overflow: hidden; }
.js.gsap:not(.loaded) .loader { display: grid; }
.loader__brand { display: grid; justify-items: center; gap: 24px; }
.loader__brand .logo--mark { width: 96px; color: #fff; }
.loader__brand .logo--wordmark { width: 220px; color: #fff; }
.loader__bar { position: absolute; bottom: 0; inset-inline: 0; height: 3px; background: rgba(255,255,255,.1); }
.loader__bar span { display: block; height: 100%; width: 0; background: var(--teal); }
.loader__count { position: absolute; bottom: 28px; left: var(--gutter); font-size: .9rem; font-weight: 500; color: rgba(255,255,255,.6); direction: ltr; font-variant-numeric: tabular-nums; }
.loader__count b { color: var(--teal); font-weight: 700; }


/* ---------- Cursor ---------- */
.cursor { position: fixed; top: 0; left: 0; z-index: 1500; pointer-events: none; opacity: 0; transition: opacity .3s; }
html.has-cursor .cursor { opacity: 1; }
.cursor__dot { position: absolute; top: 0; left: 0; width: 8px; height: 8px; margin: -4px 0 0 -4px; border-radius: 50%; background: var(--teal); }
.cursor__ring { position: absolute; top: 0; left: 0; width: 44px; height: 44px; margin: -22px 0 0 -22px; border-radius: 50%; border: 1.5px solid var(--teal); display: grid; place-items: center; transition: width .4s var(--ease), height .4s var(--ease), margin .4s var(--ease), background .4s, border-color .4s; }
.cursor__label { font-size: .8rem; font-weight: 500; color: var(--navy); opacity: 0; transform: scale(.6); transition: opacity .3s, transform .3s; white-space: nowrap; }
.cursor--hover .cursor__ring { width: 64px; height: 64px; margin: -32px 0 0 -32px; background: rgba(31,203,212,.18); }
.cursor--view .cursor__ring { width: 104px; height: 104px; margin: -52px 0 0 -52px; background: var(--teal); border-color: var(--teal); }
.cursor--view .cursor__label { opacity: 1; transform: none; }
.cursor--view .cursor__dot { opacity: 0; }
.cursor--down .cursor__ring { transform: scale(.85); }
.cursor--hidden { opacity: 0 !important; }

/* ---------- Header ---------- */
.site-header { position: fixed; top: 0; inset-inline: 0; z-index: 100; color: var(--navy); transition: background .4s, color .4s, box-shadow .4s; }
.site-header::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 1px; background: var(--rule); opacity: 0; transition: opacity .4s; }
.site-header.is-scrolled { background: rgba(255,255,255,.97); }
/* no backdrop-filter/filter/transform on the header: any of them would become the containing block of the fixed mobile nav */
.site-header.is-scrolled::after { opacity: 1; }
body.is-home .site-header:not(.is-scrolled) { color: #fff; }
.site-header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: var(--header-h); gap: 24px; }
.brand { color: inherit; }
.brand .logo { height: 46px; width: auto; color: inherit; }
.logo { color: var(--navy); }
.plate .logo, .site-footer .logo, .nav .logo { color: #fff; }
.nav__list { display: flex; align-items: center; gap: clamp(20px, 3vw, 44px); }
.nav__list a { position: relative; font-weight: 500; font-size: 1rem; color: inherit; padding: .3em 0; }
.nav__list a::after { content: ""; position: absolute; inset-inline: 0; bottom: -2px; height: 1.5px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.nav__list a:hover::after, .nav__list .current-menu-item > a::after { transform: scaleX(1); }
.nav__extra, .nav__bar, .nav__label, .nav__glow { display: none; }
.site-header__side { display: flex; align-items: center; justify-content: flex-end; gap: 22px; }
.site-header__phone { font-weight: 500; font-size: .95rem; white-space: nowrap; color: inherit; }
.site-header__cta { font-size: .92rem; padding: .8em 1.4em; }
.nav-toggle { display: none; align-items: center; gap: 10px; font-weight: 500; font-size: .95rem; color: inherit; }
.nav-toggle__bars { position: relative; width: 26px; height: 12px; }
.nav-toggle__bars::before, .nav-toggle__bars::after { content: ""; position: absolute; inset-inline: 0; height: 1.5px; background: currentColor; transition: transform .35s, top .35s; }
.nav-toggle__bars::before { top: 0; } .nav-toggle__bars::after { top: 10px; }
body.nav-open .nav-toggle__bars::before { top: 5px; transform: rotate(45deg); }
body.nav-open .nav-toggle__bars::after { top: 5px; transform: rotate(-45deg); }

/* ---------- Hero ---------- */
.hero { position: relative; height: 100vh; height: 100svh; min-height: 640px; color: #fff; overflow: hidden; background: var(--navy-deep); }
.hero__media { position: absolute; inset: 0; }
.hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; transform: scale(1.08); }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,17,63,.96) 0%, rgba(0,17,63,.62) 38%, rgba(0,28,113,.18) 70%, rgba(0,28,113,.35) 100%); }
.hero__inner { position: relative; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding-bottom: clamp(36px, 5vw, 72px); }
.hero__grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 40px; align-items: end; }
.hero__kicker { display: inline-flex; align-items: center; gap: 12px; font-size: .9rem; font-weight: 500; color: var(--teal); margin-bottom: 26px; }
.hero__kicker::before { content: ""; width: 40px; height: 1px; background: var(--teal); }
.hero__title { color: #fff; font-size: clamp(2.5rem, 5.6vw, 5.4rem); line-height: 1.2; letter-spacing: -.015em; margin-bottom: .5em; }
.hero__title em { color: var(--teal); }
.hero__lead { max-width: 560px; font-weight: 350; color: rgba(255,255,255,.8); font-size: 1.15rem; margin-bottom: 2em; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; }
.hero .link { color: #fff; } .hero .link:hover { color: var(--teal); }
.hero__aside { justify-self: end; display: grid; gap: 28px; justify-items: end; text-align: start; }
.hero__meta { border-inline-start: 1px solid rgba(255,255,255,.3); padding-inline-start: 22px; max-width: 300px; font-size: .95rem; color: rgba(255,255,255,.75); }
.hero__meta strong { display: block; color: #fff; font-size: 1.05rem; }
.hero__meta .soon { display: inline-flex; align-items: center; gap: .5em; color: var(--teal); font-weight: 500; margin-top: .4em; }
.soon-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 0 rgba(31,203,212,.6); animation: soon 2s infinite; flex: none; }
@keyframes soon { 0% { box-shadow: 0 0 0 0 rgba(31,203,212,.55); } 100% { box-shadow: 0 0 0 10px rgba(31,203,212,0); } }

/* Rotating badge */
.badge { position: relative; width: 150px; height: 150px; display: grid; place-items: center; }
.badge svg.badge__ring { position: absolute; inset: 0; width: 100%; height: 100%; animation: spin 18s linear infinite; }
.badge svg.badge__ring text { font-family: var(--font); font-size: 11.5px; font-weight: 500; fill: rgba(255,255,255,.85); letter-spacing: .12em; }
.badge .logo--mark { width: 54px; color: #fff; }
@keyframes spin { to { transform: rotate(-360deg); } }
.hero__scroll { position: absolute; bottom: 0; right: 50%; transform: translateX(50%); width: 1px; height: 72px; background: rgba(255,255,255,.18); overflow: hidden; }
.hero__scroll::after { content: ""; position: absolute; inset: 0; background: var(--teal); animation: drop 2s var(--ease) infinite; }
@keyframes drop { 0% { transform: translateY(-100%); } 100% { transform: translateY(100%); } }

/* ---------- Ticker ---------- */
.ticker { background: var(--navy); color: #fff; overflow: hidden; padding: clamp(18px, 2.5vw, 30px) 0; border-block: 1px solid var(--rule-light); }
.ticker__track { display: flex; gap: 0; width: max-content; will-change: transform; }
.ticker__item { display: inline-flex; align-items: center; gap: .5em; padding-inline: .5em; font-size: clamp(2.4rem, 6vw, 5.6rem); font-weight: 700; line-height: 1.2; white-space: nowrap; color: transparent; -webkit-text-stroke: 1.2px rgba(255,255,255,.8); }
.ticker__item.is-solid { color: var(--teal); -webkit-text-stroke: 0; }
.ticker__item::after { content: ""; width: 12px; height: 12px; border-radius: 50%; background: var(--teal); margin-inline: .5em; }

/* ---------- Intro (concise) ---------- */
.intro__grid { display: grid; grid-template-columns: 3fr 9fr; gap: clamp(28px, 5vw, 80px); align-items: start; }
.intro__aside { font-size: .9rem; color: var(--muted); }
.intro__aside .label { margin-bottom: 20px; }
.intro__aside strong { color: var(--navy); font-weight: 500; display: block; }
.intro__body .lede { margin-bottom: 1.2em; max-width: 24ch; }
.intro__body p.muted { max-width: 620px; font-size: 1.1rem; }
.figures { margin-top: clamp(48px, 7vw, 90px); display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--rule); }
.figure { padding: 34px 28px; border-inline-start: 1px solid var(--rule); }
.figure:first-child { border-inline-start: 0; padding-inline-start: 0; }
.figure__num { display: block; font-size: clamp(2.6rem, 4.5vw, 4.2rem); font-weight: 700; color: var(--navy); line-height: 1; direction: ltr; text-align: right; font-variant-numeric: tabular-nums; }
.figure__num small { font-size: .45em; font-weight: 500; color: var(--teal-ink); margin-inline-start: .15em; }
.figure__label { display: block; margin-top: 12px; color: var(--muted); font-size: .95rem; }

/* ---------- Journey (sticky media + steps) ---------- */
.journey { overflow: clip; }
.journey__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(32px, 6vw, 96px); align-items: start; }
.journey__sticky { position: sticky; top: calc(var(--header-h) + 24px); height: calc(100vh - var(--header-h) - 48px); min-height: 480px; }
.journey__media { position: relative; height: 100%; border-radius: var(--radius); overflow: hidden; background: var(--navy-deep); }
.journey__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transform: scale(1.1); transition: opacity .9s var(--ease), transform 1.6s var(--ease); }
.journey__media img.is-active { opacity: 1; transform: scale(1); }
.journey__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,17,63,.7), transparent 55%); }
.journey__caption { position: absolute; bottom: 24px; inset-inline: 28px; z-index: 1; display: flex; justify-content: space-between; font-size: .9rem; color: rgba(255,255,255,.8); }
.journey__steps { padding-top: clamp(20px, 4vw, 60px); }
.step { min-height: 62vh; display: flex; flex-direction: column; justify-content: center; padding: 30px 0; border-top: 1px solid var(--rule-light); opacity: .32; transition: opacity .6s; }
.step.is-active { opacity: 1; }
.step__num { font-size: clamp(3rem, 6vw, 5.5rem); font-weight: 700; color: transparent; -webkit-text-stroke: 1px var(--teal); line-height: 1; direction: ltr; text-align: right; margin-bottom: 18px; }
.step.is-active .step__num { color: var(--teal); -webkit-text-stroke: 0; }
.step h3 { font-size: clamp(1.6rem, 2.6vw, 2.4rem); margin-bottom: .5em; }
.step p { color: rgba(255,255,255,.72); max-width: 480px; font-size: 1.08rem; }
.step__tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.step__tags span { font-size: .85rem; padding: .4em .9em; border: 1px solid var(--rule-light); border-radius: 999px; color: rgba(255,255,255,.8); }

/* ---------- Packages (horizontal) ---------- */
.packages { background: var(--bone); }
.packages__head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: end; margin-bottom: clamp(36px, 5vw, 60px); }
.packages__note { display: flex; align-items: center; gap: 12px; font-size: .92rem; color: var(--muted); max-width: 340px; }
.hscroll { position: relative; overflow: hidden; padding-block: 8px; }
.hscroll__viewport { overflow: visible; }
.hscroll__track { display: flex; gap: 22px; width: max-content; }
.pcard {
	position: relative; display: flex; flex-direction: column; width: clamp(320px, 30vw, 420px); min-height: 380px;
	background: #fff; border: 1px solid var(--rule); border-radius: 10px; padding: 34px 32px 30px; overflow: hidden; isolation: isolate;
	transition: border-color .4s, color .4s;
}
.pcard::before { content: ""; position: absolute; inset: 0; background: var(--navy); transform: translateY(101%); transition: transform .55s var(--ease); z-index: -1; }
.pcard:hover::before { transform: translateY(0); }
.pcard:hover { color: #fff; border-color: var(--navy); }
.pcard:hover h3, .pcard:hover .pcard__meta, .pcard:hover .pcard__status { color: #fff; }
.pcard:hover .link { color: var(--teal); }
.pcard__top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 40px; }
.pcard__num { font-size: 4rem; font-weight: 700; line-height: 1; color: transparent; -webkit-text-stroke: 1.2px var(--teal); direction: ltr; }
.pcard:hover .pcard__num { color: var(--teal); -webkit-text-stroke: 0; }
.pcard__transport { display: inline-flex; align-items: center; gap: .5em; font-size: .88rem; font-weight: 500; color: var(--teal-ink); }
.pcard:hover .pcard__transport { color: var(--teal); }
.pcard h3 { font-size: clamp(1.6rem, 2.2vw, 2rem); line-height: 1.25; margin-bottom: .2em; transition: color .4s; }
.pcard__meta { color: var(--muted); font-size: .95rem; transition: color .4s; }
.pcard__foot { margin-top: auto; display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 22px; border-top: 1px solid var(--rule); }
.pcard:hover .pcard__foot { border-color: var(--rule-light); }
.pcard__status { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; font-size: .95rem; color: var(--navy); transition: color .4s; }
.pcard__price { font-size: 1.7rem; font-weight: 700; color: var(--navy); line-height: 1; }
.pcard:hover .pcard__price { color: var(--teal); }
.pcard__price small { font-size: .5em; font-weight: 400; margin-inline-start: .3em; }
.pcard--umrah { background: var(--navy); color: #fff; border-color: var(--navy); }
.pcard--umrah h3, .pcard--umrah .pcard__meta, .pcard--umrah .pcard__status { color: #fff; }
.pcard--umrah .pcard__meta { color: rgba(255,255,255,.7); }
.pcard--umrah .pcard__foot { border-color: var(--rule-light); }
.pcard--umrah::before { background: var(--teal); }
.pcard--umrah:hover, .pcard--umrah:hover h3, .pcard--umrah:hover .pcard__meta, .pcard--umrah:hover .pcard__status { color: var(--navy); }
.pcard--umrah:hover .link { color: var(--navy); }
.pcard--umrah .pcard__num { -webkit-text-stroke-color: rgba(255,255,255,.7); }
.hscroll__hint { display: flex; align-items: center; gap: 12px; margin-top: 28px; font-size: .9rem; color: var(--muted); }
.hscroll__bar { flex: 1; max-width: 240px; height: 1px; background: var(--rule); position: relative; }
.hscroll__bar span { position: absolute; top: -1px; right: 0; height: 3px; width: 20%; background: var(--teal); }
.packages__foot { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 40px; flex-wrap: wrap; }

/* ---------- Offers list (index rows) ---------- */
.offers__toolbar { display: flex; flex-wrap: wrap; gap: 8px 28px; align-items: center; justify-content: space-between; margin-bottom: 36px; padding-bottom: 20px; border-bottom: 1px solid var(--rule); }
.filters { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; }
.filters button { position: relative; display: inline-flex; align-items: center; gap: .4em; font-weight: 500; color: var(--muted); padding: 6px 0; transition: color .25s; }
.filters button::after { content: ""; position: absolute; inset-inline: 0; bottom: 0; height: 1.5px; background: var(--teal); transform: scaleX(0); transform-origin: right; transition: transform .3s; }
.filters button:hover, .filters button.is-active { color: var(--navy); }
.filters button.is-active::after { transform: scaleX(1); }
.filters__label { font-size: .85rem; color: var(--muted); margin-inline-end: 6px; }
.offers__empty { padding: 48px 0; text-align: center; color: var(--muted); }
.pkg-list { border-top: 1px solid var(--rule); }
.pkg-row { border-bottom: 1px solid var(--rule); position: relative; }
.pkg-row__main { display: grid; grid-template-columns: 90px 1.3fr 1fr 190px auto; gap: 24px; align-items: center; padding: 30px 0; }
.pkg-row::before { content: ""; position: absolute; inset: 0 calc(-1 * var(--gutter)); background: var(--bone); opacity: 0; transition: opacity .3s; z-index: -1; }
.pkg-row:hover::before, .pkg-row.is-open::before { opacity: 1; }
.pkg-row__num { font-size: clamp(2rem, 3.2vw, 2.8rem); font-weight: 700; color: transparent; -webkit-text-stroke: 1px var(--teal); line-height: 1; direction: ltr; text-align: right; }
.pkg-row:hover .pkg-row__num, .pkg-row.is-open .pkg-row__num { color: var(--teal); -webkit-text-stroke: 0; }
.pkg-row__title { font-size: clamp(1.35rem, 2vw, 1.75rem); color: var(--navy); line-height: 1.3; }
.pkg-row__name { display: block; font-size: .88rem; font-weight: 400; color: var(--muted); margin-top: 2px; }
.pkg-row__meta { display: grid; gap: 4px; font-size: .95rem; color: var(--ink); }
.pkg-row__meta span { display: inline-flex; align-items: center; gap: .5em; }
.pkg-row__meta .icon { color: var(--teal-ink); }
.pkg-row__status { display: inline-flex; align-items: center; gap: .6em; font-weight: 500; color: var(--navy); font-size: .95rem; }
.pkg-row__price { font-size: 1.6rem; font-weight: 700; color: var(--navy); line-height: 1; }
.pkg-row__price small { font-size: .55em; font-weight: 400; color: var(--muted); margin-inline-start: .3em; }
.pkg-row__act { display: flex; align-items: center; gap: 20px; }
.pkg-row__toggle { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; border: 1px solid var(--rule); border-radius: 50%; color: var(--navy); transition: background .25s, color .25s, border-color .25s; }
.pkg-row__toggle .icon { width: 18px; height: 18px; transition: transform .35s; }
.pkg-row__toggle:hover { background: var(--teal); border-color: var(--teal); }
.pkg-row.is-open .pkg-row__toggle .icon { transform: rotate(45deg); }
.pkg-row__panel { height: 0; overflow: hidden; }
.pkg-row__panel-in { padding: 4px 0 40px; display: grid; grid-template-columns: 90px 1fr; gap: 24px; }
.pkg-detail { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }
.pkg-detail h4 { font-size: .85rem; font-weight: 500; color: var(--muted); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--rule); }
.pkg-detail p { margin: 0 0 .3em; }
.pkg-detail dl { margin: 0; } .pkg-detail dt { color: var(--muted); font-size: .85rem; } .pkg-detail dd { margin: 0 0 10px; font-weight: 500; color: var(--navy); }
.pkg-detail ul li { padding: 6px 0; display: flex; gap: .6em; align-items: baseline; }
.pkg-detail ul li::before { content: "—"; color: var(--teal-ink); }
.pkg-soon { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: var(--navy); color: #fff; padding: 26px 30px; border-radius: var(--radius); }
.pkg-soon strong { display: block; font-size: 1.15rem; margin-bottom: .2em; }
.pkg-soon p { margin: 0; color: rgba(255,255,255,.7); font-size: .95rem; }

/* ---------- Pillars / Services (about page) ---------- */
.pillars { overflow: hidden; }
.pillars__bg { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: .18; mix-blend-mode: luminosity; }
.pillars::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,28,113,.3), var(--navy) 70%); }
.pillars .container { position: relative; z-index: 1; }
.pillars__head { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: end; margin-bottom: clamp(44px, 6vw, 72px); }
.pillars__head p { max-width: 520px; margin: 0; color: rgba(255,255,255,.66); }
.pillars__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--rule-light); }
.pillar { padding: 40px 36px 8px; border-inline-start: 1px solid var(--rule-light); }
.pillar:first-child { border-inline-start: 0; padding-inline-start: 0; }
.pillar__num { display: block; font-size: .85rem; font-weight: 700; color: var(--teal); margin-bottom: 26px; }
.pillar h3 { font-size: 1.6rem; margin-bottom: .6em; }
.pillar p { color: rgba(255,255,255,.72); }
.values { display: flex; flex-wrap: wrap; }
.values li { display: flex; align-items: center; gap: 12px; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 12px 0; width: 50%; }
.values li::before { content: ""; width: 8px; height: 8px; background: var(--teal); }
.services__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(32px, 6vw, 100px); align-items: start; }
.services__media { position: sticky; top: calc(var(--header-h) + 32px); }
.services__media .pic { aspect-ratio: 4 / 5; }
.services__media figcaption { margin-top: 14px; font-size: .85rem; color: var(--muted); }
.service-list { border-top: 1px solid var(--rule); }
.service { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 26px 0; border-bottom: 1px solid var(--rule); }
.service__num { font-size: .85rem; font-weight: 700; color: var(--teal-ink); padding-top: 6px; }
.service h3 { font-size: 1.25rem; margin-bottom: .3em; }
.service p { margin: 0; color: var(--muted); }

/* ---------- Team ---------- */
.team__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 4vw, 48px); }
.member { position: relative; display: grid; grid-template-columns: 280px 1fr; gap: 32px; align-items: center; padding: 28px; border: 1px solid var(--rule-light); border-radius: 10px; background: rgba(255,255,255,.03); transition: background .4s, border-color .4s; }
.member:hover { background: rgba(31,203,212,.08); border-color: rgba(31,203,212,.45); }
.member .pic { aspect-ratio: 1 / 1; background: linear-gradient(180deg, rgba(31,203,212,.35), rgba(0,17,63,.6)); }
.member .pic img { height: calc(100% - 20px); margin-top: 20px; object-fit: cover; object-position: top center; }
.member__role { display: inline-flex; align-items: center; gap: 12px; font-size: .85rem; font-weight: 500; color: var(--teal); margin-bottom: 12px; }
.member__role::before { content: ""; width: 24px; height: 1px; background: var(--teal); }
.member__name { font-size: clamp(1.5rem, 2.2vw, 2rem); margin-bottom: .4em; }
.member__years { color: rgba(255,255,255,.72); font-size: 1rem; }
.member__years strong { color: #fff; }
.member__phone { margin-top: 14px; }

/* ---------- CTA (home) ---------- */
.cta { background: var(--navy-deep); color: #fff; overflow: hidden; }
.cta__glow { position: absolute; width: 60vw; height: 60vw; max-width: 900px; max-height: 900px; border-radius: 50%; background: radial-gradient(circle, rgba(31,203,212,.28), transparent 62%); left: -20vw; bottom: -30vw; pointer-events: none; }
.cta .container { position: relative; }
.cta .link { color: #fff; } .cta .link:hover { color: var(--teal); }
.cta .muted { color: rgba(255,255,255,.66); }
.cta__title { color: #fff; max-width: 14ch; margin-bottom: .5em; }
.cta__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 48px; align-items: end; }
.cta__actions { display: flex; flex-wrap: wrap; gap: 16px 28px; align-items: center; margin-top: 30px; }
.cta__phones { display: grid; gap: 0; border-top: 1px solid var(--rule-light); }
.cta__phones li { display: flex; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--rule-light); font-size: .95rem; }
.cta__phones span { color: rgba(255,255,255,.62); }
.cta__phones a { font-weight: 700; color: #fff; }
.cta__phones a:hover { color: var(--teal); }

/* ---------- Contact (pages) ---------- */
.contact__grid { display: grid; grid-template-columns: 5fr 7fr; gap: clamp(36px, 6vw, 100px); align-items: start; }
.contact__intro .h2 { margin-bottom: .6em; }
.phones { border-top: 1px solid var(--rule); margin-top: 32px; }
.phones li { display: grid; grid-template-columns: 1fr auto auto; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--rule); }
.phones__name { color: var(--muted); font-size: .95rem; }
.phones a.num { font-weight: 700; color: var(--navy); font-size: 1.1rem; }
.phones__wa { width: 36px; height: 36px; border-radius: 50%; border: 1px solid var(--rule); display: grid; place-items: center; color: var(--navy); transition: background .25s, border-color .25s; }
.phones__wa:hover { background: var(--teal); border-color: var(--teal); }
.contact__social { display: flex; flex-wrap: wrap; gap: 14px 28px; margin-top: 28px; }
.cform { position: relative; background: var(--navy); color: #fff; padding: clamp(28px, 3.5vw, 44px); border-radius: 10px; }
.cform__title { font-size: 1.6rem; margin-bottom: .3em; color: #fff; }
.cform__text { color: rgba(255,255,255,.66); margin-bottom: 2em; }
.cform__hp { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); opacity: 0; pointer-events: none; }
.cform__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px 32px; margin-bottom: 30px; }
.field { display: flex; flex-direction: column; gap: 8px; font-size: .85rem; font-weight: 500; color: rgba(255,255,255,.62); }
.field--full { grid-column: 1 / -1; }
.field input, .field select, .field textarea { width: 100%; padding: 10px 0; border: 0; border-bottom: 1px solid var(--rule-light); border-radius: 0; background: transparent; color: #fff; font-size: 1.05rem; transition: border-color .25s; }
.field select option { color: var(--ink); }
.field textarea { resize: vertical; min-height: 60px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-bottom-color: var(--teal); }
.field input::placeholder { color: rgba(255,255,255,.35); }
.cform__notice { display: flex; align-items: center; gap: .6em; padding: 14px 18px; margin-bottom: 24px; font-weight: 500; border: 1px solid var(--rule-light); border-radius: var(--radius); }
.cform__notice--ok { border-color: var(--teal); color: #fff; }
.cform__notice--err { border-color: #ff8a8a; color: #ffb4b4; }

/* ---------- Inner page head ---------- */
.page-head { padding-top: clamp(40px, 6vw, 80px); }
.page-head__title { max-width: 14ch; }
.page-head__text { max-width: 560px; color: var(--muted); font-size: 1.15rem; font-weight: 350; margin: 1.2em 0 0; }
.page-head__banner { margin-top: clamp(36px, 5vw, 64px); aspect-ratio: 16 / 6; }
.page-head__banner img { position: absolute; inset: -10% 0; height: 120%; }

/* About page */
.about__grid { display: grid; grid-template-columns: 7fr 5fr; gap: clamp(36px, 6vw, 100px); align-items: start; }
.about__side { position: sticky; top: calc(var(--header-h) + 32px); }
.about__side .pic { aspect-ratio: 4 / 5; }
.fact { display: flex; align-items: baseline; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--rule); }
.fact:first-of-type { border-top: 1px solid var(--rule); margin-top: 28px; }
.fact__num { font-size: 2.2rem; font-weight: 700; color: var(--navy); line-height: 1; }
.fact span:last-child { color: var(--muted); }

/* Generic content */
.entry-content { max-width: 72ch; }
.entry-content h2, .entry-content h3 { margin: 1.5em 0 .5em; }
.entry-content ul { list-style: disc; padding-inline-start: 1.4em; margin-bottom: 1em; }
.entry-content ol { padding-inline-start: 1.4em; margin-bottom: 1em; }
.post-list { border-top: 1px solid var(--rule); }
.post-card { padding: 32px 0; border-bottom: 1px solid var(--rule); }
.post-card__date { font-size: .85rem; color: var(--teal-ink); font-weight: 500; }
.post-card__title { font-size: 1.5rem; margin: .3em 0 .5em; }
.empty { text-align: center; color: var(--muted); padding: 48px 0; }
.pagination { margin-top: 32px; display: flex; gap: 12px; }
.pagination .page-numbers { padding: .4em .9em; border: 1px solid var(--rule); }
.pagination .current { background: var(--navy); color: #fff; border-color: var(--navy); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-deep); color: rgba(255,255,255,.72); padding-top: clamp(64px, 8vw, 110px); border-top: 1px solid var(--rule-light); }
.site-footer__top { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: end; padding-bottom: clamp(40px, 5vw, 64px); border-bottom: 1px solid var(--rule-light); }
.site-footer__top .logo { width: 210px; }
.site-footer__cta { justify-self: end; text-align: start; max-width: 420px; }
.site-footer__cta .h3 { color: #fff; margin-bottom: .6em; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1.2fr 1.2fr; gap: 36px; padding: clamp(40px, 5vw, 56px) 0; }
.site-footer h4 { font-size: .85rem; font-weight: 500; color: var(--teal); margin-bottom: 1.4em; }
.site-footer__tag { max-width: 340px; font-size: .95rem; }
.site-footer__menu, .site-footer__phones, .site-footer__social { display: grid; gap: 10px; }
.site-footer a { color: rgba(255,255,255,.85); transition: color .25s; }
.site-footer a:hover { color: var(--teal); }
.site-footer__phones li { display: flex; justify-content: space-between; gap: 12px; font-size: .95rem; }
.site-footer__phones a { font-weight: 500; }
.site-footer__social a { display: inline-flex; align-items: center; gap: .6em; }
.site-footer__social .icon { color: var(--teal); }
.site-footer__bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 22px 0 28px; border-top: 1px solid var(--rule-light); font-size: .88rem; }
.site-footer__bottom p { margin: 0; }
.to-top { display: inline-flex; align-items: center; gap: .5em; }

.wa-float { position: fixed; bottom: 22px; left: 22px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; background: var(--teal); color: var(--navy); display: grid; place-items: center; box-shadow: 0 14px 30px -12px rgba(31,203,212,.8); transition: transform .25s, background .25s, color .25s; }
.wa-float:hover { background: var(--navy); color: #fff; transform: translateY(-2px); }
.wa-float .icon { width: 26px; height: 26px; }

/* ---------- Motion hooks ---------- */
.js.gsap [data-reveal], .js.gsap [data-reveal-group] > *, .js.gsap .line > span, .js.gsap .hero__fade, .js.gsap [data-split] { opacity: 0; }
.js.gsap [data-reveal-img] img { clip-path: inset(100% 0 0 0); }
@media (prefers-reduced-motion: reduce) {
	.js.gsap [data-reveal], .js.gsap [data-reveal-group] > *, .js.gsap .line > span, .js.gsap .hero__fade, .js.gsap [data-split] { opacity: 1; }
	.js.gsap [data-reveal-img] img { clip-path: none; }
	.soon-dot, .hero__scroll::after, .badge svg.badge__ring { animation: none; }
	.loader { display: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
	.site-header__phone { display: none; }
	.figures { grid-template-columns: repeat(2, 1fr); }
	.figure:nth-child(3) { border-inline-start: 0; padding-inline-start: 0; }
	.figure:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
	.pkg-row__main { grid-template-columns: 70px 1.2fr 1fr auto; }
	.pkg-row__status { grid-column: 2; }
	.site-footer__grid { grid-template-columns: 1fr 1fr; }
	.team__grid { grid-template-columns: 1fr; }
}
@media (max-width: 960px) {
	:root { --header-h: 72px; }
	.brand .logo { height: 38px; }
	.site-header__inner { grid-template-columns: auto 1fr auto; }
	.site-header__cta { display: none; }
	.nav-toggle { display: inline-flex; }
	.nav { position: fixed; inset: 0; z-index: 120; background: var(--navy-deep); color: #fff; padding: 0 var(--gutter) 40px; clip-path: inset(0 0 0 100%); visibility: hidden; overflow-y: auto; display: flex; flex-direction: column; transition: clip-path .55s var(--ease), visibility 0s linear .55s; }
	body.nav-open .nav { clip-path: inset(0 0 0 0); visibility: visible; transition-delay: 0s; }
	body.nav-open .site-header { transform: none !important; filter: none !important; backdrop-filter: none !important; }
	body.nav-open { overflow: hidden; }
	.nav__glow { display: block; position: absolute; width: 90vw; height: 90vw; border-radius: 50%; background: radial-gradient(circle, rgba(31,203,212,.28), transparent 62%); right: -35vw; top: -30vw; pointer-events: none; }
	.nav__bar { position: relative; display: flex; align-items: center; justify-content: space-between; height: var(--header-h); flex: none; }
	.nav__logo { height: 38px; width: auto; color: #fff; }
	.nav__close { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); color: #fff; transition: background .25s, color .25s, border-color .25s; }
	.nav__close .icon { width: 22px; height: 22px; }
	.nav__close:hover { background: var(--teal); color: var(--navy); border-color: var(--teal); }
	.nav__label { position: relative; display: flex; align-items: center; gap: 14px; margin: 24px 0 18px; font-size: .8rem; font-weight: 500; color: var(--teal); letter-spacing: .04em; }
	.nav__label::after { content: ""; flex: 1; height: 1px; background: rgba(255,255,255,.14); }
	.nav__list { position: relative; flex-direction: column; align-items: stretch; gap: 0; counter-reset: navi; }
	.nav__list li { border-bottom: 1px solid rgba(255,255,255,.1); counter-increment: navi; }
	.nav__list a { display: flex; align-items: baseline; gap: 18px; color: #fff; font-size: clamp(1.9rem, 8vw, 2.6rem); font-weight: 700; padding: .45em 0; }
	.nav__list a::before { content: "0" counter(navi); font-size: .85rem; font-weight: 700; color: var(--teal); min-width: 1.6em; }
	.nav__list a::after { display: none; }
	.nav__list .current-menu-item > a { color: var(--teal); }
	.nav__extra { position: relative; display: grid; gap: 16px; margin-top: auto; padding-top: 32px; }
	.nav__wa { width: 100%; }
	.nav__phone { display: inline-flex; align-items: center; gap: .6em; color: #fff; font-weight: 500; font-size: 1.15rem; }
	.nav__phone .icon { color: var(--teal); }
	.nav__meta { display: flex; justify-content: space-between; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.12); font-size: .88rem; color: rgba(255,255,255,.65); }
	.nav__meta a { display: inline-flex; align-items: center; gap: .5em; color: #fff; }
	.nav__meta .icon { color: var(--teal); }
	.nav-toggle { position: relative; z-index: 121; }
	body.nav-open .nav-toggle { visibility: hidden; }

	.hero { min-height: 100svh; }
	.hero__grid { grid-template-columns: 1fr; gap: 28px; }
	.hero__aside { justify-self: start; grid-template-columns: auto 1fr; align-items: center; justify-items: start; }
	.badge { width: 110px; height: 110px; }
	.badge .logo--mark { width: 40px; }
	.hero__meta { border-inline-start: 0; padding-inline-start: 0; }
	.intro__grid, .journey__grid, .contact__grid, .about__grid, .services__grid, .pillars__head, .cta__grid, .site-footer__top { grid-template-columns: 1fr; }
	.journey__sticky { position: relative; top: auto; height: 60vh; min-height: 360px; margin-bottom: 8px; }
	.step { min-height: 0; padding: 36px 0; opacity: 1; }
	.step__num { color: var(--teal); -webkit-text-stroke: 0; }
	.packages__head { grid-template-columns: 1fr; }
	.hscroll__viewport { overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; }
	.hscroll__viewport::-webkit-scrollbar { display: none; }
	.pcard { width: min(82vw, 380px); min-height: 380px; scroll-snap-align: start; }
	.hscroll__hint { display: none; }
	.pillars__grid { grid-template-columns: 1fr; border-top: 0; }
	.pillar { border-inline-start: 0; padding: 30px 0; border-top: 1px solid var(--rule-light); }
	.services__media { position: static; max-width: 420px; }
	.member { grid-template-columns: 200px 1fr; }
	.about__side { position: static; max-width: 420px; }
	.site-footer__cta { justify-self: start; }
	.pkg-row__main { grid-template-columns: 56px 1fr auto; row-gap: 10px; }
	.pkg-row__meta, .pkg-row__status { grid-column: 2; }
	.pkg-row__panel-in { grid-template-columns: 1fr; }
	.pkg-detail { grid-template-columns: 1fr; gap: 20px; }
	.pkg-soon { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
	body { font-size: 1rem; }
	.hero__title { font-size: 2.5rem; }
	.hero__actions .btn { width: 100%; }
	.hero__aside { grid-template-columns: 1fr; }
	.badge { display: none; }
	.ticker__item { font-size: 2.2rem; }
	.figures { grid-template-columns: 1fr; }
	.figure { border-inline-start: 0; padding-inline-start: 0; border-bottom: 1px solid var(--rule); }
	.figure:last-child { border-bottom: 0; }
	.values li { width: 100%; }
	.cform__grid { grid-template-columns: 1fr; }
	.site-footer__grid { grid-template-columns: 1fr; }
	.site-footer__bottom { flex-direction: column; text-align: center; }
	.member { grid-template-columns: 1fr; }
	.member .pic { max-width: 260px; }
	.pkg-row__act { gap: 10px; }
	.pkg-row__main { padding: 22px 0; }
	.page-head__banner { aspect-ratio: 4 / 3; }
	.wa-float { width: 50px; height: 50px; bottom: 16px; left: 16px; }
}
@media (hover: none), (pointer: coarse) {
	.cursor { display: none; }
}
