/* ─── ORIUM PROPERTY — Styles consolidés ─── */

@font-face {
  font-family: 'PPValve';
  src: url('../fonts/PPValve-PlainExtrabold.otf') format('opentype');
  font-weight: 800; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'PPValve';
  src: url('../fonts/PPValve-PlainMedium.otf') format('opentype');
  font-weight: 500; font-style: normal; font-display: block;
}
@font-face {
  font-family: 'PPValve';
  src: url('../fonts/PPValve-PlainExtralight.otf') format('opentype');
  font-weight: 200; font-style: normal; font-display: block;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --p:   #F3EFE4;
  --i:   #042f28;
  --i55: rgba(4,47,40,.55);
  --i25: rgba(4,47,40,.25);
  --i10: rgba(4,47,40,.10);
  --fh:  'PPValve', Georgia, serif;
  --fb:  'Montserrat', sans-serif;
  --ez:  cubic-bezier(0.76, 0, 0.24, 1);
  --ez2: cubic-bezier(0.16, 1, 0.3, 1);
  --mg:  56px;
}

/* ─── GRADIENT BACKGROUND ─── */
.grad-bg {
  position: fixed; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(ellipse 70vw 65vh at 95%  2%,  rgba(4,47,40,.32)    0%, rgba(8,72,46,.16)    38%, rgba(35,115,78,.06)   56%, transparent 70%),
    radial-gradient(ellipse 55vw 60vh at 2%  96%,  rgba(4,47,40,.22)    0%, rgba(12,82,54,.10)   40%, transparent 64%),
    radial-gradient(ellipse 50vw 50vh at 50% 55%,  rgba(95,175,138,.12) 0%, rgba(140,205,170,.05) 50%, transparent 68%),
    radial-gradient(ellipse 38vw 32vh at 72% 80%,  rgba(188,148,62,.12) 0%, rgba(215,185,115,.05) 48%, transparent 62%);
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--fb);
  background: var(--p);
  color: var(--i);
  cursor: default;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* ─── WORDMARK ─── */
.nav-logo { display: flex; align-items: center; }
.nl-wordmark {
  font-family: var(--fh); font-weight: 200;
  font-size: 13px; letter-spacing: .24em; text-transform: uppercase;
  color: var(--i); white-space: nowrap; line-height: 1;
  overflow: hidden; max-width: 200px; margin-left: 12px;
  transition: max-width .52s var(--ez2), opacity .38s var(--ez2), margin-left .52s var(--ez2);
}
nav.compact .nl-wordmark { max-width: 0; opacity: 0; margin-left: 0; }

/* ─── TITLE CLIP-REVEAL ─── */
.tl-mask { display: block; overflow: hidden; }
.tl-txt.r { display: block; transform: translateY(108%); opacity: 1; transition: transform 1.15s var(--ez); }
.tl-txt.r.in, .in .tl-txt.r { transform: translateY(0); }
.tl-trigger.r { opacity: 1 !important; transform: none !important; }

