/* ============================================================
   Magnet Hospitals — MODEL 5 · own identity
   Sage porcelain, evergreen ink, health-green accent.
   Figtree + Noto Sans. Motif: magnetic field rings + pulse.
   ============================================================ */
:root {
  --bg: #f6f8f6;
  --card: #ffffff;
  --ink: #16302a;
  --muted: rgba(22, 48, 42, 0.62);
  --faint: rgba(22, 48, 42, 0.36);
  --line: rgba(22, 48, 42, 0.12);
  --green: #0e8a6d;
  --green-deep: #0b6f58;
  --green-soft: #e3f1ea;
  --r: 20px;
  --font-h: "Figtree", ui-sans-serif, system-ui, sans-serif;
  --font-b: "Noto Sans", ui-sans-serif, system-ui, sans-serif;
  --gut: clamp(20px, 4.5vw, 64px);
  --shadow: 0 18px 50px rgba(22, 48, 42, 0.1);
  --glass: rgba(255, 255, 255, 0.55);
  --glass-2: rgba(255, 255, 255, 0.72);
  --glass-brd: rgba(22, 48, 42, 0.09);
  --glass-edge: inset 0 1px 0 rgba(255, 255, 255, 0.85);
  --glass-shadow: 0 22px 55px rgba(22, 48, 42, 0.09);
  --blur: 18px;
}

