:root {
  --ink: #07090c; --ink-2: #0d1116; --panel: rgba(17, 21, 27, .78); --paper: #f1eee7;
  --gold: #c8a56a; --gold-2: #ecd39d; --silver: #9cabaf; --line: rgba(255,255,255,.12);
  --muted: #a9afb5; --white: #f8f6f0; --danger: #dc6262; --radius: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 108px; }
body { margin: 0; min-width: 320px; color: var(--white); background: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.6; overflow-x: hidden; }
body::before { content: ""; position: fixed; inset: 0; z-index: -4; background: radial-gradient(circle at 13% 20%, rgba(86,112,122,.17), transparent 28%), radial-gradient(circle at 82% 15%, rgba(200,165,106,.12), transparent 28%), linear-gradient(135deg, #07090b, #0b1015 46%, #07090c); }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
#scene { position: fixed; inset: 0; z-index: -3; pointer-events: none; opacity: .95; }
.ambient { position: fixed; z-index: -2; width: 34rem; height: 34rem; border: 1px solid rgba(220,203,170,.13); border-radius: 50%; filter: blur(.2px); transform-style: preserve-3d; pointer-events: none; }
.ambient::before, .ambient::after { content: ""; position: absolute; inset: 12%; border: 1px solid rgba(220,203,170,.12); border-radius: 50%; transform: rotateX(66deg); }
.ambient::after { inset: 28%; transform: rotateY(68deg); }
.ambient-a { right: -15rem; top: 8%; animation: globe 24s linear infinite; }
.ambient-b { left: -22rem; bottom: 3%; width: 45rem; height: 45rem; animation: globe 30s linear infinite reverse; }
@keyframes globe { to { transform: rotate(360deg) rotateX(18deg); } }
.boot { min-height: 100vh; display: grid; place-content: center; font-family: Georgia, serif; font-size: clamp(2rem, 6vw, 5rem); letter-spacing: -.04em; }
.boot span { color: var(--gold); font-size: .3em; letter-spacing: .2em; text-transform: uppercase; text-align: center; }
.site-shell { width: 100%; }
.topbar { position: fixed; z-index: 50; top: 18px; left: 50%; transform: translateX(-50%); width: min(1240px, calc(100% - 36px)); height: 78px; display: flex; align-items: center; gap: 30px; padding: 10px 16px 10px 12px; background: rgba(8,11,14,.76); border: 1px solid var(--line); border-radius: 22px; backdrop-filter: blur(22px); box-shadow: 0 18px 60px rgba(0,0,0,.32); }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand img { width: 55px; height: 55px; padding: 3px; object-fit: contain; background: #050505; border-radius: 15px; border: 1px solid rgba(255,255,255,.16); }
.brand span { display: flex; flex-direction: column; line-height: 1.1; }
.brand strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.14rem; font-weight: 500; letter-spacing: .03em; }
.brand small { margin-top: 5px; color: var(--gold); font-size: .63rem; letter-spacing: .26em; text-transform: uppercase; }
.nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.nav a { padding: 11px 12px; color: #d4d5d5; border-radius: 12px; font-size: .86rem; transition: .2s ease; }
.nav a:hover, .nav a:focus-visible { color: white; background: rgba(255,255,255,.08); }
.nav-cta { display: flex; align-items: center; gap: 8px; padding: 12px 17px; color: #101010; background: linear-gradient(135deg, var(--gold-2), var(--gold)); border-radius: 14px; font-size: .88rem; font-weight: 750; }
.nav-cta svg { fill: currentColor; stroke: none; }
.menu-button { display: none; width: 44px; height: 44px; place-content: center; color: white; background: rgba(255,255,255,.07); border: 1px solid var(--line); border-radius: 12px; cursor: pointer; }
main { display: block; }
.hero { width: min(1240px, calc(100% - 40px)); min-height: 100vh; margin: 0 auto; padding: 155px 0 80px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(42px, 7vw, 100px); }
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 12px; color: var(--gold-2); font-size: .74rem !important; font-weight: 750; letter-spacing: .24em; text-transform: uppercase; }
.eyebrow span { width: 36px; height: 1px; background: linear-gradient(90deg, var(--gold), transparent); }
.hero h1 { max-width: 710px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 6.6vw, 7rem); font-weight: 400; line-height: .91; letter-spacing: -.055em; text-wrap: balance; }
.hero h1 em { display: block; padding-bottom: .08em; color: transparent; background: linear-gradient(100deg, #fff, var(--gold-2) 50%, #9dafb5); background-clip: text; -webkit-background-clip: text; font-style: italic; }
.hero-lead { max-width: 630px; margin: 30px 0 0; color: #b9bec1; font-size: clamp(1rem, 1.4vw, 1.18rem); line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 1px solid transparent; border-radius: 15px; cursor: pointer; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-gold { color: #111; background: linear-gradient(135deg, var(--gold-2), var(--gold)); box-shadow: 0 14px 38px rgba(200,165,106,.18); }
.button-gold svg:first-child { fill: currentColor; stroke: none; }
.button-ghost { color: white; border-color: var(--line); background: rgba(255,255,255,.045); backdrop-filter: blur(12px); }
.hero-highlights { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 54px; padding-top: 24px; border-top: 1px solid var(--line); }
.hero-highlights div { display: flex; flex-direction: column; gap: 2px; }
.hero-highlights strong { color: #f2e7d2; font-family: Georgia, serif; font-size: 1.12rem; font-weight: 500; }
.hero-highlights span { color: #858d91; font-size: .76rem; }
.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; perspective: 1000px; }
.hero-frame { position: relative; z-index: 2; width: min(460px, 82%); aspect-ratio: .88; margin: 0; padding: 10px; background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.03)); border: 1px solid rgba(255,255,255,.18); border-radius: 220px 220px 30px 30px; box-shadow: 0 40px 100px rgba(0,0,0,.6), inset 0 0 40px rgba(255,255,255,.05); transition: transform .25s ease; overflow: hidden; }
.hero-frame::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(255,255,255,.16); border-radius: inherit; pointer-events: none; }
.hero-frame img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 210px 210px 22px 22px; filter: saturate(.86) contrast(1.04); }
.hero-frame figcaption { position: absolute; inset: auto 26px 24px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 11px; background: rgba(7,9,12,.82); border: 1px solid rgba(255,255,255,.15); border-radius: 14px; backdrop-filter: blur(16px); color: var(--gold-2); font-size: .66rem; letter-spacing: .17em; }
.hero-frame figcaption i { width: 24px; height: 1px; background: var(--gold); }
.orbit { position: absolute; z-index: 0; width: 550px; height: 550px; border: 1px solid rgba(218,188,134,.2); border-radius: 50%; transform: rotateX(67deg) rotateZ(18deg); animation: orbit 16s linear infinite; }
.orbit::before { content: ""; position: absolute; width: 12px; height: 12px; top: 24%; left: 0; background: var(--gold-2); border-radius: 50%; box-shadow: 0 0 25px var(--gold); }
.orbit-two { width: 430px; height: 430px; border-color: rgba(146,172,180,.18); animation-duration: 22s; animation-direction: reverse; transform: rotateY(62deg); }
@keyframes orbit { to { rotate: 360deg; } }
.floating-card { position: absolute; z-index: 4; right: -10px; bottom: 70px; width: 220px; padding: 18px 20px; display: flex; flex-direction: column; background: rgba(14,18,22,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 18px; box-shadow: 0 20px 50px rgba(0,0,0,.4); backdrop-filter: blur(18px); animation: float 5s ease-in-out infinite; }
.floating-card small { color: var(--gold); font-size: .63rem; letter-spacing: .24em; }
.floating-card strong { margin-top: 5px; font-family: Georgia, serif; font-size: 1.04rem; font-weight: 500; }
.floating-card span { color: #8e979b; font-size: .75rem; }
@keyframes float { 50% { transform: translateY(-12px) rotate(1deg); } }
.section { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: clamp(90px, 10vw, 150px) 0; }
.section-head { max-width: 730px; margin-bottom: 48px; }
.section-head h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 5vw, 5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.045em; text-wrap: balance; }
.section-head > p:last-child:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: var(--muted); line-height: 1.8; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 355px; padding: 30px; display: flex; flex-direction: column; overflow: hidden; background: linear-gradient(145deg, rgba(23,28,34,.9), rgba(10,13,17,.72)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 28px 60px rgba(0,0,0,.2); transition: transform .25s ease, border-color .25s ease; transform-style: preserve-3d; }
.service-card:hover { border-color: rgba(225,193,137,.4); }
.service-card::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 80% 0, rgba(200,165,106,.13), transparent 35%); pointer-events: none; }
.service-no { position: absolute; top: 24px; right: 26px; color: rgba(255,255,255,.2); font-family: Georgia, serif; font-size: 2.3rem; }
.service-icon { width: 60px; height: 60px; display: grid; place-content: center; border: 1px solid rgba(200,165,106,.35); border-radius: 50%; }
.service-icon i { width: 18px; height: 18px; border: 1px solid var(--gold); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.service-card h3 { margin: 34px 0 12px; font-family: Georgia, serif; font-size: 1.55rem; font-weight: 500; }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.service-card a { margin-top: auto; padding-top: 24px; display: flex; align-items: center; gap: 8px; color: var(--gold-2); font-size: .83rem; font-weight: 700; }
.service-card a svg { width: 16px; }
.process-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 140px); align-items: start; }
.process-copy { position: sticky; top: 130px; }
.process-list { border-top: 1px solid var(--line); }
.process-item { display: grid; grid-template-columns: 64px 1fr; gap: 25px; padding: 30px 6px; border-bottom: 1px solid var(--line); }
.process-item > span { color: var(--gold); font-family: Georgia, serif; font-size: 1.25rem; }
.process-item h3 { margin: 0 0 7px; font-family: Georgia, serif; font-size: 1.38rem; font-weight: 500; }
.process-item p { margin: 0; color: var(--muted); }
.gallery-section .section-head { max-width: 820px; }
.gallery-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 160px; gap: 14px; }
.gallery-item { position: relative; grid-column: span 3; grid-row: span 2; padding: 8px; overflow: hidden; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 20px; cursor: pointer; }
.gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 6; }
.gallery-item:nth-child(4), .gallery-item:nth-child(9) { grid-row: span 3; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; border-radius: 13px; transition: transform .6s ease, filter .4s ease; }
.gallery-item:hover img { transform: scale(1.045); filter: brightness(.72); }
.gallery-item > span { position: absolute; left: 22px; top: 20px; padding: 5px 10px; color: var(--gold-2); background: rgba(7,9,12,.72); border-radius: 999px; font-size: .68rem; }
.gallery-item > i { position: absolute; right: 20px; bottom: 20px; width: 40px; height: 40px; display: grid; place-content: center; color: #111; background: var(--gold-2); border-radius: 50%; opacity: 0; transform: scale(.8); transition: .25s ease; }
.gallery-item:hover > i { opacity: 1; transform: scale(1); }
.about-section { min-height: 720px; display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px, 10vw, 150px); align-items: center; }
.about-logo { display: grid; place-content: center; perspective: 900px; }
.logo-stage { position: relative; width: min(430px, 80vw); aspect-ratio: 1; display: grid; place-content: center; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; transform-style: preserve-3d; animation: stageTilt 8s ease-in-out infinite; }
.logo-stage::before, .logo-stage::after { content: ""; position: absolute; inset: 9%; border: 1px solid rgba(200,165,106,.18); border-radius: 50%; transform: rotateX(68deg); }
.logo-stage::after { inset: 22%; border-color: rgba(146,172,180,.2); transform: rotateY(68deg); }
.logo-stage img { position: relative; z-index: 2; width: 250px; border-radius: 24px; box-shadow: 0 30px 80px rgba(0,0,0,.55); }
.logo-ring { position: absolute; inset: -6%; border: 1px dashed rgba(200,165,106,.2); border-radius: 50%; animation: globe 28s linear infinite; }
@keyframes stageTilt { 50% { transform: rotateY(7deg) rotateX(-4deg); } }
.signature { margin-top: 32px; color: var(--gold-2); font-family: Georgia, serif; font-size: 1.8rem; font-style: italic; }
.signature small { display: block; margin-top: 5px; color: var(--muted); font-family: inherit; font-size: .65rem; font-style: normal; letter-spacing: .28em; text-transform: uppercase; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { margin: 0; min-height: 285px; padding: 30px; display: flex; flex-direction: column; background: rgba(18,22,27,.72); border: 1px solid var(--line); border-radius: var(--radius); }
.stars { color: var(--gold); letter-spacing: .18em; }
.testimonial p { margin: 24px 0; color: #d5d5d1; font-family: Georgia, serif; font-size: 1.16rem; line-height: 1.7; }
.testimonial footer { margin-top: auto; display: flex; align-items: center; gap: 12px; }
.testimonial footer span { width: 38px; height: 38px; display: grid; place-content: center; color: #111; background: var(--gold-2); border-radius: 50%; font-weight: 800; }
.testimonial footer strong { font-size: .88rem; }
.contact-section { margin-bottom: 90px; padding: clamp(55px, 7vw, 90px); display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 7vw, 100px); align-items: center; background: linear-gradient(135deg, rgba(25,30,36,.92), rgba(11,14,18,.9)); border: 1px solid var(--line); border-radius: 36px; overflow: hidden; box-shadow: 0 40px 100px rgba(0,0,0,.3); }
.contact-section .section-head { margin-bottom: 30px; }
.contact-section .section-head h2 { font-size: clamp(2.4rem, 4vw, 4.2rem); }
.contact-cards { display: grid; gap: 12px; }
.contact-cards > a { min-height: 104px; padding: 18px; display: grid; grid-template-columns: 48px 1fr 26px; gap: 15px; align-items: center; background: rgba(255,255,255,.045); border: 1px solid var(--line); border-radius: 18px; transition: .2s ease; }
.contact-cards > a:hover { background: rgba(255,255,255,.075); border-color: rgba(200,165,106,.35); transform: translateX(4px); }
.contact-cards > a > span { width: 48px; height: 48px; display: grid; place-content: center; color: var(--gold-2); background: rgba(200,165,106,.1); border-radius: 14px; }
.contact-cards div { display: flex; flex-direction: column; }
.contact-cards small { color: var(--gold); font-size: .62rem; letter-spacing: .2em; }
.contact-cards strong { margin-top: 4px; font-size: .9rem; font-weight: 600; line-height: 1.45; }
.footer { width: min(1240px, calc(100% - 40px)); margin: 0 auto; padding: 34px 0 48px; display: grid; grid-template-columns: 1fr auto auto; gap: 40px; align-items: center; border-top: 1px solid var(--line); color: #7f888c; font-size: .78rem; }
.footer .brand img { width: 46px; height: 46px; }
.footer .brand strong { color: white; font-size: 1rem; }
.whatsapp-float { position: fixed; z-index: 45; right: 22px; bottom: 22px; height: 56px; padding: 0 20px 0 15px; display: flex; align-items: center; gap: 9px; color: #07170e; background: #36d177; border: 1px solid rgba(255,255,255,.35); border-radius: 999px; box-shadow: 0 15px 45px rgba(24,170,87,.28); font-weight: 800; }
.whatsapp-float svg { width: 27px; height: 27px; fill: currentColor; stroke: none; }
.lightbox { width: min(900px, calc(100% - 28px)); max-height: 92vh; padding: 12px; color: white; background: rgba(8,10,13,.94); border: 1px solid rgba(255,255,255,.18); border-radius: 24px; box-shadow: 0 40px 120px rgba(0,0,0,.7); backdrop-filter: blur(22px); }
.lightbox::backdrop { background: rgba(0,0,0,.8); backdrop-filter: blur(8px); }
.lightbox img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 16px; }
.lightbox > button { position: absolute; z-index: 2; width: 45px; height: 45px; display: grid; place-content: center; color: white; background: rgba(0,0,0,.65); border: 1px solid rgba(255,255,255,.18); border-radius: 50%; cursor: pointer; }
#lightboxClose { top: 24px; right: 24px; }
.lightbox-prev, .lightbox-next { top: 50%; transform: translateY(-50%); font-size: 2rem; }
.lightbox-prev { left: 24px; } .lightbox-next { right: 24px; }
.lightbox p { margin: 10px 8px 2px; color: var(--muted); font-size: .8rem; }
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
.toast { position: fixed; z-index: 200; left: 50%; bottom: 28px; max-width: calc(100% - 30px); padding: 13px 18px; color: #0d130f; background: #9ee7b9; border-radius: 12px; box-shadow: 0 18px 50px rgba(0,0,0,.4); font-size: .9rem; font-weight: 700; opacity: 0; transform: translate(-50%, 20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }
.toast.error { color: white; background: #bd4b4b; }

/* Admin */
.admin-login { min-height: 100vh; padding: 40px 20px; display: grid; place-content: center; }
.login-card { width: min(470px, calc(100vw - 40px)); padding: 36px; background: rgba(15,19,24,.88); border: 1px solid var(--line); border-radius: 28px; box-shadow: 0 35px 100px rgba(0,0,0,.45); backdrop-filter: blur(24px); }
.login-card > .eyebrow { margin-top: 45px; }
.login-card h1 { margin: 0; font-family: Georgia, serif; font-size: 2.6rem; font-weight: 400; }
.login-card > p:not(.eyebrow) { color: var(--muted); }
.login-card form { margin-top: 28px; display: grid; gap: 16px; }
.login-card label, .field { display: grid; gap: 7px; color: #c9ccce; font-size: .8rem; font-weight: 650; }
.login-card input, .field input, .field textarea, .admin-gallery input { width: 100%; padding: 13px 14px; color: white; background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 11px; outline: none; resize: vertical; }
.login-card input:focus, .field input:focus, .field textarea:focus, .admin-gallery input:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,165,106,.12); }
.form-error { min-height: 22px; margin: 0; color: #ff8c8c; font-size: .82rem; }
.back-link { display: block; margin-top: 25px; color: var(--muted); font-size: .82rem; }
.admin-shell { min-height: 100vh; display: grid; grid-template-columns: 275px 1fr; background: #0a0d11; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 24px 18px; display: flex; flex-direction: column; background: #0e1217; border-right: 1px solid var(--line); }
.admin-sidebar .brand { padding: 0 8px 24px; border-bottom: 1px solid var(--line); }
.admin-sidebar nav { display: grid; gap: 5px; margin-top: 25px; }
.admin-sidebar nav button { width: 100%; padding: 11px 12px; display: flex; align-items: center; gap: 11px; color: #aeb4b7; background: transparent; border: 0; border-radius: 11px; cursor: pointer; text-align: left; font-size: .88rem; }
.admin-sidebar nav button:hover, .admin-sidebar nav button.active { color: white; background: rgba(200,165,106,.11); }
.admin-sidebar nav button span { width: 30px; height: 30px; display: grid; place-content: center; color: var(--gold-2); background: rgba(255,255,255,.05); border-radius: 9px; font-family: Georgia, serif; }
.admin-side-bottom { margin-top: auto; display: grid; gap: 8px; }
.admin-side-bottom a, .admin-side-bottom button { padding: 11px 12px; display: flex; align-items: center; justify-content: space-between; color: var(--muted); background: transparent; border: 1px solid var(--line); border-radius: 11px; cursor: pointer; font-size: .82rem; }
.admin-side-bottom svg { width: 16px; }
.admin-main { min-width: 0; padding: 36px clamp(24px, 4vw, 60px) 70px; }
.admin-main > header { position: sticky; z-index: 10; top: 0; margin: -36px calc(clamp(24px, 4vw, 60px) * -1) 30px; padding: 28px clamp(24px, 4vw, 60px) 22px; display: flex; align-items: center; justify-content: space-between; gap: 24px; background: rgba(10,13,17,.86); border-bottom: 1px solid var(--line); backdrop-filter: blur(20px); }
.admin-main header .eyebrow { margin-bottom: 4px; }
.admin-main h1 { margin: 0; font-family: Georgia, serif; font-size: 2.2rem; font-weight: 400; }
.admin-content { max-width: 1280px; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.admin-panel { min-width: 0; padding: 24px; display: grid; align-content: start; gap: 16px; background: #11161c; border: 1px solid var(--line); border-radius: 20px; }
.admin-panel.wide { grid-column: 1 / -1; }
.admin-panel > h2 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1.45rem; font-weight: 500; }
.panel-help { margin: 0; color: var(--muted); font-size: .85rem; }
.single-upload { min-height: 140px; padding: 12px; display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 18px; background: rgba(255,255,255,.03); border: 1px dashed rgba(200,165,106,.35); border-radius: 14px; cursor: pointer; }
.single-upload img { width: 130px; height: 110px; object-fit: cover; border-radius: 10px; }
.single-upload > div { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; color: var(--gold-2); }
.single-upload > div svg { width: 28px; height: 28px; margin-bottom: 4px; }
.single-upload > div span { color: var(--muted); font-size: .75rem; font-weight: 400; }
.dropzone { min-height: 170px; padding: 25px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px; color: var(--gold-2); background: rgba(200,165,106,.035); border: 1.5px dashed rgba(200,165,106,.38); border-radius: 18px; cursor: pointer; transition: .2s ease; }
.dropzone.dragging { background: rgba(200,165,106,.12); border-color: var(--gold-2); transform: scale(.995); }
.dropzone svg { width: 34px; height: 34px; margin-bottom: 6px; }
.dropzone span { color: var(--muted); font-size: .78rem; }
.admin-gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 5px; }
.admin-gallery article { padding: 9px; display: grid; gap: 9px; background: rgba(255,255,255,.035); border: 1px solid var(--line); border-radius: 14px; }
.admin-gallery img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 9px; }
.admin-gallery label { color: var(--muted); font-size: .68rem; }
.admin-gallery input { margin-top: 4px; padding: 8px 9px; font-size: .72rem; }
.admin-gallery article > div { display: flex; gap: 6px; }
.admin-gallery button { min-height: 34px; padding: 6px 9px; color: white; background: rgba(255,255,255,.05); border: 1px solid var(--line); border-radius: 8px; cursor: pointer; }
.admin-gallery .danger { margin-left: auto; }
.danger { color: #ff9b9b !important; background: rgba(220,98,98,.08) !important; border-color: rgba(220,98,98,.2) !important; }
.repeat-list { display: grid; gap: 12px; }
.repeat-row { padding: 15px; display: grid; grid-template-columns: 1fr 42px; gap: 12px; align-items: start; background: rgba(255,255,255,.025); border: 1px solid var(--line); border-radius: 14px; }
.repeat-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.repeat-fields .field:last-child:nth-child(odd) { grid-column: 1 / -1; }
.icon-button { width: 42px; height: 42px; display: grid; place-content: center; border: 1px solid; border-radius: 10px; cursor: pointer; }
.icon-button svg, .admin-gallery button svg { width: 16px; height: 16px; }
.add-button { justify-self: start; padding: 10px 14px; display: flex; align-items: center; gap: 8px; color: var(--gold-2); background: rgba(200,165,106,.08); border: 1px solid rgba(200,165,106,.25); border-radius: 10px; cursor: pointer; font-weight: 700; }
.add-button svg { width: 17px; height: 17px; }
.fatal { min-height: 100vh; display: grid; place-content: center; text-align: center; }
.fatal button { padding: 12px 18px; color: #111; background: var(--gold); border: 0; border-radius: 10px; }


.language-switch { flex: none; display: inline-flex; align-items: center; gap: 4px; padding: 5px 7px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 11px; }
.language-switch button { min-width: 28px; padding: 5px 4px; color: #9da5aa; background: transparent; border: 0; border-radius: 7px; cursor: pointer; font: inherit; font-size: .69rem; font-weight: 800; letter-spacing: .08em; transition: .2s ease; }
.language-switch button:hover, .language-switch button.active { color: #111; background: linear-gradient(135deg, var(--gold-2), var(--gold)); }
.language-switch span { color: rgba(255,255,255,.28); font-size: .7rem; }
@media (max-width: 1100px) {
  .nav a { padding-inline: 8px; font-size: .78rem; }
  .hero { grid-template-columns: 1fr 1fr; gap: 30px; }
  .hero-visual { min-height: 520px; }
  .orbit { width: 440px; height: 440px; }
  .gallery-grid { grid-auto-rows: 145px; }
  .admin-gallery { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 900px) {
  .topbar { height: 72px; }
  .topbar .brand span, .nav-cta { display: none; }
  .nav { position: absolute; inset: calc(100% + 10px) 0 auto; padding: 12px; display: none; flex-direction: column; align-items: stretch; background: rgba(8,11,14,.96); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 25px 60px rgba(0,0,0,.5); }
  .nav.open { display: flex; }
  .nav a { padding: 12px 14px; font-size: .9rem; }
  .menu-button { margin-left: auto; display: grid; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 150px; }
  .hero-copy { max-width: 730px; }
  .hero-visual { min-height: 620px; }
  .hero-frame { width: min(480px, 82vw); }
  .service-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .process-section { grid-template-columns: 1fr; }
  .process-copy { position: static; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 6; }
  .about-section { grid-template-columns: 1fr; }
  .contact-section { grid-template-columns: 1fr; }
  .footer { grid-template-columns: 1fr; gap: 15px; }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-sidebar nav { grid-template-columns: repeat(3, 1fr); }
  .admin-side-bottom { margin-top: 20px; grid-template-columns: 1fr 1fr; }
  .admin-main > header { top: 0; }
}
@media (max-width: 650px) {
  html { scroll-padding-top: 95px; }
  .topbar { top: 10px; width: calc(100% - 20px); padding: 8px 10px; }
  .brand img { width: 50px; height: 50px; }
  .hero, .section, .footer { width: min(100% - 28px, 1240px); }
  .hero { padding-top: 125px; }
  .hero h1 { font-size: clamp(3rem, 16vw, 5rem); }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-highlights { grid-template-columns: 1fr; gap: 12px; }
  .hero-highlights div { padding-left: 12px; border-left: 1px solid rgba(200,165,106,.3); }
  .hero-visual { min-height: 485px; }
  .hero-frame { width: min(370px, 86vw); }
  .orbit { width: 360px; height: 360px; }
  .floating-card { right: 0; bottom: 25px; width: 195px; }
  .section { padding-block: 82px; }
  .section-head { margin-bottom: 32px; }
  .service-card { padding: 24px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 150px; }
  .gallery-item, .gallery-item:nth-child(1), .gallery-item:nth-child(6), .gallery-item:nth-child(11) { grid-column: span 1; grid-row: span 2; }
  .gallery-item:nth-child(3n + 1) { grid-column: span 2; }
  .about-section { min-height: 0; }
  .contact-section { width: calc(100% - 20px); padding: 30px 20px; border-radius: 25px; }
  .contact-cards > a { grid-template-columns: 44px 1fr; }
  .contact-cards > a > svg { display: none; }
  .whatsapp-float { width: 56px; padding: 0; justify-content: center; }
  .whatsapp-float span { display: none; }
  .lightbox-prev { left: 15px; } .lightbox-next { right: 15px; }
  .admin-sidebar nav { display: flex; overflow-x: auto; padding-bottom: 5px; }
  .admin-sidebar nav button { min-width: 150px; }
  .admin-main { padding: 24px 14px 50px; }
  .admin-main > header { margin: -24px -14px 22px; padding: 18px 14px; align-items: flex-start; flex-direction: column; }
  .admin-main > header .button { width: 100%; }
  .admin-grid { grid-template-columns: 1fr; }
  .admin-panel { padding: 17px; }
  .single-upload { grid-template-columns: 1fr; }
  .single-upload img { width: 100%; height: 150px; }
  .admin-gallery { grid-template-columns: repeat(2, 1fr); }
  .repeat-fields { grid-template-columns: 1fr; }
  .repeat-fields .field:last-child:nth-child(odd) { grid-column: auto; }
  .login-card { padding: 26px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  #scene { display: none; }
  .reveal { opacity: 1; transform: none; }
}

/* Visual redesign v2 — sector-specific photographic depth */
:root { --bg-x: 0px; --bg-y: 0px; --bg-scroll: 0px; }
body { background: #060a0e; }
body::before {
  inset: -36px;
  z-index: -5;
  background-image:
    linear-gradient(180deg, rgba(4,8,12,.42), rgba(4,8,12,.9)),
    var(--site-photo, url('/assets/sector-hero-v2.png'));
  background-size: cover;
  background-position: calc(50% + var(--bg-x)) calc(50% + var(--bg-y) - var(--bg-scroll));
  background-attachment: fixed;
  filter: saturate(.85) contrast(1.05);
  transform: scale(1.06);
  transition: background-position .6s cubic-bezier(.2,.7,.2,1);
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -4;
  pointer-events: none;
  background:
    radial-gradient(circle at 17% 24%, rgba(34,65,82,.22), transparent 33%),
    radial-gradient(circle at 80% 30%, rgba(200,165,106,.12), transparent 34%),
    linear-gradient(180deg, rgba(4,8,12,.15), rgba(4,8,12,.78));
}
#scene { z-index: -3; opacity: .7; }
.ambient { z-index: -2; opacity: .45; }
.site-shell { position: relative; isolation: isolate; }

.topbar {
  width: min(1320px, calc(100% - 40px));
  height: 76px;
  padding: 9px 14px 9px 10px;
  background: rgba(5,9,13,.78);
  border-color: rgba(234,210,166,.18);
  box-shadow: 0 18px 70px rgba(0,0,0,.38), inset 0 1px 0 rgba(255,255,255,.06);
}
.topbar .brand img { width: 56px; height: 56px; }
.nav-cta { padding-inline: 19px; }

.hero {
  position: relative;
  isolation: isolate;
  width: min(1480px, calc(100% - 32px));
  min-height: 860px;
  margin: 116px auto 0;
  padding: 108px clamp(34px, 6vw, 92px) 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid rgba(240,218,175,.22);
  border-radius: 36px;
  box-shadow: 0 40px 120px rgba(0,0,0,.55), inset 0 1px 0 rgba(255,255,255,.08);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(4,8,12,.98) 0%, rgba(4,8,12,.93) 35%, rgba(4,8,12,.48) 63%, rgba(4,8,12,.06) 100%),
    linear-gradient(0deg, rgba(3,7,10,.86), transparent 48%);
}
.hero::after {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 3;
  pointer-events: none;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 25px;
}
.hero-photo {
  position: absolute;
  inset: -24px;
  z-index: -2;
  background-image: var(--site-photo, url('/assets/sector-hero-v2.png'));
  background-size: cover;
  background-position: center right;
  transform: translate3d(calc(var(--bg-x) * -.45), calc(var(--bg-y) * -.35), 0) scale(1.035);
  filter: saturate(.94) contrast(1.03);
  transition: transform .55s cubic-bezier(.2,.7,.2,1);
  animation: clinicLight 10s ease-in-out infinite alternate;
}
@keyframes clinicLight { from { filter: saturate(.86) contrast(1.02) brightness(.88); } to { filter: saturate(1) contrast(1.05) brightness(1.02); } }
.hero-copy { position: relative; z-index: 4; width: min(650px, 56%); padding-top: 22px; }
.hero h1 { max-width: 650px; font-size: clamp(3.8rem, 5.8vw, 6.4rem); line-height: .92; text-shadow: 0 9px 35px rgba(0,0,0,.45); }
.hero h1 em { display: inline; color: var(--gold-2); background: none; -webkit-text-fill-color: initial; }
.hero-lead { max-width: 590px; color: #d1d5d6; text-shadow: 0 3px 18px rgba(0,0,0,.7); }
.hero-actions { margin-top: 31px; }
.hero-highlights { max-width: 610px; margin-top: 40px; padding: 22px; gap: 12px; background: rgba(7,12,16,.48); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; backdrop-filter: blur(14px); }
.hero-highlights strong { font-size: 1rem; }
.hero-highlights span { color: #aeb7bb; font-size: .75rem; }
.hero-clinic-badge {
  position: absolute;
  z-index: 5;
  right: 42px;
  bottom: 42px;
  width: min(370px, 32vw);
  padding: 17px 19px;
  display: flex;
  align-items: center;
  gap: 13px;
  background: rgba(7,11,15,.76);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 55px rgba(0,0,0,.35);
}
.hero-clinic-badge div { display: flex; flex-direction: column; }
.hero-clinic-badge small { color: var(--gold); font-size: .62rem; font-weight: 800; letter-spacing: .17em; }
.hero-clinic-badge strong { margin-top: 4px; font-family: Georgia, serif; font-size: .95rem; font-weight: 500; line-height: 1.4; }
.pulse-dot { width: 12px; height: 12px; flex: none; background: #49dc8a; border: 3px solid rgba(73,220,138,.25); border-radius: 50%; box-shadow: 0 0 0 6px rgba(73,220,138,.08); animation: pulse 2s ease infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 11px rgba(73,220,138,0); } }
.hero-scroll { position: absolute; z-index: 5; left: 50%; bottom: 24px; display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.55); font-size: .59rem; letter-spacing: .25em; writing-mode: vertical-rl; }
.hero-scroll span { width: 1px; height: 32px; background: linear-gradient(var(--gold), transparent); }

.section {
  position: relative;
  width: min(1320px, calc(100% - 32px));
  margin-top: 32px;
  padding: clamp(72px, 8vw, 116px) clamp(26px, 5vw, 70px);
  overflow: hidden;
  background: linear-gradient(145deg, rgba(8,14,19,.86), rgba(12,18,23,.72));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 32px;
  box-shadow: 0 30px 95px rgba(0,0,0,.35), inset 0 1px 0 rgba(255,255,255,.04);
  backdrop-filter: blur(18px);
}
.section::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -250px;
  top: -250px;
  pointer-events: none;
  background: radial-gradient(circle, rgba(201,166,107,.14), transparent 67%);
  border-radius: 50%;
}
.section-head { position: relative; z-index: 1; }
.section-head h2 { font-size: clamp(2.7rem, 4.5vw, 4.8rem); }

.service-grid { position: relative; z-index: 1; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 15px; }
.service-card { min-height: 315px; padding: 25px; background: linear-gradient(145deg, rgba(21,29,35,.88), rgba(7,12,16,.86)); border-color: rgba(255,255,255,.13); }
.service-card:nth-child(2n) { transform: translateY(14px); }
.service-card:nth-child(2n).visible { transform: translateY(14px); }

.process-section { grid-template-columns: .85fr 1.15fr; }
.process-item { padding: 25px 7px; }

.gallery-section { background: linear-gradient(155deg, rgba(5,10,14,.92), rgba(14,21,27,.86)); }
.gallery-grid { position: relative; z-index: 1; grid-template-columns: repeat(4, minmax(0, 1fr)); grid-auto-rows: auto; gap: 16px; }
.gallery-item,
.gallery-item:nth-child(1), .gallery-item:nth-child(4), .gallery-item:nth-child(6),
.gallery-item:nth-child(9), .gallery-item:nth-child(11) {
  grid-column: auto;
  grid-row: auto;
  min-width: 0;
  padding: 9px;
  display: flex;
  flex-direction: column;
  text-align: left;
  background: linear-gradient(145deg, rgba(255,255,255,.095), rgba(255,255,255,.025));
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  box-shadow: 0 16px 45px rgba(0,0,0,.27), inset 0 1px 0 rgba(255,255,255,.07);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.gallery-item:hover { transform: translateY(-6px); border-color: rgba(223,192,137,.45); box-shadow: 0 24px 60px rgba(0,0,0,.4); }
.gallery-photo { width: 100%; aspect-ratio: 1 / .92; padding: 7px; display: block; overflow: hidden; background: #070a0d; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; }
.gallery-photo img { width: 100%; height: 100%; object-fit: contain; border-radius: 8px; transition: transform .45s ease, filter .35s ease; }
.gallery-item:hover .gallery-photo img { transform: scale(1.025); filter: brightness(.88); }
.gallery-meta { width: 100%; min-height: 48px; padding: 10px 5px 2px; display: grid; grid-template-columns: 34px 1fr 24px; align-items: center; gap: 8px; color: white; }
.gallery-meta b { color: var(--gold-2); font-family: Georgia, serif; font-size: .92rem; font-weight: 500; }
.gallery-meta em { color: #aeb5b8; font-size: .72rem; font-style: normal; }
.gallery-meta i { position: static; width: auto; height: auto; display: block; color: var(--gold); background: none; opacity: 1; transform: none; }
.gallery-meta svg { width: 17px; height: 17px; }

.about-section { min-height: 660px; grid-template-columns: .92fr 1.08fr; gap: clamp(42px, 7vw, 92px); background: linear-gradient(145deg, rgba(6,11,15,.92), rgba(15,22,28,.8)); }
.about-visual { position: relative; min-height: 500px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); border-radius: 25px; background-image: linear-gradient(180deg, rgba(5,9,13,.18), rgba(5,9,13,.78)), var(--site-photo, url('/assets/sector-hero-v2.png')); background-position: center, 69% center; background-size: cover, cover; box-shadow: 0 28px 70px rgba(0,0,0,.38); perspective: 900px; }
.about-visual::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.13); border-radius: 17px; }
.about-brand-card { position: absolute; z-index: 3; left: 50%; top: 48%; width: 235px; padding: 13px; background: rgba(4,7,10,.8); border: 1px solid rgba(236,211,164,.27); border-radius: 18px; box-shadow: 0 25px 65px rgba(0,0,0,.55); transform: translate(-50%, -50%); backdrop-filter: blur(15px); }
.about-brand-card img { width: 100%; max-height: 130px; object-fit: contain; border-radius: 11px; }
.about-brand-card span { display: block; padding: 9px 4px 2px; color: var(--gold); font-size: .6rem; letter-spacing: .28em; text-align: center; }
.about-depth-ring { position: absolute; z-index: 1; width: 330px; height: 330px; left: 50%; top: 50%; border: 1px solid rgba(236,211,164,.26); border-radius: 50%; transform: translate(-50%, -50%) rotateX(68deg); animation: globe 17s linear infinite; }
.ring-b { width: 410px; height: 410px; border-color: rgba(151,182,194,.2); transform: translate(-50%, -50%) rotateY(68deg); animation-direction: reverse; animation-duration: 23s; }
.about-chip { position: absolute; z-index: 4; padding: 11px 13px; display: flex; align-items: center; gap: 9px; background: rgba(5,9,13,.79); border: 1px solid rgba(255,255,255,.15); border-radius: 12px; backdrop-filter: blur(12px); box-shadow: 0 15px 38px rgba(0,0,0,.32); }
.about-chip b { color: var(--gold); font-family: Georgia, serif; }
.about-chip span { color: #d5d8d9; font-size: .66rem; line-height: 1.35; }
.chip-a { left: 25px; top: 35px; }
.chip-b { right: 25px; bottom: 35px; }
.about-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: -20px; }
.about-points span { padding: 8px 11px; color: #d2d5d6; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); border-radius: 999px; font-size: .72rem; }
.about-copy .signature { margin-top: 27px; }
.testimonials-section { background: linear-gradient(145deg, rgba(10,16,21,.88), rgba(8,13,17,.78)); }
.testimonial { background: linear-gradient(145deg, rgba(22,29,35,.86), rgba(8,13,17,.84)); }
.contact-section { width: min(1320px, calc(100% - 32px)); margin-top: 32px; background-image: linear-gradient(90deg, rgba(6,11,15,.96), rgba(6,11,15,.78)), var(--site-photo, url('/assets/sector-hero-v2.png')); background-position: center, right center; background-size: cover, cover; }
.footer { width: min(1320px, calc(100% - 32px)); }

@media (max-width: 1050px) {
  .hero { min-height: 790px; padding-inline: 45px; }
  .hero-copy { width: 66%; }
  .hero::before { background: linear-gradient(90deg, rgba(4,8,12,.98) 0%, rgba(4,8,12,.91) 46%, rgba(4,8,12,.33) 78%, rgba(4,8,12,.15)); }
  .gallery-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .about-section { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 800px) {
  body::before { background-attachment: scroll; }
  .hero { min-height: 810px; margin-top: 96px; padding: 105px 28px 55px; align-items: flex-end; }
  .hero-photo { background-position: 63% center; }
  .hero::before { background: linear-gradient(180deg, rgba(3,7,10,.2), rgba(3,7,10,.8) 42%, rgba(3,7,10,.99) 72%); }
  .hero-copy { width: 100%; padding-top: 250px; }
  .hero h1 { font-size: clamp(3.15rem, 13vw, 5rem); }
  .hero-highlights { max-width: none; }
  .hero-clinic-badge, .hero-scroll { display: none; }
  .section { padding-inline: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card:nth-child(2n), .service-card:nth-child(2n).visible { transform: none; }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .about-section { grid-template-columns: 1fr; }
  .about-visual { min-height: 440px; }
}
@media (max-width: 520px) {
  .topbar { width: calc(100% - 20px); }
  .hero { width: calc(100% - 20px); min-height: 760px; border-radius: 25px; padding-inline: 21px; }
  .hero::after { inset: 10px; border-radius: 17px; }
  .hero-copy { padding-top: 220px; }
  .hero h1 { font-size: clamp(2.75rem, 14vw, 4rem); }
  .hero-lead { font-size: .96rem; line-height: 1.65; }
  .hero-highlights { padding: 14px; }
  .section { width: calc(100% - 20px); padding: 65px 17px; border-radius: 24px; }
  .gallery-grid { gap: 10px; }
  .gallery-item { padding: 6px; border-radius: 14px; }
  .gallery-photo { padding: 4px; border-radius: 9px; }
  .gallery-meta { grid-template-columns: 28px 1fr 18px; padding-top: 7px; }
  .gallery-meta em { font-size: .64rem; }
  .about-visual { min-height: 390px; }
  .about-brand-card { width: 190px; }
  .about-chip { display: none; }
  .contact-section { width: calc(100% - 20px); }
}

@media (max-width: 900px) { .language-switch { margin-left: auto; } .menu-button { margin-left: 0; } }
@media (max-width: 520px) { .language-switch { padding: 4px 5px; } .language-switch button { min-width: 25px; font-size: .64rem; } }