/* ─── NAV ─── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 350;
  display: flex; align-items: center; justify-content: space-between;
  padding: 22px var(--mg);
  background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none;
  transition: background .5s var(--ez2), backdrop-filter .5s, padding .4s var(--ez2), transform .45s var(--ez2);
}
nav.compact { padding-top: 14px; padding-bottom: 14px; }
nav.scrolled { background: rgba(243,239,228,.90); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); }
nav.hidden { transform: translateY(-110%); }
.nav-logo svg { height: 20px; width: auto; fill: var(--i); }
.nav-mid { display: none; }

/* ─── BURGER ─── */
.nav-burger {
  position: relative; z-index: 400;
  width: 56px; height: 56px; border: none; background: none; cursor: pointer;
  display: flex; flex-direction: column; justify-content: center; align-items: center;
  gap: 8px; border-radius: 50%; transition: background .35s;
}
.nav-burger:hover { background: rgba(4,47,40,.07); }
.nav-burger span { display: block; height: 1.5px; background: var(--i); border-radius: 2px; transition: width .45s var(--ez2), transform .5s var(--ez2); }
.nav-burger span:nth-child(1) { width: 32px; }
.nav-burger span:nth-child(2) { width: 20px; }
.nav-burger.open span:nth-child(1) { width: 28px; transform: translateY(9.5px) rotate(45deg); }
.nav-burger.open span:nth-child(2) { width: 28px; transform: translateY(-9.5px) rotate(-45deg); }
.nav-burger.open span { background: #F3EFE4; }
nav.overlay-open { background: transparent !important; backdrop-filter: none !important; -webkit-backdrop-filter: none !important; }
nav.overlay-open .nav-logo { opacity: 0; pointer-events: none; transition: opacity .3s; }
nav.overlay-open .nav-mode { opacity: 0; pointer-events: none; }

/* ─── NAV RIGHT + MODE ─── */
.nav-right { display: flex; align-items: center; gap: 4px; }
.nav-mode {
  width: 38px; height: 38px; border: none; background: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  border-radius: 50%; transition: background .35s; flex-shrink: 0;
}
.nav-mode:hover { background: var(--i10); }
.mode-icon {
  width: 14px; height: 14px; border-radius: 50%; border: 1.5px solid var(--i);
  position: relative; overflow: hidden; flex-shrink: 0; transition: border-color .55s var(--ez2);
}
.mode-icon::before {
  content: ''; position: absolute; top: 0; left: 0; width: 50%; height: 100%;
  background: var(--i); transition: width .55s var(--ez2), background .55s var(--ez2);
}
body.dark .mode-icon::before { width: 100%; }

/* ─── NAV OVERLAY ─── */
.nav-ov {
  position: fixed; inset: 0; z-index: 200; background: var(--i);
  display: flex; flex-direction: column; justify-content: center;
  padding: 100px var(--mg) 60px;
  clip-path: circle(0% at calc(100% - var(--mg) - 22px) 43px);
  transition: clip-path .85s var(--ez); pointer-events: none;
}
.nav-ov.open { clip-path: circle(160% at calc(100% - var(--mg) - 22px) 43px); pointer-events: all; }
.ov-link {
  font-family: var(--fh); font-weight: 800;
  font-size: clamp(30px, 4.6vw, 74px);
  letter-spacing: -0.04em; line-height: .9;
  color: #F3EFE4; display: block; padding: 18px 0;
  border-bottom: 1px solid rgba(243,239,228,.1);
  opacity: 0; transform: translateY(18px);
  transition: opacity .5s var(--ez2), transform .6s var(--ez2), padding-left .4s var(--ez2);
}
.nav-ov.open .ov-link { opacity: .55; transform: none; }
.nav-ov.open .ov-link:nth-child(1) { transition-delay: .18s; }
.nav-ov.open .ov-link:nth-child(2) { transition-delay: .26s; }
.nav-ov.open .ov-link:nth-child(3) { transition-delay: .34s; }
.nav-ov.open .ov-link:nth-child(4) { transition-delay: .42s; }
.nav-ov.open .ov-link:nth-child(5) { transition-delay: .50s; }
.nav-ov.open .ov-link:nth-child(6) { transition-delay: .58s; }
.ov-link:hover { opacity: 1 !important; color: #ffffff; padding-left: 18px; }
.ov-link:last-of-type { border-bottom: none; }

/* Home page: 5 links → larger font */
body.home .ov-link { font-size: clamp(42px, 6.2vw, 100px); }

.ov-foot {
  position: absolute; bottom: 52px; left: var(--mg); right: var(--mg);
  display: flex; gap: 56px; align-items: flex-end;
  border-top: 1px solid rgba(243,239,228,.1); padding-top: 28px;
  opacity: 0; transition: opacity .5s var(--ez2) .5s;
}
.nav-ov.open .ov-foot { opacity: 1; }
.ov-ct-l { font-size: 7.5px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: rgba(243,239,228,.25); margin-bottom: 6px; }
.ov-ct a { display: block; font-family: var(--fh); font-weight: 200; font-size: clamp(13px, 1.3vw, 19px); letter-spacing: -0.01em; color: rgba(243,239,228,.6); transition: color .3s; }
.ov-ct a:hover { color: var(--p); }
.ov-social { display: flex; gap: 18px; margin-left: auto; align-items: flex-end; padding-bottom: 2px; }
.ov-social a { color: rgba(243,239,228,.38); transition: color .3s; display: flex; pointer-events: none; opacity: .25; cursor: default; }
.ov-social a:hover { color: rgba(243,239,228,.38); }
.ov-social svg { width: 16px; height: 16px; }

/* ─── HERO ─── */
.hero {
  min-height: 100vh; padding: 116px var(--mg) 80px;
  display: flex; flex-direction: column; justify-content: flex-end; position: relative;
}
.hero-mono {
  position: absolute; left: 50%; top: 15%;
  transform: translate(-50%, -50%);
  width: 180vw; pointer-events: none; z-index: 0;
}
.hero-mono svg { width: 100%; overflow: visible; }
.mp {
  fill: var(--i); stroke: none; opacity: .065;
  clip-path: inset(0 0 100% 0);
  animation: fillUp 2.2s var(--ez) forwards;
}
.mp:nth-child(1) { animation-delay: .25s; }
.mp:nth-child(2) { animation-delay: .65s; }
@keyframes fillUp { to { clip-path: inset(0 0 0% 0); } }

.h-eye {
  font-size: 12px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase;
  opacity: 0; animation: fIn .8s ease forwards .2s; margin-bottom: 44px;
}
.hero-title {
  font-family: var(--fh); font-weight: 200;
  font-size: clamp(76px, 13vw, 208px);
  letter-spacing: -0.045em; line-height: .88;
}
.hl { display: block; overflow: hidden; }
.hl span { display: block; transform: translateY(105%); animation: lUp 1.1s var(--ez) forwards; }
.hl:nth-child(1) span { animation-delay: .28s; }
.hl:nth-child(2) span { animation-delay: .46s; }
.hl:nth-child(3) span { animation-delay: .54s; }

.hero-foot {
  margin-top: 56px; padding-top: 28px;
  border-top: 1px solid rgba(4,47,40,.12);
  display: flex; align-items: flex-end; justify-content: space-between;
  opacity: 0; animation: fIn 1s ease forwards 1s;
}
.hero-tag { font-size: 14px; font-weight: 300; letter-spacing: .03em; line-height: 1.75; text-transform: uppercase; opacity: .5; }
.hero-scr { display: flex; align-items: center; gap: 16px; font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .3; }
.scr-bar { width: 52px; height: 1px; background: var(--i); transform-origin: right; animation: scrAnim 2s ease-in-out infinite; }
@keyframes scrAnim { 0%,100% { transform: scaleX(1); opacity: .3; } 50% { transform: scaleX(.35); opacity: 1; } }

/* ─── SECTION LABEL ─── */
.sec-lbl { display: flex; align-items: center; gap: 16px; font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .4; margin-bottom: 48px; }
.sec-lbl::before { content: ''; display: block; width: 28px; height: 1px; background: var(--i); }

/* ─── INTRO ─── */
.intro {
  padding: 120px var(--mg); max-width: 880px; margin: 0 auto;
  text-align: center; display: flex; flex-direction: column; align-items: center; gap: 48px;
}
.intro-lbl { font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .4; }
.intro-text { font-family: var(--fb); font-weight: 300; font-size: clamp(24px, 3vw, 46px); letter-spacing: -0.01em; line-height: 1.38; }
.outline { font-weight: 800; }
.intro-cta {
  display: inline-flex; align-items: center; gap: 14px;
  font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em;
  text-transform: uppercase; color: var(--p); background: var(--i);
  padding: 16px 36px; border-radius: 99px; transition: gap .4s var(--ez2), opacity .3s;
}
.intro-cta:hover { gap: 22px; opacity: .88; }
.intro-cta .arr { font-family: var(--fh); font-weight: 200; font-size: 15px; }

/* ─── PROPERTIES ─── */
.properties::before { content: ''; display: block; height: 1px; background: var(--i10); margin: 0 var(--mg); }

.prop-hd {
  padding: 72px var(--mg) 56px;
  display: flex; align-items: flex-end; justify-content: space-between;
}
.prop-hd-title {
  font-family: var(--fh); font-weight: 800;
  font-size: clamp(44px, 5.5vw, 88px); letter-spacing: -0.04em; line-height: .88;
}
.prop-hd-link {
  font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  opacity: .45; display: inline-flex; align-items: center; gap: 10px;
  transition: opacity .3s, gap .4s var(--ez2); padding-bottom: 2px;
}
.prop-hd-link:hover { opacity: 1; gap: 18px; }

/* ─── FILTER ─── */
.biens-filter { display: flex; gap: 10px; flex-wrap: wrap; padding: 0 var(--mg) 44px; }
.bf {
  font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase;
  color: var(--i); background: transparent; border: 1px solid var(--i25); border-radius: 99px;
  padding: 9px 22px; cursor: pointer; transition: background .3s, color .3s, border-color .3s;
}
.bf:hover { border-color: var(--i55); }
.bf.active { background: var(--i); color: var(--p); border-color: var(--i); }

/* ─── BIENS GRID ─── */
.biens-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; padding: 0 var(--mg) 88px; }

.bien { position: relative; overflow: hidden; cursor: pointer; }
.bien-photo { position: relative; overflow: hidden; aspect-ratio: 3/2; }
.bien-photo img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform 1.3s var(--ez); }
.bien:hover .bien-photo img { transform: scale(1.1); }