/* ---------- aurora orbs (soft colour the glass blurs) ---------- */
.orbs { position: fixed; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.orbs i { position: absolute; border-radius: 50%; will-change: transform; }
.orbs .o1 { width: 60vmax; height: 60vmax; left: -16vmax; top: -12vmax; background: radial-gradient(circle at 42% 42%, rgba(14, 138, 109, 0.16), transparent 62%); animation: drift1 36s ease-in-out infinite alternate; }
.orbs .o2 { width: 52vmax; height: 52vmax; right: -18vmax; top: 24%; background: radial-gradient(circle at 55% 45%, rgba(110, 231, 183, 0.26), transparent 60%); animation: drift2 44s ease-in-out infinite alternate; }
.orbs .o3 { width: 46vmax; height: 46vmax; left: 10vmax; bottom: -18vmax; background: radial-gradient(circle at 50% 50%, rgba(147, 197, 253, 0.22), transparent 62%); animation: drift3 40s ease-in-out infinite alternate; }
@keyframes drift1 { to { transform: translate(8vmax, 6vmax) scale(1.1); } }
@keyframes drift2 { to { transform: translate(-7vmax, -5vmax) scale(0.93); } }
@keyframes drift3 { to { transform: translate(5vmax, -7vmax) scale(1.07); } }
main, footer.foot, .marq { position: relative; z-index: 1; }

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { overflow-x: clip; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }

body {
  font-family: var(--font-b);
  font-size: 15.5px; line-height: 1.7; font-weight: 400;
  background: var(--bg); color: var(--ink);
  -webkit-font-smoothing: antialiased;
}
body.is-loading { overflow: hidden; height: 100vh; }
img, video { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; border: none; background: none; cursor: pointer; color: inherit; }
h1, h2, h3 { font-family: var(--font-h); font-weight: 600; line-height: 1.1; letter-spacing: -0.02em; }
h1 em, h2 em { font-style: normal; color: var(--green); }
::selection { background: var(--green); color: #fff; }
:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; border-radius: 6px; }

.skip { position: fixed; top: -60px; left: 16px; z-index: 400; background: var(--ink); color: #fff; padding: 10px 18px; border-radius: 10px; transition: top 0.2s; }
.skip:focus { top: 12px; }

.reveal { opacity: 0; transform: translateY(22px); }
.reveal-group > * { opacity: 0; transform: translateY(24px); }
.no-anim .reveal, .no-anim .reveal-group > * { opacity: 1; transform: none; }

/* chip kicker */
.chip { display: inline-flex; align-items: center; gap: 9px; padding: 8px 16px; border-radius: 999px; background: rgba(227, 241, 234, 0.6); border: 1px solid var(--glass-brd); -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px); color: var(--green-deep); font-family: var(--font-h); font-size: 13px; font-weight: 600; width: fit-content; }
.chip--light { background: rgba(255, 255, 255, 0.12); color: #fff; }

/* pulse motif */
.pulse-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); display: inline-block; animation: pdot 1.8s ease-out infinite; }
.pulse-dot--light { background: #fff; }
@keyframes pdot { 0% { box-shadow: 0 0 0 0 rgba(14, 138, 109, 0.4); } 70%, 100% { box-shadow: 0 0 0 10px rgba(14, 138, 109, 0); } }
.pulse-sep { position: relative; width: 26px; height: 12px; display: inline-block; }
.pulse-sep::before { content: ""; position: absolute; inset: 0; background: no-repeat center / contain url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 12' fill='none'%3E%3Cpath d='M0 6h7l3-5 4 9 3-4h9' stroke='%230E8A6D' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/* ---------- loader ---------- */
.loader { position: fixed; inset: 0; z-index: 500; background: var(--bg); display: grid; place-items: center; }
.loader svg { width: min(220px, 55vw); }
.loader__pulse { stroke-dasharray: 600; stroke-dashoffset: 600; animation: ldraw 1.4s ease forwards; }
@keyframes ldraw { to { stroke-dashoffset: 0; } }

/* ---------- nav — floating glass pill, logo dead-center ---------- */
.nav {
  position: fixed; top: 12px; left: clamp(10px, 2.5vw, 28px); right: clamp(10px, 2.5vw, 28px); z-index: 200;
  display: flex; justify-content: space-between; align-items: center; gap: 14px;
  padding: 9px 14px;
  background: var(--glass);
  -webkit-backdrop-filter: blur(var(--blur)) saturate(1.4); backdrop-filter: blur(var(--blur)) saturate(1.4);
  border: 1px solid var(--glass-brd);
  border-radius: 22px;
  box-shadow: var(--glass-edge), 0 10px 34px rgba(22, 48, 42, 0.08);
  transition: box-shadow 0.3s, background 0.3s;
}
.nav.is-scrolled { background: var(--glass-2); box-shadow: var(--glass-edge), var(--glass-shadow); }
.nav__logo { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); display: grid; place-items: center; }
.nav__logo img { width: 102px; height: auto; }
.nav__side { display: flex; align-items: center; gap: 20px; min-height: 42px; }
.nav__side--l { justify-content: flex-start; padding-left: 8px; }
.nav__side--r { justify-content: flex-end; }
.nav__book { min-height: 40px; padding: 9px 18px; font-size: 13.5px; }
.nav__links { display: none; gap: 20px; align-items: center; font-family: var(--font-h); font-size: 15px; font-weight: 500; }
.nav__links a { position: relative; color: var(--muted); transition: color 0.2s; padding: 6px 0; }
.nav__links a::after { content: ""; position: absolute; left: 0; bottom: 0; height: 2px; width: 100%; border-radius: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.3s ease; }
.nav__links a:hover { color: var(--ink); }
.nav__links a:hover::after, .nav__links a.is-cur::after { transform: scaleX(1); }
.nav__links a.is-cur { color: var(--ink); }
.nav__burger { width: 44px; height: 44px; display: grid; place-items: center; }
.nav__burger span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 3.5px 0; border-radius: 2px; transition: transform 0.3s; }
.nav__burger[aria-expanded="true"] span:first-child { transform: translateY(4.5px) rotate(45deg); }
.nav__burger[aria-expanded="true"] span:last-child { transform: translateY(-4.5px) rotate(-45deg); }

