:root {
  --bg: #0c0712;
  --bg-2: #12091d;
  --surface: #171020;
  --surface-2: #201229;
  --plum: #5b254f;
  --plum-2: #7b3769;
  --burgundy: #5f1f32;
  --gold: #d7b36b;
  --gold-2: #f1d79e;
  --cream: #f7efe1;
  --muted: #c9bbcc;
  --muted-2: #9f90a5;
  --line: rgba(215, 179, 107, .22);
  --line-soft: rgba(255,255,255,.09);
  --success: #8dd4ab;
  --danger: #ff9eab;
  --shadow: 0 24px 70px rgba(0,0,0,.38);
  --serif: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --shell: min(1180px, calc(100% - 40px));
  --radius: 24px;
  --header-h: 82px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); }
body {
  margin: 0;
  color: var(--cream);
  background:
    radial-gradient(circle at 15% 10%, rgba(94,39,91,.16), transparent 30%),
    radial-gradient(circle at 90% 35%, rgba(117,42,69,.12), transparent 27%),
    var(--bg);
  font-family: var(--sans);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { width: 1.15em; height: 1.15em; fill: currentColor; }
::selection { background: var(--gold); color: #1a1020; }
:focus-visible { outline: 3px solid var(--gold-2); outline-offset: 4px; }
[hidden] { display: none !important; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 118px 0; position: relative; }
.skip-link { position: fixed; z-index: 9999; top: 10px; left: 10px; transform: translateY(-180%); padding: 12px 18px; border-radius: 12px; background: var(--cream); color: #111; transition: .2s ease; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3, blockquote { font-family: var(--serif); font-weight: 500; letter-spacing: -.025em; }
h1 { font-size: clamp(3rem, 5.9vw, 6.1rem); line-height: .98; margin: 0 0 28px; }
h2 { font-size: clamp(2.4rem, 4vw, 4.3rem); line-height: 1.05; margin: 0 0 24px; }
h3 { font-size: 1.45rem; line-height: 1.2; margin: 0 0 12px; }
p { margin: 0 0 20px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold-2); text-transform: uppercase; letter-spacing: .17em; font-size: .75rem; font-weight: 700; margin-bottom: 22px; }
.eyebrow span { width: 48px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold)); }
.section-heading { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); gap: 70px; align-items: end; margin-bottom: 62px; }
.section-heading > p { color: var(--muted); margin-bottom: 5px; }
.section-heading.centered { grid-template-columns: 1fr; text-align: center; max-width: 850px; margin-inline: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { max-width: 680px; margin: 0 auto; }

.btn { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 11px; border: 1px solid transparent; border-radius: 999px; padding: 14px 24px; font-size: .92rem; font-weight: 750; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease, background .25s ease, border-color .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: linear-gradient(135deg, var(--plum-2), #9a4f75); color: white; box-shadow: 0 14px 35px rgba(119,48,101,.35); }
.btn-primary:hover { box-shadow: 0 18px 44px rgba(119,48,101,.5); }
.btn-gold { color: #1a101e; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 14px 35px rgba(205,159,73,.22); }
.btn-gold:hover { box-shadow: 0 18px 42px rgba(205,159,73,.33); }
.btn-ghost { border-color: var(--line); background: rgba(255,255,255,.03); }
.btn-ghost:hover { background: rgba(215,179,107,.09); border-color: rgba(215,179,107,.55); }
.btn-ghost-light { border-color: rgba(255,255,255,.25); background: rgba(0,0,0,.18); }
.btn-ghost-light:hover { background: rgba(255,255,255,.08); }
.btn-small { min-height: 44px; padding: 10px 17px; font-size: .82rem; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 9px; color: var(--gold-2); font-weight: 750; border: 0; padding: 0; background: none; cursor: pointer; }
.text-link svg, .card-link svg { transition: transform .2s ease; }
.text-link:hover svg, .card-link:hover svg { transform: translateX(4px); }

.site-header { position: fixed; z-index: 1000; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, box-shadow .25s ease; }
.site-header.scrolled { background: rgba(10,6,16,.88); border-color: var(--line-soft); box-shadow: 0 12px 35px rgba(0,0,0,.25); backdrop-filter: blur(18px); }
.header-inner { min-height: var(--header-h); display: flex; align-items: center; gap: 30px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }
.brand-mark { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; border: 1px solid var(--line); background: radial-gradient(circle at 35% 30%, rgba(255,255,255,.12), rgba(215,179,107,.05)); color: var(--gold-2); box-shadow: inset 0 0 18px rgba(215,179,107,.08); }
.brand-mark svg { width: 23px; height: 23px; }
.brand span:last-child { display: grid; line-height: 1.15; }
.brand strong { font-family: var(--serif); font-size: 1.12rem; font-weight: 650; }
.brand small { color: var(--muted-2); font-size: .67rem; text-transform: uppercase; letter-spacing: .1em; margin-top: 4px; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 23px; }
.main-nav a { color: #e9dde9; font-size: .83rem; position: relative; padding: 12px 0; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: var(--gold); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; border-radius: 50%; border: 1px solid var(--line-soft); background: rgba(255,255,255,.04); cursor: pointer; padding: 12px; }
.menu-toggle span { width: 100%; height: 1px; display: block; margin: 5px 0; background: white; transition: .2s ease; }

.hero { min-height: 100svh; padding: calc(var(--header-h) + 70px) 0 86px; display: grid; align-items: center; position: relative; isolation: isolate; overflow: hidden; background: radial-gradient(circle at 78% 38%, rgba(111,45,96,.21), transparent 32%), radial-gradient(circle at 12% 35%, rgba(116,34,57,.13), transparent 35%); }
.hero::before { content: ""; position: absolute; z-index: -2; inset: 0; opacity: .17; background-image: url("../images/atmosphere/moon-lg.webp"); background-size: cover; background-position: center; filter: saturate(.45) brightness(.55); }
.hero::after { content: ""; position: absolute; z-index: -1; inset: 0; background: linear-gradient(90deg, rgba(10,6,16,.98) 0%, rgba(10,6,16,.89) 46%, rgba(10,6,16,.62) 100%), linear-gradient(0deg, var(--bg), transparent 20%); }
.hero-stars { position: absolute; inset: 0; opacity: .38; background-image: radial-gradient(circle, rgba(255,233,191,.7) 1px, transparent 1.2px), radial-gradient(circle, rgba(255,255,255,.4) .7px, transparent 1px); background-size: 95px 95px, 61px 61px; background-position: 12px 18px, 41px 5px; mask-image: linear-gradient(to right, transparent, black 55%, black); }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 74px; align-items: center; }
.hero-copy { position: relative; z-index: 3; }
.hero-copy h1 { max-width: 790px; text-wrap: balance; }
.hero-lead { max-width: 700px; color: #d6c8d8; font-size: clamp(1rem, 1.45vw, 1.22rem); }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin: 34px 0 20px; }
.privacy-note { display: flex; align-items: center; gap: 9px; color: var(--muted-2); font-size: .84rem; }
.privacy-note svg { color: var(--gold); }
.hero-highlights { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-soft); max-width: 760px; }
.hero-highlights div { padding: 22px 22px 0 0; }
.hero-highlights strong, .hero-highlights span { display: block; }
.hero-highlights strong { font-family: var(--serif); color: var(--gold-2); font-size: 1.2rem; }
.hero-highlights span { margin-top: 5px; color: var(--muted-2); font-size: .72rem; line-height: 1.5; }
.hero-visual { position: relative; max-width: 520px; justify-self: end; }
.hero-frame { margin: 0; position: relative; padding: 13px; border-radius: 200px 200px 32px 32px; border: 1px solid rgba(215,179,107,.5); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(255,255,255,.01)); box-shadow: var(--shadow); }
.hero-frame::before { content: ""; position: absolute; inset: 25px; border: 1px solid rgba(215,179,107,.28); border-radius: 180px 180px 20px 20px; pointer-events: none; z-index: 2; }
.hero-frame picture { display: block; overflow: hidden; border-radius: 190px 190px 23px 23px; background: #26152b; }
.hero-frame img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: center 40%; filter: saturate(.83) contrast(1.05) brightness(.9); transition: transform .7s ease; }
.hero-frame:hover img { transform: scale(1.025); }
.hero-frame figcaption { position: absolute; z-index: 3; left: 50%; bottom: -21px; transform: translateX(-50%); white-space: nowrap; display: flex; align-items: center; gap: 8px; padding: 12px 18px; border-radius: 999px; color: #24131f; background: linear-gradient(135deg, var(--gold-2), var(--gold)); font-size: .76rem; font-weight: 800; box-shadow: 0 12px 30px rgba(0,0,0,.35); }
.hero-seal { position: absolute; right: -46px; top: 24%; width: 118px; height: 118px; border-radius: 50%; display: grid; place-content: center; text-align: center; border: 1px solid rgba(215,179,107,.5); background: rgba(17,9,25,.82); backdrop-filter: blur(12px); box-shadow: 0 20px 50px rgba(0,0,0,.3); }
.hero-seal span { color: var(--gold); font-size: 1.3rem; line-height: 1; }
.hero-seal strong { font-family: var(--serif); font-size: .95rem; margin-top: 4px; }
.hero-seal small { color: var(--muted-2); font-size: .58rem; text-transform: uppercase; letter-spacing: .08em; }
.moon-orbit { position: absolute; inset: -42px; border: 1px solid rgba(215,179,107,.1); border-radius: 50%; animation: orbit 28s linear infinite; }
.moon-orbit span { position: absolute; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 15px var(--gold); }
.moon-orbit span:nth-child(1) { top: 10%; left: 18%; }.moon-orbit span:nth-child(2) { top: 61%; right: -3px; width: 5px; height: 5px; }.moon-orbit span:nth-child(3) { bottom: 2%; left: 32%; width: 4px; height: 4px; }
@keyframes orbit { to { transform: rotate(360deg); } }
.hero-scroll { position: absolute; left: 50%; bottom: 24px; transform: translateX(-50%); color: var(--muted-2); text-transform: uppercase; letter-spacing: .17em; font-size: .58rem; display: grid; gap: 7px; place-items: center; }
.hero-scroll span { width: 1px; height: 34px; background: linear-gradient(var(--gold), transparent); animation: scrollPulse 1.8s ease-in-out infinite; }
@keyframes scrollPulse { 50% { transform: scaleY(.55); opacity: .45; } }

.trust-strip { border-block: 1px solid var(--line-soft); background: rgba(255,255,255,.025); }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-grid > div { min-height: 116px; display: flex; gap: 15px; align-items: center; padding: 22px 24px; border-right: 1px solid var(--line-soft); }
.trust-grid > div:first-child { border-left: 1px solid var(--line-soft); }
.trust-grid svg { color: var(--gold); font-size: 1.55rem; flex: 0 0 auto; }
.trust-grid span, .trust-grid strong { display: block; }
.trust-grid strong { font-family: var(--serif); font-size: 1.05rem; }
.trust-grid span { color: var(--muted-2); font-size: .72rem; line-height: 1.4; }

.about { overflow: hidden; }
.about::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid var(--line); border-radius: 50%; right: -180px; top: 70px; opacity: .5; }
.about-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 105px; align-items: center; }
.about-visual { position: relative; padding: 0 0 70px 46px; }
.image-backdrop { position: absolute; inset: 48px 45px 20px 0; border: 1px solid var(--line); border-radius: 32px 180px 32px 32px; background: linear-gradient(145deg, rgba(113,49,95,.28), rgba(255,255,255,.02)); }
.about-photo { display: block; position: relative; overflow: hidden; border-radius: 180px 28px 28px 28px; box-shadow: var(--shadow); }
.about-photo img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 44% center; filter: saturate(.84) contrast(1.03); }
.about-card { position: absolute; z-index: 2; left: 0; right: 10px; bottom: 0; display: flex; align-items: flex-start; gap: 15px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(21,12,29,.92); backdrop-filter: blur(15px); box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.about-card svg { color: var(--gold); flex: 0 0 auto; font-size: 1.4rem; margin-top: 4px; }
.about-card p { margin: 0; color: #e9ddeb; font-family: var(--serif); font-size: 1.02rem; font-style: italic; line-height: 1.5; }
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-values { margin: 34px 0; }
.about-values article { display: grid; grid-template-columns: 46px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line-soft); }
.about-values article:last-child { border-bottom: 1px solid var(--line-soft); }
.about-values article > span { font-family: var(--serif); color: var(--gold); font-size: .86rem; }
.about-values h3 { font-size: 1.18rem; margin-bottom: 6px; }
.about-values p { margin: 0; font-size: .87rem; color: var(--muted-2); }

.atmosphere-band { min-height: 485px; display: grid; place-items: center; position: relative; overflow: hidden; }
.atmosphere-band > picture, .atmosphere-band > picture img, .atmosphere-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.atmosphere-band > picture img { object-fit: cover; filter: saturate(.65) brightness(.62); }
.atmosphere-overlay { background: linear-gradient(90deg, rgba(11,6,17,.85), rgba(11,6,17,.25), rgba(11,6,17,.85)), linear-gradient(0deg, var(--bg), transparent 25%, transparent 75%, var(--bg)); }
.atmosphere-content { position: relative; z-index: 2; text-align: center; max-width: 880px; }
.atmosphere-content > svg { width: 48px; height: 48px; color: var(--gold-2); margin-bottom: 18px; }
.atmosphere-content blockquote { font-size: clamp(2rem, 4vw, 4rem); line-height: 1.1; margin: 0 auto 25px; }
.atmosphere-content p { color: #d5c9d7; max-width: 650px; margin: auto; }

.services { background: linear-gradient(180deg, transparent, rgba(255,255,255,.018), transparent); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 350px; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.015)); overflow: hidden; transition: transform .3s ease, border-color .3s ease, background .3s ease; }
.service-card::after { content: ""; position: absolute; width: 150px; height: 150px; right: -80px; bottom: -80px; border: 1px solid var(--line); border-radius: 50%; transition: transform .35s ease; }
.service-card:hover { transform: translateY(-8px); border-color: rgba(215,179,107,.4); background: linear-gradient(145deg, rgba(107,44,92,.16), rgba(255,255,255,.02)); }
.service-card:hover::after { transform: scale(1.25); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 17px; margin-bottom: 28px; color: var(--gold-2); background: rgba(215,179,107,.08); border: 1px solid var(--line); }
.service-icon svg { width: 26px; height: 26px; }
.service-card h3 { font-size: 1.45rem; }
.service-card p { color: var(--muted-2); font-size: .86rem; flex: 1; }
.service-card .card-link { margin-top: 10px; align-self: flex-start; }
.services-grid .service-card:nth-child(1), .services-grid .service-card:nth-child(6), .services-grid .service-card:nth-child(9) { grid-column: span 1; }

.situations { background: var(--bg-2); border-block: 1px solid var(--line-soft); }
.situations-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: start; }
.situations-intro { position: sticky; top: calc(var(--header-h) + 35px); }
.situations-intro > p:not(.eyebrow) { color: var(--muted); }
.situations-photo { display: block; margin-top: 38px; border-radius: 28px; overflow: hidden; border: 1px solid var(--line); box-shadow: var(--shadow); }
.situations-photo img { width: 100%; aspect-ratio: 16/10; object-fit: cover; filter: saturate(.7) brightness(.75); }
.situation-list details, .faq-list details { border-bottom: 1px solid var(--line-soft); }
.situation-list details:first-child, .faq-list details:first-child { border-top: 1px solid var(--line-soft); }
.situation-list summary, .faq-list summary { list-style: none; cursor: pointer; display: grid; align-items: center; gap: 16px; font-family: var(--serif); }
.situation-list summary::-webkit-details-marker, .faq-list summary::-webkit-details-marker { display: none; }
.situation-list summary { grid-template-columns: 48px 1fr 26px; min-height: 88px; font-size: 1.42rem; }
.situation-list summary > span { color: var(--gold); font-size: .78rem; }
.situation-list summary > svg, .faq-list summary > svg { transition: transform .25s ease; }
.situation-list details[open] summary > svg, .faq-list details[open] summary > svg { transform: rotate(180deg); }
.situation-list details > div { padding: 0 0 28px 64px; }
.situation-list details p { color: var(--muted-2); font-size: .9rem; }