.bien-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 7px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase;
  color: var(--p); background: var(--i); padding: 5px 13px; border-radius: 99px;
}
.bien-badge.badge-compromis { background: rgba(174,128,45,.92); color: #F3EFE4; }
.bien-badge.badge-vendu { background: rgba(4,47,40,.42); color: rgba(243,239,228,.75); backdrop-filter: blur(6px); }
.bien-photo.is-sold::after { content: ''; position: absolute; inset: 0; z-index: 1; background: rgba(4,47,40,.22); }

.bien-body { padding: 18px 0 0; display: flex; flex-direction: column; }
.bien-top { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 4px; }
.bien-loc { font-size: 8px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; opacity: .38; }
.bien-num { font-size: 8px; font-weight: 400; letter-spacing: .08em; opacity: .2; }
.bien-name { font-family: var(--fb); font-weight: 700; font-size: clamp(18px, 1.5vw, 26px); letter-spacing: -0.03em; line-height: .95; margin-bottom: 4px; }
.bien-price { font-family: var(--fb); font-weight: 300; font-size: clamp(13px, 1.1vw, 17px); opacity: .7; margin-bottom: 16px; }
.bien-rule { width: 100%; height: 1px; background: var(--i10); margin-bottom: 12px; }
.bien-specs { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin-bottom: 16px; }
.bsl { font-size: 6.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; opacity: .3; margin-bottom: 3px; }
.bsv { font-family: var(--fb); font-weight: 600; font-size: clamp(12px, 1vw, 15px); }
.bien-cta { display: inline-flex; align-items: center; gap: 8px; align-self: flex-start; font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; opacity: .4; transition: opacity .3s, gap .4s var(--ez2); }
.bien-cta:hover { opacity: 1; gap: 15px; }
.bien-cta .arr { font-family: var(--fh); font-weight: 200; font-size: 14px; }

/* ─── BIEN DETAIL PANEL ─── */
.bien-detail {
  position: fixed; inset: 0; z-index: 500;
  display: grid; grid-template-columns: 52% 48%;
  transform: translateX(100%); transition: transform .9s var(--ez);
}
.bien-detail.open { transform: translateX(0); }
.bd-media { position: relative; overflow: hidden; }
.bd-media img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.06); transition: transform 1.2s var(--ez); }
.bien-detail.open .bd-media img { transform: scale(1); }