.mmenu { position: fixed; inset: 0; z-index: 190; background: rgba(246, 248, 246, 0.98); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); display: grid; place-items: center; opacity: 0; pointer-events: none; transition: opacity 0.35s; }
.mmenu.is-open { opacity: 1; pointer-events: auto; }
.mmenu nav { display: grid; gap: 20px; text-align: center; justify-items: center; }
.mmenu a { font-family: var(--font-h); font-size: 26px; font-weight: 600; letter-spacing: -0.01em; }
.mmenu .btn { font-size: 15px; }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 12px 24px; border-radius: 999px; font-family: var(--font-h); font-size: 15px; font-weight: 600; transition: transform 0.25s ease, background 0.25s, color 0.25s, box-shadow 0.25s; }
.btn--lg { min-height: 54px; padding: 15px 30px; font-size: 16px; }
.btn--solid { background: var(--green); color: #fff; box-shadow: 0 8px 26px rgba(14, 138, 109, 0.32); }
.btn--solid:hover { background: var(--green-deep); transform: translateY(-2px); box-shadow: 0 14px 34px rgba(14, 138, 109, 0.4); }
.btn--soft { background: var(--green-soft); color: var(--green-deep); }
.btn--soft:hover { background: #d3e9dd; transform: translateY(-2px); }
.btn--white { background: #fff; color: var(--ink); box-shadow: 0 8px 26px rgba(0, 0, 0, 0.2); }
.btn--white:hover { transform: translateY(-2px); box-shadow: 0 14px 34px rgba(0, 0, 0, 0.28); }
.btn:active { transform: scale(0.98); }
.link-u { font-family: var(--font-h); font-size: 15px; font-weight: 600; color: var(--green-deep); text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1.5px; transition: color 0.2s; }
.link-u:hover { color: var(--ink); }

/* ---------- hero: centered content + framed video ---------- */
.hero { position: relative; padding: clamp(120px, 16vh, 170px) var(--gut) 0; max-width: 1380px; margin: 0 auto; text-align: center; }
.hero__rings { position: absolute; left: 50%; top: 60px; transform: translateX(-50%); width: 680px; height: 680px; pointer-events: none; opacity: 0.5; }
.hero__rings i { position: absolute; inset: 0; border: 1.5px solid var(--green-soft); border-radius: 50%; }
.hero__rings i:nth-child(2) { inset: 90px; border-color: rgba(14, 138, 109, 0.14); border-style: dashed; animation: spin 40s linear infinite; }
.hero__rings i:nth-child(3) { inset: 190px; border-color: rgba(14, 138, 109, 0.1); }
@keyframes spin { to { transform: rotate(360deg); } }
.hero__content { position: relative; display: grid; justify-items: center; gap: 20px; max-width: 780px; margin: 0 auto; }
.hero__title { font-size: clamp(40px, 6.6vw, 76px); font-weight: 700; letter-spacing: -0.025em; }
.hero__sub { max-width: 52ch; font-size: 16.5px; color: var(--muted); }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 6px; }
.hero__frame { position: relative; margin: clamp(40px, 6vh, 64px) auto 0; border-radius: calc(var(--r) + 8px); overflow: hidden; box-shadow: var(--shadow); aspect-ratio: 16 / 7.4; max-width: 1180px; }
.hero__frame video { width: 100%; height: 100%; object-fit: cover; }
.hero__pause { position: absolute; right: 18px; bottom: 16px; width: 48px; height: 48px; border-radius: 50%; background: rgba(255, 255, 255, 0.85); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); display: flex; gap: 4px; align-items: center; justify-content: center; transition: background 0.25s, transform 0.25s; }
.hero__pause:hover { background: #fff; transform: scale(1.06); }
.hero__pause span { width: 3px; height: 15px; background: var(--ink); border-radius: 2px; }
.hero__pause.is-paused span:first-child { width: 0; height: 0; background: transparent; border-left: 11px solid var(--ink); border-top: 7px solid transparent; border-bottom: 7px solid transparent; border-radius: 0; transform: translateX(2px); }
.hero__pause.is-paused span:last-child { display: none; }

/* ---------- marquee ---------- */
.marq { margin-top: clamp(56px, 9vh, 90px); border-top: 1px solid var(--glass-brd); border-bottom: 1px solid var(--glass-brd); padding: 15px 0; overflow: hidden; background: var(--glass); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); }
.marq__track { display: inline-flex; align-items: center; gap: 26px; white-space: nowrap; padding-right: 26px; animation: marq 34s linear infinite; will-change: transform; font-family: var(--font-h); font-size: 13.5px; font-weight: 600; letter-spacing: 0.04em; color: var(--muted); }
.marq:hover .marq__track { animation-play-state: paused; }
@keyframes marq { to { transform: translateX(-50%); } }

/* ---------- intro + magnetic field ---------- */
.intro { position: relative; padding: clamp(110px, 16vh, 180px) var(--gut); max-width: 1060px; margin: 0 auto; text-align: center; }
.field { position: absolute; left: 50%; top: clamp(34px, 6vh, 64px); transform: translateX(-50%); width: 120px; height: 64px; }
.field i { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); border: 1.5px solid rgba(14, 138, 109, 0.35); border-bottom: none; border-radius: 120px 120px 0 0; }
.field i:nth-child(1) { width: 44px; height: 22px; animation: fieldGlow 2.6s ease-in-out infinite; }
.field i:nth-child(2) { width: 80px; height: 40px; animation: fieldGlow 2.6s ease-in-out infinite 0.3s; }
.field i:nth-child(3) { width: 116px; height: 58px; animation: fieldGlow 2.6s ease-in-out infinite 0.6s; }
@keyframes fieldGlow { 0%, 100% { opacity: 0.35; } 50% { opacity: 1; } }
.field__core { position: absolute; left: 50%; bottom: -5px; width: 10px; height: 10px; margin-left: -5px; border-radius: 50%; background: var(--green); animation: pdot 2.6s ease-out infinite; }
.intro__text { font-family: var(--font-h); font-size: clamp(24px, 3.6vw, 40px); font-weight: 600; line-height: 1.32; letter-spacing: -0.015em; padding-top: 96px; }
.intro__text em { font-style: normal; color: var(--green); }

