:root {
  --ml-forest: #17261f;
  --ml-forest-2: #294934;
  --ml-ink: #050705;
  --ml-charcoal: #0e110e;
  --ml-paper: #f1f1eb;
  --ml-sage: #b5c2b7;
  --ml-grey: #737a74;
  --ml-line: rgba(5,7,5,.18);
  --ml-white-line: rgba(255,255,255,.18);
  --ml-pad: clamp(22px,5vw,72px);
  --ml-ease: cubic-bezier(.22,.72,.16,1);
}

*,*::before,*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ml-forest); }
body { margin: 0; overflow-x: hidden; color: var(--ml-ink); background: var(--ml-forest); font-family: "Manrope",sans-serif; }
body :is(h1,h2,h3,h4,p,a,button,span,small,b) { font-family: "Manrope",sans-serif; }
body :is(h1,h2) em { font-family: "Bodoni Moda",Didot,serif; font-style: normal; font-weight: 400; }
body :is(h1,h2,h3,p) { text-wrap: pretty; }
.ml-page { width: 100%; overflow: hidden; }
.ml-page img { display: block; max-width: 100%; }
.ml-reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease,transform .75s var(--ml-ease); }
.ml-reveal.is-visible { opacity: 1; transform: none; }
.ml-kicker,.ml-section-label { margin: 0; display: flex; align-items: center; gap: 10px; font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ml-kicker i,.ml-section-label i { width: 7px; height: 7px; flex: 0 0 auto; background: var(--ml-sage); }
.ml-section-label { color: #909790; }
.ml-section-label--dark { color: #687068; }
.ml-section-label--dark i { background: var(--ml-forest-2); }

/* Hero */
.ml-hero {
  width: min(1380px,calc(100% - clamp(14px,5vw,82px)));
  min-height: min(900px,calc(100svh - 70px));
  margin: clamp(34px,6vw,86px) auto 0;
  padding: 0 clamp(20px,3.2vw,46px) clamp(24px,3vw,42px);
  display: grid;
  grid-template-rows: auto 1fr;
  color: #fff;
  background: var(--ml-ink);
  border-radius: 8px 8px 0 0;
  isolation: isolate;
  overflow: hidden;
  position: relative;
  z-index: 100;
}
.ml-hero__media,.ml-hero__shade,.ml-noise { position: absolute; inset: 0; }
.ml-hero__media { z-index: -4; width: 100%; height: 100%; }
.ml-hero__media .swiper-wrapper,.ml-hero__slide { height: 100% !important; }
.ml-hero__slide img { width: 100%; height: 100%; object-fit: cover; object-position: center 38%; filter: saturate(.5) contrast(1.08) brightness(.73); transform: scale(1.02); transition: transform 1.1s var(--ml-ease); }
.ml-hero__slide.swiper-slide-active img { transform: scale(1.045); }
.ml-hero__shade { z-index: -3; background: linear-gradient(90deg,rgba(3,7,4,.92),rgba(5,10,7,.61) 43%,rgba(5,10,7,.08) 72%),linear-gradient(0deg,rgba(3,6,4,.86),transparent 52%),rgba(18,34,26,.1); }
.ml-noise { z-index: -2; pointer-events: none; opacity: .14; mix-blend-mode: soft-light; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E"); }

.ml-hero .navbar { grid-row: 1; width: auto; margin: 0 -2px; padding: 18px 0; z-index: 20; }
.ml-hero .navbar.is-sticky { width: 100%; margin: 0; padding-inline: var(--ml-pad); background: rgba(8,14,10,.93); backdrop-filter: blur(15px); }
.ml-hero .nav-container { max-width: none; position: relative; }
.ml-hero .logo { position: absolute; left: 50%; width: 128px; height: 42px; padding: 0; display: grid; place-items: center; background: transparent; border-radius: 0; transform: translateX(-50%); }
.ml-hero .logo-img { width: 100%; height: auto; max-height: 34px; filter: drop-shadow(0 3px 8px rgba(0,0,0,.42)); }
.ml-hero .nav-left { flex: 1; }
.ml-hero .nav-menu { width: max-content; padding: 8px 12px; gap: 15px; background: rgba(3,7,4,.34); border: 1px solid rgba(255,255,255,.25); border-radius: 999px; backdrop-filter: blur(9px); }
.ml-hero .nav-link { font-size: 8px; line-height: 1; }
.ml-hero .nav-menu li:nth-child(n+5),.ml-hero .nav-actions { display: none; }
.ml-hero .login-btn { padding: 8px 14px; border-radius: 999px; font-size: 9px; }

.ml-hero__content { grid-row: 2; align-self: stretch; display: grid; grid-template-columns: minmax(0,1.45fr) minmax(250px,.55fr); grid-template-rows: 1fr auto auto; align-items: center; gap: 24px clamp(40px,7vw,108px); padding: clamp(55px,7vh,88px) 0 clamp(25px,4vh,42px); position: relative; z-index: 4; }
.ml-hero__headline { align-self: center; max-width: 690px; }
.ml-hero__headline h1 { margin: 22px 0 25px; color: #fff; font-size: clamp(56px,6.3vw,92px); font-weight: 500; line-height: .9; letter-spacing: -.075em; }
.ml-hero__headline h1 em { color: #d7e0d8; }
.ml-hero__headline h1 .ml-hero__brand-script { font-style: italic; }
.ml-hero__headline > p:last-child { max-width: 430px; margin: 0; color: rgba(255,255,255,.68); font-size: clamp(13px,1.2vw,17px); line-height: 1.65; }
.ml-hero__services { align-self: center; display: flex; flex-direction: column; align-items: flex-start; }
.ml-hero__services small { margin-bottom: 20px; color: var(--ml-sage); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.ml-hero__services button { padding: 2px 0; color: rgba(255,255,255,.77); background: none; border: 0; font-size: clamp(14px,1.25vw,18px); font-weight: 600; line-height: 1.38; text-align: left; cursor: pointer; transition: color .2s ease,transform .2s ease; }
.ml-hero__services button:hover,.ml-hero__services button.is-active { color: #fff; transform: translateX(6px); }
.ml-hero__booking-wrap { grid-column: 1; z-index: 30; width: min(480px,100%); display: grid; gap: 10px; position: relative; }
.ml-hero__booking { width: 100%; min-height: 62px; padding: 6px; display: flex; align-items: center; justify-content: space-between; gap: 10px; background: rgba(4,8,5,.64); border: 1px solid rgba(255,255,255,.3); border-radius: 7px; backdrop-filter: blur(14px); position: relative; }
.ml-hero__booking span { min-width: 0; display: grid; gap: 3px; }
.ml-hero__booking small { color: rgba(255,255,255,.48); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.ml-hero__booking strong { overflow: hidden; color: #fff; font-size: 12px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ml-hero__booking a { min-height: 48px; padding: 0 18px; display: inline-flex; align-items: center; gap: 25px; color: #fff; background: var(--ml-forest-2); border: 1px solid rgba(181,205,185,.28); border-radius: 5px; text-decoration: none; font-size: 10px; font-weight: 700; white-space: nowrap; transition: background .2s ease,border-color .2s ease; }
.ml-hero__booking a:hover { background: var(--ml-forest); border-color: var(--ml-sage); }
.ml-service-picker__toggle { min-width: 0; padding: 7px 7px 7px 12px; flex: 1; display: flex; align-items: center; justify-content: space-between; gap: 10px; color: inherit; background: transparent; border: 0; border-radius: 4px; text-align: left; cursor: pointer; }
.ml-service-picker__toggle svg { width: 16px; flex: 0 0 auto; fill: none; stroke: var(--ml-sage); stroke-width: 1.5; transition: transform .25s var(--ml-ease); }
.ml-service-picker__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.ml-service-picker__toggle:focus-visible { outline: 1px solid var(--ml-sage); outline-offset: 1px; }
.ml-service-picker { width: 100%; overflow: hidden; position: absolute; z-index: 120; top: calc(100% + 8px); left: 0; color: #fff; background: #071009; border: 1px solid rgba(181,194,183,.5); border-radius: 7px; box-shadow: 0 24px 60px rgba(0,0,0,.72); isolation: isolate; }
.ml-service-picker[hidden] { display: none; }
.ml-service-picker__list { max-height: min(360px,48vh); padding: 6px; overflow-y: auto; background: #071009; overscroll-behavior: contain; scrollbar-width: thin; scrollbar-color: var(--ml-forest-2) transparent; }
.ml-service-picker__list button { width: 100%; padding: 10px 11px; display: flex; align-items: center; justify-content: space-between; gap: 14px; color: rgba(255,255,255,.76); background: transparent; border: 0; border-bottom: 1px solid rgba(255,255,255,.08); text-align: left; cursor: pointer; }
.ml-service-picker__list button:last-child { border-bottom: 0; }
.ml-service-picker__list button:hover,.ml-service-picker__list button[aria-selected="true"] { color: #fff; background: rgba(67,111,78,.3); }
.ml-service-picker__list button small { color: var(--ml-sage); font-size: 6px; }
.ml-service-picker__list button strong { font-size: 11px; text-transform: uppercase; }
.ml-service-picker__list button > b { flex: 0 0 auto; color: var(--ml-sage); font-size: 14px; font-weight: 400; }
.ml-service-picker__all { width: 100%; min-height: 38px !important; padding: 0 4px 8px !important; display: flex !important; align-items: center; justify-content: space-between; gap: 14px; color: #fff !important; background: transparent !important; border: 0 !important; border-radius: 0 !important; text-decoration: none; }
.ml-service-picker__all small { color: rgba(255,255,255,.52); font-size: 7px; font-weight: 600; letter-spacing: .04em; white-space: nowrap; }
.ml-service-picker__all > span { display: inline-flex; align-items: center; gap: 12px; color: #fff; font-size: 9px; font-weight: 750; letter-spacing: .055em; line-height: 1; text-transform: uppercase; white-space: nowrap; }
.ml-quote-controls button { width: 36px; height: 36px; padding: 0; display: grid; place-items: center; color: #fff; background: rgba(255,255,255,.035); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; cursor: pointer; }
.ml-quote-controls button:hover { background: var(--ml-forest-2); }

/* Compact admin package carousel inside the hero. */
.ml-hero-packages { grid-column: 1 / -1; z-index: 4; min-width: 0; padding-top: 16px; border-top: 1px solid var(--ml-white-line); position: relative; }
.ml-hero-packages__head { margin-bottom: 11px; display: flex; align-items: center; justify-content: center; text-align: center; }
.ml-hero-packages__head span { color: var(--ml-sage); font-size: 7px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.ml-hero-packages__head a { color: rgba(255,255,255,.72); text-decoration: none; font-size: 7px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ml-hero-packages__body { display: grid; grid-template-columns: 36px minmax(0,1fr) 36px; align-items: center; gap: 12px; }
.ml-hero-packages__body > button { width: 36px; height: 36px; padding: 0; display: grid; place-items: center; color: #fff; background: rgba(3,7,4,.42); border: 1px solid rgba(255,255,255,.36); border-radius: 50%; cursor: pointer; }
.ml-package-swiper { width: 100%; min-width: 0; overflow: hidden; }
.ml-package-slide { width: clamp(170px,18vw,230px); aspect-ratio: 1.8 / 1; overflow: hidden; color: #fff; background: #131713; border: 1px solid rgba(255,255,255,.13); border-radius: 7px; text-decoration: none; opacity: .5; transform: scale(.92); transition: opacity .35s ease,transform .45s var(--ml-ease),border-color .3s ease; position: relative; }
.ml-package-slide.swiper-slide-active { opacity: 1; transform: scale(1); border-color: rgba(255,255,255,.48); }
.ml-package-slide img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.62) contrast(1.04); }
.ml-package-slide::after { content: ""; position: absolute; inset: 30% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.9)); }
.ml-package-slide span { position: absolute; z-index: 2; left: 11px; right: 9px; bottom: 10px; display: grid; gap: 2px; }
.ml-package-slide span small { overflow: hidden; color: rgba(255,255,255,.65); font-size: 5px; letter-spacing: .09em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ml-package-slide span b { overflow: hidden; font-size: 10px; line-height: 1.1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ml-package-slide > i { position: absolute; z-index: 2; top: 9px; right: 9px; padding: 3px 5px; color: var(--ml-ink); background: rgba(241,241,235,.9); border-radius: 999px; font-size: 6px; font-style: normal; font-weight: 700; }
.ml-hero-packages__count { margin-top: 8px; color: rgba(255,255,255,.5); font-size: 7px; text-align: center; }
.ml-hero-packages__count b { color: #fff; }

/* Manifesto */
.ml-manifesto,.ml-testimonials { width: min(1380px,calc(100% - clamp(14px,5vw,82px))); margin: 0 auto; padding: clamp(92px,10vw,150px) var(--ml-pad); color: #fff; background: var(--ml-ink); }
.ml-manifesto { overflow: hidden; position: relative; }
.ml-manifesto__label { gap: 14px; }
.ml-manifesto__label strong { color: #fff; font-size: inherit; }
.ml-manifesto h2 { max-width: 1120px; margin: clamp(52px,7vw,94px) auto clamp(70px,9vw,125px); text-align: center; font-size: clamp(54px,7vw,102px); font-weight: 500; line-height: .91; letter-spacing: -.07em; }
.ml-manifesto h2 em { color: var(--ml-sage); }
.ml-manifesto__stamp { width: 78px; aspect-ratio: 1; position: absolute; z-index: 3; top: clamp(210px,24vw,350px); left: 63%; display: grid; place-items: center; color: var(--ml-ink); background: var(--ml-paper); transform: rotate(2deg); }
.ml-manifesto__stamp span { position: absolute; top: 8px; font-size: 7px; font-weight: 700; letter-spacing: .08em; }
.ml-manifesto__stamp b { font-family: "Bodoni Moda",serif !important; font-size: 34px; font-weight: 400; }
.ml-manifesto__grid { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: .86fr 1.15fr .86fr; gap: 9px; align-items: stretch; }
.ml-panel { min-height: 430px; margin: 0; overflow: hidden; border-radius: 5px; position: relative; }
.ml-panel--photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.65); }
.ml-panel--photo::after { content: ""; position: absolute; inset: 48% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.8)); }
.ml-panel--photo figcaption { position: absolute; z-index: 2; left: 18px; right: 18px; bottom: 17px; display: grid; gap: 5px; color: #fff; }
.ml-panel--photo figcaption small { font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ml-panel--photo figcaption strong { font-size: 11px; line-height: 1.2; }
.ml-panel--green { padding: 28px; display: flex; flex-direction: column; background: linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px) 0 0/7px 100%,linear-gradient(120deg,#315a3e,#193525 65%,#0d1d15); }
.ml-panel--green > b { font-family: "Bodoni Moda",serif !important; font-size: 42px; font-weight: 400; }
.ml-panel--green > div { margin: auto 0; }
.ml-panel--green small { color: rgba(255,255,255,.54); font-size: 7px; letter-spacing: .12em; }
.ml-panel--green h3 { margin: 13px 0; font-size: clamp(26px,3vw,43px); font-weight: 500; line-height: .99; letter-spacing: -.05em; }
.ml-panel--green p { max-width: 300px; margin: 0; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.55; }
.ml-panel--green > span { color: rgba(255,255,255,.44); font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ml-manifesto__foot { max-width: 1120px; margin: 30px auto 0; display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: end; gap: 26px; }
.ml-manifesto__foot p { max-width: 470px; margin: 0; color: #b3b8b3; font-size: 12px; line-height: 1.55; }
.ml-manifesto__foot a { justify-self: end; padding-bottom: 5px; color: #fff; border-bottom: 1px solid #777d77; text-decoration: none; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ml-manifesto__cross { width: 38px; height: 38px; background: linear-gradient(#fff,#fff) center/1px 100% no-repeat,linear-gradient(90deg,#fff,#fff) center/100% 1px no-repeat; }

/* Work */
.ml-work,.ml-process,.ml-features,.ml-faq { width: min(1380px,calc(100% - clamp(14px,5vw,82px))); margin: 0 auto; padding: clamp(92px,11vw,160px) var(--ml-pad); background: var(--ml-paper); }
.ml-work__head,.ml-features__head { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(280px,.55fr); align-items: end; gap: clamp(40px,8vw,130px); }
.ml-work__head h2,.ml-process__head h2,.ml-testimonials__head h2,.ml-features__head h2,.ml-faq__head h2 { margin: 42px 0 0; font-size: clamp(52px,6.7vw,98px); font-weight: 600; line-height: .9; letter-spacing: -.075em; }
.ml-work__head h2 em,.ml-features__head h2 em,.ml-faq__head h2 em { color: #66736a; }
.ml-work__head > p,.ml-features__head > p { margin: 0 0 5px; color: #4e544f; font-size: clamp(13px,1.25vw,17px); line-height: 1.6; }
.ml-work__filters { margin: 55px 0 38px; display: flex; gap: 7px; overflow-x: auto; scrollbar-width: none; }
.ml-work__filters::-webkit-scrollbar { display: none; }
.ml-work__filters button { padding: 10px 15px; flex: 0 0 auto; color: var(--ml-ink); background: transparent; border: 1px solid var(--ml-line); border-radius: 999px; font-size: 9px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.ml-work__filters button[aria-selected="true"] { color: #fff; background: var(--ml-forest-2); border-color: var(--ml-forest-2); }
.ml-work__grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; align-items: start; }
.ml-work-card { min-height: clamp(320px,35vw,470px); overflow: hidden; border-radius: 9px; position: relative; background: #bbb; }
.ml-work-card:nth-child(even) { margin-top: clamp(38px,6vw,82px); }
.ml-work-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .8s var(--ml-ease); }
.ml-work-card:hover img { transform: scale(1.04); }
.ml-work-card::after { content: ""; position: absolute; inset: 52% 0 0; background: linear-gradient(transparent,rgba(0,0,0,.8)); }
.ml-work-card div { position: absolute; z-index: 2; left: 17px; right: 17px; bottom: 16px; display: flex; align-items: end; justify-content: space-between; color: #fff; }
.ml-work-card small { font-size: 7px; letter-spacing: .1em; text-transform: uppercase; }
.ml-work-card b { font-size: 18px; font-weight: 400; }
.ml-work__foot { display: none; }

/* Process */
.ml-process { color: #fff; background: var(--ml-ink); }
.ml-process__head { max-width: 1040px; }
.ml-process__head h2 em,.ml-testimonials__head h2 em { color: var(--ml-sage); }
.ml-process__grid { max-width: 1150px; margin: clamp(70px,9vw,125px) auto 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 9px; align-items: start; }
.ml-process__card { padding-bottom: 24px; background: #111511; border-radius: 7px; overflow: hidden; }
.ml-process__card:nth-child(2) { margin-top: 66px; }
.ml-process__image { width: 100%; padding: 0; aspect-ratio: .9/1; overflow: hidden; background: #222; border: 0; cursor: pointer; position: relative; }
.ml-process__image img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.9) brightness(.82); transition: transform .7s var(--ml-ease); }
.ml-process__image:hover img { transform: scale(1.035); }
.ml-process__image span { width: 43px; height: 43px; display: grid; place-items: center; color: #000; background: #fff; border-radius: 50%; position: absolute; inset: 50% auto auto 50%; transform: translate(-50%,-50%); }
.ml-process__card > :is(small,h3,p) { margin-left: 20px; margin-right: 20px; }
.ml-process__card > small { display: block; margin-top: 21px; color: var(--ml-sage); font-size: 7px; letter-spacing: .12em; }
.ml-process__card h3 { margin-top: 9px; margin-bottom: 10px; font-size: clamp(20px,2vw,28px); font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.ml-process__card p { margin-top: 0; margin-bottom: 0; color: rgba(255,255,255,.58); font-size: 10px; line-height: 1.55; }
.ml-pill-link { width: max-content; min-height: 46px; margin-top: 50px; padding: 0 17px; display: inline-flex; align-items: center; gap: 24px; color: var(--ml-ink); background: var(--ml-paper); border-radius: 999px; text-decoration: none; font-size: 10px; font-weight: 700; }

/* Testimonials */
.ml-testimonials__head { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(250px,.45fr); align-items: end; gap: 60px; }
.ml-proof { display: grid; grid-template-columns: auto 1fr; gap: 10px 16px; align-items: baseline; }
.ml-proof b { font-family: "Bodoni Moda",serif !important; font-size: clamp(34px,4vw,56px); font-weight: 400; }
.ml-proof span { color: rgba(255,255,255,.55); font-size: 9px; }
.ml-testimonial-swiper { margin-top: clamp(65px,8vw,105px); overflow: visible; }
.ml-quote { width: min(720px,78vw); min-height: 390px; display: grid; grid-template-columns: 1.25fr .75fr; overflow: hidden; background: #111511; border: 1px solid rgba(255,255,255,.09); border-radius: 8px; }
.ml-quote__copy { padding: clamp(28px,4vw,55px); display: flex; flex-direction: column; justify-content: space-between; }
.ml-quote__copy > p { margin: 0; font-family: "Bodoni Moda",serif !important; font-size: clamp(25px,3vw,42px); line-height: 1.12; }
.ml-quote__copy div { display: grid; gap: 5px; }
.ml-quote__copy b { font-size: 12px; }
.ml-quote__copy span { color: rgba(255,255,255,.5); font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.ml-quote > img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.6); }
.ml-quote-controls { margin-top: 20px; display: flex; justify-content: flex-end; gap: 8px; }

/* Features */
.ml-features__grid { max-width: 1160px; margin: clamp(70px,9vw,120px) auto 0; display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 9px; align-items: start; }
.ml-feature { min-height: clamp(350px,38vw,480px); padding: 20px; display: flex; flex-direction: column; color: #fff; background: #121512; border-radius: 8px; overflow: hidden; position: relative; }
.ml-feature:nth-child(even) { margin-top: clamp(38px,5vw,70px); }
.ml-feature img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; filter: saturate(.9) brightness(.78); }
.ml-feature::after { content: ""; position: absolute; inset: 35% 0 0; z-index: 1; background: linear-gradient(transparent,rgba(0,0,0,.92)); }
.ml-feature > :not(img) { position: relative; z-index: 2; }
.ml-feature small { font-size: 8px; }
.ml-feature h3 { margin: auto 0 10px; font-size: clamp(19px,1.9vw,27px); line-height: 1.04; letter-spacing: -.04em; }
.ml-feature p { margin: 0; color: rgba(255,255,255,.62); font-size: 9px; line-height: 1.55; }

/* CTA & FAQ */
.ml-cta { width: min(1380px,calc(100% - clamp(14px,5vw,82px))); min-height: 700px; margin: 0 auto; padding: clamp(100px,13vw,185px) var(--ml-pad); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; text-align: center; background: radial-gradient(circle at 50% 42%,rgba(70,111,83,.3),transparent 37%),var(--ml-forest); }
.ml-cta h2 { max-width: 1100px; margin: 36px 0 30px; font-size: clamp(58px,8vw,116px); font-weight: 500; line-height: .89; letter-spacing: -.07em; }
.ml-cta h2 em { color: var(--ml-sage); }
.ml-cta > p:not(.ml-section-label) { max-width: 480px; margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.65; }
.ml-cta > a { min-height: 48px; margin-top: 40px; padding: 0 18px; display: inline-flex; align-items: center; gap: 26px; color: var(--ml-ink); background: var(--ml-paper); border-radius: 999px; text-decoration: none; font-size: 10px; font-weight: 700; }
.ml-faq__head { max-width: 920px; }
.ml-faq__list { margin-top: clamp(60px,8vw,105px); border-top: 1px solid var(--ml-line); }
.ml-faq__item { border-bottom: 1px solid var(--ml-line); transition: color .25s ease,background .25s ease; }
.ml-faq__item > button { width: 100%; min-height: 86px; padding: 16px 10px; display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; color: inherit; background: none; border: 0; text-align: left; cursor: pointer; }
.ml-faq__item button span { color: #687068; font-family: "Bodoni Moda",serif !important; }
.ml-faq__item button b { font-size: clamp(16px,1.5vw,21px); font-weight: 600; }
.ml-faq__item button i { font-size: 22px; font-style: normal; transition: transform .25s ease; }
.ml-faq__answer { max-height: 0; overflow: hidden; padding: 0 70px; color: rgba(15,18,15,.72); font-size: 13px; line-height: 1.65; transition: max-height .4s var(--ml-ease),padding .4s var(--ml-ease); }
.ml-faq__item.is-open { color: #0f120f; background: transparent; }
.ml-faq__item.is-open button span { color: #687068; }
.ml-faq__item.is-open button i { transform: rotate(45deg); }
.ml-faq__item.is-open .ml-faq__answer { max-height: 500px; padding-top: 0; padding-bottom: 26px; }

/* Existing global footer, visually integrated but functionally untouched. */
.ml-page > .footer { width: min(1380px,calc(100% - clamp(14px,5vw,82px))); margin: 0 auto clamp(14px,5vw,70px); background: radial-gradient(circle at 78% 14%,rgba(48,104,70,.38),transparent 34%), linear-gradient(135deg,#030604 0%,#0b1710 46%,#152d20 100%); overflow: hidden; }
.ml-page > .footer #myVideo { display: none !important; }
.ml-page > .footer .footer-logo-img { object-fit: contain; opacity: .9; }
.ml-page > .footer .contact-btn:hover { background: var(--ml-forest-2); border-color: var(--ml-forest-2); }
.ml-page > .footer .footer-link:hover { color: var(--ml-sage); }
.ml-page > .footer .social-link.facebook { background: var(--ml-forest-2); }
.ml-page > .footer .social-link.instagram { background: linear-gradient(135deg,#142b1d,#517a5d); }

.ml-video-modal { position: fixed; inset: 0; z-index: 3000; padding: 30px; display: grid; place-items: center; background: rgba(0,0,0,.9); }
.ml-video-modal[hidden] { display: none; }
.ml-video-modal video { max-width: min(1000px,92vw); max-height: 84vh; border-radius: 8px; }
.ml-video-modal > button { position: absolute; top: 20px; right: 22px; width: 44px; height: 44px; color: #fff; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.3); border-radius: 50%; font-size: 26px; cursor: pointer; }

@media (max-width: 980px) {
  .ml-hero__content { grid-template-columns: minmax(0,1.25fr) minmax(230px,.55fr); }
  .ml-work__head,.ml-features__head { grid-template-columns: 1fr; }
  .ml-work__head > p,.ml-features__head > p { max-width: 500px; }
  .ml-testimonials__head { grid-template-columns: 1fr; }
  .ml-proof { max-width: 450px; }
}

@media (max-width: 760px) {
  :root { --ml-pad: 22px; }
  .ml-hero,.ml-manifesto,.ml-work,.ml-process,.ml-testimonials,.ml-features,.ml-cta,.ml-faq,.ml-page > .footer { width: calc(100% - 12px); }
  .ml-hero { min-height: min(calc(100svh - 6px),780px); margin-top: 6px; padding: 0 16px 12px; grid-template-rows: auto minmax(0,1fr); border-radius: 6px 6px 0 0; }
  .ml-hero .navbar { margin-inline: 0; padding: 9px 0; }
  .ml-hero .nav-container { gap: 7px !important; }
  .ml-hero .nav-right { gap: 6px !important; }
  .ml-hero .logo { position: static; width: 108px; height: 36px; transform: none; }
  .ml-hero .logo-img { max-height: 29px; }
  .ml-hero .magic-navbar-cart,
  .ml-hero .mobile-btn { width: 38px !important; height: 38px !important; flex-basis: 38px !important; }
  .ml-hero .magic-navbar-cart svg,
  .ml-hero .mobile-btn svg { width: 19px; height: 19px; }
  .ml-hero .nav-menu { display: none; }
  .ml-hero .nav-left { flex: initial; }
  .ml-hero .mobile-menu { color: #fff; background: radial-gradient(circle at 18% 0,rgba(61,116,78,.28),transparent 38%),linear-gradient(155deg,#07110b 0%,#0b1d12 58%,#142d1e 100%); border-bottom: 1px solid rgba(166,199,174,.18); box-shadow: 0 18px 42px rgba(0,0,0,.46); }
  .ml-hero .mobile-menu-header { background: rgba(4,11,7,.38); border-bottom-color: rgba(166,199,174,.2); }
  .ml-hero .mobile-menu-content { margin-top: 8px; }
  .ml-hero .mobile-link { transition: color .2s ease,background-color .2s ease; }
  .ml-hero .mobile-link.inactive { color: var(--ml-sage); }
  .ml-hero .mobile-link:hover,
  .ml-hero .mobile-link:active { color: #fff; background: rgba(110,157,121,.16); }
  .ml-hero .mobile-menu .login-btn { color: #f4f6f3; background: rgba(25,57,37,.56); border-color: rgba(190,214,195,.72); }
  .ml-hero .mobile-menu .login-btn:hover { color: #fff; background: var(--ml-forest-2); border-color: var(--ml-sage); }
  .ml-hero__slide img { object-position: center center; }
  .ml-hero__shade { background: linear-gradient(0deg,rgba(3,6,4,.92),rgba(3,7,4,.12) 82%),linear-gradient(90deg,rgba(3,7,4,.72),transparent),rgba(18,34,26,.08); }
  .ml-hero__content { min-height: 0; padding: clamp(44px,7svh,66px) 6px calc(clamp(92px,12svh,112px) + env(safe-area-inset-bottom)); display: flex; flex-direction: column; gap: 0; top: 0; }
  .ml-hero__headline { width: 100%; align-self: auto; position: static; }
  .ml-hero__headline h1 { margin: clamp(13px,2svh,18px) auto clamp(14px,2.2svh,20px); font-size: clamp(41px,11.5vw,45px); line-height: .89; text-align: center; }
  .ml-hero__headline > p:last-child { max-width: 300px; margin-inline: auto; font-size: 12px; line-height: 1.55; text-align: center; }
  .ml-hero .ml-kicker { width: 100%; justify-content: center; font-size: 8px; text-align: center; }
  .ml-hero__services { display: none; }
  .ml-hero__booking-wrap { width: 100%; margin-top: clamp(26px,4.2svh,40px); gap: 9px; }
  .ml-hero__booking { min-height: 58px; }
  .ml-hero__booking strong { font-size: 13px; }
  .ml-hero__booking a { min-height: 46px; font-size: 11px; }
  .ml-service-picker__toggle { padding-left: 8px; }
  .ml-service-picker__list { max-height: min(300px,38svh); }
  .ml-service-picker__list button { min-height: 48px; }
  .ml-service-picker__list button strong { font-size: 10px; }
  .ml-service-picker__all { min-height: 42px !important; padding: 0 3px 9px !important; }
  .ml-service-picker__all small { font-size: clamp(7px,2vw,8px); }
  .ml-service-picker__all > span { gap: 10px; font-size: clamp(9px,2.55vw,10px); }
  .ml-hero-packages { width: 100%; margin-top: clamp(40px,5svh,52px); padding-top: clamp(13px,2svh,18px); }
  .ml-hero-packages__head { margin-bottom: clamp(9px,1.5svh,13px); }
  .ml-hero-packages__body { grid-template-columns: 36px minmax(0,1fr) 36px; gap: 8px; }
  .ml-hero-packages__body > button { width: 36px; height: 36px; }
  .ml-package-slide { width: clamp(168px,min(50vw,22svh),196px); aspect-ratio: 1.68 / 1; }
  .ml-package-slide span { left: 8px; right: 7px; bottom: 7px; }
  .ml-package-slide span b { font-size: 9px; }
  .ml-package-slide > i { top: 6px; right: 6px; font-size: 6px; }
  .ml-page + .vr-ai-chat { bottom: calc(14px + env(safe-area-inset-bottom)); }

  @supports (height: 100dvh) {
    .ml-hero { min-height: min(calc(100dvh - 6px),780px); }
  }

  .ml-manifesto,.ml-work,.ml-process,.ml-testimonials,.ml-features,.ml-faq { padding: 80px 22px; }
  .ml-manifesto { padding-top: 58px; padding-bottom: 72px; border-inline: 1px solid rgba(255,255,255,.7); }
  .ml-manifesto h2 { margin: clamp(72px,10svh,96px) 0 58px; text-align: center; font-size: 31px; line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
  .ml-manifesto h2 em { display: block; }
  .ml-manifesto__stamp { width: 52px; top: 214px; right: 19px; left: auto; }
  .ml-manifesto__stamp span { top: 6px; font-size: 5px; }
  .ml-manifesto__stamp b { font-size: 25px; }
  .ml-manifesto__grid { grid-template-columns: .9fr 1.1fr .9fr; gap: 5px; }
  .ml-panel { min-height: 220px; border-radius: 3px; }
  .ml-panel--green { min-height: 220px; padding: 13px 10px; }
  .ml-panel--green > b { font-size: 24px; }
  .ml-panel--green h3 { margin: auto 0 8px; font-size: 16px; line-height: 1; }
  .ml-panel--green p { font-size: 7px; line-height: 1.45; }
  .ml-panel--green > span { padding-top: 10px; font-size: 5px; }
  .ml-panel--photo figcaption { left: 8px; right: 8px; bottom: 9px; gap: 3px; }
  .ml-panel--photo figcaption small { font-size: 5px; }
  .ml-panel--photo figcaption strong { display: block; font-size: 8px; line-height: 1.2; }
  .ml-manifesto__foot { grid-template-columns: auto 1fr; }
  .ml-manifesto__foot a { grid-column: 2; justify-self: start; }
  .ml-work__head h2,.ml-process__head h2,.ml-testimonials__head h2,.ml-features__head h2,.ml-faq__head h2 { font-size: 47px; }
  .ml-work { padding-top: 62px; padding-bottom: 56px; }
  .ml-work__head { display: block; }
  .ml-work__head > p { display: none; }
  .ml-work__head h2 { max-width: 294px; margin: 38px auto 0; text-align: center; font-size: 31px; line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
  .ml-work__filters { margin: 32px 0 22px; }
  .ml-work__grid { display: grid; grid-template-columns: minmax(0,1fr); gap: 5px; overflow: hidden; }
  .ml-work__row { min-width: 0; display: grid; grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: calc((100% - 10px)/3); gap: 5px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .ml-work__grid.is-auto-looping .ml-work__row { scroll-snap-type: none; scroll-behavior: auto; }
  .ml-work__row::-webkit-scrollbar { display: none; }
  .ml-work-card { min-height: clamp(145px,42vw,180px); border-radius: 4px; scroll-snap-align: start; }
  .ml-work-card:nth-child(even) { margin-top: 0; }
  .ml-work-card div { left: 8px; right: 8px; bottom: 9px; display: grid; gap: 3px; }
  .ml-work-card small { font-size: 5px; line-height: 1.2; }
  .ml-work-card b { font-size: 12px; justify-self: end; }
  .ml-work__foot { margin-top: 30px; display: grid; grid-template-columns: 38px minmax(0,1fr); align-items: start; gap: 10px 22px; }
  .ml-work__cross { width: 38px; height: 38px; background: linear-gradient(var(--ml-ink),var(--ml-ink)) center/1px 100% no-repeat,linear-gradient(90deg,var(--ml-ink),var(--ml-ink)) center/100% 1px no-repeat; }
  .ml-work__foot p { max-width: 235px; margin: 0; color: #4e544f; font-size: 11px; line-height: 1.5; }
  .ml-work__foot a { grid-column: 2; justify-self: start; padding-bottom: 5px; color: var(--ml-ink); border-bottom: 1px solid #777d77; text-decoration: none; font-size: 8px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .ml-process__grid { margin-top: 60px; grid-template-columns: 1fr 1fr; gap: 8px; }
  .ml-process__card:nth-child(2) { margin-top: 33px; }
  .ml-process__card:nth-child(3) { grid-column: 1 / -1; width: calc(50% - 4px); }
  .ml-process__card > :is(small,h3,p) { margin-left: 15px; margin-right: 15px; }
  .ml-process__card h3 { font-size: 17px; }
  .ml-process__card p { font-size: 9px; }
  .ml-proof { grid-template-columns: auto 1fr; }
  .ml-quote { width: 88vw; min-height: 470px; grid-template-columns: 1fr; grid-template-rows: 1fr 190px; }
  .ml-quote__copy { padding: 25px; }
  .ml-quote__copy > p { font-size: 27px; }
  .ml-features__grid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .ml-feature { min-height: 310px; padding: 15px; }
  .ml-feature:nth-child(even) { margin-top: 32px; }
  .ml-feature h3 { font-size: 17px; }
  .ml-cta { min-height: 620px; padding: 90px 22px; align-items: flex-start; text-align: left; }
  .ml-cta h2 { font-size: 51px; }
  .ml-faq__item > button { grid-template-columns: 32px 1fr auto; padding-inline: 0; }
  .ml-faq__item > button { min-height: 74px; }
  .ml-faq__item button b { font-size: 14px; line-height: 1.28; }
  .ml-faq__item button span { font-size: 12px; }
  .ml-faq__item button i { font-size: 19px; }
  .ml-faq__answer { padding-inline: 47px 15px; }
  .ml-faq__answer,
  .ml-faq__answer :is(p,li) { font-size: 12px; line-height: 1.55; }
  .ml-faq__item.is-open .ml-faq__answer,
  .ml-faq__item.is-open .ml-faq__answer * { color: rgba(15,18,15,.76) !important; }
  .ml-faq__item.is-open .ml-faq__answer { padding-left: 47px; }
}

@media (max-width: 390px) {
  .ml-hero__headline h1 { font-size: clamp(41px,11.2vw,44px); }
  .ml-work__head h2,.ml-process__head h2,.ml-testimonials__head h2,.ml-features__head h2,.ml-faq__head h2,.ml-cta h2 { font-size: 42px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,*::before,*::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .ml-reveal { opacity: 1; transform: none; }
}