.bd-close {
  position: absolute; top: 36px; right: 36px; z-index: 10;
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--fb); font-size: 8px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase;
  color: var(--p); background: rgba(4,47,40,.55); border: 1px solid rgba(243,239,228,.25); border-radius: 99px;
  padding: 10px 22px; cursor: pointer; backdrop-filter: blur(10px); transition: background .3s, border-color .3s;
}
.bd-close:hover { background: rgba(4,47,40,.85); border-color: rgba(243,239,228,.55); }
.bd-media-foot { position: absolute; bottom: 36px; left: 36px; right: 36px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.bd-ph-nav { position: absolute; inset: 0; z-index: 8; display: flex; align-items: center; justify-content: space-between; padding: 0 22px; pointer-events: none; }
.bd-ph-btn {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  background: rgba(4,47,40,.5); backdrop-filter: blur(8px); border: 1px solid rgba(243,239,228,.2);
  font-family: var(--fh); font-weight: 200; font-size: 20px; line-height: 1;
  color: var(--p); display: flex; align-items: center; justify-content: center;
  cursor: pointer; pointer-events: all; opacity: 0; transition: opacity .3s, background .3s;
}
.bd-media:hover .bd-ph-btn { opacity: 1; }
.bd-ph-btn:hover { background: rgba(4,47,40,.85); }
.bd-ph-count { position: absolute; top: 36px; left: 36px; z-index: 10; font-size: 8px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: rgba(243,239,228,.45); }
.bd-thumbs { display: flex; gap: 6px; flex-shrink: 0; }
.bd-thumb { width: 52px; height: 38px; border-radius: 4px; overflow: hidden; cursor: pointer; border: 1.5px solid transparent; transition: border-color .25s, opacity .25s; opacity: .45; flex-shrink: 0; }
.bd-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bd-thumb.active { border-color: rgba(243,239,228,.65); opacity: 1; }
.bd-thumb:hover { opacity: .85; }
.bd-badge-d { font-size: 7px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; color: var(--p); background: rgba(4,47,40,.7); padding: 5px 14px; border-radius: 99px; backdrop-filter: blur(8px); border: 1px solid rgba(243,239,228,.2); }

.bd-content { background: var(--i); color: var(--p); overflow-y: auto; overflow-x: hidden; padding: 64px 52px 80px; display: flex; flex-direction: column; }
.bd-content::-webkit-scrollbar { width: 2px; }
.bd-content::-webkit-scrollbar-thumb { background: rgba(243,239,228,.15); border-radius: 2px; }
.bd-x-close {
  position: sticky; top: 24px; align-self: flex-end; flex-shrink: 0;
  width: 36px; height: 36px; margin-bottom: 8px;
  background: rgba(243,239,228,.07); border: 1.5px solid rgba(243,239,228,.18);
  border-radius: 50%; cursor: pointer; display: flex; align-items: center; justify-content: center;
  font-size: 18px; line-height: 1; color: rgba(243,239,228,.55);
  transition: background .25s, color .25s, border-color .25s; z-index: 5;
}
.bd-x-close:hover { background: rgba(243,239,228,.18); color: #F3EFE4; border-color: rgba(243,239,228,.4); }

.bd-ref-d { font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: rgba(243,239,228,.28); margin-bottom: 16px; }
.bd-loc-d { font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: rgba(243,239,228,.42); margin-bottom: 14px; }
.bd-name-d { font-family: var(--fh); font-weight: 800; font-size: clamp(32px, 4vw, 66px); letter-spacing: -0.04em; line-height: .9; color: var(--p); margin-bottom: 16px; }
.bd-price-d { font-family: var(--fb); font-weight: 300; font-size: clamp(18px, 2vw, 30px); color: rgba(243,239,228,.7); margin-bottom: 40px; }
.bd-divider { width: 100%; height: 1px; background: rgba(243,239,228,.10); margin-bottom: 40px; }
.bd-specs-d { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 28px; margin-bottom: 40px; }
.bd-spec-l { font-size: 7px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(243,239,228,.28); margin-bottom: 6px; }
.bd-spec-v { font-family: var(--fb); font-weight: 600; font-size: clamp(15px, 1.5vw, 22px); color: var(--p); }
.bd-section-lbl { font-size: 7px; font-weight: 600; letter-spacing: .25em; text-transform: uppercase; color: rgba(243,239,228,.28); margin-bottom: 14px; }
.bd-desc-d { font-size: 13.5px; font-weight: 300; line-height: 1.88; color: rgba(243,239,228,.60); margin-bottom: 36px; }
.bd-features-d { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 52px; }
.bd-feat { font-size: 11px; font-weight: 400; color: rgba(243,239,228,.48); display: flex; align-items: center; gap: 10px; }
.bd-feat::before { content: ''; flex-shrink: 0; width: 4px; height: 4px; border-radius: 50%; background: rgba(243,239,228,.3); }
.bd-agent { display: flex; align-items: center; gap: 16px; margin-bottom: 32px; padding: 20px 24px; border: 1px solid rgba(243,239,228,.10); border-radius: 12px; }
.bd-agent-avatar { width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0; background: rgba(243,239,228,.10); border: 1px solid rgba(243,239,228,.15); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 600; letter-spacing: .06em; color: rgba(243,239,228,.5); }
.bd-agent-name { font-size: 13px; font-weight: 500; color: var(--p); margin-bottom: 2px; }
.bd-agent-title { font-size: 8.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: rgba(243,239,228,.35); margin-bottom: 8px; }
.bd-agent-tel { font-size: 12px; font-weight: 300; color: rgba(243,239,228,.55); display: block; transition: color .3s; }
.bd-agent-tel:hover { color: var(--p); }
.bd-cta-d {
  display: inline-flex; align-items: center; gap: 14px; align-self: flex-start;
  font-family: var(--fb); font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase;
  color: var(--i); background: var(--p); padding: 16px 36px; border-radius: 99px; transition: gap .45s var(--ez2);
}
.bd-cta-d:hover { gap: 24px; }
.bd-cta-d .arr { font-family: var(--fh); font-weight: 200; font-size: 18px; }

/* ─── MANIFESTO ─── */
.manifesto {
  background: var(--i); color: var(--p); min-height: 100vh;
  display: flex; flex-direction: column; justify-content: center;
  padding: 120px var(--mg); position: relative; overflow: hidden;
}
.mf-bg { position: absolute; right: -12%; bottom: -18%; width: 72%; opacity: .06; pointer-events: none; }
.mf-bg svg { width: 100%; fill: white; }
.mf-lbl { font-size: 9px; font-weight: 600; letter-spacing: .35em; text-transform: uppercase; color: rgba(243,239,228,.35); margin-bottom: 72px; }
.mf-q { font-family: var(--fb); font-weight: 300; font-size: clamp(36px, 5.2vw, 88px); letter-spacing: -0.02em; line-height: 1.18; color: var(--p); max-width: 1080px; position: relative; z-index: 1; margin-bottom: 64px; }
.mf-q .ow { font-weight: 800; }
.mf-sig { font-family: var(--fh); font-weight: 200; font-size: clamp(20px, 2.4vw, 38px); letter-spacing: .22em; text-transform: uppercase; color: rgba(243,239,228,.45); position: relative; z-index: 1; }

/* ─── SERVICES (home blocks) ─── */
.srv { display: flex; align-items: flex-start; padding: 72px var(--mg) 64px; background: #042f28; border-top: 1px solid rgba(243,239,228,.07); }
.srv-in { width: 100%; display: flex; flex-direction: column; gap: 0; }
.srv-num { font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: rgba(243,239,228,.38); margin-bottom: 20px; }
.srv-word { font-family: var(--fh); font-weight: 800; font-size: clamp(32px, 4.5vw, 72px); letter-spacing: -0.045em; line-height: .9; color: #F3EFE4; display: block; margin-bottom: 28px; }
.srv-desc { font-size: 13.5px; font-weight: 300; line-height: 1.85; color: #F3EFE4; opacity: .55; max-width: 580px; }
.srv-arr { display: none; }

/* ─── ESTIMATION MINI ─── */
.est-mini { background: #042f28; color: #F3EFE4; padding: 100px var(--mg); display: grid; grid-template-columns: 1fr 1fr; gap: 88px; align-items: center; }
.est-mini-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: rgba(243,239,228,.35); margin-bottom: 22px; }
.est-mini-title { font-family: var(--fh); font-weight: 800; font-size: clamp(28px, 3.8vw, 60px); letter-spacing: -0.04em; line-height: .88; color: #F3EFE4; margin-bottom: 36px; }
.est-mini-pts { list-style: none; display: flex; flex-direction: column; gap: 14px; margin-bottom: 48px; }
.est-mini-pts li { font-family: var(--fb); font-size: 13px; font-weight: 300; color: rgba(243,239,228,.55); display: flex; align-items: center; gap: 14px; }
.est-mini-pts li::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: rgba(243,239,228,.35); flex-shrink: 0; }
.est-mini .est-cta { color: #042f28; background: #F3EFE4; }
.est-mini .est-cta:hover { opacity: .88; }
.est-chart { width: 100%; position: relative; }
.est-chart svg { width: 100%; overflow: visible; }
.chart-bar { transform-box: fill-box; transform-origin: bottom center; transform: scaleY(0); transition: transform 1.1s var(--ez2); }
.est-mini.in .chart-bar:nth-child(1) { transform: scaleY(1); transition-delay: .05s; }
.est-mini.in .chart-bar:nth-child(2) { transform: scaleY(1); transition-delay: .2s; }
.est-mini.in .chart-bar:nth-child(3) { transform: scaleY(1); transition-delay: .35s; }
.est-mini.in .chart-bar:nth-child(4) { transform: scaleY(1); transition-delay: .5s; }
.est-mini.in .chart-bar:nth-child(5) { transform: scaleY(1); transition-delay: .65s; }
.est-mini.in .chart-bar:nth-child(6) { transform: scaleY(1); transition-delay: .80s; }
.chart-line { stroke-dasharray: 380; stroke-dashoffset: 380; transition: stroke-dashoffset 1.5s var(--ez2) .5s; }
.est-mini.in .chart-line { stroke-dashoffset: 0; }
.chart-dot { transform: scale(0); transform-box: fill-box; transform-origin: center; transition: transform .4s var(--ez2); }
.est-mini.in .chart-dot:nth-child(1) { transform: scale(1); transition-delay: .6s; }
.est-mini.in .chart-dot:nth-child(2) { transform: scale(1); transition-delay: .72s; }
.est-mini.in .chart-dot:nth-child(3) { transform: scale(1); transition-delay: .84s; }
.est-mini.in .chart-dot:nth-child(4) { transform: scale(1); transition-delay: .96s; }
.est-mini.in .chart-dot:nth-child(5) { transform: scale(1); transition-delay: 1.08s; }
.est-mini.in .chart-dot:nth-child(6) { transform: scale(1); transition-delay: 1.20s; }

/* ─── CONTACT ─── */
.contact { padding: 140px var(--mg); border-top: 1px solid var(--i10); }
.ct-lbl { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; opacity: .38; margin-bottom: 72px; }
.ct-tel { display: block; font-family: var(--fb); font-weight: 300; font-size: clamp(28px, 5.5vw, 88px); line-height: .95; margin-bottom: 12px; transition: opacity .3s; }
.ct-tel:hover { opacity: .35; }
.ct-mail { display: block; font-family: var(--fb); font-weight: 300; font-size: clamp(28px, 5.5vw, 88px); line-height: .95; margin-bottom: 88px; transition: opacity .3s; }
.ct-mail:hover { opacity: .35; }
.ct-bot { padding-top: 64px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 80px; }
.ct-dets { display: flex; flex-direction: column; gap: 32px; }
.cd-l { font-size: 8.5px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; opacity: .32; margin-bottom: 7px; }
.cd-v { font-size: 14px; font-weight: 400; line-height: 1.55; }
.fg { margin-bottom: 32px; }
.fg.row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.fl { display: block; font-size: 8.5px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: .32; margin-bottom: 10px; }
.fi { width: 100%; font-family: var(--fb); font-size: 13.5px; font-weight: 300; background: transparent; border: none; border-bottom: 1px solid var(--i25); padding: 10px 0; color: var(--i); outline: none; transition: border-bottom-color .3s; }
.fi:focus { border-bottom-color: var(--i); border-bottom-width: 2px; }
.fi::placeholder { opacity: .28; }
textarea.fi { resize: none; min-height: 88px; }
.f-btn { display: inline-flex; align-items: center; gap: 16px; font-family: var(--fb); font-size: 10px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--p); background: var(--i); border: none; padding: 15px 34px; cursor: pointer; border-radius: 99px; transition: gap .45s var(--ez2); }
.f-btn:hover { gap: 28px; }
.f-btn .arr { font-family: var(--fh); font-weight: 200; font-size: 18px; line-height: 1; }

/* Success messages */
.form-success { background: rgba(4,47,40,.06); border: 1px solid var(--i10); border-radius: 8px; padding: 20px 24px; margin-bottom: 32px; font-size: 13.5px; font-weight: 300; line-height: 1.6; color: var(--i); }

/* ─── FOOTER ─── */
footer { background: #042f28; color: #F3EFE4; padding: 64px var(--mg) 40px; }
.ft-top { display: grid; grid-template-columns: auto 1fr auto; gap: 56px; align-items: start; padding-bottom: 52px; border-bottom: 1px solid rgba(243,239,228,.1); margin-bottom: 32px; }
.ft-brand { display: flex; align-items: center; gap: 12px; }
.ft-logo svg { height: 20px; fill: #F3EFE4; }
.ft-brand-name { font-family: var(--fh); font-weight: 200; font-size: 13px; letter-spacing: .24em; text-transform: uppercase; color: #F3EFE4; white-space: nowrap; line-height: 1; }
.ft-nav { display: flex; flex-wrap: wrap; gap: 12px 32px; justify-content: center; align-content: flex-start; padding-top: 3px; }
.ft-nav a { font-size: 9.5px; font-weight: 500; letter-spacing: .2em; text-transform: uppercase; color: rgba(243,239,228,.42); transition: color .3s; }
.ft-nav a:hover { color: #F3EFE4; }
footer nav { position: static; z-index: auto; transform: none; background: none; backdrop-filter: none; }
.ft-contact { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.ft-contact a { font-family: var(--fb); font-weight: 300; font-size: clamp(12px, 1.1vw, 15px); color: rgba(243,239,228,.5); transition: color .3s; }
.ft-contact a:hover { color: #F3EFE4; }
.ft-bottom { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
.ft-copy { font-size: 9px; color: rgba(243,239,228,.22); letter-spacing: .08em; }
.ft-links { display: flex; gap: 20px; flex-wrap: wrap; }
.ft-links a { font-size: 9px; color: rgba(243,239,228,.22); letter-spacing: .06em; transition: color .3s; }
.ft-links a:hover { color: rgba(243,239,228,.65); }
.ft-social { display: flex; gap: 16px; align-items: center; margin-top: 14px; }
.ft-social a { color: rgba(243,239,228,.35); transition: color .3s; display: flex; pointer-events: none; opacity: .25; cursor: default; }
.ft-social a:hover { color: rgba(243,239,228,.35); }
.ft-social svg { width: 14px; height: 14px; }
.ft-made-by { display: flex; align-items: center; gap: 7px; text-decoration: none; }
.ft-made-by-lbl { font-size: 8px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: rgba(243,239,228,.28); white-space: nowrap; }
.ft-made-by svg { height: 10px; width: auto; fill: rgba(243,239,228,.28); }

/* ─── INNER PAGE HERO ─── */
.pg-hero { min-height: 52vh; padding: 140px var(--mg) 80px; display: flex; flex-direction: column; justify-content: flex-end; position: relative; overflow: visible; }
.pg-hero-mono { position: absolute; right: -32%; top: 50%; transform: translateY(-50%); width: 110%; pointer-events: none; }
.pg-hero-mono svg { width: 100%; fill: var(--i); opacity: .055; }
.pg-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; opacity: .38; margin-bottom: 44px; }
.pg-title { font-family: var(--fh); font-weight: 800; font-size: clamp(56px, 8vw, 140px); letter-spacing: -0.045em; line-height: .88; }

/* ─── INNER PAGE SECTIONS ─── */
.pg-section { padding: 96px var(--mg); border-top: 1px solid var(--i10); }
.pg-grid-2 { display: grid; grid-template-columns: 220px 1fr; gap: 80px; align-items: start; }
.pg-side-lbl { font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .38; padding-top: 6px; }
.pg-text { font-size: clamp(15px, 1.4vw, 18px); font-weight: 300; line-height: 1.82; opacity: .68; }
.pg-text + .pg-text { margin-top: 22px; }
.val-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--i10); margin-top: 56px; }
.val-item { padding: 44px 40px 44px 0; border-right: 1px solid var(--i10); }
.val-item:last-child { border-right: none; padding-right: 0; padding-left: 40px; }
.val-item:nth-child(2) { padding-left: 40px; }
.val-n { font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; opacity: .28; margin-bottom: 16px; }
.val-t { font-family: var(--fh); font-weight: 800; font-size: clamp(17px, 1.6vw, 24px); letter-spacing: -0.03em; line-height: 1; margin-bottom: 14px; }
.val-d { font-size: 12.5px; font-weight: 300; line-height: 1.84; opacity: .5; }

.pg-mf { background: var(--i); color: var(--p); padding: 100px var(--mg); text-align: center; position: relative; overflow: hidden; }
.pg-mf .mf-bg { position: absolute; right: -12%; bottom: -18%; width: 120%; opacity: .06; pointer-events: none; }
.pg-mf .mf-bg svg { width: 100%; fill: white; }
body.dark .pg-mf .mf-bg svg { fill: #042f28; }
.pg-mf-text { font-family: var(--fb); font-weight: 300; font-size: clamp(22px, 3vw, 52px); letter-spacing: -0.015em; line-height: 1.28; max-width: 860px; margin: 0 auto 36px; }
.pg-mf-text em { font-style: italic; opacity: .65; }
.pg-mf-sig { font-size: 9px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; color: rgba(243,239,228,.35); }
.pg-cta { padding: 96px var(--mg); text-align: center; }
.pg-cta-h { font-family: var(--fh); font-weight: 800; font-size: clamp(28px, 3.5vw, 56px); letter-spacing: -0.04em; margin-bottom: 36px; }
.pg-btn { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--p); background: var(--i); padding: 18px 36px; border-radius: 99px; transition: gap .4s var(--ez2), opacity .3s; }
.pg-btn:hover { gap: 22px; opacity: .88; }
.pg-btn .arr { font-family: var(--fh); font-weight: 200; font-size: 15px; }
.lang-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 28px; }
.lang-tag { font-size: 8px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; border: 1px solid var(--i25); border-radius: 99px; padding: 7px 16px; opacity: .6; }

/* ─── SERVICES PAGE ─── */
.pg-intro { padding: 88px var(--mg) 0; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; border-top: 1px solid var(--i10); margin-top: 56px; }
.pg-intro-lead { font-family: var(--fh); font-weight: 800; font-size: clamp(26px, 3vw, 44px); letter-spacing: -0.035em; line-height: .95; }
.pg-intro-body { font-size: 14px; font-weight: 300; line-height: 1.85; opacity: .6; }
.srv-page { padding: 100px var(--mg); border-top: 1px solid var(--i10); }
.srv-page:nth-child(odd):not(.srv-page-dark) { background: var(--p); }
.srv-page-dark { background: #042f28; color: #F3EFE4; border-top: none; }
.srv-page-dark .srv-page-num { color: rgba(243,239,228,.25); }
.srv-page-dark .srv-page-sub { color: rgba(243,239,228,.45); }
.srv-page-dark .srv-page-body { color: rgba(243,239,228,.6); }
.srv-page-dark .srv-step-n { color: rgba(243,239,228,.2); }
.srv-page-dark .srv-step-t { color: #F3EFE4; }
.srv-page-dark .srv-step-d { color: rgba(243,239,228,.5); }
.srv-page-dark .srv-step { border-bottom-color: rgba(243,239,228,.08); }
.srv-page-dark .srv-feat::before { background: rgba(243,239,228,.3); }
.srv-page-dark .srv-feat { color: rgba(243,239,228,.5); }
.srv-page-dark .srv-cta { color: #042f28; background: #F3EFE4; }
.srv-page-header { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; margin-bottom: 72px; }
.srv-page-num { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; opacity: .35; margin-bottom: 24px; }
.srv-page-title { font-family: var(--fh); font-weight: 800; font-size: clamp(40px, 6vw, 96px); letter-spacing: -0.045em; line-height: .88; }
.srv-page-sub { font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; opacity: .4; margin-bottom: 20px; margin-top: 8px; }
.srv-page-body { font-size: 14px; font-weight: 300; line-height: 1.88; opacity: .62; max-width: 560px; }
.srv-steps { margin-top: 56px; }
.srv-step { display: grid; grid-template-columns: 56px 1fr; gap: 32px; padding: 36px 0; border-bottom: 1px solid var(--i10); transition: padding-left .4s var(--ez2); }
.srv-step:hover { padding-left: 12px; }
.srv-step-n { font-family: var(--fb); font-weight: 700; font-size: 22px; line-height: 1; opacity: .18; padding-top: 4px; }
.srv-step-t { font-family: var(--fh); font-weight: 800; font-size: clamp(18px, 1.8vw, 26px); letter-spacing: -0.03em; margin-bottom: 10px; }
.srv-step-d { font-size: 13px; font-weight: 300; line-height: 1.82; opacity: .55; max-width: 520px; }
.srv-feats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px 32px; margin-top: 56px; padding-top: 48px; border-top: 1px solid var(--i10); }
.srv-feat { font-size: 13px; font-weight: 400; opacity: .55; display: flex; align-items: center; gap: 12px; }
.srv-feat::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--i); flex-shrink: 0; opacity: .6; }
.srv-cta-row { margin-top: 56px; display: flex; align-items: center; gap: 32px; flex-wrap: wrap; }
.srv-cta { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--p); background: var(--i); padding: 18px 36px; border-radius: 99px; transition: gap .4s var(--ez2), opacity .3s; cursor: pointer; }
.srv-cta:hover { gap: 22px; opacity: .88; }
.srv-cta .arr { font-family: var(--fh); font-weight: 200; font-size: 15px; }
.srv-cta-note { font-size: 11px; font-weight: 300; opacity: .4; font-style: italic; }

/* ─── ESTIMATION PAGE ─── */
.est-wrap { padding: 0 var(--mg); }
.est-intro { padding: 88px 0 64px; }
.est-intro-sub { font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .38; margin-bottom: 28px; }
.est-intro-text { font-family: var(--fb); font-weight: 300; font-size: clamp(18px, 2vw, 32px); line-height: 1.55; max-width: 780px; }
.est-insight { padding: 72px 0; margin-bottom: 80px; border-top: 1px solid var(--i10); border-bottom: 1px solid var(--i10); }
.est-insight-lbl { font-size: 8px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; opacity: .28; margin-bottom: 28px; }
.est-insight-txt { font-family: var(--fb); font-weight: 300; font-size: clamp(18px, 2.2vw, 34px); line-height: 1.55; max-width: 860px; }
.est-insight-txt strong { font-weight: 800; }
.est-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-bottom: 80px; border-top: 1px solid var(--i10); }
.est-pillar { padding: 48px 40px 48px 0; border-right: 1px solid var(--i10); }
.est-pillar:last-child { border-right: none; padding-right: 0; padding-left: 40px; }
.est-pillar:nth-child(2) { padding-left: 40px; }
.est-pillar-n { font-size: 8px; font-weight: 600; letter-spacing: .28em; text-transform: uppercase; opacity: .28; margin-bottom: 20px; }
.est-pillar-t { font-family: var(--fh); font-weight: 800; font-size: clamp(16px, 1.5vw, 22px); letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 14px; }
.est-pillar-d { font-size: 12.5px; font-weight: 300; line-height: 1.84; opacity: .5; }
.est-steps-lbl { font-size: 9px; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; opacity: .38; margin-bottom: 48px; display: flex; align-items: center; gap: 16px; }
.est-steps-lbl::before { content: ''; display: block; width: 28px; height: 1px; background: var(--i); }
.steps { margin-bottom: 80px; }
.step { display: grid; grid-template-columns: 1fr 1fr; gap: 0 72px; padding: 56px 0; border-bottom: 1px solid var(--i10); align-items: center; }
.sn { font-family: var(--fb); font-weight: 600; font-size: 9px; letter-spacing: .22em; text-transform: uppercase; opacity: .25; margin-bottom: 16px; }
.st { font-family: var(--fh); font-weight: 800; font-size: clamp(32px, 3.8vw, 58px); letter-spacing: -0.03em; line-height: .95; }
.sd { font-size: 13px; font-weight: 300; line-height: 1.82; opacity: .5; }
.est-form-section { background: var(--i); color: var(--p); padding: 88px var(--mg) 100px; margin-top: 80px; }
.est-form-section + .est-wrap { padding-top: 100px; }
.ef-lbl { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; color: rgba(243,239,228,.35); margin-bottom: 24px; }
.ef-title { font-family: var(--fh); font-weight: 800; font-size: clamp(32px, 4vw, 64px); letter-spacing: -0.04em; line-height: .9; color: var(--p); margin-bottom: 16px; }
.ef-sub { font-size: 14px; font-weight: 300; line-height: 1.78; color: rgba(243,239,228,.55); max-width: 560px; margin-bottom: 64px; }
.ef-form { display: grid; grid-template-columns: 1fr 1fr; gap: 0 48px; }
.ef-group { margin-bottom: 36px; }
.ef-group.full { grid-column: 1/-1; }
.ef-label { display: block; font-size: 8px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: rgba(243,239,228,.32); margin-bottom: 10px; }
.ef-input { width: 100%; font-family: var(--fb); font-size: 14px; font-weight: 300; background: transparent; border: none; border-bottom: 1px solid rgba(243,239,228,.22); padding: 10px 0; color: var(--p); outline: none; transition: border-color .3s; }
.ef-input:focus { border-bottom-color: rgba(243,239,228,.7); border-bottom-width: 2px; }
.ef-input::placeholder { color: rgba(243,239,228,.22); }
select.ef-input { cursor: pointer; -webkit-appearance: none; appearance: none; }
textarea.ef-input { resize: none; min-height: 96px; }
.ef-submit { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--i); background: var(--p); border: none; padding: 18px 36px; border-radius: 99px; cursor: pointer; transition: gap .4s var(--ez2), opacity .3s; margin-top: 8px; }
.ef-submit:hover { gap: 22px; opacity: .88; }
.ef-submit .arr { font-family: var(--fh); font-weight: 200; font-size: 15px; }
.ef-note { font-size: 9.5px; font-weight: 300; color: rgba(243,239,228,.28); margin-top: 24px; font-style: italic; grid-column: 1/-1; }
.est-cta { display: inline-flex; align-items: center; gap: 14px; font-family: var(--fb); font-size: 9px; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--p); background: var(--i); padding: 18px 36px; border-radius: 99px; transition: gap .4s var(--ez2), opacity .3s; flex-shrink: 0; }
.est-cta:hover { gap: 22px; opacity: .88; }
.est-cta .arr { font-family: var(--fh); font-weight: 200; font-size: 15px; }

/* ─── LEGAL PAGES ─── */
.legal-hero { padding: 140px var(--mg) 64px; }
.legal-eyebrow { font-size: 9px; font-weight: 600; letter-spacing: .32em; text-transform: uppercase; opacity: .38; margin-bottom: 36px; }
.legal-title { font-family: var(--fh); font-weight: 800; font-size: clamp(42px, 6vw, 100px); letter-spacing: -0.045em; line-height: .88; }
.legal-body { padding: 0 var(--mg) 100px; max-width: 860px; }
.legal-body p { font-size: 13.5px; font-weight: 300; line-height: 1.88; opacity: .65; }
.legal-body p + p { margin-top: 14px; }
.legal-body h2 { font-family: var(--fh); font-weight: 800; font-size: clamp(20px, 2vw, 32px); letter-spacing: -0.03em; margin-top: 48px; margin-bottom: 16px; padding-top: 48px; border-top: 1px solid var(--i10); }
.legal-body ul, .legal-body ol { padding-left: 20px; margin-top: 8px; }
.legal-body li { font-size: 13.5px; font-weight: 300; line-height: 1.88; opacity: .65; }
.fee-box { background: var(--i); color: var(--p); border-radius: 12px; padding: 48px 52px; margin: 40px 0; }
.fee-box-rate { font-family: var(--fh); font-weight: 800; font-size: clamp(52px, 8vw, 120px); line-height: .9; margin-bottom: 8px; }
.fee-details { display: flex; flex-direction: column; gap: 14px; margin-top: 20px; }
.fee-row { font-size: 13px; font-weight: 300; line-height: 1.7; color: rgba(243,239,228,.7); }
.fee-row::before { content: '— '; }

/* ─── ANIMATIONS ─── */
@keyframes lUp { to { transform: translateY(0); } }
@keyframes fIn { from { opacity: 0; } to { opacity: 1; } }

/* ─── SCROLL REVEAL ─── */
.r { opacity: 0; transform: translateY(40px); transition: opacity 1s var(--ez2), transform 1s var(--ez2); }
.r.in { opacity: 1; transform: none; }
.r.d1 { transition-delay: .1s; }
.r.d2 { transition-delay: .2s; }
.r.d3 { transition-delay: .3s; }
.r.d4 { transition-delay: .45s; }

/* ─── LARGE SCREENS ─── */
@media (min-width: 1400px) { :root { --mg: 88px; } }
@media (min-width: 1800px) { :root { --mg: 120px; } }
@media (max-width: 1200px) { .biens-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; } }

/* ─── MOBILE ─── */
@media (max-width: 840px) {
  :root { --mg: 28px; }
  nav { padding-top: 16px; padding-bottom: 16px; }
  .nav-mid { max-width: 100px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .hero { padding-top: 110px; min-height: auto; padding-bottom: 60px; justify-content: flex-start; }
  .hero-title { font-size: clamp(42px, 13.5vw, 208px); }
  .hero-mono { display: none; }
  .hero-tag { display: none; }
  .intro { padding: 80px var(--mg); gap: 36px; }
  .prop-hd { flex-direction: column; align-items: flex-start; gap: 20px; padding-top: 56px; padding-bottom: 32px; }
  .prop-hd-link { opacity: .55; }
  .biens-grid { grid-template-columns: 1fr; gap: 20px; }
  .bien-body { padding: 14px 0 0; }
  .bien-detail { grid-template-columns: 1fr; grid-template-rows: 54vw 1fr; }
  .bd-content { padding: 28px 24px 56px; }
  .bd-close { top: 14px; right: 14px; padding: 8px 16px; font-size: 7px; }
  .bd-x-close { width: 44px; height: 44px; font-size: 20px; }
  .bd-ph-count { top: 14px; left: 14px; }
  .bd-media-foot { bottom: 12px; left: 14px; right: 14px; }
  .bd-thumb { width: 38px; height: 28px; }
  .bd-name-d { font-size: clamp(28px, 7vw, 44px); margin-bottom: 10px; }
  .bd-price-d { font-size: clamp(18px, 4.5vw, 26px); margin-bottom: 28px; }
  .bd-agent { flex-wrap: wrap; }
  .srv { min-height: auto; padding: 52px var(--mg) 44px; }
  .srv-in { grid-template-columns: 1fr; gap: 28px; }
  .est-mini { grid-template-columns: 1fr; gap: 48px; }
  .contact { padding: 88px var(--mg) 80px; }
  .ct-bot { grid-template-columns: 1fr; gap: 56px; }
  .pg-hero { padding-top: 110px; min-height: auto; }
  .pg-hero-mono { display: none; }
  .pg-section { padding: 64px var(--mg); }
  .pg-grid-2 { grid-template-columns: 1fr; gap: 24px; }
  .val-grid { grid-template-columns: 1fr; }
  .val-item { padding: 32px 0 !important; border-right: none !important; border-bottom: 1px solid var(--i10); }
  .val-item:last-child { border-bottom: none; }
  .pg-mf { padding: 72px var(--mg); }
  .pg-cta { padding: 72px var(--mg); }
  .pg-intro { grid-template-columns: 1fr; gap: 28px; }
  .srv-page-header { grid-template-columns: 1fr; gap: 28px; }
  .srv-feats { grid-template-columns: 1fr 1fr; }
  .est-pillars { grid-template-columns: 1fr; }
  .est-pillar { padding: 32px 0 !important; border-right: none !important; border-bottom: 1px solid var(--i10); }
  .est-pillar:last-child { border-bottom: none; }
  .step { grid-template-columns: 1fr; gap: 20px; }
  .ef-form { grid-template-columns: 1fr; }
  .ef-group.full { grid-column: 1; }
  .est-insight { padding: 40px 0; margin-bottom: 56px; }
  .ft-top { grid-template-columns: 1fr; gap: 36px; }
  .ft-nav { justify-content: flex-start; }
  .ft-contact { align-items: flex-start; }
  .ft-bottom { flex-direction: column; align-items: flex-start; gap: 20px; }
  .ov-foot { flex-wrap: wrap; gap: 20px 28px; }
  .ov-social { gap: 0; }
  .ov-social a { padding: 10px; }
  .ft-social { gap: 0; margin-top: 4px; }
  .ft-social a { padding: 10px; }
}

/* ─── DARK MODE ─── */
body.dark { --p: #042f28; --i: #F3EFE4; --i55: rgba(243,239,228,.55); --i25: rgba(243,239,228,.25); --i10: rgba(243,239,228,.10); }
body.dark .grad-bg {
  background:
    radial-gradient(ellipse 60vw 55vh at 92%  5%, rgba(95,175,138,.16)  0%, rgba(140,205,170,.06) 45%, transparent 65%),
    radial-gradient(ellipse 45vw 48vh at 5%  92%, rgba(80,155,115,.12)  0%, transparent 58%),
    radial-gradient(ellipse 38vw 36vh at 70% 80%, rgba(188,148,62,.10)  0%, transparent 55%);
}
body.dark nav.scrolled { background: rgba(4,47,40,.96); }
body.dark .nav-ov { background: #042f28; }
body.dark .ov-link { color: #F3EFE4; }
body.dark .ov-ct a { color: rgba(243,239,228,.60); }
body.dark .ov-ct a:hover { color: #F3EFE4; }
body.dark .ov-ct-l { color: rgba(243,239,228,.25); }
body.dark .ov-foot { border-top-color: rgba(243,239,228,.10); }
body.dark .mf-lbl { color: rgba(4,47,40,.42); }
body.dark .mf-sig { color: rgba(4,47,40,.38); }
body.dark .mf-bg svg { fill: #042f28; }
body.dark .bd-price-d { color: rgba(4,47,40,.65); }
body.dark .bd-close { color: #042f28; background: rgba(243,239,228,.55); border-color: rgba(4,47,40,.15); }
body.dark .bd-close:hover { background: rgba(243,239,228,.88); }
body.dark .bd-badge-d { color: #042f28; background: rgba(243,239,228,.72); border-color: rgba(4,47,40,.12); }
body.dark .bd-divider { background: rgba(4,47,40,.10); }
body.dark .bd-ref-d { color: rgba(4,47,40,.28); }
body.dark .bd-x-close { background: rgba(4,47,40,.06); border-color: rgba(4,47,40,.18); color: rgba(4,47,40,.45); }
body.dark .bd-x-close:hover { background: rgba(4,47,40,.14); color: #042f28; border-color: rgba(4,47,40,.38); }
body.dark .bd-loc-d { color: rgba(4,47,40,.45); }
body.dark .bd-spec-l { color: rgba(4,47,40,.28); }
body.dark .bd-section-lbl { color: rgba(4,47,40,.28); }
body.dark .bd-desc-d { color: rgba(4,47,40,.62); }
body.dark .bd-feat { color: rgba(4,47,40,.50); }
body.dark .bd-feat::before { background: rgba(4,47,40,.30); }
body.dark .bd-cta-d { color: #F3EFE4; background: #042f28; }
body.dark .bd-content::-webkit-scrollbar-thumb { background: rgba(4,47,40,.15); }
body.dark .bd-ph-count { color: rgba(4,47,40,.38); }
body.dark .bd-ph-btn { background: rgba(243,239,228,.55); border-color: rgba(4,47,40,.15); color: #042f28; }
body.dark .bd-ph-btn:hover { background: rgba(243,239,228,.88); }
body.dark .bd-thumb.active { border-color: rgba(4,47,40,.55); }
body.dark .bd-agent { border-color: rgba(4,47,40,.12); }
body.dark .bd-agent-avatar { background: rgba(4,47,40,.08); border-color: rgba(4,47,40,.12); color: rgba(4,47,40,.45); }
body.dark .bd-agent-name { color: #042f28; }
body.dark .bd-agent-title { color: rgba(4,47,40,.38); }
body.dark .bd-agent-tel { color: rgba(4,47,40,.55); }
body.dark .bd-agent-tel:hover { color: #042f28; }
body.dark .contact { border-top-color: rgba(243,239,228,.15); }
body.dark .ef-input { border-bottom-color: rgba(4,47,40,.22); color: #042f28; }
body.dark .ef-input::placeholder { color: rgba(4,47,40,.22); }
body.dark .ef-input:focus { border-bottom-color: rgba(4,47,40,.7); }
body.dark select.ef-input { color: #042f28; }
body.dark .ef-label { color: rgba(4,47,40,.32); }
body.dark .ef-lbl { color: rgba(4,47,40,.35); }
body.dark .ef-title { color: #042f28; }
body.dark .ef-sub { color: rgba(4,47,40,.55); }
body.dark .ef-note { color: rgba(4,47,40,.28); }
body.dark .ef-submit { background: #042f28; color: #F3EFE4; }
body.dark footer { background: #F3EFE4; color: #042f28; }
body.dark footer .ft-logo svg { fill: #042f28; }
body.dark footer .ft-brand-name { color: #042f28; }
body.dark footer .ft-top { border-bottom-color: rgba(4,47,40,.12); }
body.dark footer .ft-nav a { color: rgba(4,47,40,.42); }
body.dark footer .ft-nav a:hover { color: #042f28; }
body.dark footer .ft-contact a { color: rgba(4,47,40,.5); }
body.dark footer .ft-contact a:hover { color: #042f28; }
body.dark footer .ft-social a { color: rgba(4,47,40,.35); }
body.dark footer .ft-social a:hover { color: #042f28; }
body.dark footer .ft-copy { color: rgba(4,47,40,.28); }
body.dark footer .ft-links a { color: rgba(4,47,40,.28); }
body.dark footer .ft-links a:hover { color: rgba(4,47,40,.65); }
body.dark footer .ft-made-by-lbl { color: rgba(4,47,40,.28); }
body.dark footer .ft-made-by svg { fill: rgba(4,47,40,.28); }