/* ---------- stats ---------- */
.stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 34px 16px; padding: 0 var(--gut) clamp(80px, 12vh, 140px); max-width: 1100px; margin: 0 auto; text-align: center; }
.stats .stat { background: var(--glass); border: 1px solid var(--glass-brd); border-radius: var(--r); padding: 26px 18px; -webkit-backdrop-filter: blur(var(--blur)) saturate(1.3); backdrop-filter: blur(var(--blur)) saturate(1.3); box-shadow: var(--glass-edge), var(--glass-shadow); transition: transform 0.3s ease; }
.stats .stat:hover { transform: translateY(-4px); }
.stats .stat span { display: block; font-family: var(--font-h); font-size: clamp(44px, 6.4vw, 72px); font-weight: 700; letter-spacing: -0.02em; color: var(--green-deep); font-variant-numeric: tabular-nums; }
.stats .stat em { display: block; margin-top: 6px; font-style: normal; font-family: var(--font-h); font-size: 12.5px; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); }

/* ---------- shared ---------- */
section { position: relative; }
.sec-head { max-width: 720px; margin-bottom: clamp(36px, 6vh, 60px); display: grid; gap: 16px; }
.sec-head--row { max-width: none; display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 20px; }
.sec-head--row > div { max-width: 720px; display: grid; gap: 16px; }
.sec-title { font-size: clamp(30px, 4.4vw, 52px); font-weight: 700; }
.sec-sub { color: var(--muted); font-size: 16px; max-width: 58ch; }