.process { overflow: hidden; }
.process::before { content: ""; position: absolute; width: 600px; height: 600px; border-radius: 50%; border: 1px solid rgba(215,179,107,.08); left: 50%; top: 52%; transform: translate(-50%,-50%); }
.process-line { position: relative; list-style: none; padding: 0; margin: 65px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.process-line::before { content: ""; position: absolute; left: 10%; right: 10%; top: 31px; height: 1px; background: linear-gradient(90deg, transparent, var(--gold), transparent); opacity: .45; }
.process-line li { position: relative; text-align: center; }
.process-line li > span { position: relative; z-index: 2; width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 50%; border: 1px solid var(--line); background: var(--bg); color: var(--gold-2); font-family: var(--serif); box-shadow: 0 0 0 10px var(--bg); }
.process-line li > div { min-height: 280px; padding: 30px 24px; border: 1px solid var(--line-soft); border-radius: var(--radius); background: rgba(255,255,255,.025); }
.process-line li svg { width: 34px; height: 34px; color: var(--gold); margin-bottom: 20px; }
.process-line li h3 { font-size: 1.34rem; }
.process-line li p { margin: 0; color: var(--muted-2); font-size: .83rem; }

.benefits { min-height: 740px; position: relative; display: grid; align-items: center; overflow: hidden; }
.benefits-bg, .benefits-bg picture, .benefits-bg img { position: absolute; inset: 0; width: 100%; height: 100%; }
.benefits-bg img { object-fit: cover; filter: saturate(.58) brightness(.45); }
.benefits::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10,6,16,.98), rgba(10,6,16,.72) 55%, rgba(10,6,16,.48)), linear-gradient(0deg, var(--bg), transparent 18%, transparent 82%, var(--bg)); }
.benefits-inner { position: relative; z-index: 2; display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.benefits-copy > p:not(.eyebrow) { color: var(--muted); }
.benefits-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid rgba(255,255,255,.12); border-radius: 28px; overflow: hidden; backdrop-filter: blur(10px); background: rgba(10,6,16,.28); }
.benefits-grid > div { min-height: 190px; padding: 28px; border-right: 1px solid rgba(255,255,255,.1); border-bottom: 1px solid rgba(255,255,255,.1); }
.benefits-grid > div:nth-child(2n) { border-right: 0; }.benefits-grid > div:nth-last-child(-n+2) { border-bottom: 0; }
.benefits-grid svg { color: var(--gold); font-size: 1.45rem; margin-bottom: 18px; }
.benefits-grid h3 { font-size: 1.15rem; }
.benefits-grid p { margin: 0; color: var(--muted-2); font-size: .78rem; }