/* ---------- bento specialties ---------- */
.spec { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1380px; margin: 0 auto; }
.bento { display: grid; gap: 14px; grid-auto-rows: 210px; }
.bt { position: relative; border-radius: var(--r); overflow: hidden; display: flex; align-items: flex-end; transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.35s; }
.bt:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.bt--img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.bt--img:hover img { transform: scale(1.06); }
.bt__veil { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(13, 34, 28, 0.02) 42%, rgba(13, 34, 28, 0.72)); }
.bt__body { position: relative; z-index: 2; padding: 20px 22px; display: grid; gap: 3px; color: #fff; }
.bt__body strong { font-family: var(--font-h); font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.bt__body em { font-style: normal; font-size: 13px; opacity: 0.85; }
.bt--tint { background: rgba(227, 241, 234, 0.55); border: 1px solid var(--glass-brd); -webkit-backdrop-filter: blur(var(--blur)) saturate(1.3); backdrop-filter: blur(var(--blur)) saturate(1.3); box-shadow: var(--glass-edge); color: var(--green-deep); flex-direction: column; align-items: flex-start; justify-content: space-between; padding-top: 20px; }
.bt--tint svg { width: 38px; height: 38px; margin-left: 22px; transition: transform 0.35s ease; }
.bt--tint:hover svg { transform: translateY(-3px) scale(1.08); }
.bt--tint .bt__body { color: var(--ink); }
.bt--tint .bt__body em { color: var(--muted); opacity: 1; }
.bt--ink { background: var(--ink); color: #a9d8c5; }
.bt--ink .bt__body { color: #fff; }
.bt--ink .bt__body em { color: rgba(255, 255, 255, 0.7); }

/* ---------- journey timeline ---------- */
.tl { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 900px; margin: 0 auto; }
.tl__wrap { position: relative; padding-left: 34px; }
.tl__line { position: absolute; left: 10px; top: 8px; bottom: 8px; width: 2px; background: var(--line); border-radius: 2px; overflow: hidden; }
.tl__line span { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--green); transform: scaleY(0); transform-origin: top; }
.tl__list { list-style: none; display: grid; gap: clamp(28px, 5vh, 44px); counter-reset: step; }
.tl__item { position: relative; counter-increment: step; }
.tl__item > div { background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 16px; padding: 16px 20px; -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3); box-shadow: var(--glass-edge); }
.tl__node { position: absolute; left: -34px; top: 18px; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 2px solid var(--green); display: grid; place-items: center; }
.tl__node::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); transform: scale(0); transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.tl__item.is-lit .tl__node::before { transform: scale(1); }
.tl__item > div strong { display: block; font-family: var(--font-h); font-size: 19px; font-weight: 600; letter-spacing: -0.01em; }
.tl__item > div strong::before { content: "0" counter(step) "  "; color: var(--green); font-weight: 700; }
.tl__item > div p { margin-top: 6px; font-size: 14.5px; color: var(--muted); max-width: 62ch; }
.tl__cta { margin-top: clamp(36px, 6vh, 56px); }

/* ---------- offer ---------- */
.offer { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1380px; margin: 0 auto; }
.offer__wrap { display: grid; gap: 16px; }
.offer__video { position: relative; border-radius: var(--r); overflow: hidden; min-height: 260px; box-shadow: var(--shadow); }
.offer__video video { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.offer__video::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(13, 34, 28, 0.55)); }
.offer__video figcaption { position: absolute; left: 18px; bottom: 16px; z-index: 2; display: inline-flex; align-items: center; gap: 9px; color: #fff; font-family: var(--font-h); font-size: 13.5px; font-weight: 600; }
.offer__grid { display: grid; gap: 14px; }
.ocard { position: relative; overflow: hidden; background: var(--glass); border: 1px solid var(--glass-brd); border-radius: var(--r); padding: 26px 24px; -webkit-backdrop-filter: blur(var(--blur)) saturate(1.3); backdrop-filter: blur(var(--blur)) saturate(1.3); box-shadow: var(--glass-edge); transition: transform 0.3s ease, box-shadow 0.3s, border-color 0.3s, background 0.3s; }
.ocard::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 4px; background: var(--green); transform: scaleY(0); transform-origin: top; transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1); }
.ocard:hover { transform: translateY(-4px); background: var(--glass-2); box-shadow: var(--glass-edge), var(--glass-shadow); border-color: rgba(14, 138, 109, 0.3); }
.ocard:hover::before { transform: scaleY(1); }
.ocard h3 { font-size: 19px; margin-bottom: 8px; }
.ocard p { font-size: 14px; color: var(--muted); }

/* ---------- testimonials ---------- */
.tst { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1000px; margin: 0 auto; }
.tst__viewport { overflow: hidden; }
.tst__rail { display: flex; transition: transform 0.55s cubic-bezier(0.2, 0.8, 0.2, 1); }
.tst__slide { flex: 0 0 100%; background: var(--glass); border: 1px solid var(--glass-brd); border-radius: var(--r); padding: clamp(28px, 4vw, 48px); position: relative; -webkit-backdrop-filter: blur(var(--blur)) saturate(1.3); backdrop-filter: blur(var(--blur)) saturate(1.3); box-shadow: var(--glass-edge), var(--glass-shadow); }
.tst__slide::before { content: "“"; position: absolute; top: 10px; left: 22px; font-family: var(--font-h); font-size: 90px; line-height: 1; color: var(--green-soft); }
.tst__slide p { position: relative; font-family: var(--font-h); font-size: clamp(19px, 2.5vw, 25px); font-weight: 500; line-height: 1.5; letter-spacing: -0.01em; }
.tst__slide footer { margin-top: 22px; display: grid; gap: 2px; }
.tst__slide strong { font-family: var(--font-h); font-size: 15px; font-weight: 600; }
.tst__slide span { font-size: 13px; color: var(--green-deep); }
.tst__nav { display: flex; align-items: center; gap: 18px; margin-top: 22px; }
.tst__nav > button { width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--glass-brd); background: var(--glass); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); box-shadow: var(--glass-edge); font-size: 17px; transition: background 0.25s, color 0.25s, border-color 0.25s, transform 0.25s; }
.tst__nav > button:hover { background: var(--green); border-color: var(--green); color: #fff; transform: translateY(-2px); }
.tst__dots { display: flex; gap: 8px; margin: 0 auto; }
.tst__dots button { width: 8px; height: 8px; border-radius: 999px; background: var(--line); padding: 0; transition: all 0.3s; }
.tst__dots button.is-on { background: var(--green); width: 24px; }

/* ---------- blog ---------- */
.blog { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1380px; margin: 0 auto; }
.blog__grid { display: grid; gap: 26px; }
.bcard { display: grid; gap: 14px; }
.bcard figure { border-radius: var(--r); overflow: hidden; aspect-ratio: 4 / 2.9; }
.px { overflow: hidden; }
.px .pximg { width: 100%; height: 114%; margin-top: -7%; object-fit: cover; will-change: transform; transition: scale 0.9s cubic-bezier(0.16, 1, 0.3, 1); }
.bcard:hover .pximg { scale: 1.06; }
.bcard__meta { display: flex; gap: 10px; font-family: var(--font-h); font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; color: var(--green-deep); }
.bcard h3 { font-size: 19.5px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.32; position: relative; width: fit-content; }
.bcard h3::after { content: ""; position: absolute; left: 0; bottom: -3px; height: 2px; width: 100%; border-radius: 2px; background: var(--green); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.bcard:hover h3::after { transform: scaleX(1); }

/* ---------- packages ---------- */
.pack { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1380px; margin: 0 auto; }
.pack__grid { display: grid; gap: 16px; align-items: start; }
.pcard { position: relative; background: var(--glass); border: 1px solid var(--glass-brd); border-radius: var(--r); padding: 30px 28px; display: grid; gap: 13px; -webkit-backdrop-filter: blur(var(--blur)) saturate(1.3); backdrop-filter: blur(var(--blur)) saturate(1.3); box-shadow: var(--glass-edge); transition: transform 0.3s ease, box-shadow 0.3s, background 0.3s; }
.pcard:hover { transform: translateY(-4px); background: var(--glass-2); box-shadow: var(--glass-edge), var(--glass-shadow); }
.pcard--hi { background: rgba(22, 48, 42, 0.92); color: #fff; border-color: rgba(22, 48, 42, 0.9); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), var(--glass-shadow); }
.pcard--hi:hover { background: rgba(22, 48, 42, 0.96); }
.pcard--hi .pcard__sub, .pcard--hi .pcard__label, .pcard.pcard--hi ul { color: rgba(255, 255, 255, 0.72); }
.pcard__badge { position: absolute; top: -12px; right: 20px; background: var(--green); color: #fff; font-family: var(--font-h); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 6px 13px; border-radius: 999px; box-shadow: 0 6px 20px rgba(14, 138, 109, 0.4); }
.pcard h3 { font-size: 20px; }
.pcard__price { font-family: var(--font-h); font-size: clamp(34px, 4vw, 44px); font-weight: 700; letter-spacing: -0.02em; }
.pcard__price span { font-size: 14px; font-weight: 500; opacity: 0.6; margin-left: 6px; }
.pcard__sub { font-size: 14px; color: var(--muted); }
.pcard__label { font-family: var(--font-h); font-size: 11.5px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-top: 4px; }
.pcard ul { list-style: none; display: grid; gap: 9px; font-size: 14px; color: var(--muted); }
.pcard ul li { position: relative; padding-left: 24px; }
.pcard ul li::before { content: ""; position: absolute; left: 0; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: var(--green-soft); }
.pcard ul li::after { content: ""; position: absolute; left: 4px; top: 8px; width: 6px; height: 3.5px; border-left: 1.5px solid var(--green-deep); border-bottom: 1.5px solid var(--green-deep); transform: rotate(-45deg); }
.pcard--hi ul li::before { background: rgba(255, 255, 255, 0.14); }
.pcard--hi ul li::after { border-color: #7fd6b8; }
.pcard .btn { margin-top: 8px; justify-self: start; }

/* ---------- faq ---------- */
.faq { padding: clamp(90px, 13vh, 150px) var(--gut); max-width: 1380px; margin: 0 auto; }
.faq__grid { display: grid; gap: 40px; }
.qa { background: var(--glass); border: 1px solid var(--glass-brd); border-radius: 16px; overflow: hidden; -webkit-backdrop-filter: blur(14px) saturate(1.3); backdrop-filter: blur(14px) saturate(1.3); box-shadow: var(--glass-edge); transition: border-color 0.3s, background 0.3s; }
.qa.is-open { background: var(--glass-2); }
.qa + .qa { margin-top: 10px; }
.qa.is-open { border-color: rgba(14, 138, 109, 0.35); }
.qa__q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; text-align: left; padding: 19px 22px; font-family: var(--font-h); font-size: 16px; font-weight: 600; letter-spacing: -0.01em; transition: color 0.2s; }
.qa__q:hover { color: var(--green-deep); }
.qa__q i { position: relative; width: 26px; height: 26px; flex: none; border-radius: 50%; background: var(--green-soft); }
.qa__q i::before, .qa__q i::after { content: ""; position: absolute; left: 50%; top: 50%; background: var(--green-deep); border-radius: 2px; transition: transform 0.3s; }
.qa__q i::before { width: 11px; height: 1.8px; transform: translate(-50%, -50%); }
.qa__q i::after { width: 1.8px; height: 11px; transform: translate(-50%, -50%); }
.qa.is-open .qa__q i::after { transform: translate(-50%, -50%) rotate(90deg) scaleX(0); }
.qa__a { height: 0; overflow: hidden; transition: height 0.35s cubic-bezier(0.2, 0.8, 0.2, 1); }
.qa__a p { padding: 0 22px 20px; font-size: 14.5px; color: var(--muted); max-width: 70ch; }

/* ---------- cta ---------- */
.cta { position: relative; background: var(--ink); color: #fff; text-align: center; padding: clamp(100px, 15vh, 180px) var(--gut); overflow: hidden; }
.cta__rings { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 900px; height: 900px; pointer-events: none; opacity: 0.5; }
.cta__rings i { position: absolute; inset: 0; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 50%; }
.cta__rings i:nth-child(2) { inset: 130px; border-style: dashed; border-color: rgba(127, 214, 184, 0.15); animation: spin 50s linear infinite; }
.cta__rings i:nth-child(3) { inset: 260px; border-color: rgba(255, 255, 255, 0.06); }
.cta > *:not(.cta__rings) { position: relative; z-index: 2; }
.cta__title { font-size: clamp(30px, 4.8vw, 58px); font-weight: 700; color: #fff; max-width: 21ch; margin: 18px auto 0; }
.cta__title em { color: #7fd6b8; }
.cta__form { margin: 36px auto 0; display: grid; gap: 12px; max-width: 640px; }
.cta__form input { font: inherit; font-size: 15.5px; color: #fff; background: rgba(255, 255, 255, 0.08); border: 1px solid rgba(255, 255, 255, 0.22); border-radius: 999px; padding: 15px 22px; min-height: 54px; transition: border-color 0.25s, background 0.25s; }
.cta__form input::placeholder { color: rgba(255, 255, 255, 0.55); }
.cta__form input:focus { outline: none; border-color: #7fd6b8; background: rgba(255, 255, 255, 0.12); }
.cta__err { margin-top: 14px; font-size: 14px; color: #ffb3ae; }
.cta__ok { margin-top: 14px; font-size: 15px; color: #a5e8cd; }
.cta__alt { margin-top: 22px; font-size: 14px; color: rgba(255, 255, 255, 0.65); }
.cta__alt a { color: #7fd6b8; font-weight: 600; }

/* ---------- footer ---------- */
.foot { padding: clamp(56px, 9vh, 90px) var(--gut) 30px; max-width: 1380px; margin: 0 auto; }
.foot__grid { display: grid; gap: 32px; }
.foot__brand p { margin-top: 14px; font-size: 14px; color: var(--muted); max-width: 30ch; }
.foot__col { display: grid; gap: 10px; align-content: start; }
.foot__col h4 { font-family: var(--font-h); font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); margin-bottom: 6px; }
.foot__col a { position: relative; width: fit-content; font-size: 14px; color: var(--ink); opacity: 0.82; transition: opacity 0.2s, color 0.2s; }
.foot__col a:hover { opacity: 1; color: var(--green-deep); }
.foot__col p { font-size: 14px; color: var(--muted); }
.foot__base { margin-top: 36px; padding-top: 20px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

/* ---------- breakpoints ---------- */
@media (max-width: 1023px) {
  .nav__book { display: none; }
  .nav__side--l { display: flex; min-width: 44px; }
  .nav__side--l a { display: none; }
}
@media (max-width: 479px) {
  .nav__logo img { width: 88px; }
}
@media (min-width: 640px) {
  .stats { grid-template-columns: repeat(4, 1fr); }
  .offer__grid { grid-template-columns: repeat(2, 1fr); }
  .blog__grid { grid-template-columns: repeat(3, 1fr); }
  .cta__form { grid-template-columns: 1fr 1fr auto; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bt--wide { grid-column: span 2; }
}
@media (min-width: 900px) {
  .pack__grid { grid-template-columns: repeat(3, 1fr); }
  .foot__grid { grid-template-columns: 1.3fr 1fr 1.3fr 1fr; }
  .offer__wrap { grid-template-columns: 0.85fr 1.15fr; align-items: stretch; }
  .offer__video { min-height: 100%; }
  .faq__grid { grid-template-columns: 0.9fr 1.1fr; align-items: start; }
  .bento { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 215px; }
  .bt--tall { grid-row: span 2; }
  .bt--wide { grid-column: span 2; }
}
@media (min-width: 1024px) {
  .nav__links { display: flex; }
  .nav__burger { display: none; }
}

/* ---------- reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
  .reveal, .reveal-group > * { opacity: 1 !important; transform: none !important; }
  .hero__frame video { display: none; }
  .hero__frame { background: url("../images/hero.jpg") center/cover; }
  .tl__line span { transform: scaleY(1) !important; }
  .tl__node::before { transform: scale(1) !important; }
}