.testimonial-shell { max-width: 920px; margin: auto; position: relative; padding: 0 76px; }
.testimonial-track { min-height: 390px; position: relative; }
.testimonial { display: none; min-height: 390px; padding: 42px 54px 40px; text-align: center; border: 1px solid var(--line); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(86,31,75,.08)); box-shadow: var(--shadow); }
.testimonial-person { display: inline-flex; align-items: center; gap: 14px; margin-bottom: 18px; text-align: left; }
.avatar-badge { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; font-family: var(--serif); font-size: 1.3rem; color: #fff8e6; background: radial-gradient(circle at top, rgba(230,181,107,.92), rgba(91,31,87,.95)); box-shadow: 0 10px 30px rgba(0,0,0,.28); }
.testimonial-person strong { display: block; color: #f4ead7; font-family: var(--serif); font-size: 1rem; }
.testimonial-person span { color: var(--muted-2); font-size: .82rem; }
.testimonial.active { display: block; animation: testimonialIn .45s ease; }
@keyframes testimonialIn { from { opacity: 0; transform: translateY(12px); } }
.quote-mark { font-family: Georgia, serif; color: var(--gold); font-size: 5rem; line-height: .7; opacity: .65; }
.stars { color: var(--gold); letter-spacing: .2em; font-size: .85rem; margin: 12px 0 24px; }
.testimonial blockquote { margin: 0 auto 28px; max-width: 650px; font-size: clamp(1.35rem, 2.5vw, 2.05rem); line-height: 1.45; color: #eee2ec; }
.testimonial footer { display: grid; gap: 3px; margin-top: 22px; }
.testimonial footer strong { font-family: var(--serif); color: var(--gold-2); }
.testimonial footer span { color: var(--muted-2); font-size: .78rem; }
.testimonial footer small { color: #ad7a87; text-transform: uppercase; letter-spacing: .12em; font-size: .55rem; margin-top: 8px; }
.slider-btn { position: absolute; z-index: 3; top: 50%; transform: translateY(-50%); width: 49px; height: 49px; border-radius: 50%; border: 1px solid var(--line); background: var(--surface); cursor: pointer; display: grid; place-items: center; }
.slider-btn:hover { background: var(--plum); }
.slider-btn.prev { left: 0; }.slider-btn.next { right: 0; }
.slider-btn.prev svg { transform: rotate(180deg); }
.slider-dots { display: flex; gap: 9px; justify-content: center; margin-top: 26px; }
.slider-dots button { width: 7px; height: 7px; border-radius: 50%; border: 0; padding: 0; background: #6d6070; cursor: pointer; }
.slider-dots button.active { width: 24px; border-radius: 99px; background: var(--gold); }

.gallery { background: var(--bg-2); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.gallery-grid-uniform { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gallery-item { position: relative; border: 0; padding: 0; margin: 0; overflow: hidden; border-radius: 18px; cursor: zoom-in; background: #1a1120; aspect-ratio: 4 / 5; min-height: 0; }
.gallery-item.tall { grid-row: span 2; }.gallery-item.wide { grid-column: span 2; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.82) contrast(1.02); transition: transform .55s ease, filter .55s ease; }
.gallery-item::after { content: "+"; position: absolute; right: 16px; bottom: 16px; width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: rgba(10,6,16,.55); backdrop-filter: blur(8px); opacity: 0; transform: scale(.8); transition: .25s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: saturate(1) contrast(1.04) brightness(.85); }
.gallery-item:hover::after { opacity: 1; transform: scale(1); }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; align-items: start; }
.faq-intro { position: sticky; top: calc(var(--header-h) + 35px); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-list summary { grid-template-columns: 1fr 26px; min-height: 78px; font-size: 1.23rem; }
.faq-list details > p { margin: 0; padding: 0 45px 25px 0; color: var(--muted-2); font-size: .9rem; }

.final-cta { min-height: 620px; position: relative; display: grid; place-items: center; overflow: hidden; text-align: center; }
.final-cta > picture, .final-cta > picture img, .final-cta-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.final-cta > picture img { object-fit: cover; filter: saturate(.65) brightness(.5); }
.final-cta-overlay { background: linear-gradient(rgba(13,7,19,.72), rgba(13,7,19,.88)), radial-gradient(circle at center, transparent, rgba(0,0,0,.35)); }
.final-cta-content { position: relative; z-index: 2; max-width: 860px; }
.final-cta-content .eyebrow { justify-content: center; }
.final-cta-content h2 { font-size: clamp(2.7rem, 5.3vw, 5.7rem); }
.final-cta-content > p:not(.eyebrow) { max-width: 650px; margin: 0 auto 34px; color: #ddcfdd; }
.final-cta-content > div { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }

.contact { background: linear-gradient(180deg, var(--bg), #130a1c); }
.contact-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: start; }
.contact-info > p:not(.eyebrow) { color: var(--muted); }
.contact-cards { display: grid; gap: 12px; margin: 36px 0 28px; }
.contact-cards > a { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: center; padding: 15px; border: 1px solid var(--line-soft); border-radius: 17px; background: rgba(255,255,255,.025); transition: border-color .2s ease, transform .2s ease; }
.contact-cards > a:hover { border-color: var(--line); transform: translateX(4px); }
.contact-cards > a > span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 15px; color: var(--gold); background: rgba(215,179,107,.08); }
.contact-cards > a div { display: grid; line-height: 1.35; }
.contact-cards small { color: var(--muted-2); font-size: .66rem; text-transform: uppercase; letter-spacing: .12em; }
.contact-cards strong { font-family: var(--serif); font-size: 1.1rem; }
.contact-cards em { color: var(--gold); font-style: normal; font-size: .69rem; }
.contact-meta { padding: 22px; border-left: 2px solid var(--gold); background: rgba(255,255,255,.02); }
.contact-meta p { margin: 5px 0; color: var(--muted-2); font-size: .82rem; }
.contact-meta strong { color: var(--cream); }
.contact-form { padding: 38px; border-radius: 30px; border: 1px solid var(--line); background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.018)); box-shadow: var(--shadow); }
.form-header { display: flex; gap: 16px; align-items: center; margin-bottom: 30px; }
.form-header > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 15px; color: var(--gold); background: rgba(215,179,107,.08); border: 1px solid var(--line); }
.form-header h3 { margin: 0; font-size: 1.45rem; }
.form-header p { margin: 4px 0 0; color: var(--muted-2); font-size: .75rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; position: relative; color: #e9dfe9; font-size: .79rem; font-weight: 700; margin-bottom: 17px; }
.contact-form label > span:not(.char-count) { color: var(--muted-2); font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; margin-top: 7px; border: 1px solid rgba(255,255,255,.12); border-radius: 13px; color: white; background: rgba(7,4,12,.58); padding: 13px 14px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.contact-form input, .contact-form select { min-height: 50px; }
.contact-form textarea { resize: vertical; min-height: 145px; }
.contact-form select option { color: #111; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 4px rgba(215,179,107,.09); }
.contact-form [aria-invalid="true"] { border-color: var(--danger); }
.field-error { display: block; min-height: 16px; margin-top: 4px; color: var(--danger); font-weight: 500; font-size: .67rem; }
.char-count { position: absolute; right: 12px; bottom: 22px; color: var(--muted-2); font-weight: 400; font-size: .62rem; }
.consent { display: grid !important; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; }
.consent input { width: 18px; min-height: 18px; margin: 3px 0 0; accent-color: var(--plum-2); }
.consent a { color: var(--gold-2); text-decoration: underline; }
.consent .field-error { grid-column: 2; }
.honeypot { position: absolute !important; left: -9999px; }
.submit-btn { width: 100%; }
.form-status { min-height: 0; margin-top: 14px; border-radius: 12px; font-size: .8rem; }
.form-status.success, .form-status.error { padding: 12px 14px; }
.form-status.success { background: rgba(141,212,171,.1); color: var(--success); border: 1px solid rgba(141,212,171,.2); }
.form-status.error { background: rgba(255,158,171,.08); color: var(--danger); border: 1px solid rgba(255,158,171,.18); }
.form-note { display: flex; gap: 8px; margin: 14px 0 0; color: var(--muted-2); font-size: .65rem; }
.form-note svg { flex: 0 0 auto; color: var(--gold); margin-top: 3px; }

.site-footer { padding: 78px 0 24px; border-top: 1px solid var(--line-soft); background: #09050e; }
.footer-grid { display: grid; grid-template-columns: 1.45fr .7fr 1fr .85fr; gap: 55px; }
.footer-grid > div:not(.footer-brand) { display: grid; align-content: start; gap: 11px; }
.footer-grid h3 { font-size: 1.05rem; color: var(--gold-2); margin-bottom: 9px; }
.footer-grid a, .footer-grid button, .footer-grid p { color: var(--muted-2); font-size: .77rem; }
.footer-grid a:hover, .footer-grid button:hover { color: var(--gold-2); }
.footer-grid button { text-align: left; border: 0; padding: 0; background: none; cursor: pointer; }
.footer-grid > div:not(.footer-brand) a, .footer-grid > div:not(.footer-brand) p { display: flex; gap: 8px; align-items: center; margin: 0; }
.footer-brand > p { max-width: 330px; margin: 22px 0; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--line-soft); }
.disclaimer { margin-top: 54px; padding: 22px 0; border-block: 1px solid var(--line-soft); }
.disclaimer p { color: #8f8194; font-size: .67rem; margin: 0; line-height: 1.7; }
.disclaimer strong { color: #b8a9bb; }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; color: #786b7e; font-size: .64rem; }
.footer-bottom p { margin: 0; }

.floating-whatsapp { position: fixed; z-index: 800; right: 22px; bottom: 25px; min-height: 54px; display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-radius: 999px; background: #1f9d62; color: white; font-weight: 800; font-size: .8rem; box-shadow: 0 15px 38px rgba(0,0,0,.36); transition: transform .2s ease; }
.floating-whatsapp:hover { transform: translateY(-3px); }
.floating-whatsapp svg { width: 25px; height: 25px; }
.mobile-call { display: none; }
.back-to-top { position: fixed; z-index: 790; right: 26px; bottom: 94px; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line); background: rgba(15,8,22,.82); backdrop-filter: blur(10px); cursor: pointer; opacity: 0; visibility: hidden; transform: translateY(10px); transition: .2s ease; }
.back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.back-to-top svg { transform: rotate(-90deg); }

.lightbox { position: fixed; z-index: 2000; inset: 0; display: grid; grid-template-columns: 70px minmax(0, 1fr) 70px; place-items: center; padding: 35px; background: rgba(4,2,7,.93); backdrop-filter: blur(18px); }
.lightbox figure { margin: 0; max-width: min(1000px, 85vw); max-height: 88vh; display: grid; gap: 10px; place-items: center; }
.lightbox figure img { max-height: 82vh; width: auto; border-radius: 18px; box-shadow: 0 30px 90px rgba(0,0,0,.6); }
.lightbox figcaption { color: var(--muted-2); font-size: .75rem; }
.lightbox-close, .lightbox-nav { border: 1px solid var(--line); background: rgba(255,255,255,.05); border-radius: 50%; display: grid; place-items: center; cursor: pointer; }
.lightbox-close { position: absolute; right: 22px; top: 22px; width: 46px; height: 46px; }
.lightbox-nav { width: 50px; height: 50px; }
.lightbox-prev svg { transform: rotate(180deg); }

.config-alert { position: fixed; z-index: 2200; inset: 0; display: grid; place-items: center; padding: 20px; background: rgba(5,3,8,.82); backdrop-filter: blur(12px); }
.config-alert > div { width: min(520px,100%); position: relative; text-align: center; padding: 42px; border-radius: 26px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow); }
.config-alert-icon { width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: rgba(215,179,107,.09); color: var(--gold); }
.config-alert h2 { font-size: 2rem; }
.config-alert p { color: var(--muted); font-size: .85rem; }
.config-alert code { color: var(--gold-2); }
.config-alert-close:not(.btn) { position: absolute; right: 15px; top: 15px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; background: transparent; cursor: pointer; }

.cookie-banner { position: fixed; z-index: 1800; left: 20px; right: 20px; bottom: 20px; width: min(1080px, calc(100% - 40px)); margin: auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: rgba(22,13,30,.96); backdrop-filter: blur(15px); box-shadow: var(--shadow); }
.cookie-banner > div:first-child { display: flex; gap: 16px; align-items: flex-start; }
.cookie-banner > div:first-child > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 14px; color: var(--gold); background: rgba(215,179,107,.08); flex: 0 0 auto; }
.cookie-banner h2 { font-family: var(--serif); font-size: 1.15rem; margin: 0 0 5px; }
.cookie-banner p { margin: 0; color: var(--muted-2); font-size: .72rem; }
.cookie-banner p a { color: var(--gold-2); text-decoration: underline; }
.cookie-actions { display: flex; gap: 10px; flex: 0 0 auto; }
.cookie-actions .btn { min-height: 44px; padding: 10px 16px; font-size: .72rem; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); transition-delay: var(--delay,0ms); }
.reveal.visible { opacity: 1; transform: none; }

.legal-page { min-height: 100vh; padding: calc(var(--header-h) + 70px) 0 100px; }
.legal-page .legal-wrap { max-width: 850px; }
.legal-page h1 { font-size: clamp(2.6rem,5vw,4.8rem); }
.legal-page h2 { font-size: 1.8rem; margin-top: 42px; }
.legal-page h3 { font-size: 1.3rem; margin-top: 28px; }
.legal-page p, .legal-page li { color: var(--muted); }
.legal-page a { color: var(--gold-2); text-decoration: underline; }
.legal-page .notice { padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: rgba(215,179,107,.05); }

@media (max-width: 1080px) {
  :root { --shell: min(100% - 32px, 1040px); }
  .header-cta { display: none; }
  .hero-grid { gap: 35px; }
  .hero-seal { right: -15px; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .about-grid, .situations-grid, .benefits-inner, .contact-grid, .faq-grid { gap: 55px; }
  .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
  :root { --header-h: 72px; }
  .main-nav { position: fixed; inset: var(--header-h) 16px auto; display: grid; gap: 0; margin: 0; padding: 15px; border: 1px solid var(--line); border-radius: 20px; background: rgba(17,9,25,.97); backdrop-filter: blur(18px); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .2s ease; }
  .main-nav.open { opacity: 1; visibility: visible; transform: translateY(0); }
  .main-nav a { padding: 13px 12px; border-bottom: 1px solid var(--line-soft); }
  .main-nav a:last-child { border-bottom: 0; }
  .menu-toggle { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 60px); }
  .hero-grid { grid-template-columns: 1fr; gap: 65px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow, .hero-actions, .privacy-note { justify-content: center; }
  .hero-lead { margin-inline: auto; }
  .hero-highlights { margin-inline: auto; }
  .hero-visual { justify-self: center; width: min(500px,92%); }
  .hero-scroll { display: none; }
  .trust-grid { grid-template-columns: repeat(2,1fr); }
  .trust-grid > div:nth-child(3) { border-left: 1px solid var(--line-soft); }
  .about-grid, .situations-grid, .benefits-inner, .faq-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(600px,100%); margin-inline: auto; }
  .situations-intro, .faq-intro { position: static; }
  .process-line { grid-template-columns: repeat(2,1fr); }
  .process-line::before { display: none; }
  .benefits { padding: 100px 0; }
  .benefits-copy { text-align: center; max-width: 680px; margin: auto; }
  .benefits-copy .eyebrow { justify-content: center; }
  .gallery-grid, .gallery-grid-uniform { grid-template-columns: repeat(3,1fr); }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .footer-grid > div:last-child { grid-column: auto; }
}

@media (max-width: 680px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 82px 0; }
  h1 { font-size: clamp(2.7rem,13vw,4.4rem); }
  h2 { font-size: clamp(2.25rem,10vw,3.5rem); }
  .section-heading { grid-template-columns: 1fr; gap: 20px; margin-bottom: 42px; }
  .brand small { display: none; }
  .hero { padding-bottom: 70px; }
  .hero::after { background: linear-gradient(rgba(10,6,16,.91), rgba(10,6,16,.78)), linear-gradient(0deg,var(--bg),transparent 15%); }
  .hero-actions { display: grid; }
  .hero-actions .btn { width: 100%; }
  .hero-highlights { grid-template-columns: 1fr; text-align: left; }
  .hero-highlights div { padding: 14px 0; border-bottom: 1px solid var(--line-soft); }
  .hero-seal { width: 96px; height: 96px; right: -7px; top: 18%; }
  .hero-frame figcaption { font-size: .63rem; padding: 10px 13px; }
  .moon-orbit { inset: -25px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div, .trust-grid > div:first-child, .trust-grid > div:nth-child(3) { border-left: 0; border-right: 0; border-bottom: 1px solid var(--line-soft); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .about-visual { padding-left: 22px; }
  .about-card { position: relative; margin: -42px 10px 0 -22px; }
  .services-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 320px; padding: 28px; }
  .situations-grid { gap: 45px; }
  .situation-list summary { grid-template-columns: 35px 1fr 22px; font-size: 1.1rem; min-height: 74px; }
  .situation-list details > div { padding-left: 51px; }
  .process-line { grid-template-columns: 1fr; gap: 14px; }
  .process-line li { display: grid; grid-template-columns: 55px 1fr; gap: 12px; text-align: left; }
  .process-line li > span { width: 50px; height: 50px; margin: 22px 0 0; box-shadow: none; }
  .process-line li > div { min-height: auto; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-grid > div { min-height: 160px; border-right: 0; }
  .benefits-grid > div:nth-last-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.1); }
  .benefits-grid > div:last-child { border-bottom: 0; }
  .testimonial-shell { padding: 0; }
  .testimonial { min-height: 430px; padding: 48px 24px; }
  .slider-btn { top: auto; bottom: -5px; }
  .slider-btn.prev { left: 0; }.slider-btn.next { right: 0; }
  .slider-dots { margin-top: 20px; }
  .gallery-grid, .gallery-grid-uniform { grid-template-columns: repeat(2,1fr); }
  .gallery-item.wide { grid-column: span 2; }
  .gallery-item.tall { grid-row: span 2; }
  .contact-form { padding: 27px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { bottom: 74px; right: 14px; width: 52px; height: 52px; padding: 0; justify-content: center; }
  .floating-whatsapp span { display: none; }
  .mobile-call { position: fixed; z-index: 805; bottom: 10px; left: 14px; right: 14px; height: 52px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 999px; background: linear-gradient(135deg,var(--gold-2),var(--gold)); color: #1b1120; font-weight: 800; box-shadow: 0 14px 32px rgba(0,0,0,.35); }
  .back-to-top { bottom: 138px; right: 18px; }
  .cookie-banner { bottom: 72px; flex-direction: column; align-items: stretch; }
  .cookie-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .lightbox { grid-template-columns: 45px minmax(0,1fr) 45px; padding: 16px 8px; }
  .lightbox figure { max-width: 100%; }
  .lightbox-nav { width: 40px; height: 40px; }
  .config-alert > div { padding: 38px 22px; }
}

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

/* Tradiție de familie: Simona și mama sa */
.family-heritage {
  position: relative;
  background:
    radial-gradient(circle at 15% 20%, rgba(212,168,95,.08), transparent 34%),
    radial-gradient(circle at 88% 75%, rgba(92,35,105,.16), transparent 38%),
    var(--bg-2);
  overflow: hidden;
}
.heritage-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.heritage-card {
  position: relative;
  min-height: 390px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(86,31,75,.08));
  box-shadow: var(--shadow);
}
.heritage-card-featured {
  border-color: rgba(212,168,95,.45);
  background: linear-gradient(145deg, rgba(212,168,95,.10), rgba(86,31,75,.14));
}
.heritage-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(212,168,95,.35);
  border-radius: 50%;
  background: rgba(212,168,95,.08);
  color: var(--gold);
}
.heritage-icon svg { font-size: 1.55rem; }
.heritage-kicker {
  margin: 0 0 10px;
  color: var(--gold-2);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.heritage-card h3 { margin-bottom: 15px; font-size: 1.45rem; }
.heritage-card > p:not(.heritage-kicker) { color: var(--muted-2); }
.heritage-card small {
  display: block;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid var(--line-soft);
  color: #a996aa;
  line-height: 1.55;
}
@media (max-width: 980px) {
  .heritage-grid { grid-template-columns: 1fr; }
  .heritage-card { min-height: auto; }
}
